Pull request #41411 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at f50a40e889fdaeebf14fce1d494f95e60092d21d rather than a8e7115fca8db167d09d81d3b1d4aadcfcf4264b Obtained Jenkinsfile from f50a40e889fdaeebf14fce1d494f95e60092d21d 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 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 > git --version # 'git version 2.20.1' 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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-09-09T17:23:59.169Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-09-09T17:23:59.174Z] Trying to pass milestone 1 [Pipeline] milestone [2020-09-09T17:23:59.231Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-09-09T17:23:59.411Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0edd3ddb53189ad1c) in /home/ubuntu/workspace/moby_PR-41411 [Pipeline] { [Pipeline] checkout [2020-09-09T17:23:59.452Z] using credential docker-jenkins-github-credentials [2020-09-09T17:23:59.459Z] Cloning the remote Git repository [2020-09-09T17:23:59.459Z] Cloning with configured refspecs honoured and without tags [2020-09-09T17:23:59.459Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:23:59.460Z] > git init /home/ubuntu/workspace/moby_PR-41411 # timeout=10 [2020-09-09T17:23:59.472Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:23:59.472Z] > git --version # timeout=10 [2020-09-09T17:23:59.480Z] > git --version # 'git version 2.17.1' [2020-09-09T17:23:59.480Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:23:59.481Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:12.803Z] Fetching without tags [2020-09-09T17:24:13.120Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:24:12.767Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:12.775Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:24:12.781Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:12.789Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:12.804Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:12.804Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:12.804Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:13.120Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:13.129Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:24:14.145Z] Merge succeeded, producing c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:24:14.145Z] Checking out Revision c24e34a3ae274d749e6f4c1ee9602a4d895dfdde (PR-41411) [2020-09-09T17:24:14.219Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:24:14.229Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T17:24:14.949Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41411:/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-09-09T17:24:14.949Z] Unable to find image 'alpine:latest' locally [2020-09-09T17:24:14.949Z] latest: Pulling from library/alpine [2020-09-09T17:24:14.949Z] df20fa9351a1: Already exists [2020-09-09T17:24:15.210Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-09T17:24:15.210Z] Status: Downloaded newer image for alpine:latest [2020-09-09T17:24:13.652Z] > git remote # timeout=10 [2020-09-09T17:24:13.655Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:24:13.657Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:13.658Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:24:14.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:24:14.146Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:14.151Z] > git checkout -f c24e34a3ae274d749e6f4c1ee9602a4d895dfdde # timeout=10 [2020-09-09T17:24:14.221Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [2020-09-09T17:24:17.748Z] 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 [2020-09-09T17:24:17.984Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0edd3ddb53189ad1c) in /home/ubuntu/workspace/moby_PR-41411 [Pipeline] node [Pipeline] node [2020-09-09T17:24:17.986Z] Running on s390x-ubuntu-25 in /home/jenkins/workspace/moby_PR-41411 [Pipeline] node [2020-09-09T17:24:17.989Z] Running on ppc64le-ubuntu-14 in /home/docker/workspace/moby_PR-41411 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [2020-09-09T17:24:17.993Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04e09494b61187e70) in /home/ubuntu/workspace/moby_PR-41411 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-09-09T17:24:18.005Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-01f4f3dbad5036c8b) in /home/ubuntu/workspace/moby_PR-41411 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2020-09-09T17:24:18.102Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-09-09T17:24:18.116Z] Fetching changes from the remote Git repository [2020-09-09T17:24:18.125Z] Fetching without tags [Pipeline] checkout [Pipeline] // stage [2020-09-09T17:24:18.143Z] using credential docker-jenkins-github-credentials [2020-09-09T17:24:18.152Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-09-09T17:24:18.159Z] Cloning the remote Git repository [2020-09-09T17:24:18.159Z] Cloning with configured refspecs honoured and without tags [2020-09-09T17:24:18.167Z] Cloning the remote Git repository [2020-09-09T17:24:18.167Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] { [2020-09-09T17:24:18.179Z] using credential docker-jenkins-github-credentials [2020-09-09T17:24:18.187Z] Cloning the remote Git repository [2020-09-09T17:24:18.187Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-09-09T17:24:18.245Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-09-09T17:24:18.253Z] Cloning the remote Git repository [2020-09-09T17:24:18.253Z] Cloning with configured refspecs honoured and without tags [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 [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2020-09-09T17:24:18.399Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [Pipeline] } [Pipeline] } [2020-09-09T17:24:18.578Z] Merge succeeded, producing 520b2695d262b0954836df2ce9d63ea4a1590c77 [2020-09-09T17:24:18.578Z] Checking out Revision 520b2695d262b0954836df2ce9d63ea4a1590c77 (PR-41411) [2020-09-09T17:24:18.639Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:24:18.644Z] First time build. Skipping changelog. [2020-09-09T17:24:18.108Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-09T17:24:18.117Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:18.126Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:18.127Z] > git --version # timeout=10 [2020-09-09T17:24:18.129Z] > git --version # 'git version 2.17.1' [2020-09-09T17:24:18.130Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:18.130Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:18.400Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:18.421Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:24:18.480Z] > git remote # timeout=10 [2020-09-09T17:24:18.493Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:24:18.500Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:18.502Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:24:18.570Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:24:18.579Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:18.583Z] > git checkout -f 520b2695d262b0954836df2ce9d63ea4a1590c77 # timeout=10 [2020-09-09T17:24:18.639Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-09-09T17:24:18.165Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:24:18.165Z] > git init /home/jenkins/workspace/moby_PR-41411 # timeout=10 [2020-09-09T17:24:18.180Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:18.180Z] > git --version # timeout=10 [2020-09-09T17:24:18.185Z] > git --version # 'git version 2.17.1' [2020-09-09T17:24:18.185Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:18.185Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:18.173Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:24:18.173Z] > git init /home/docker/workspace/moby_PR-41411 # timeout=10 [2020-09-09T17:24:18.181Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:18.182Z] > git --version # timeout=10 [2020-09-09T17:24:18.184Z] > git --version # 'git version 2.7.4' [2020-09-09T17:24:18.184Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:18.185Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [2020-09-09T17:24:18.187Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:24:18.187Z] > git init /home/ubuntu/workspace/moby_PR-41411 # timeout=10 [2020-09-09T17:24:18.202Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:18.202Z] > git --version # timeout=10 [2020-09-09T17:24:18.205Z] > git --version # 'git version 2.17.1' [2020-09-09T17:24:18.205Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:18.205Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh [2020-09-09T17:24:18.257Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:24:18.257Z] > git init /home/ubuntu/workspace/moby_PR-41411 # timeout=10 [2020-09-09T17:24:18.271Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:18.271Z] > git --version # timeout=10 [2020-09-09T17:24:18.276Z] > git --version # 'git version 2.7.4' [2020-09-09T17:24:18.276Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:18.277Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:19.426Z] + docker version [2020-09-09T17:24:19.426Z] Client: Docker Engine - Community [2020-09-09T17:24:19.426Z] Version: 19.03.12 [2020-09-09T17:24:19.426Z] API version: 1.40 [2020-09-09T17:24:19.426Z] Go version: go1.13.10 [2020-09-09T17:24:19.426Z] Git commit: 48a66213fe [2020-09-09T17:24:19.426Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-09T17:24:19.426Z] OS/Arch: linux/amd64 [2020-09-09T17:24:19.426Z] Experimental: false [2020-09-09T17:24:19.426Z] [2020-09-09T17:24:19.426Z] Server: Docker Engine - Community [2020-09-09T17:24:19.426Z] Engine: [2020-09-09T17:24:19.426Z] Version: 19.03.12 [2020-09-09T17:24:19.426Z] API version: 1.40 (minimum version 1.12) [2020-09-09T17:24:19.426Z] Go version: go1.13.10 [2020-09-09T17:24:19.426Z] Git commit: 48a66213fe [2020-09-09T17:24:19.426Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-09T17:24:19.426Z] OS/Arch: linux/amd64 [2020-09-09T17:24:19.426Z] Experimental: true [2020-09-09T17:24:19.426Z] containerd: [2020-09-09T17:24:19.426Z] Version: 1.2.13 [2020-09-09T17:24:19.426Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:19.426Z] runc: [2020-09-09T17:24:19.426Z] Version: 1.0.0-rc10 [2020-09-09T17:24:19.426Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:19.426Z] docker-init: [2020-09-09T17:24:19.426Z] Version: 0.18.0 [2020-09-09T17:24:19.426Z] GitCommit: fec3683 [Pipeline] sh [2020-09-09T17:24:19.709Z] + docker info [2020-09-09T17:24:19.709Z] Client: [2020-09-09T17:24:19.709Z] Debug Mode: false [2020-09-09T17:24:19.709Z] [2020-09-09T17:24:19.709Z] Server: [2020-09-09T17:24:19.709Z] Containers: 0 [2020-09-09T17:24:19.709Z] Running: 0 [2020-09-09T17:24:19.709Z] Paused: 0 [2020-09-09T17:24:19.709Z] Stopped: 0 [2020-09-09T17:24:19.709Z] Images: 7 [2020-09-09T17:24:19.709Z] Server Version: 19.03.12 [2020-09-09T17:24:19.709Z] Storage Driver: overlay2 [2020-09-09T17:24:19.709Z] Backing Filesystem: extfs [2020-09-09T17:24:19.709Z] Supports d_type: true [2020-09-09T17:24:19.709Z] Native Overlay Diff: true [2020-09-09T17:24:19.709Z] Logging Driver: json-file [2020-09-09T17:24:19.709Z] Cgroup Driver: cgroupfs [2020-09-09T17:24:19.709Z] Plugins: [2020-09-09T17:24:19.709Z] Volume: local [2020-09-09T17:24:19.709Z] Network: bridge host ipvlan macvlan null overlay [2020-09-09T17:24:19.709Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-09T17:24:19.709Z] Swarm: inactive [2020-09-09T17:24:19.709Z] Runtimes: runc [2020-09-09T17:24:19.709Z] Default Runtime: runc [2020-09-09T17:24:19.709Z] Init Binary: docker-init [2020-09-09T17:24:19.709Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:19.709Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:19.709Z] init version: fec3683 [2020-09-09T17:24:19.709Z] Security Options: [2020-09-09T17:24:19.709Z] apparmor [2020-09-09T17:24:19.709Z] seccomp [2020-09-09T17:24:19.709Z] Profile: default [2020-09-09T17:24:19.709Z] Kernel Version: 5.3.0-1030-aws [2020-09-09T17:24:19.709Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-09T17:24:19.709Z] OSType: linux [2020-09-09T17:24:19.709Z] Architecture: x86_64 [2020-09-09T17:24:19.709Z] CPUs: 2 [2020-09-09T17:24:19.709Z] Total Memory: 7.487GiB [2020-09-09T17:24:19.709Z] Name: ip-10-100-55-37 [2020-09-09T17:24:19.709Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-09-09T17:24:19.709Z] Docker Root Dir: /var/lib/docker [2020-09-09T17:24:19.709Z] Debug Mode: false [2020-09-09T17:24:19.709Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:24:19.709Z] Labels: [2020-09-09T17:24:19.709Z] Experimental: true [2020-09-09T17:24:19.709Z] Insecure Registries: [2020-09-09T17:24:19.709Z] 127.0.0.0/8 [2020-09-09T17:24:19.709Z] Live Restore Enabled: true [2020-09-09T17:24:19.709Z] [2020-09-09T17:24:19.709Z] WARNING: No swap limit support [Pipeline] sh [2020-09-09T17:24:19.992Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:19.992Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:19.992Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41411/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-09T17:24:19.992Z] + bash /home/ubuntu/workspace/moby_PR-41411/check-config.sh [2020-09-09T17:24:19.992Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-09T17:24:19.992Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-09-09T17:24:19.992Z] [2020-09-09T17:24:19.992Z] Generally Necessary: [2020-09-09T17:24:19.992Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-09T17:24:19.992Z] - apparmor: enabled and tools installed [2020-09-09T17:24:19.992Z] - CONFIG_NAMESPACES: enabled [2020-09-09T17:24:20.254Z] - CONFIG_NET_NS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_PID_NS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_IPC_NS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_UTS_NS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUPS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CPUSETS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_MEMCG: enabled [2020-09-09T17:24:20.254Z] - CONFIG_KEYS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_VETH: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-09T17:24:20.254Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-09T17:24:20.254Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-09T17:24:20.254Z] [2020-09-09T17:24:20.254Z] Optional Features: [2020-09-09T17:24:20.254Z] - CONFIG_USER_NS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_SECCOMP: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-09T17:24:20.254Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-09T17:24:20.254Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-09T17:24:20.254Z] - CONFIG_BLK_CGROUP: enabled [2020-09-09T17:24:20.254Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-09T17:24:20.254Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-09T17:24:20.254Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_PERF: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-09T17:24:20.254Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-09T17:24:20.254Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-09T17:24:20.254Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-09T17:24:20.254Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-09T17:24:20.254Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_IP_VS: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-09T17:24:20.254Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-09T17:24:20.254Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-09T17:24:20.254Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-09T17:24:20.254Z] - CONFIG_EXT4_FS: enabled [2020-09-09T17:24:20.254Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-09T17:24:20.254Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-09T17:24:20.254Z] - Network Drivers: [2020-09-09T17:24:20.254Z] - "overlay": [2020-09-09T17:24:20.513Z] - CONFIG_VXLAN: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-09T17:24:20.513Z] Optional (for encrypted networks): [2020-09-09T17:24:20.513Z] - CONFIG_CRYPTO: enabled [2020-09-09T17:24:20.513Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-09T17:24:20.513Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-09T17:24:20.513Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-09T17:24:20.513Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-09T17:24:20.513Z] - CONFIG_XFRM: enabled [2020-09-09T17:24:20.513Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-09T17:24:20.513Z] - "ipvlan": [2020-09-09T17:24:20.513Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-09T17:24:20.513Z] - "macvlan": [2020-09-09T17:24:20.513Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_DUMMY: enabled (as module) [2020-09-09T17:24:20.513Z] - "ftp,tftp client in container": [2020-09-09T17:24:20.513Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-09T17:24:20.513Z] - Storage Drivers: [2020-09-09T17:24:20.513Z] - "aufs": [2020-09-09T17:24:20.513Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-09T17:24:20.513Z] - "btrfs": [2020-09-09T17:24:20.513Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-09T17:24:20.513Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-09T17:24:20.513Z] - "devicemapper": [2020-09-09T17:24:20.513Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-09T17:24:20.513Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-09T17:24:20.513Z] - "overlay": [2020-09-09T17:24:20.513Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-09T17:24:20.513Z] - "zfs": [2020-09-09T17:24:20.513Z] - /dev/zfs: present [2020-09-09T17:24:20.513Z] - zfs command: missing [2020-09-09T17:24:20.513Z] - zpool command: missing [2020-09-09T17:24:20.513Z] [2020-09-09T17:24:20.513Z] Limits: [2020-09-09T17:24:20.513Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-09T17:24:20.513Z] [2020-09-09T17:24:20.513Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-09T17:24:20.848Z] + sudo modprobe ip_vs [2020-09-09T17:24:20.848Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde . [2020-09-09T17:24:20.848Z] #2 [internal] load .dockerignore [2020-09-09T17:24:20.848Z] #2 transferring context: 87B done [2020-09-09T17:24:20.848Z] #2 DONE 0.0s [2020-09-09T17:24:20.848Z] [2020-09-09T17:24:20.848Z] #1 [internal] load build definition from Dockerfile [2020-09-09T17:24:20.848Z] #1 transferring dockerfile: 16.37kB done [2020-09-09T17:24:20.848Z] #1 DONE 0.0s [2020-09-09T17:24:20.848Z] [2020-09-09T17:24:20.848Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-09T17:24:21.113Z] #3 DONE 0.1s [2020-09-09T17:24:21.113Z] [2020-09-09T17:24:21.113Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-09T17:24:21.113Z] #4 CACHED [2020-09-09T17:24:21.113Z] [2020-09-09T17:24:21.113Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-09T17:24:21.113Z] #6 DONE 0.1s [2020-09-09T17:24:21.113Z] [2020-09-09T17:24:21.113Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-09T17:24:21.373Z] #5 DONE 0.1s [2020-09-09T17:24:21.373Z] [2020-09-09T17:24:21.373Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:24:21.373Z] #58 DONE 0.0s [2020-09-09T17:24:21.373Z] [2020-09-09T17:24:21.373Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:24:21.373Z] #7 DONE 0.0s [2020-09-09T17:24:21.373Z] [2020-09-09T17:24:21.373Z] #20 [internal] load build context [2020-09-09T17:24:22.765Z] #20 transferring context: 51.49MB 1.4s done [2020-09-09T17:24:22.765Z] #20 DONE 1.5s [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-09T17:24:22.765Z] #55 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:24:22.765Z] #17 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:24:22.765Z] #36 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-09T17:24:22.765Z] #40 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:22.765Z] #47 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-09T17:24:22.765Z] #57 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:24:22.765Z] #38 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:24:22.765Z] #32 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:22.765Z] #49 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:24:22.765Z] #51 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:22.765Z] #41 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-09T17:24:22.765Z] #35 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:22.765Z] #54 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-09T17:24:22.765Z] #29 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-09T17:24:22.765Z] #48 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-09T17:24:22.765Z] #11 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-09T17:24:22.765Z] #22 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-09T17:24:22.765Z] #18 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-09T17:24:22.765Z] #16 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:24:22.765Z] #19 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-09T17:24:22.765Z] #56 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-09T17:24:22.765Z] #50 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-09T17:24:22.765Z] #61 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:24:22.765Z] #28 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-09T17:24:22.765Z] #14 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:22.765Z] #43 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:24:22.765Z] #39 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-09T17:24:22.765Z] #59 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:24:22.765Z] #10 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-09T17:24:22.765Z] #8 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-09T17:24:22.765Z] #15 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-09T17:24:22.765Z] #31 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-09T17:24:22.765Z] #12 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:24:22.765Z] #24 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.765Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-09T17:24:22.765Z] #9 CACHED [2020-09-09T17:24:22.765Z] [2020-09-09T17:24:22.766Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-09T17:24:22.766Z] #53 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-09T17:24:22.766Z] #44 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:22.766Z] #60 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:24:22.766Z] #26 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-09T17:24:22.766Z] #46 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:24:22.766Z] #23 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:22.766Z] #52 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-09T17:24:22.766Z] #34 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:24:22.766Z] #25 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-09T17:24:22.766Z] #42 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:24:22.766Z] #13 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-09T17:24:22.766Z] #37 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:22.766Z] #33 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-09T17:24:22.766Z] #27 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:22.766Z] #45 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:22.766Z] #30 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:22.766Z] #21 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-09T17:24:22.766Z] #62 CACHED [2020-09-09T17:24:22.766Z] [2020-09-09T17:24:22.766Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-09T17:24:23.705Z] #63 DONE 0.7s [2020-09-09T17:24:23.705Z] [2020-09-09T17:24:23.705Z] #64 exporting to image [2020-09-09T17:24:23.705Z] #64 exporting layers [2020-09-09T17:24:24.655Z] #64 exporting layers 0.8s done [2020-09-09T17:24:24.655Z] #64 writing image sha256:30414b4632243bd08639b0f8210e7748197e542313ccf9b670e1ac84855884b3 done [2020-09-09T17:24:24.655Z] #64 naming to docker.io/library/docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde done [2020-09-09T17:24:24.655Z] #64 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-09-09T17:24:24.995Z] + trap exit INT TERM [2020-09-09T17:24:24.995Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-09-09T17:24:24.995Z] + CONTAINER_NAME=docker-pr2 [2020-09-09T17:24:24.995Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh dynbinary-daemon [2020-09-09T17:24:25.258Z] [2020-09-09T17:24:25.518Z] Removing bundles/ [2020-09-09T17:24:25.518Z] [2020-09-09T17:24:25.518Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-09T17:24:25.518Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:24:25.518Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:24:27.279Z] Fetching without tags [2020-09-09T17:24:27.585Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:24:27.246Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:27.248Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:24:27.249Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:27.262Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:27.284Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:27.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:27.284Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:27.590Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:27.591Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:24:28.151Z] Merge succeeded, producing aba6c9da418fadb937eeda56db4a56c3db91de49 [2020-09-09T17:24:28.151Z] Checking out Revision aba6c9da418fadb937eeda56db4a56c3db91de49 (PR-41411) [2020-09-09T17:24:28.307Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:24:28.319Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-09T17:24:29.120Z] + docker version [2020-09-09T17:24:29.120Z] Client: Docker Engine - Community [2020-09-09T17:24:29.120Z] Version: 19.03.7 [2020-09-09T17:24:29.120Z] API version: 1.40 [2020-09-09T17:24:29.120Z] Go version: go1.12.17 [2020-09-09T17:24:29.120Z] Git commit: 7141c199a2 [2020-09-09T17:24:29.120Z] Built: Sat Mar 7 16:48:47 2020 [2020-09-09T17:24:29.120Z] OS/Arch: linux/s390x [2020-09-09T17:24:29.120Z] Experimental: false [2020-09-09T17:24:29.120Z] [2020-09-09T17:24:29.120Z] Server: Docker Engine - Community [2020-09-09T17:24:29.120Z] Engine: [2020-09-09T17:24:29.120Z] Version: 19.03.7 [2020-09-09T17:24:29.120Z] API version: 1.40 (minimum version 1.12) [2020-09-09T17:24:29.120Z] Go version: go1.12.17 [2020-09-09T17:24:29.120Z] Git commit: 7141c199a2 [2020-09-09T17:24:29.120Z] Built: Sat Mar 7 16:47:46 2020 [2020-09-09T17:24:29.120Z] OS/Arch: linux/s390x [2020-09-09T17:24:29.120Z] Experimental: true [2020-09-09T17:24:29.120Z] containerd: [2020-09-09T17:24:29.120Z] Version: 1.2.13 [2020-09-09T17:24:29.120Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:29.120Z] runc: [2020-09-09T17:24:29.120Z] Version: 1.0.0-rc10 [2020-09-09T17:24:29.120Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:29.120Z] docker-init: [2020-09-09T17:24:29.120Z] Version: 0.18.0 [2020-09-09T17:24:29.120Z] GitCommit: fec3683 [2020-09-09T17:24:28.069Z] > git remote # timeout=10 [2020-09-09T17:24:28.071Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:24:28.074Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:28.075Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:24:28.141Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:24:28.156Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:28.160Z] > git checkout -f aba6c9da418fadb937eeda56db4a56c3db91de49 # timeout=10 [2020-09-09T17:24:28.312Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [Pipeline] sh [2020-09-09T17:24:29.502Z] + docker info [2020-09-09T17:24:30.137Z] Client: [2020-09-09T17:24:30.137Z] Debug Mode: false [2020-09-09T17:24:30.137Z] [2020-09-09T17:24:30.137Z] Server: [2020-09-09T17:24:30.137Z] Containers: 0 [2020-09-09T17:24:30.137Z] Running: 0 [2020-09-09T17:24:30.137Z] Paused: 0 [2020-09-09T17:24:30.137Z] Stopped: 0 [2020-09-09T17:24:30.137Z] Images: 0 [2020-09-09T17:24:30.137Z] Server Version: 19.03.7 [2020-09-09T17:24:30.137Z] Storage Driver: overlay2 [2020-09-09T17:24:30.137Z] Backing Filesystem: [2020-09-09T17:24:30.137Z] Supports d_type: true [2020-09-09T17:24:30.137Z] Native Overlay Diff: true [2020-09-09T17:24:30.137Z] Logging Driver: json-file [2020-09-09T17:24:30.137Z] Cgroup Driver: cgroupfs [2020-09-09T17:24:30.137Z] Plugins: [2020-09-09T17:24:30.137Z] Volume: local [2020-09-09T17:24:30.137Z] Network: bridge host ipvlan macvlan null overlay [2020-09-09T17:24:30.137Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-09T17:24:30.137Z] Swarm: inactive [2020-09-09T17:24:30.137Z] Runtimes: runc [2020-09-09T17:24:30.137Z] Default Runtime: runc [2020-09-09T17:24:30.137Z] Init Binary: docker-init [2020-09-09T17:24:30.137Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:30.137Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:30.137Z] init version: fec3683 [2020-09-09T17:24:30.137Z] Security Options: [2020-09-09T17:24:30.137Z] apparmor [2020-09-09T17:24:30.137Z] seccomp [2020-09-09T17:24:30.137Z] Profile: default [2020-09-09T17:24:30.137Z] Kernel Version: 4.15.0-88-generic [2020-09-09T17:24:30.137Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-09T17:24:30.137Z] OSType: linux [2020-09-09T17:24:30.137Z] Architecture: s390x [2020-09-09T17:24:30.137Z] CPUs: 2 [2020-09-09T17:24:30.137Z] Total Memory: 7.861GiB [2020-09-09T17:24:30.137Z] Name: s390x-ubuntu-25 [2020-09-09T17:24:30.137Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-09-09T17:24:30.137Z] Docker Root Dir: /var/lib/docker [2020-09-09T17:24:30.137Z] Debug Mode: false [2020-09-09T17:24:30.137Z] Username: dockerbuildbot [2020-09-09T17:24:30.137Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:24:30.137Z] Labels: [2020-09-09T17:24:30.137Z] Experimental: true [2020-09-09T17:24:30.137Z] Insecure Registries: [2020-09-09T17:24:30.137Z] 127.0.0.0/8 [2020-09-09T17:24:30.137Z] Live Restore Enabled: false [2020-09-09T17:24:30.137Z] [2020-09-09T17:24:30.137Z] WARNING: No swap limit support [Pipeline] sh [2020-09-09T17:24:30.531Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:30.531Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:30.531Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41411/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-09T17:24:30.531Z] + bash /home/jenkins/workspace/moby_PR-41411/check-config.sh [2020-09-09T17:24:30.531Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-09T17:24:30.531Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-09-09T17:24:30.531Z] [2020-09-09T17:24:30.531Z] Generally Necessary: [2020-09-09T17:24:30.531Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-09T17:24:30.531Z] - apparmor: enabled and tools installed [2020-09-09T17:24:30.531Z] - CONFIG_NAMESPACES: enabled [2020-09-09T17:24:30.531Z] - CONFIG_NET_NS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_PID_NS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_IPC_NS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_UTS_NS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_CGROUPS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-09T17:24:30.531Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-09T17:24:30.531Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-09T17:24:30.531Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-09T17:24:30.531Z] - CONFIG_CPUSETS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_MEMCG: enabled [2020-09-09T17:24:30.531Z] - CONFIG_KEYS: enabled [2020-09-09T17:24:30.531Z] - CONFIG_VETH: enabled (as module) [2020-09-09T17:24:30.531Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-09T17:24:30.825Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-09T17:24:30.825Z] [2020-09-09T17:24:30.825Z] Optional Features: [2020-09-09T17:24:30.825Z] - CONFIG_USER_NS: enabled [2020-09-09T17:24:30.825Z] - CONFIG_SECCOMP: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-09T17:24:30.825Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-09T17:24:30.825Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-09T17:24:30.825Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-09T17:24:30.825Z] - CONFIG_BLK_CGROUP: enabled [2020-09-09T17:24:30.825Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-09T17:24:30.825Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CGROUP_PERF: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-09T17:24:30.825Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-09T17:24:30.825Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-09T17:24:30.825Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-09T17:24:30.825Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_IP_VS: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-09T17:24:30.825Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-09T17:24:30.825Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-09T17:24:30.825Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_EXT4_FS: enabled [2020-09-09T17:24:30.825Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-09T17:24:30.825Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-09T17:24:30.825Z] - Network Drivers: [2020-09-09T17:24:30.825Z] - "overlay": [2020-09-09T17:24:30.825Z] - CONFIG_VXLAN: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-09T17:24:30.825Z] Optional (for encrypted networks): [2020-09-09T17:24:30.825Z] - CONFIG_CRYPTO: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-09T17:24:30.825Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-09T17:24:30.825Z] - CONFIG_XFRM: enabled [2020-09-09T17:24:30.825Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-09T17:24:30.825Z] - "ipvlan": [2020-09-09T17:24:30.825Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-09T17:24:30.825Z] - "macvlan": [2020-09-09T17:24:30.825Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_DUMMY: enabled (as module) [2020-09-09T17:24:30.825Z] - "ftp,tftp client in container": [2020-09-09T17:24:30.825Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-09T17:24:30.825Z] - Storage Drivers: [2020-09-09T17:24:30.825Z] - "aufs": [2020-09-09T17:24:30.825Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-09T17:24:30.825Z] - "btrfs": [2020-09-09T17:24:30.825Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-09T17:24:30.825Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-09T17:24:30.825Z] - "devicemapper": [2020-09-09T17:24:30.825Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-09T17:24:30.825Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-09T17:24:30.825Z] - "overlay": [2020-09-09T17:24:30.825Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-09T17:24:30.825Z] - "zfs": [2020-09-09T17:24:30.825Z] - /dev/zfs: missing [2020-09-09T17:24:30.825Z] - zfs command: missing [2020-09-09T17:24:30.825Z] - zpool command: missing [2020-09-09T17:24:30.825Z] [2020-09-09T17:24:30.825Z] Limits: [2020-09-09T17:24:30.825Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-09T17:24:30.825Z] [2020-09-09T17:24:30.825Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-09T17:24:31.259Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde . [2020-09-09T17:24:31.259Z] #2 [internal] load .dockerignore [2020-09-09T17:24:31.259Z] #2 transferring context: 87B 0.0s done [2020-09-09T17:24:31.259Z] #2 DONE 0.0s [2020-09-09T17:24:31.259Z] [2020-09-09T17:24:31.259Z] #1 [internal] load build definition from Dockerfile [2020-09-09T17:24:31.259Z] #1 transferring dockerfile: 16.37kB 0.0s done [2020-09-09T17:24:31.259Z] #1 DONE 0.0s [2020-09-09T17:24:31.259Z] [2020-09-09T17:24:31.259Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-09T17:24:31.553Z] #3 DONE 0.2s [2020-09-09T17:24:31.553Z] [2020-09-09T17:24:31.553Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-09T17:24:31.553Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-09T17:24:31.846Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-09T17:24:31.846Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-09-09T17:24:31.846Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-09-09T17:24:31.846Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 530.86kB / 8.88MB 0.1s [2020-09-09T17:24:31.846Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-09-09T17:24:31.846Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2020-09-09T17:24:31.901Z] Fetching without tags [2020-09-09T17:24:32.141Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-09-09T17:24:32.141Z] #4 DONE 0.6s [2020-09-09T17:24:32.198Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:24:31.881Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:31.883Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:24:31.888Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:31.893Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:31.944Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:31.945Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:31.945Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:32.197Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:32.202Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:24:32.599Z] Fetching without tags [2020-09-09T17:24:32.804Z] [2020-09-09T17:24:32.804Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-09T17:24:32.804Z] #6 DONE 0.2s [2020-09-09T17:24:32.804Z] [2020-09-09T17:24:32.804Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-09T17:24:32.804Z] #5 DONE 0.1s [2020-09-09T17:24:32.804Z] [2020-09-09T17:24:32.804Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:24:32.804Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-09T17:24:32.804Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-09T17:24:32.804Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-09T17:24:32.981Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:24:32.983Z] Still waiting to schedule task [2020-09-09T17:24:32.984Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-09-09T17:24:32.990Z] Still waiting to schedule task [2020-09-09T17:24:32.990Z] Waiting for next available executor on ‘azwin-2-5c73e0’ [2020-09-09T17:24:33.227Z] Merge succeeded, producing 1c5419e6ce06723b2ce4caa27b91de5e4441aad1 [2020-09-09T17:24:33.228Z] Checking out Revision 1c5419e6ce06723b2ce4caa27b91de5e4441aad1 (PR-41411) [2020-09-09T17:24:33.287Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:24:33.303Z] First time build. Skipping changelog. [2020-09-09T17:24:33.513Z] #58 ... [2020-09-09T17:24:33.513Z] [2020-09-09T17:24:33.513Z] #20 [internal] load build context [2020-09-09T17:24:33.513Z] #20 transferring context: 51.49MB 0.8s done [2020-09-09T17:24:33.513Z] #20 DONE 0.8s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T17:24:33.841Z] [2020-09-09T17:24:33.841Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:24:33.841Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-09T17:24:33.841Z] #7 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-09-09T17:24:33.841Z] #7 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-09-09T17:24:33.841Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done [2020-09-09T17:24:33.841Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-09T17:24:33.842Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 34.72MB / 48.97MB 0.9s [2020-09-09T17:24:33.842Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.3s done [2020-09-09T17:24:33.842Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 22.10MB / 51.38MB 0.9s [2020-09-09T17:24:33.842Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 19.53MB / 56.74MB 0.9s [2020-09-09T17:24:33.842Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 44.10MB / 48.97MB 1.1s [2020-09-09T17:24:33.842Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 29.65MB / 51.38MB 1.1s [2020-09-09T17:24:33.842Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 26.21MB / 56.74MB 1.1s [2020-09-09T17:24:33.842Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.60MB / 48.97MB 1.2s [2020-09-09T17:24:33.842Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 33.33MB / 51.38MB 1.2s [2020-09-09T17:24:33.842Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 29.83MB / 56.74MB 1.2s [2020-09-09T17:24:32.728Z] > git remote # timeout=10 [2020-09-09T17:24:32.730Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:24:32.733Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:32.733Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:24:33.220Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:24:33.227Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:33.230Z] > git checkout -f 1c5419e6ce06723b2ce4caa27b91de5e4441aad1 # timeout=10 [2020-09-09T17:24:33.286Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [2020-09-09T17:24:34.100Z] + [ PR != PR ] [2020-09-09T17:24:34.100Z] + [ master != master ] [2020-09-09T17:24:34.100Z] + [ false = true ] [Pipeline] withEnv [2020-09-09T17:24:32.575Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:32.581Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:24:32.589Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:32.596Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:32.603Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:32.603Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:32.604Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:32.985Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:32.989Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:24:33.918Z] > git remote # timeout=10 [2020-09-09T17:24:33.921Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:24:33.925Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:33.926Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-09T17:24:34.170Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.2s done [2020-09-09T17:24:34.170Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 46.39MB / 51.38MB 1.5s [2020-09-09T17:24:34.170Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 42.88MB / 56.74MB 1.5s [2020-09-09T17:24:34.170Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 1.62MB / 102.23MB 1.5s [2020-09-09T17:24:34.475Z] + docker version [2020-09-09T17:24:34.475Z] Client: Docker Engine - Community [2020-09-09T17:24:34.475Z] Version: 19.03.12 [2020-09-09T17:24:34.475Z] API version: 1.40 [2020-09-09T17:24:34.475Z] Go version: go1.13.10 [2020-09-09T17:24:34.475Z] Git commit: 48a66213fe [2020-09-09T17:24:34.475Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-09T17:24:34.475Z] OS/Arch: linux/amd64 [2020-09-09T17:24:34.475Z] Experimental: false [2020-09-09T17:24:34.475Z] [2020-09-09T17:24:34.475Z] Server: Docker Engine - Community [2020-09-09T17:24:34.475Z] Engine: [2020-09-09T17:24:34.475Z] Version: 19.03.12 [2020-09-09T17:24:34.475Z] API version: 1.40 (minimum version 1.12) [2020-09-09T17:24:34.475Z] Go version: go1.13.10 [2020-09-09T17:24:34.475Z] Git commit: 48a66213fe [2020-09-09T17:24:34.475Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-09T17:24:34.475Z] OS/Arch: linux/amd64 [2020-09-09T17:24:34.475Z] Experimental: true [2020-09-09T17:24:34.475Z] containerd: [2020-09-09T17:24:34.475Z] Version: 1.2.13 [2020-09-09T17:24:34.475Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:34.475Z] runc: [2020-09-09T17:24:34.475Z] Version: 1.0.0-rc10 [2020-09-09T17:24:34.475Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:34.475Z] docker-init: [2020-09-09T17:24:34.475Z] Version: 0.18.0 [2020-09-09T17:24:34.475Z] GitCommit: fec3683 [Pipeline] sh [2020-09-09T17:24:34.499Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 50.18MB / 51.38MB 1.6s [2020-09-09T17:24:34.500Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 47.03MB / 56.74MB 1.6s [2020-09-09T17:24:34.500Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0.1s [2020-09-09T17:24:34.500Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 53.61MB / 56.74MB 1.7s [2020-09-09T17:24:34.500Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 9.50MB / 102.23MB 1.7s [2020-09-09T17:24:34.500Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.7s done [2020-09-09T17:24:34.500Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.8s [2020-09-09T17:24:34.500Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 16.92MB / 102.23MB 1.8s [2020-09-09T17:24:34.500Z] #7 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.8s [2020-09-09T17:24:34.672Z] Merge succeeded, producing dd0b2a938800494b566cec5f56b623965a1ed8d5 [2020-09-09T17:24:34.672Z] Checking out Revision dd0b2a938800494b566cec5f56b623965a1ed8d5 (PR-41411) [2020-09-09T17:24:34.749Z] + docker info [2020-09-09T17:24:34.800Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:24:34.805Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.8s done [2020-09-09T17:24:34.805Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 29.96MB / 102.23MB 1.9s [2020-09-09T17:24:34.805Z] #7 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.8s done [2020-09-09T17:24:34.805Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 36.70MB / 102.23MB 2.0s [2020-09-09T17:24:34.805Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 42.98MB / 102.23MB 2.1s [2020-09-09T17:24:34.811Z] First time build. Skipping changelog. [2020-09-09T17:24:35.007Z] Client: [2020-09-09T17:24:35.007Z] Debug Mode: false [2020-09-09T17:24:35.007Z] [2020-09-09T17:24:35.007Z] Server: [2020-09-09T17:24:35.007Z] Containers: 0 [2020-09-09T17:24:35.007Z] Running: 0 [2020-09-09T17:24:35.007Z] Paused: 0 [2020-09-09T17:24:35.007Z] Stopped: 0 [2020-09-09T17:24:35.007Z] Images: 5 [2020-09-09T17:24:35.007Z] Server Version: 19.03.12 [2020-09-09T17:24:35.007Z] Storage Driver: overlay2 [2020-09-09T17:24:35.007Z] Backing Filesystem: extfs [2020-09-09T17:24:35.007Z] Supports d_type: true [2020-09-09T17:24:35.007Z] Native Overlay Diff: true [2020-09-09T17:24:35.007Z] Logging Driver: json-file [2020-09-09T17:24:35.007Z] Cgroup Driver: cgroupfs [2020-09-09T17:24:35.007Z] Plugins: [2020-09-09T17:24:35.007Z] Volume: local [2020-09-09T17:24:35.007Z] Network: bridge host ipvlan macvlan null overlay [2020-09-09T17:24:35.007Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-09T17:24:35.007Z] Swarm: inactive [2020-09-09T17:24:35.007Z] Runtimes: runc [2020-09-09T17:24:35.007Z] Default Runtime: runc [2020-09-09T17:24:35.007Z] Init Binary: docker-init [2020-09-09T17:24:35.007Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:35.007Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:35.007Z] init version: fec3683 [2020-09-09T17:24:35.007Z] Security Options: [2020-09-09T17:24:35.007Z] apparmor [2020-09-09T17:24:35.007Z] seccomp [2020-09-09T17:24:35.007Z] Profile: default [2020-09-09T17:24:35.007Z] Kernel Version: 5.3.0-1030-aws [2020-09-09T17:24:35.007Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-09T17:24:35.007Z] OSType: linux [2020-09-09T17:24:35.007Z] Architecture: x86_64 [2020-09-09T17:24:35.007Z] CPUs: 2 [2020-09-09T17:24:35.007Z] Total Memory: 7.569GiB [2020-09-09T17:24:35.007Z] Name: ip-10-100-70-199 [2020-09-09T17:24:35.007Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-09-09T17:24:35.007Z] Docker Root Dir: /var/lib/docker [2020-09-09T17:24:35.007Z] Debug Mode: false [2020-09-09T17:24:35.007Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:24:35.007Z] Labels: [2020-09-09T17:24:35.007Z] Experimental: true [2020-09-09T17:24:35.007Z] Insecure Registries: [2020-09-09T17:24:35.007Z] 127.0.0.0/8 [2020-09-09T17:24:35.007Z] Live Restore Enabled: true [2020-09-09T17:24:35.007Z] [2020-09-09T17:24:35.007Z] WARNING: No swap limit support [Pipeline] sh [2020-09-09T17:24:35.101Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 52.35MB / 102.23MB 2.2s [2020-09-09T17:24:35.101Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 71.65MB / 102.23MB 2.4s [2020-09-09T17:24:35.326Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:35.326Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:35.326Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41411/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-09T17:24:35.326Z] + bash /home/ubuntu/workspace/moby_PR-41411/check-config.sh [2020-09-09T17:24:35.326Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-09T17:24:35.326Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-09-09T17:24:35.326Z] [2020-09-09T17:24:35.326Z] Generally Necessary: [2020-09-09T17:24:35.326Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-09T17:24:35.326Z] - apparmor: enabled and tools installed [2020-09-09T17:24:35.326Z] - CONFIG_NAMESPACES: enabled [2020-09-09T17:24:35.326Z] - CONFIG_NET_NS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_PID_NS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_IPC_NS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_UTS_NS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CGROUPS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CPUSETS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_MEMCG: enabled [2020-09-09T17:24:35.326Z] - CONFIG_KEYS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_VETH: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-09T17:24:35.326Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-09T17:24:35.326Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-09T17:24:35.326Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-09T17:24:35.326Z] [2020-09-09T17:24:35.326Z] Optional Features: [2020-09-09T17:24:35.326Z] - CONFIG_USER_NS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_SECCOMP: enabled [2020-09-09T17:24:35.326Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-09T17:24:35.326Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-09T17:24:35.326Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-09T17:24:35.326Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-09T17:24:35.326Z] - CONFIG_BLK_CGROUP: enabled [2020-09-09T17:24:35.326Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-09T17:24:35.395Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 78.97MB / 102.23MB 2.5s [2020-09-09T17:24:35.395Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 89.21MB / 102.23MB 2.6s [2020-09-09T17:24:35.395Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 96.18MB / 102.23MB 2.7s [2020-09-09T17:24:35.584Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-09T17:24:35.584Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-09T17:24:35.584Z] - CONFIG_CGROUP_PERF: enabled [2020-09-09T17:24:35.584Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-09T17:24:35.584Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-09T17:24:35.584Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-09T17:24:35.584Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-09T17:24:35.584Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-09T17:24:35.584Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_IP_VS: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-09T17:24:35.584Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-09T17:24:35.584Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-09T17:24:35.584Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_EXT4_FS: enabled [2020-09-09T17:24:35.584Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-09T17:24:35.584Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-09T17:24:35.584Z] - Network Drivers: [2020-09-09T17:24:35.584Z] - "overlay": [2020-09-09T17:24:35.584Z] - CONFIG_VXLAN: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-09T17:24:35.584Z] Optional (for encrypted networks): [2020-09-09T17:24:35.584Z] - CONFIG_CRYPTO: enabled [2020-09-09T17:24:35.584Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-09T17:24:35.584Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-09T17:24:35.584Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-09T17:24:35.584Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-09T17:24:35.584Z] - CONFIG_XFRM: enabled [2020-09-09T17:24:35.584Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-09T17:24:35.584Z] - "ipvlan": [2020-09-09T17:24:35.584Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-09T17:24:35.584Z] - "macvlan": [2020-09-09T17:24:35.584Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_DUMMY: enabled (as module) [2020-09-09T17:24:35.584Z] - "ftp,tftp client in container": [2020-09-09T17:24:35.584Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-09T17:24:35.584Z] - Storage Drivers: [2020-09-09T17:24:35.584Z] - "aufs": [2020-09-09T17:24:35.584Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-09T17:24:35.584Z] - "btrfs": [2020-09-09T17:24:35.584Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-09T17:24:35.584Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-09T17:24:35.584Z] - "devicemapper": [2020-09-09T17:24:35.584Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-09T17:24:35.584Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-09T17:24:35.584Z] - "overlay": [2020-09-09T17:24:35.584Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-09T17:24:35.584Z] - "zfs": [2020-09-09T17:24:35.584Z] - /dev/zfs: present [2020-09-09T17:24:35.584Z] - zfs command: missing [2020-09-09T17:24:35.584Z] - zpool command: missing [2020-09-09T17:24:35.584Z] [2020-09-09T17:24:35.584Z] Limits: [2020-09-09T17:24:35.584Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-09T17:24:35.584Z] [2020-09-09T17:24:35.584Z] + true [Pipeline] } [2020-09-09T17:24:35.607Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2020-09-09T17:24:35.687Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 2.8s [2020-09-09T17:24:35.688Z] #7 ... [2020-09-09T17:24:35.688Z] [2020-09-09T17:24:35.688Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:24:35.688Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.0s done [2020-09-09T17:24:35.688Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.6s done [2020-09-09T17:24:35.688Z] #58 DONE 2.9s [2020-09-09T17:24:35.688Z] [2020-09-09T17:24:35.688Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [Pipeline] { (Print info) [2020-09-09T17:24:35.688Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 2.8s done [Pipeline] sh [Pipeline] sh [2020-09-09T17:24:35.577Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:35.580Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:24:35.583Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:35.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:24:35.613Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:24:35.613Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:35.614Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:24:34.668Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:24:34.676Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:34.682Z] > git checkout -f dd0b2a938800494b566cec5f56b623965a1ed8d5 # timeout=10 [2020-09-09T17:24:34.807Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [2020-09-09T17:24:35.976Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde . [2020-09-09T17:24:35.977Z] #1 [internal] load build definition from Dockerfile [2020-09-09T17:24:35.977Z] #1 DONE 0.0s [2020-09-09T17:24:35.977Z] [2020-09-09T17:24:35.977Z] #2 [internal] load .dockerignore [2020-09-09T17:24:35.977Z] #2 DONE 0.0s [2020-09-09T17:24:35.977Z] [2020-09-09T17:24:35.977Z] #2 [internal] load .dockerignore [2020-09-09T17:24:35.977Z] #2 transferring context: 87B done [2020-09-09T17:24:35.977Z] #2 DONE 0.0s [2020-09-09T17:24:35.977Z] [2020-09-09T17:24:35.977Z] #1 [internal] load build definition from Dockerfile [2020-09-09T17:24:35.977Z] #1 transferring dockerfile: 16.37kB done [2020-09-09T17:24:35.977Z] #1 DONE 0.0s [2020-09-09T17:24:35.977Z] [2020-09-09T17:24:35.977Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-09T17:24:35.977Z] #3 DONE 0.1s [2020-09-09T17:24:35.997Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.8s done [2020-09-09T17:24:36.007Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:24:36.020Z] + docker version [2020-09-09T17:24:36.020Z] Client: Docker Engine - Community [2020-09-09T17:24:36.020Z] Version: 19.03.12 [2020-09-09T17:24:36.020Z] API version: 1.40 [2020-09-09T17:24:36.020Z] Go version: go1.13.10 [2020-09-09T17:24:36.020Z] Git commit: 48a6621 [2020-09-09T17:24:36.020Z] Built: Mon Jun 22 15:46:32 2020 [2020-09-09T17:24:36.020Z] OS/Arch: linux/arm64 [2020-09-09T17:24:36.020Z] Experimental: false [2020-09-09T17:24:36.020Z] [2020-09-09T17:24:36.020Z] Server: Docker Engine - Community [2020-09-09T17:24:36.020Z] Engine: [2020-09-09T17:24:36.020Z] Version: 19.03.12 [2020-09-09T17:24:36.020Z] API version: 1.40 (minimum version 1.12) [2020-09-09T17:24:36.020Z] Go version: go1.13.10 [2020-09-09T17:24:36.020Z] Git commit: 48a6621 [2020-09-09T17:24:36.020Z] Built: Mon Jun 22 15:45:04 2020 [2020-09-09T17:24:36.020Z] OS/Arch: linux/arm64 [2020-09-09T17:24:36.020Z] Experimental: true [2020-09-09T17:24:36.020Z] containerd: [2020-09-09T17:24:36.020Z] Version: 1.2.13 [2020-09-09T17:24:36.020Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:36.020Z] runc: [2020-09-09T17:24:36.020Z] Version: 1.0.0-rc10 [2020-09-09T17:24:36.020Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:36.020Z] docker-init: [2020-09-09T17:24:36.020Z] Version: 0.18.0 [2020-09-09T17:24:36.020Z] GitCommit: fec3683 [Pipeline] sh [2020-09-09T17:24:36.235Z] [2020-09-09T17:24:36.235Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-09T17:24:36.235Z] #4 CACHED [2020-09-09T17:24:36.235Z] [2020-09-09T17:24:36.235Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-09T17:24:36.235Z] #6 DONE 0.1s [2020-09-09T17:24:36.235Z] [2020-09-09T17:24:36.235Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-09T17:24:36.290Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.1s [2020-09-09T17:24:36.311Z] + docker info [2020-09-09T17:24:36.496Z] #5 DONE 0.1s [2020-09-09T17:24:36.496Z] [2020-09-09T17:24:36.496Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:24:36.496Z] #58 DONE 0.0s [2020-09-09T17:24:36.496Z] [2020-09-09T17:24:36.496Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:24:36.496Z] #7 DONE 0.0s [2020-09-09T17:24:36.496Z] [2020-09-09T17:24:36.496Z] #20 [internal] load build context [2020-09-09T17:24:36.582Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done [2020-09-09T17:24:36.583Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.1s [2020-09-09T17:24:36.875Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.2s done [2020-09-09T17:24:36.884Z] Client: [2020-09-09T17:24:36.884Z] Debug Mode: false [2020-09-09T17:24:36.884Z] [2020-09-09T17:24:36.884Z] Server: [2020-09-09T17:24:36.884Z] Containers: 0 [2020-09-09T17:24:36.884Z] Running: 0 [2020-09-09T17:24:36.884Z] Paused: 0 [2020-09-09T17:24:36.884Z] Stopped: 0 [2020-09-09T17:24:36.884Z] Images: 4 [2020-09-09T17:24:36.884Z] Server Version: 19.03.12 [2020-09-09T17:24:36.884Z] Storage Driver: overlay2 [2020-09-09T17:24:36.884Z] Backing Filesystem: extfs [2020-09-09T17:24:36.884Z] Supports d_type: true [2020-09-09T17:24:36.884Z] Native Overlay Diff: true [2020-09-09T17:24:36.884Z] Logging Driver: json-file [2020-09-09T17:24:36.884Z] Cgroup Driver: cgroupfs [2020-09-09T17:24:36.884Z] Plugins: [2020-09-09T17:24:36.884Z] Volume: local [2020-09-09T17:24:36.884Z] Network: bridge host ipvlan macvlan null overlay [2020-09-09T17:24:36.884Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-09T17:24:36.884Z] Swarm: inactive [2020-09-09T17:24:36.884Z] Runtimes: runc [2020-09-09T17:24:36.884Z] Default Runtime: runc [2020-09-09T17:24:36.884Z] Init Binary: docker-init [2020-09-09T17:24:36.884Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:24:36.884Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:24:36.884Z] init version: fec3683 [2020-09-09T17:24:36.884Z] Security Options: [2020-09-09T17:24:36.884Z] apparmor [2020-09-09T17:24:36.884Z] seccomp [2020-09-09T17:24:36.885Z] Profile: default [2020-09-09T17:24:36.885Z] Kernel Version: 4.15.0-1074-aws [2020-09-09T17:24:36.885Z] Operating System: Ubuntu 16.04.6 LTS [2020-09-09T17:24:36.885Z] OSType: linux [2020-09-09T17:24:36.885Z] Architecture: aarch64 [2020-09-09T17:24:36.885Z] CPUs: 4 [2020-09-09T17:24:36.885Z] Total Memory: 7.525GiB [2020-09-09T17:24:36.885Z] Name: ip-10-100-121-8 [2020-09-09T17:24:36.885Z] ID: UTJC:VJXC:JR6C:MQOY:H5HB:HHV3:JK47:2SKG:XCXB:YJDM:JC3G:VSC2 [2020-09-09T17:24:36.885Z] Docker Root Dir: /var/lib/docker [2020-09-09T17:24:36.885Z] Debug Mode: false [2020-09-09T17:24:36.885Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:24:36.885Z] Labels: [2020-09-09T17:24:36.885Z] Experimental: true [2020-09-09T17:24:36.885Z] Insecure Registries: [2020-09-09T17:24:36.885Z] 127.0.0.0/8 [2020-09-09T17:24:36.885Z] Live Restore Enabled: true [2020-09-09T17:24:36.885Z] [2020-09-09T17:24:36.885Z] WARNING: No swap limit support [Pipeline] sh [2020-09-09T17:24:37.168Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2020-09-09T17:24:37.174Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:37.174Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:37.174Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41411/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-09T17:24:37.174Z] + bash /home/ubuntu/workspace/moby_PR-41411/check-config.sh [2020-09-09T17:24:37.174Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-09T17:24:37.174Z] info: reading kernel config from /boot/config-4.15.0-1074-aws ... [2020-09-09T17:24:37.174Z] [2020-09-09T17:24:37.174Z] Generally Necessary: [2020-09-09T17:24:37.174Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-09T17:24:37.174Z] - apparmor: enabled and tools installed [2020-09-09T17:24:37.174Z] - CONFIG_NAMESPACES: enabled [2020-09-09T17:24:37.174Z] - CONFIG_NET_NS: enabled [2020-09-09T17:24:37.174Z] - CONFIG_PID_NS: enabled [2020-09-09T17:24:37.174Z] - CONFIG_IPC_NS: enabled [2020-09-09T17:24:37.174Z] - CONFIG_UTS_NS: enabled [2020-09-09T17:24:37.174Z] - CONFIG_CGROUPS: enabled [2020-09-09T17:24:37.174Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-09T17:24:37.174Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-09T17:24:37.174Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-09T17:24:37.174Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-09T17:24:37.435Z] - CONFIG_CPUSETS: enabled [2020-09-09T17:24:37.435Z] - CONFIG_MEMCG: enabled [2020-09-09T17:24:37.435Z] - CONFIG_KEYS: enabled [2020-09-09T17:24:37.435Z] - CONFIG_VETH: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-09T17:24:37.435Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-09T17:24:37.435Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-09T17:24:37.435Z] [2020-09-09T17:24:37.435Z] Optional Features: [2020-09-09T17:24:37.435Z] - CONFIG_USER_NS: enabled [2020-09-09T17:24:37.435Z] - CONFIG_SECCOMP: enabled [2020-09-09T17:24:37.435Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-09T17:24:37.435Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-09T17:24:37.435Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-09T17:24:37.435Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-09T17:24:37.435Z] - CONFIG_BLK_CGROUP: enabled [2020-09-09T17:24:37.435Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-09T17:24:37.435Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-09T17:24:37.435Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-09T17:24:36.012Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:36.015Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:24:36.808Z] > git remote # timeout=10 [2020-09-09T17:24:36.811Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:24:36.814Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:24:36.815Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:24:37.698Z] - CONFIG_CGROUP_PERF: enabled [2020-09-09T17:24:37.698Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-09T17:24:37.698Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-09T17:24:37.698Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-09T17:24:37.698Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-09T17:24:37.698Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-09T17:24:37.698Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-09T17:24:37.698Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-09T17:24:37.698Z] - CONFIG_IP_VS: enabled (as module) [2020-09-09T17:24:37.698Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-09T17:24:37.698Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-09T17:24:37.698Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-09T17:24:37.698Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-09T17:24:37.698Z] - CONFIG_EXT4_FS: enabled [2020-09-09T17:24:37.698Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-09T17:24:37.698Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-09T17:24:37.698Z] - Network Drivers: [2020-09-09T17:24:37.698Z] - "overlay": [2020-09-09T17:24:37.698Z] - CONFIG_VXLAN: enabled (as module) [2020-09-09T17:24:37.698Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-09T17:24:37.698Z] Optional (for encrypted networks): [2020-09-09T17:24:37.853Z] Merge succeeded, producing 8a5094f02485f5ce0ea3ea2d6656e8fe35b5ec81 [2020-09-09T17:24:37.853Z] Checking out Revision 8a5094f02485f5ce0ea3ea2d6656e8fe35b5ec81 (PR-41411) [2020-09-09T17:24:37.870Z] #20 transferring context: 51.49MB 1.3s done [2020-09-09T17:24:37.870Z] #20 DONE 1.3s [2020-09-09T17:24:37.870Z] [2020-09-09T17:24:37.870Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:37.870Z] #45 CACHED [2020-09-09T17:24:37.870Z] [2020-09-09T17:24:37.870Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:24:37.870Z] #13 CACHED [2020-09-09T17:24:37.870Z] [2020-09-09T17:24:37.870Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:24:37.871Z] #23 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:37.871Z] #21 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:37.871Z] #43 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:24:37.871Z] #32 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #42 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:24:37.871Z] #10 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:37.871Z] #30 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:37.871Z] #49 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:37.871Z] #33 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #48 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:24:37.871Z] #25 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:37.871Z] #60 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:24:37.871Z] #36 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:24:37.871Z] #17 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:37.871Z] #52 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:37.871Z] #41 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #53 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:37.871Z] #54 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:24:37.871Z] #28 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-09T17:24:37.871Z] #56 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:24:37.871Z] #24 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:24:37.871Z] #26 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-09T17:24:37.871Z] #40 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-09T17:24:37.871Z] #59 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:24:37.871Z] #39 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #44 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-09T17:24:37.871Z] #9 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #37 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-09T17:24:37.871Z] #55 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:24:37.871Z] #19 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #29 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-09T17:24:37.871Z] #35 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-09T17:24:37.871Z] #22 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-09T17:24:37.871Z] #16 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-09T17:24:37.871Z] #27 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #46 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #34 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-09T17:24:37.871Z] #8 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-09T17:24:37.871Z] #18 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-09T17:24:37.871Z] #11 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-09T17:24:37.871Z] #15 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:37.871Z] #47 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #61 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-09T17:24:37.871Z] #14 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #31 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-09T17:24:37.871Z] #12 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:24:37.871Z] #51 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #50 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:24:37.871Z] #38 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-09T17:24:37.871Z] #57 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-09T17:24:37.871Z] #62 CACHED [2020-09-09T17:24:37.871Z] [2020-09-09T17:24:37.871Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-09T17:24:37.959Z] - CONFIG_CRYPTO: enabled [2020-09-09T17:24:37.959Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-09T17:24:37.959Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-09T17:24:37.959Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-09T17:24:37.959Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-09T17:24:37.959Z] - CONFIG_XFRM: enabled [2020-09-09T17:24:37.959Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-09T17:24:37.959Z] - "ipvlan": [2020-09-09T17:24:37.959Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-09T17:24:37.959Z] - "macvlan": [2020-09-09T17:24:37.959Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_DUMMY: enabled (as module) [2020-09-09T17:24:37.959Z] - "ftp,tftp client in container": [2020-09-09T17:24:37.959Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-09T17:24:37.959Z] - Storage Drivers: [2020-09-09T17:24:37.959Z] - "aufs": [2020-09-09T17:24:37.959Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-09T17:24:37.959Z] - "btrfs": [2020-09-09T17:24:37.959Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-09T17:24:37.959Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-09T17:24:37.959Z] - "devicemapper": [2020-09-09T17:24:37.959Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-09T17:24:37.959Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-09T17:24:37.959Z] - "overlay": [2020-09-09T17:24:37.959Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-09T17:24:37.959Z] - "zfs": [2020-09-09T17:24:37.959Z] - /dev/zfs: missing [2020-09-09T17:24:37.959Z] - zfs command: missing [2020-09-09T17:24:37.959Z] - zpool command: missing [2020-09-09T17:24:37.959Z] [2020-09-09T17:24:37.959Z] Limits: [2020-09-09T17:24:37.959Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-09T17:24:37.959Z] [2020-09-09T17:24:37.959Z] + true [2020-09-09T17:24:37.964Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [Pipeline] } [2020-09-09T17:24:37.979Z] First time build. Skipping changelog. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-09T17:24:38.303Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde . [2020-09-09T17:24:38.303Z] #1 [internal] load build definition from Dockerfile [2020-09-09T17:24:38.303Z] #1 transferring dockerfile: 16.37kB 0.0s done [2020-09-09T17:24:38.303Z] #1 DONE 0.0s [2020-09-09T17:24:38.303Z] [2020-09-09T17:24:38.303Z] #2 [internal] load .dockerignore [2020-09-09T17:24:38.303Z] #2 transferring context: 87B done [2020-09-09T17:24:38.303Z] #2 DONE 0.0s [2020-09-09T17:24:38.303Z] [2020-09-09T17:24:38.303Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-09T17:24:38.303Z] #3 DONE 0.1s [Pipeline] withEnv [Pipeline] { [2020-09-09T17:24:38.433Z] #63 DONE 0.9s [2020-09-09T17:24:38.433Z] [2020-09-09T17:24:38.433Z] #64 exporting to image [2020-09-09T17:24:38.433Z] #64 exporting layers [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-09T17:24:38.567Z] [2020-09-09T17:24:38.567Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-09T17:24:38.567Z] #4 CACHED [2020-09-09T17:24:38.682Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.3s done [2020-09-09T17:24:38.682Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0.1s [2020-09-09T17:24:38.837Z] [2020-09-09T17:24:38.837Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-09T17:24:38.837Z] #5 DONE 0.0s [2020-09-09T17:24:38.837Z] [2020-09-09T17:24:38.837Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-09T17:24:38.837Z] #6 DONE 0.1s [2020-09-09T17:24:38.837Z] [2020-09-09T17:24:38.837Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:24:38.837Z] #58 DONE 0.0s [2020-09-09T17:24:38.837Z] [2020-09-09T17:24:38.837Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:24:38.837Z] #7 DONE 0.0s [2020-09-09T17:24:38.837Z] [2020-09-09T17:24:38.837Z] #20 [internal] load build context [2020-09-09T17:24:38.841Z] + docker version [2020-09-09T17:24:38.841Z] Client: [2020-09-09T17:24:38.841Z] Version: 18.06.1-ce [2020-09-09T17:24:38.841Z] API version: 1.38 [2020-09-09T17:24:38.841Z] Go version: go1.10.3 [2020-09-09T17:24:38.841Z] Git commit: e68fc7a [2020-09-09T17:24:38.841Z] Built: Tue Aug 21 17:26:10 2018 [2020-09-09T17:24:38.841Z] OS/Arch: linux/ppc64le [2020-09-09T17:24:38.841Z] Experimental: false [2020-09-09T17:24:38.841Z] [2020-09-09T17:24:38.841Z] Server: [2020-09-09T17:24:38.841Z] Engine: [2020-09-09T17:24:38.841Z] Version: 18.06.1-ce [2020-09-09T17:24:38.841Z] API version: 1.38 (minimum version 1.12) [2020-09-09T17:24:38.841Z] Go version: go1.10.3 [2020-09-09T17:24:38.841Z] Git commit: e68fc7a [2020-09-09T17:24:38.841Z] Built: Tue Aug 21 17:24:20 2018 [2020-09-09T17:24:38.841Z] OS/Arch: linux/ppc64le [2020-09-09T17:24:38.841Z] Experimental: true [Pipeline] sh [2020-09-09T17:24:39.232Z] + docker info [2020-09-09T17:24:39.232Z] Containers: 0 [2020-09-09T17:24:39.232Z] Running: 0 [2020-09-09T17:24:39.232Z] Paused: 0 [2020-09-09T17:24:39.232Z] Stopped: 0 [2020-09-09T17:24:39.232Z] Images: 0 [2020-09-09T17:24:39.232Z] Server Version: 18.06.1-ce [2020-09-09T17:24:39.232Z] Storage Driver: overlay2 [2020-09-09T17:24:39.232Z] Backing Filesystem: extfs [2020-09-09T17:24:39.232Z] Supports d_type: true [2020-09-09T17:24:39.232Z] Native Overlay Diff: true [2020-09-09T17:24:39.232Z] Logging Driver: json-file [2020-09-09T17:24:39.232Z] Cgroup Driver: cgroupfs [2020-09-09T17:24:39.232Z] Plugins: [2020-09-09T17:24:39.232Z] Volume: local [2020-09-09T17:24:39.232Z] Network: bridge host ipvlan macvlan null overlay [2020-09-09T17:24:39.232Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-09-09T17:24:39.232Z] Swarm: inactive [2020-09-09T17:24:39.232Z] Runtimes: runc [2020-09-09T17:24:39.232Z] Default Runtime: runc [2020-09-09T17:24:39.232Z] Init Binary: docker-init [2020-09-09T17:24:39.232Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-09-09T17:24:39.232Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-09-09T17:24:39.232Z] init version: fec3683 [2020-09-09T17:24:39.232Z] Security Options: [2020-09-09T17:24:39.232Z] apparmor [2020-09-09T17:24:39.232Z] seccomp [2020-09-09T17:24:39.232Z] Profile: default [2020-09-09T17:24:39.232Z] Kernel Version: 4.4.0-130-generic [2020-09-09T17:24:39.232Z] Operating System: Ubuntu 16.04.3 LTS [2020-09-09T17:24:39.232Z] OSType: linux [2020-09-09T17:24:39.232Z] Architecture: ppc64le [2020-09-09T17:24:39.232Z] CPUs: 4 [2020-09-09T17:24:39.232Z] Total Memory: 7.972GiB [2020-09-09T17:24:39.232Z] Name: ppc64le-ubuntu-14 [2020-09-09T17:24:39.232Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-09-09T17:24:39.232Z] Docker Root Dir: /var/lib/docker [2020-09-09T17:24:39.232Z] Debug Mode (client): false [2020-09-09T17:24:39.232Z] Debug Mode (server): false [2020-09-09T17:24:39.232Z] Username: dockerbuildbot [2020-09-09T17:24:39.232Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:24:39.232Z] Labels: [2020-09-09T17:24:39.232Z] Experimental: true [2020-09-09T17:24:39.232Z] Insecure Registries: [2020-09-09T17:24:39.232Z] 127.0.0.0/8 [2020-09-09T17:24:39.232Z] Live Restore Enabled: false [2020-09-09T17:24:39.232Z] [Pipeline] sh [2020-09-09T17:24:39.623Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:39.623Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:24:39.623Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41411/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-09T17:24:39.623Z] + bash /home/docker/workspace/moby_PR-41411/check-config.sh [2020-09-09T17:24:39.623Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-09T17:24:39.623Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2020-09-09T17:24:39.623Z] [2020-09-09T17:24:39.623Z] Generally Necessary: [2020-09-09T17:24:39.623Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-09T17:24:39.623Z] - apparmor: enabled and tools installed [2020-09-09T17:24:39.623Z] - CONFIG_NAMESPACES: enabled [2020-09-09T17:24:39.623Z] - CONFIG_NET_NS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_PID_NS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_IPC_NS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_UTS_NS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_CGROUPS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-09T17:24:39.623Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-09T17:24:39.623Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-09T17:24:39.623Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-09T17:24:39.623Z] - CONFIG_CPUSETS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_MEMCG: enabled [2020-09-09T17:24:39.623Z] - CONFIG_KEYS: enabled [2020-09-09T17:24:39.623Z] - CONFIG_VETH: enabled (as module) [2020-09-09T17:24:39.623Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-09T17:24:39.623Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-09T17:24:37.840Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:24:37.858Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:24:37.861Z] > git checkout -f 8a5094f02485f5ce0ea3ea2d6656e8fe35b5ec81 # timeout=10 [2020-09-09T17:24:37.969Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [2020-09-09T17:24:39.719Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.2s done [2020-09-09T17:24:39.800Z] #64 exporting layers 1.0s done [2020-09-09T17:24:39.800Z] #64 writing image sha256:3cd8615b53be22bfc6cc2dc109d3cdc7ccdda64dc6b32b62270145b84ced332b [2020-09-09T17:24:39.800Z] #64 writing image sha256:3cd8615b53be22bfc6cc2dc109d3cdc7ccdda64dc6b32b62270145b84ced332b done [2020-09-09T17:24:39.800Z] #64 naming to docker.io/library/docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde done [2020-09-09T17:24:39.800Z] #64 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-09-09T17:24:39.920Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-09T17:24:39.920Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-09T17:24:39.920Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-09-09T17:24:39.920Z] [2020-09-09T17:24:39.920Z] Optional Features: [2020-09-09T17:24:39.920Z] - CONFIG_USER_NS: enabled [2020-09-09T17:24:39.920Z] - CONFIG_SECCOMP: enabled [2020-09-09T17:24:39.920Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-09T17:24:39.920Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-09T17:24:39.920Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-09T17:24:39.920Z] (cgroup swap accounting is currently enabled) [2020-09-09T17:24:39.920Z] - CONFIG_MEMCG_KMEM: enabled [2020-09-09T17:24:39.920Z] - CONFIG_BLK_CGROUP: enabled [2020-09-09T17:24:39.920Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-09T17:24:39.920Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-09T17:24:39.920Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-09T17:24:39.920Z] - CONFIG_CGROUP_PERF: enabled [2020-09-09T17:24:39.920Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-09T17:24:39.920Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-09T17:24:39.920Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-09T17:24:39.920Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-09T17:24:39.920Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-09T17:24:39.920Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-09T17:24:39.920Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-09T17:24:39.921Z] - CONFIG_IP_VS: enabled (as module) [2020-09-09T17:24:39.921Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-09T17:24:39.921Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-09T17:24:39.921Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-09T17:24:39.921Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-09T17:24:39.921Z] - CONFIG_EXT4_FS: enabled [2020-09-09T17:24:39.921Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-09T17:24:39.921Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-09T17:24:39.921Z] - Network Drivers: [2020-09-09T17:24:39.921Z] - "overlay": [2020-09-09T17:24:39.921Z] - CONFIG_VXLAN: enabled (as module) [2020-09-09T17:24:39.921Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-09T17:24:39.921Z] Optional (for encrypted networks): [2020-09-09T17:24:40.012Z] #7 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2020-09-09T17:24:40.130Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/validate/default [2020-09-09T17:24:40.216Z] - CONFIG_CRYPTO: enabled [2020-09-09T17:24:40.216Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_XFRM: enabled [2020-09-09T17:24:40.216Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-09T17:24:40.216Z] - "ipvlan": [2020-09-09T17:24:40.216Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-09T17:24:40.216Z] - "macvlan": [2020-09-09T17:24:40.216Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_DUMMY: enabled (as module) [2020-09-09T17:24:40.216Z] - "ftp,tftp client in container": [2020-09-09T17:24:40.216Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-09T17:24:40.216Z] - Storage Drivers: [2020-09-09T17:24:40.216Z] - "aufs": [2020-09-09T17:24:40.216Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-09T17:24:40.216Z] - "btrfs": [2020-09-09T17:24:40.216Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-09T17:24:40.216Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-09T17:24:40.216Z] - "devicemapper": [2020-09-09T17:24:40.216Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-09T17:24:40.216Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-09T17:24:40.216Z] - "overlay": [2020-09-09T17:24:40.216Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-09T17:24:40.216Z] - "zfs": [2020-09-09T17:24:40.216Z] - /dev/zfs: missing [2020-09-09T17:24:40.216Z] - zfs command: missing [2020-09-09T17:24:40.216Z] - zpool command: missing [2020-09-09T17:24:40.216Z] [2020-09-09T17:24:40.216Z] Limits: [2020-09-09T17:24:40.216Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-09T17:24:40.216Z] [2020-09-09T17:24:40.216Z] + true [2020-09-09T17:24:40.243Z] #20 transferring context: 51.49MB 1.4s done [2020-09-09T17:24:40.243Z] #20 DONE 1.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-09T17:24:40.504Z] #12 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:24:40.504Z] #23 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-09T17:24:40.504Z] #9 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-09T17:24:40.504Z] #35 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:24:40.504Z] #13 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-09T17:24:40.504Z] #27 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:24:40.504Z] #36 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:40.504Z] #47 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-09T17:24:40.504Z] #59 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #31 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:24:40.504Z] #39 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #61 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:40.504Z] #33 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:40.504Z] #52 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:24:40.504Z] #26 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:40.504Z] #45 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-09T17:24:40.504Z] #18 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:24:40.504Z] #25 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:24:40.504Z] #32 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:24:40.504Z] #38 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-09T17:24:40.504Z] #56 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:40.504Z] #30 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #53 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:24:40.504Z] #17 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-09T17:24:40.504Z] #11 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:24:40.504Z] #24 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:40.504Z] #54 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-09T17:24:40.504Z] #14 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-09T17:24:40.504Z] #40 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:40.504Z] #21 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #50 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-09T17:24:40.504Z] #8 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:40.504Z] #41 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #37 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #57 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:40.504Z] #49 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:40.504Z] #43 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:40.504Z] #60 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #42 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:24:40.504Z] #19 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-09T17:24:40.504Z] #22 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #46 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #44 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-09T17:24:40.504Z] #15 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #34 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:24:40.504Z] #10 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:24:40.504Z] #51 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #48 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:24:40.504Z] #28 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-09T17:24:40.504Z] #55 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-09T17:24:40.504Z] #16 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-09T17:24:40.504Z] #29 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-09T17:24:40.504Z] #62 CACHED [2020-09-09T17:24:40.504Z] [2020-09-09T17:24:40.504Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-09T17:24:40.665Z] + make bundles/buildx [2020-09-09T17:24:40.961Z] make: command: Command not found [2020-09-09T17:24:40.961Z] make: command: Command not found [2020-09-09T17:24:40.961Z] mkdir bundles [2020-09-09T17:24:40.961Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-09-09T17:24:40.961Z] --build-arg BUILDX_COMMIT \ [2020-09-09T17:24:40.961Z] --build-arg BUILDX_REPO \ [2020-09-09T17:24:40.961Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-09-09T17:24:40.961Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-09-09T17:24:40.961Z] . [2020-09-09T17:24:40.961Z] /bin/sh: 4: go: not found [2020-09-09T17:24:40.961Z] /bin/sh: 5: go: not found [2020-09-09T17:24:41.070Z] Congratulations! All commits are properly signed with the DCO! [2020-09-09T17:24:41.070Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-09-09T17:24:41.070Z] No api/types/ or api/swagger.yaml changes in diff. [2020-09-09T17:24:41.070Z] Congratulations! All TOML source files changed here have valid syntax. [2020-09-09T17:24:41.070Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-09-09T17:24:41.070Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-09-09T17:24:41.070Z] Congratulations! No new tests were added to integration-cli. [2020-09-09T17:24:41.070Z] [2020-09-09T17:24:41.070Z] INFO Start validation with golang-ci-lint [2020-09-09T17:24:41.344Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-09-09T17:24:41.344Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-09T17:24:41.344Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-09T17:24:42.421Z] #63 DONE 1.9s [2020-09-09T17:24:42.421Z] [2020-09-09T17:24:42.421Z] #64 exporting to image [2020-09-09T17:24:42.421Z] #64 exporting layers [2020-09-09T17:24:42.756Z] #7 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.5s done [2020-09-09T17:24:42.756Z] #7 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2020-09-09T17:24:42.756Z] #7 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-09-09T17:24:43.049Z] #7 DONE 10.2s [2020-09-09T17:24:43.049Z] [2020-09-09T17:24:43.049Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-09T17:24:43.084Z] Sending build context to Docker daemon 56.25MB [2020-09-09T17:24:43.084Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-09-09T17:24:43.084Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-09-09T17:24:43.084Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-09-09T17:24:43.084Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-09-09T17:24:43.084Z] 1.13.15-buster: Pulling from library/golang [2020-09-09T17:24:43.084Z] db4e2d8d5901: Pulling fs layer [2020-09-09T17:24:43.084Z] dfe2d012519c: Pulling fs layer [2020-09-09T17:24:43.084Z] 5d8f1d1f9197: Pulling fs layer [2020-09-09T17:24:43.084Z] 1301750ffb48: Pulling fs layer [2020-09-09T17:24:43.084Z] dc5c6edc9cff: Pulling fs layer [2020-09-09T17:24:43.084Z] 3c370c2e2f82: Pulling fs layer [2020-09-09T17:24:43.084Z] 5ffb2f5886e2: Pulling fs layer [2020-09-09T17:24:43.084Z] 3c370c2e2f82: Waiting [2020-09-09T17:24:43.084Z] 5ffb2f5886e2: Waiting [2020-09-09T17:24:43.084Z] 1301750ffb48: Waiting [2020-09-09T17:24:43.084Z] dc5c6edc9cff: Waiting [2020-09-09T17:24:43.726Z] dfe2d012519c: Verifying Checksum [2020-09-09T17:24:43.726Z] dfe2d012519c: Download complete [2020-09-09T17:24:44.025Z] 5d8f1d1f9197: Verifying Checksum [2020-09-09T17:24:44.025Z] 5d8f1d1f9197: Download complete [2020-09-09T17:24:44.088Z] #8 DONE 1.1s [2020-09-09T17:24:44.089Z] [2020-09-09T17:24:44.089Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-09T17:24:44.337Z] #64 exporting layers 1.5s done [2020-09-09T17:24:44.337Z] #64 writing image sha256:4ad9cbd67dc31ca514c3dbbf52b438c120e2c30d8c8092b096c4d0b4e16fd85d done [2020-09-09T17:24:44.337Z] #64 naming to docker.io/library/docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde done [2020-09-09T17:24:44.337Z] #64 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-09T17:24:44.681Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/test/unit [2020-09-09T17:24:44.724Z] #9 DONE 0.8s [2020-09-09T17:24:44.724Z] [2020-09-09T17:24:44.724Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-09T17:24:44.724Z] #27 DONE 0.1s [2020-09-09T17:24:44.724Z] [2020-09-09T17:24:44.724Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:24:45.016Z] #28 ... [2020-09-09T17:24:45.016Z] [2020-09-09T17:24:45.016Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-09T17:24:45.016Z] #35 DONE 0.1s [2020-09-09T17:24:45.314Z] [2020-09-09T17:24:45.314Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:24:45.562Z] db4e2d8d5901: Download complete [2020-09-09T17:24:46.619Z] 1301750ffb48: Verifying Checksum [2020-09-09T17:24:46.619Z] 1301750ffb48: Download complete [2020-09-09T17:24:46.619Z] 5ffb2f5886e2: Verifying Checksum [2020-09-09T17:24:46.619Z] 5ffb2f5886e2: Download complete [2020-09-09T17:24:47.673Z] dc5c6edc9cff: Verifying Checksum [2020-09-09T17:24:47.673Z] dc5c6edc9cff: Download complete [2020-09-09T17:24:47.989Z] ? github.com/docker/docker/api [no test files] [2020-09-09T17:24:48.874Z] #36 3.764 + git clone https://github.com/docker/distribution.git . [2020-09-09T17:24:48.874Z] #36 3.765 Cloning into '.'... [2020-09-09T17:24:49.217Z] db4e2d8d5901: Pull complete [2020-09-09T17:24:49.512Z] dfe2d012519c: Pull complete [2020-09-09T17:24:49.808Z] 3c370c2e2f82: Verifying Checksum [2020-09-09T17:24:49.808Z] 3c370c2e2f82: Download complete [2020-09-09T17:24:49.808Z] 5d8f1d1f9197: Pull complete [2020-09-09T17:24:50.392Z] #36 ... [2020-09-09T17:24:50.393Z] [2020-09-09T17:24:50.393Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:50.393Z] #43 1.940 + RM_GOPATH=0 [2020-09-09T17:24:50.393Z] #43 1.940 + TMP_GOPATH= [2020-09-09T17:24:50.393Z] #43 1.940 + : /build [2020-09-09T17:24:50.393Z] #43 1.940 + '[' -z '' ']' [2020-09-09T17:24:50.393Z] #43 1.940 ++ mktemp -d [2020-09-09T17:24:50.393Z] #43 1.948 + export GOPATH=/tmp/tmp.3rsCIA52Vt [2020-09-09T17:24:50.393Z] #43 1.948 + GOPATH=/tmp/tmp.3rsCIA52Vt [2020-09-09T17:24:50.393Z] #43 1.948 + RM_GOPATH=1 [2020-09-09T17:24:50.393Z] #43 1.948 + case "$(go env GOARCH)" in [2020-09-09T17:24:50.393Z] #43 1.948 ++ go env GOARCH [2020-09-09T17:24:50.393Z] #43 1.960 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:50.393Z] #43 1.960 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:50.393Z] #43 1.962 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:50.393Z] #43 1.962 + dir=/tmp/install [2020-09-09T17:24:50.393Z] #43 1.962 + bin=gotestsum [2020-09-09T17:24:50.393Z] #43 1.962 + shift [2020-09-09T17:24:50.393Z] #43 1.962 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-09T17:24:50.393Z] #43 1.962 + . /tmp/install/gotestsum.installer [2020-09-09T17:24:50.393Z] #43 1.962 ++ : v0.3.5 [2020-09-09T17:24:50.393Z] #43 1.962 + install_gotestsum [2020-09-09T17:24:50.393Z] #43 1.964 + set -e [2020-09-09T17:24:50.393Z] #43 1.964 + export GO111MODULE=on [2020-09-09T17:24:50.393Z] #43 1.964 + GO111MODULE=on [2020-09-09T17:24:50.393Z] #43 1.964 + GOBIN=/build [2020-09-09T17:24:50.393Z] #43 1.964 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-09T17:24:50.393Z] #43 1.984 go: finding gotest.tools v0.3.5 [2020-09-09T17:24:50.393Z] #43 1.984 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-09T17:24:50.393Z] #43 2.260 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-09T17:24:50.393Z] #43 2.340 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-09T17:24:50.393Z] #43 2.608 go: downloading gotest.tools v2.1.0+incompatible [2020-09-09T17:24:50.393Z] #43 2.673 go: extracting gotest.tools v2.1.0+incompatible [2020-09-09T17:24:50.393Z] #43 2.753 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-09T17:24:50.393Z] #43 2.869 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:24:50.393Z] #43 2.869 go: downloading github.com/fatih/color v1.6.0 [2020-09-09T17:24:50.393Z] #43 2.885 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:24:50.393Z] #43 2.885 go: downloading github.com/pkg/errors v0.8.0 [2020-09-09T17:24:50.393Z] #43 2.887 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:24:50.393Z] #43 3.093 go: extracting github.com/fatih/color v1.6.0 [2020-09-09T17:24:50.393Z] #43 3.102 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:24:50.393Z] #43 3.103 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:24:50.393Z] #43 3.146 go: extracting github.com/pkg/errors v0.8.0 [2020-09-09T17:24:50.393Z] #43 3.184 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:24:50.393Z] #43 3.208 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:24:50.393Z] #43 3.213 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:24:50.393Z] #43 3.216 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:24:50.393Z] #43 3.223 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-09T17:24:50.393Z] #43 3.271 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:24:50.393Z] #43 3.274 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:24:50.393Z] #43 3.279 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:24:50.393Z] #43 3.292 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:24:50.393Z] #43 4.335 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:24:50.393Z] #43 4.892 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:24:50.393Z] #43 5.424 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:24:51.906Z] #43 6.743 go: finding github.com/fatih/color v1.6.0 [2020-09-09T17:24:51.906Z] #43 6.745 go: finding github.com/pkg/errors v0.8.0 [2020-09-09T17:24:51.906Z] #43 6.814 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:24:51.906Z] #43 6.914 go: finding github.com/spf13/pflag v1.0.1 [2020-09-09T17:24:51.906Z] #43 6.951 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:24:51.906Z] #43 7.001 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:24:51.906Z] #43 7.098 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:24:51.906Z] #43 7.156 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:24:51.907Z] #43 7.219 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:24:52.200Z] #43 7.266 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:24:52.200Z] #43 7.296 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:24:52.569Z] 1301750ffb48: Pull complete [2020-09-09T17:24:54.683Z] dc5c6edc9cff: Pull complete [2020-09-09T17:24:54.981Z] #43 ... [2020-09-09T17:24:54.981Z] [2020-09-09T17:24:54.981Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:54.981Z] #21 3.541 + RM_GOPATH=0 [2020-09-09T17:24:54.981Z] #21 3.541 + TMP_GOPATH= [2020-09-09T17:24:54.981Z] #21 3.541 + : /build [2020-09-09T17:24:54.981Z] #21 3.541 + '[' -z '' ']' [2020-09-09T17:24:54.981Z] #21 3.541 ++ mktemp -d [2020-09-09T17:24:54.981Z] #21 3.550 + export GOPATH=/tmp/tmp.QV2UJ2foPb [2020-09-09T17:24:54.981Z] #21 3.550 + GOPATH=/tmp/tmp.QV2UJ2foPb [2020-09-09T17:24:54.981Z] #21 3.550 + RM_GOPATH=1 [2020-09-09T17:24:54.981Z] #21 3.550 + case "$(go env GOARCH)" in [2020-09-09T17:24:54.981Z] #21 3.551 ++ go env GOARCH [2020-09-09T17:24:54.981Z] #21 3.577 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:54.981Z] #21 3.577 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:54.981Z] #21 3.577 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:54.981Z] #21 3.583 + dir=/tmp/install [2020-09-09T17:24:54.981Z] #21 3.583 + bin=dockercli [2020-09-09T17:24:54.981Z] #21 3.583 + shift [2020-09-09T17:24:54.981Z] #21 3.583 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-09T17:24:54.981Z] #21 3.583 + . /tmp/install/dockercli.installer [2020-09-09T17:24:54.981Z] #21 3.583 ++ : stable [2020-09-09T17:24:54.981Z] #21 3.583 ++ : 17.06.2-ce [2020-09-09T17:24:54.981Z] #21 3.583 + install_dockercli [2020-09-09T17:24:54.981Z] #21 3.583 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-09T17:24:54.981Z] #21 3.583 Install docker/cli version 17.06.2-ce from stable [2020-09-09T17:24:54.981Z] #21 3.584 ++ uname -m [2020-09-09T17:24:54.981Z] #21 3.591 + arch=s390x [2020-09-09T17:24:54.981Z] #21 3.591 + '[' s390x '!=' x86_64 ']' [2020-09-09T17:24:54.981Z] #21 3.591 + '[' s390x '!=' s390x ']' [2020-09-09T17:24:54.981Z] #21 3.591 + url=https://download.docker.com/linux/static [2020-09-09T17:24:54.981Z] #21 3.592 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-09-09T17:24:54.981Z] #21 3.597 + tar -xz docker/docker [2020-09-09T17:24:54.981Z] #21 9.770 + mkdir -p /build [2020-09-09T17:24:54.981Z] #21 9.772 + mv docker/docker /build/ [2020-09-09T17:24:54.981Z] #21 9.776 + rmdir docker [2020-09-09T17:24:54.981Z] #21 DONE 10.2s [2020-09-09T17:24:54.981Z] [2020-09-09T17:24:54.981Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:24:54.981Z] #10 3.925 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:24:54.981Z] #10 4.047 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:24:54.981Z] #10 4.146 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:24:54.981Z] #10 4.783 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-09T17:24:54.981Z] #10 6.317 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-09T17:24:54.981Z] #10 8.534 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-09T17:24:55.281Z] #10 ... [2020-09-09T17:24:55.281Z] [2020-09-09T17:24:55.281Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:55.281Z] #30 2.910 + RM_GOPATH=0 [2020-09-09T17:24:55.281Z] #30 2.910 + TMP_GOPATH= [2020-09-09T17:24:55.281Z] #30 2.910 + : /build [2020-09-09T17:24:55.281Z] #30 2.910 + '[' -z '' ']' [2020-09-09T17:24:55.281Z] #30 2.911 ++ mktemp -d [2020-09-09T17:24:55.281Z] #30 2.917 + export GOPATH=/tmp/tmp.wj41MLHIeK [2020-09-09T17:24:55.281Z] #30 2.917 + GOPATH=/tmp/tmp.wj41MLHIeK [2020-09-09T17:24:55.281Z] #30 2.917 + RM_GOPATH=1 [2020-09-09T17:24:55.281Z] #30 2.917 + case "$(go env GOARCH)" in [2020-09-09T17:24:55.281Z] #30 2.917 ++ go env GOARCH [2020-09-09T17:24:55.281Z] #30 2.925 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.281Z] #30 2.925 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.281Z] #30 2.925 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:55.281Z] #30 2.925 + dir=/tmp/install [2020-09-09T17:24:55.281Z] #30 2.925 + bin=tomlv [2020-09-09T17:24:55.281Z] #30 2.925 + shift [2020-09-09T17:24:55.281Z] #30 2.925 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-09T17:24:55.281Z] #30 2.925 + . /tmp/install/tomlv.installer [2020-09-09T17:24:55.281Z] #30 2.925 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:24:55.281Z] #30 2.925 + install_tomlv [2020-09-09T17:24:55.281Z] #30 2.925 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-09T17:24:55.281Z] #30 2.926 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:24:55.281Z] #30 2.926 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.wj41MLHIeK/src/github.com/BurntSushi/toml [2020-09-09T17:24:55.281Z] #30 2.930 Cloning into '/tmp/tmp.wj41MLHIeK/src/github.com/BurntSushi/toml'... [2020-09-09T17:24:55.281Z] #30 3.612 + cd /tmp/tmp.wj41MLHIeK/src/github.com/BurntSushi/toml [2020-09-09T17:24:55.281Z] #30 3.612 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:24:55.281Z] #30 3.636 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-09T17:24:55.281Z] #30 4.065 internal/cpu [2020-09-09T17:24:55.281Z] #30 4.086 runtime/internal/atomic [2020-09-09T17:24:55.281Z] #30 4.272 runtime/internal/sys [2020-09-09T17:24:55.281Z] #30 4.416 runtime/internal/math [2020-09-09T17:24:55.281Z] #30 4.430 math/bits [2020-09-09T17:24:55.281Z] #30 4.553 internal/bytealg [2020-09-09T17:24:55.281Z] #30 4.777 math [2020-09-09T17:24:55.281Z] #30 4.798 runtime [2020-09-09T17:24:55.281Z] #30 8.727 unicode/utf8 [2020-09-09T17:24:55.281Z] #30 9.100 internal/testlog [2020-09-09T17:24:55.281Z] #30 9.459 encoding [2020-09-09T17:24:55.281Z] #30 9.605 runtime/cgo [2020-09-09T17:24:55.281Z] #30 ... [2020-09-09T17:24:55.281Z] [2020-09-09T17:24:55.281Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:24:55.281Z] #51 4.165 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:24:55.281Z] #51 4.209 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:24:55.281Z] #51 4.271 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:24:55.281Z] #51 5.017 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-09T17:24:55.281Z] #51 6.575 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-09T17:24:55.281Z] #51 8.093 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-09T17:24:55.281Z] #51 ... [2020-09-09T17:24:55.281Z] [2020-09-09T17:24:55.281Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:55.281Z] #60 3.375 + RM_GOPATH=0 [2020-09-09T17:24:55.281Z] #60 3.375 + TMP_GOPATH= [2020-09-09T17:24:55.281Z] #60 3.375 + : /build [2020-09-09T17:24:55.281Z] #60 3.375 + '[' -z '' ']' [2020-09-09T17:24:55.281Z] #60 3.375 ++ mktemp -d [2020-09-09T17:24:55.281Z] #60 3.376 + export GOPATH=/tmp/tmp.K7U0UDzyrT [2020-09-09T17:24:55.281Z] #60 3.376 + GOPATH=/tmp/tmp.K7U0UDzyrT [2020-09-09T17:24:55.281Z] #60 3.376 + RM_GOPATH=1 [2020-09-09T17:24:55.281Z] #60 3.376 + case "$(go env GOARCH)" in [2020-09-09T17:24:55.281Z] #60 3.376 ++ go env GOARCH [2020-09-09T17:24:55.281Z] #60 3.419 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.281Z] #60 3.419 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.281Z] #60 3.420 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:55.281Z] #60 3.420 + dir=/tmp/install [2020-09-09T17:24:55.281Z] #60 3.421 + bin=proxy [2020-09-09T17:24:55.281Z] #60 3.421 + shift [2020-09-09T17:24:55.281Z] #60 3.421 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-09T17:24:55.281Z] #60 3.421 + . /tmp/install/proxy.installer [2020-09-09T17:24:55.281Z] #60 3.421 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:24:55.281Z] #60 3.421 + install_proxy [2020-09-09T17:24:55.281Z] #60 3.421 + case "$1" in [2020-09-09T17:24:55.281Z] #60 3.421 + export CGO_ENABLED=0 [2020-09-09T17:24:55.281Z] #60 3.421 + CGO_ENABLED=0 [2020-09-09T17:24:55.281Z] #60 3.421 + _install_proxy [2020-09-09T17:24:55.281Z] #60 3.421 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-09T17:24:55.281Z] #60 3.421 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:24:55.281Z] #60 3.421 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.K7U0UDzyrT/src/github.com/docker/libnetwork [2020-09-09T17:24:55.281Z] #60 3.422 Cloning into '/tmp/tmp.K7U0UDzyrT/src/github.com/docker/libnetwork'... [2020-09-09T17:24:55.582Z] #60 ... [2020-09-09T17:24:55.582Z] [2020-09-09T17:24:55.582Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:55.582Z] #47 3.115 + RM_GOPATH=0 [2020-09-09T17:24:55.582Z] #47 3.115 + TMP_GOPATH= [2020-09-09T17:24:55.582Z] #47 3.115 + : /build [2020-09-09T17:24:55.582Z] #47 3.115 + '[' -z '' ']' [2020-09-09T17:24:55.582Z] #47 3.115 ++ mktemp -d [2020-09-09T17:24:55.582Z] #47 3.115 + export GOPATH=/tmp/tmp.vxmt5IilYN [2020-09-09T17:24:55.582Z] #47 3.115 + GOPATH=/tmp/tmp.vxmt5IilYN [2020-09-09T17:24:55.582Z] #47 3.115 + RM_GOPATH=1 [2020-09-09T17:24:55.582Z] #47 3.115 + case "$(go env GOARCH)" in [2020-09-09T17:24:55.582Z] #47 3.116 ++ go env GOARCH [2020-09-09T17:24:55.582Z] #47 3.145 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.582Z] #47 3.145 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.582Z] #47 3.159 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:55.582Z] #47 3.163 + dir=/tmp/install [2020-09-09T17:24:55.582Z] #47 3.163 + bin=shfmt [2020-09-09T17:24:55.582Z] #47 3.163 + shift [2020-09-09T17:24:55.582Z] #47 3.163 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-09T17:24:55.582Z] #47 3.163 + . /tmp/install/shfmt.installer [2020-09-09T17:24:55.582Z] #47 3.163 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:24:55.582Z] #47 3.163 + install_shfmt [2020-09-09T17:24:55.582Z] #47 3.164 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:24:55.582Z] #47 3.164 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-09T17:24:55.582Z] #47 3.164 + git clone https://github.com/mvdan/sh.git /tmp/tmp.vxmt5IilYN/src/github.com/mvdan/sh [2020-09-09T17:24:55.582Z] #47 3.174 Cloning into '/tmp/tmp.vxmt5IilYN/src/github.com/mvdan/sh'... [2020-09-09T17:24:55.582Z] #47 9.170 + cd /tmp/tmp.vxmt5IilYN/src/github.com/mvdan/sh [2020-09-09T17:24:55.582Z] #47 9.171 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:24:55.582Z] #47 9.216 + GO111MODULE=on [2020-09-09T17:24:55.582Z] #47 9.216 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-09T17:24:55.582Z] #47 10.22 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:24:55.582Z] #47 10.26 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:24:55.582Z] #47 10.36 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:24:55.582Z] #47 10.49 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:24:55.582Z] #47 10.62 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:24:55.582Z] #47 ... [2020-09-09T17:24:55.582Z] [2020-09-09T17:24:55.582Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:24:55.582Z] #23 3.926 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:24:55.582Z] #23 4.048 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:24:55.582Z] #23 4.223 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:24:55.582Z] #23 4.783 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-09T17:24:55.582Z] #23 6.303 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-09T17:24:55.582Z] #23 8.995 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-09T17:24:55.876Z] #23 ... [2020-09-09T17:24:55.876Z] [2020-09-09T17:24:55.876Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:55.876Z] #54 1.970 + RM_GOPATH=0 [2020-09-09T17:24:55.876Z] #54 1.970 + TMP_GOPATH= [2020-09-09T17:24:55.876Z] #54 1.970 + : /build [2020-09-09T17:24:55.876Z] #54 1.970 + '[' -z '' ']' [2020-09-09T17:24:55.876Z] #54 1.970 ++ mktemp -d [2020-09-09T17:24:55.876Z] #54 1.976 + export GOPATH=/tmp/tmp.RVm8HLPhz5 [2020-09-09T17:24:55.876Z] #54 1.976 + GOPATH=/tmp/tmp.RVm8HLPhz5 [2020-09-09T17:24:55.876Z] #54 1.976 + RM_GOPATH=1 [2020-09-09T17:24:55.876Z] #54 1.976 + case "$(go env GOARCH)" in [2020-09-09T17:24:55.876Z] #54 1.982 ++ go env GOARCH [2020-09-09T17:24:55.876Z] #54 1.986 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.876Z] #54 1.986 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:55.876Z] #54 1.986 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:55.876Z] #54 1.987 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:24:55.876Z] #54 1.988 + dir=/tmp/install [2020-09-09T17:24:55.876Z] #54 1.988 + bin=rootlesskit [2020-09-09T17:24:55.876Z] #54 1.988 + shift [2020-09-09T17:24:55.876Z] #54 1.988 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-09T17:24:55.876Z] #54 1.988 + . /tmp/install/rootlesskit.installer [2020-09-09T17:24:55.876Z] #54 1.988 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:24:55.876Z] #54 1.988 + install_rootlesskit [2020-09-09T17:24:55.876Z] #54 1.988 + case "$1" in [2020-09-09T17:24:55.876Z] #54 1.988 + export CGO_ENABLED=0 [2020-09-09T17:24:55.876Z] #54 1.988 + CGO_ENABLED=0 [2020-09-09T17:24:55.876Z] #54 1.988 + _install_rootlesskit [2020-09-09T17:24:55.876Z] #54 1.988 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-09T17:24:55.876Z] #54 1.988 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.RVm8HLPhz5/src/github.com/rootless-containers/rootlesskit [2020-09-09T17:24:55.876Z] #54 1.988 Cloning into '/tmp/tmp.RVm8HLPhz5/src/github.com/rootless-containers/rootlesskit'... [2020-09-09T17:24:55.876Z] #54 5.281 + cd /tmp/tmp.RVm8HLPhz5/src/github.com/rootless-containers/rootlesskit [2020-09-09T17:24:55.876Z] #54 5.281 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:24:55.876Z] #54 5.832 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-09T17:24:55.876Z] #54 5.832 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-09T17:24:56.169Z] #54 ... [2020-09-09T17:24:56.169Z] [2020-09-09T17:24:56.169Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:24:56.169Z] #45 1.652 + RM_GOPATH=0 [2020-09-09T17:24:56.169Z] #45 1.652 + TMP_GOPATH= [2020-09-09T17:24:56.169Z] #45 1.652 + : /build [2020-09-09T17:24:56.169Z] #45 1.652 + '[' -z '' ']' [2020-09-09T17:24:56.169Z] #45 1.652 ++ mktemp -d [2020-09-09T17:24:56.169Z] #45 1.654 + export GOPATH=/tmp/tmp.dhMeK0Ii8d [2020-09-09T17:24:56.169Z] #45 1.654 + GOPATH=/tmp/tmp.dhMeK0Ii8d [2020-09-09T17:24:56.169Z] #45 1.654 + RM_GOPATH=1 [2020-09-09T17:24:56.169Z] #45 1.654 + case "$(go env GOARCH)" in [2020-09-09T17:24:56.169Z] #45 1.654 ++ go env GOARCH [2020-09-09T17:24:56.169Z] #45 1.663 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:56.169Z] #45 1.663 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:56.169Z] #45 1.663 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:56.169Z] #45 1.666 Installing golangci-lint version v1.23.8 [2020-09-09T17:24:56.169Z] #45 1.669 + dir=/tmp/install [2020-09-09T17:24:56.169Z] #45 1.669 + bin=golangci_lint [2020-09-09T17:24:56.169Z] #45 1.669 + shift [2020-09-09T17:24:56.169Z] #45 1.669 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-09T17:24:56.169Z] #45 1.669 + . /tmp/install/golangci_lint.installer [2020-09-09T17:24:56.169Z] #45 1.669 ++ : v1.23.8 [2020-09-09T17:24:56.169Z] #45 1.669 + install_golangci_lint [2020-09-09T17:24:56.169Z] #45 1.669 + echo 'Installing golangci-lint version v1.23.8' [2020-09-09T17:24:56.169Z] #45 1.669 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-09T17:24:56.169Z] #45 ... [2020-09-09T17:24:56.169Z] [2020-09-09T17:24:56.169Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:24:56.169Z] #38 3.964 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:24:56.169Z] #38 4.130 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:24:56.169Z] #38 4.142 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:24:56.169Z] #38 4.783 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-09T17:24:56.169Z] #38 6.644 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-09T17:24:56.169Z] #38 8.472 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-09T17:24:56.463Z] #38 ... [2020-09-09T17:24:56.463Z] [2020-09-09T17:24:56.463Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:24:56.463Z] #41 3.993 + RM_GOPATH=0 [2020-09-09T17:24:56.463Z] #41 3.993 + TMP_GOPATH= [2020-09-09T17:24:56.463Z] #41 3.993 + : /build [2020-09-09T17:24:56.463Z] #41 3.993 + '[' -z '' ']' [2020-09-09T17:24:56.463Z] #41 4.000 ++ mktemp -d [2020-09-09T17:24:56.463Z] #41 4.005 + export GOPATH=/tmp/tmp.tnWJuJjqIx [2020-09-09T17:24:56.463Z] #41 4.006 + GOPATH=/tmp/tmp.tnWJuJjqIx [2020-09-09T17:24:56.463Z] #41 4.006 + RM_GOPATH=1 [2020-09-09T17:24:56.463Z] #41 4.006 + case "$(go env GOARCH)" in [2020-09-09T17:24:56.463Z] #41 4.008 ++ go env GOARCH [2020-09-09T17:24:56.463Z] #41 4.021 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:56.463Z] #41 4.021 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:24:56.463Z] #41 4.025 ++ dirname /tmp/install/install.sh [2020-09-09T17:24:56.463Z] #41 4.026 + dir=/tmp/install [2020-09-09T17:24:56.463Z] #41 4.026 + bin=vndr [2020-09-09T17:24:56.463Z] #41 4.026 + shift [2020-09-09T17:24:56.463Z] #41 4.026 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-09T17:24:56.463Z] #41 4.030 + . /tmp/install/vndr.installer [2020-09-09T17:24:56.463Z] #41 4.030 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:24:56.463Z] #41 4.030 + install_vndr [2020-09-09T17:24:56.463Z] #41 4.030 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-09T17:24:56.463Z] #41 4.030 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:24:56.463Z] #41 4.030 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.tnWJuJjqIx/src/github.com/LK4D4/vndr [2020-09-09T17:24:56.463Z] #41 4.036 Cloning into '/tmp/tmp.tnWJuJjqIx/src/github.com/LK4D4/vndr'... [2020-09-09T17:24:56.463Z] #41 4.716 + cd /tmp/tmp.tnWJuJjqIx/src/github.com/LK4D4/vndr [2020-09-09T17:24:56.463Z] #41 4.716 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:24:56.463Z] #41 4.720 + go build -buildmode=pie -v -o /build/vndr . [2020-09-09T17:24:56.463Z] #41 5.592 internal/race [2020-09-09T17:24:56.463Z] #41 5.666 runtime [2020-09-09T17:24:56.463Z] #41 5.672 sync/atomic [2020-09-09T17:24:56.463Z] #41 5.961 unicode [2020-09-09T17:24:56.463Z] #41 8.884 unicode/utf8 [2020-09-09T17:24:56.463Z] #41 9.245 internal/testlog [2020-09-09T17:24:56.463Z] #41 9.474 encoding [2020-09-09T17:24:56.463Z] #41 9.533 unicode/utf16 [2020-09-09T17:24:56.463Z] #41 9.769 container/list [2020-09-09T17:24:56.463Z] #41 10.65 crypto/internal/subtle [2020-09-09T17:24:56.463Z] #41 10.78 crypto/subtle [2020-09-09T17:24:56.463Z] #41 10.92 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-09T17:24:56.463Z] #41 10.98 internal/nettrace [2020-09-09T17:24:56.463Z] #41 11.15 runtime/cgo [2020-09-09T17:24:56.463Z] #41 ... [2020-09-09T17:24:56.463Z] [2020-09-09T17:24:56.463Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:24:56.463Z] #32 3.999 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:24:56.463Z] #32 4.057 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:24:56.463Z] #32 4.172 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:24:56.463Z] #32 4.868 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-09T17:24:56.463Z] #32 7.195 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-09T17:24:56.463Z] #32 9.355 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-09T17:24:56.758Z] #32 ... [2020-09-09T17:24:56.758Z] [2020-09-09T17:24:56.758Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:56.758Z] #47 11.53 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:24:57.052Z] #47 12.07 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:24:57.691Z] #47 12.84 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:24:58.232Z] 3c370c2e2f82: Pull complete [2020-09-09T17:24:58.232Z] 5ffb2f5886e2: Pull complete [2020-09-09T17:24:58.232Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-09T17:24:58.232Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-09-09T17:24:58.232Z] ---> 805dc2d65d1c [2020-09-09T17:24:58.232Z] Step 5/15 : ARG BUILDX_REPO [2020-09-09T17:24:58.232Z] ---> Running in 25cfef3dfc16 [2020-09-09T17:24:58.570Z] Removing intermediate container 25cfef3dfc16 [2020-09-09T17:24:58.570Z] ---> 87bb81d9f380 [2020-09-09T17:24:58.570Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-09-09T17:24:58.570Z] ---> Running in c71fcd1a5143 [2020-09-09T17:24:58.732Z] #47 13.75 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:24:58.732Z] #47 13.77 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:24:58.732Z] #47 ... [2020-09-09T17:24:58.732Z] [2020-09-09T17:24:58.732Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:24:58.732Z] #28 3.687 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-09T17:24:58.732Z] #28 3.687 Cloning into '.'... [2020-09-09T17:24:58.732Z] #28 ... [2020-09-09T17:24:58.732Z] [2020-09-09T17:24:58.732Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:24:58.732Z] #47 13.91 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:24:58.732Z] #47 14.01 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:24:58.863Z] Cloning into '/buildx'... [2020-09-09T17:24:59.368Z] #47 14.37 runtime [2020-09-09T17:24:59.368Z] #47 14.42 runtime/cgo [2020-09-09T17:25:00.296Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2020-09-09T17:25:02.422Z] Removing intermediate container c71fcd1a5143 [2020-09-09T17:25:02.422Z] ---> 9ccf1f2e91fd [2020-09-09T17:25:02.422Z] Step 7/15 : WORKDIR /buildx [2020-09-09T17:25:02.422Z] ---> Running in b32da64f8eff [2020-09-09T17:25:02.422Z] Removing intermediate container b32da64f8eff [2020-09-09T17:25:02.422Z] ---> 234a7b6b2874 [2020-09-09T17:25:02.422Z] Step 8/15 : ARG BUILDX_COMMIT [2020-09-09T17:25:02.422Z] ---> Running in 880ec842594e [2020-09-09T17:25:02.422Z] Removing intermediate container 880ec842594e [2020-09-09T17:25:02.422Z] ---> 304713237940 [2020-09-09T17:25:02.422Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-09-09T17:25:02.422Z] ---> Running in 906bb9a120a7 [2020-09-09T17:25:03.069Z] From https://github.com/docker/buildx [2020-09-09T17:25:03.069Z] * [new tag] v0.3.1 -> build [2020-09-09T17:25:03.365Z] Switched to branch 'build' [2020-09-09T17:25:04.429Z] Removing intermediate container 906bb9a120a7 [2020-09-09T17:25:04.429Z] ---> 66a531066874 [2020-09-09T17:25:04.429Z] Step 10/15 : ARG GOOS [2020-09-09T17:25:04.429Z] ---> Running in 6433c9f83513 [2020-09-09T17:25:04.429Z] Removing intermediate container 6433c9f83513 [2020-09-09T17:25:04.429Z] ---> 6c33bbddad8a [2020-09-09T17:25:04.429Z] Step 11/15 : ARG GOARCH [2020-09-09T17:25:04.429Z] ---> Running in 3418e0a4f4be [2020-09-09T17:25:04.429Z] Removing intermediate container 3418e0a4f4be [2020-09-09T17:25:04.429Z] ---> 43f1a9e5a7fc [2020-09-09T17:25:04.429Z] 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-09-09T17:25:04.429Z] ---> Running in 79c452cf7d86 [2020-09-09T17:25:04.949Z] #47 ... [2020-09-09T17:25:04.949Z] [2020-09-09T17:25:04.949Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:25:04.949Z] #36 14.09 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-09T17:25:04.949Z] #36 15.93 + 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-09-09T17:25:08.497Z] #36 ... [2020-09-09T17:25:08.497Z] [2020-09-09T17:25:08.497Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:08.497Z] #30 23.52 sync [2020-09-09T17:25:08.497Z] #30 23.52 internal/reflectlite [2020-09-09T17:25:09.140Z] #30 ... [2020-09-09T17:25:09.140Z] [2020-09-09T17:25:09.140Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:25:09.140Z] #43 DONE 24.4s [2020-09-09T17:25:09.433Z] [2020-09-09T17:25:09.433Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:25:09.433Z] #38 14.63 Fetched 8070 kB in 11s (753 kB/s) [2020-09-09T17:25:09.433Z] #38 14.63 Reading package lists... [2020-09-09T17:25:09.433Z] #38 18.51 Reading package lists... [2020-09-09T17:25:09.433Z] #38 22.04 Building dependency tree... [2020-09-09T17:25:09.433Z] #38 22.94 The following additional packages will be installed: [2020-09-09T17:25:09.433Z] #38 22.94 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-09T17:25:09.433Z] #38 22.95 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-09T17:25:09.433Z] #38 22.95 Suggested packages: [2020-09-09T17:25:09.433Z] #38 22.95 manpages-dev python-setuptools [2020-09-09T17:25:09.433Z] #38 23.78 The following NEW packages will be installed: [2020-09-09T17:25:09.433Z] #38 23.79 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-09T17:25:09.433Z] #38 23.79 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-09T17:25:09.433Z] #38 23.79 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-09T17:25:09.433Z] #38 23.79 python-six zlib1g-dev [2020-09-09T17:25:09.433Z] #38 23.93 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:25:09.433Z] #38 23.93 Need to get 3742 kB of archives. [2020-09-09T17:25:09.433Z] #38 23.93 After this operation, 22.0 MB of additional disk space will be used. [2020-09-09T17:25:09.433Z] #38 23.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-09-09T17:25:09.433Z] #38 23.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-09-09T17:25:09.433Z] #38 23.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-09-09T17:25:09.433Z] #38 24.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-09-09T17:25:09.433Z] #38 24.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-09-09T17:25:09.433Z] #38 24.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-09-09T17:25:09.433Z] #38 24.04 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-09-09T17:25:09.433Z] #38 24.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-09-09T17:25:09.433Z] #38 24.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-09-09T17:25:09.433Z] #38 24.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-09-09T17:25:09.433Z] #38 24.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-09-09T17:25:09.433Z] #38 24.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-09-09T17:25:09.433Z] #38 24.31 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-09-09T17:25:09.433Z] #38 24.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-09-09T17:25:09.433Z] #38 24.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-09T17:25:09.433Z] #38 24.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-09-09T17:25:09.433Z] #38 24.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-09-09T17:25:09.433Z] #38 ... [2020-09-09T17:25:09.433Z] [2020-09-09T17:25:09.433Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:25:09.433Z] #10 14.69 Fetched 8070 kB in 11s (742 kB/s) [2020-09-09T17:25:09.433Z] #10 14.69 Reading package lists... [2020-09-09T17:25:09.433Z] #10 18.77 Reading package lists... [2020-09-09T17:25:09.433Z] #10 22.15 Building dependency tree... [2020-09-09T17:25:09.433Z] #10 23.17 The following additional packages will be installed: [2020-09-09T17:25:09.433Z] #10 23.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-09T17:25:09.433Z] #10 23.22 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-09T17:25:09.433Z] #10 23.22 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-09T17:25:09.433Z] #10 23.22 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-09T17:25:09.433Z] #10 23.22 Suggested packages: [2020-09-09T17:25:09.433Z] #10 23.22 gcc-8-locales seccomp wine64 [2020-09-09T17:25:09.433Z] #10 23.95 The following NEW packages will be installed: [2020-09-09T17:25:09.433Z] #10 23.96 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-09T17:25:09.433Z] #10 23.96 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-09T17:25:09.433Z] #10 23.96 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-09T17:25:09.433Z] #10 23.96 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-09T17:25:09.433Z] #10 23.96 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-09T17:25:09.433Z] #10 23.96 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-09T17:25:09.433Z] #10 24.11 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:25:09.433Z] #10 24.11 Need to get 73.3 MB of archives. [2020-09-09T17:25:09.433Z] #10 24.11 After this operation, 494 MB of additional disk space will be used. [2020-09-09T17:25:09.433Z] #10 24.11 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-09-09T17:25:09.433Z] #10 24.30 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-09-09T17:25:09.433Z] #10 24.46 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-09-09T17:25:09.433Z] #10 24.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-09-09T17:25:09.433Z] #10 24.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-09-09T17:25:09.433Z] #10 24.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-09T17:25:09.433Z] #10 24.71 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-09-09T17:25:09.727Z] #10 ... [2020-09-09T17:25:09.727Z] [2020-09-09T17:25:09.727Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:25:09.727Z] #51 14.75 Fetched 8070 kB in 11s (758 kB/s) [2020-09-09T17:25:09.727Z] #51 14.75 Reading package lists... [2020-09-09T17:25:09.727Z] #51 18.56 Reading package lists... [2020-09-09T17:25:09.727Z] #51 21.87 Building dependency tree... [2020-09-09T17:25:09.727Z] #51 23.00 The following additional packages will be installed: [2020-09-09T17:25:09.727Z] #51 23.00 libbtrfs0 [2020-09-09T17:25:09.727Z] #51 23.09 The following NEW packages will be installed: [2020-09-09T17:25:09.727Z] #51 23.09 libbtrfs-dev libbtrfs0 [2020-09-09T17:25:09.727Z] #51 23.19 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:25:09.727Z] #51 23.19 Need to get 118 kB of archives. [2020-09-09T17:25:09.727Z] #51 23.19 After this operation, 390 kB of additional disk space will be used. [2020-09-09T17:25:09.727Z] #51 23.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-09-09T17:25:09.727Z] #51 23.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-09-09T17:25:09.727Z] #51 23.83 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:25:09.727Z] #51 23.85 Fetched 118 kB in 0s (1120 kB/s) [2020-09-09T17:25:09.727Z] #51 23.92 Selecting previously unselected package libbtrfs0. [2020-09-09T17:25:09.727Z] #51 23.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-09T17:25:09.727Z] #51 23.95 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-09-09T17:25:09.727Z] #51 23.96 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-09T17:25:09.727Z] #51 24.05 Selecting previously unselected package libbtrfs-dev. [2020-09-09T17:25:09.727Z] #51 24.05 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-09-09T17:25:09.727Z] #51 24.05 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:25:09.727Z] #51 24.15 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-09T17:25:09.727Z] #51 24.16 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:25:09.727Z] #51 24.24 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:25:09.727Z] #51 DONE 24.8s [2020-09-09T17:25:09.727Z] [2020-09-09T17:25:09.727Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:25:09.727Z] #23 14.83 Fetched 8070 kB in 11s (730 kB/s) [2020-09-09T17:25:09.727Z] #23 14.83 Reading package lists... [2020-09-09T17:25:09.727Z] #23 18.20 Reading package lists... [2020-09-09T17:25:09.727Z] #23 21.56 Building dependency tree... [2020-09-09T17:25:09.727Z] #23 22.43 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-09T17:25:09.727Z] #23 22.43 The following additional packages will be installed: [2020-09-09T17:25:09.727Z] #23 22.43 libjq1 libonig5 [2020-09-09T17:25:09.727Z] #23 22.80 The following NEW packages will be installed: [2020-09-09T17:25:09.727Z] #23 22.80 jq libjq1 libonig5 [2020-09-09T17:25:09.727Z] #23 22.96 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:25:09.727Z] #23 22.96 Need to get 350 kB of archives. [2020-09-09T17:25:09.727Z] #23 22.96 After this operation, 1154 kB of additional disk space will be used. [2020-09-09T17:25:09.727Z] #23 22.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-09-09T17:25:09.727Z] #23 23.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-09-09T17:25:09.727Z] #23 23.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-09-09T17:25:09.727Z] #23 23.68 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:25:09.727Z] #23 23.84 Fetched 350 kB in 0s (1781 kB/s) [2020-09-09T17:25:09.727Z] #23 23.92 Selecting previously unselected package libonig5:s390x. [2020-09-09T17:25:09.727Z] #23 23.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-09T17:25:09.727Z] #23 23.95 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-09-09T17:25:09.727Z] #23 23.96 Unpacking libonig5:s390x (6.9.1-1) ... [2020-09-09T17:25:09.727Z] #23 24.10 Selecting previously unselected package libjq1:s390x. [2020-09-09T17:25:09.727Z] #23 24.10 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-09-09T17:25:09.727Z] #23 24.10 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-09T17:25:09.727Z] #23 24.38 Selecting previously unselected package jq. [2020-09-09T17:25:09.727Z] #23 24.38 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-09-09T17:25:09.727Z] #23 24.39 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-09T17:25:09.727Z] #23 24.63 Setting up libonig5:s390x (6.9.1-1) ... [2020-09-09T17:25:09.727Z] #23 24.77 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-09T17:25:09.727Z] #23 24.79 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-09T17:25:09.727Z] #23 24.81 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:25:09.727Z] #23 ... [2020-09-09T17:25:09.727Z] [2020-09-09T17:25:09.727Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:25:09.727Z] #32 14.77 Fetched 8070 kB in 11s (744 kB/s) [2020-09-09T17:25:09.727Z] #32 14.77 Reading package lists... [2020-09-09T17:25:09.727Z] #32 18.73 Reading package lists... [2020-09-09T17:25:09.727Z] #32 22.22 Building dependency tree... [2020-09-09T17:25:09.727Z] #32 23.28 The following additional packages will be installed: [2020-09-09T17:25:09.727Z] #32 23.31 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-09T17:25:09.727Z] #32 23.31 Suggested packages: [2020-09-09T17:25:09.727Z] #32 23.31 cmake-doc ninja-build lrzip [2020-09-09T17:25:09.727Z] #32 23.31 Recommended packages: [2020-09-09T17:25:09.727Z] #32 23.31 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-09T17:25:09.727Z] #32 23.92 The following NEW packages will be installed: [2020-09-09T17:25:09.727Z] #32 23.94 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-09T17:25:09.727Z] #32 23.94 vim-common xxd [2020-09-09T17:25:09.727Z] #32 24.04 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:25:09.727Z] #32 24.04 Need to get 14.0 MB of archives. [2020-09-09T17:25:09.727Z] #32 24.04 After this operation, 62.1 MB of additional disk space will be used. [2020-09-09T17:25:09.727Z] #32 24.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-09-09T17:25:09.727Z] #32 24.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-09-09T17:25:09.727Z] #32 24.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-09-09T17:25:09.727Z] #32 24.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-09-09T17:25:10.024Z] #32 ... [2020-09-09T17:25:10.024Z] [2020-09-09T17:25:10.024Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:10.024Z] #60 15.06 + cd /tmp/tmp.K7U0UDzyrT/src/github.com/docker/libnetwork [2020-09-09T17:25:10.024Z] #60 15.06 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:25:10.024Z] #60 15.74 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-09T17:25:10.024Z] #60 ... [2020-09-09T17:25:10.024Z] [2020-09-09T17:25:10.024Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:25:10.024Z] #23 DONE 25.2s [2020-09-09T17:25:10.024Z] [2020-09-09T17:25:10.024Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:25:10.024Z] #32 25.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-09-09T17:25:10.024Z] #32 25.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-09-09T17:25:10.325Z] #32 ... [2020-09-09T17:25:10.325Z] [2020-09-09T17:25:10.325Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:25:10.325Z] #24 DONE 0.1s [2020-09-09T17:25:10.325Z] [2020-09-09T17:25:10.325Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:25:10.325Z] #32 25.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-09-09T17:25:10.325Z] #32 25.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-09-09T17:25:10.325Z] #32 25.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-09-09T17:25:10.325Z] #32 25.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-09-09T17:25:10.961Z] #32 ... [2020-09-09T17:25:10.961Z] [2020-09-09T17:25:10.961Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:10.961Z] #41 15.91 vendor/golang.org/x/crypto/internal/subtle [2020-09-09T17:25:10.961Z] #41 24.59 sync [2020-09-09T17:25:10.961Z] #41 24.59 internal/reflectlite [2020-09-09T17:25:10.961Z] #41 26.02 github.com/LK4D4/vndr/godl/singleflight [2020-09-09T17:25:10.961Z] #41 ... [2020-09-09T17:25:10.961Z] [2020-09-09T17:25:10.961Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:25:10.961Z] #38 25.63 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:25:10.961Z] #38 25.71 Fetched 3742 kB in 1s (7008 kB/s) [2020-09-09T17:25:10.961Z] #38 25.82 Selecting previously unselected package libcap-dev:s390x. [2020-09-09T17:25:10.961Z] #38 25.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-09T17:25:10.961Z] #38 25.89 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-09-09T17:25:10.961Z] #38 25.89 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-09-09T17:25:10.961Z] #38 25.98 Selecting previously unselected package libnet1:s390x. [2020-09-09T17:25:10.961Z] #38 25.98 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-09T17:25:10.961Z] #38 25.99 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-09T17:25:10.961Z] #38 26.07 Selecting previously unselected package libnet1-dev. [2020-09-09T17:25:10.961Z] #38 26.07 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-09T17:25:10.961Z] #38 26.07 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-09T17:25:10.961Z] #38 26.20 Selecting previously unselected package libnl-3-200:s390x. [2020-09-09T17:25:11.254Z] #38 26.21 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-09-09T17:25:11.254Z] #38 26.21 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-09-09T17:25:11.254Z] #38 26.27 Selecting previously unselected package libnl-3-dev:s390x. [2020-09-09T17:25:11.254Z] #38 26.27 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-09-09T17:25:11.254Z] #38 26.28 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-09-09T17:25:11.254Z] #38 26.48 Selecting previously unselected package libprotobuf-c1:s390x. [2020-09-09T17:25:11.254Z] #38 26.49 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-09-09T17:25:11.254Z] #38 26.49 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-09T17:25:11.254Z] #38 26.58 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-09-09T17:25:11.549Z] #38 26.58 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-09-09T17:25:11.549Z] #38 26.59 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-09-09T17:25:11.549Z] #38 26.64 Selecting previously unselected package zlib1g-dev:s390x. [2020-09-09T17:25:11.549Z] #38 26.65 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-09-09T17:25:11.549Z] #38 26.66 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-09-09T17:25:11.842Z] #38 26.89 Selecting previously unselected package libprotobuf17:s390x. [2020-09-09T17:25:11.842Z] #38 26.89 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-09-09T17:25:11.842Z] #38 26.89 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-09-09T17:25:12.136Z] #38 27.40 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-09-09T17:25:12.436Z] #38 ... [2020-09-09T17:25:12.436Z] [2020-09-09T17:25:12.436Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:12.436Z] #60 DONE 27.5s [2020-09-09T17:25:12.436Z] [2020-09-09T17:25:12.436Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:25:12.436Z] #38 27.40 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-09-09T17:25:12.436Z] #38 27.41 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-09-09T17:25:12.436Z] #38 27.57 Selecting previously unselected package libprotobuf-dev:s390x. [2020-09-09T17:25:12.436Z] #38 27.58 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-09-09T17:25:12.436Z] #38 27.59 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-09-09T17:25:13.482Z] #38 28.72 Selecting previously unselected package libprotoc17:s390x. [2020-09-09T17:25:13.482Z] #38 28.73 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-09-09T17:25:13.482Z] #38 28.73 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-09-09T17:25:14.119Z] #38 29.21 Selecting previously unselected package protobuf-c-compiler. [2020-09-09T17:25:14.119Z] #38 29.22 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-09-09T17:25:14.119Z] #38 29.23 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-09T17:25:14.119Z] #38 29.35 Selecting previously unselected package protobuf-compiler. [2020-09-09T17:25:14.119Z] #38 29.35 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-09-09T17:25:14.119Z] #38 29.35 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-09T17:25:14.414Z] #38 29.46 Selecting previously unselected package python-pkg-resources. [2020-09-09T17:25:14.414Z] #38 29.46 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-09T17:25:14.414Z] #38 29.47 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-09T17:25:14.414Z] #38 29.63 Selecting previously unselected package python-six. [2020-09-09T17:25:14.414Z] #38 29.63 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-09T17:25:14.414Z] #38 29.64 Unpacking python-six (1.12.0-1) ... [2020-09-09T17:25:14.707Z] #38 29.72 Selecting previously unselected package python-protobuf. [2020-09-09T17:25:14.707Z] #38 29.72 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-09-09T17:25:14.707Z] #38 29.72 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-09T17:25:15.000Z] #38 30.14 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-09T17:25:16.595Z] #38 31.91 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-09-09T17:25:16.595Z] #38 31.92 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-09T17:25:16.595Z] #38 31.92 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-09T17:25:16.888Z] #38 31.93 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-09-09T17:25:16.888Z] #38 31.94 Setting up python-six (1.12.0-1) ... [2020-09-09T17:25:17.597Z] #38 ... [2020-09-09T17:25:17.597Z] [2020-09-09T17:25:17.597Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:17.597Z] #25 3.045 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-09T17:25:17.597Z] #25 3.278 #=#=# [2020-09-09T17:25:17.597Z] #25 3.407 0.9% #### 6.7% ######## 11.2% ############## 20.2% ##################### 29.2% ############################# 40.4% ################################### 49.4% ########################################## 58.4% ############################################## 65.2% ##################################################### 74.0% ########################################################## 80.8% ############################################################### 87.6% ##################################################################### 96.6% ######################################################################## 100.0% [2020-09-09T17:25:17.597Z] #25 5.210 #=#=# [2020-09-09T17:25:17.597Z] #25 5.342 #=#=# ############################## 42.4% ######################################################################## 100.0% [2020-09-09T17:25:17.597Z] #25 5.838 #=#=# [2020-09-09T17:25:17.597Z] #25 5.991 #=#=# #################### 28.8% ################################################ 67.7% ######################################################################## 100.0% [2020-09-09T17:25:17.597Z] #25 6.712 [2020-09-09T17:25:18.494Z] #25 6.825 # 2.0% ####### 10.8% ############# 19.3% #################### 28.0% ######################## 34.4% ############################# 40.8% ################################### 49.4% ######################################## 56.3% ############################################# 63.5% ################################################## 70.0% ####################################################### 76.4% ############################################################# 85.0% ################################################################# 91.5% ###################################################################### 98.5% ######################################################################## 100.0% [2020-09-09T17:25:18.788Z] #25 8.697 #=#=# [2020-09-09T17:25:19.667Z] #25 8.857 1.0% ## 3.5% #### 6.0% ###### 8.5% ####### 10.9% ######### 12.9% [2020-09-09T17:25:19.667Z] #25 ... [2020-09-09T17:25:19.667Z] [2020-09-09T17:25:19.667Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:25:19.667Z] #52 2.032 + RM_GOPATH=0 [2020-09-09T17:25:19.667Z] #52 2.032 + TMP_GOPATH= [2020-09-09T17:25:19.667Z] #52 2.032 + : /build [2020-09-09T17:25:19.667Z] #52 2.032 + '[' -z '' ']' [2020-09-09T17:25:19.667Z] #52 2.032 ++ mktemp -d [2020-09-09T17:25:19.667Z] #52 2.032 + export GOPATH=/tmp/tmp.6LhEtz1m4v [2020-09-09T17:25:19.667Z] #52 2.032 + GOPATH=/tmp/tmp.6LhEtz1m4v [2020-09-09T17:25:19.667Z] #52 2.032 + RM_GOPATH=1 [2020-09-09T17:25:19.667Z] #52 2.032 + case "$(go env GOARCH)" in [2020-09-09T17:25:19.667Z] #52 2.032 ++ go env GOARCH [2020-09-09T17:25:19.667Z] #52 2.039 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:25:19.667Z] #52 2.039 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:25:19.667Z] #52 2.039 ++ dirname /tmp/install/install.sh [2020-09-09T17:25:19.667Z] #52 2.042 + dir=/tmp/install [2020-09-09T17:25:19.667Z] #52 2.042 + bin=containerd [2020-09-09T17:25:19.667Z] #52 2.042 + shift [2020-09-09T17:25:19.667Z] #52 2.042 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-09T17:25:19.667Z] #52 2.042 + . /tmp/install/containerd.installer [2020-09-09T17:25:19.667Z] #52 2.042 ++ set -e [2020-09-09T17:25:19.667Z] #52 2.042 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:25:19.667Z] #52 2.043 + install_containerd [2020-09-09T17:25:19.667Z] #52 2.044 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-09T17:25:19.667Z] #52 2.050 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:25:19.667Z] #52 2.050 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6LhEtz1m4v/src/github.com/containerd/containerd [2020-09-09T17:25:19.667Z] #52 2.054 Cloning into '/tmp/tmp.6LhEtz1m4v/src/github.com/containerd/containerd'... [2020-09-09T17:25:19.667Z] #52 ... [2020-09-09T17:25:19.667Z] [2020-09-09T17:25:19.667Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:25:19.667Z] #10 24.98 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-09-09T17:25:19.667Z] #10 24.98 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-09-09T17:25:19.667Z] #10 26.97 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-09-09T17:25:19.667Z] #10 28.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-09-09T17:25:19.667Z] #10 28.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-09-09T17:25:19.667Z] #10 28.72 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-09-09T17:25:19.667Z] #10 28.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-09-09T17:25:19.667Z] #10 28.72 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-09-09T17:25:19.667Z] #10 28.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-09-09T17:25:19.667Z] #10 28.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-09-09T17:25:19.667Z] #10 28.76 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-09-09T17:25:19.667Z] #10 28.76 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-09-09T17:25:19.667Z] #10 28.77 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-09-09T17:25:19.667Z] #10 28.78 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-09-09T17:25:19.667Z] #10 28.82 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-09-09T17:25:19.667Z] #10 28.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-09-09T17:25:19.667Z] #10 28.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-09-09T17:25:19.667Z] #10 28.83 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-09-09T17:25:19.667Z] #10 29.49 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:25:19.667Z] #10 29.55 Fetched 73.3 MB in 5s (15.1 MB/s) [2020-09-09T17:25:19.667Z] #10 29.64 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-09T17:25:19.667Z] #10 29.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-09T17:25:19.667Z] #10 29.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-09-09T17:25:19.667Z] #10 29.72 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-09T17:25:19.667Z] #10 31.16 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-09T17:25:19.667Z] #10 31.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-09-09T17:25:19.667Z] #10 31.17 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-09T17:25:19.667Z] #10 32.94 Selecting previously unselected package binutils-mingw-w64. [2020-09-09T17:25:19.667Z] #10 32.95 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-09T17:25:19.667Z] #10 32.96 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-09T17:25:19.667Z] #10 33.03 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-09-09T17:25:19.667Z] #10 33.03 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-09-09T17:25:19.667Z] #10 33.04 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-09-09T17:25:19.667Z] #10 33.16 Selecting previously unselected package dmsetup. [2020-09-09T17:25:19.667Z] #10 33.16 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-09-09T17:25:19.667Z] #10 33.16 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-09T17:25:19.667Z] #10 33.34 Selecting previously unselected package mingw-w64-common. [2020-09-09T17:25:19.667Z] #10 33.34 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-09T17:25:19.667Z] #10 33.34 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-09T17:25:19.960Z] #10 ... [2020-09-09T17:25:19.960Z] [2020-09-09T17:25:19.960Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:20.615Z] #25 8.857 1.0% ## 3.5% #### 6.0% ###### 8.5% ####### 10.9% ######### 12.9% ########### 15.4% ############ 17.9% ############## 19.7% ################ 22.2% ################# 24.2% ################## 25.3% ################### 27.7% ##################### 29.2% [2020-09-09T17:25:20.615Z] #25 ... [2020-09-09T17:25:20.615Z] [2020-09-09T17:25:20.615Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:20.615Z] #30 25.70 errors [2020-09-09T17:25:20.615Z] #30 25.71 sort [2020-09-09T17:25:20.615Z] #30 26.03 strconv [2020-09-09T17:25:20.615Z] #30 26.80 io [2020-09-09T17:25:20.615Z] #30 27.59 internal/oserror [2020-09-09T17:25:20.615Z] #30 27.65 syscall [2020-09-09T17:25:20.615Z] #30 28.48 reflect [2020-09-09T17:25:20.615Z] #30 34.13 time [2020-09-09T17:25:20.615Z] #30 ... [2020-09-09T17:25:20.615Z] [2020-09-09T17:25:20.615Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:20.908Z] #25 8.857 1.0% ## 3.5% #### 6.0% ###### 8.5% ####### 10.9% ######### 12.9% ########### 15.4% ############ 17.9% ############## 19.7% ################ 22.2% ################# 24.2% ################## 25.3% ################### 27.7% ##################### 29.2% ####################### 32.2% ######################### 35.5% ########################### 38.0% ############################# 40.3% [2020-09-09T17:25:20.908Z] #25 ... [2020-09-09T17:25:20.908Z] [2020-09-09T17:25:20.908Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:20.908Z] #41 26.23 math/rand [2020-09-09T17:25:20.908Z] #41 27.08 internal/singleflight [2020-09-09T17:25:20.908Z] #41 27.38 io [2020-09-09T17:25:20.908Z] #41 27.38 strconv [2020-09-09T17:25:20.908Z] #41 28.33 bytes [2020-09-09T17:25:20.908Z] #41 29.51 bufio [2020-09-09T17:25:20.908Z] #41 29.92 reflect [2020-09-09T17:25:20.908Z] #41 30.64 syscall [2020-09-09T17:25:21.201Z] #41 ... [2020-09-09T17:25:21.201Z] [2020-09-09T17:25:21.201Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:25:21.201Z] #32 26.34 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:25:21.201Z] #32 26.38 Fetched 14.0 MB in 2s (8739 kB/s) [2020-09-09T17:25:21.201Z] #32 26.43 Selecting previously unselected package xxd. [2020-09-09T17:25:21.201Z] #32 26.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-09T17:25:21.201Z] #32 26.46 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 26.47 Unpacking xxd (2:8.1.0875-5) ... [2020-09-09T17:25:21.201Z] #32 26.64 Selecting previously unselected package vim-common. [2020-09-09T17:25:21.201Z] #32 26.64 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:25:21.201Z] #32 26.65 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-09T17:25:21.201Z] #32 26.98 Selecting previously unselected package cmake-data. [2020-09-09T17:25:21.201Z] #32 26.98 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-09T17:25:21.201Z] #32 26.99 Unpacking cmake-data (3.13.4-1) ... [2020-09-09T17:25:21.201Z] #32 29.30 Selecting previously unselected package libicu63:s390x. [2020-09-09T17:25:21.201Z] #32 29.30 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 29.33 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-09-09T17:25:21.201Z] #32 34.05 Selecting previously unselected package libxml2:s390x. [2020-09-09T17:25:21.201Z] #32 34.05 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 34.05 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-09-09T17:25:21.201Z] #32 34.48 Selecting previously unselected package libarchive13:s390x. [2020-09-09T17:25:21.201Z] #32 34.48 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 34.49 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-09-09T17:25:21.201Z] #32 34.66 Selecting previously unselected package libjsoncpp1:s390x. [2020-09-09T17:25:21.201Z] #32 34.67 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 34.68 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-09-09T17:25:21.201Z] #32 34.80 Selecting previously unselected package librhash0:s390x. [2020-09-09T17:25:21.201Z] #32 34.80 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 34.80 Unpacking librhash0:s390x (1.3.8-1) ... [2020-09-09T17:25:21.201Z] #32 34.91 Selecting previously unselected package libuv1:s390x. [2020-09-09T17:25:21.201Z] #32 34.91 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 34.92 Unpacking libuv1:s390x (1.24.1-1) ... [2020-09-09T17:25:21.201Z] #32 35.08 Selecting previously unselected package cmake. [2020-09-09T17:25:21.201Z] #32 35.08 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-09-09T17:25:21.201Z] #32 35.08 Unpacking cmake (3.13.4-1) ... [2020-09-09T17:25:21.201Z] #32 ... [2020-09-09T17:25:21.201Z] [2020-09-09T17:25:21.201Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:22.393Z] #25 8.857 1.0% ## 3.5% #### 6.0% ###### 8.5% ####### 10.9% ######### 12.9% ########### 15.4% ############ 17.9% ############## 19.7% ################ 22.2% ################# 24.2% ################## 25.3% ################### 27.7% ##################### 29.2% ####################### 32.2% ######################### 35.5% ########################### 38.0% ############################# 40.3% ############################## 42.8% ################################ 45.3% ################################## 47.8% #################################### 50.3% ###################################### 52.8% ####################################### 55.3% ########################################## 58.6% ########################################### 59.8% ############################################# 62.5% [2020-09-09T17:25:22.394Z] #25 ... [2020-09-09T17:25:22.394Z] [2020-09-09T17:25:22.394Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:25:22.394Z] #38 33.40 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-09-09T17:25:22.394Z] #38 33.40 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-09-09T17:25:22.394Z] #38 33.42 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-09-09T17:25:22.394Z] #38 33.42 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-09-09T17:25:22.394Z] #38 33.43 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-09-09T17:25:22.394Z] #38 33.44 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-09T17:25:22.394Z] #38 33.45 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-09T17:25:22.394Z] #38 33.46 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-09-09T17:25:22.394Z] #38 33.47 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-09T17:25:22.394Z] #38 33.47 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-09T17:25:22.394Z] #38 36.51 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-09-09T17:25:22.394Z] #38 36.52 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:25:22.394Z] #38 DONE 37.3s [2020-09-09T17:25:22.394Z] [2020-09-09T17:25:22.394Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:22.988Z] #25 8.857 1.0% ## 3.5% #### 6.0% ###### 8.5% ####### 10.9% ######### 12.9% ########### 15.4% ############ 17.9% ############## 19.7% ################ 22.2% ################# 24.2% ################## 25.3% ################### 27.7% ##################### 29.2% ####################### 32.2% ######################### 35.5% ########################### 38.0% ############################# 40.3% ############################## 42.8% ################################ 45.3% ################################## 47.8% #################################### 50.3% ###################################### 52.8% ####################################### 55.3% ########################################## 58.6% ########################################### 59.8% ############################################# 62.5% ############################################## 65.0% ################################################ 67.5% ################################################## 70.0% #################################################### 73.3% ###################################################### 75.9% ######################################################## 78.2% [2020-09-09T17:25:22.988Z] #25 ... [2020-09-09T17:25:22.988Z] [2020-09-09T17:25:22.988Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:25:22.988Z] #32 37.37 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-09-09T17:25:22.988Z] #32 37.39 Setting up xxd (2:8.1.0875-5) ... [2020-09-09T17:25:22.988Z] #32 37.40 Setting up libuv1:s390x (1.24.1-1) ... [2020-09-09T17:25:22.988Z] #32 37.43 Setting up vim-common (2:8.1.0875-5) ... [2020-09-09T17:25:22.988Z] #32 37.46 Setting up librhash0:s390x (1.3.8-1) ... [2020-09-09T17:25:22.988Z] #32 37.48 Setting up cmake-data (3.13.4-1) ... [2020-09-09T17:25:22.988Z] #32 37.49 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-09-09T17:25:22.988Z] #32 37.51 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-09-09T17:25:22.988Z] #32 37.52 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-09-09T17:25:22.988Z] #32 37.53 Setting up cmake (3.13.4-1) ... [2020-09-09T17:25:22.988Z] #32 37.54 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:25:22.988Z] #32 37.61 Processing triggers for mime-support (3.62) ... [2020-09-09T17:25:22.988Z] #32 DONE 38.1s [2020-09-09T17:25:22.988Z] [2020-09-09T17:25:22.988Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:24.160Z] #25 8.857 1.0% ## 3.5% #### 6.0% ###### 8.5% ####### 10.9% ######### 12.9% ########### 15.4% ############ 17.9% ############## 19.7% ################ 22.2% ################# 24.2% ################## 25.3% ################### 27.7% ##################### 29.2% ####################### 32.2% ######################### 35.5% ########################### 38.0% ############################# 40.3% ############################## 42.8% ################################ 45.3% ################################## 47.8% #################################### 50.3% ###################################### 52.8% ####################################### 55.3% ########################################## 58.6% ########################################### 59.8% ############################################# 62.5% ############################################## 65.0% ################################################ 67.5% ################################################## 70.0% #################################################### 73.3% ###################################################### 75.9% ######################################################## 78.2% ########################################################## 81.3% ############################################################ 83.8% ############################################################## 86.3% ############################################################### 88.1% ################################################################# 90.8% ################################################################## 92.7% #################################################################### 94.5% ##################################################################### 97.0% ####################################################################### 99.5% ######################################################################## 100.0% [2020-09-09T17:25:24.160Z] #25 13.92 [2020-09-09T17:25:24.800Z] #25 ... [2020-09-09T17:25:24.800Z] [2020-09-09T17:25:24.800Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:24.800Z] #47 30.09 syscall [2020-09-09T17:25:24.800Z] #47 30.10 reflect [2020-09-09T17:25:24.800Z] #47 36.07 time [2020-09-09T17:25:24.800Z] #47 39.26 encoding/binary [2020-09-09T17:25:24.800Z] #47 40.04 context [2020-09-09T17:25:25.093Z] #47 ... [2020-09-09T17:25:25.093Z] [2020-09-09T17:25:25.093Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:25.093Z] #33 1.447 + RM_GOPATH=0 [2020-09-09T17:25:25.093Z] #33 1.447 + TMP_GOPATH= [2020-09-09T17:25:25.093Z] #33 1.447 + : /build [2020-09-09T17:25:25.093Z] #33 1.447 + '[' -z '' ']' [2020-09-09T17:25:25.093Z] #33 1.448 ++ mktemp -d [2020-09-09T17:25:25.093Z] #33 1.449 + export GOPATH=/tmp/tmp.aAF5i9V2Ro [2020-09-09T17:25:25.093Z] #33 1.449 + GOPATH=/tmp/tmp.aAF5i9V2Ro [2020-09-09T17:25:25.093Z] #33 1.450 + RM_GOPATH=1 [2020-09-09T17:25:25.093Z] #33 1.450 + case "$(go env GOARCH)" in [2020-09-09T17:25:25.093Z] #33 1.450 ++ go env GOARCH [2020-09-09T17:25:25.093Z] #33 1.460 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:25:25.093Z] #33 1.464 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:25:25.093Z] #33 1.464 ++ dirname /tmp/install/install.sh [2020-09-09T17:25:25.093Z] #33 1.470 + dir=/tmp/install [2020-09-09T17:25:25.093Z] #33 1.471 + bin=tini [2020-09-09T17:25:25.093Z] #33 1.471 + shift [2020-09-09T17:25:25.093Z] #33 1.471 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-09T17:25:25.093Z] #33 1.471 + . /tmp/install/tini.installer [2020-09-09T17:25:25.093Z] #33 1.471 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:25:25.093Z] #33 1.471 + install_tini [2020-09-09T17:25:25.093Z] #33 1.471 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-09T17:25:25.093Z] #33 1.471 + git clone https://github.com/krallin/tini.git /tmp/tmp.aAF5i9V2Ro/tini [2020-09-09T17:25:25.093Z] #33 1.471 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:25:25.093Z] #33 1.472 Cloning into '/tmp/tmp.aAF5i9V2Ro/tini'... [2020-09-09T17:25:25.093Z] #33 2.053 + cd /tmp/tmp.aAF5i9V2Ro/tini [2020-09-09T17:25:25.093Z] #33 2.053 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:25:25.093Z] #33 2.058 + cmake . [2020-09-09T17:25:25.386Z] #33 2.313 -- The C compiler identification is GNU 8.3.0 [2020-09-09T17:25:25.386Z] #33 2.361 -- Check for working C compiler: /usr/bin/cc [2020-09-09T17:25:25.679Z] #33 2.822 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-09T17:25:25.679Z] #33 2.823 -- Detecting C compiler ABI info [2020-09-09T17:25:26.314Z] #33 3.218 -- Detecting C compiler ABI info - done [2020-09-09T17:25:26.314Z] #33 3.261 -- Detecting C compile features [2020-09-09T17:25:26.314Z] #33 ... [2020-09-09T17:25:26.314Z] [2020-09-09T17:25:26.314Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:25:26.314Z] #28 31.26 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-09-09T17:25:26.314Z] #28 31.37 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-09T17:25:26.314Z] #28 31.43 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-09T17:25:26.314Z] #28 ... [2020-09-09T17:25:26.314Z] [2020-09-09T17:25:26.314Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:25:26.314Z] #25 14.84 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-09T17:25:26.314Z] #25 15.13 [2020-09-09T17:25:26.314Z] #25 15.24 ############################ 40.0% ######################################################################## 100.0% [2020-09-09T17:25:26.314Z] #25 15.41 [2020-09-09T17:25:26.314Z] #25 16.27 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-09T17:25:26.607Z] #25 16.31 skipping existing aab193acf6ba [2020-09-09T17:25:26.607Z] #25 16.40 [2020-09-09T17:25:27.645Z] #25 17.33 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-09T17:25:27.645Z] #25 17.37 skipping existing 4d43f82972ce [2020-09-09T17:25:27.645Z] #25 17.41 [2020-09-09T17:25:28.710Z] #25 18.37 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-09T17:25:28.710Z] #25 18.62 [2020-09-09T17:25:29.004Z] #25 18.68 ######################################################################## 100.0% [2020-09-09T17:25:29.004Z] #25 18.78 [2020-09-09T17:25:29.004Z] #25 18.79 Download of images into '/build' complete. [2020-09-09T17:25:29.004Z] #25 18.80 Use something like the following to load the result into a Docker daemon: [2020-09-09T17:25:29.004Z] #25 18.80 tar -cC '/build' . | docker load [2020-09-09T17:25:29.297Z] #25 DONE 19.1s [2020-09-09T17:25:29.297Z] [2020-09-09T17:25:29.297Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:29.297Z] #39 2.501 Note: Building without setproctitle() and strlcpy() support. [2020-09-09T17:25:29.297Z] #39 2.501 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-09T17:25:29.297Z] #39 2.505 Note: Building without GnuTLS support [2020-09-09T17:25:29.297Z] #39 2.508 Makefile.config:39: Warn: you have no libnftables installed [2020-09-09T17:25:29.297Z] #39 2.508 Makefile.config:40: Warn: Building without nftables support [2020-09-09T17:25:29.297Z] #39 3.344 fatal: not a git repository (or any of the parent directories): .git [2020-09-09T17:25:29.297Z] #39 3.414 GEN .gitid [2020-09-09T17:25:29.297Z] #39 3.421 GEN criu/include/version.h [2020-09-09T17:25:29.297Z] #39 3.448 GEN include/common/asm [2020-09-09T17:25:29.297Z] #39 4.339 PBCC images/timens.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.379 DEP images/timens.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.428 PBCC images/fown.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.445 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.479 PBCC images/opts.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.506 PBCC images/memfd.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.534 DEP images/fown.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.591 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.634 DEP images/opts.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.676 DEP images/memfd.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.716 PBCC images/sit.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.750 DEP images/sit.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.804 PBCC images/macvlan.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.814 DEP images/macvlan.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.831 PBCC images/autofs.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.859 DEP images/autofs.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.928 PBCC images/sysctl.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.950 DEP images/sysctl.pb-c.d [2020-09-09T17:25:29.297Z] #39 4.958 PBCC images/time.pb-c.c [2020-09-09T17:25:29.297Z] #39 4.962 DEP images/time.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.021 PBCC images/binfmt-misc.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.025 DEP images/binfmt-misc.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.071 PBCC images/seccomp.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.093 DEP images/seccomp.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.102 PBCC images/userns.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.134 DEP images/userns.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.141 PBCC images/cgroup.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.177 DEP images/cgroup.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.219 PBCC images/ext-file.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.221 DEP images/ext-file.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.270 PBCC images/rpc.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.275 DEP images/rpc.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.318 PBCC images/siginfo.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.332 DEP images/siginfo.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.389 PBCC images/pagemap.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.412 DEP images/pagemap.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.441 PBCC images/rlimit.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.451 DEP images/rlimit.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.471 PBCC images/file-lock.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.477 DEP images/file-lock.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.518 PBCC images/tty.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.559 DEP images/tty.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.588 PBCC images/tun.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.609 PBCC images/netdev.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.648 DEP images/tun.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.684 DEP images/netdev.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.757 PBCC images/vma.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.816 DEP images/vma.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.841 PBCC images/creds.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.854 DEP images/creds.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.901 PBCC images/utsns.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.903 DEP images/utsns.pb-c.d [2020-09-09T17:25:29.297Z] #39 5.916 PBCC images/ipc-desc.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.930 PBCC images/ipc-sem.pb-c.c [2020-09-09T17:25:29.297Z] #39 5.933 DEP images/ipc-desc.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.037 DEP images/ipc-sem.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.052 PBCC images/ipc-msg.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.054 DEP images/ipc-msg.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.115 PBCC images/ipc-shm.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.133 DEP images/ipc-shm.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.159 PBCC images/ipc-var.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.200 DEP images/ipc-var.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.234 PBCC images/sk-opts.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.273 PBCC images/packet-sock.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.318 DEP images/sk-opts.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.358 DEP images/packet-sock.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.394 PBCC images/sk-netlink.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.433 DEP images/sk-netlink.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.468 PBCC images/sk-inet.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.508 DEP images/sk-inet.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.561 PBCC images/sk-unix.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.625 DEP images/sk-unix.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.702 PBCC images/mm.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.737 DEP images/mm.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.775 PBCC images/timerfd.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.817 DEP images/timerfd.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.852 PBCC images/timer.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.862 DEP images/timer.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.912 PBCC images/sa.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.935 DEP images/sa.pb-c.d [2020-09-09T17:25:29.297Z] #39 6.992 PBCC images/pipe-data.pb-c.c [2020-09-09T17:25:29.297Z] #39 6.997 DEP images/pipe-data.pb-c.d [2020-09-09T17:25:29.297Z] #39 7.219 PBCC images/mnt.pb-c.c [2020-09-09T17:25:29.297Z] #39 7.239 DEP images/mnt.pb-c.d [2020-09-09T17:25:29.591Z] #39 7.301 PBCC images/sk-packet.pb-c.c [2020-09-09T17:25:29.591Z] #39 7.328 DEP images/sk-packet.pb-c.d [2020-09-09T17:25:29.591Z] #39 7.405 PBCC images/tcp-stream.pb-c.c [2020-09-09T17:25:29.591Z] #39 7.416 DEP images/tcp-stream.pb-c.d [2020-09-09T17:25:29.591Z] #39 7.521 PBCC images/pipe.pb-c.c [2020-09-09T17:25:29.906Z] #39 7.565 DEP images/pipe.pb-c.d [2020-09-09T17:25:29.906Z] #39 7.628 PBCC images/pstree.pb-c.c [2020-09-09T17:25:29.906Z] #39 7.650 DEP images/pstree.pb-c.d [2020-09-09T17:25:29.906Z] #39 7.677 PBCC images/fs.pb-c.c [2020-09-09T17:25:29.906Z] #39 7.729 DEP images/fs.pb-c.d [2020-09-09T17:25:29.906Z] #39 7.776 PBCC images/signalfd.pb-c.c [2020-09-09T17:25:29.906Z] #39 7.834 DEP images/signalfd.pb-c.d [2020-09-09T17:25:30.210Z] #39 7.878 PBCC images/fh.pb-c.c [2020-09-09T17:25:30.210Z] #39 7.907 PBCC images/fsnotify.pb-c.c [2020-09-09T17:25:30.210Z] #39 ... [2020-09-09T17:25:30.210Z] [2020-09-09T17:25:30.210Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:30.210Z] #33 4.405 -- Detecting C compile features - done [2020-09-09T17:25:30.210Z] #33 4.436 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-09T17:25:30.210Z] #33 4.527 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-09T17:25:30.210Z] #33 4.596 -- Configuring done [2020-09-09T17:25:30.210Z] #33 4.607 -- Generating done [2020-09-09T17:25:30.210Z] #33 4.611 -- Build files have been written to: /tmp/tmp.aAF5i9V2Ro/tini [2020-09-09T17:25:30.210Z] #33 4.618 + make tini-static [2020-09-09T17:25:30.210Z] #33 4.991 Scanning dependencies of target tini-static [2020-09-09T17:25:30.210Z] #33 5.100 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-09T17:25:30.210Z] #33 5.996 [100%] Linking C executable tini-static [2020-09-09T17:25:30.210Z] #33 6.830 [100%] Built target tini-static [2020-09-09T17:25:30.210Z] #33 6.927 + mkdir -p /build [2020-09-09T17:25:30.210Z] #33 6.927 + cp tini-static /build/docker-init [2020-09-09T17:25:30.210Z] #33 DONE 7.2s [2020-09-09T17:25:30.210Z] [2020-09-09T17:25:30.210Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:30.210Z] #39 7.963 DEP images/fh.pb-c.d [2020-09-09T17:25:30.210Z] #39 7.993 DEP images/fsnotify.pb-c.d [2020-09-09T17:25:30.210Z] #39 8.078 PBCC images/eventpoll.pb-c.c [2020-09-09T17:25:30.210Z] #39 ... [2020-09-09T17:25:30.210Z] [2020-09-09T17:25:30.210Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:30.210Z] #30 37.68 internal/fmtsort [2020-09-09T17:25:30.210Z] #30 38.15 internal/syscall/execenv [2020-09-09T17:25:30.210Z] #30 38.41 internal/syscall/unix [2020-09-09T17:25:30.210Z] #30 38.58 strings [2020-09-09T17:25:30.210Z] #30 38.93 internal/poll [2020-09-09T17:25:30.210Z] #30 40.37 os [2020-09-09T17:25:30.210Z] #30 40.40 path [2020-09-09T17:25:30.210Z] #30 40.79 text/tabwriter [2020-09-09T17:25:30.210Z] #30 42.26 path/filepath [2020-09-09T17:25:30.210Z] #30 42.27 fmt [2020-09-09T17:25:30.210Z] #30 43.18 io/ioutil [2020-09-09T17:25:30.210Z] #30 45.24 flag [2020-09-09T17:25:30.210Z] #30 45.31 github.com/BurntSushi/toml [2020-09-09T17:25:30.210Z] #30 ... [2020-09-09T17:25:30.210Z] [2020-09-09T17:25:30.210Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:30.210Z] #39 8.088 DEP images/eventpoll.pb-c.d [2020-09-09T17:25:30.210Z] #39 8.118 PBCC images/eventfd.pb-c.c [2020-09-09T17:25:30.210Z] #39 8.142 DEP images/eventfd.pb-c.d [2020-09-09T17:25:30.210Z] #39 8.162 PBCC images/remap-file-path.pb-c.c [2020-09-09T17:25:30.210Z] #39 8.195 DEP images/remap-file-path.pb-c.d [2020-09-09T17:25:30.210Z] #39 8.195 PBCC images/fifo.pb-c.c [2020-09-09T17:25:30.520Z] #39 8.234 DEP images/fifo.pb-c.d [2020-09-09T17:25:30.520Z] #39 8.234 PBCC images/ghost-file.pb-c.c [2020-09-09T17:25:30.520Z] #39 8.296 DEP images/ghost-file.pb-c.d [2020-09-09T17:25:30.520Z] #39 8.347 PBCC images/regfile.pb-c.c [2020-09-09T17:25:30.520Z] #39 8.351 DEP images/regfile.pb-c.d [2020-09-09T17:25:30.520Z] #39 8.444 PBCC images/ns.pb-c.c [2020-09-09T17:25:30.520Z] #39 8.477 DEP images/ns.pb-c.d [2020-09-09T17:25:30.827Z] #39 8.501 PBCC images/fdinfo.pb-c.c [2020-09-09T17:25:30.827Z] #39 8.611 DEP images/fdinfo.pb-c.d [2020-09-09T17:25:30.827Z] #39 8.724 PBCC images/core-aarch64.pb-c.c [2020-09-09T17:25:31.120Z] #39 8.813 PBCC images/core-arm.pb-c.c [2020-09-09T17:25:31.120Z] #39 8.864 PBCC images/core-ppc64.pb-c.c [2020-09-09T17:25:31.120Z] #39 8.887 PBCC images/core-s390.pb-c.c [2020-09-09T17:25:31.120Z] #39 8.930 PBCC images/core-x86.pb-c.c [2020-09-09T17:25:31.120Z] #39 8.971 PBCC images/core.pb-c.c [2020-09-09T17:25:31.120Z] #39 9.027 PBCC images/inventory.pb-c.c [2020-09-09T17:25:31.120Z] #39 9.082 DEP images/core-aarch64.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.099 DEP images/core-arm.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.146 DEP images/core-ppc64.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.163 DEP images/core-s390.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.178 DEP images/core-x86.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.191 DEP images/core.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.213 DEP images/inventory.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.236 PBCC images/cpuinfo.pb-c.c [2020-09-09T17:25:31.434Z] #39 9.247 DEP images/cpuinfo.pb-c.d [2020-09-09T17:25:31.434Z] #39 9.260 PBCC images/stats.pb-c.c [2020-09-09T17:25:31.434Z] #39 9.267 DEP images/stats.pb-c.d [2020-09-09T17:25:31.727Z] #39 ... [2020-09-09T17:25:31.727Z] [2020-09-09T17:25:31.727Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:31.727Z] #41 36.70 time [2020-09-09T17:25:31.727Z] #41 40.00 strings [2020-09-09T17:25:31.727Z] #41 41.02 os [2020-09-09T17:25:31.727Z] #41 42.08 regexp/syntax [2020-09-09T17:25:31.727Z] #41 43.88 fmt [2020-09-09T17:25:31.727Z] #41 46.66 regexp [2020-09-09T17:25:31.727Z] #41 ... [2020-09-09T17:25:31.727Z] [2020-09-09T17:25:31.727Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:31.727Z] #30 46.55 log [2020-09-09T17:25:32.765Z] #30 ... [2020-09-09T17:25:32.765Z] [2020-09-09T17:25:32.765Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:25:32.765Z] #10 37.96 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-09T17:25:32.765Z] #10 37.96 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-09T17:25:32.765Z] #10 37.97 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-09T17:25:32.765Z] #10 42.30 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-09T17:25:32.765Z] #10 42.30 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-09T17:25:32.765Z] #10 42.30 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:25:32.765Z] #10 42.40 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-09T17:25:32.765Z] #10 42.40 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-09T17:25:32.765Z] #10 42.40 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:25:33.058Z] #10 ... [2020-09-09T17:25:33.058Z] [2020-09-09T17:25:33.058Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:33.058Z] #39 9.876 make[1]: Nothing to be done for 'all'. [2020-09-09T17:25:33.058Z] #39 10.59 CC images/stats.o [2020-09-09T17:25:33.058Z] #39 10.88 CC images/core.o [2020-09-09T17:25:33.351Z] #39 11.26 CC images/core-x86.o [2020-09-09T17:25:33.986Z] #39 11.64 CC images/core-arm.o [2020-09-09T17:25:33.986Z] #39 11.92 CC images/core-aarch64.o [2020-09-09T17:25:34.279Z] #39 12.17 CC images/core-ppc64.o [2020-09-09T17:25:34.914Z] #39 12.61 CC images/core-s390.o [2020-09-09T17:25:35.207Z] #39 13.00 CC images/cpuinfo.o [2020-09-09T17:25:35.499Z] #39 13.18 CC images/inventory.o [2020-09-09T17:25:35.499Z] #39 13.33 CC images/fdinfo.o [2020-09-09T17:25:35.499Z] #39 ... [2020-09-09T17:25:35.499Z] [2020-09-09T17:25:35.499Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:35.499Z] #47 40.61 os [2020-09-09T17:25:35.499Z] #47 41.02 encoding/base64 [2020-09-09T17:25:35.499Z] #47 41.72 golang.org/x/sys/unix [2020-09-09T17:25:35.499Z] #47 43.06 fmt [2020-09-09T17:25:35.499Z] #47 47.33 encoding/json [2020-09-09T17:25:35.499Z] #47 49.39 github.com/pkg/diff [2020-09-09T17:25:35.499Z] #47 50.26 go/ast [2020-09-09T17:25:35.499Z] #47 50.53 golang.org/x/crypto/ssh/terminal [2020-09-09T17:25:35.499Z] #47 ... [2020-09-09T17:25:35.499Z] [2020-09-09T17:25:35.499Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:35.499Z] #39 13.47 CC images/fown.o [2020-09-09T17:25:35.796Z] #39 13.66 CC images/ns.o [2020-09-09T17:25:35.796Z] #39 13.73 CC images/regfile.o [2020-09-09T17:25:36.101Z] #39 ... [2020-09-09T17:25:36.101Z] [2020-09-09T17:25:36.101Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:36.101Z] #30 48.45 github.com/BurntSushi/toml/cmd/tomlv [2020-09-09T17:25:36.101Z] #30 DONE 51.2s [2020-09-09T17:25:36.101Z] [2020-09-09T17:25:36.101Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:36.101Z] #39 13.93 CC images/ghost-file.o [2020-09-09T17:25:36.399Z] #39 14.19 CC images/fifo.o [2020-09-09T17:25:36.694Z] #39 14.35 CC images/remap-file-path.o [2020-09-09T17:25:36.694Z] #39 14.50 CC images/eventfd.o [2020-09-09T17:25:36.694Z] #39 14.58 CC images/eventpoll.o [2020-09-09T17:25:36.987Z] #39 14.66 CC images/fh.o [2020-09-09T17:25:36.987Z] #39 14.73 CC images/fsnotify.o [2020-09-09T17:25:37.279Z] #39 14.91 CC images/signalfd.o [2020-09-09T17:25:37.279Z] #39 14.99 CC images/fs.o [2020-09-09T17:25:37.279Z] #39 15.09 CC images/pstree.o [2020-09-09T17:25:37.279Z] #39 15.16 CC images/pipe.o [2020-09-09T17:25:37.279Z] #39 15.23 CC images/tcp-stream.o [2020-09-09T17:25:37.572Z] #39 15.33 CC images/sk-packet.o [2020-09-09T17:25:37.572Z] #39 15.48 CC images/mnt.o [2020-09-09T17:25:37.864Z] #39 15.59 CC images/pipe-data.o [2020-09-09T17:25:38.157Z] #39 15.76 CC images/sa.o [2020-09-09T17:25:38.157Z] #39 15.87 CC images/timer.o [2020-09-09T17:25:38.469Z] #39 16.08 CC images/timerfd.o [2020-09-09T17:25:38.469Z] #39 16.24 CC images/mm.o [2020-09-09T17:25:38.762Z] #39 16.41 CC images/sk-opts.o [2020-09-09T17:25:38.762Z] #39 16.52 CC images/sk-unix.o [2020-09-09T17:25:39.054Z] #39 16.65 CC images/sk-inet.o [2020-09-09T17:25:39.054Z] #39 16.85 CC images/tun.o [2020-09-09T17:25:39.054Z] #39 17.00 CC images/sk-netlink.o [2020-09-09T17:25:39.345Z] #39 17.15 CC images/packet-sock.o [2020-09-09T17:25:39.345Z] #39 17.30 CC images/ipc-var.o [2020-09-09T17:25:39.637Z] #39 17.46 CC images/ipc-desc.o [2020-09-09T17:25:39.927Z] #39 17.60 CC images/ipc-shm.o [2020-09-09T17:25:39.927Z] #39 17.67 CC images/ipc-msg.o [2020-09-09T17:25:39.927Z] #39 17.89 CC images/ipc-sem.o [2020-09-09T17:25:40.219Z] #39 18.06 CC images/utsns.o [2020-09-09T17:25:40.219Z] #39 18.14 CC images/creds.o [2020-09-09T17:25:40.509Z] #39 18.28 CC images/vma.o [2020-09-09T17:25:40.509Z] #39 18.39 CC images/netdev.o [2020-09-09T17:25:40.509Z] #39 18.48 CC images/tty.o [2020-09-09T17:25:41.141Z] #39 18.89 CC images/file-lock.o [2020-09-09T17:25:41.141Z] #39 19.01 CC images/rlimit.o [2020-09-09T17:25:41.444Z] #39 19.09 CC images/pagemap.o [2020-09-09T17:25:41.444Z] #39 19.26 CC images/siginfo.o [2020-09-09T17:25:41.736Z] #39 19.51 CC images/rpc.o [2020-09-09T17:25:41.736Z] #39 ... [2020-09-09T17:25:41.736Z] [2020-09-09T17:25:41.736Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:41.736Z] #41 47.00 go/token [2020-09-09T17:25:41.736Z] #41 47.53 go/scanner [2020-09-09T17:25:41.736Z] #41 48.30 go/ast [2020-09-09T17:25:41.736Z] #41 48.81 internal/lazyregexp [2020-09-09T17:25:41.736Z] #41 49.16 net/url [2020-09-09T17:25:41.736Z] #41 50.33 text/template/parse [2020-09-09T17:25:41.736Z] #41 52.30 go/parser [2020-09-09T17:25:41.736Z] #41 53.97 text/template [2020-09-09T17:25:41.736Z] #41 54.23 encoding/xml [2020-09-09T17:25:41.736Z] #41 56.85 go/doc [2020-09-09T17:25:42.027Z] #41 ... [2020-09-09T17:25:42.027Z] [2020-09-09T17:25:42.027Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:25:42.027Z] #52 23.92 Checking out files: 76% (2492/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 93% (3012/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-09T17:25:42.027Z] #52 24.41 + cd /tmp/tmp.6LhEtz1m4v/src/github.com/containerd/containerd [2020-09-09T17:25:42.027Z] #52 24.42 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:25:42.027Z] #52 25.20 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-09T17:25:42.027Z] #52 25.20 + BUILDTAGS='netgo osusergo static_build' [2020-09-09T17:25:42.027Z] #52 25.20 + export EXTRA_FLAGS=-buildmode=pie [2020-09-09T17:25:42.027Z] #52 25.20 + EXTRA_FLAGS=-buildmode=pie [2020-09-09T17:25:42.027Z] #52 25.20 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-09T17:25:42.027Z] #52 25.20 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-09T17:25:42.027Z] #52 25.20 + '[' '' = dynamic ']' [2020-09-09T17:25:42.027Z] #52 25.20 + make [2020-09-09T17:25:42.027Z] #52 25.77 + bin/ctr [2020-09-09T17:25:42.208Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0101fb299ecb60434) in /home/ubuntu/workspace/moby_PR-41411 [Pipeline] { [Pipeline] checkout [2020-09-09T17:25:42.317Z] #52 ... [2020-09-09T17:25:42.317Z] [2020-09-09T17:25:42.317Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:42.317Z] #41 57.52 github.com/LK4D4/vndr/versioned [2020-09-09T17:25:42.317Z] #41 57.58 hash/crc32 [2020-09-09T17:25:42.949Z] #41 57.89 compress/gzip [2020-09-09T17:25:43.240Z] #41 58.31 crypto/rand [2020-09-09T17:25:43.871Z] #41 58.82 crypto/ed25519 [2020-09-09T17:25:43.871Z] #41 58.91 github.com/LK4D4/vndr/build [2020-09-09T17:25:43.871Z] #41 58.92 crypto/rsa [2020-09-09T17:25:44.502Z] #41 59.79 crypto/dsa [2020-09-09T17:25:44.802Z] #41 ... [2020-09-09T17:25:44.802Z] [2020-09-09T17:25:44.802Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:25:44.802Z] #47 51.22 mvdan.cc/editorconfig [2020-09-09T17:25:44.802Z] #47 52.35 mvdan.cc/sh/v3/fileutil [2020-09-09T17:25:44.802Z] #47 52.47 mvdan.cc/sh/v3/syntax [2020-09-09T17:25:44.802Z] #47 56.65 mvdan.cc/sh/v3/cmd/shfmt [2020-09-09T17:25:44.802Z] #47 DONE 59.9s [2020-09-09T17:25:44.802Z] [2020-09-09T17:25:44.802Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:44.802Z] #41 60.13 crypto/x509/pkix [2020-09-09T17:25:45.442Z] #41 60.52 vendor/golang.org/x/crypto/cryptobyte [2020-09-09T17:25:45.735Z] #41 61.04 net [2020-09-09T17:25:46.263Z] using credential docker-jenkins-github-credentials [2020-09-09T17:25:46.278Z] Cloning the remote Git repository [2020-09-09T17:25:46.278Z] Cloning with configured refspecs honoured and without tags [2020-09-09T17:25:46.366Z] #41 61.32 vendor/golang.org/x/sys/cpu [2020-09-09T17:25:46.366Z] #41 61.51 vendor/golang.org/x/crypto/internal/chacha20 [2020-09-09T17:25:46.657Z] #41 61.84 vendor/golang.org/x/crypto/poly1305 [2020-09-09T17:25:46.948Z] #41 62.15 vendor/golang.org/x/crypto/chacha20poly1305 [2020-09-09T17:25:47.238Z] #41 62.43 vendor/golang.org/x/crypto/curve25519 [2020-09-09T17:25:46.306Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:25:46.383Z] > git init /home/ubuntu/workspace/moby_PR-41411 # timeout=10 [2020-09-09T17:25:46.671Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:25:46.671Z] > git --version # timeout=10 [2020-09-09T17:25:46.710Z] > git --version # 'git version 2.17.1' [2020-09-09T17:25:46.710Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:25:46.714Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:25:47.529Z] #41 62.83 vendor/golang.org/x/text/transform [2020-09-09T17:25:48.161Z] #41 63.36 vendor/golang.org/x/text/unicode/bidi [2020-09-09T17:25:49.199Z] #41 64.27 vendor/golang.org/x/text/secure/bidirule [2020-09-09T17:25:49.199Z] #41 64.44 vendor/golang.org/x/text/unicode/norm [2020-09-09T17:25:51.264Z] #41 ... [2020-09-09T17:25:51.264Z] [2020-09-09T17:25:51.264Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:51.264Z] #39 20.24 CC images/ext-file.o [2020-09-09T17:25:51.264Z] #39 20.38 CC images/cgroup.o [2020-09-09T17:25:51.264Z] #39 20.77 CC images/userns.o [2020-09-09T17:25:51.264Z] #39 21.02 CC images/google/protobuf/descriptor.o [2020-09-09T17:25:51.264Z] #39 21.84 CC images/opts.o [2020-09-09T17:25:51.264Z] #39 21.99 CC images/seccomp.o [2020-09-09T17:25:51.264Z] #39 22.08 CC images/binfmt-misc.o [2020-09-09T17:25:51.264Z] #39 22.24 CC images/time.o [2020-09-09T17:25:51.264Z] #39 22.40 CC images/sysctl.o [2020-09-09T17:25:51.264Z] #39 22.48 CC images/autofs.o [2020-09-09T17:25:51.264Z] #39 22.80 CC images/macvlan.o [2020-09-09T17:25:51.264Z] #39 22.93 CC images/sit.o [2020-09-09T17:25:51.264Z] #39 23.09 CC images/memfd.o [2020-09-09T17:25:51.264Z] #39 23.29 CC images/timens.o [2020-09-09T17:25:51.264Z] #39 23.37 LINK images/built-in.o [2020-09-09T17:25:51.264Z] #39 23.40 GEN compel/include/asm [2020-09-09T17:25:51.264Z] #39 23.41 GEN compel/include/version.h [2020-09-09T17:25:51.264Z] #39 23.43 touch .config [2020-09-09T17:25:51.264Z] #39 23.45 GEN include/common/config.h [2020-09-09T17:25:51.264Z] #39 23.49 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-09-09T17:25:51.264Z] #39 23.50 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-09T17:25:51.264Z] #39 23.57 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-09T17:25:51.264Z] #39 23.58 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-09-09T17:25:51.264Z] #39 23.58 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-09-09T17:25:51.264Z] #39 23.60 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-09-09T17:25:51.264Z] #39 23.61 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-09T17:25:51.264Z] #39 23.62 DEP compel/plugins/std/infect.d [2020-09-09T17:25:51.264Z] #39 23.67 DEP compel/plugins/std/string.d [2020-09-09T17:25:51.264Z] #39 23.73 DEP compel/plugins/std/log.d [2020-09-09T17:25:51.264Z] #39 23.79 DEP compel/plugins/std/fds.d [2020-09-09T17:25:51.264Z] #39 23.84 DEP compel/plugins/std/std.d [2020-09-09T17:25:51.264Z] #39 23.91 DEP compel/plugins/shmem/shmem.d [2020-09-09T17:25:51.264Z] #39 23.96 DEP compel/plugins/fds/fds.d [2020-09-09T17:25:51.264Z] #39 24.07 CC compel/plugins/std/std.o [2020-09-09T17:25:51.264Z] #39 24.29 CC compel/plugins/std/fds.o [2020-09-09T17:25:51.264Z] #39 24.52 CC compel/plugins/std/log.o [2020-09-09T17:25:51.264Z] #39 24.98 CC compel/plugins/std/string.o [2020-09-09T17:25:51.264Z] #39 25.42 CC compel/plugins/std/infect.o [2020-09-09T17:25:51.264Z] #39 25.60 CC compel/arch/s390/plugins/std/parasite-head.o [2020-09-09T17:25:51.264Z] #39 25.62 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-09-09T17:25:51.264Z] #39 25.66 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-09-09T17:25:51.264Z] #39 25.77 AR compel/plugins/std.lib.a [2020-09-09T17:25:51.264Z] #39 25.80 CC compel/plugins/fds/fds.o [2020-09-09T17:25:51.264Z] #39 26.00 AR compel/plugins/fds.lib.a [2020-09-09T17:25:51.264Z] #39 26.02 HOSTDEP compel/src/lib/log-host.d [2020-09-09T17:25:51.264Z] #39 26.07 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-09T17:25:51.264Z] #39 26.15 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-09-09T17:25:51.264Z] #39 26.20 HOSTDEP compel/src/main-host.d [2020-09-09T17:25:51.264Z] #39 26.26 DEP compel/src/lib/ptrace.d [2020-09-09T17:25:51.264Z] #39 26.34 DEP compel/src/lib/infect.d [2020-09-09T17:25:51.264Z] #39 26.47 DEP compel/src/lib/infect-util.d [2020-09-09T17:25:51.264Z] #39 26.54 DEP compel/src/lib/infect-rpc.d [2020-09-09T17:25:51.264Z] #39 26.60 DEP compel/arch/s390/src/lib/infect.d [2020-09-09T17:25:51.264Z] #39 26.67 DEP compel/arch/s390/src/lib/cpu.d [2020-09-09T17:25:51.264Z] #39 26.70 DEP compel/src/lib/log.d [2020-09-09T17:25:51.264Z] #39 26.75 DEP compel/src/main.d [2020-09-09T17:25:51.264Z] #39 26.82 DEP compel/src/lib/handle-elf.d [2020-09-09T17:25:51.264Z] #39 26.89 DEP compel/arch/s390/src/lib/handle-elf.d [2020-09-09T17:25:51.264Z] #39 26.95 CC compel/src/lib/log.o [2020-09-09T17:25:51.264Z] #39 27.05 CC compel/arch/s390/src/lib/cpu.o [2020-09-09T17:25:51.264Z] #39 27.18 CC compel/arch/s390/src/lib/infect.o [2020-09-09T17:25:51.264Z] #39 27.74 CC compel/src/lib/infect-rpc.o [2020-09-09T17:25:51.264Z] #39 27.94 CC compel/src/lib/infect-util.o [2020-09-09T17:25:51.264Z] #39 28.06 CC compel/src/lib/infect.o [2020-09-09T17:25:51.554Z] #39 29.36 CC compel/src/lib/ptrace.o [2020-09-09T17:25:51.846Z] #39 29.62 AR compel/libcompel.a [2020-09-09T17:25:51.846Z] #39 29.67 HOSTCC compel/src/main-host.o [2020-09-09T17:25:51.908Z] Removing intermediate container 79c452cf7d86 [2020-09-09T17:25:51.909Z] ---> bab458117d8d [2020-09-09T17:25:51.909Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-09-09T17:25:51.909Z] ---> 805dc2d65d1c [2020-09-09T17:25:51.909Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-09-09T17:25:51.909Z] ---> 479d8f42a329 [2020-09-09T17:25:51.909Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-09-09T17:25:51.909Z] ---> Running in 5f1d384ba10d [2020-09-09T17:25:51.909Z] Removing intermediate container 5f1d384ba10d [2020-09-09T17:25:51.909Z] ---> 747c48df4db3 [2020-09-09T17:25:51.909Z] Successfully built 747c48df4db3 [2020-09-09T17:25:51.909Z] Successfully tagged moby-buildx:latest [2020-09-09T17:25:51.909Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-09-09T17:25:51.909Z] if [ -n "${id}" ]; then \ [2020-09-09T17:25:51.909Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-09-09T17:25:51.909Z] && touch bundles/buildx; \ [2020-09-09T17:25:51.909Z] docker rm -f ${id}; \ [2020-09-09T17:25:51.909Z] fi [2020-09-09T17:25:51.909Z] 58acb6fb5d30b393f548361185f5b04cfb70308edf55938edc86906c4994fe8b [2020-09-09T17:25:51.909Z] bundles/buildx version [2020-09-09T17:25:51.909Z] buildx v0.3.1 6db68d0 [2020-09-09T17:25:51.909Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde . [2020-09-09T17:25:51.909Z] #1 [internal] booting buildkit [2020-09-09T17:25:51.909Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-09-09T17:25:51.909Z] #1 pulling image moby/buildkit:buildx-stable-1 1.8s done [2020-09-09T17:25:51.909Z] #1 creating container buildx_buildkit_default [2020-09-09T17:25:51.909Z] #1 creating container buildx_buildkit_default 0.4s done [2020-09-09T17:25:51.909Z] #1 DONE 2.2s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #2 [internal] load .dockerignore [2020-09-09T17:25:51.909Z] #2 transferring context: 87B done [2020-09-09T17:25:51.909Z] #2 DONE 0.0s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #3 [internal] load build definition from Dockerfile [2020-09-09T17:25:51.909Z] #3 transferring dockerfile: 16.36kB done [2020-09-09T17:25:51.909Z] #3 DONE 0.0s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-09T17:25:51.909Z] #4 DONE 0.7s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-09T17:25:51.909Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-09T17:25:51.909Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-09-09T17:25:51.909Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-09-09T17:25:51.909Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-09-09T17:25:51.909Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-09T17:25:51.909Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.3s done [2020-09-09T17:25:51.909Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-09-09T17:25:51.909Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-09-09T17:25:51.909Z] #5 DONE 0.9s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-09T17:25:51.909Z] #7 DONE 0.6s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-09T17:25:51.909Z] #6 DONE 0.7s [2020-09-09T17:25:51.909Z] [2020-09-09T17:25:51.909Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:25:51.909Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-09T17:25:52.141Z] #39 29.93 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-09-09T17:25:52.141Z] #39 30.03 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-09T17:25:52.262Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-09T17:25:52.263Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-09-09T17:25:52.263Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-09T17:25:52.432Z] #39 30.24 HOSTCC compel/src/lib/log-host.o [2020-09-09T17:25:52.722Z] #39 30.39 HOSTLINK compel/compel-host-bin [2020-09-09T17:25:52.722Z] #39 30.45 DEP soccr/soccr.d [2020-09-09T17:25:52.722Z] #39 ... [2020-09-09T17:25:52.722Z] [2020-09-09T17:25:52.722Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:25:52.722Z] #41 67.76 vendor/golang.org/x/net/idna [2020-09-09T17:25:52.774Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 670.68kB / 9.86MB 0.5s [2020-09-09T17:25:52.774Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.59MB / 9.86MB 0.6s [2020-09-09T17:25:52.774Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.23MB / 9.86MB 0.7s [2020-09-09T17:25:53.100Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 7.14MB / 9.86MB 1.1s [2020-09-09T17:25:53.100Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.2s done [2020-09-09T17:25:53.100Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2020-09-09T17:25:53.755Z] #41 ... [2020-09-09T17:25:53.755Z] [2020-09-09T17:25:53.755Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:25:53.755Z] #10 58.99 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-09T17:25:53.755Z] #10 59.02 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-09T17:25:53.755Z] #10 59.02 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:25:53.755Z] #10 68.89 Selecting previously unselected package libapparmor1:s390x. [2020-09-09T17:25:53.755Z] #10 68.90 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-09-09T17:25:53.755Z] #10 68.90 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-09-09T17:25:53.755Z] #10 68.95 Selecting previously unselected package libapparmor-dev:s390x. [2020-09-09T17:25:53.755Z] #10 68.95 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-09-09T17:25:53.755Z] #10 68.95 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-09-09T17:25:53.755Z] #10 69.01 Selecting previously unselected package libbtrfs0. [2020-09-09T17:25:53.755Z] #10 69.01 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-09-09T17:25:53.755Z] #10 69.01 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-09T17:25:54.046Z] #10 69.06 Selecting previously unselected package libbtrfs-dev. [2020-09-09T17:25:54.046Z] #10 69.06 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-09-09T17:25:54.046Z] #10 69.07 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:25:54.046Z] #10 69.16 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-09-09T17:25:54.046Z] #10 ... [2020-09-09T17:25:54.046Z] [2020-09-09T17:25:54.046Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:54.046Z] #39 30.54 CC soccr/soccr.o [2020-09-09T17:25:54.046Z] #39 31.34 AR soccr/libsoccr.a [2020-09-09T17:25:54.046Z] #39 31.37 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-09T17:25:54.046Z] #39 31.54 DEP criu/arch/s390/sigframe.d [2020-09-09T17:25:54.046Z] #39 31.70 DEP criu/arch/s390/crtools.d [2020-09-09T17:25:54.046Z] #39 31.82 DEP criu/arch/s390/cpu.d [2020-09-09T17:25:54.337Z] #39 31.99 CC criu/arch/s390/cpu.o [2020-09-09T17:25:54.337Z] #39 32.20 CC criu/arch/s390/crtools.o [2020-09-09T17:25:54.968Z] #39 32.69 CC criu/arch/s390/sigframe.o [2020-09-09T17:25:54.968Z] #39 32.83 LINK criu/arch/s390/crtools.built-in.o [2020-09-09T17:25:54.968Z] #39 32.86 DEP criu/pie/util-vdso.d [2020-09-09T17:25:55.259Z] #39 33.07 DEP criu/pie/util.d [2020-09-09T17:25:55.259Z] #39 33.15 CC criu/pie/util.o [2020-09-09T17:25:55.549Z] #39 33.42 CC criu/pie/util-vdso.o [2020-09-09T17:25:55.840Z] #39 33.82 AR criu/pie/pie.lib.a [2020-09-09T17:25:56.131Z] #39 33.86 DEP criu/pie/restorer.d [2020-09-09T17:25:56.131Z] #39 ... [2020-09-09T17:25:56.131Z] [2020-09-09T17:25:56.131Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:25:56.131Z] #10 69.17 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.18 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-09-09T17:25:56.131Z] #10 69.23 Selecting previously unselected package libudev-dev:s390x. [2020-09-09T17:25:56.131Z] #10 69.23 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.24 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-09-09T17:25:56.131Z] #10 69.32 Selecting previously unselected package libsepol1-dev:s390x. [2020-09-09T17:25:56.131Z] #10 69.33 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.33 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-09-09T17:25:56.131Z] #10 69.57 Selecting previously unselected package libpcre16-3:s390x. [2020-09-09T17:25:56.131Z] #10 69.57 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.57 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 69.64 Selecting previously unselected package libpcre32-3:s390x. [2020-09-09T17:25:56.131Z] #10 69.64 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.64 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 69.73 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-09-09T17:25:56.131Z] #10 69.73 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.73 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 69.76 Selecting previously unselected package libpcre3-dev:s390x. [2020-09-09T17:25:56.131Z] #10 69.76 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.77 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 69.96 Selecting previously unselected package libselinux1-dev:s390x. [2020-09-09T17:25:56.131Z] #10 69.96 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 69.97 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-09-09T17:25:56.131Z] #10 70.19 Selecting previously unselected package libdevmapper-dev:s390x. [2020-09-09T17:25:56.131Z] #10 70.20 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 70.20 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-09-09T17:25:56.131Z] #10 70.27 Selecting previously unselected package libseccomp-dev:s390x. [2020-09-09T17:25:56.131Z] #10 70.27 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 70.27 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-09-09T17:25:56.131Z] #10 70.34 Selecting previously unselected package libsystemd-dev:s390x. [2020-09-09T17:25:56.131Z] #10 70.34 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-09-09T17:25:56.131Z] #10 70.35 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-09-09T17:25:56.131Z] #10 70.77 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 70.77 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-09-09T17:25:56.131Z] #10 70.78 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-09-09T17:25:56.131Z] #10 70.79 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-09T17:25:56.131Z] #10 70.79 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 70.80 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-09-09T17:25:56.131Z] #10 70.81 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:25:56.131Z] #10 70.82 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-09T17:25:56.131Z] #10 70.82 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 70.83 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-09-09T17:25:56.131Z] #10 70.84 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-09T17:25:56.131Z] #10 70.85 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:25:56.131Z] #10 70.85 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-09-09T17:25:56.131Z] #10 70.86 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-09T17:25:56.131Z] #10 70.87 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-09-09T17:25:56.131Z] #10 70.87 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-09T17:25:56.131Z] #10 70.88 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-09-09T17:25:56.131Z] #10 70.89 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:25:56.131Z] #10 70.89 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-09T17:25:56.131Z] #10 70.90 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-09-09T17:25:56.131Z] #10 70.90 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:25:56.131Z] #10 70.91 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-09-09T17:25:56.131Z] #10 70.91 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-09-09T17:25:56.131Z] #10 70.92 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-09T17:25:56.131Z] #10 70.92 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-09-09T17:25:56.131Z] #10 70.93 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-09-09T17:25:56.131Z] #10 70.94 Setting up dmsetup (2:1.02.155-3) ... [2020-09-09T17:25:56.131Z] #10 70.95 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-09-09T17:25:56.131Z] #10 70.95 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-09-09T17:25:56.131Z] #10 70.96 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:25:56.131Z] #10 DONE 71.5s [2020-09-09T17:25:56.131Z] [2020-09-09T17:25:56.131Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:56.131Z] #39 33.99 DEP criu/arch/s390/restorer.d [2020-09-09T17:25:56.424Z] #39 ... [2020-09-09T17:25:56.424Z] [2020-09-09T17:25:56.424Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:25:56.424Z] #54 67.71 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-09T17:25:56.424Z] #54 67.71 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-09T17:25:56.424Z] #54 DONE 71.6s [2020-09-09T17:25:56.424Z] [2020-09-09T17:25:56.424Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:56.424Z] #39 34.20 DEP criu/arch/s390/vdso-pie.d [2020-09-09T17:25:56.424Z] #39 ... [2020-09-09T17:25:56.424Z] [2020-09-09T17:25:56.424Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-09T17:25:56.424Z] #55 DONE 0.1s [2020-09-09T17:25:56.424Z] [2020-09-09T17:25:56.424Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:56.424Z] #39 34.27 DEP criu/pie/parasite-vdso.d [2020-09-09T17:25:56.583Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.3s done [2020-09-09T17:25:56.583Z] #59 DONE 4.9s [2020-09-09T17:25:56.583Z] [2020-09-09T17:25:56.583Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:25:56.583Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-09T17:25:56.583Z] #8 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-09-09T17:25:56.583Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.4s done [2020-09-09T17:25:56.583Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.1s done [2020-09-09T17:25:56.583Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 3.8s done [2020-09-09T17:25:56.583Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 83.25MB / 96.52MB 4.6s [2020-09-09T17:25:56.583Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-09T17:25:56.583Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.6s done [2020-09-09T17:25:56.583Z] #8 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-09-09T17:25:56.583Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.2s done [2020-09-09T17:25:56.583Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 59.51MB / 73.58MB 4.6s [2020-09-09T17:25:56.583Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 88.19MB / 96.52MB 4.8s [2020-09-09T17:25:56.583Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 63.83MB / 73.58MB 4.8s [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/server/httputils 0.024s coverage: 14.7% of statements [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/server/middleware 0.018s coverage: 37.7% of statements [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/types/strslice 0.027s coverage: 90.0% of statements [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/types/filters 0.025s coverage: 92.2% of statements [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 5.7% of statements [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/types/time 0.021s coverage: 100.0% of statements [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/api/types/versions 0.012s coverage: 75.0% of statements [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-09T17:25:56.597Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-09T17:25:56.597Z] ok github.com/docker/docker/builder/dockerignore 0.031s coverage: 96.8% of statements [2020-09-09T17:25:56.727Z] #39 ... [2020-09-09T17:25:56.727Z] [2020-09-09T17:25:56.727Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-09T17:25:56.727Z] #56 DONE 0.1s [2020-09-09T17:25:56.727Z] [2020-09-09T17:25:56.727Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:56.727Z] #39 34.57 DEP criu/pie/parasite.d [2020-09-09T17:25:56.897Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.1s [2020-09-09T17:25:56.897Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 71.92MB / 73.58MB 5.1s [2020-09-09T17:25:57.020Z] #39 34.72 CC criu/pie/parasite.o [2020-09-09T17:25:57.214Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.1s done [2020-09-09T17:25:57.214Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.2s done [2020-09-09T17:25:57.214Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-09T17:25:57.510Z] #8 ... [2020-09-09T17:25:57.510Z] [2020-09-09T17:25:57.510Z] #21 [internal] load build context [2020-09-09T17:25:57.510Z] #21 transferring context: 51.49MB 5.8s done [2020-09-09T17:25:57.510Z] #21 DONE 5.8s [2020-09-09T17:25:57.550Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2020-09-09T17:25:57.815Z] [2020-09-09T17:25:57.815Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:25:58.059Z] #39 35.59 LINK criu/pie/parasite.built-in.o [2020-09-09T17:25:58.059Z] #39 35.62 GEN criu/pie/parasite-blob.h [2020-09-09T17:25:58.059Z] #39 35.63 CC criu/pie/parasite-vdso.o [2020-09-09T17:25:58.125Z] ok github.com/docker/docker/builder/remotecontext 0.343s coverage: 13.6% of statements [2020-09-09T17:25:58.350Z] #39 36.12 CC criu/arch/s390/vdso-pie.o [2020-09-09T17:25:58.350Z] #39 ... [2020-09-09T17:25:58.350Z] [2020-09-09T17:25:58.350Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-09T17:25:58.350Z] #11 DONE 2.1s [2020-09-09T17:25:58.646Z] [2020-09-09T17:25:58.646Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:25:58.646Z] #39 36.39 CC criu/arch/s390/restorer.o [2020-09-09T17:25:58.937Z] #39 36.61 CC criu/pie/restorer.o [2020-09-09T17:25:59.075Z] ok github.com/docker/docker/builder/dockerfile 0.890s coverage: 48.0% of statements [2020-09-09T17:25:59.343Z] ok github.com/docker/docker/builder/remotecontext/git 3.709s coverage: 86.3% of statements [2020-09-09T17:25:59.343Z] ? github.com/docker/docker/cli [no test files] [2020-09-09T17:25:59.343Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-09T17:26:00.451Z] #39 ... [2020-09-09T17:26:00.451Z] [2020-09-09T17:26:00.451Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-09T17:26:00.451Z] #12 DONE 1.8s [2020-09-09T17:26:00.451Z] [2020-09-09T17:26:00.451Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:00.451Z] #49 1.925 + RM_GOPATH=0 [2020-09-09T17:26:00.451Z] #49 1.925 + TMP_GOPATH= [2020-09-09T17:26:00.451Z] #49 1.925 + : /build [2020-09-09T17:26:00.451Z] #49 1.925 + '[' -z '' ']' [2020-09-09T17:26:00.451Z] #49 1.926 ++ mktemp -d [2020-09-09T17:26:00.451Z] #49 1.926 + export GOPATH=/tmp/tmp.SqhiU5yyXt [2020-09-09T17:26:00.451Z] #49 1.927 + GOPATH=/tmp/tmp.SqhiU5yyXt [2020-09-09T17:26:00.451Z] #49 1.927 + RM_GOPATH=1 [2020-09-09T17:26:00.451Z] #49 1.927 + case "$(go env GOARCH)" in [2020-09-09T17:26:00.451Z] #49 1.927 ++ go env GOARCH [2020-09-09T17:26:00.451Z] #49 1.931 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:00.451Z] #49 1.931 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:00.451Z] #49 1.938 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:00.451Z] #49 1.938 + dir=/tmp/install [2020-09-09T17:26:00.451Z] #49 1.938 + bin=runc [2020-09-09T17:26:00.451Z] #49 1.938 + shift [2020-09-09T17:26:00.451Z] #49 1.938 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-09T17:26:00.451Z] #49 1.939 + . /tmp/install/runc.installer [2020-09-09T17:26:00.451Z] #49 1.939 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-09T17:26:00.451Z] #49 1.939 + install_runc [2020-09-09T17:26:00.451Z] #49 1.942 + uname -r [2020-09-09T17:26:00.451Z] #49 1.943 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-09T17:26:00.451Z] #49 1.946 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-09T17:26:00.451Z] #49 1.947 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-09T17:26:00.451Z] #49 1.947 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-09T17:26:00.451Z] #49 1.947 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.SqhiU5yyXt/src/github.com/opencontainers/runc [2020-09-09T17:26:00.451Z] #49 1.948 Cloning into '/tmp/tmp.SqhiU5yyXt/src/github.com/opencontainers/runc'... [2020-09-09T17:26:01.488Z] #49 ... [2020-09-09T17:26:01.488Z] [2020-09-09T17:26:01.488Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:26:01.488Z] #13 1.254 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-09T17:26:01.488Z] #13 DONE 1.4s [2020-09-09T17:26:01.488Z] [2020-09-09T17:26:01.488Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:01.488Z] #39 38.43 LINK criu/pie/restorer.built-in.o [2020-09-09T17:26:01.488Z] #39 38.44 GEN criu/pie/restorer-blob.h [2020-09-09T17:26:01.488Z] #39 38.48 DEP criu/vdso.d [2020-09-09T17:26:01.488Z] #39 38.68 DEP criu/uts_ns.d [2020-09-09T17:26:01.488Z] #39 38.79 DEP criu/util.d [2020-09-09T17:26:01.488Z] #39 38.94 DEP criu/uffd.d [2020-09-09T17:26:01.488Z] #39 39.11 DEP criu/tun.d [2020-09-09T17:26:01.488Z] #39 39.25 DEP criu/tty.d [2020-09-09T17:26:01.488Z] #39 39.38 DEP criu/timerfd.d [2020-09-09T17:26:01.779Z] #39 39.56 DEP criu/timens.d [2020-09-09T17:26:01.997Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:26:01.997Z] [2020-09-09T17:26:01.997Z] + TEST_INTEGRATION_DEST=2 [2020-09-09T17:26:01.997Z] + CONTAINER_NAME=docker-pr2-2 [2020-09-09T17:26:01.997Z] + TEST_SKIP_INTEGRATION=1 [2020-09-09T17:26:01.997Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-09T17:26:01.997Z] + run_tests [2020-09-09T17:26:01.997Z] + c=0 [2020-09-09T17:26:01.997Z] + '[' -n 0 ']' [2020-09-09T17:26:01.997Z] + rm= [2020-09-09T17:26:01.997Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41411/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh '' test-integration [2020-09-09T17:26:01.997Z] + TEST_INTEGRATION_DEST=1 [2020-09-09T17:26:01.997Z] + CONTAINER_NAME=docker-pr2-1 [2020-09-09T17:26:01.997Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-09-09T17:26:01.997Z] + run_tests test-integration-flaky [2020-09-09T17:26:01.997Z] + '[' -n 0 ']' [2020-09-09T17:26:01.997Z] + rm= [2020-09-09T17:26:01.997Z] + TEST_INTEGRATION_DEST=3 [2020-09-09T17:26:01.997Z] + CONTAINER_NAME=docker-pr2-3 [2020-09-09T17:26:01.997Z] + TEST_SKIP_INTEGRATION=1 [2020-09-09T17:26:01.997Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-09T17:26:01.997Z] + run_tests [2020-09-09T17:26:01.997Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41411/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh test-integration-flaky test-integration [2020-09-09T17:26:01.997Z] + '[' -n 0 ']' [2020-09-09T17:26:01.997Z] + rm= [2020-09-09T17:26:01.997Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41411/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh '' test-integration [2020-09-09T17:26:01.997Z] ++ jobs -p [2020-09-09T17:26:01.997Z] + for job in $(jobs -p) [2020-09-09T17:26:01.997Z] + wait 22457 [2020-09-09T17:26:01.997Z] [2020-09-09T17:26:01.997Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-09-09T17:26:01.997Z] [2020-09-09T17:26:01.997Z] [2020-09-09T17:26:01.997Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:26:01.997Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:26:01.997Z] HOSTNAME=db9b21a17e9d [2020-09-09T17:26:01.997Z] TEST_SKIP_INTEGRATION=1 [2020-09-09T17:26:01.997Z] TESTDEBUG=0 [2020-09-09T17:26:01.997Z] DEST=bundles/test-integration [2020-09-09T17:26:01.997Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:26:01.997Z] KEEPBUNDLE=1 [2020-09-09T17:26:01.997Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:26:01.997Z] container=docker [2020-09-09T17:26:01.997Z] HOME=/root [2020-09-09T17:26:01.997Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:26:01.997Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:26:01.997Z] VALIDATE_BRANCH=master [2020-09-09T17:26:01.997Z] TERM=xterm [2020-09-09T17:26:01.997Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:26:01.997Z] SHLVL=1 [2020-09-09T17:26:01.997Z] TIMEOUT=120m [2020-09-09T17:26:01.997Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:26:01.997Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:26:01.997Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-09T17:26:01.997Z] GO111MODULE=off [2020-09-09T17:26:01.997Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:26:01.997Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:26:01.997Z] GOPATH=/go [2020-09-09T17:26:01.997Z] PKG_CONFIG=pkg-config [2020-09-09T17:26:01.997Z] _=/usr/bin/env [2020-09-09T17:26:01.997Z] Building test suite binary ./integration-cli/test.main [2020-09-09T17:26:01.997Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:26:01.997Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:26:01.997Z] HOSTNAME=f4eb73c22a1c [2020-09-09T17:26:01.997Z] TEST_SKIP_INTEGRATION=1 [2020-09-09T17:26:01.997Z] TESTDEBUG=0 [2020-09-09T17:26:01.997Z] DEST=bundles/test-integration [2020-09-09T17:26:01.997Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:26:01.997Z] KEEPBUNDLE=1 [2020-09-09T17:26:01.997Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:26:01.997Z] container=docker [2020-09-09T17:26:01.997Z] HOME=/root [2020-09-09T17:26:01.997Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:26:01.997Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:26:01.997Z] VALIDATE_BRANCH=master [2020-09-09T17:26:01.997Z] TERM=xterm [2020-09-09T17:26:01.997Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:26:01.997Z] SHLVL=1 [2020-09-09T17:26:01.997Z] TIMEOUT=120m [2020-09-09T17:26:01.997Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:26:01.997Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:26:01.997Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-09-09T17:26:01.997Z] GO111MODULE=off [2020-09-09T17:26:01.997Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:26:01.997Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:26:01.997Z] GOPATH=/go [2020-09-09T17:26:01.997Z] PKG_CONFIG=pkg-config [2020-09-09T17:26:01.997Z] _=/usr/bin/env [2020-09-09T17:26:01.997Z] Building test suite binary ./integration-cli/test.main [2020-09-09T17:26:01.997Z] No new tests added to integration. [2020-09-09T17:26:01.997Z] [2020-09-09T17:26:01.997Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:26:01.997Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:26:01.997Z] HOSTNAME=eee8b3797afd [2020-09-09T17:26:01.997Z] TESTDEBUG=0 [2020-09-09T17:26:01.997Z] DEST=bundles/test-integration [2020-09-09T17:26:01.997Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:26:01.997Z] KEEPBUNDLE=1 [2020-09-09T17:26:01.997Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:26:01.997Z] container=docker [2020-09-09T17:26:01.997Z] HOME=/root [2020-09-09T17:26:01.997Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:26:01.997Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:26:01.997Z] VALIDATE_BRANCH=master [2020-09-09T17:26:01.997Z] TERM=xterm [2020-09-09T17:26:01.997Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:26:01.997Z] SHLVL=1 [2020-09-09T17:26:01.997Z] TIMEOUT=120m [2020-09-09T17:26:01.997Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:26:01.997Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:26:01.997Z] GO111MODULE=off [2020-09-09T17:26:01.997Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-09T17:26:01.997Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:26:01.997Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:26:01.997Z] GOPATH=/go [2020-09-09T17:26:01.997Z] PKG_CONFIG=pkg-config [2020-09-09T17:26:01.997Z] _=/usr/bin/env [2020-09-09T17:26:01.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-09T17:26:02.071Z] #39 39.78 DEP criu/sysfs_parse.d [2020-09-09T17:26:02.071Z] #39 39.99 DEP criu/sysctl.d [2020-09-09T17:26:02.361Z] #39 40.12 DEP criu/string.d [2020-09-09T17:26:02.361Z] #39 40.13 DEP criu/stats.d [2020-09-09T17:26:02.361Z] #39 40.19 DEP criu/sockets.d [2020-09-09T17:26:02.652Z] #39 40.29 DEP criu/sk-unix.d [2020-09-09T17:26:02.652Z] #39 40.49 DEP criu/sk-tcp.d [2020-09-09T17:26:02.971Z] #39 40.67 DEP criu/sk-queue.d [2020-09-09T17:26:02.971Z] #39 40.72 DEP criu/sk-packet.d [2020-09-09T17:26:03.281Z] #39 ... [2020-09-09T17:26:03.281Z] [2020-09-09T17:26:03.281Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-09T17:26:03.281Z] #14 DONE 1.4s [2020-09-09T17:26:03.281Z] [2020-09-09T17:26:03.281Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:03.281Z] #49 6.366 + cd /tmp/tmp.SqhiU5yyXt/src/github.com/opencontainers/runc [2020-09-09T17:26:03.281Z] #49 6.366 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-09T17:26:03.281Z] #49 6.585 + '[' -z '' ']' [2020-09-09T17:26:03.281Z] #49 6.585 + target=static [2020-09-09T17:26:03.281Z] #49 6.585 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-09T17:26:03.281Z] #49 7.090 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-09T17:26:04.317Z] #49 ... [2020-09-09T17:26:04.317Z] [2020-09-09T17:26:04.317Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:04.317Z] #41 69.27 vendor/golang.org/x/net/http2/hpack [2020-09-09T17:26:04.317Z] #41 69.96 mime [2020-09-09T17:26:04.317Z] #41 70.64 crypto/tls [2020-09-09T17:26:04.317Z] #41 70.94 net/textproto [2020-09-09T17:26:04.317Z] #41 71.61 vendor/golang.org/x/net/http/httpproxy [2020-09-09T17:26:04.317Z] #41 72.18 mime/quotedprintable [2020-09-09T17:26:04.317Z] #41 72.61 mime/multipart [2020-09-09T17:26:04.317Z] #41 73.65 net/http/internal [2020-09-09T17:26:04.317Z] #41 76.57 net/http/httptrace [2020-09-09T17:26:04.317Z] #41 76.68 net/http [2020-09-09T17:26:04.317Z] #41 ... [2020-09-09T17:26:04.317Z] [2020-09-09T17:26:04.317Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-09T17:26:04.317Z] #15 DONE 1.3s [2020-09-09T17:26:04.317Z] [2020-09-09T17:26:04.317Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-09T17:26:05.830Z] #16 DONE 1.4s [2020-09-09T17:26:05.830Z] [2020-09-09T17:26:05.830Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:26:05.944Z] ok github.com/docker/docker/client 0.237s coverage: 75.4% of statements [2020-09-09T17:26:07.341Z] #17 1.389 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:26:07.341Z] #17 1.512 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:26:07.342Z] #17 1.720 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:26:07.342Z] #17 1.756 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-09T17:26:07.974Z] #17 2.424 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB] [2020-09-09T17:26:09.007Z] #17 3.415 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-09T17:26:09.107Z] Fetching without tags [2020-09-09T17:26:09.512Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:26:09.007Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:26:09.026Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:26:09.055Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:26:09.082Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:26:09.113Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:26:09.113Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:26:09.116Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:26:09.520Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:26:09.546Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:26:10.354Z] > git remote # timeout=10 [2020-09-09T17:26:10.379Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:26:10.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:26:10.407Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:26:11.180Z] Merge succeeded, producing dd59243c692d1014b9c834affb322fe917435173 [2020-09-09T17:26:11.180Z] Checking out Revision dd59243c692d1014b9c834affb322fe917435173 (PR-41411) [2020-09-09T17:26:11.736Z] #17 5.716 Fetched 8070 kB in 4s (1809 kB/s) [2020-09-09T17:26:11.736Z] #17 5.716 Reading package lists... [2020-09-09T17:26:11.736Z] #17 ... [2020-09-09T17:26:11.736Z] [2020-09-09T17:26:11.736Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:11.736Z] #39 40.98 DEP criu/sk-netlink.d [2020-09-09T17:26:11.736Z] #39 41.13 DEP criu/sk-inet.d [2020-09-09T17:26:11.736Z] #39 41.31 DEP criu/signalfd.d [2020-09-09T17:26:11.736Z] #39 41.37 DEP criu/sigframe.d [2020-09-09T17:26:11.736Z] #39 41.46 DEP criu/shmem.d [2020-09-09T17:26:11.736Z] #39 41.61 DEP criu/servicefd.d [2020-09-09T17:26:11.736Z] #39 41.75 DEP criu/seize.d [2020-09-09T17:26:11.736Z] #39 41.89 DEP criu/seccomp.d [2020-09-09T17:26:11.736Z] #39 42.03 DEP criu/rst-malloc.d [2020-09-09T17:26:11.736Z] #39 42.11 DEP criu/rbtree.d [2020-09-09T17:26:11.736Z] #39 42.16 DEP criu/pstree.d [2020-09-09T17:26:11.736Z] #39 42.34 DEP criu/protobuf.d [2020-09-09T17:26:11.736Z] #39 42.52 GEN criu/protobuf-desc-gen.h [2020-09-09T17:26:11.736Z] #39 43.42 DEP criu/protobuf-desc.d [2020-09-09T17:26:11.736Z] #39 43.48 DEP criu/proc_parse.d [2020-09-09T17:26:11.736Z] #39 43.69 DEP criu/plugin.d [2020-09-09T17:26:11.736Z] #39 43.74 DEP criu/pipes.d [2020-09-09T17:26:11.736Z] #39 43.90 DEP criu/pie-util.d [2020-09-09T17:26:11.736Z] #39 43.97 DEP criu/pie-util-vdso.d [2020-09-09T17:26:11.736Z] #39 44.05 DEP criu/path.d [2020-09-09T17:26:11.736Z] #39 44.14 DEP criu/parasite-syscall.d [2020-09-09T17:26:11.736Z] #39 44.41 DEP criu/pagemap.d [2020-09-09T17:26:11.736Z] #39 44.53 DEP criu/pagemap-cache.d [2020-09-09T17:26:11.736Z] #39 44.59 DEP criu/page-xfer.d [2020-09-09T17:26:11.736Z] #39 44.68 DEP criu/page-pipe.d [2020-09-09T17:26:11.736Z] #39 44.75 DEP criu/netfilter.d [2020-09-09T17:26:11.736Z] #39 44.84 DEP criu/net.d [2020-09-09T17:26:11.736Z] #39 45.01 DEP criu/namespaces.d [2020-09-09T17:26:11.736Z] #39 45.10 DEP criu/mount.d [2020-09-09T17:26:11.736Z] #39 45.25 DEP criu/memfd.d [2020-09-09T17:26:11.736Z] #39 45.37 DEP criu/mem.d [2020-09-09T17:26:11.736Z] #39 45.52 DEP criu/lsm.d [2020-09-09T17:26:11.736Z] #39 45.66 DEP criu/log.d [2020-09-09T17:26:11.736Z] #39 45.76 DEP criu/libnetlink.d [2020-09-09T17:26:11.736Z] #39 45.85 DEP criu/kerndat.d [2020-09-09T17:26:11.736Z] #39 45.96 DEP criu/kcmp-ids.d [2020-09-09T17:26:11.736Z] #39 46.03 DEP criu/irmap.d [2020-09-09T17:26:11.736Z] #39 46.11 DEP criu/ipc_ns.d [2020-09-09T17:26:11.736Z] #39 46.19 DEP criu/image.d [2020-09-09T17:26:11.736Z] #39 46.35 DEP criu/image-desc.d [2020-09-09T17:26:11.736Z] #39 46.43 DEP criu/fsnotify.d [2020-09-09T17:26:11.736Z] #39 46.54 DEP criu/filesystems.d [2020-09-09T17:26:11.736Z] #39 46.69 DEP criu/files.d [2020-09-09T17:26:11.736Z] #39 46.88 DEP criu/files-reg.d [2020-09-09T17:26:11.736Z] #39 47.04 DEP criu/files-ext.d [2020-09-09T17:26:11.736Z] #39 47.21 DEP criu/file-lock.d [2020-09-09T17:26:11.736Z] #39 47.37 DEP criu/file-ids.d [2020-09-09T17:26:11.736Z] #39 47.48 DEP criu/fifo.d [2020-09-09T17:26:11.736Z] #39 47.56 DEP criu/fdstore.d [2020-09-09T17:26:11.736Z] #39 47.60 DEP criu/fault-injection.d [2020-09-09T17:26:11.736Z] #39 47.61 DEP criu/external.d [2020-09-09T17:26:11.736Z] #39 47.70 DEP criu/eventpoll.d [2020-09-09T17:26:11.736Z] #39 47.82 DEP criu/eventfd.d [2020-09-09T17:26:11.736Z] #39 47.96 DEP criu/crtools.d [2020-09-09T17:26:11.736Z] #39 48.12 DEP criu/cr-service.d [2020-09-09T17:26:11.736Z] #39 48.29 DEP criu/cr-restore.d [2020-09-09T17:26:11.736Z] #39 48.48 DEP criu/cr-errno.d [2020-09-09T17:26:11.736Z] #39 48.50 DEP criu/cr-dump.d [2020-09-09T17:26:11.736Z] #39 48.75 DEP criu/cr-dedup.d [2020-09-09T17:26:11.736Z] #39 48.89 DEP criu/cr-check.d [2020-09-09T17:26:11.736Z] #39 49.04 DEP criu/config.d [2020-09-09T17:26:11.736Z] #39 49.21 DEP criu/clone-noasan.d [2020-09-09T17:26:11.736Z] #39 49.26 DEP criu/cgroup.d [2020-09-09T17:26:11.736Z] #39 49.34 DEP criu/cgroup-props.d [2020-09-09T17:26:11.736Z] #39 49.44 DEP criu/bitmap.d [2020-09-09T17:26:11.736Z] #39 49.45 DEP criu/bfd.d [2020-09-09T17:26:11.736Z] #39 49.52 DEP criu/autofs.d [2020-09-09T17:26:11.736Z] #39 49.62 DEP criu/aio.d [2020-09-09T17:26:12.027Z] #39 49.78 DEP criu/action-scripts.d [2020-09-09T17:26:12.318Z] #39 50.08 CC criu/action-scripts.o [2020-09-09T17:26:12.637Z] #39 50.36 CC criu/aio.o [2020-09-09T17:26:12.930Z] #39 50.66 CC criu/autofs.o [2020-09-09T17:26:12.930Z] #39 ... [2020-09-09T17:26:12.930Z] [2020-09-09T17:26:12.930Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:26:12.930Z] #17 5.716 Reading package lists... [2020-09-09T17:26:11.151Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T17:26:11.183Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:26:11.210Z] > git checkout -f dd59243c692d1014b9c834affb322fe917435173 # timeout=10 [2020-09-09T17:26:14.727Z] #17 7.412 Reading package lists... [2020-09-09T17:26:15.022Z] #17 9.262 Building dependency tree... [2020-09-09T17:26:15.022Z] #17 ... [2020-09-09T17:26:15.022Z] [2020-09-09T17:26:15.022Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:15.022Z] #41 83.72 github.com/LK4D4/vndr/godl [2020-09-09T17:26:15.022Z] #41 84.20 github.com/LK4D4/vndr [2020-09-09T17:26:15.022Z] #41 DONE 90.2s [2020-09-09T17:26:15.272Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:26:15.313Z] [2020-09-09T17:26:15.313Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:15.313Z] #39 51.56 CC criu/bfd.o [2020-09-09T17:26:15.313Z] #39 51.94 CC criu/bitmap.o [2020-09-09T17:26:15.313Z] #39 52.10 CC criu/cgroup-props.o [2020-09-09T17:26:15.313Z] #39 52.48 CC criu/cgroup.o [2020-09-09T17:26:15.318Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-09T17:26:15.276Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [2020-09-09T17:26:16.471Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 19.2s done [2020-09-09T17:26:16.471Z] #8 DONE 24.6s [2020-09-09T17:26:16.471Z] [2020-09-09T17:26:16.471Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-09T17:26:16.471Z] #9 DONE 0.2s [2020-09-09T17:26:16.471Z] [2020-09-09T17:26:16.471Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-09T17:26:16.511Z] + docker version [2020-09-09T17:26:16.771Z] #10 DONE 0.2s [2020-09-09T17:26:16.771Z] [2020-09-09T17:26:16.771Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-09T17:26:16.771Z] #28 DONE 0.1s [2020-09-09T17:26:16.771Z] [2020-09-09T17:26:16.771Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-09T17:26:16.771Z] #36 DONE 0.1s [2020-09-09T17:26:16.771Z] [2020-09-09T17:26:16.771Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:26:16.839Z] #39 54.51 CC criu/clone-noasan.o [2020-09-09T17:26:16.840Z] #39 54.63 CC criu/config.o [2020-09-09T17:26:17.415Z] #37 0.725 + git clone https://github.com/docker/distribution.git . [2020-09-09T17:26:17.415Z] #37 0.736 Cloning into '.'... [2020-09-09T17:26:17.881Z] #39 55.38 CC criu/cr-check.o [2020-09-09T17:26:18.513Z] #39 56.32 CC criu/cr-dedup.o [2020-09-09T17:26:18.804Z] #39 56.58 CC criu/cr-dump.o [2020-09-09T17:26:19.098Z] #39 ... [2020-09-09T17:26:19.098Z] [2020-09-09T17:26:19.098Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:26:19.098Z] #28 DONE 94.1s [2020-09-09T17:26:19.098Z] [2020-09-09T17:26:19.098Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:26:19.098Z] #17 9.262 Building dependency tree... [2020-09-09T17:26:19.098Z] #17 10.11 libcap2-bin is already the newest version (1:2.25-2). [2020-09-09T17:26:19.098Z] #17 10.11 The following additional packages will be installed: [2020-09-09T17:26:19.098Z] #17 10.11 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-09T17:26:19.098Z] #17 10.11 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-09T17:26:19.098Z] #17 10.11 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-09T17:26:19.098Z] #17 10.11 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-09T17:26:19.098Z] #17 10.11 python3.7 python3.7-minimal vim-runtime xxd [2020-09-09T17:26:19.098Z] #17 10.11 Suggested packages: [2020-09-09T17:26:19.098Z] #17 10.11 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-09T17:26:19.098Z] #17 10.11 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-09T17:26:19.098Z] #17 10.11 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-09T17:26:19.098Z] #17 10.11 Recommended packages: [2020-09-09T17:26:19.098Z] #17 10.11 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-09T17:26:19.098Z] #17 10.11 python3-keyrings.alt python3-xdg unzip [2020-09-09T17:26:19.098Z] #17 11.24 The following NEW packages will be installed: [2020-09-09T17:26:19.098Z] #17 11.24 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-09T17:26:19.098Z] #17 11.24 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-09T17:26:19.098Z] #17 11.24 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-09T17:26:19.098Z] #17 11.24 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-09T17:26:19.098Z] #17 11.24 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-09T17:26:19.098Z] #17 11.24 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-09T17:26:19.098Z] #17 11.24 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-09T17:26:19.098Z] #17 11.24 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-09T17:26:19.098Z] #17 11.24 xz-utils zip [2020-09-09T17:26:19.098Z] #17 11.32 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:26:19.098Z] #17 11.32 Need to get 27.7 MB of archives. [2020-09-09T17:26:19.098Z] #17 11.32 After this operation, 117 MB of additional disk space will be used. [2020-09-09T17:26:19.098Z] #17 11.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-09-09T17:26:19.098Z] #17 11.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-09-09T17:26:19.098Z] #17 11.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-09-09T17:26:19.098Z] #17 11.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-09-09T17:26:19.098Z] #17 11.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-09-09T17:26:19.098Z] #17 11.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-09-09T17:26:19.098Z] #17 11.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-09-09T17:26:19.098Z] #17 11.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-09-09T17:26:19.098Z] #17 11.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-09-09T17:26:19.098Z] #17 11.50 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-09-09T17:26:19.098Z] #17 11.50 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-09-09T17:26:19.098Z] #17 11.51 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-09-09T17:26:19.098Z] #17 11.51 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-09-09T17:26:19.098Z] #17 11.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-09-09T17:26:19.098Z] #17 11.51 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-09-09T17:26:19.098Z] #17 11.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-09-09T17:26:19.098Z] #17 11.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-09-09T17:26:19.098Z] #17 11.52 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-09-09T17:26:19.098Z] #17 11.53 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-09-09T17:26:19.098Z] #17 11.53 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-09-09T17:26:19.098Z] #17 11.53 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-09-09T17:26:19.098Z] #17 11.54 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-09-09T17:26:19.098Z] #17 11.55 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-09-09T17:26:19.098Z] #17 11.56 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-09-09T17:26:19.098Z] #17 11.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-09-09T17:26:19.098Z] #17 11.57 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-09-09T17:26:19.098Z] #17 11.57 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-09-09T17:26:19.098Z] #17 11.57 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-09-09T17:26:19.098Z] #17 11.57 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-09-09T17:26:19.098Z] #17 11.79 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-09-09T17:26:19.098Z] #17 11.79 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-09-09T17:26:19.098Z] #17 11.80 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-09-09T17:26:19.098Z] #17 11.80 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-09-09T17:26:19.099Z] #17 11.80 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-09-09T17:26:19.099Z] #17 11.81 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-09-09T17:26:19.099Z] #17 11.86 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-09T17:26:19.099Z] #17 11.86 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-09-09T17:26:19.099Z] #17 11.87 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-09-09T17:26:19.099Z] #17 11.87 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-09T17:26:19.099Z] #17 11.88 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-09-09T17:26:19.099Z] #17 11.88 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-09T17:26:19.099Z] #17 11.88 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-09-09T17:26:19.099Z] #17 11.91 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-09-09T17:26:19.099Z] #17 11.92 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-09-09T17:26:19.099Z] #17 11.92 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-09T17:26:19.099Z] #17 12.06 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-09-09T17:26:19.099Z] #17 12.09 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-09-09T17:26:19.099Z] #17 12.11 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-09-09T17:26:19.099Z] #17 12.60 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:26:19.099Z] #17 12.66 Fetched 27.7 MB in 1s (32.3 MB/s) [2020-09-09T17:26:19.099Z] #17 12.69 Selecting previously unselected package pigz. [2020-09-09T17:26:19.099Z] #17 12.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-09-09T17:26:19.099Z] #17 12.76 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-09-09T17:26:19.099Z] #17 12.77 Unpacking pigz (2.4-1) ... [2020-09-09T17:26:19.099Z] #17 12.86 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-09-09T17:26:19.099Z] #17 12.86 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-09-09T17:26:19.099Z] #17 12.86 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-09-09T17:26:19.099Z] #17 13.14 Selecting previously unselected package python3.7-minimal. [2020-09-09T17:26:19.099Z] #17 13.14 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-09-09T17:26:19.099Z] #17 13.15 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-09T17:26:19.390Z] #17 13.74 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-09-09T17:26:19.390Z] #17 13.77 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-09T17:26:20.897Z] #17 15.19 Selecting previously unselected package python3-minimal. [2020-09-09T17:26:20.897Z] #17 15.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 ... 23448 files and directories currently installed.) [2020-09-09T17:26:20.897Z] #17 15.23 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-09-09T17:26:20.897Z] #17 15.24 Unpacking python3-minimal (3.7.3-1) ... [2020-09-09T17:26:20.897Z] #17 15.28 Selecting previously unselected package libmpdec2:s390x. [2020-09-09T17:26:20.897Z] #17 15.28 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-09-09T17:26:20.897Z] #17 15.28 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-09-09T17:26:20.897Z] #17 15.33 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-09-09T17:26:21.188Z] #17 15.33 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-09-09T17:26:21.188Z] #17 15.33 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-09-09T17:26:21.481Z] #17 15.90 Selecting previously unselected package python3.7. [2020-09-09T17:26:21.481Z] #17 15.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-09-09T17:26:21.481Z] #17 15.90 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-09T17:26:21.481Z] #17 15.97 Selecting previously unselected package libpython3-stdlib:s390x. [2020-09-09T17:26:21.481Z] #17 15.97 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-09-09T17:26:21.481Z] #17 15.97 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-09-09T17:26:21.481Z] #17 16.01 Setting up python3-minimal (3.7.3-1) ... [2020-09-09T17:26:21.942Z] #37 ... [2020-09-09T17:26:21.942Z] [2020-09-09T17:26:21.942Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:21.942Z] #44 0.653 + RM_GOPATH=0 [2020-09-09T17:26:21.942Z] #44 0.653 + TMP_GOPATH= [2020-09-09T17:26:21.942Z] #44 0.653 + : /build [2020-09-09T17:26:21.942Z] #44 0.653 + '[' -z '' ']' [2020-09-09T17:26:21.942Z] #44 0.654 ++ mktemp -d [2020-09-09T17:26:21.942Z] #44 0.656 + export GOPATH=/tmp/tmp.6s9cZeoC8r [2020-09-09T17:26:21.942Z] #44 0.656 + GOPATH=/tmp/tmp.6s9cZeoC8r [2020-09-09T17:26:21.942Z] #44 0.656 + RM_GOPATH=1 [2020-09-09T17:26:21.942Z] #44 0.656 + case "$(go env GOARCH)" in [2020-09-09T17:26:21.942Z] #44 0.657 ++ go env GOARCH [2020-09-09T17:26:21.942Z] #44 0.661 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:21.942Z] #44 0.661 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:21.942Z] #44 0.662 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:21.942Z] #44 0.663 + dir=/tmp/install [2020-09-09T17:26:21.942Z] #44 0.663 + bin=gotestsum [2020-09-09T17:26:21.942Z] #44 0.663 + shift [2020-09-09T17:26:21.942Z] #44 0.664 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-09T17:26:21.942Z] #44 0.664 + . /tmp/install/gotestsum.installer [2020-09-09T17:26:21.942Z] #44 0.664 ++ : v0.3.5 [2020-09-09T17:26:21.942Z] #44 0.664 + install_gotestsum [2020-09-09T17:26:21.942Z] #44 0.669 + set -e [2020-09-09T17:26:21.942Z] #44 0.669 + export GO111MODULE=on [2020-09-09T17:26:21.942Z] #44 0.669 + GO111MODULE=on [2020-09-09T17:26:21.942Z] #44 0.669 + GOBIN=/build [2020-09-09T17:26:21.942Z] #44 0.669 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-09T17:26:21.942Z] #44 0.687 go: finding gotest.tools v0.3.5 [2020-09-09T17:26:21.942Z] #44 0.688 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-09T17:26:21.942Z] #44 1.421 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-09T17:26:21.942Z] #44 2.392 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-09T17:26:21.942Z] #44 3.683 go: downloading gotest.tools v2.1.0+incompatible [2020-09-09T17:26:21.942Z] #44 3.849 go: extracting gotest.tools v2.1.0+incompatible [2020-09-09T17:26:21.942Z] #44 4.013 go: downloading github.com/pkg/errors v0.8.0 [2020-09-09T17:26:21.942Z] #44 4.025 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:26:21.942Z] #44 4.029 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-09T17:26:21.942Z] #44 4.142 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:26:21.942Z] #44 4.261 go: extracting github.com/pkg/errors v0.8.0 [2020-09-09T17:26:21.942Z] #44 4.286 go: downloading github.com/fatih/color v1.6.0 [2020-09-09T17:26:21.942Z] #44 4.389 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:26:21.942Z] #44 4.705 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-09T17:26:21.942Z] #44 4.778 go: extracting github.com/fatih/color v1.6.0 [2020-09-09T17:26:21.942Z] #44 4.846 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:26:21.942Z] #44 4.933 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:26:21.942Z] #44 5.002 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:26:21.943Z] #44 5.005 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:26:21.943Z] #44 5.033 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:26:21.943Z] #44 5.077 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:26:21.943Z] #44 5.120 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:26:21.943Z] #44 5.121 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:26:21.943Z] #44 5.128 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:26:21.943Z] #44 5.187 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:26:22.113Z] #17 16.42 Selecting previously unselected package python3. [2020-09-09T17:26:22.113Z] #17 16.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-09-09T17:26:22.113Z] #17 16.47 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-09-09T17:26:22.113Z] #17 16.47 Unpacking python3 (3.7.3-1) ... [2020-09-09T17:26:22.113Z] #17 16.53 Selecting previously unselected package libip4tc0:s390x. [2020-09-09T17:26:22.404Z] #17 16.53 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-09-09T17:26:22.404Z] #17 16.54 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-09-09T17:26:22.404Z] #17 16.58 Selecting previously unselected package libip6tc0:s390x. [2020-09-09T17:26:22.404Z] #17 16.58 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-09-09T17:26:22.404Z] #17 16.59 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-09-09T17:26:22.404Z] #17 16.63 Selecting previously unselected package libiptc0:s390x. [2020-09-09T17:26:22.404Z] #17 16.63 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-09-09T17:26:22.404Z] #17 16.63 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-09-09T17:26:22.404Z] #17 16.68 Selecting previously unselected package libnfnetlink0:s390x. [2020-09-09T17:26:22.404Z] #17 16.68 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-09-09T17:26:22.404Z] #17 16.68 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-09-09T17:26:22.404Z] #17 16.72 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-09-09T17:26:22.404Z] #17 16.72 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-09-09T17:26:22.404Z] #17 16.72 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-09-09T17:26:22.404Z] #17 16.76 Selecting previously unselected package libnftnl11:s390x. [2020-09-09T17:26:22.404Z] #17 16.76 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-09-09T17:26:22.404Z] #17 16.76 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-09-09T17:26:22.404Z] #17 16.83 Selecting previously unselected package iptables. [2020-09-09T17:26:22.695Z] #17 16.83 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-09-09T17:26:22.695Z] #17 16.83 Unpacking iptables (1.8.2-4) ... [2020-09-09T17:26:22.695Z] #17 17.05 Selecting previously unselected package xxd. [2020-09-09T17:26:22.695Z] #17 17.05 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-09-09T17:26:22.695Z] #17 17.05 Unpacking xxd (2:8.1.0875-5) ... [2020-09-09T17:26:22.695Z] #17 17.10 Selecting previously unselected package vim-common. [2020-09-09T17:26:22.695Z] #17 17.11 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:26:22.695Z] #17 17.12 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-09T17:26:22.695Z] #17 17.19 Selecting previously unselected package bash-completion. [2020-09-09T17:26:22.695Z] #17 17.19 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-09T17:26:24.052Z] #44 7.533 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:26:24.202Z] #17 18.47 Unpacking bash-completion (1:2.8-6) ... [2020-09-09T17:26:24.494Z] #17 18.79 Selecting previously unselected package bzip2. [2020-09-09T17:26:24.494Z] #17 18.80 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-09-09T17:26:24.494Z] #17 18.80 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-09T17:26:24.494Z] #17 18.86 Selecting previously unselected package xz-utils. [2020-09-09T17:26:24.494Z] #17 18.86 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-09-09T17:26:24.494Z] #17 18.86 Unpacking xz-utils (5.2.4-1) ... [2020-09-09T17:26:24.653Z] Client: Docker Engine - Community [2020-09-09T17:26:24.653Z] Version: 19.03.12 [2020-09-09T17:26:24.653Z] API version: 1.40 [2020-09-09T17:26:24.653Z] Go version: go1.13.10 [2020-09-09T17:26:24.653Z] Git commit: 48a66213fe [2020-09-09T17:26:24.653Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-09T17:26:24.653Z] OS/Arch: linux/amd64 [2020-09-09T17:26:24.653Z] Experimental: false [2020-09-09T17:26:24.653Z] [2020-09-09T17:26:24.653Z] Server: Docker Engine - Community [2020-09-09T17:26:24.653Z] Engine: [2020-09-09T17:26:24.653Z] Version: 19.03.12 [2020-09-09T17:26:24.653Z] API version: 1.40 (minimum version 1.12) [2020-09-09T17:26:24.653Z] Go version: go1.13.10 [2020-09-09T17:26:24.653Z] Git commit: 48a66213fe [2020-09-09T17:26:24.653Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-09T17:26:24.653Z] OS/Arch: linux/amd64 [2020-09-09T17:26:24.653Z] Experimental: true [2020-09-09T17:26:24.653Z] containerd: [2020-09-09T17:26:24.653Z] Version: 1.2.13 [2020-09-09T17:26:24.653Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:26:24.653Z] runc: [2020-09-09T17:26:24.653Z] Version: 1.0.0-rc10 [2020-09-09T17:26:24.653Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:26:24.653Z] docker-init: [2020-09-09T17:26:24.653Z] Version: 0.18.0 [2020-09-09T17:26:24.654Z] GitCommit: fec3683 [Pipeline] sh [2020-09-09T17:26:24.885Z] #17 18.96 Selecting previously unselected package apparmor. [2020-09-09T17:26:24.885Z] #17 18.96 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-09-09T17:26:24.885Z] #17 19.00 Unpacking apparmor (2.13.2-10) ... [2020-09-09T17:26:24.885Z] #17 19.18 Selecting previously unselected package aufs-tools. [2020-09-09T17:26:24.885Z] #17 19.18 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-09-09T17:26:24.885Z] #17 19.18 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-09T17:26:24.993Z] + docker info [2020-09-09T17:26:25.137Z] #44 8.550 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:26:25.175Z] #17 19.29 Selecting previously unselected package libonig5:s390x. [2020-09-09T17:26:25.176Z] #17 19.29 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-09-09T17:26:25.176Z] #17 19.29 Unpacking libonig5:s390x (6.9.1-1) ... [2020-09-09T17:26:25.176Z] #17 19.41 Selecting previously unselected package libjq1:s390x. [2020-09-09T17:26:25.176Z] #17 19.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-09-09T17:26:25.176Z] #17 19.42 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-09T17:26:25.176Z] #17 19.49 Selecting previously unselected package jq. [2020-09-09T17:26:25.176Z] #17 19.49 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-09-09T17:26:25.176Z] #17 19.49 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-09T17:26:25.176Z] #17 19.54 Selecting previously unselected package libaio1:s390x. [2020-09-09T17:26:25.176Z] #17 19.55 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-09-09T17:26:25.176Z] #17 19.55 Unpacking libaio1:s390x (0.3.112-3) ... [2020-09-09T17:26:25.176Z] #17 19.57 Selecting previously unselected package libgpm2:s390x. [2020-09-09T17:26:25.176Z] #17 19.57 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-09-09T17:26:25.176Z] #17 19.58 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-09-09T17:26:25.176Z] #17 19.61 Selecting previously unselected package libicu63:s390x. [2020-09-09T17:26:25.176Z] #17 19.61 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-09-09T17:26:25.176Z] #17 19.62 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-09-09T17:26:25.437Z] #44 8.685 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:26:27.003Z] #44 ... [2020-09-09T17:26:27.003Z] [2020-09-09T17:26:27.003Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:26:27.003Z] #48 0.822 + RM_GOPATH=0 [2020-09-09T17:26:27.003Z] #48 0.822 + TMP_GOPATH= [2020-09-09T17:26:27.003Z] #48 0.822 + : /build [2020-09-09T17:26:27.003Z] #48 0.823 + '[' -z '' ']' [2020-09-09T17:26:27.003Z] #48 0.824 ++ mktemp -d [2020-09-09T17:26:27.003Z] #48 0.862 + export GOPATH=/tmp/tmp.vbEFm2mVVT [2020-09-09T17:26:27.003Z] #48 0.862 + GOPATH=/tmp/tmp.vbEFm2mVVT [2020-09-09T17:26:27.003Z] #48 0.862 + RM_GOPATH=1 [2020-09-09T17:26:27.003Z] #48 0.863 + case "$(go env GOARCH)" in [2020-09-09T17:26:27.003Z] #48 0.865 ++ go env GOARCH [2020-09-09T17:26:27.003Z] #48 0.919 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.003Z] #48 0.920 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.003Z] #48 0.922 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:27.003Z] #48 0.926 + dir=/tmp/install [2020-09-09T17:26:27.003Z] #48 0.927 + bin=shfmt [2020-09-09T17:26:27.003Z] #48 0.927 + shift [2020-09-09T17:26:27.003Z] #48 0.933 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-09T17:26:27.003Z] #48 0.938 + . /tmp/install/shfmt.installer [2020-09-09T17:26:27.003Z] #48 0.939 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:26:27.003Z] #48 0.941 + install_shfmt [2020-09-09T17:26:27.003Z] #48 0.942 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-09T17:26:27.003Z] #48 0.942 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:26:27.003Z] #48 0.943 + git clone https://github.com/mvdan/sh.git /tmp/tmp.vbEFm2mVVT/src/github.com/mvdan/sh [2020-09-09T17:26:27.003Z] #48 0.974 Cloning into '/tmp/tmp.vbEFm2mVVT/src/github.com/mvdan/sh'... [2020-09-09T17:26:27.003Z] #48 10.16 + cd /tmp/tmp.vbEFm2mVVT/src/github.com/mvdan/sh [2020-09-09T17:26:27.003Z] #48 10.16 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:26:27.003Z] #48 10.25 + GO111MODULE=on [2020-09-09T17:26:27.003Z] #48 ... [2020-09-09T17:26:27.003Z] [2020-09-09T17:26:27.003Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:26:27.003Z] #33 1.180 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:26:27.003Z] #33 1.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:26:27.003Z] #33 1.294 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:26:27.003Z] #33 2.818 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-09T17:26:27.003Z] #33 4.894 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-09T17:26:27.003Z] #33 7.019 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-09T17:26:27.003Z] #33 ... [2020-09-09T17:26:27.003Z] [2020-09-09T17:26:27.003Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:26:27.003Z] #29 0.711 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-09T17:26:27.003Z] #29 0.717 Cloning into '.'... [2020-09-09T17:26:27.003Z] #29 ... [2020-09-09T17:26:27.003Z] [2020-09-09T17:26:27.003Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:26:27.003Z] #61 0.581 + RM_GOPATH=0 [2020-09-09T17:26:27.003Z] #61 0.581 + TMP_GOPATH= [2020-09-09T17:26:27.003Z] #61 0.581 + : /build [2020-09-09T17:26:27.003Z] #61 0.582 + '[' -z '' ']' [2020-09-09T17:26:27.003Z] #61 0.582 ++ mktemp -d [2020-09-09T17:26:27.003Z] #61 0.583 + export GOPATH=/tmp/tmp.amNPPfeVGx [2020-09-09T17:26:27.003Z] #61 0.583 + GOPATH=/tmp/tmp.amNPPfeVGx [2020-09-09T17:26:27.003Z] #61 0.583 + RM_GOPATH=1 [2020-09-09T17:26:27.003Z] #61 0.583 + case "$(go env GOARCH)" in [2020-09-09T17:26:27.003Z] #61 0.584 ++ go env GOARCH [2020-09-09T17:26:27.003Z] #61 0.590 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.003Z] #61 0.590 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.003Z] #61 0.591 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:27.003Z] #61 0.592 + dir=/tmp/install [2020-09-09T17:26:27.003Z] #61 0.592 + bin=proxy [2020-09-09T17:26:27.003Z] #61 0.592 + shift [2020-09-09T17:26:27.003Z] #61 0.592 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-09T17:26:27.003Z] #61 0.592 + . /tmp/install/proxy.installer [2020-09-09T17:26:27.003Z] #61 0.592 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:26:27.003Z] #61 0.593 + install_proxy [2020-09-09T17:26:27.003Z] #61 0.593 + case "$1" in [2020-09-09T17:26:27.003Z] #61 0.593 + export CGO_ENABLED=0 [2020-09-09T17:26:27.003Z] #61 0.593 + CGO_ENABLED=0 [2020-09-09T17:26:27.003Z] #61 0.593 + _install_proxy [2020-09-09T17:26:27.003Z] #61 0.593 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-09T17:26:27.003Z] #61 0.593 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.amNPPfeVGx/src/github.com/docker/libnetwork [2020-09-09T17:26:27.003Z] #61 0.593 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:26:27.003Z] #61 0.595 Cloning into '/tmp/tmp.amNPPfeVGx/src/github.com/docker/libnetwork'... [2020-09-09T17:26:27.244Z] #17 21.64 Selecting previously unselected package libnet1:s390x. [2020-09-09T17:26:27.244Z] #17 21.64 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-09T17:26:27.244Z] #17 21.64 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-09T17:26:27.244Z] #17 21.68 Selecting previously unselected package libnl-3-200:s390x. [2020-09-09T17:26:27.244Z] #17 21.68 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-09-09T17:26:27.244Z] #17 21.69 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-09-09T17:26:27.244Z] #17 21.72 Selecting previously unselected package libprotobuf-c1:s390x. [2020-09-09T17:26:27.302Z] #61 ... [2020-09-09T17:26:27.302Z] [2020-09-09T17:26:27.302Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:26:27.302Z] #39 0.753 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:26:27.302Z] #39 0.892 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:26:27.302Z] #39 1.017 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:26:27.302Z] #39 2.467 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-09T17:26:27.302Z] #39 4.624 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-09T17:26:27.302Z] #39 6.639 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-09T17:26:27.302Z] #39 ... [2020-09-09T17:26:27.302Z] [2020-09-09T17:26:27.302Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:26:27.302Z] #11 1.097 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:26:27.302Z] #11 1.208 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:26:27.302Z] #11 1.217 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:26:27.302Z] #11 2.583 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-09T17:26:27.302Z] #11 4.835 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-09T17:26:27.302Z] #11 6.750 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-09T17:26:27.535Z] #17 21.72 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-09-09T17:26:27.535Z] #17 21.73 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-09T17:26:27.535Z] #17 21.75 Selecting previously unselected package libreadline5:s390x. [2020-09-09T17:26:27.535Z] #17 21.76 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-09-09T17:26:27.536Z] #17 21.76 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-09-09T17:26:27.536Z] #17 21.81 Selecting previously unselected package net-tools. [2020-09-09T17:26:27.536Z] #17 21.81 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-09-09T17:26:27.536Z] #17 21.81 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-09T17:26:27.536Z] #17 21.95 Selecting previously unselected package python-pip-whl. [2020-09-09T17:26:27.536Z] #17 21.95 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-09T17:26:27.536Z] #17 21.95 Unpacking python-pip-whl (18.1-5) ... [2020-09-09T17:26:27.603Z] #11 ... [2020-09-09T17:26:27.603Z] [2020-09-09T17:26:27.603Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:26:27.603Z] #52 1.126 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:26:27.603Z] #52 1.246 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:26:27.603Z] #52 1.248 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:26:27.603Z] #52 2.700 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-09T17:26:27.603Z] #52 5.134 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-09T17:26:27.603Z] #52 6.740 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-09T17:26:27.603Z] #52 ... [2020-09-09T17:26:27.603Z] [2020-09-09T17:26:27.603Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:27.603Z] #22 0.769 + RM_GOPATH=0 [2020-09-09T17:26:27.603Z] #22 0.769 + TMP_GOPATH= [2020-09-09T17:26:27.603Z] #22 0.769 + : /build [2020-09-09T17:26:27.603Z] #22 0.769 + '[' -z '' ']' [2020-09-09T17:26:27.603Z] #22 0.770 ++ mktemp -d [2020-09-09T17:26:27.603Z] #22 0.771 + export GOPATH=/tmp/tmp.F8ml5O5cly [2020-09-09T17:26:27.603Z] #22 0.771 + GOPATH=/tmp/tmp.F8ml5O5cly [2020-09-09T17:26:27.603Z] #22 0.771 + RM_GOPATH=1 [2020-09-09T17:26:27.603Z] #22 0.771 + case "$(go env GOARCH)" in [2020-09-09T17:26:27.603Z] #22 0.772 ++ go env GOARCH [2020-09-09T17:26:27.603Z] #22 0.823 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.603Z] #22 0.823 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.603Z] #22 0.825 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:27.603Z] #22 0.827 + dir=/tmp/install [2020-09-09T17:26:27.603Z] #22 0.827 + bin=dockercli [2020-09-09T17:26:27.603Z] #22 0.827 + shift [2020-09-09T17:26:27.604Z] #22 0.827 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-09T17:26:27.604Z] #22 0.827 + . /tmp/install/dockercli.installer [2020-09-09T17:26:27.604Z] #22 0.827 ++ : stable [2020-09-09T17:26:27.604Z] #22 0.828 ++ : 17.06.2-ce [2020-09-09T17:26:27.604Z] #22 0.829 Install docker/cli version 17.06.2-ce from stable [2020-09-09T17:26:27.604Z] #22 0.829 + install_dockercli [2020-09-09T17:26:27.604Z] #22 0.829 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-09T17:26:27.604Z] #22 0.833 ++ uname -m [2020-09-09T17:26:27.604Z] #22 0.866 + arch=ppc64le [2020-09-09T17:26:27.604Z] #22 0.866 + '[' ppc64le '!=' x86_64 ']' [2020-09-09T17:26:27.604Z] #22 0.867 + '[' ppc64le '!=' s390x ']' [2020-09-09T17:26:27.604Z] #22 0.869 + '[' ppc64le '!=' armhf ']' [2020-09-09T17:26:27.604Z] #22 0.870 + build_dockercli [2020-09-09T17:26:27.604Z] #22 0.871 + git clone https://github.com/docker/docker-ce /tmp/tmp.F8ml5O5cly/tmp/docker-ce [2020-09-09T17:26:27.604Z] #22 0.876 Cloning into '/tmp/tmp.F8ml5O5cly/tmp/docker-ce'... [2020-09-09T17:26:27.903Z] #22 ... [2020-09-09T17:26:27.903Z] [2020-09-09T17:26:27.903Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:27.903Z] #42 0.467 + RM_GOPATH=0 [2020-09-09T17:26:27.903Z] #42 0.467 + TMP_GOPATH= [2020-09-09T17:26:27.903Z] #42 0.468 + : /build [2020-09-09T17:26:27.903Z] #42 0.468 + '[' -z '' ']' [2020-09-09T17:26:27.903Z] #42 0.469 ++ mktemp -d [2020-09-09T17:26:27.903Z] #42 0.471 + export GOPATH=/tmp/tmp.dPPQ4oTWsK [2020-09-09T17:26:27.903Z] #42 0.471 + GOPATH=/tmp/tmp.dPPQ4oTWsK [2020-09-09T17:26:27.903Z] #42 0.471 + RM_GOPATH=1 [2020-09-09T17:26:27.903Z] #42 0.471 + case "$(go env GOARCH)" in [2020-09-09T17:26:27.903Z] #42 0.472 ++ go env GOARCH [2020-09-09T17:26:27.903Z] #42 0.479 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.903Z] #42 0.479 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.903Z] #42 0.479 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:27.903Z] #42 0.481 + dir=/tmp/install [2020-09-09T17:26:27.903Z] #42 0.481 + bin=vndr [2020-09-09T17:26:27.903Z] #42 0.481 + shift [2020-09-09T17:26:27.903Z] #42 0.481 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-09T17:26:27.903Z] #42 0.481 + . /tmp/install/vndr.installer [2020-09-09T17:26:27.903Z] #42 0.481 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:26:27.903Z] #42 0.482 + install_vndr [2020-09-09T17:26:27.903Z] #42 0.482 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:26:27.903Z] #42 0.482 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-09T17:26:27.903Z] #42 0.482 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.dPPQ4oTWsK/src/github.com/LK4D4/vndr [2020-09-09T17:26:27.903Z] #42 0.484 Cloning into '/tmp/tmp.dPPQ4oTWsK/src/github.com/LK4D4/vndr'... [2020-09-09T17:26:27.903Z] #42 1.090 + cd /tmp/tmp.dPPQ4oTWsK/src/github.com/LK4D4/vndr [2020-09-09T17:26:27.903Z] #42 1.090 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:26:27.903Z] #42 1.107 + go build -buildmode=pie -v -o /build/vndr . [2020-09-09T17:26:27.903Z] #42 2.194 runtime/internal/sys [2020-09-09T17:26:27.903Z] #42 2.236 internal/race [2020-09-09T17:26:27.903Z] #42 2.252 internal/cpu [2020-09-09T17:26:27.903Z] #42 2.315 runtime/internal/atomic [2020-09-09T17:26:27.903Z] #42 2.475 sync/atomic [2020-09-09T17:26:27.903Z] #42 2.816 unicode [2020-09-09T17:26:27.903Z] #42 3.059 runtime/internal/math [2020-09-09T17:26:27.903Z] #42 3.235 unicode/utf8 [2020-09-09T17:26:27.903Z] #42 3.535 math/bits [2020-09-09T17:26:27.903Z] #42 3.840 internal/bytealg [2020-09-09T17:26:27.903Z] #42 5.011 internal/testlog [2020-09-09T17:26:27.903Z] #42 5.292 math [2020-09-09T17:26:27.903Z] #42 6.014 encoding [2020-09-09T17:26:27.903Z] #42 6.270 runtime [2020-09-09T17:26:27.903Z] #42 6.448 unicode/utf16 [2020-09-09T17:26:27.903Z] #42 7.034 container/list [2020-09-09T17:26:27.903Z] #42 9.855 crypto/internal/subtle [2020-09-09T17:26:27.903Z] #42 10.29 crypto/subtle [2020-09-09T17:26:27.903Z] #42 10.59 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-09T17:26:27.903Z] #42 10.81 internal/nettrace [2020-09-09T17:26:27.903Z] #42 11.25 runtime/cgo [2020-09-09T17:26:27.903Z] #42 ... [2020-09-09T17:26:27.903Z] [2020-09-09T17:26:27.903Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:27.903Z] #55 0.846 + RM_GOPATH=0 [2020-09-09T17:26:27.903Z] #55 0.846 + TMP_GOPATH= [2020-09-09T17:26:27.903Z] #55 0.856 + : /build [2020-09-09T17:26:27.903Z] #55 0.856 + '[' -z '' ']' [2020-09-09T17:26:27.903Z] #55 0.858 ++ mktemp -d [2020-09-09T17:26:27.903Z] #55 0.860 + export GOPATH=/tmp/tmp.ZSJGJn35db [2020-09-09T17:26:27.903Z] #55 0.866 + GOPATH=/tmp/tmp.ZSJGJn35db [2020-09-09T17:26:27.903Z] #55 0.867 + RM_GOPATH=1 [2020-09-09T17:26:27.903Z] #55 0.868 + case "$(go env GOARCH)" in [2020-09-09T17:26:27.903Z] #55 0.869 ++ go env GOARCH [2020-09-09T17:26:27.903Z] #55 0.928 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.903Z] #55 0.928 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:27.903Z] #55 0.929 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:27.903Z] #55 0.931 + dir=/tmp/install [2020-09-09T17:26:27.903Z] #55 0.931 + bin=rootlesskit [2020-09-09T17:26:27.903Z] #55 0.931 + shift [2020-09-09T17:26:27.903Z] #55 0.932 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-09T17:26:27.903Z] #55 0.932 + . /tmp/install/rootlesskit.installer [2020-09-09T17:26:27.903Z] #55 0.932 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:26:27.903Z] #55 0.941 + install_rootlesskit [2020-09-09T17:26:27.903Z] #55 0.942 + case "$1" in [2020-09-09T17:26:27.903Z] #55 0.943 + export CGO_ENABLED=0 [2020-09-09T17:26:27.903Z] #55 0.943 + CGO_ENABLED=0 [2020-09-09T17:26:27.903Z] #55 0.943 + _install_rootlesskit [2020-09-09T17:26:27.903Z] #55 0.944 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-09T17:26:27.903Z] #55 0.944 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:26:27.903Z] #55 0.945 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ZSJGJn35db/src/github.com/rootless-containers/rootlesskit [2020-09-09T17:26:27.903Z] #55 0.986 Cloning into '/tmp/tmp.ZSJGJn35db/src/github.com/rootless-containers/rootlesskit'... [2020-09-09T17:26:27.903Z] #55 6.298 + cd /tmp/tmp.ZSJGJn35db/src/github.com/rootless-containers/rootlesskit [2020-09-09T17:26:27.903Z] #55 6.301 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:26:27.903Z] #55 6.940 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-09T17:26:27.903Z] #55 6.948 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-09T17:26:28.171Z] #17 22.35 Selecting previously unselected package python3-lib2to3. [2020-09-09T17:26:28.171Z] #17 22.35 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-09T17:26:28.171Z] #17 22.35 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-09T17:26:28.171Z] #17 22.41 Selecting previously unselected package python3-distutils. [2020-09-09T17:26:28.171Z] #17 22.41 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-09T17:26:28.171Z] #17 22.42 Unpacking python3-distutils (3.7.3-1) ... [2020-09-09T17:26:28.171Z] #17 22.54 Selecting previously unselected package python3-pip. [2020-09-09T17:26:28.171Z] #17 22.54 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-09T17:26:28.171Z] #17 22.55 Unpacking python3-pip (18.1-5) ... [2020-09-09T17:26:28.203Z] #55 ... [2020-09-09T17:26:28.203Z] [2020-09-09T17:26:28.203Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:26:28.203Z] #24 1.077 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:26:28.203Z] #24 1.203 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:26:28.203Z] #24 1.203 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:26:28.203Z] #24 2.515 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-09T17:26:28.203Z] #24 4.964 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-09T17:26:28.203Z] #24 7.008 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-09T17:26:28.203Z] #24 ... [2020-09-09T17:26:28.203Z] [2020-09-09T17:26:28.203Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:28.203Z] #46 0.864 + RM_GOPATH=0 [2020-09-09T17:26:28.203Z] #46 0.864 + TMP_GOPATH= [2020-09-09T17:26:28.203Z] #46 0.876 + : /build [2020-09-09T17:26:28.203Z] #46 0.880 + '[' -z '' ']' [2020-09-09T17:26:28.203Z] #46 0.882 ++ mktemp -d [2020-09-09T17:26:28.203Z] #46 0.888 + export GOPATH=/tmp/tmp.AFnEsFgFTU [2020-09-09T17:26:28.203Z] #46 0.888 + GOPATH=/tmp/tmp.AFnEsFgFTU [2020-09-09T17:26:28.203Z] #46 0.888 + RM_GOPATH=1 [2020-09-09T17:26:28.203Z] #46 0.889 + case "$(go env GOARCH)" in [2020-09-09T17:26:28.203Z] #46 0.890 ++ go env GOARCH [2020-09-09T17:26:28.203Z] #46 0.957 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:28.203Z] #46 0.958 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:28.203Z] #46 0.959 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:28.203Z] #46 0.962 + dir=/tmp/install [2020-09-09T17:26:28.203Z] #46 0.963 + bin=golangci_lint [2020-09-09T17:26:28.203Z] #46 0.963 + shift [2020-09-09T17:26:28.203Z] #46 0.964 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-09T17:26:28.203Z] #46 0.965 + . /tmp/install/golangci_lint.installer [2020-09-09T17:26:28.203Z] #46 0.966 ++ : v1.23.8 [2020-09-09T17:26:28.203Z] #46 0.967 + install_golangci_lint [2020-09-09T17:26:28.203Z] #46 0.968 + echo 'Installing golangci-lint version v1.23.8' [2020-09-09T17:26:28.203Z] #46 0.969 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-09T17:26:28.203Z] #46 0.969 Installing golangci-lint version v1.23.8 [2020-09-09T17:26:28.463Z] #17 22.63 Selecting previously unselected package python3-pkg-resources. [2020-09-09T17:26:28.463Z] #17 22.63 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-09T17:26:28.463Z] #17 22.63 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-09T17:26:28.463Z] #17 22.69 Selecting previously unselected package python3-setuptools. [2020-09-09T17:26:28.463Z] #17 22.69 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-09T17:26:28.463Z] #17 22.69 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-09T17:26:28.463Z] #17 22.80 Selecting previously unselected package python3-wheel. [2020-09-09T17:26:28.463Z] #17 22.80 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-09T17:26:28.463Z] #17 22.80 Unpacking python3-wheel (0.32.3-2) ... [2020-09-09T17:26:28.463Z] #17 22.84 Selecting previously unselected package sudo. [2020-09-09T17:26:28.463Z] #17 22.84 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-09-09T17:26:28.463Z] #17 22.84 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-09T17:26:28.504Z] #46 ... [2020-09-09T17:26:28.504Z] [2020-09-09T17:26:28.504Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:26:28.504Z] #31 0.818 + RM_GOPATH=0 [2020-09-09T17:26:28.504Z] #31 0.818 + TMP_GOPATH= [2020-09-09T17:26:28.504Z] #31 0.818 + : /build [2020-09-09T17:26:28.504Z] #31 0.818 + '[' -z '' ']' [2020-09-09T17:26:28.504Z] #31 0.830 ++ mktemp -d [2020-09-09T17:26:28.504Z] #31 0.834 + export GOPATH=/tmp/tmp.WGUcvrmzvi [2020-09-09T17:26:28.504Z] #31 0.837 + GOPATH=/tmp/tmp.WGUcvrmzvi [2020-09-09T17:26:28.504Z] #31 0.837 + RM_GOPATH=1 [2020-09-09T17:26:28.504Z] #31 0.837 + case "$(go env GOARCH)" in [2020-09-09T17:26:28.504Z] #31 0.838 ++ go env GOARCH [2020-09-09T17:26:28.504Z] #31 0.863 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:28.504Z] #31 0.863 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:26:28.504Z] #31 0.868 ++ dirname /tmp/install/install.sh [2020-09-09T17:26:28.504Z] #31 0.879 + dir=/tmp/install [2020-09-09T17:26:28.504Z] #31 0.880 + bin=tomlv [2020-09-09T17:26:28.504Z] #31 0.881 + shift [2020-09-09T17:26:28.504Z] #31 0.882 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-09T17:26:28.504Z] #31 0.883 + . /tmp/install/tomlv.installer [2020-09-09T17:26:28.504Z] #31 0.884 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:26:28.504Z] #31 0.885 + install_tomlv [2020-09-09T17:26:28.504Z] #31 0.886 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-09T17:26:28.504Z] #31 0.886 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:26:28.504Z] #31 0.887 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.WGUcvrmzvi/src/github.com/BurntSushi/toml [2020-09-09T17:26:28.504Z] #31 0.932 Cloning into '/tmp/tmp.WGUcvrmzvi/src/github.com/BurntSushi/toml'... [2020-09-09T17:26:28.504Z] #31 2.223 + cd /tmp/tmp.WGUcvrmzvi/src/github.com/BurntSushi/toml [2020-09-09T17:26:28.504Z] #31 2.238 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:26:28.504Z] #31 2.267 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-09T17:26:28.504Z] #31 3.038 internal/cpu [2020-09-09T17:26:28.504Z] #31 3.175 runtime/internal/math [2020-09-09T17:26:28.504Z] #31 3.203 math/bits [2020-09-09T17:26:28.504Z] #31 3.453 unicode/utf8 [2020-09-09T17:26:28.504Z] #31 3.542 unicode [2020-09-09T17:26:28.504Z] #31 4.237 internal/bytealg [2020-09-09T17:26:28.504Z] #31 4.520 math [2020-09-09T17:26:28.504Z] #31 5.699 internal/testlog [2020-09-09T17:26:28.504Z] #31 6.428 runtime [2020-09-09T17:26:28.504Z] #31 6.984 runtime/cgo [2020-09-09T17:26:28.504Z] #31 ... [2020-09-09T17:26:28.504Z] [2020-09-09T17:26:28.504Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:28.504Z] #44 11.86 go: finding github.com/fatih/color v1.6.0 [2020-09-09T17:26:28.504Z] #44 11.89 go: finding github.com/pkg/errors v0.8.0 [2020-09-09T17:26:28.504Z] #44 11.97 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:26:28.754Z] #17 23.13 Selecting previously unselected package thin-provisioning-tools. [2020-09-09T17:26:28.754Z] #17 23.13 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-09-09T17:26:28.754Z] #17 23.13 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-09T17:26:28.803Z] #44 12.05 go: finding github.com/spf13/pflag v1.0.1 [2020-09-09T17:26:28.803Z] #44 12.15 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:26:28.803Z] #44 12.35 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:26:29.046Z] #17 23.24 Selecting previously unselected package uidmap. [2020-09-09T17:26:29.046Z] #17 23.24 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-09-09T17:26:29.046Z] #17 23.24 Unpacking uidmap (1:4.5-1.1) ... [2020-09-09T17:26:29.046Z] #17 23.32 Selecting previously unselected package vim-runtime. [2020-09-09T17:26:29.046Z] #17 23.32 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:26:29.046Z] #17 23.34 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-09T17:26:29.046Z] #17 23.35 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-09T17:26:29.046Z] #17 23.36 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-09T17:26:29.105Z] #44 12.51 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:26:29.105Z] #44 12.63 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:26:29.405Z] #44 12.74 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:26:29.405Z] #44 12.89 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:26:29.706Z] #44 13.00 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:26:30.555Z] #17 ... [2020-09-09T17:26:30.555Z] [2020-09-09T17:26:30.555Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:30.555Z] #39 58.14 CC criu/cr-errno.o [2020-09-09T17:26:30.555Z] #39 58.16 CC criu/cr-restore.o [2020-09-09T17:26:30.555Z] #39 60.17 CC criu/cr-service.o [2020-09-09T17:26:30.555Z] #39 61.02 CC criu/crtools.o [2020-09-09T17:26:30.555Z] #39 61.48 CC criu/eventfd.o [2020-09-09T17:26:30.555Z] #39 61.66 CC criu/eventpoll.o [2020-09-09T17:26:30.555Z] #39 62.20 CC criu/external.o [2020-09-09T17:26:30.555Z] #39 62.39 CC criu/fault-injection.o [2020-09-09T17:26:30.555Z] #39 62.47 CC criu/fdstore.o [2020-09-09T17:26:30.555Z] #39 62.75 CC criu/fifo.o [2020-09-09T17:26:30.555Z] #39 63.07 CC criu/file-ids.o [2020-09-09T17:26:30.555Z] #39 63.27 CC criu/file-lock.o [2020-09-09T17:26:30.555Z] #39 63.81 CC criu/files-ext.o [2020-09-09T17:26:30.555Z] #39 63.99 CC criu/files-reg.o [2020-09-09T17:26:30.555Z] #39 64.99 CC criu/files.o [2020-09-09T17:26:30.555Z] #39 65.91 CC criu/filesystems.o [2020-09-09T17:26:30.555Z] #39 66.24 CC criu/fsnotify.o [2020-09-09T17:26:30.555Z] #39 66.88 CC criu/image-desc.o [2020-09-09T17:26:30.555Z] #39 66.98 CC criu/image.o [2020-09-09T17:26:30.555Z] #39 67.49 CC criu/ipc_ns.o [2020-09-09T17:26:30.555Z] #39 68.14 CC criu/irmap.o [2020-09-09T17:26:30.846Z] #39 68.48 CC criu/kcmp-ids.o [2020-09-09T17:26:30.846Z] #39 ... [2020-09-09T17:26:30.846Z] [2020-09-09T17:26:30.846Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:26:30.846Z] #17 25.09 Selecting previously unselected package vim. [2020-09-09T17:26:30.846Z] #17 25.09 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-09-09T17:26:30.846Z] #17 25.10 Unpacking vim (2:8.1.0875-5) ... [2020-09-09T17:26:31.137Z] #17 25.32 Selecting previously unselected package xfsprogs. [2020-09-09T17:26:31.137Z] #17 25.32 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-09-09T17:26:31.137Z] #17 25.33 Unpacking xfsprogs (4.20.0-1) ... [2020-09-09T17:26:31.429Z] #17 25.68 Selecting previously unselected package zip. [2020-09-09T17:26:31.429Z] #17 25.68 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-09-09T17:26:31.429Z] #17 25.68 Unpacking zip (3.0-11+b1) ... [2020-09-09T17:26:31.429Z] #17 25.82 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-09T17:26:31.429Z] #17 25.83 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-09T17:26:31.429Z] #17 25.84 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-09-09T17:26:31.429Z] #17 25.84 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-09-09T17:26:31.429Z] #17 25.85 Setting up libgpm2:s390x (1.20.7-5) ... [2020-09-09T17:26:31.429Z] #17 25.86 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-09-09T17:26:31.720Z] #17 25.86 Setting up uidmap (1:4.5-1.1) ... [2020-09-09T17:26:31.720Z] #17 25.87 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-09-09T17:26:31.720Z] #17 25.88 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-09T17:26:31.720Z] #17 25.89 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-09T17:26:31.720Z] #17 25.90 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-09T17:26:31.720Z] #17 25.91 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-09-09T17:26:31.720Z] #17 25.92 Setting up xxd (2:8.1.0875-5) ... [2020-09-09T17:26:31.720Z] #17 25.93 Setting up zip (3.0-11+b1) ... [2020-09-09T17:26:31.720Z] #17 25.93 Setting up vim-common (2:8.1.0875-5) ... [2020-09-09T17:26:31.720Z] #17 25.95 Setting up bash-completion (1:2.8-6) ... [2020-09-09T17:26:32.558Z] ok github.com/docker/docker/cmd/dockerd 0.101s coverage: 30.8% of statements [2020-09-09T17:26:32.558Z] ok github.com/docker/docker/container 0.157s coverage: 34.7% of statements [2020-09-09T17:26:32.558Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-09T17:26:32.558Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-09T17:26:32.558Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-09T17:26:32.558Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-09T17:26:32.754Z] #17 27.21 Setting up libiptc0:s390x (1.8.2-4) ... [2020-09-09T17:26:32.754Z] #17 27.22 Setting up xz-utils (5.2.4-1) ... [2020-09-09T17:26:32.754Z] #17 27.23 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-09T17:26:32.754Z] #17 27.23 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-09T17:26:32.754Z] #17 27.28 invoke-rc.d: could not determine current runlevel [2020-09-09T17:26:32.754Z] #17 27.29 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-09T17:26:32.754Z] #17 27.29 Setting up pigz (2.4-1) ... [2020-09-09T17:26:32.754Z] #17 27.30 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-09-09T17:26:32.754Z] #17 27.30 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-09-09T17:26:32.754Z] #17 27.31 Setting up python-pip-whl (18.1-5) ... [2020-09-09T17:26:33.046Z] #17 27.32 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-09-09T17:26:33.046Z] #17 27.33 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-09T17:26:33.046Z] #17 27.49 Setting up libaio1:s390x (0.3.112-3) ... [2020-09-09T17:26:33.046Z] #17 27.50 Setting up libonig5:s390x (6.9.1-1) ... [2020-09-09T17:26:33.046Z] #17 27.51 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-09-09T17:26:33.046Z] #17 27.51 Setting up vim (2:8.1.0875-5) ... [2020-09-09T17:26:33.046Z] #17 27.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-09T17:26:33.046Z] #17 27.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-09T17:26:33.046Z] #17 27.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-09T17:26:33.046Z] #17 27.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-09T17:26:33.046Z] #17 27.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-09T17:26:33.046Z] #17 27.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-09T17:26:33.046Z] #17 27.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-09T17:26:33.046Z] #17 27.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-09T17:26:33.046Z] #17 27.56 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-09T17:26:33.046Z] #17 27.56 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-09T17:26:33.338Z] #17 27.58 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-09-09T17:26:33.338Z] #17 27.58 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-09T17:26:33.338Z] #17 27.59 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-09-09T17:26:33.338Z] #17 27.60 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-09T17:26:34.240Z] #44 ... [2020-09-09T17:26:34.240Z] [2020-09-09T17:26:34.240Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:26:34.240Z] #61 17.17 Checking out files: 84% (1749/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-09-09T17:26:34.240Z] #61 17.56 + cd /tmp/tmp.amNPPfeVGx/src/github.com/docker/libnetwork [2020-09-09T17:26:34.240Z] #61 17.56 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:26:34.483Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.044s coverage: 65.3% of statements [2020-09-09T17:26:35.309Z] #61 18.58 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-09T17:26:35.405Z] #17 29.37 Setting up iptables (1.8.2-4) ... [2020-09-09T17:26:35.405Z] #17 29.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-09T17:26:35.405Z] #17 29.38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-09T17:26:35.405Z] #17 29.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-09T17:26:35.405Z] #17 29.38 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-09T17:26:35.405Z] #17 29.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-09T17:26:35.405Z] #17 29.40 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-09T17:26:35.405Z] #17 29.40 Setting up python3 (3.7.3-1) ... [2020-09-09T17:26:35.405Z] #17 29.63 Setting up python3-wheel (0.32.3-2) ... [2020-09-09T17:26:35.697Z] #17 30.01 Setting up apparmor (2.13.2-10) ... [2020-09-09T17:26:36.732Z] #17 30.87 Setting up xfsprogs (4.20.0-1) ... [2020-09-09T17:26:36.732Z] #17 30.88 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-09T17:26:36.732Z] #17 31.09 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-09T17:26:36.855Z] #61 ... [2020-09-09T17:26:36.855Z] [2020-09-09T17:26:36.855Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:26:36.855Z] #48 10.26 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-09T17:26:36.855Z] #48 11.94 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:26:36.855Z] #48 11.94 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:26:36.855Z] #48 11.94 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:26:36.855Z] #48 12.24 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:26:36.855Z] #48 12.27 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:26:36.855Z] #48 13.54 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:26:36.855Z] #48 14.44 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:26:36.855Z] #48 16.11 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:26:36.855Z] #48 17.67 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:26:36.855Z] #48 17.68 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:26:36.855Z] #48 18.10 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:26:36.855Z] #48 18.28 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:26:36.855Z] #48 19.46 runtime/cgo [2020-09-09T17:26:36.855Z] #48 19.65 runtime [2020-09-09T17:26:37.155Z] #48 ... [2020-09-09T17:26:37.155Z] [2020-09-09T17:26:37.155Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:26:37.155Z] #37 16.11 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-09T17:26:37.155Z] #37 18.37 + 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-09-09T17:26:37.242Z] Client: [2020-09-09T17:26:37.242Z] Debug Mode: false [2020-09-09T17:26:37.242Z] [2020-09-09T17:26:37.242Z] Server: [2020-09-09T17:26:37.242Z] Containers: 0 [2020-09-09T17:26:37.242Z] Running: 0 [2020-09-09T17:26:37.242Z] Paused: 0 [2020-09-09T17:26:37.242Z] Stopped: 0 [2020-09-09T17:26:37.242Z] Images: 0 [2020-09-09T17:26:37.242Z] Server Version: 19.03.12 [2020-09-09T17:26:37.242Z] Storage Driver: overlay2 [2020-09-09T17:26:37.242Z] Backing Filesystem: extfs [2020-09-09T17:26:37.242Z] Supports d_type: true [2020-09-09T17:26:37.242Z] Native Overlay Diff: true [2020-09-09T17:26:37.242Z] Logging Driver: json-file [2020-09-09T17:26:37.242Z] Cgroup Driver: cgroupfs [2020-09-09T17:26:37.242Z] Plugins: [2020-09-09T17:26:37.242Z] Volume: local [2020-09-09T17:26:37.242Z] Network: bridge host ipvlan macvlan null overlay [2020-09-09T17:26:37.242Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-09T17:26:37.242Z] Swarm: inactive [2020-09-09T17:26:37.242Z] Runtimes: runc [2020-09-09T17:26:37.242Z] Default Runtime: runc [2020-09-09T17:26:37.242Z] Init Binary: docker-init [2020-09-09T17:26:37.242Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-09T17:26:37.242Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-09T17:26:37.242Z] init version: fec3683 [2020-09-09T17:26:37.242Z] Security Options: [2020-09-09T17:26:37.242Z] apparmor [2020-09-09T17:26:37.242Z] seccomp [2020-09-09T17:26:37.242Z] Profile: default [2020-09-09T17:26:37.242Z] Kernel Version: 5.3.0-1030-aws [2020-09-09T17:26:37.242Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-09T17:26:37.242Z] OSType: linux [2020-09-09T17:26:37.242Z] Architecture: x86_64 [2020-09-09T17:26:37.242Z] CPUs: 2 [2020-09-09T17:26:37.242Z] Total Memory: 7.487GiB [2020-09-09T17:26:37.242Z] Name: ip-10-100-113-114 [2020-09-09T17:26:37.242Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-09-09T17:26:37.242Z] Docker Root Dir: /var/lib/docker [2020-09-09T17:26:37.242Z] Debug Mode: false [2020-09-09T17:26:37.242Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:26:37.242Z] Labels: [2020-09-09T17:26:37.242Z] Experimental: true [2020-09-09T17:26:37.242Z] Insecure Registries: [2020-09-09T17:26:37.242Z] 127.0.0.0/8 [2020-09-09T17:26:37.242Z] Live Restore Enabled: true [2020-09-09T17:26:37.242Z] [2020-09-09T17:26:37.242Z] WARNING: No swap limit support [Pipeline] sh [2020-09-09T17:26:37.414Z] #17 31.66 Setting up python3-distutils (3.7.3-1) ... [2020-09-09T17:26:37.414Z] #17 31.95 Setting up python3-setuptools (40.8.0-1) ... [2020-09-09T17:26:37.530Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:26:37.530Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:26:37.530Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41411/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-09T17:26:37.530Z] + bash /home/ubuntu/workspace/moby_PR-41411/check-config.sh [2020-09-09T17:26:37.530Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-09T17:26:37.530Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-09-09T17:26:37.530Z] [2020-09-09T17:26:37.530Z] Generally Necessary: [2020-09-09T17:26:37.530Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-09T17:26:37.530Z] - apparmor: enabled and tools installed [2020-09-09T17:26:37.530Z] - CONFIG_NAMESPACES: enabled [2020-09-09T17:26:37.530Z] - CONFIG_NET_NS: enabled [2020-09-09T17:26:37.530Z] - CONFIG_PID_NS: enabled [2020-09-09T17:26:37.530Z] - CONFIG_IPC_NS: enabled [2020-09-09T17:26:37.530Z] - CONFIG_UTS_NS: enabled [2020-09-09T17:26:37.530Z] - CONFIG_CGROUPS: enabled [2020-09-09T17:26:37.530Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-09T17:26:37.530Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-09T17:26:37.530Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-09T17:26:37.530Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-09T17:26:37.530Z] - CONFIG_CPUSETS: enabled [2020-09-09T17:26:37.530Z] - CONFIG_MEMCG: enabled [2020-09-09T17:26:37.531Z] - CONFIG_KEYS: enabled [2020-09-09T17:26:37.531Z] - CONFIG_VETH: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-09T17:26:37.802Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-09T17:26:37.802Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-09T17:26:37.802Z] [2020-09-09T17:26:37.802Z] Optional Features: [2020-09-09T17:26:37.802Z] - CONFIG_USER_NS: enabled [2020-09-09T17:26:37.802Z] - CONFIG_SECCOMP: enabled [2020-09-09T17:26:37.802Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-09T17:26:37.802Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-09T17:26:37.802Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-09T17:26:37.802Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-09T17:26:37.802Z] - CONFIG_BLK_CGROUP: enabled [2020-09-09T17:26:37.802Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-09T17:26:37.802Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-09T17:26:37.802Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-09T17:26:37.802Z] - CONFIG_CGROUP_PERF: enabled [2020-09-09T17:26:37.802Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-09T17:26:37.802Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-09T17:26:37.802Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-09T17:26:37.802Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-09T17:26:37.802Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-09T17:26:37.802Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_IP_VS: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-09T17:26:37.802Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-09T17:26:37.802Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-09T17:26:37.802Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-09T17:26:37.802Z] - CONFIG_EXT4_FS: enabled [2020-09-09T17:26:37.802Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-09T17:26:37.802Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-09T17:26:38.047Z] #17 32.45 Setting up python3-pip (18.1-5) ... [2020-09-09T17:26:38.068Z] - Network Drivers: [2020-09-09T17:26:38.068Z] - "overlay": [2020-09-09T17:26:38.068Z] - CONFIG_VXLAN: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-09T17:26:38.068Z] Optional (for encrypted networks): [2020-09-09T17:26:38.068Z] - CONFIG_CRYPTO: enabled [2020-09-09T17:26:38.068Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-09T17:26:38.068Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-09T17:26:38.068Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-09T17:26:38.068Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-09T17:26:38.068Z] - CONFIG_XFRM: enabled [2020-09-09T17:26:38.068Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-09T17:26:38.068Z] - "ipvlan": [2020-09-09T17:26:38.068Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-09T17:26:38.068Z] - "macvlan": [2020-09-09T17:26:38.068Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_DUMMY: enabled (as module) [2020-09-09T17:26:38.068Z] - "ftp,tftp client in container": [2020-09-09T17:26:38.068Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-09T17:26:38.068Z] - Storage Drivers: [2020-09-09T17:26:38.068Z] - "aufs": [2020-09-09T17:26:38.068Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-09T17:26:38.068Z] - "btrfs": [2020-09-09T17:26:38.068Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-09T17:26:38.068Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-09T17:26:38.068Z] - "devicemapper": [2020-09-09T17:26:38.068Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-09T17:26:38.068Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-09T17:26:38.068Z] - "overlay": [2020-09-09T17:26:38.068Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-09T17:26:38.068Z] - "zfs": [2020-09-09T17:26:38.068Z] - /dev/zfs: present [2020-09-09T17:26:38.068Z] - zfs command: missing [2020-09-09T17:26:38.068Z] - zpool command: missing [2020-09-09T17:26:38.068Z] [2020-09-09T17:26:38.068Z] Limits: [2020-09-09T17:26:38.068Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-09T17:26:38.068Z] [2020-09-09T17:26:38.068Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-09T17:26:38.456Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde . [2020-09-09T17:26:38.456Z] #2 [internal] load .dockerignore [2020-09-09T17:26:38.679Z] #17 32.88 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:26:38.680Z] #17 32.91 Processing triggers for mime-support (3.62) ... [2020-09-09T17:26:38.680Z] #17 ... [2020-09-09T17:26:38.680Z] [2020-09-09T17:26:38.680Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:26:38.680Z] #36 113.8 + dpkg --print-architecture [2020-09-09T17:26:38.680Z] #36 113.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-09T17:26:38.716Z] #2 transferring context: 87B 0.1s done [2020-09-09T17:26:38.716Z] #2 DONE 0.1s [2020-09-09T17:26:38.716Z] [2020-09-09T17:26:38.716Z] #1 [internal] load build definition from Dockerfile [2020-09-09T17:26:38.716Z] #1 transferring dockerfile: 16.37kB done [2020-09-09T17:26:38.716Z] #1 DONE 0.1s [2020-09-09T17:26:38.716Z] [2020-09-09T17:26:38.717Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-09T17:26:38.717Z] ok github.com/docker/docker/daemon/cluster/convert 0.053s coverage: 35.9% of statements [2020-09-09T17:26:38.717Z] ok github.com/docker/docker/daemon/cluster 0.133s coverage: 0.5% of statements [2020-09-09T17:26:38.978Z] #36 ... [2020-09-09T17:26:38.979Z] [2020-09-09T17:26:38.979Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:26:38.979Z] #17 DONE 33.4s [2020-09-09T17:26:38.979Z] [2020-09-09T17:26:38.979Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-09T17:26:39.290Z] #3 DONE 0.5s [2020-09-09T17:26:39.290Z] [2020-09-09T17:26:39.290Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-09T17:26:39.290Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-09T17:26:39.290Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-09-09T17:26:39.290Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-09T17:26:39.290Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-09T17:26:39.290Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-09T17:26:39.290Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-09-09T17:26:39.290Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-09T17:26:39.866Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-09-09T17:26:40.133Z] #4 DONE 0.8s [2020-09-09T17:26:40.397Z] [2020-09-09T17:26:40.397Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-09T17:26:40.509Z] #18 1.158 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-09T17:26:40.509Z] #18 1.161 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-09T17:26:40.509Z] #18 1.164 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-09T17:26:40.509Z] #18 DONE 1.3s [2020-09-09T17:26:40.509Z] [2020-09-09T17:26:40.509Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:26:40.658Z] #6 DONE 0.2s [2020-09-09T17:26:40.658Z] [2020-09-09T17:26:40.658Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-09T17:26:40.658Z] #5 DONE 0.2s [2020-09-09T17:26:40.658Z] [2020-09-09T17:26:40.658Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:26:40.658Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-09T17:26:40.658Z] #7 DONE 0.0s [2020-09-09T17:26:40.658Z] [2020-09-09T17:26:40.658Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-09T17:26:40.658Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-09T17:26:40.658Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-09T17:26:40.658Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-09T17:26:40.658Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.2s [2020-09-09T17:26:40.801Z] #19 ... [2020-09-09T17:26:40.801Z] [2020-09-09T17:26:40.801Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:40.801Z] #39 68.68 CC criu/kerndat.o [2020-09-09T17:26:40.801Z] #39 69.23 CC criu/libnetlink.o [2020-09-09T17:26:40.801Z] #39 69.39 CC criu/log.o [2020-09-09T17:26:40.801Z] #39 69.67 CC criu/lsm.o [2020-09-09T17:26:40.801Z] #39 69.89 CC criu/mem.o [2020-09-09T17:26:40.801Z] #39 70.54 CC criu/memfd.o [2020-09-09T17:26:40.801Z] #39 70.93 CC criu/mount.o [2020-09-09T17:26:40.801Z] #39 72.88 CC criu/namespaces.o [2020-09-09T17:26:40.801Z] #39 74.03 CC criu/net.o [2020-09-09T17:26:40.801Z] #39 75.68 CC criu/netfilter.o [2020-09-09T17:26:40.801Z] #39 75.95 CC criu/page-pipe.o [2020-09-09T17:26:40.801Z] #39 76.29 CC criu/page-xfer.o [2020-09-09T17:26:40.801Z] #39 77.04 CC criu/pagemap-cache.o [2020-09-09T17:26:40.801Z] #39 77.23 CC criu/pagemap.o [2020-09-09T17:26:40.801Z] #39 77.79 CC criu/parasite-syscall.o [2020-09-09T17:26:40.801Z] #39 78.18 CC criu/path.o [2020-09-09T17:26:40.801Z] #39 78.34 CC criu/pie-util-vdso.o [2020-09-09T17:26:40.801Z] #39 78.50 CC criu/pie-util.o [2020-09-09T17:26:40.801Z] #39 78.59 CC criu/pipes.o [2020-09-09T17:26:40.921Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.39MB / 9.86MB 0.3s [2020-09-09T17:26:40.921Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.38MB / 9.86MB 0.4s [2020-09-09T17:26:41.092Z] #39 ... [2020-09-09T17:26:41.092Z] [2020-09-09T17:26:41.092Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:26:41.092Z] #36 114.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-09T17:26:41.093Z] #36 114.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-09T17:26:41.183Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.78MB / 9.86MB 0.6s [2020-09-09T17:26:41.444Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.0s done [2020-09-09T17:26:41.678Z] #37 ... [2020-09-09T17:26:41.678Z] [2020-09-09T17:26:41.678Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:41.678Z] #42 14.55 vendor/golang.org/x/crypto/internal/subtle [2020-09-09T17:26:41.678Z] #42 ... [2020-09-09T17:26:41.678Z] [2020-09-09T17:26:41.678Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:26:41.678Z] #11 16.76 Fetched 8156 kB in 16s (520 kB/s) [2020-09-09T17:26:41.678Z] #11 16.76 Reading package lists... [2020-09-09T17:26:41.678Z] #11 24.25 Reading package lists... [2020-09-09T17:26:41.678Z] #11 ... [2020-09-09T17:26:41.678Z] [2020-09-09T17:26:41.678Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:26:41.678Z] #39 15.01 Fetched 8156 kB in 14s (571 kB/s) [2020-09-09T17:26:41.678Z] #39 15.01 Reading package lists... [2020-09-09T17:26:41.715Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-09-09T17:26:41.978Z] #39 21.77 Reading package lists... [2020-09-09T17:26:41.978Z] #39 ... [2020-09-09T17:26:41.978Z] [2020-09-09T17:26:41.978Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:26:41.978Z] #52 15.44 Fetched 8156 kB in 14s (569 kB/s) [2020-09-09T17:26:41.978Z] #52 15.44 Reading package lists... [2020-09-09T17:26:41.978Z] #52 22.65 Reading package lists... [2020-09-09T17:26:41.978Z] #52 ... [2020-09-09T17:26:41.978Z] [2020-09-09T17:26:41.978Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:26:41.978Z] #33 15.37 Fetched 8156 kB in 14s (574 kB/s) [2020-09-09T17:26:41.978Z] #33 15.37 Reading package lists... [2020-09-09T17:26:42.035Z] ok github.com/docker/docker/daemon/discovery 0.020s coverage: 30.0% of statements [2020-09-09T17:26:42.036Z] ok github.com/docker/docker/daemon/config 0.092s coverage: 81.8% of statements [2020-09-09T17:26:42.278Z] #33 22.21 Reading package lists... [2020-09-09T17:26:42.278Z] #33 ... [2020-09-09T17:26:42.278Z] [2020-09-09T17:26:42.278Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:26:42.278Z] #24 15.38 Fetched 8156 kB in 14s (568 kB/s) [2020-09-09T17:26:42.278Z] #24 15.38 Reading package lists... [2020-09-09T17:26:42.989Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2020-09-09T17:26:43.936Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2020-09-09T17:26:45.543Z] #36 ... [2020-09-09T17:26:45.543Z] [2020-09-09T17:26:45.543Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:26:45.543Z] #19 3.352 Collecting yamllint==1.16.0 [2020-09-09T17:26:45.543Z] #19 3.515 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-09T17:26:45.543Z] #19 3.547 Collecting pyyaml (from yamllint==1.16.0) [2020-09-09T17:26:45.543Z] #19 3.626 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-09T17:26:45.543Z] #19 4.196 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-09T17:26:45.543Z] #19 4.232 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-09T17:26:45.543Z] #19 4.250 Building wheels for collected packages: pyyaml [2020-09-09T17:26:45.543Z] #19 4.251 Running setup.py bdist_wheel for pyyaml: started [2020-09-09T17:26:45.543Z] #19 4.762 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-09T17:26:45.543Z] #19 4.763 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-09T17:26:45.543Z] #19 4.807 Successfully built pyyaml [2020-09-09T17:26:45.543Z] #19 4.811 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-09T17:26:45.543Z] #19 5.004 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-09T17:26:45.836Z] #19 DONE 5.3s [2020-09-09T17:26:45.836Z] [2020-09-09T17:26:45.836Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-09T17:26:45.836Z] #22 DONE 0.2s [2020-09-09T17:26:45.836Z] [2020-09-09T17:26:45.836Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:26:45.877Z] #24 22.75 Reading package lists... [2020-09-09T17:26:45.877Z] #24 ... [2020-09-09T17:26:45.877Z] [2020-09-09T17:26:45.877Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:26:45.877Z] #39 21.77 Reading package lists... [2020-09-09T17:26:46.872Z] #26 DONE 0.9s [2020-09-09T17:26:46.872Z] [2020-09-09T17:26:46.872Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-09T17:26:46.872Z] #29 DONE 0.2s [2020-09-09T17:26:46.872Z] [2020-09-09T17:26:46.872Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-09T17:26:47.049Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.4s done [2020-09-09T17:26:47.049Z] #58 DONE 5.8s [2020-09-09T17:26:47.049Z] [2020-09-09T17:26:47.049Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:26:47.049Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-09T17:26:47.049Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-09T17:26:47.049Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-09T17:26:47.049Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.4s done [2020-09-09T17:26:47.049Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2020-09-09T17:26:47.049Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.7s done [2020-09-09T17:26:47.049Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.2s done [2020-09-09T17:26:47.049Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.08MB / 68.67MB 5.7s [2020-09-09T17:26:47.049Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 32.17MB / 120.17MB 5.7s [2020-09-09T17:26:47.049Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.4s [2020-09-09T17:26:47.049Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.4s done [2020-09-09T17:26:47.049Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.77MB / 68.67MB 5.9s [2020-09-09T17:26:47.049Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.27MB / 120.17MB 6.1s [2020-09-09T17:26:47.049Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.2s [2020-09-09T17:26:47.049Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.76MB / 120.17MB 6.5s [2020-09-09T17:26:47.164Z] #31 DONE 0.1s [2020-09-09T17:26:47.164Z] [2020-09-09T17:26:47.164Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-09T17:26:47.164Z] #34 DONE 0.1s [2020-09-09T17:26:47.164Z] [2020-09-09T17:26:47.164Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:47.164Z] #39 78.91 CC criu/plugin.o [2020-09-09T17:26:47.164Z] #39 79.05 CC criu/proc_parse.o [2020-09-09T17:26:47.164Z] #39 80.57 CC criu/protobuf-desc.o [2020-09-09T17:26:47.164Z] #39 81.10 CC criu/protobuf.o [2020-09-09T17:26:47.164Z] #39 81.40 CC criu/pstree.o [2020-09-09T17:26:47.164Z] #39 82.11 CC criu/rbtree.o [2020-09-09T17:26:47.164Z] #39 82.33 CC criu/rst-malloc.o [2020-09-09T17:26:47.164Z] #39 82.59 CC criu/seccomp.o [2020-09-09T17:26:47.164Z] #39 83.02 CC criu/seize.o [2020-09-09T17:26:47.164Z] #39 83.64 CC criu/servicefd.o [2020-09-09T17:26:47.164Z] #39 83.96 CC criu/shmem.o [2020-09-09T17:26:47.164Z] #39 84.62 CC criu/sigframe.o [2020-09-09T17:26:47.164Z] #39 84.67 CC criu/signalfd.o [2020-09-09T17:26:47.164Z] #39 84.84 CC criu/sk-inet.o [2020-09-09T17:26:47.243Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-09-09T17:26:47.424Z] #39 29.13 Building dependency tree... [2020-09-09T17:26:47.456Z] #39 85.25 CC criu/sk-netlink.o [2020-09-09T17:26:47.505Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.522s coverage: 14.1% of statements [2020-09-09T17:26:47.623Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 56.23MB / 120.17MB 6.7s [2020-09-09T17:26:47.623Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.8s done [2020-09-09T17:26:47.623Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.07MB / 120.17MB 6.9s [2020-09-09T17:26:47.750Z] #39 85.47 CC criu/sk-packet.o [2020-09-09T17:26:47.750Z] #39 ... [2020-09-09T17:26:47.750Z] [2020-09-09T17:26:47.750Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:26:47.750Z] #49 51.31 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-09T17:26:47.759Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|name|exports_file|imports) took 2m0.330341208s [2020-09-09T17:26:47.759Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 689.526465ms [2020-09-09T17:26:47.889Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 70.05MB / 120.17MB 7.1s [2020-09-09T17:26:47.889Z] #7 ... [2020-09-09T17:26:47.889Z] [2020-09-09T17:26:47.889Z] #20 [internal] load build context [2020-09-09T17:26:47.889Z] #20 transferring context: 51.49MB 7.1s done [2020-09-09T17:26:47.889Z] #20 DONE 7.4s [2020-09-09T17:26:47.889Z] [2020-09-09T17:26:47.889Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-09T17:26:47.889Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.02MB / 120.17MB 7.4s [2020-09-09T17:26:48.149Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 91.33MB / 120.17MB 7.6s [2020-09-09T17:26:48.724Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.82MB / 120.17MB 7.9s [2020-09-09T17:26:48.984Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 108.24MB / 120.17MB 8.3s [2020-09-09T17:26:49.024Z] #39 32.35 The following additional packages will be installed: [2020-09-09T17:26:49.024Z] #39 32.35 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-09T17:26:49.024Z] #39 32.35 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-09T17:26:49.024Z] #39 32.36 Suggested packages: [2020-09-09T17:26:49.024Z] #39 32.36 manpages-dev python-setuptools [2020-09-09T17:26:49.243Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.59MB / 120.17MB 8.5s [2020-09-09T17:26:49.265Z] #49 52.63 + mkdir -p /build [2020-09-09T17:26:49.265Z] #49 52.63 + cp runc /build/runc [2020-09-09T17:26:49.265Z] #49 DONE 52.9s [2020-09-09T17:26:49.265Z] [2020-09-09T17:26:49.265Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:49.265Z] #39 85.83 CC criu/sk-queue.o [2020-09-09T17:26:49.265Z] #39 86.08 CC criu/sk-tcp.o [2020-09-09T17:26:49.265Z] #39 86.32 CC criu/sk-unix.o [2020-09-09T17:26:49.427Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.616s coverage: 57.0% of statements [2020-09-09T17:26:49.812Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.1s done [2020-09-09T17:26:49.907Z] #39 87.50 CC criu/sockets.o [2020-09-09T17:26:50.540Z] #39 88.21 CC criu/stats.o [2020-09-09T17:26:50.540Z] #39 88.39 CC criu/string.o [2020-09-09T17:26:50.540Z] #39 88.42 CC criu/sysctl.o [2020-09-09T17:26:50.605Z] #39 34.00 The following NEW packages will be installed: [2020-09-09T17:26:50.605Z] #39 34.01 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-09T17:26:50.605Z] #39 34.01 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-09T17:26:50.605Z] #39 34.02 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-09T17:26:50.605Z] #39 34.02 python-six zlib1g-dev [2020-09-09T17:26:50.830Z] #39 88.74 CC criu/sysfs_parse.o [2020-09-09T17:26:50.921Z] #39 34.18 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:26:50.921Z] #39 34.18 Need to get 4075 kB of archives. [2020-09-09T17:26:50.921Z] #39 34.18 After this operation, 24.5 MB of additional disk space will be used. [2020-09-09T17:26:50.921Z] #39 34.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-09-09T17:26:50.921Z] #39 34.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-09T17:26:50.921Z] #39 34.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-09-09T17:26:50.921Z] #39 34.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-09-09T17:26:50.921Z] #39 34.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-09-09T17:26:50.921Z] #39 34.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-09T17:26:50.921Z] #39 34.31 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-09-09T17:26:50.921Z] #39 34.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-09-09T17:26:50.921Z] #39 34.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-09-09T17:26:50.921Z] #39 34.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-09-09T17:26:51.122Z] #39 89.00 CC criu/timens.o [2020-09-09T17:26:51.224Z] #39 34.50 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-09-09T17:26:51.224Z] #39 34.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-09-09T17:26:51.438Z] #39 89.20 CC criu/timerfd.o [2020-09-09T17:26:51.531Z] #39 34.84 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-09-09T17:26:51.531Z] #39 34.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-09-09T17:26:51.531Z] #39 34.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-09T17:26:51.531Z] #39 34.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-09-09T17:26:51.531Z] #39 34.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-09-09T17:26:51.724Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.5s [2020-09-09T17:26:51.724Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.7s done [2020-09-09T17:26:51.724Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2020-09-09T17:26:51.737Z] #39 89.34 CC criu/tty.o [2020-09-09T17:26:51.978Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.8% of statements [2020-09-09T17:26:52.185Z] #39 ... [2020-09-09T17:26:52.185Z] [2020-09-09T17:26:52.185Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:26:52.185Z] #52 22.65 Reading package lists... [2020-09-09T17:26:52.185Z] #52 30.37 Building dependency tree... [2020-09-09T17:26:52.185Z] #52 33.16 The following additional packages will be installed: [2020-09-09T17:26:52.185Z] #52 33.17 libbtrfs0 [2020-09-09T17:26:52.185Z] #52 33.37 The following NEW packages will be installed: [2020-09-09T17:26:52.185Z] #52 33.38 libbtrfs-dev libbtrfs0 [2020-09-09T17:26:52.185Z] #52 33.55 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:26:52.185Z] #52 33.55 Need to get 120 kB of archives. [2020-09-09T17:26:52.185Z] #52 33.55 After this operation, 423 kB of additional disk space will be used. [2020-09-09T17:26:52.185Z] #52 33.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-09T17:26:52.185Z] #52 33.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-09T17:26:52.185Z] #52 34.98 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:26:52.185Z] #52 35.22 Fetched 120 kB in 0s (1555 kB/s) [2020-09-09T17:26:52.185Z] #52 35.33 Selecting previously unselected package libbtrfs0. [2020-09-09T17:26:52.185Z] #52 35.33 (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 ... 15339 files and directories currently installed.) [2020-09-09T17:26:52.185Z] #52 35.48 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-09T17:26:52.185Z] #52 35.50 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-09T17:26:52.185Z] #52 35.66 Selecting previously unselected package libbtrfs-dev. [2020-09-09T17:26:52.240Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.329s coverage: 45.9% of statements [2020-09-09T17:26:52.293Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2020-09-09T17:26:52.293Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2020-09-09T17:26:52.500Z] #52 35.67 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-09T17:26:52.500Z] #52 35.67 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:26:52.500Z] #52 35.85 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-09T17:26:52.500Z] #52 35.87 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:26:52.500Z] #52 35.87 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:26:52.768Z] #39 90.38 CC criu/tun.o [2020-09-09T17:26:52.813Z] #52 DONE 36.3s [2020-09-09T17:26:52.813Z] [2020-09-09T17:26:52.865Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2020-09-09T17:26:52.865Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2020-09-09T17:26:53.059Z] #39 90.70 CC criu/uffd.o [2020-09-09T17:26:53.117Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:26:53.117Z] #39 36.30 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:26:53.117Z] #39 ... [2020-09-09T17:26:53.117Z] [2020-09-09T17:26:53.117Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:26:53.117Z] #24 22.75 Reading package lists... [2020-09-09T17:26:53.117Z] #24 30.24 Building dependency tree... [2020-09-09T17:26:53.117Z] #24 32.82 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-09T17:26:53.117Z] #24 32.82 The following additional packages will be installed: [2020-09-09T17:26:53.117Z] #24 32.82 libjq1 libonig5 [2020-09-09T17:26:53.117Z] #24 33.32 The following NEW packages will be installed: [2020-09-09T17:26:53.117Z] #24 33.33 jq libjq1 libonig5 [2020-09-09T17:26:53.117Z] #24 33.53 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:26:53.117Z] #24 33.53 Need to get 358 kB of archives. [2020-09-09T17:26:53.117Z] #24 33.53 After this operation, 1277 kB of additional disk space will be used. [2020-09-09T17:26:53.117Z] #24 33.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-09T17:26:53.117Z] #24 33.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-09T17:26:53.117Z] #24 33.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-09T17:26:53.117Z] #24 34.99 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:26:53.117Z] #24 35.26 Fetched 358 kB in 0s (2792 kB/s) [2020-09-09T17:26:53.117Z] #24 35.39 Selecting previously unselected package libonig5:ppc64el. [2020-09-09T17:26:53.117Z] #24 35.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-09T17:26:53.117Z] #24 35.58 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-09-09T17:26:53.117Z] #24 35.59 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-09T17:26:53.117Z] #24 35.94 Selecting previously unselected package libjq1:ppc64el. [2020-09-09T17:26:53.117Z] #24 35.95 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-09T17:26:53.117Z] #24 35.95 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-09T17:26:53.117Z] #24 36.09 Selecting previously unselected package jq. [2020-09-09T17:26:53.117Z] #24 36.10 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-09T17:26:53.117Z] #24 36.11 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-09T17:26:53.117Z] #24 36.30 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-09T17:26:53.117Z] #24 36.31 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-09T17:26:53.117Z] #24 36.32 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-09T17:26:53.117Z] #24 36.33 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:26:53.117Z] #24 DONE 36.6s [2020-09-09T17:26:53.117Z] [2020-09-09T17:26:53.117Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:26:53.117Z] #25 DONE 0.1s [2020-09-09T17:26:53.117Z] [2020-09-09T17:26:53.117Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:26:53.117Z] #39 36.61 Fetched 4075 kB in 1s (4822 kB/s) [2020-09-09T17:26:53.350Z] #39 91.22 CC criu/util.o [2020-09-09T17:26:53.419Z] #39 36.81 Selecting previously unselected package libcap-dev:ppc64el. [2020-09-09T17:26:53.419Z] #39 36.81 (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 ... 15339 files and directories currently installed.) [2020-09-09T17:26:53.419Z] #39 36.89 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-09-09T17:26:53.419Z] #39 36.91 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-09-09T17:26:53.721Z] #39 37.07 Selecting previously unselected package libnet1:ppc64el. [2020-09-09T17:26:53.721Z] #39 37.08 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-09T17:26:53.721Z] #39 37.10 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-09T17:26:53.721Z] #39 37.19 Selecting previously unselected package libnet1-dev. [2020-09-09T17:26:53.986Z] #39 91.93 CC criu/uts_ns.o [2020-09-09T17:26:54.027Z] #39 37.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-09T17:26:54.027Z] #39 37.21 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-09T17:26:54.027Z] #39 37.40 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-09T17:26:54.027Z] #39 37.42 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-09T17:26:54.027Z] #39 37.43 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-09T17:26:54.277Z] #39 92.03 CC criu/vdso.o [2020-09-09T17:26:54.277Z] #39 ... [2020-09-09T17:26:54.277Z] [2020-09-09T17:26:54.277Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:26:54.277Z] #36 DONE 129.3s [2020-09-09T17:26:54.277Z] [2020-09-09T17:26:54.277Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:54.277Z] #45 124.7 + cd /tmp/tmp.dhMeK0Ii8d/src/github.com/golangci/golangci-lint/ [2020-09-09T17:26:54.277Z] #45 124.7 + git checkout -q v1.23.8 [2020-09-09T17:26:54.277Z] #45 125.3 ++ git describe --tags [2020-09-09T17:26:54.277Z] #45 125.3 + version=v1.23.8 [2020-09-09T17:26:54.277Z] #45 125.3 ++ git rev-parse --short HEAD [2020-09-09T17:26:54.277Z] #45 125.3 + commit=76a82c6 [2020-09-09T17:26:54.277Z] #45 125.3 ++ git show -s --format=%cd [2020-09-09T17:26:54.277Z] #45 125.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-09T17:26:54.277Z] #45 125.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-09-09T17:26:54.334Z] #39 37.65 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-09-09T17:26:54.334Z] #39 37.67 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-09-09T17:26:54.334Z] #39 37.69 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-09T17:26:54.638Z] #39 38.08 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-09T17:26:54.638Z] #39 38.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-09T17:26:54.638Z] #39 38.09 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-09T17:26:54.795Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.031s coverage: 73.1% of statements [2020-09-09T17:26:54.909Z] #45 ... [2020-09-09T17:26:54.909Z] [2020-09-09T17:26:54.909Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:54.909Z] #39 92.25 LINK criu/built-in.o [2020-09-09T17:26:54.909Z] #39 92.30 LINK criu/criu [2020-09-09T17:26:54.909Z] #39 92.43 DEP lib/c/criu.d [2020-09-09T17:26:54.909Z] #39 92.46 CC images/rpc.pb-c.o [2020-09-09T17:26:54.909Z] #39 92.71 CC lib/c/criu.o [2020-09-09T17:26:54.940Z] #39 38.22 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-09-09T17:26:54.940Z] #39 38.22 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-09-09T17:26:54.940Z] #39 38.25 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-09T17:26:54.940Z] #39 38.39 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-09-09T17:26:54.940Z] #39 38.41 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-09-09T17:26:54.940Z] #39 38.41 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-09T17:26:55.200Z] #39 ... [2020-09-09T17:26:55.200Z] [2020-09-09T17:26:55.200Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-09T17:26:55.200Z] #37 DONE 0.2s [2020-09-09T17:26:55.242Z] #39 38.76 Selecting previously unselected package libprotobuf17:ppc64el. [2020-09-09T17:26:55.490Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.769s coverage: 49.5% of statements [2020-09-09T17:26:55.494Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.4s done [2020-09-09T17:26:55.495Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2020-09-09T17:26:55.517Z] [2020-09-09T17:26:55.517Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:26:55.517Z] #39 93.24 LINK lib/c/built-in.o [2020-09-09T17:26:55.517Z] #39 93.24 LINK lib/c/libcriu.so [2020-09-09T17:26:55.517Z] #39 93.26 LINK lib/c/libcriu.a [2020-09-09T17:26:55.517Z] #39 93.32 GEN magic.py [2020-09-09T17:26:55.517Z] #39 93.37 Note: Building without setproctitle() and strlcpy() support. [2020-09-09T17:26:55.517Z] #39 93.37 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-09T17:26:55.568Z] #39 38.76 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-09-09T17:26:55.568Z] #39 38.77 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-09T17:26:55.807Z] #39 93.38 Note: Building without GnuTLS support [2020-09-09T17:26:55.808Z] #39 93.38 Makefile.config:39: Warn: you have no libnftables installed [2020-09-09T17:26:55.808Z] #39 93.38 Makefile.config:40: Warn: Building without nftables support [2020-09-09T17:26:55.808Z] #39 93.65 fatal: not a git repository (or any of the parent directories): .git [2020-09-09T17:26:56.098Z] #39 93.92 make[1]: Nothing to be done for 'all'. [2020-09-09T17:26:56.227Z] #39 ... [2020-09-09T17:26:56.227Z] [2020-09-09T17:26:56.227Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:26:56.227Z] #33 22.21 Reading package lists... [2020-09-09T17:26:56.227Z] #33 29.89 Building dependency tree... [2020-09-09T17:26:56.227Z] #33 32.94 The following additional packages will be installed: [2020-09-09T17:26:56.228Z] #33 32.95 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-09T17:26:56.228Z] #33 32.96 Suggested packages: [2020-09-09T17:26:56.228Z] #33 32.96 cmake-doc ninja-build lrzip [2020-09-09T17:26:56.228Z] #33 32.96 Recommended packages: [2020-09-09T17:26:56.228Z] #33 32.96 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-09T17:26:56.228Z] #33 34.27 The following NEW packages will be installed: [2020-09-09T17:26:56.228Z] #33 34.28 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-09T17:26:56.228Z] #33 34.28 vim-common xxd [2020-09-09T17:26:56.228Z] #33 34.40 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:26:56.228Z] #33 34.40 Need to get 14.9 MB of archives. [2020-09-09T17:26:56.228Z] #33 34.40 After this operation, 67.2 MB of additional disk space will be used. [2020-09-09T17:26:56.228Z] #33 34.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-09T17:26:56.228Z] #33 34.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-09T17:26:56.228Z] #33 34.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-09-09T17:26:56.228Z] #33 34.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-09T17:26:56.228Z] #33 35.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-09-09T17:26:56.228Z] #33 35.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-09-09T17:26:56.228Z] #33 35.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-09-09T17:26:56.228Z] #33 35.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-09-09T17:26:56.228Z] #33 35.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-09-09T17:26:56.228Z] #33 35.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-09-09T17:26:56.228Z] #33 37.53 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:26:56.228Z] #33 37.78 Fetched 14.9 MB in 2s (7856 kB/s) [2020-09-09T17:26:56.228Z] #33 37.87 Selecting previously unselected package xxd. [2020-09-09T17:26:56.228Z] #33 37.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 ... 15339 files and directories currently installed.) [2020-09-09T17:26:56.228Z] #33 37.99 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-09T17:26:56.228Z] #33 38.01 Unpacking xxd (2:8.1.0875-5) ... [2020-09-09T17:26:56.228Z] #33 38.26 Selecting previously unselected package vim-common. [2020-09-09T17:26:56.228Z] #33 38.26 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:26:56.228Z] #33 38.39 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-09T17:26:56.228Z] #33 38.84 Selecting previously unselected package cmake-data. [2020-09-09T17:26:56.228Z] #33 38.86 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-09T17:26:56.228Z] #33 38.86 Unpacking cmake-data (3.13.4-1) ... [2020-09-09T17:26:56.228Z] #33 ... [2020-09-09T17:26:56.228Z] [2020-09-09T17:26:56.228Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:26:56.228Z] #26 1.977 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-09T17:26:56.228Z] #26 2.448 [2020-09-09T17:26:56.389Z] #39 94.17 make[1]: 'images/built-in.o' is up to date. [2020-09-09T17:26:56.389Z] #39 94.19 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-09T17:26:56.389Z] #39 94.20 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-09T17:26:56.389Z] #39 94.21 make[1]: 'compel/libcompel.a' is up to date. [2020-09-09T17:26:56.389Z] #39 94.23 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-09T17:26:56.389Z] #39 94.23 make[1]: Nothing to be done for 'all'. [2020-09-09T17:26:56.389Z] #39 94.24 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-09T17:26:56.389Z] #39 94.32 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.439Z] ok github.com/docker/docker/daemon 12.297s coverage: 17.4% of statements [2020-09-09T17:26:56.439Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-09T17:26:56.439Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-09T17:26:56.439Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-09T17:26:56.439Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-09T17:26:56.439Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-09T17:26:56.680Z] #39 94.34 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.35 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.40 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.43 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.43 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.45 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.49 make[2]: Nothing to be done for 'all'. [2020-09-09T17:26:56.680Z] #39 94.50 INSTALL criu/criu [2020-09-09T17:26:56.975Z] #39 DONE 94.7s [2020-09-09T17:26:56.975Z] [2020-09-09T17:26:56.975Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:57.016Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.021s coverage: 58.0% of statements [2020-09-09T17:26:57.145Z] #26 2.721 ## 3.2% ######## 11.3% ############ 16.8% ################ 22.9% #################### 29.0% ####################### 33.1% ########################## 37.1% ################################ 45.3% [2020-09-09T17:26:57.145Z] #26 ... [2020-09-09T17:26:57.145Z] [2020-09-09T17:26:57.145Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:26:57.145Z] #61 DONE 40.4s [2020-09-09T17:26:57.145Z] [2020-09-09T17:26:57.145Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:26:57.279Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.595s coverage: 76.1% of statements [2020-09-09T17:26:57.607Z] #45 ... [2020-09-09T17:26:57.607Z] [2020-09-09T17:26:57.607Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-09T17:26:58.229Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2020-09-09T17:26:58.238Z] #40 DONE 0.2s [2020-09-09T17:26:58.238Z] [2020-09-09T17:26:58.238Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-09T17:26:58.238Z] #42 DONE 0.1s [2020-09-09T17:26:58.238Z] [2020-09-09T17:26:58.238Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-09T17:26:58.238Z] #44 DONE 0.1s [2020-09-09T17:26:58.238Z] [2020-09-09T17:26:58.238Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:26:58.424Z] #26 2.721 ## 3.2% ######## 11.3% ############ 16.8% ################ 22.9% #################### 29.0% ####################### 33.1% ########################## 37.1% ################################ 45.3% #################################### 51.4% ######################################### 57.4% ########################################## 59.5% ############################################# 63.6% ############################################### 65.6% ################################################## 69.7% ###################################################### 75.8% ######################################################### 79.9% ############################################################ 84.1% [2020-09-09T17:26:58.424Z] #26 ... [2020-09-09T17:26:58.424Z] [2020-09-09T17:26:58.424Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:26:58.424Z] #11 24.25 Reading package lists... [2020-09-09T17:26:58.424Z] #11 31.89 Building dependency tree... [2020-09-09T17:26:58.424Z] #11 34.73 The following additional packages will be installed: [2020-09-09T17:26:58.424Z] #11 34.73 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-09T17:26:58.424Z] #11 34.73 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-09T17:26:58.424Z] #11 34.73 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-09T17:26:58.424Z] #11 34.74 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-09T17:26:58.424Z] #11 34.74 Suggested packages: [2020-09-09T17:26:58.424Z] #11 34.74 gcc-8-locales seccomp wine64 [2020-09-09T17:26:58.424Z] #11 36.13 The following NEW packages will be installed: [2020-09-09T17:26:58.424Z] #11 36.13 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-09T17:26:58.424Z] #11 36.13 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-09T17:26:58.424Z] #11 36.13 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-09T17:26:58.424Z] #11 36.13 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-09T17:26:58.424Z] #11 36.14 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-09T17:26:58.424Z] #11 36.14 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-09T17:26:58.424Z] #11 36.31 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:26:58.424Z] #11 36.31 Need to get 78.9 MB of archives. [2020-09-09T17:26:58.424Z] #11 36.31 After this operation, 532 MB of additional disk space will be used. [2020-09-09T17:26:58.424Z] #11 36.31 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-09-09T17:26:58.424Z] #11 36.86 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-09-09T17:26:58.424Z] #11 37.32 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-09-09T17:26:58.424Z] #11 37.34 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-09-09T17:26:58.424Z] #11 37.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-09-09T17:26:58.424Z] #11 37.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-09T17:26:58.424Z] #11 37.96 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-09-09T17:26:58.424Z] #11 38.33 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-09-09T17:26:58.425Z] #11 38.35 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-09-09T17:26:58.425Z] #11 ... [2020-09-09T17:26:58.425Z] [2020-09-09T17:26:58.425Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:26:58.731Z] #26 2.721 ## 3.2% ######## 11.3% ############ 16.8% ################ 22.9% #################### 29.0% ####################### 33.1% ########################## 37.1% ################################ 45.3% #################################### 51.4% ######################################### 57.4% ########################################## 59.5% ############################################# 63.6% ############################################### 65.6% ################################################## 69.7% ###################################################### 75.8% ######################################################### 79.9% ############################################################ 84.1% ################################################################ 89.5% #################################################################### 95.7% ###################################################################### 97.7% ######################################################################## 100.0% [2020-09-09T17:26:58.798Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2020-09-09T17:26:58.804Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.030s coverage: 3.0% of statements [2020-09-09T17:26:59.058Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-09T17:26:59.389Z] #26 5.827 [2020-09-09T17:26:59.389Z] #26 6.027 ############# 18.3% ########################################### 59.8% ######################################################################## 100.0% [2020-09-09T17:27:00.054Z] #26 6.607 [2020-09-09T17:27:00.195Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.765s coverage: 57.7% of statements [2020-09-09T17:27:00.195Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-09T17:27:00.195Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-09T17:27:00.457Z] ok github.com/docker/docker/daemon/logger 0.242s coverage: 41.0% of statements [2020-09-09T17:27:00.457Z] ok github.com/docker/docker/daemon/images 0.053s coverage: 4.8% of statements [2020-09-09T17:27:00.457Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-09T17:27:00.457Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-09T17:27:00.657Z] #26 6.792 #### 5.8% ################### 26.4% ######################################### 57.1% ##################################################################### 96.1% ######################################################################## 100.0% [2020-09-09T17:27:00.958Z] #26 7.506 [2020-09-09T17:27:01.848Z] ok github.com/docker/docker/daemon/logger/gelf 0.030s coverage: 67.0% of statements [2020-09-09T17:27:02.111Z] ok github.com/docker/docker/daemon/logger/awslogs 0.303s coverage: 77.8% of statements [2020-09-09T17:27:02.111Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-09T17:27:02.111Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-09T17:27:02.111Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 23.9% of statements [2020-09-09T17:27:02.373Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.048s coverage: 61.6% of statements [2020-09-09T17:27:02.787Z] #26 7.709 ## 3.1% #### 6.9% ######### 13.5% ########### 15.4% ############# 19.2% ################ 23.1% ################### 26.9% ####################### 32.7% ########################### 38.4% ############################## 42.2% ################################# 46.1% ##################################### 51.8% ######################################### 57.5% ############################################ 61.4% ############################################## 65.2% ################################################# 69.1% [2020-09-09T17:27:02.787Z] #26 ... [2020-09-09T17:27:02.787Z] [2020-09-09T17:27:02.787Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:02.787Z] #53 0.306 + RM_GOPATH=0 [2020-09-09T17:27:02.787Z] #53 0.306 + TMP_GOPATH= [2020-09-09T17:27:02.787Z] #53 0.306 + : /build [2020-09-09T17:27:02.787Z] #53 0.313 + '[' -z '' ']' [2020-09-09T17:27:02.787Z] #53 0.313 ++ mktemp -d [2020-09-09T17:27:02.787Z] #53 0.313 + export GOPATH=/tmp/tmp.ML1KNJcIXG [2020-09-09T17:27:02.787Z] #53 0.313 + GOPATH=/tmp/tmp.ML1KNJcIXG [2020-09-09T17:27:02.787Z] #53 0.313 + RM_GOPATH=1 [2020-09-09T17:27:02.787Z] #53 0.313 + case "$(go env GOARCH)" in [2020-09-09T17:27:02.787Z] #53 0.313 ++ go env GOARCH [2020-09-09T17:27:02.787Z] #53 0.327 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:02.787Z] #53 0.345 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:02.787Z] #53 0.346 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:02.787Z] #53 0.348 + dir=/tmp/install [2020-09-09T17:27:02.787Z] #53 0.348 + bin=containerd [2020-09-09T17:27:02.787Z] #53 0.349 + shift [2020-09-09T17:27:02.787Z] #53 0.349 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-09T17:27:02.787Z] #53 0.349 + . /tmp/install/containerd.installer [2020-09-09T17:27:02.787Z] #53 0.349 ++ set -e [2020-09-09T17:27:02.787Z] #53 0.349 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:27:02.787Z] #53 0.349 + install_containerd [2020-09-09T17:27:02.787Z] #53 0.350 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-09T17:27:02.787Z] #53 0.350 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:27:02.787Z] #53 0.350 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ML1KNJcIXG/src/github.com/containerd/containerd [2020-09-09T17:27:02.787Z] #53 0.355 Cloning into '/tmp/tmp.ML1KNJcIXG/src/github.com/containerd/containerd'... [2020-09-09T17:27:02.948Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.046s coverage: 87.2% of statements [2020-09-09T17:27:03.088Z] #53 ... [2020-09-09T17:27:03.088Z] [2020-09-09T17:27:03.088Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:03.696Z] #26 7.709 ## 3.1% #### 6.9% ######### 13.5% ########### 15.4% ############# 19.2% ################ 23.1% ################### 26.9% ####################### 32.7% ########################### 38.4% ############################## 42.2% ################################# 46.1% ##################################### 51.8% ######################################### 57.5% ############################################ 61.4% ############################################## 65.2% ################################################# 69.1% #################################################### 72.9% ######################################################## 78.6% ########################################################## 81.7% ############################################################ 83.6% ################################################################ 89.4% ################################################################### 93.2% ##################################################################### 97.1% ######################################################################## 100.0% [2020-09-09T17:27:03.897Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 75.2% of statements [2020-09-09T17:27:03.897Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-09T17:27:04.158Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 37.7% of statements [2020-09-09T17:27:04.338Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2020-09-09T17:27:04.358Z] #26 10.96 [2020-09-09T17:27:04.731Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.025s coverage: 33.3% of statements [2020-09-09T17:27:05.306Z] ok github.com/docker/docker/daemon/logger/templates 0.042s coverage: 8.3% of statements [2020-09-09T17:27:05.568Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2020-09-09T17:27:05.986Z] Running on azwin-2-5bb1e0 in d:\jenkins\workspace\moby_PR-41411 [Pipeline] { [Pipeline] ws [2020-09-09T17:27:06.003Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-09-09T17:27:06.495Z] #26 11.19 0.2% 1.3% ## 2.9% ### 4.4% ### 5.5% ##### 7.7% ###### 8.8% ####### 10.4% ######## 12.0% ########## 14.2% ########### 15.8% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% #################### 28.1% ###################### [2020-09-09T17:27:06.495Z] #26 ... [2020-09-09T17:27:06.495Z] [2020-09-09T17:27:06.495Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:27:06.495Z] #39 39.83 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-09-09T17:27:06.495Z] #39 39.84 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-09-09T17:27:06.495Z] #39 39.84 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:06.495Z] #39 40.05 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-09-09T17:27:06.495Z] #39 40.05 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-09-09T17:27:06.495Z] #39 40.05 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:06.495Z] #39 42.13 Selecting previously unselected package libprotoc17:ppc64el. [2020-09-09T17:27:06.495Z] #39 42.14 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-09-09T17:27:06.495Z] #39 42.16 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:06.495Z] #39 42.92 Selecting previously unselected package protobuf-c-compiler. [2020-09-09T17:27:06.495Z] #39 42.93 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-09-09T17:27:06.495Z] #39 42.93 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-09T17:27:06.495Z] #39 43.01 Selecting previously unselected package protobuf-compiler. [2020-09-09T17:27:06.495Z] #39 43.02 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-09-09T17:27:06.495Z] #39 43.02 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-09T17:27:06.495Z] #39 43.18 Selecting previously unselected package python-pkg-resources. [2020-09-09T17:27:06.495Z] #39 43.20 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-09T17:27:06.495Z] #39 43.20 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-09T17:27:06.495Z] #39 43.57 Selecting previously unselected package python-six. [2020-09-09T17:27:06.495Z] #39 43.57 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-09T17:27:06.495Z] #39 43.58 Unpacking python-six (1.12.0-1) ... [2020-09-09T17:27:06.495Z] #39 43.72 Selecting previously unselected package python-protobuf. [2020-09-09T17:27:06.495Z] #39 43.76 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-09-09T17:27:06.495Z] #39 43.77 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-09T17:27:06.495Z] #39 44.59 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-09T17:27:06.495Z] #39 ... [2020-09-09T17:27:06.495Z] [2020-09-09T17:27:06.495Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:06.528Z] ok github.com/docker/docker/daemon/network 0.045s coverage: 63.8% of statements [2020-09-09T17:27:06.711Z] #52 115.7 + bin/containerd [2020-09-09T17:27:06.889Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.7s done [2020-09-09T17:27:07.103Z] ok github.com/docker/docker/daemon/logger/splunk 1.884s coverage: 82.5% of statements [2020-09-09T17:27:07.103Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-09T17:27:07.103Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-09T17:27:07.148Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-09T17:27:07.407Z] #7 DONE 26.8s [2020-09-09T17:27:07.407Z] [2020-09-09T17:27:07.407Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-09T17:27:07.678Z] ok github.com/docker/docker/distribution/metadata 0.194s coverage: 48.2% of statements [2020-09-09T17:27:08.006Z] #26 11.19 0.2% 1.3% ## 2.9% ### 4.4% ### 5.5% ##### 7.7% ###### 8.8% ####### 10.4% ######## 12.0% ########## 14.2% ########### 15.8% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% #################### 28.1% ###################### 30.8% ####################### 33.0% ######################### 35.2% ########################## 36.5% ########################### 37.6% ########################### 38.7% ############################# 40.3% ############################## 42.0% ############################### 43.6% ################################ 45.2% ################################# 46.3% ################################## 47.9% [2020-09-09T17:27:08.006Z] #26 ... [2020-09-09T17:27:08.006Z] [2020-09-09T17:27:08.006Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:08.006Z] #44 DONE 51.4s [2020-09-09T17:27:08.006Z] [2020-09-09T17:27:08.006Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:08.627Z] ok github.com/docker/docker/errdefs 0.034s coverage: 49.4% of statements [2020-09-09T17:27:08.888Z] ok github.com/docker/docker/distribution 0.811s coverage: 21.9% of statements [2020-09-09T17:27:08.888Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-09T17:27:09.218Z] #26 11.19 0.2% 1.3% ## 2.9% ### 4.4% ### 5.5% ##### 7.7% ###### 8.8% ####### 10.4% ######## 12.0% ########## 14.2% ########### 15.8% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% #################### 28.1% ###################### 30.8% ####################### 33.0% ######################### 35.2% ########################## 36.5% ########################### 37.6% ########################### 38.7% ############################# 40.3% ############################## 42.0% ############################### 43.6% ################################ 45.2% ################################# 46.3% ################################## 47.9% ################################### 49.6% #################################### 50.6% ##################################### 51.7% ###################################### 52.8% ###################################### 53.9% ####################################### 55.5% ######################################## 56.6% ######################################### 58.3% ########################################## 58.8% ########################################### 59.9% ########################################### 61.0% [2020-09-09T17:27:09.218Z] #26 ... [2020-09-09T17:27:09.218Z] [2020-09-09T17:27:09.218Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:09.218Z] #11 42.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-09-09T17:27:09.218Z] #11 44.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-09-09T17:27:09.218Z] #11 44.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-09-09T17:27:09.218Z] #11 44.93 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-09T17:27:09.218Z] #11 44.93 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-09T17:27:09.218Z] #11 44.94 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-09-09T17:27:09.218Z] #11 44.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-09-09T17:27:09.218Z] #11 44.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-09-09T17:27:09.218Z] #11 44.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-09-09T17:27:09.218Z] #11 45.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-09-09T17:27:09.218Z] #11 45.05 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-09-09T17:27:09.218Z] #11 45.06 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-09-09T17:27:09.218Z] #11 45.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-09-09T17:27:09.218Z] #11 45.14 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-09-09T17:27:09.218Z] #11 45.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-09-09T17:27:09.218Z] #11 45.16 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-09-09T17:27:09.218Z] #11 46.34 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:27:09.218Z] #11 46.69 Fetched 78.9 MB in 9s (8826 kB/s) [2020-09-09T17:27:09.218Z] #11 46.78 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-09T17:27:09.218Z] #11 46.78 (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 ... 15339 files and directories currently installed.) [2020-09-09T17:27:09.218Z] #11 46.85 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-09-09T17:27:09.218Z] #11 46.87 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-09T17:27:09.218Z] #11 50.30 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-09T17:27:09.218Z] #11 50.31 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-09-09T17:27:09.218Z] #11 50.32 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-09T17:27:09.218Z] #11 ... [2020-09-09T17:27:09.218Z] [2020-09-09T17:27:09.218Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:09.463Z] ok github.com/docker/docker/image 0.048s coverage: 86.4% of statements [2020-09-09T17:27:09.539Z] #26 11.19 0.2% 1.3% ## 2.9% ### 4.4% ### 5.5% ##### 7.7% ###### 8.8% ####### 10.4% ######## 12.0% ########## 14.2% ########### 15.8% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% #################### 28.1% ###################### 30.8% ####################### 33.0% ######################### 35.2% ########################## 36.5% ########################### 37.6% ########################### 38.7% ############################# 40.3% ############################## 42.0% ############################### 43.6% ################################ 45.2% ################################# 46.3% ################################## 47.9% ################################### 49.6% #################################### 50.6% ##################################### 51.7% ###################################### 52.8% ###################################### 53.9% ####################################### 55.5% ######################################## 56.6% ######################################### 58.3% ########################################## 58.8% ########################################### 59.9% ########################################### 61.0% ############################################ 61.5% ############################################# 63.2% ############################################# 63.7% ############################################## 64.8% [2020-09-09T17:27:09.539Z] #26 ... [2020-09-09T17:27:09.539Z] [2020-09-09T17:27:09.539Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:09.539Z] #42 43.04 internal/reflectlite [2020-09-09T17:27:09.539Z] #42 43.04 sync [2020-09-09T17:27:09.539Z] #42 46.10 internal/singleflight [2020-09-09T17:27:09.539Z] #42 46.10 github.com/LK4D4/vndr/godl/singleflight [2020-09-09T17:27:09.539Z] #42 46.10 math/rand [2020-09-09T17:27:09.539Z] #42 49.58 sort [2020-09-09T17:27:09.539Z] #42 49.61 io [2020-09-09T17:27:09.539Z] #42 49.71 strconv [2020-09-09T17:27:09.539Z] #42 49.74 syscall [2020-09-09T17:27:09.853Z] #42 ... [2020-09-09T17:27:09.853Z] [2020-09-09T17:27:09.853Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:09.853Z] #31 43.04 sync [2020-09-09T17:27:09.853Z] #31 43.09 internal/reflectlite [2020-09-09T17:27:09.853Z] #31 48.30 errors [2020-09-09T17:27:09.853Z] #31 48.30 sort [2020-09-09T17:27:09.853Z] #31 49.08 io [2020-09-09T17:27:09.853Z] #31 49.09 internal/oserror [2020-09-09T17:27:09.853Z] #31 49.11 strconv [2020-09-09T17:27:09.853Z] #31 49.39 syscall [2020-09-09T17:27:09.853Z] #31 ... [2020-09-09T17:27:09.853Z] [2020-09-09T17:27:09.853Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:10.037Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2020-09-09T17:27:10.037Z] ok github.com/docker/docker/image/v1 0.026s coverage: 25.0% of statements [2020-09-09T17:27:10.164Z] #26 11.19 0.2% 1.3% ## 2.9% ### 4.4% ### 5.5% ##### 7.7% ###### 8.8% ####### 10.4% ######## 12.0% ########## 14.2% ########### 15.8% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% #################### 28.1% ###################### 30.8% ####################### 33.0% ######################### 35.2% ########################## 36.5% ########################### 37.6% ########################### 38.7% ############################# 40.3% ############################## 42.0% ############################### 43.6% ################################ 45.2% ################################# 46.3% ################################## 47.9% ################################### 49.6% #################################### 50.6% ##################################### 51.7% ###################################### 52.8% ###################################### 53.9% ####################################### 55.5% ######################################## 56.6% ######################################### 58.3% ########################################## 58.8% ########################################### 59.9% ########################################### 61.0% ############################################ 61.5% ############################################# 63.2% ############################################# 63.7% ############################################## 64.8% ############################################### 65.9% ################################################ 67.5% ################################################# 68.6% ################################################## 69.7% ################################################### 71.9% ##################################################### [2020-09-09T17:27:10.164Z] #26 ... [2020-09-09T17:27:10.164Z] [2020-09-09T17:27:10.164Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:27:10.164Z] #33 43.57 Selecting previously unselected package libicu63:ppc64el. [2020-09-09T17:27:10.164Z] #33 43.64 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-09T17:27:10.164Z] #33 43.67 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-09T17:27:10.164Z] #33 52.11 Selecting previously unselected package libxml2:ppc64el. [2020-09-09T17:27:10.164Z] #33 52.21 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-09-09T17:27:10.164Z] #33 52.23 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-09T17:27:10.164Z] #33 53.32 Selecting previously unselected package libarchive13:ppc64el. [2020-09-09T17:27:10.164Z] #33 53.32 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-09-09T17:27:10.164Z] #33 53.32 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-09T17:27:10.468Z] #33 53.69 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-09-09T17:27:10.468Z] #33 53.69 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-09-09T17:27:10.468Z] #33 53.70 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-09T17:27:10.468Z] #33 ... [2020-09-09T17:27:10.468Z] [2020-09-09T17:27:10.468Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:10.613Z] ok github.com/docker/docker/distribution/xfer 1.727s coverage: 85.1% of statements [2020-09-09T17:27:10.613Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-09T17:27:10.613Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-09T17:27:10.613Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-09T17:27:10.876Z] ok github.com/docker/docker/libcontainerd/queue 0.045s coverage: 100.0% of statements [2020-09-09T17:27:11.452Z] ok github.com/docker/docker/pkg/aaparser 0.019s coverage: 50.0% of statements [2020-09-09T17:27:11.693Z] #26 11.19 0.2% 1.3% ## 2.9% ### 4.4% ### 5.5% ##### 7.7% ###### 8.8% ####### 10.4% ######## 12.0% ########## 14.2% ########### 15.8% ############ 17.5% ############## 19.6% ############### 21.8% ################ 23.4% ################## 25.6% #################### 28.1% ###################### 30.8% ####################### 33.0% ######################### 35.2% ########################## 36.5% ########################### 37.6% ########################### 38.7% ############################# 40.3% ############################## 42.0% ############################### 43.6% ################################ 45.2% ################################# 46.3% ################################## 47.9% ################################### 49.6% #################################### 50.6% ##################################### 51.7% ###################################### 52.8% ###################################### 53.9% ####################################### 55.5% ######################################## 56.6% ######################################### 58.3% ########################################## 58.8% ########################################### 59.9% ########################################### 61.0% ############################################ 61.5% ############################################# 63.2% ############################################# 63.7% ############################################## 64.8% ############################################### 65.9% ################################################ 67.5% ################################################# 68.6% ################################################## 69.7% ################################################### 71.9% ##################################################### 74.0% ###################################################### 75.5% ####################################################### 77.6% ######################################################### 79.8% ########################################################## 81.9% ############################################################ 84.1% ############################################################## 86.3% ############################################################### 87.9% ################################################################ 90.1% ################################################################## 92.2% ################################################################### 93.5% #################################################################### 94.8% ##################################################################### 96.5% ###################################################################### 98.1% ######################################################################## 100.0% [2020-09-09T17:27:11.997Z] #26 18.72 [2020-09-09T17:27:12.401Z] ok github.com/docker/docker/opts 0.109s coverage: 67.1% of statements [2020-09-09T17:27:12.690Z] #8 DONE 4.5s [2020-09-09T17:27:12.690Z] [2020-09-09T17:27:12.690Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-09T17:27:12.951Z] #9 DONE 1.1s [2020-09-09T17:27:12.951Z] [2020-09-09T17:27:12.951Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-09T17:27:12.951Z] #35 DONE 0.1s [2020-09-09T17:27:12.951Z] [2020-09-09T17:27:12.951Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:27:13.211Z] #51 ... [2020-09-09T17:27:13.211Z] [2020-09-09T17:27:13.211Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-09T17:27:13.211Z] #27 DONE 0.1s [2020-09-09T17:27:13.211Z] [2020-09-09T17:27:13.211Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:27:13.554Z] #26 20.16 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-09T17:27:13.794Z] ok github.com/docker/docker/pkg/authorization 0.631s coverage: 68.3% of statements [2020-09-09T17:27:13.794Z] ok github.com/docker/docker/pkg/broadcaster 0.013s coverage: 100.0% of statements [2020-09-09T17:27:13.864Z] #26 20.59 [2020-09-09T17:27:14.056Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2020-09-09T17:27:14.166Z] #26 20.80 ##################################### 52.0% ######################################################################## 100.0% [2020-09-09T17:27:14.481Z] #26 ... [2020-09-09T17:27:14.481Z] [2020-09-09T17:27:14.481Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:27:14.481Z] #33 53.90 Selecting previously unselected package librhash0:ppc64el. [2020-09-09T17:27:14.481Z] #33 53.91 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-09-09T17:27:14.481Z] #33 53.92 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-09-09T17:27:14.481Z] #33 54.13 Selecting previously unselected package libuv1:ppc64el. [2020-09-09T17:27:14.481Z] #33 54.16 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-09-09T17:27:14.481Z] #33 54.17 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-09-09T17:27:14.481Z] #33 54.32 Selecting previously unselected package cmake. [2020-09-09T17:27:14.481Z] #33 54.33 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-09-09T17:27:14.481Z] #33 54.34 Unpacking cmake (3.13.4-1) ... [2020-09-09T17:27:14.481Z] #33 57.07 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-09T17:27:14.481Z] #33 57.09 Setting up xxd (2:8.1.0875-5) ... [2020-09-09T17:27:14.481Z] #33 57.09 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-09-09T17:27:14.481Z] #33 57.10 Setting up vim-common (2:8.1.0875-5) ... [2020-09-09T17:27:14.481Z] #33 57.13 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-09-09T17:27:14.481Z] #33 57.14 Setting up cmake-data (3.13.4-1) ... [2020-09-09T17:27:14.481Z] #33 57.15 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-09T17:27:14.481Z] #33 57.15 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-09T17:27:14.481Z] #33 57.16 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-09T17:27:14.481Z] #33 57.16 Setting up cmake (3.13.4-1) ... [2020-09-09T17:27:14.481Z] #33 57.17 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:27:14.481Z] #33 57.30 Processing triggers for mime-support (3.62) ... [2020-09-09T17:27:14.481Z] #33 DONE 57.8s [2020-09-09T17:27:14.481Z] [2020-09-09T17:27:14.481Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:14.481Z] #26 21.15 [2020-09-09T17:27:15.001Z] ok github.com/docker/docker/pkg/archive 1.279s coverage: 76.9% of statements [2020-09-09T17:27:15.001Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2020-09-09T17:27:15.134Z] #26 ... [2020-09-09T17:27:15.134Z] [2020-09-09T17:27:15.134Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:15.134Z] #34 0.330 + RM_GOPATH=0 [2020-09-09T17:27:15.134Z] #34 0.330 + TMP_GOPATH= [2020-09-09T17:27:15.134Z] #34 0.330 + : /build [2020-09-09T17:27:15.134Z] #34 0.330 + '[' -z '' ']' [2020-09-09T17:27:15.134Z] #34 0.330 ++ mktemp -d [2020-09-09T17:27:15.134Z] #34 0.330 + export GOPATH=/tmp/tmp.YBuSTpZhUz [2020-09-09T17:27:15.134Z] #34 0.330 + GOPATH=/tmp/tmp.YBuSTpZhUz [2020-09-09T17:27:15.134Z] #34 0.330 + RM_GOPATH=1 [2020-09-09T17:27:15.134Z] #34 0.330 + case "$(go env GOARCH)" in [2020-09-09T17:27:15.134Z] #34 0.330 ++ go env GOARCH [2020-09-09T17:27:15.134Z] #34 0.352 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:27:15.134Z] #34 0.359 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:15.134Z] #34 0.359 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:15.134Z] #34 0.359 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:15.134Z] #34 0.359 + dir=/tmp/install [2020-09-09T17:27:15.134Z] #34 0.359 + bin=tini [2020-09-09T17:27:15.134Z] #34 0.359 + shift [2020-09-09T17:27:15.134Z] #34 0.359 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-09T17:27:15.134Z] #34 0.359 + . /tmp/install/tini.installer [2020-09-09T17:27:15.134Z] #34 0.359 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:27:15.134Z] #34 0.359 + install_tini [2020-09-09T17:27:15.134Z] #34 0.359 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-09T17:27:15.134Z] #34 0.359 + git clone https://github.com/krallin/tini.git /tmp/tmp.YBuSTpZhUz/tini [2020-09-09T17:27:15.134Z] #34 0.364 Cloning into '/tmp/tmp.YBuSTpZhUz/tini'... [2020-09-09T17:27:15.575Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-09-09T17:27:15.575Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 97.6% of statements [2020-09-09T17:27:15.786Z] #34 1.264 + cd /tmp/tmp.YBuSTpZhUz/tini [2020-09-09T17:27:15.786Z] #34 1.268 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:27:15.786Z] #34 1.283 + cmake . [2020-09-09T17:27:16.437Z] #34 2.113 -- The C compiler identification is GNU 8.3.0 [2020-09-09T17:27:16.437Z] #34 2.191 -- Check for working C compiler: /usr/bin/cc [2020-09-09T17:27:16.521Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2020-09-09T17:27:16.783Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-09-09T17:27:17.357Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-09-09T17:27:17.494Z] #34 2.870 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-09T17:27:17.494Z] #34 2.873 -- Detecting C compiler ABI info [2020-09-09T17:27:17.494Z] #34 ... [2020-09-09T17:27:17.494Z] [2020-09-09T17:27:17.494Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:27:17.494Z] #39 50.97 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:17.494Z] #39 50.98 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-09T17:27:17.494Z] #39 50.99 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-09T17:27:17.494Z] #39 51.02 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-09T17:27:17.494Z] #39 51.03 Setting up python-six (1.12.0-1) ... [2020-09-09T17:27:17.494Z] #39 56.60 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-09T17:27:17.494Z] #39 56.61 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-09T17:27:17.494Z] #39 56.65 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:17.494Z] #39 56.66 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-09-09T17:27:17.494Z] #39 56.67 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:17.494Z] #39 56.67 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-09T17:27:17.494Z] #39 56.69 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-09T17:27:17.494Z] #39 56.70 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-09T17:27:17.494Z] #39 56.71 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-09T17:27:17.494Z] #39 56.72 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-09T17:27:17.794Z] #39 ... [2020-09-09T17:27:17.794Z] [2020-09-09T17:27:17.794Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:17.794Z] #11 54.85 Selecting previously unselected package binutils-mingw-w64. [2020-09-09T17:27:17.794Z] #11 54.86 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-09T17:27:17.794Z] #11 54.86 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-09T17:27:17.794Z] #11 54.97 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-09-09T17:27:17.794Z] #11 54.97 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-09T17:27:17.794Z] #11 54.99 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-09T17:27:17.794Z] #11 55.21 Selecting previously unselected package dmsetup. [2020-09-09T17:27:17.794Z] #11 55.22 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-09-09T17:27:17.794Z] #11 55.22 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-09T17:27:17.794Z] #11 55.59 Selecting previously unselected package mingw-w64-common. [2020-09-09T17:27:17.794Z] #11 55.60 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-09T17:27:17.794Z] #11 55.61 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-09T17:27:17.794Z] #11 61.20 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-09T17:27:17.794Z] #11 61.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-09T17:27:17.794Z] #11 61.22 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-09T17:27:17.794Z] #11 ... [2020-09-09T17:27:17.794Z] [2020-09-09T17:27:17.794Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:17.794Z] #34 3.423 -- Detecting C compiler ABI info - done [2020-09-09T17:27:17.794Z] #34 3.497 -- Detecting C compile features [2020-09-09T17:27:18.315Z] ok github.com/docker/docker/pkg/chrootarchive 3.494s coverage: 43.2% of statements [2020-09-09T17:27:18.315Z] ok github.com/docker/docker/pkg/filenotify 0.612s coverage: 67.0% of statements [2020-09-09T17:27:18.454Z] #34 ... [2020-09-09T17:27:18.455Z] [2020-09-09T17:27:18.455Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:27:18.455Z] #29 51.70 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 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: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-09T17:27:18.455Z] #29 52.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-09T17:27:18.455Z] #29 53.29 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-09T17:27:18.515Z] #28 ... [2020-09-09T17:27:18.515Z] [2020-09-09T17:27:18.515Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:18.515Z] #45 5.224 + RM_GOPATH=0 [2020-09-09T17:27:18.515Z] #45 5.224 + TMP_GOPATH= [2020-09-09T17:27:18.515Z] #45 5.224 + : /build [2020-09-09T17:27:18.515Z] #45 5.224 + '[' -z '' ']' [2020-09-09T17:27:18.515Z] #45 5.224 ++ mktemp -d [2020-09-09T17:27:18.515Z] #45 5.224 + export GOPATH=/tmp/tmp.hAiklzWoDr [2020-09-09T17:27:18.515Z] #45 5.224 + GOPATH=/tmp/tmp.hAiklzWoDr [2020-09-09T17:27:18.515Z] #45 5.224 + RM_GOPATH=1 [2020-09-09T17:27:18.515Z] #45 5.224 + case "$(go env GOARCH)" in [2020-09-09T17:27:18.515Z] #45 5.230 ++ go env GOARCH [2020-09-09T17:27:18.515Z] #45 5.230 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:18.515Z] #45 5.230 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:18.515Z] #45 5.231 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:18.515Z] #45 5.231 + dir=/tmp/install [2020-09-09T17:27:18.515Z] #45 5.231 + bin=golangci_lint [2020-09-09T17:27:18.515Z] #45 5.231 + shift [2020-09-09T17:27:18.515Z] #45 5.231 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-09T17:27:18.515Z] #45 5.231 + . /tmp/install/golangci_lint.installer [2020-09-09T17:27:18.515Z] #45 5.231 ++ : v1.23.8 [2020-09-09T17:27:18.515Z] #45 5.231 + install_golangci_lint [2020-09-09T17:27:18.515Z] #45 5.231 + echo 'Installing golangci-lint version v1.23.8' [2020-09-09T17:27:18.515Z] #45 5.231 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-09T17:27:18.515Z] #45 5.232 Installing golangci-lint version v1.23.8 [2020-09-09T17:27:18.888Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2020-09-09T17:27:19.112Z] #29 ... [2020-09-09T17:27:19.112Z] [2020-09-09T17:27:19.112Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:27:19.112Z] #39 62.45 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-09T17:27:19.112Z] #39 62.46 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:27:19.411Z] #39 DONE 62.8s [2020-09-09T17:27:19.411Z] [2020-09-09T17:27:19.411Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:19.461Z] ok github.com/docker/docker/pkg/fsutils 0.294s coverage: 85.1% of statements [2020-09-09T17:27:19.462Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2020-09-09T17:27:19.724Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements [2020-09-09T17:27:20.061Z] #40 ... [2020-09-09T17:27:20.061Z] [2020-09-09T17:27:20.061Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:20.061Z] #48 53.18 strconv [2020-09-09T17:27:20.061Z] #48 53.19 io [2020-09-09T17:27:20.061Z] #48 53.19 syscall [2020-09-09T17:27:20.061Z] #48 56.72 strings [2020-09-09T17:27:20.061Z] #48 56.73 bytes [2020-09-09T17:27:20.061Z] #48 63.43 bufio [2020-09-09T17:27:20.061Z] #48 ... [2020-09-09T17:27:20.061Z] [2020-09-09T17:27:20.061Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:20.061Z] #34 5.382 -- Detecting C compile features - done [2020-09-09T17:27:20.061Z] #34 5.433 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-09T17:27:20.061Z] #34 5.693 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-09T17:27:20.299Z] ok github.com/docker/docker/layer 7.214s coverage: 68.8% of statements [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/oci [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-09T17:27:20.299Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-09T17:27:20.362Z] #34 5.889 -- Configuring done [2020-09-09T17:27:20.362Z] #34 5.910 -- Generating done [2020-09-09T17:27:20.362Z] #34 5.918 -- Build files have been written to: /tmp/tmp.YBuSTpZhUz/tini [2020-09-09T17:27:20.362Z] #34 5.933 + make tini-static [2020-09-09T17:27:20.433Z] #45 ... [2020-09-09T17:27:20.434Z] [2020-09-09T17:27:20.434Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:20.434Z] #21 7.272 + RM_GOPATH=0 [2020-09-09T17:27:20.434Z] #21 7.272 + TMP_GOPATH= [2020-09-09T17:27:20.434Z] #21 7.272 + : /build [2020-09-09T17:27:20.434Z] #21 7.272 + '[' -z '' ']' [2020-09-09T17:27:20.434Z] #21 7.273 ++ mktemp -d [2020-09-09T17:27:20.434Z] #21 7.277 + export GOPATH=/tmp/tmp.8cVmpPa3Mk [2020-09-09T17:27:20.434Z] #21 7.278 + GOPATH=/tmp/tmp.8cVmpPa3Mk [2020-09-09T17:27:20.434Z] #21 7.278 + RM_GOPATH=1 [2020-09-09T17:27:20.434Z] #21 7.278 + case "$(go env GOARCH)" in [2020-09-09T17:27:20.434Z] #21 7.279 ++ go env GOARCH [2020-09-09T17:27:20.434Z] #21 7.321 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:20.434Z] #21 7.321 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:20.434Z] #21 7.321 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:20.434Z] #21 7.329 Install docker/cli version 17.06.2-ce from stable [2020-09-09T17:27:20.434Z] #21 7.330 + dir=/tmp/install [2020-09-09T17:27:20.434Z] #21 7.330 + bin=dockercli [2020-09-09T17:27:20.434Z] #21 7.330 + shift [2020-09-09T17:27:20.434Z] #21 7.330 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-09T17:27:20.434Z] #21 7.330 + . /tmp/install/dockercli.installer [2020-09-09T17:27:20.434Z] #21 7.330 ++ : stable [2020-09-09T17:27:20.434Z] #21 7.330 ++ : 17.06.2-ce [2020-09-09T17:27:20.434Z] #21 7.330 + install_dockercli [2020-09-09T17:27:20.434Z] #21 7.330 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-09T17:27:20.434Z] #21 7.330 ++ uname -m [2020-09-09T17:27:20.434Z] #21 7.349 + arch=x86_64 [2020-09-09T17:27:20.434Z] #21 7.349 + '[' x86_64 '!=' x86_64 ']' [2020-09-09T17:27:20.434Z] #21 7.349 + url=https://download.docker.com/linux/static [2020-09-09T17:27:20.434Z] #21 7.349 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-09T17:27:20.434Z] #21 7.369 + tar -xz docker/docker [2020-09-09T17:27:20.663Z] #34 ... [2020-09-09T17:27:20.663Z] [2020-09-09T17:27:20.663Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:27:20.663Z] #26 22.88 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-09T17:27:20.663Z] #26 22.97 skipping existing 5cb8031fd95d [2020-09-09T17:27:20.663Z] #26 23.18 [2020-09-09T17:27:20.663Z] #26 24.50 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-09T17:27:20.663Z] #26 24.56 skipping existing 283607eaa57e [2020-09-09T17:27:20.663Z] #26 24.66 [2020-09-09T17:27:20.663Z] #26 26.03 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-09T17:27:20.663Z] #26 26.55 [2020-09-09T17:27:20.663Z] #26 26.72 ######################################################################## 100.0% [2020-09-09T17:27:20.663Z] #26 26.97 [2020-09-09T17:27:20.663Z] #26 27.06 Download of images into '/build' complete. [2020-09-09T17:27:20.663Z] #26 27.06 Use something like the following to load the result into a Docker daemon: [2020-09-09T17:27:20.663Z] #26 27.06 tar -cC '/build' . | docker load [2020-09-09T17:27:20.663Z] #26 DONE 27.2s [2020-09-09T17:27:20.663Z] [2020-09-09T17:27:20.663Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:20.663Z] #34 6.115 Scanning dependencies of target tini-static [2020-09-09T17:27:20.663Z] #34 6.158 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-09T17:27:20.696Z] #21 ... [2020-09-09T17:27:20.696Z] [2020-09-09T17:27:20.696Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:27:20.696Z] #51 7.856 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:27:20.874Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-09-09T17:27:20.874Z] ok github.com/docker/docker/pkg/locker 0.033s coverage: 88.9% of statements [2020-09-09T17:27:20.874Z] ok github.com/docker/docker/pkg/ioutils 0.617s coverage: 70.6% of statements [2020-09-09T17:27:20.956Z] #51 7.924 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:27:20.956Z] #51 7.924 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:27:20.963Z] #34 ... [2020-09-09T17:27:20.963Z] [2020-09-09T17:27:20.963Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:20.963Z] #31 54.20 strings [2020-09-09T17:27:20.963Z] #31 54.20 bytes [2020-09-09T17:27:20.963Z] #31 61.57 reflect [2020-09-09T17:27:20.963Z] #31 62.21 bufio [2020-09-09T17:27:20.963Z] #31 ... [2020-09-09T17:27:20.963Z] [2020-09-09T17:27:20.963Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:20.963Z] #40 1.610 Note: Building without setproctitle() and strlcpy() support. [2020-09-09T17:27:20.963Z] #40 1.611 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-09T17:27:20.964Z] #40 1.634 Note: Building without GnuTLS support [2020-09-09T17:27:20.964Z] #40 1.701 Makefile.config:39: Warn: you have no libnftables installed [2020-09-09T17:27:20.964Z] #40 1.701 Makefile.config:40: Warn: Building without nftables support [2020-09-09T17:27:21.137Z] ok github.com/docker/docker/pkg/idtools 0.899s coverage: 70.1% of statements [2020-09-09T17:27:21.264Z] #40 ... [2020-09-09T17:27:21.264Z] [2020-09-09T17:27:21.264Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:21.264Z] #42 54.59 vendor/golang.org/x/net/dns/dnsmessage [2020-09-09T17:27:21.264Z] #42 55.52 bytes [2020-09-09T17:27:21.264Z] #42 62.15 bufio [2020-09-09T17:27:21.264Z] #42 62.36 reflect [2020-09-09T17:27:21.400Z] ok github.com/docker/docker/pkg/longpath 0.020s coverage: 100.0% of statements [2020-09-09T17:27:21.400Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-09T17:27:21.400Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-09T17:27:21.400Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2020-09-09T17:27:21.400Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-09T17:27:21.575Z] #42 ... [2020-09-09T17:27:21.575Z] [2020-09-09T17:27:21.575Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:21.575Z] #48 65.09 reflect [2020-09-09T17:27:21.662Z] ok github.com/docker/docker/pkg/parsers 0.011s coverage: 97.0% of statements [2020-09-09T17:27:21.925Z] ok github.com/docker/docker/pkg/parsers/kernel 0.019s coverage: 60.0% of statements [2020-09-09T17:27:22.186Z] ok github.com/docker/docker/pkg/pidfile 0.030s coverage: 82.4% of statements [2020-09-09T17:27:22.186Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.037s coverage: 86.7% of statements [2020-09-09T17:27:22.186Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-09T17:27:22.186Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-09T17:27:22.761Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.040s coverage: 56.8% of statements [2020-09-09T17:27:22.881Z] #51 ... [2020-09-09T17:27:22.881Z] [2020-09-09T17:27:22.881Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:27:22.881Z] #38 8.238 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:27:22.881Z] #38 8.309 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:27:22.881Z] #38 8.377 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:27:22.881Z] #38 9.942 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-09T17:27:23.142Z] #38 ... [2020-09-09T17:27:23.142Z] [2020-09-09T17:27:23.142Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:23.142Z] #54 5.886 + RM_GOPATH=0 [2020-09-09T17:27:23.142Z] #54 5.886 + TMP_GOPATH= [2020-09-09T17:27:23.142Z] #54 5.886 + : /build [2020-09-09T17:27:23.142Z] #54 5.886 + '[' -z '' ']' [2020-09-09T17:27:23.142Z] #54 5.886 ++ mktemp -d [2020-09-09T17:27:23.142Z] #54 5.887 + export GOPATH=/tmp/tmp.IG3p7Z7eel [2020-09-09T17:27:23.142Z] #54 5.887 + GOPATH=/tmp/tmp.IG3p7Z7eel [2020-09-09T17:27:23.142Z] #54 5.887 + RM_GOPATH=1 [2020-09-09T17:27:23.142Z] #54 5.887 + case "$(go env GOARCH)" in [2020-09-09T17:27:23.142Z] #54 5.887 ++ go env GOARCH [2020-09-09T17:27:23.142Z] #54 5.906 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.142Z] #54 5.906 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.142Z] #54 5.917 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:23.142Z] #54 5.917 + dir=/tmp/install [2020-09-09T17:27:23.142Z] #54 5.917 + bin=rootlesskit [2020-09-09T17:27:23.142Z] #54 5.917 + shift [2020-09-09T17:27:23.142Z] #54 5.917 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-09T17:27:23.142Z] #54 5.917 + . /tmp/install/rootlesskit.installer [2020-09-09T17:27:23.142Z] #54 5.917 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:27:23.142Z] #54 5.917 + install_rootlesskit [2020-09-09T17:27:23.142Z] #54 5.917 + case "$1" in [2020-09-09T17:27:23.142Z] #54 5.917 + export CGO_ENABLED=0 [2020-09-09T17:27:23.142Z] #54 5.917 + CGO_ENABLED=0 [2020-09-09T17:27:23.142Z] #54 5.917 + _install_rootlesskit [2020-09-09T17:27:23.142Z] #54 5.917 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-09T17:27:23.142Z] #54 5.917 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.IG3p7Z7eel/src/github.com/rootless-containers/rootlesskit [2020-09-09T17:27:23.142Z] #54 5.918 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:27:23.142Z] #54 5.921 Cloning into '/tmp/tmp.IG3p7Z7eel/src/github.com/rootless-containers/rootlesskit'... [2020-09-09T17:27:23.142Z] #54 ... [2020-09-09T17:27:23.142Z] [2020-09-09T17:27:23.142Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:27:23.142Z] #23 8.418 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:27:23.142Z] #23 8.452 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:27:23.142Z] #23 8.518 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:27:23.142Z] #23 10.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-09T17:27:23.336Z] ok github.com/docker/docker/pkg/progress 0.020s coverage: 75.9% of statements [2020-09-09T17:27:23.336Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2020-09-09T17:27:23.336Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2020-09-09T17:27:23.402Z] #23 ... [2020-09-09T17:27:23.402Z] [2020-09-09T17:27:23.402Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:23.402Z] #47 5.799 + RM_GOPATH=0 [2020-09-09T17:27:23.402Z] #47 5.799 + TMP_GOPATH= [2020-09-09T17:27:23.402Z] #47 5.799 + : /build [2020-09-09T17:27:23.402Z] #47 5.799 + '[' -z '' ']' [2020-09-09T17:27:23.402Z] #47 5.799 ++ mktemp -d [2020-09-09T17:27:23.402Z] #47 5.799 + export GOPATH=/tmp/tmp.L75zcAj2Uz [2020-09-09T17:27:23.402Z] #47 5.799 + GOPATH=/tmp/tmp.L75zcAj2Uz [2020-09-09T17:27:23.402Z] #47 5.799 + RM_GOPATH=1 [2020-09-09T17:27:23.402Z] #47 5.799 + case "$(go env GOARCH)" in [2020-09-09T17:27:23.402Z] #47 5.799 ++ go env GOARCH [2020-09-09T17:27:23.402Z] #47 5.830 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:27:23.402Z] #47 5.830 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.402Z] #47 5.830 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.402Z] #47 5.830 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:23.402Z] #47 5.830 + dir=/tmp/install [2020-09-09T17:27:23.402Z] #47 5.830 + bin=shfmt [2020-09-09T17:27:23.402Z] #47 5.830 + shift [2020-09-09T17:27:23.402Z] #47 5.830 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-09T17:27:23.402Z] #47 5.830 + . /tmp/install/shfmt.installer [2020-09-09T17:27:23.402Z] #47 5.830 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:27:23.402Z] #47 5.830 + install_shfmt [2020-09-09T17:27:23.402Z] #47 5.830 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-09T17:27:23.402Z] #47 5.830 + git clone https://github.com/mvdan/sh.git /tmp/tmp.L75zcAj2Uz/src/github.com/mvdan/sh [2020-09-09T17:27:23.402Z] #47 5.842 Cloning into '/tmp/tmp.L75zcAj2Uz/src/github.com/mvdan/sh'... [2020-09-09T17:27:23.402Z] #47 ... [2020-09-09T17:27:23.402Z] [2020-09-09T17:27:23.402Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:23.402Z] #30 6.616 + RM_GOPATH=0 [2020-09-09T17:27:23.402Z] #30 6.616 + TMP_GOPATH= [2020-09-09T17:27:23.402Z] #30 6.616 + : /build [2020-09-09T17:27:23.402Z] #30 6.616 + '[' -z '' ']' [2020-09-09T17:27:23.402Z] #30 6.616 ++ mktemp -d [2020-09-09T17:27:23.402Z] #30 6.620 + export GOPATH=/tmp/tmp.C6IxD4hJ0P [2020-09-09T17:27:23.402Z] #30 6.620 + GOPATH=/tmp/tmp.C6IxD4hJ0P [2020-09-09T17:27:23.402Z] #30 6.620 + RM_GOPATH=1 [2020-09-09T17:27:23.402Z] #30 6.620 + case "$(go env GOARCH)" in [2020-09-09T17:27:23.402Z] #30 6.620 ++ go env GOARCH [2020-09-09T17:27:23.402Z] #30 6.674 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.402Z] #30 6.674 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.402Z] #30 6.674 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:23.402Z] #30 6.674 + dir=/tmp/install [2020-09-09T17:27:23.402Z] #30 6.674 + bin=tomlv [2020-09-09T17:27:23.402Z] #30 6.674 + shift [2020-09-09T17:27:23.402Z] #30 6.674 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-09T17:27:23.402Z] #30 6.674 + . /tmp/install/tomlv.installer [2020-09-09T17:27:23.402Z] #30 6.674 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:27:23.402Z] #30 6.674 + install_tomlv [2020-09-09T17:27:23.402Z] #30 6.674 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-09T17:27:23.402Z] #30 6.674 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.C6IxD4hJ0P/src/github.com/BurntSushi/toml [2020-09-09T17:27:23.402Z] #30 6.680 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:27:23.402Z] #30 6.689 Cloning into '/tmp/tmp.C6IxD4hJ0P/src/github.com/BurntSushi/toml'... [2020-09-09T17:27:23.402Z] #30 7.580 + cd /tmp/tmp.C6IxD4hJ0P/src/github.com/BurntSushi/toml [2020-09-09T17:27:23.402Z] #30 7.581 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-09T17:27:23.402Z] #30 7.617 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-09T17:27:23.402Z] #30 8.897 internal/cpu [2020-09-09T17:27:23.402Z] #30 8.942 runtime/internal/atomic [2020-09-09T17:27:23.402Z] #30 9.469 runtime/internal/sys [2020-09-09T17:27:23.402Z] #30 9.543 internal/bytealg [2020-09-09T17:27:23.402Z] #30 9.836 runtime/internal/math [2020-09-09T17:27:23.402Z] #30 9.990 math/bits [2020-09-09T17:27:23.662Z] #30 10.69 runtime [2020-09-09T17:27:23.663Z] #30 ... [2020-09-09T17:27:23.663Z] [2020-09-09T17:27:23.663Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:23.663Z] #10 8.074 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:27:23.663Z] #10 8.285 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:27:23.663Z] #10 8.285 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:27:23.663Z] #10 10.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-09T17:27:23.663Z] #10 ... [2020-09-09T17:27:23.663Z] [2020-09-09T17:27:23.663Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:27:23.663Z] #36 7.169 + git clone https://github.com/docker/distribution.git . [2020-09-09T17:27:23.663Z] #36 7.169 Cloning into '.'... [2020-09-09T17:27:23.688Z] #48 67.07 regexp/syntax [2020-09-09T17:27:23.911Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2020-09-09T17:27:23.923Z] #36 ... [2020-09-09T17:27:23.923Z] [2020-09-09T17:27:23.923Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:23.923Z] #60 6.953 + RM_GOPATH=0 [2020-09-09T17:27:23.923Z] #60 6.953 + TMP_GOPATH= [2020-09-09T17:27:23.923Z] #60 6.953 + : /build [2020-09-09T17:27:23.923Z] #60 6.953 + '[' -z '' ']' [2020-09-09T17:27:23.923Z] #60 6.958 ++ mktemp -d [2020-09-09T17:27:23.923Z] #60 6.958 + export GOPATH=/tmp/tmp.r1igugPu6x [2020-09-09T17:27:23.923Z] #60 6.958 + GOPATH=/tmp/tmp.r1igugPu6x [2020-09-09T17:27:23.923Z] #60 6.958 + RM_GOPATH=1 [2020-09-09T17:27:23.923Z] #60 6.958 + case "$(go env GOARCH)" in [2020-09-09T17:27:23.923Z] #60 6.958 ++ go env GOARCH [2020-09-09T17:27:23.923Z] #60 6.977 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.923Z] #60 6.977 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.923Z] #60 6.977 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:23.923Z] #60 6.987 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:27:23.923Z] #60 6.987 + dir=/tmp/install [2020-09-09T17:27:23.923Z] #60 6.987 + bin=proxy [2020-09-09T17:27:23.923Z] #60 6.987 + shift [2020-09-09T17:27:23.923Z] #60 6.987 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-09T17:27:23.923Z] #60 6.987 + . /tmp/install/proxy.installer [2020-09-09T17:27:23.923Z] #60 6.987 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:27:23.923Z] #60 6.987 + install_proxy [2020-09-09T17:27:23.923Z] #60 6.987 + case "$1" in [2020-09-09T17:27:23.923Z] #60 6.987 + export CGO_ENABLED=0 [2020-09-09T17:27:23.923Z] #60 6.987 + CGO_ENABLED=0 [2020-09-09T17:27:23.923Z] #60 6.987 + _install_proxy [2020-09-09T17:27:23.923Z] #60 6.987 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-09T17:27:23.923Z] #60 6.987 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.r1igugPu6x/src/github.com/docker/libnetwork [2020-09-09T17:27:23.923Z] #60 6.987 Cloning into '/tmp/tmp.r1igugPu6x/src/github.com/docker/libnetwork'... [2020-09-09T17:27:23.923Z] #60 ... [2020-09-09T17:27:23.923Z] [2020-09-09T17:27:23.923Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:23.923Z] #41 6.473 + RM_GOPATH=0 [2020-09-09T17:27:23.923Z] #41 6.473 + TMP_GOPATH= [2020-09-09T17:27:23.923Z] #41 6.473 + : /build [2020-09-09T17:27:23.923Z] #41 6.473 + '[' -z '' ']' [2020-09-09T17:27:23.923Z] #41 6.473 ++ mktemp -d [2020-09-09T17:27:23.923Z] #41 6.476 + export GOPATH=/tmp/tmp.kiy4PovBqf [2020-09-09T17:27:23.923Z] #41 6.476 + GOPATH=/tmp/tmp.kiy4PovBqf [2020-09-09T17:27:23.923Z] #41 6.476 + RM_GOPATH=1 [2020-09-09T17:27:23.923Z] #41 6.476 + case "$(go env GOARCH)" in [2020-09-09T17:27:23.923Z] #41 6.476 ++ go env GOARCH [2020-09-09T17:27:23.923Z] #41 6.493 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.923Z] #41 6.493 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:23.923Z] #41 6.493 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:23.923Z] #41 6.493 + dir=/tmp/install [2020-09-09T17:27:23.923Z] #41 6.493 + bin=vndr [2020-09-09T17:27:23.923Z] #41 6.493 + shift [2020-09-09T17:27:23.923Z] #41 6.493 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-09T17:27:23.923Z] #41 6.493 + . /tmp/install/vndr.installer [2020-09-09T17:27:23.923Z] #41 6.493 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:27:23.923Z] #41 6.493 + install_vndr [2020-09-09T17:27:23.923Z] #41 6.493 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-09T17:27:23.923Z] #41 6.493 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.kiy4PovBqf/src/github.com/LK4D4/vndr [2020-09-09T17:27:23.923Z] #41 6.494 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:27:23.923Z] #41 6.502 Cloning into '/tmp/tmp.kiy4PovBqf/src/github.com/LK4D4/vndr'... [2020-09-09T17:27:23.923Z] #41 7.599 + cd /tmp/tmp.kiy4PovBqf/src/github.com/LK4D4/vndr [2020-09-09T17:27:23.923Z] #41 7.600 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-09T17:27:23.923Z] #41 7.645 + go build -buildmode=pie -v -o /build/vndr . [2020-09-09T17:27:23.923Z] #41 9.697 runtime/internal/sys [2020-09-09T17:27:23.923Z] #41 9.703 internal/bytealg [2020-09-09T17:27:23.923Z] #41 9.958 runtime/internal/math [2020-09-09T17:27:23.923Z] #41 10.04 internal/race [2020-09-09T17:27:23.923Z] #41 10.18 sync/atomic [2020-09-09T17:27:23.923Z] #41 10.63 unicode [2020-09-09T17:27:23.923Z] #41 11.06 runtime [2020-09-09T17:27:24.183Z] #41 ... [2020-09-09T17:27:24.183Z] [2020-09-09T17:27:24.183Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:27:24.183Z] #32 8.546 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:27:24.183Z] #32 8.606 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:27:24.183Z] #32 8.692 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:27:24.183Z] #32 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-09T17:27:24.183Z] #32 ... [2020-09-09T17:27:24.183Z] [2020-09-09T17:27:24.183Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:24.183Z] #43 6.214 + RM_GOPATH=0 [2020-09-09T17:27:24.183Z] #43 6.214 + TMP_GOPATH= [2020-09-09T17:27:24.183Z] #43 6.214 + : /build [2020-09-09T17:27:24.183Z] #43 6.214 + '[' -z '' ']' [2020-09-09T17:27:24.183Z] #43 6.214 ++ mktemp -d [2020-09-09T17:27:24.183Z] #43 6.214 + export GOPATH=/tmp/tmp.SDvazk8lid [2020-09-09T17:27:24.183Z] #43 6.214 + GOPATH=/tmp/tmp.SDvazk8lid [2020-09-09T17:27:24.183Z] #43 6.214 + RM_GOPATH=1 [2020-09-09T17:27:24.183Z] #43 6.214 + case "$(go env GOARCH)" in [2020-09-09T17:27:24.183Z] #43 6.214 ++ go env GOARCH [2020-09-09T17:27:24.183Z] #43 6.221 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:24.183Z] #43 6.221 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:27:24.183Z] #43 6.221 ++ dirname /tmp/install/install.sh [2020-09-09T17:27:24.183Z] #43 6.221 + dir=/tmp/install [2020-09-09T17:27:24.183Z] #43 6.221 + bin=gotestsum [2020-09-09T17:27:24.183Z] #43 6.221 + shift [2020-09-09T17:27:24.183Z] #43 6.221 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-09T17:27:24.183Z] #43 6.221 + . /tmp/install/gotestsum.installer [2020-09-09T17:27:24.183Z] #43 6.221 ++ : v0.3.5 [2020-09-09T17:27:24.183Z] #43 6.221 + install_gotestsum [2020-09-09T17:27:24.183Z] #43 6.234 + set -e [2020-09-09T17:27:24.183Z] #43 6.234 + export GO111MODULE=on [2020-09-09T17:27:24.183Z] #43 6.234 + GO111MODULE=on [2020-09-09T17:27:24.183Z] #43 6.234 + GOBIN=/build [2020-09-09T17:27:24.183Z] #43 6.234 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-09T17:27:24.183Z] #43 6.276 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-09T17:27:24.183Z] #43 6.290 go: finding gotest.tools v0.3.5 [2020-09-09T17:27:24.183Z] #43 7.337 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-09T17:27:24.183Z] #43 7.808 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-09T17:27:24.183Z] #43 8.749 go: downloading gotest.tools v2.1.0+incompatible [2020-09-09T17:27:24.183Z] #43 9.005 go: extracting gotest.tools v2.1.0+incompatible [2020-09-09T17:27:24.183Z] #43 9.123 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:27:24.183Z] #43 9.139 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-09T17:27:24.183Z] #43 9.190 go: downloading github.com/fatih/color v1.6.0 [2020-09-09T17:27:24.183Z] #43 9.192 go: downloading github.com/pkg/errors v0.8.0 [2020-09-09T17:27:24.183Z] #43 9.292 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:27:24.183Z] #43 9.292 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:27:24.183Z] #43 9.885 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:27:24.183Z] #43 9.906 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:27:24.183Z] #43 9.971 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:27:24.183Z] #43 10.08 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:27:24.183Z] #43 10.15 go: extracting github.com/pkg/errors v0.8.0 [2020-09-09T17:27:24.183Z] #43 10.17 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:27:24.183Z] #43 10.21 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:27:24.183Z] #43 10.27 go: extracting github.com/fatih/color v1.6.0 [2020-09-09T17:27:24.183Z] #43 10.36 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:27:24.183Z] #43 10.36 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:27:24.183Z] #43 10.43 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-09T17:27:24.183Z] #43 10.71 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:27:24.183Z] #43 11.03 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:27:24.751Z] #48 ... [2020-09-09T17:27:24.751Z] [2020-09-09T17:27:24.751Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:24.751Z] #34 8.989 [100%] Linking C executable tini-static [2020-09-09T17:27:24.751Z] #34 9.915 [100%] Built target tini-static [2020-09-09T17:27:24.751Z] #34 9.974 + mkdir -p /build [2020-09-09T17:27:24.751Z] #34 9.977 + cp tini-static /build/docker-init [2020-09-09T17:27:24.751Z] #34 DONE 10.1s [2020-09-09T17:27:24.751Z] [2020-09-09T17:27:24.751Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:24.751Z] #11 67.75 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-09T17:27:24.751Z] #11 67.76 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-09T17:27:24.751Z] #11 67.77 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:27:24.751Z] #11 67.88 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-09T17:27:24.751Z] #11 67.89 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-09T17:27:24.751Z] #11 67.90 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:27:24.758Z] #43 ... [2020-09-09T17:27:24.758Z] [2020-09-09T17:27:24.758Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:24.758Z] #54 11.76 Checking out files: 92% (736/796) Checking out files: 93% (741/796) Checking out files: 94% (749/796) Checking out files: 95% (757/796) Checking out files: 96% (765/796) Checking out files: 97% (773/796) Checking out files: 98% (781/796) Checking out files: 99% (789/796) Checking out files: 100% (796/796) Checking out files: 100% (796/796), done. [2020-09-09T17:27:24.857Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-09-09T17:27:24.857Z] ok github.com/docker/docker/pkg/pubsub 1.084s coverage: 73.9% of statements [2020-09-09T17:27:25.022Z] #54 11.97 + cd /tmp/tmp.IG3p7Z7eel/src/github.com/rootless-containers/rootlesskit [2020-09-09T17:27:25.022Z] #54 11.97 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-09T17:27:25.297Z] #52 ... [2020-09-09T17:27:25.297Z] [2020-09-09T17:27:25.297Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:25.297Z] #45 DONE 157.8s [2020-09-09T17:27:25.297Z] [2020-09-09T17:27:25.297Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:25.297Z] #52 ... [2020-09-09T17:27:25.297Z] [2020-09-09T17:27:25.297Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-09T17:27:25.297Z] #46 DONE 0.2s [2020-09-09T17:27:25.297Z] [2020-09-09T17:27:25.297Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-09T17:27:25.297Z] #48 DONE 0.2s [2020-09-09T17:27:25.297Z] [2020-09-09T17:27:25.297Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-09T17:27:25.297Z] #50 DONE 0.1s [2020-09-09T17:27:25.297Z] [2020-09-09T17:27:25.297Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:25.433Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2020-09-09T17:27:25.433Z] ok github.com/docker/docker/pkg/stringid 0.013s coverage: 70.6% of statements [2020-09-09T17:27:25.695Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2020-09-09T17:27:25.961Z] #54 13.10 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-09T17:27:26.222Z] #54 13.10 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-09T17:27:26.271Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 53.8% of statements [2020-09-09T17:27:26.846Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.9% of statements [2020-09-09T17:27:26.846Z] ok github.com/docker/docker/pkg/signal 2.768s coverage: 61.0% of statements [2020-09-09T17:27:27.109Z] ok github.com/docker/docker/pkg/tailfile 0.191s coverage: 88.6% of statements [2020-09-09T17:27:27.371Z] testing: warning: no tests to run [2020-09-09T17:27:27.371Z] coverage: [no statements] [2020-09-09T17:27:27.371Z] ok github.com/docker/docker/pkg/term/windows 0.023s coverage: [no statements] [no tests to run] [2020-09-09T17:27:27.947Z] ok github.com/docker/docker/pkg/tarsum 0.115s coverage: 89.3% of statements [2020-09-09T17:27:27.947Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-09-09T17:27:27.947Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-09-09T17:27:28.210Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2020-09-09T17:27:29.464Z] using credential docker-jenkins-github-credentials [2020-09-09T17:27:29.540Z] Cloning the remote Git repository [2020-09-09T17:27:29.540Z] Cloning with configured refspecs honoured and without tags [2020-09-09T17:27:29.604Z] ok github.com/docker/docker/plugin/v2 0.023s coverage: 14.5% of statements [2020-09-09T17:27:30.180Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2020-09-09T17:27:30.406Z] #11 ... [2020-09-09T17:27:30.406Z] [2020-09-09T17:27:30.406Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:30.406Z] #40 3.544 fatal: not a git repository (or any of the parent directories): .git [2020-09-09T17:27:30.406Z] #40 3.591 GEN .gitid [2020-09-09T17:27:30.406Z] #40 3.634 GEN criu/include/version.h [2020-09-09T17:27:30.406Z] #40 3.805 GEN include/common/asm [2020-09-09T17:27:30.406Z] #40 6.084 PBCC images/timens.pb-c.c [2020-09-09T17:27:30.406Z] #40 6.114 DEP images/timens.pb-c.d [2020-09-09T17:27:30.406Z] #40 6.178 PBCC images/fown.pb-c.c [2020-09-09T17:27:30.406Z] #40 6.213 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-09T17:27:30.406Z] #40 6.396 PBCC images/opts.pb-c.c [2020-09-09T17:27:30.406Z] #40 6.464 PBCC images/memfd.pb-c.c [2020-09-09T17:27:30.406Z] #40 6.703 DEP images/fown.pb-c.d [2020-09-09T17:27:30.406Z] #40 6.744 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-09T17:27:30.406Z] #40 6.775 DEP images/opts.pb-c.d [2020-09-09T17:27:30.406Z] #40 6.820 DEP images/memfd.pb-c.d [2020-09-09T17:27:30.406Z] #40 6.880 PBCC images/sit.pb-c.c [2020-09-09T17:27:30.406Z] #40 6.931 DEP images/sit.pb-c.d [2020-09-09T17:27:30.406Z] #40 6.965 PBCC images/macvlan.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.018 DEP images/macvlan.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.046 PBCC images/autofs.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.060 DEP images/autofs.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.096 PBCC images/sysctl.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.109 DEP images/sysctl.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.189 PBCC images/time.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.218 DEP images/time.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.269 PBCC images/binfmt-misc.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.298 DEP images/binfmt-misc.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.358 PBCC images/seccomp.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.380 DEP images/seccomp.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.441 PBCC images/userns.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.497 DEP images/userns.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.539 PBCC images/cgroup.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.573 DEP images/cgroup.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.617 PBCC images/ext-file.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.626 DEP images/ext-file.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.682 PBCC images/rpc.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.757 DEP images/rpc.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.828 PBCC images/siginfo.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.838 DEP images/siginfo.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.882 PBCC images/pagemap.pb-c.c [2020-09-09T17:27:30.406Z] #40 7.911 DEP images/pagemap.pb-c.d [2020-09-09T17:27:30.406Z] #40 7.973 PBCC images/rlimit.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.008 DEP images/rlimit.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.102 PBCC images/file-lock.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.134 DEP images/file-lock.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.193 PBCC images/tty.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.248 DEP images/tty.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.312 PBCC images/tun.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.342 PBCC images/netdev.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.418 DEP images/tun.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.536 DEP images/netdev.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.607 PBCC images/vma.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.691 DEP images/vma.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.724 PBCC images/creds.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.750 DEP images/creds.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.807 PBCC images/utsns.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.859 DEP images/utsns.pb-c.d [2020-09-09T17:27:30.406Z] #40 8.932 PBCC images/ipc-desc.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.942 PBCC images/ipc-sem.pb-c.c [2020-09-09T17:27:30.406Z] #40 8.970 DEP images/ipc-desc.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.024 DEP images/ipc-sem.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.052 PBCC images/ipc-msg.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.088 DEP images/ipc-msg.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.140 PBCC images/ipc-shm.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.173 DEP images/ipc-shm.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.222 PBCC images/ipc-var.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.255 DEP images/ipc-var.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.289 PBCC images/sk-opts.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.305 PBCC images/packet-sock.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.340 DEP images/sk-opts.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.375 DEP images/packet-sock.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.432 PBCC images/sk-netlink.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.478 DEP images/sk-netlink.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.542 PBCC images/sk-inet.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.601 DEP images/sk-inet.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.656 PBCC images/sk-unix.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.701 DEP images/sk-unix.pb-c.d [2020-09-09T17:27:30.406Z] #40 9.793 PBCC images/mm.pb-c.c [2020-09-09T17:27:30.406Z] #40 9.926 DEP images/mm.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.01 PBCC images/timerfd.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.06 DEP images/timerfd.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.18 PBCC images/timer.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.20 DEP images/timer.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.31 PBCC images/sa.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.37 DEP images/sa.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.42 PBCC images/pipe-data.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.44 DEP images/pipe-data.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.50 PBCC images/mnt.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.56 DEP images/mnt.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.60 PBCC images/sk-packet.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.63 DEP images/sk-packet.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.69 PBCC images/tcp-stream.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.77 DEP images/tcp-stream.pb-c.d [2020-09-09T17:27:30.406Z] #40 10.84 PBCC images/pipe.pb-c.c [2020-09-09T17:27:30.406Z] #40 10.95 DEP images/pipe.pb-c.d [2020-09-09T17:27:30.406Z] #40 11.04 PBCC images/pstree.pb-c.c [2020-09-09T17:27:30.406Z] #40 11.05 DEP images/pstree.pb-c.d [2020-09-09T17:27:30.406Z] #40 11.13 PBCC images/fs.pb-c.c [2020-09-09T17:27:30.406Z] #40 11.14 DEP images/fs.pb-c.d [2020-09-09T17:27:30.705Z] #40 11.22 PBCC images/signalfd.pb-c.c [2020-09-09T17:27:30.705Z] #40 11.26 DEP images/signalfd.pb-c.d [2020-09-09T17:27:30.705Z] #40 11.32 PBCC images/fh.pb-c.c [2020-09-09T17:27:30.705Z] #40 11.40 PBCC images/fsnotify.pb-c.c [2020-09-09T17:27:30.705Z] #40 11.45 DEP images/fh.pb-c.d [2020-09-09T17:27:30.754Z] ok github.com/docker/docker/profiles/seccomp 0.031s coverage: 73.8% of statements [2020-09-09T17:27:30.754Z] ok github.com/docker/docker/plugin 0.580s coverage: 23.1% of statements [2020-09-09T17:27:31.009Z] #40 11.55 DEP images/fsnotify.pb-c.d [2020-09-09T17:27:31.009Z] #40 ... [2020-09-09T17:27:31.009Z] [2020-09-09T17:27:31.009Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:31.009Z] #48 74.34 time [2020-09-09T17:27:29.732Z] Cloning repository https://github.com/moby/moby.git [2020-09-09T17:27:30.176Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-09-09T17:27:31.108Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:27:31.108Z] > git --version # timeout=10 [2020-09-09T17:27:31.152Z] > git --version # 'git version 2.24.1.windows.2' [2020-09-09T17:27:31.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:27:31.155Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:27:31.519Z] #54 ... [2020-09-09T17:27:31.519Z] [2020-09-09T17:27:31.519Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:27:31.519Z] #28 7.652 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-09T17:27:31.519Z] #28 7.652 Cloning into '.'... [2020-09-09T17:27:31.519Z] #28 ... [2020-09-09T17:27:31.519Z] [2020-09-09T17:27:31.519Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:31.519Z] #43 14.73 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:27:31.519Z] #43 14.81 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:27:31.519Z] #43 15.99 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:27:31.700Z] ok github.com/docker/docker/restartmanager 0.012s coverage: 45.3% of statements [2020-09-09T17:27:31.700Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-09-09T17:27:32.647Z] ok github.com/docker/docker/registry 0.245s coverage: 56.3% of statements [2020-09-09T17:27:32.647Z] ok github.com/docker/docker/testutil 0.041s coverage: 62.5% of statements [2020-09-09T17:27:32.909Z] ok github.com/docker/docker/runconfig 0.063s coverage: 66.1% of statements [2020-09-09T17:27:33.126Z] #48 ... [2020-09-09T17:27:33.126Z] [2020-09-09T17:27:33.126Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:33.126Z] #31 66.14 path [2020-09-09T17:27:33.126Z] #31 66.87 text/tabwriter [2020-09-09T17:27:33.126Z] #31 71.99 time [2020-09-09T17:27:33.126Z] #31 71.99 internal/syscall/execenv [2020-09-09T17:27:33.126Z] #31 72.00 internal/syscall/unix [2020-09-09T17:27:33.126Z] #31 ... [2020-09-09T17:27:33.126Z] [2020-09-09T17:27:33.126Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:33.126Z] #40 11.66 PBCC images/eventpoll.pb-c.c [2020-09-09T17:27:33.126Z] #40 11.71 DEP images/eventpoll.pb-c.d [2020-09-09T17:27:33.126Z] #40 11.76 PBCC images/eventfd.pb-c.c [2020-09-09T17:27:33.126Z] #40 11.80 DEP images/eventfd.pb-c.d [2020-09-09T17:27:33.126Z] #40 11.86 PBCC images/remap-file-path.pb-c.c [2020-09-09T17:27:33.126Z] #40 11.89 DEP images/remap-file-path.pb-c.d [2020-09-09T17:27:33.126Z] #40 11.97 PBCC images/fifo.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.01 DEP images/fifo.pb-c.d [2020-09-09T17:27:33.126Z] #40 12.11 PBCC images/ghost-file.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.16 DEP images/ghost-file.pb-c.d [2020-09-09T17:27:33.126Z] #40 12.24 PBCC images/regfile.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.33 DEP images/regfile.pb-c.d [2020-09-09T17:27:33.126Z] #40 12.43 PBCC images/ns.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.46 DEP images/ns.pb-c.d [2020-09-09T17:27:33.126Z] #40 12.54 PBCC images/fdinfo.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.62 DEP images/fdinfo.pb-c.d [2020-09-09T17:27:33.126Z] #40 12.67 PBCC images/core-aarch64.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.74 PBCC images/core-arm.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.82 PBCC images/core-ppc64.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.88 PBCC images/core-s390.pb-c.c [2020-09-09T17:27:33.126Z] #40 12.92 PBCC images/core-x86.pb-c.c [2020-09-09T17:27:33.126Z] #40 13.00 PBCC images/core.pb-c.c [2020-09-09T17:27:33.126Z] #40 13.11 PBCC images/inventory.pb-c.c [2020-09-09T17:27:33.126Z] #40 13.28 DEP images/core-aarch64.pb-c.d [2020-09-09T17:27:33.126Z] #40 13.58 DEP images/core-arm.pb-c.d [2020-09-09T17:27:33.126Z] #40 13.63 DEP images/core-ppc64.pb-c.d [2020-09-09T17:27:33.126Z] #40 13.69 DEP images/core-s390.pb-c.d [2020-09-09T17:27:33.126Z] #40 13.75 DEP images/core-x86.pb-c.d [2020-09-09T17:27:33.126Z] #40 13.81 DEP images/core.pb-c.d [2020-09-09T17:27:33.126Z] #40 13.88 DEP images/inventory.pb-c.d [2020-09-09T17:27:33.427Z] #40 13.98 PBCC images/cpuinfo.pb-c.c [2020-09-09T17:27:33.427Z] #40 14.03 DEP images/cpuinfo.pb-c.d [2020-09-09T17:27:33.427Z] #40 14.09 PBCC images/stats.pb-c.c [2020-09-09T17:27:33.427Z] #40 14.10 DEP images/stats.pb-c.d [2020-09-09T17:27:33.431Z] #43 ... [2020-09-09T17:27:33.431Z] [2020-09-09T17:27:33.431Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:27:33.431Z] #51 10.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-09T17:27:33.431Z] #51 15.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-09T17:27:33.431Z] #51 ... [2020-09-09T17:27:33.431Z] [2020-09-09T17:27:33.431Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:33.431Z] #47 18.48 + cd /tmp/tmp.L75zcAj2Uz/src/github.com/mvdan/sh [2020-09-09T17:27:33.431Z] #47 18.48 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-09T17:27:33.431Z] #47 18.64 + GO111MODULE=on [2020-09-09T17:27:33.431Z] #47 18.64 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-09T17:27:33.691Z] #47 20.81 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:27:33.691Z] #47 20.82 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:27:33.691Z] #47 20.84 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:27:33.769Z] #52 143.2 + bin/containerd-stress [2020-09-09T17:27:34.003Z] #47 ... [2020-09-09T17:27:34.003Z] [2020-09-09T17:27:34.003Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:34.003Z] #30 10.96 math [2020-09-09T17:27:34.003Z] #30 18.10 internal/testlog [2020-09-09T17:27:34.003Z] #30 18.95 encoding [2020-09-09T17:27:34.003Z] #30 19.21 runtime/cgo [2020-09-09T17:27:34.080Z] #40 ... [2020-09-09T17:27:34.080Z] [2020-09-09T17:27:34.080Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:34.080Z] #42 67.34 regexp/syntax [2020-09-09T17:27:34.080Z] #42 72.83 hash/crc32 [2020-09-09T17:27:34.080Z] #42 75.17 time [2020-09-09T17:27:34.080Z] #42 75.67 vendor/golang.org/x/text/transform [2020-09-09T17:27:34.080Z] #42 ... [2020-09-09T17:27:34.080Z] [2020-09-09T17:27:34.080Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:34.263Z] #30 ... [2020-09-09T17:27:34.263Z] [2020-09-09T17:27:34.263Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:27:34.263Z] #51 21.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-09T17:27:34.401Z] #52 144.6 + bin/containerd-shim [2020-09-09T17:27:34.831Z] ok github.com/docker/docker/volume/drivers 0.022s coverage: 36.1% of statements [2020-09-09T17:27:34.988Z] #53 41.29 Checking out files: 62% (2009/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) Checking out files: 75% (2429/3238) Checking out files: 76% (2461/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 93% (3012/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-09T17:27:34.988Z] #53 42.21 + cd /tmp/tmp.ML1KNJcIXG/src/github.com/containerd/containerd [2020-09-09T17:27:34.988Z] #53 42.21 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:27:35.778Z] ok github.com/docker/docker/volume/local 0.050s coverage: 73.0% of statements [2020-09-09T17:27:35.778Z] ok github.com/docker/docker/volume/mounts 0.049s coverage: 67.0% of statements [2020-09-09T17:27:36.053Z] #53 43.01 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-09T17:27:36.053Z] #53 43.01 + BUILDTAGS='netgo osusergo static_build' [2020-09-09T17:27:36.053Z] #53 43.01 + export EXTRA_FLAGS=-buildmode=pie [2020-09-09T17:27:36.053Z] #53 43.01 + EXTRA_FLAGS=-buildmode=pie [2020-09-09T17:27:36.053Z] #53 43.01 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-09T17:27:36.053Z] #53 43.01 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-09T17:27:36.053Z] #53 43.02 + '[' '' = dynamic ']' [2020-09-09T17:27:36.053Z] #53 43.02 + make [2020-09-09T17:27:36.707Z] #53 43.62 + bin/ctr [2020-09-09T17:27:36.720Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-09-09T17:27:37.575Z] #51 ... [2020-09-09T17:27:37.575Z] [2020-09-09T17:27:37.575Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:37.575Z] #21 20.93 + mkdir -p /build [2020-09-09T17:27:37.575Z] #21 20.94 + mv docker/docker /build/ [2020-09-09T17:27:37.575Z] #21 20.95 + rmdir docker [2020-09-09T17:27:37.575Z] #21 DONE 24.2s [2020-09-09T17:27:37.575Z] [2020-09-09T17:27:37.575Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:27:37.575Z] #43 20.43 go: finding github.com/fatih/color v1.6.0 [2020-09-09T17:27:37.575Z] #43 20.48 go: finding github.com/pkg/errors v0.8.0 [2020-09-09T17:27:37.575Z] #43 20.50 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:27:37.575Z] #43 20.81 go: finding github.com/spf13/pflag v1.0.1 [2020-09-09T17:27:37.575Z] #43 21.01 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:27:37.575Z] #43 21.23 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:27:37.575Z] #43 21.28 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:27:37.575Z] #43 21.60 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:27:37.575Z] #43 21.65 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:27:37.575Z] #43 21.79 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:27:37.575Z] #43 22.01 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:27:37.575Z] #43 ... [2020-09-09T17:27:37.575Z] [2020-09-09T17:27:37.575Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:37.575Z] #10 14.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-09T17:27:37.575Z] #10 19.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-09T17:27:37.835Z] #10 ... [2020-09-09T17:27:37.835Z] [2020-09-09T17:27:37.835Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:37.835Z] #41 16.65 unicode/utf8 [2020-09-09T17:27:37.835Z] #41 18.15 internal/testlog [2020-09-09T17:27:37.835Z] #41 18.84 encoding [2020-09-09T17:27:37.835Z] #41 19.27 unicode/utf16 [2020-09-09T17:27:37.835Z] #41 20.04 container/list [2020-09-09T17:27:37.835Z] #41 20.75 crypto/internal/subtle [2020-09-09T17:27:37.835Z] #41 20.93 crypto/subtle [2020-09-09T17:27:37.835Z] #41 21.16 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-09T17:27:37.835Z] #41 21.29 internal/nettrace [2020-09-09T17:27:37.835Z] #41 21.44 runtime/cgo [2020-09-09T17:27:38.095Z] #41 ... [2020-09-09T17:27:38.095Z] [2020-09-09T17:27:38.095Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:27:38.095Z] #38 15.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-09T17:27:38.095Z] #38 20.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-09T17:27:38.095Z] #38 ... [2020-09-09T17:27:38.095Z] [2020-09-09T17:27:38.095Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:27:38.095Z] #23 15.05 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-09T17:27:38.095Z] #23 19.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-09T17:27:38.355Z] #23 ... [2020-09-09T17:27:38.355Z] [2020-09-09T17:27:38.355Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:38.355Z] #47 21.13 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:27:38.355Z] #47 21.54 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:27:38.355Z] #47 22.37 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:27:38.355Z] #47 23.38 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:27:38.615Z] #47 ... [2020-09-09T17:27:38.615Z] [2020-09-09T17:27:38.615Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:27:38.615Z] #32 15.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-09T17:27:38.615Z] #32 20.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-09T17:27:38.852Z] #52 148.9 + bin/containerd-shim-runc-v1 [2020-09-09T17:27:39.185Z] #32 ... [2020-09-09T17:27:39.185Z] [2020-09-09T17:27:39.185Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:39.185Z] #47 26.02 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:27:41.158Z] #47 28.32 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-09T17:27:41.614Z] #52 151.9 + bin/containerd-shim-runc-v2 [2020-09-09T17:27:42.109Z] #47 28.92 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-09T17:27:42.109Z] #47 29.22 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-09T17:27:42.109Z] #47 29.24 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-09T17:27:42.260Z] #52 152.7 + binaries [2020-09-09T17:27:42.260Z] #52 152.7 + install -D bin/containerd /build/containerd [2020-09-09T17:27:42.260Z] #52 152.7 + install -D bin/containerd-shim /build/containerd-shim [2020-09-09T17:27:42.260Z] #52 152.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-09T17:27:42.260Z] #52 152.7 + install -D bin/ctr /build/ctr [2020-09-09T17:27:42.893Z] #52 DONE 153.2s [2020-09-09T17:27:43.497Z] #47 30.44 runtime/cgo [2020-09-09T17:27:43.525Z] [2020-09-09T17:27:43.525Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-09T17:27:43.757Z] #47 30.85 runtime [2020-09-09T17:27:43.817Z] #53 DONE 0.3s [2020-09-09T17:27:43.817Z] [2020-09-09T17:27:43.817Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-09T17:27:44.108Z] #57 DONE 0.2s [2020-09-09T17:27:44.108Z] [2020-09-09T17:27:44.108Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-09T17:27:44.108Z] #59 DONE 0.1s [2020-09-09T17:27:44.108Z] [2020-09-09T17:27:44.108Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-09T17:27:44.108Z] #61 DONE 0.1s [2020-09-09T17:27:44.339Z] #47 ... [2020-09-09T17:27:44.339Z] [2020-09-09T17:27:44.339Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:27:44.339Z] #36 29.69 Checking out files: 61% (1020/1665) Checking out files: 62% (1033/1665) Checking out files: 63% (1049/1665) Checking out files: 64% (1066/1665) Checking out files: 65% (1083/1665) Checking out files: 66% (1099/1665) Checking out files: 67% (1116/1665) Checking out files: 68% (1133/1665) Checking out files: 69% (1149/1665) Checking out files: 70% (1166/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-09-09T17:27:44.339Z] #36 30.51 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-09T17:27:44.403Z] [2020-09-09T17:27:44.403Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-09T17:27:44.403Z] #62 DONE 0.0s [2020-09-09T17:27:44.403Z] [2020-09-09T17:27:44.403Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-09T17:27:45.035Z] #63 DONE 0.7s [2020-09-09T17:27:45.314Z] #53 ... [2020-09-09T17:27:45.314Z] [2020-09-09T17:27:45.314Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:45.314Z] #48 77.24 regexp [2020-09-09T17:27:45.314Z] #48 84.39 context [2020-09-09T17:27:45.314Z] #48 84.46 path/filepath [2020-09-09T17:27:45.314Z] #48 84.48 mvdan.cc/sh/v3/fileutil [2020-09-09T17:27:45.314Z] #48 ... [2020-09-09T17:27:45.314Z] [2020-09-09T17:27:45.314Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:45.314Z] #40 15.92 make[1]: Nothing to be done for 'all'. [2020-09-09T17:27:45.314Z] #40 17.70 CC images/stats.o [2020-09-09T17:27:45.314Z] #40 18.33 CC images/core.o [2020-09-09T17:27:45.314Z] #40 19.25 CC images/core-x86.o [2020-09-09T17:27:45.314Z] #40 19.82 CC images/core-arm.o [2020-09-09T17:27:45.314Z] #40 20.25 CC images/core-aarch64.o [2020-09-09T17:27:45.314Z] #40 20.76 CC images/core-ppc64.o [2020-09-09T17:27:45.314Z] #40 21.33 CC images/core-s390.o [2020-09-09T17:27:45.314Z] #40 22.02 CC images/cpuinfo.o [2020-09-09T17:27:45.314Z] #40 22.48 CC images/inventory.o [2020-09-09T17:27:45.314Z] #40 22.81 CC images/fdinfo.o [2020-09-09T17:27:45.314Z] #40 23.31 CC images/fown.o [2020-09-09T17:27:45.314Z] #40 23.52 CC images/ns.o [2020-09-09T17:27:45.314Z] #40 23.74 CC images/regfile.o [2020-09-09T17:27:45.314Z] #40 24.04 CC images/ghost-file.o [2020-09-09T17:27:45.314Z] #40 24.42 CC images/fifo.o [2020-09-09T17:27:45.314Z] #40 24.65 CC images/remap-file-path.o [2020-09-09T17:27:45.314Z] #40 24.82 CC images/eventfd.o [2020-09-09T17:27:45.314Z] #40 25.11 CC images/eventpoll.o [2020-09-09T17:27:45.314Z] #40 ... [2020-09-09T17:27:45.314Z] [2020-09-09T17:27:45.314Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:45.314Z] #31 78.18 internal/poll [2020-09-09T17:27:45.314Z] #31 80.63 os [2020-09-09T17:27:45.314Z] #31 82.11 internal/fmtsort [2020-09-09T17:27:45.314Z] #31 83.83 fmt [2020-09-09T17:27:45.314Z] #31 83.85 path/filepath [2020-09-09T17:27:45.314Z] #31 85.72 io/ioutil [2020-09-09T17:27:45.314Z] #31 87.36 flag [2020-09-09T17:27:45.314Z] #31 87.37 log [2020-09-09T17:27:45.314Z] #31 87.37 github.com/BurntSushi/toml [2020-09-09T17:27:45.314Z] #31 ... [2020-09-09T17:27:45.314Z] [2020-09-09T17:27:45.314Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:45.314Z] #48 88.35 encoding/binary [2020-09-09T17:27:45.314Z] #48 88.36 flag [2020-09-09T17:27:45.314Z] #48 88.36 github.com/pkg/diff [2020-09-09T17:27:45.314Z] #48 88.37 go/token [2020-09-09T17:27:45.327Z] [2020-09-09T17:27:45.327Z] #64 exporting to image [2020-09-09T17:27:45.327Z] #64 exporting layers [2020-09-09T17:27:46.375Z] #48 ... [2020-09-09T17:27:46.375Z] [2020-09-09T17:27:46.375Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:46.375Z] #42 79.46 regexp [2020-09-09T17:27:46.375Z] #42 86.26 io/ioutil [2020-09-09T17:27:46.375Z] #42 86.39 net [2020-09-09T17:27:46.375Z] #42 86.59 internal/lazyregexp [2020-09-09T17:27:46.375Z] #42 87.16 github.com/LK4D4/vndr/versioned [2020-09-09T17:27:46.375Z] #42 87.27 os/exec [2020-09-09T17:27:46.375Z] #42 ... [2020-09-09T17:27:46.375Z] [2020-09-09T17:27:46.375Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:46.375Z] #40 25.50 CC images/fh.o [2020-09-09T17:27:46.375Z] #40 25.79 CC images/fsnotify.o [2020-09-09T17:27:46.375Z] #40 26.38 CC images/signalfd.o [2020-09-09T17:27:46.375Z] #40 26.67 CC images/fs.o [2020-09-09T17:27:46.375Z] #40 26.85 CC images/pstree.o [2020-09-09T17:27:46.375Z] #40 27.09 CC images/pipe.o [2020-09-09T17:27:46.674Z] #40 27.38 CC images/tcp-stream.o [2020-09-09T17:27:46.972Z] #40 27.62 CC images/sk-packet.o [2020-09-09T17:27:47.393Z] Fetching without tags [2020-09-09T17:27:47.395Z] #64 exporting layers 2.4s done [2020-09-09T17:27:47.395Z] #64 writing image sha256:7992b1f8adedc58c9fea57be3ab1695d37ab0c5c9d8f4590b4a8dde13037a155 done [2020-09-09T17:27:47.395Z] #64 naming to docker.io/library/docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde done [2020-09-09T17:27:47.395Z] #64 DONE 2.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-09T17:27:47.640Z] #40 27.99 CC images/mnt.o [2020-09-09T17:27:47.640Z] #40 28.26 CC images/pipe-data.o [2020-09-09T17:27:47.640Z] #36 34.15 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-09T17:27:47.828Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/test/unit [2020-09-09T17:27:47.939Z] #40 28.48 CC images/sa.o [2020-09-09T17:27:47.120Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:27:47.163Z] > git config --add remote.origin.fetch +refs/pull/41411/head:refs/remotes/origin/PR-41411 # timeout=10 [2020-09-09T17:27:47.201Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:27:47.314Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-09T17:27:47.425Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-09T17:27:47.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:27:47.427Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41411/head:refs/remotes/origin/PR-41411 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T17:27:48.240Z] #40 28.75 CC images/timer.o [2020-09-09T17:27:48.541Z] #40 29.22 CC images/timerfd.o [2020-09-09T17:27:48.599Z] Merging remotes/origin/master commit f50a40e889fdaeebf14fce1d494f95e60092d21d into PR head commit a8e7115fca8db167d09d81d3b1d4aadcfcf4264b [2020-09-09T17:27:48.842Z] #40 29.43 CC images/mm.o [2020-09-09T17:27:49.027Z] #36 ... [2020-09-09T17:27:49.027Z] [2020-09-09T17:27:49.027Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:49.027Z] #60 33.56 Checking out files: 42% (883/2067) Checking out files: 43% (889/2067) Checking out files: 44% (910/2067) Checking out files: 45% (931/2067) Checking out files: 46% (951/2067) Checking out files: 47% (972/2067) Checking out files: 48% (993/2067) Checking out files: 49% (1013/2067) Checking out files: 50% (1034/2067) 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-09-09T17:27:49.027Z] #60 35.41 + cd /tmp/tmp.r1igugPu6x/src/github.com/docker/libnetwork [2020-09-09T17:27:49.027Z] #60 35.41 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-09T17:27:49.027Z] #60 35.78 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-09T17:27:49.143Z] #40 29.83 CC images/sk-opts.o [2020-09-09T17:27:49.443Z] #40 30.02 CC images/sk-unix.o [2020-09-09T17:27:49.744Z] #40 30.37 CC images/sk-inet.o [2020-09-09T17:27:50.395Z] #40 30.78 CC images/tun.o [2020-09-09T17:27:50.395Z] #40 31.14 CC images/sk-netlink.o [2020-09-09T17:27:50.558Z] ? github.com/docker/docker/api [no test files] [2020-09-09T17:27:50.695Z] #40 31.37 CC images/packet-sock.o [2020-09-09T17:27:48.702Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:27:48.740Z] > git checkout -f a8e7115fca8db167d09d81d3b1d4aadcfcf4264b # timeout=10 [2020-09-09T17:27:51.061Z] > git remote # timeout=10 [2020-09-09T17:27:51.347Z] #40 31.82 CC images/ipc-var.o [2020-09-09T17:27:51.648Z] #40 32.05 CC images/ipc-desc.o [2020-09-09T17:27:51.648Z] #40 32.25 CC images/ipc-shm.o [2020-09-09T17:27:51.949Z] #40 32.55 CC images/ipc-msg.o [2020-09-09T17:27:51.995Z] Merge succeeded, producing 4745bdc06b105bebaccdb2231f3e4202de591016 [2020-09-09T17:27:51.995Z] Checking out Revision 4745bdc06b105bebaccdb2231f3e4202de591016 (PR-41411) [2020-09-09T17:27:52.250Z] #40 32.84 CC images/ipc-sem.o [2020-09-09T17:27:52.250Z] #40 33.02 CC images/utsns.o [2020-09-09T17:27:52.551Z] #40 ... [2020-09-09T17:27:52.551Z] [2020-09-09T17:27:52.551Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:52.551Z] #31 91.79 github.com/BurntSushi/toml/cmd/tomlv [2020-09-09T17:27:52.551Z] #31 DONE 95.9s [2020-09-09T17:27:52.551Z] [2020-09-09T17:27:52.551Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:27:52.551Z] #42 90.87 encoding/base64 [2020-09-09T17:27:52.551Z] #42 90.90 crypto/cipher [2020-09-09T17:27:52.551Z] #42 91.08 go/scanner [2020-09-09T17:27:52.551Z] #42 92.48 net/url [2020-09-09T17:27:52.551Z] #42 94.20 text/template/parse [2020-09-09T17:27:52.551Z] #42 94.93 go/ast [2020-09-09T17:27:53.206Z] #42 ... [2020-09-09T17:27:53.206Z] [2020-09-09T17:27:53.206Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:53.206Z] #40 33.38 CC images/creds.o [2020-09-09T17:27:53.206Z] #40 33.68 CC images/vma.o [2020-09-09T17:27:53.206Z] #40 33.82 CC images/netdev.o [2020-09-09T17:27:53.860Z] #40 34.41 CC images/tty.o [2020-09-09T17:27:51.126Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T17:27:51.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-09T17:27:51.169Z] > git merge f50a40e889fdaeebf14fce1d494f95e60092d21d # timeout=10 [2020-09-09T17:27:51.899Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-09-09T17:27:52.026Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T17:27:52.073Z] > git checkout -f 4745bdc06b105bebaccdb2231f3e4202de591016 # timeout=10 [2020-09-09T17:27:54.511Z] #40 35.01 CC images/file-lock.o [2020-09-09T17:27:54.511Z] #40 35.21 CC images/rlimit.o [2020-09-09T17:27:54.811Z] #40 35.41 CC images/pagemap.o [2020-09-09T17:27:54.811Z] #40 ... [2020-09-09T17:27:54.811Z] [2020-09-09T17:27:54.811Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:54.811Z] #11 88.21 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-09T17:27:54.811Z] #11 88.22 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-09T17:27:54.811Z] #11 88.23 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:27:55.111Z] #11 ... [2020-09-09T17:27:55.111Z] [2020-09-09T17:27:55.111Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:55.111Z] #40 35.64 CC images/siginfo.o [2020-09-09T17:27:55.412Z] #40 35.88 CC images/rpc.o [2020-09-09T17:27:56.475Z] #40 37.19 CC images/ext-file.o [2020-09-09T17:27:56.776Z] #40 37.48 CC images/cgroup.o [2020-09-09T17:27:57.428Z] #40 38.16 CC images/userns.o [2020-09-09T17:27:57.745Z] #40 ... [2020-09-09T17:27:57.745Z] [2020-09-09T17:27:57.745Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:27:57.745Z] #48 90.95 go/scanner [2020-09-09T17:27:57.745Z] #48 92.59 mvdan.cc/editorconfig [2020-09-09T17:27:57.745Z] #48 92.78 mvdan.cc/sh/v3/syntax [2020-09-09T17:27:57.745Z] #48 94.55 encoding/json [2020-09-09T17:27:57.745Z] #48 94.63 go/ast [2020-09-09T17:27:57.745Z] #48 97.24 golang.org/x/sys/unix [2020-09-09T17:27:57.745Z] #48 ... [2020-09-09T17:27:57.745Z] [2020-09-09T17:27:57.745Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:27:57.745Z] #40 38.46 CC images/google/protobuf/descriptor.o [2020-09-09T17:27:58.679Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.6% of statements [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/rootless [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/volume [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-09T17:27:58.679Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === Skipped [2020-09-09T17:27:58.679Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-09T17:27:58.679Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-09T17:27:58.679Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-09T17:27:58.679Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-09T17:27:58.679Z] time="2020-09-09T17:26:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-09T17:27:58.679Z] time="2020-09-09T17:26:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-09T17:27:58.679Z] time="2020-09-09T17:26:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-09T17:27:58.679Z] time="2020-09-09T17:26:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:27:58.679Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:27:58.679Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:27:58.679Z] [2020-09-09T17:27:58.679Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-09T17:27:58.680Z] time="2020-09-09T17:26:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:27:58.680Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:27:58.680Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-09T17:27:58.680Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-09T17:27:58.680Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-09T17:27:58.680Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.680Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.680Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.680Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.680Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:27:58.680Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-09T17:27:58.680Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-09T17:27:58.680Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-09T17:27:58.680Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] [2020-09-09T17:27:58.680Z] DONE 2142 tests, 26 skipped in 190.515s Post stage [Pipeline] junit [2020-09-09T17:27:58.696Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T17:27:59.018Z] #60 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:59.018Z] #10 34.53 Fetched 8379 kB in 27s (313 kB/s) [2020-09-09T17:27:59.018Z] #10 34.53 Reading package lists... [2020-09-09T17:27:59.018Z] #10 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:27:59.018Z] #51 37.04 Fetched 8379 kB in 30s (283 kB/s) [2020-09-09T17:27:59.018Z] #51 37.04 Reading package lists... [2020-09-09T17:27:59.018Z] #51 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:27:59.018Z] #23 34.90 Fetched 8379 kB in 27s (313 kB/s) [2020-09-09T17:27:59.018Z] #23 34.90 Reading package lists... [2020-09-09T17:27:59.018Z] #23 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:27:59.018Z] #38 36.05 Fetched 8379 kB in 28s (299 kB/s) [2020-09-09T17:27:59.018Z] #38 36.05 Reading package lists... [2020-09-09T17:27:59.018Z] #38 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:27:59.018Z] #10 34.53 Reading package lists... [2020-09-09T17:27:59.018Z] #10 45.93 Reading package lists... [2020-09-09T17:27:59.018Z] #10 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:27:59.018Z] #32 35.90 Fetched 8379 kB in 28s (303 kB/s) [2020-09-09T17:27:59.018Z] #32 35.90 Reading package lists... [2020-09-09T17:27:59.018Z] #32 ... [2020-09-09T17:27:59.018Z] [2020-09-09T17:27:59.018Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:27:59.018Z] #23 34.90 Reading package lists... [2020-09-09T17:27:59.036Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2020-09-09T17:27:59.138Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -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:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh dynbinary test-integration [2020-09-09T17:27:59.712Z] [2020-09-09T17:27:59.974Z] Removing bundles/ [2020-09-09T17:27:59.974Z] [2020-09-09T17:27:59.974Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-09T17:27:59.974Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:27:59.974Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:28:00.533Z] #40 40.75 CC images/opts.o [2020-09-09T17:28:00.533Z] #40 40.96 CC images/seccomp.o [2020-09-09T17:28:00.533Z] #40 41.28 CC images/binfmt-misc.o [2020-09-09T17:28:00.837Z] #40 41.48 CC images/time.o [2020-09-09T17:28:01.143Z] #40 41.72 CC images/sysctl.o [2020-09-09T17:28:01.143Z] #40 41.95 CC images/autofs.o [2020-09-09T17:28:01.444Z] #40 42.18 CC images/macvlan.o [2020-09-09T17:28:01.743Z] #40 42.38 CC images/sit.o [2020-09-09T17:28:02.043Z] #40 42.61 CC images/memfd.o [2020-09-09T17:28:02.342Z] #40 42.98 CC images/timens.o [2020-09-09T17:28:02.997Z] #40 43.36 LINK images/built-in.o [2020-09-09T17:28:02.997Z] #40 43.53 GEN compel/include/asm [2020-09-09T17:28:02.997Z] #40 43.56 GEN compel/include/version.h [2020-09-09T17:28:02.997Z] #40 43.57 touch .config [2020-09-09T17:28:02.997Z] #40 43.65 GEN include/common/config.h [2020-09-09T17:28:03.300Z] #40 43.76 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-09T17:28:03.300Z] #40 43.79 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-09T17:28:03.300Z] #40 43.82 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-09-09T17:28:03.300Z] #40 43.84 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-09-09T17:28:03.300Z] #40 43.90 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-09-09T17:28:03.300Z] #40 43.94 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-09-09T17:28:03.300Z] #40 43.98 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-09-09T17:28:03.601Z] #40 44.01 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-09T17:28:03.601Z] #40 44.02 DEP compel/plugins/std/infect.d [2020-09-09T17:28:03.601Z] #40 44.16 DEP compel/plugins/std/string.d [2020-09-09T17:28:03.601Z] #40 44.34 DEP compel/plugins/std/log.d [2020-09-09T17:28:03.919Z] #40 44.46 DEP compel/plugins/std/fds.d [2020-09-09T17:28:03.919Z] #40 ... [2020-09-09T17:28:03.919Z] [2020-09-09T17:28:03.919Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:03.919Z] #11 103.7 Selecting previously unselected package libapparmor1:ppc64el. [2020-09-09T17:28:03.919Z] #11 103.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 103.7 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-09-09T17:28:03.919Z] #11 103.8 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-09-09T17:28:03.919Z] #11 103.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 103.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-09T17:28:03.919Z] #11 104.0 Selecting previously unselected package libbtrfs0. [2020-09-09T17:28:03.919Z] #11 104.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 104.0 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-09T17:28:03.919Z] #11 104.1 Selecting previously unselected package libbtrfs-dev. [2020-09-09T17:28:03.919Z] #11 104.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 104.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:28:03.919Z] #11 104.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-09-09T17:28:03.919Z] #11 104.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 104.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-09T17:28:03.919Z] #11 104.3 Selecting previously unselected package libudev-dev:ppc64el. [2020-09-09T17:28:03.919Z] #11 104.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 104.4 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-09T17:28:03.919Z] #11 104.6 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-09-09T17:28:03.919Z] #11 104.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-09-09T17:28:03.919Z] #11 104.6 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-09-09T17:28:03.919Z] #11 104.9 Selecting previously unselected package libpcre16-3:ppc64el. [2020-09-09T17:28:03.919Z] #11 104.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 104.9 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 105.0 Selecting previously unselected package libpcre32-3:ppc64el. [2020-09-09T17:28:03.920Z] #11 105.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 105.1 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 105.2 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-09-09T17:28:03.920Z] #11 105.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 105.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 105.3 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-09-09T17:28:03.920Z] #11 105.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 105.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 105.8 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-09-09T17:28:03.920Z] #11 105.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 105.8 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-09T17:28:03.920Z] #11 106.2 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-09-09T17:28:03.920Z] #11 106.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 106.2 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-09T17:28:03.920Z] #11 106.2 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-09-09T17:28:03.920Z] #11 106.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 106.3 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-09T17:28:03.920Z] #11 106.4 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-09-09T17:28:03.920Z] #11 106.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-09T17:28:03.920Z] #11 106.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-09-09T17:28:03.920Z] #11 106.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-09T17:28:03.920Z] #11 107.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-09T17:28:03.920Z] #11 107.1 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-09T17:28:03.920Z] #11 107.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-09T17:28:03.920Z] #11 107.1 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-09T17:28:03.920Z] #11 107.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:28:03.920Z] #11 107.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-09T17:28:03.920Z] #11 107.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-09T17:28:03.920Z] #11 107.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:28:03.920Z] #11 107.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-09T17:28:03.920Z] #11 107.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-09T17:28:03.920Z] #11 107.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-09T17:28:03.920Z] #11 107.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-09T17:28:03.920Z] #11 107.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-09T17:28:03.920Z] #11 107.2 Setting up dmsetup (2:1.02.155-3) ... [2020-09-09T17:28:03.920Z] #11 107.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-09T17:28:03.920Z] #11 107.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-09T17:28:03.920Z] #11 107.2 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:28:03.920Z] #11 ... [2020-09-09T17:28:03.920Z] [2020-09-09T17:28:03.920Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:03.920Z] #42 97.30 encoding/json [2020-09-09T17:28:03.920Z] #42 103.7 text/template [2020-09-09T17:28:03.920Z] #42 107.0 go/parser [2020-09-09T17:28:04.219Z] #42 ... [2020-09-09T17:28:04.219Z] [2020-09-09T17:28:04.219Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:04.219Z] #40 44.59 DEP compel/plugins/std/std.d [2020-09-09T17:28:04.219Z] #40 ... [2020-09-09T17:28:04.219Z] [2020-09-09T17:28:04.219Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:04.219Z] #11 DONE 107.6s [2020-09-09T17:28:04.219Z] [2020-09-09T17:28:04.219Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:04.219Z] #40 44.76 DEP compel/plugins/shmem/shmem.d [2020-09-09T17:28:04.219Z] #40 44.83 DEP compel/plugins/fds/fds.d [2020-09-09T17:28:04.519Z] #40 45.06 CC compel/plugins/std/std.o [2020-09-09T17:28:04.820Z] #40 ... [2020-09-09T17:28:04.821Z] [2020-09-09T17:28:04.821Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-09T17:28:04.821Z] #12 DONE 0.7s [2020-09-09T17:28:05.121Z] [2020-09-09T17:28:05.121Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:05.121Z] #50 0.606 + RM_GOPATH=0 [2020-09-09T17:28:05.121Z] #50 0.606 + TMP_GOPATH= [2020-09-09T17:28:05.121Z] #50 0.606 + : /build [2020-09-09T17:28:05.121Z] #50 0.606 + '[' -z '' ']' [2020-09-09T17:28:05.121Z] #50 0.609 ++ mktemp -d [2020-09-09T17:28:05.121Z] #50 0.611 + export GOPATH=/tmp/tmp.ZhqbhLbfd6 [2020-09-09T17:28:05.121Z] #50 0.611 + GOPATH=/tmp/tmp.ZhqbhLbfd6 [2020-09-09T17:28:05.121Z] #50 0.612 + RM_GOPATH=1 [2020-09-09T17:28:05.121Z] #50 0.612 + case "$(go env GOARCH)" in [2020-09-09T17:28:05.121Z] #50 0.614 ++ go env GOARCH [2020-09-09T17:28:05.121Z] #50 0.637 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:28:05.121Z] #50 0.638 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:28:05.121Z] #50 0.639 ++ dirname /tmp/install/install.sh [2020-09-09T17:28:05.121Z] #50 0.641 + dir=/tmp/install [2020-09-09T17:28:05.121Z] #50 0.641 + bin=runc [2020-09-09T17:28:05.121Z] #50 0.641 + shift [2020-09-09T17:28:05.121Z] #50 0.641 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-09T17:28:05.121Z] #50 0.641 + . /tmp/install/runc.installer [2020-09-09T17:28:05.121Z] #50 0.642 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-09T17:28:05.121Z] #50 0.644 + install_runc [2020-09-09T17:28:05.121Z] #50 0.647 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-09T17:28:05.121Z] #50 0.654 + uname -r [2020-09-09T17:28:05.121Z] #50 0.657 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-09T17:28:05.121Z] #50 0.657 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-09T17:28:05.121Z] #50 0.657 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-09T17:28:05.121Z] #50 0.657 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZhqbhLbfd6/src/github.com/opencontainers/runc [2020-09-09T17:28:05.121Z] #50 0.662 Cloning into '/tmp/tmp.ZhqbhLbfd6/src/github.com/opencontainers/runc'... [2020-09-09T17:28:05.427Z] #50 ... [2020-09-09T17:28:05.427Z] [2020-09-09T17:28:05.427Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-09T17:28:05.427Z] #13 DONE 0.4s [2020-09-09T17:28:05.427Z] [2020-09-09T17:28:05.427Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:28:05.728Z] #14 0.246 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-09T17:28:05.728Z] #14 DONE 0.3s [2020-09-09T17:28:05.728Z] [2020-09-09T17:28:05.728Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-09T17:28:05.857Z] #23 46.30 Reading package lists... [2020-09-09T17:28:05.857Z] #23 ... [2020-09-09T17:28:05.857Z] [2020-09-09T17:28:05.857Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:28:05.857Z] #51 37.04 Reading package lists... [2020-09-09T17:28:06.382Z] #15 DONE 0.5s [2020-09-09T17:28:06.382Z] [2020-09-09T17:28:06.382Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-09T17:28:06.382Z] #16 DONE 0.4s [2020-09-09T17:28:06.382Z] [2020-09-09T17:28:06.382Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:06.382Z] #40 45.62 CC compel/plugins/std/fds.o [2020-09-09T17:28:06.382Z] #40 46.29 CC compel/plugins/std/log.o [2020-09-09T17:28:06.683Z] #40 47.38 CC compel/plugins/std/string.o [2020-09-09T17:28:06.983Z] #40 ... [2020-09-09T17:28:06.983Z] [2020-09-09T17:28:06.983Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-09-09T17:28:06.983Z] #17 DONE 0.4s [2020-09-09T17:28:06.983Z] [2020-09-09T17:28:06.983Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:07.515Z] Commit message: "Merge commit 'f50a40e889fdaeebf14fce1d494f95e60092d21d' into HEAD" [2020-09-09T17:28:07.629Z] First time build. Skipping changelog. [2020-09-09T17:28:07.635Z] #18 0.576 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:28:07.635Z] #18 0.703 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:28:07.635Z] #18 0.715 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:28:07.547Z] > git rev-list --no-walk f1b3d4832cc16a929d10d560e78561c5e010b80d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-09T17:28:08.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-09T17:28:08.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-09T17:28:08.713Z] #18 1.687 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-09T17:28:09.151Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.584350975s with top 10 stages: buildssa: 1m35.73547322s, goimports: 23.713827176s, unconvert: 12.158008614s, gosec: 10.712105141s, golint: 6.576818472s, ineffassign: 5.035918514s, misspell: 4.791008251s, inspect: 4.116940161s, vrp: 2.903762923s, printf: 2.050231435s [2020-09-09T17:28:10.062Z] #51 48.18 Reading package lists... [2020-09-09T17:28:10.062Z] #51 ... [2020-09-09T17:28:10.062Z] [2020-09-09T17:28:10.062Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:10.062Z] #10 45.93 Reading package lists... [2020-09-09T17:28:10.062Z] #10 ... [2020-09-09T17:28:10.062Z] [2020-09-09T17:28:10.062Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:10.062Z] #38 36.05 Reading package lists... [2020-09-09T17:28:10.062Z] #38 47.57 Reading package lists... [2020-09-09T17:28:10.062Z] #38 ... [2020-09-09T17:28:10.062Z] [2020-09-09T17:28:10.062Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:10.257Z] #18 2.991 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-09T17:28:10.322Z] #10 56.91 Building dependency tree... [2020-09-09T17:28:10.322Z] #10 ... [2020-09-09T17:28:10.322Z] [2020-09-09T17:28:10.322Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:28:10.322Z] #32 35.90 Reading package lists... [2020-09-09T17:28:10.322Z] #32 47.77 Reading package lists... [2020-09-09T17:28:10.322Z] #32 ... [2020-09-09T17:28:10.322Z] [2020-09-09T17:28:10.322Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:10.322Z] #30 57.39 internal/reflectlite [2020-09-09T17:28:10.322Z] #30 57.39 sync [2020-09-09T17:28:10.631Z] + docker version [2020-09-09T17:28:11.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-09T17:28:11.317Z] #18 4.281 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-09T17:28:12.858Z] #18 ... [2020-09-09T17:28:12.858Z] [2020-09-09T17:28:12.858Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:12.858Z] #40 48.07 CC compel/plugins/std/infect.o [2020-09-09T17:28:12.858Z] #40 48.49 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-09-09T17:28:12.858Z] #40 48.55 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-09-09T17:28:12.858Z] #40 48.62 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-09-09T17:28:12.858Z] #40 48.69 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-09-09T17:28:12.858Z] #40 48.77 AR compel/plugins/std.lib.a [2020-09-09T17:28:12.858Z] #40 48.86 CC compel/plugins/fds/fds.o [2020-09-09T17:28:12.858Z] #40 49.25 AR compel/plugins/fds.lib.a [2020-09-09T17:28:12.858Z] #40 49.31 HOSTDEP compel/src/lib/log-host.d [2020-09-09T17:28:12.858Z] #40 49.44 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-09T17:28:12.858Z] #40 49.56 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-09-09T17:28:12.858Z] #40 49.62 HOSTDEP compel/src/main-host.d [2020-09-09T17:28:12.858Z] #40 49.73 DEP compel/src/lib/ptrace.d [2020-09-09T17:28:12.858Z] #40 49.88 DEP compel/src/lib/infect.d [2020-09-09T17:28:12.858Z] #40 50.06 DEP compel/src/lib/infect-util.d [2020-09-09T17:28:12.858Z] #40 50.23 DEP compel/src/lib/infect-rpc.d [2020-09-09T17:28:12.858Z] #40 50.37 DEP compel/arch/ppc64/src/lib/infect.d [2020-09-09T17:28:12.858Z] #40 50.47 DEP compel/arch/ppc64/src/lib/cpu.d [2020-09-09T17:28:12.858Z] #40 50.51 DEP compel/src/lib/log.d [2020-09-09T17:28:12.858Z] #40 50.69 DEP compel/src/main.d [2020-09-09T17:28:12.858Z] #40 50.78 DEP compel/src/lib/handle-elf.d [2020-09-09T17:28:12.858Z] #40 50.92 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-09-09T17:28:12.858Z] #40 51.04 CC compel/src/lib/log.o [2020-09-09T17:28:12.858Z] #40 51.31 CC compel/arch/ppc64/src/lib/cpu.o [2020-09-09T17:28:12.858Z] #40 51.68 CC compel/arch/ppc64/src/lib/infect.o [2020-09-09T17:28:12.858Z] #40 52.50 CC compel/src/lib/infect-rpc.o [2020-09-09T17:28:12.858Z] #40 52.89 CC compel/src/lib/infect-util.o [2020-09-09T17:28:12.858Z] #40 53.16 CC compel/src/lib/infect.o [2020-09-09T17:28:13.510Z] #40 ... [2020-09-09T17:28:13.510Z] [2020-09-09T17:28:13.510Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:13.510Z] #50 9.313 + cd /tmp/tmp.ZhqbhLbfd6/src/github.com/opencontainers/runc [2020-09-09T17:28:13.510Z] #50 9.314 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-09T17:28:13.811Z] #50 9.673 + '[' -z '' ']' [2020-09-09T17:28:14.113Z] #50 9.674 + target=static [2020-09-09T17:28:14.113Z] #50 9.675 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-09T17:28:14.411Z] #50 10.06 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-09T17:28:14.521Z] #30 61.61 sort [2020-09-09T17:28:14.521Z] #30 61.63 errors [2020-09-09T17:28:15.460Z] #30 62.48 strconv [2020-09-09T17:28:16.030Z] #30 ... [2020-09-09T17:28:16.030Z] [2020-09-09T17:28:16.030Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:28:16.030Z] #43 DONE 63.0s [2020-09-09T17:28:16.030Z] [2020-09-09T17:28:16.030Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:16.030Z] #10 56.91 Building dependency tree... [2020-09-09T17:28:16.030Z] #10 62.43 The following additional packages will be installed: [2020-09-09T17:28:16.030Z] #10 62.43 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-09T17:28:16.030Z] #10 62.43 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-09T17:28:16.030Z] #10 62.44 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-09T17:28:16.030Z] #10 62.45 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-09T17:28:16.030Z] #10 62.48 Suggested packages: [2020-09-09T17:28:16.030Z] #10 62.50 gcc-8-locales seccomp wine64 [2020-09-09T17:28:17.743Z] Client: Docker Engine - Enterprise [2020-09-09T17:28:17.743Z] Version: 19.03.5 [2020-09-09T17:28:17.743Z] API version: 1.40 [2020-09-09T17:28:17.743Z] Go version: go1.12.12 [2020-09-09T17:28:17.743Z] Git commit: 2ee0c57608 [2020-09-09T17:28:17.743Z] Built: 11/13/2019 08:00:16 [2020-09-09T17:28:17.743Z] OS/Arch: windows/amd64 [2020-09-09T17:28:17.743Z] Experimental: false [2020-09-09T17:28:17.743Z] [2020-09-09T17:28:17.743Z] Server: Docker Engine - Enterprise [2020-09-09T17:28:17.743Z] Engine: [2020-09-09T17:28:17.743Z] Version: 19.03.5 [2020-09-09T17:28:17.743Z] API version: 1.40 (minimum version 1.24) [2020-09-09T17:28:17.743Z] Go version: go1.12.12 [2020-09-09T17:28:17.743Z] Git commit: 2ee0c57608 [2020-09-09T17:28:17.743Z] Built: 11/13/2019 07:58:51 [2020-09-09T17:28:17.743Z] OS/Arch: windows/amd64 [2020-09-09T17:28:17.743Z] Experimental: true [2020-09-09T17:28:17.942Z] #10 64.99 The following NEW packages will be installed: [2020-09-09T17:28:17.942Z] #10 64.99 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-09T17:28:17.942Z] #10 64.99 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-09T17:28:17.942Z] #10 64.99 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-09T17:28:17.942Z] #10 64.99 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-09T17:28:17.942Z] #10 64.99 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-09T17:28:17.942Z] #10 64.99 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-09T17:28:17.998Z] #50 ... [2020-09-09T17:28:17.998Z] [2020-09-09T17:28:17.998Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:17.998Z] #42 111.1 encoding/xml [2020-09-09T17:28:17.998Z] #42 117.8 math/big [2020-09-09T17:28:17.998Z] #42 118.7 go/doc [2020-09-09T17:28:17.998Z] #42 ... [2020-09-09T17:28:17.998Z] [2020-09-09T17:28:17.998Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:17.998Z] #40 56.22 CC compel/src/lib/ptrace.o [2020-09-09T17:28:17.998Z] #40 56.73 AR compel/libcompel.a [2020-09-09T17:28:17.998Z] #40 56.82 HOSTCC compel/src/main-host.o [2020-09-09T17:28:17.998Z] #40 57.28 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-09-09T17:28:17.998Z] #40 57.42 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-09T17:28:17.998Z] #40 57.84 HOSTCC compel/src/lib/log-host.o [2020-09-09T17:28:17.998Z] #40 58.05 HOSTLINK compel/compel-host-bin [2020-09-09T17:28:17.998Z] #40 58.29 DEP soccr/soccr.d [2020-09-09T17:28:17.998Z] #40 58.57 CC soccr/soccr.o [Pipeline] sh [2020-09-09T17:28:18.515Z] #10 65.47 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:28:18.515Z] #10 65.47 Need to get 77.7 MB of archives. [2020-09-09T17:28:18.515Z] #10 65.47 After this operation, 487 MB of additional disk space will be used. [2020-09-09T17:28:18.515Z] #10 65.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-09-09T17:28:18.515Z] #10 ... [2020-09-09T17:28:18.515Z] [2020-09-09T17:28:18.515Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:18.515Z] #60 DONE 65.5s [2020-09-09T17:28:18.515Z] [2020-09-09T17:28:18.515Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:18.515Z] #38 47.57 Reading package lists... [2020-09-09T17:28:18.515Z] #38 58.60 Building dependency tree... [2020-09-09T17:28:18.515Z] #38 65.46 The following additional packages will be installed: [2020-09-09T17:28:18.515Z] #38 65.46 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-09T17:28:18.515Z] #38 65.46 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-09T17:28:18.515Z] #38 65.48 Suggested packages: [2020-09-09T17:28:18.515Z] #38 65.48 manpages-dev python-setuptools [2020-09-09T17:28:18.774Z] #38 ... [2020-09-09T17:28:18.774Z] [2020-09-09T17:28:18.774Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:18.774Z] #10 65.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-09-09T17:28:19.098Z] INFO [runner/unused/goanalysis] analyzers took 27.024165666s with top 10 stages: buildssa: 22.628371745s, U1000: 4.395793921s [2020-09-09T17:28:19.098Z] INFO [runner] Issues before processing: 2304, after processing: 0 [2020-09-09T17:28:19.098Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1590/1695, path_prettifier: 1695/1695, skip_files: 1695/1695, nolint: 0/64, filename_unadjuster: 1695/1695, exclude: 1590/1590, cgo: 1695/2304, skip_dirs: 1695/1695, identifier_marker: 1590/1590, exclude-rules: 64/1590 [2020-09-09T17:28:19.098Z] INFO [runner] processing took 169.762609ms with stages: nolint: 75.285487ms, identifier_marker: 39.847608ms, skip_dirs: 24.110744ms, path_prettifier: 14.072129ms, autogenerated_exclude: 7.90052ms, exclude-rules: 6.777085ms, cgo: 985.941µs, filename_unadjuster: 777.539µs, max_same_issues: 1.626µs, uniq_by_line: 807ns, skip_files: 539ns, diff: 520ns, source_code: 471ns, exclude: 460ns, max_from_linter: 453ns, path_shortener: 382ns, max_per_file_from_linter: 298ns [2020-09-09T17:28:19.098Z] INFO [runner] linters took 1m36.783858911s with stages: goanalysis_metalinter: 1m17.88772447s, unused: 18.725295052s [2020-09-09T17:28:19.098Z] INFO File cache stats: 1444 entries of total size 6.8MiB [2020-09-09T17:28:19.286Z] + docker info [2020-09-09T17:28:19.347Z] #10 66.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-09T17:28:19.347Z] #10 66.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-09T17:28:19.347Z] #10 66.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-09T17:28:19.347Z] #10 66.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-09T17:28:19.918Z] #10 67.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-09T17:28:19.918Z] #10 ... [2020-09-09T17:28:19.918Z] [2020-09-09T17:28:19.918Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:28:19.918Z] #23 46.30 Reading package lists... [2020-09-09T17:28:19.918Z] #23 57.41 Building dependency tree... [2020-09-09T17:28:19.918Z] #23 63.35 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-09T17:28:19.918Z] #23 63.35 The following additional packages will be installed: [2020-09-09T17:28:19.918Z] #23 63.38 libjq1 libonig5 [2020-09-09T17:28:19.918Z] #23 64.25 The following NEW packages will be installed: [2020-09-09T17:28:19.918Z] #23 64.25 jq libjq1 libonig5 [2020-09-09T17:28:19.918Z] #23 64.91 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:28:19.918Z] #23 64.91 Need to get 355 kB of archives. [2020-09-09T17:28:19.918Z] #23 64.91 After this operation, 1072 kB of additional disk space will be used. [2020-09-09T17:28:19.918Z] #23 64.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-09T17:28:19.918Z] #23 64.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-09T17:28:19.918Z] #23 64.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-09T17:28:19.918Z] #23 66.60 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:28:19.918Z] #23 66.98 Fetched 355 kB in 0s (1039 kB/s) [2020-09-09T17:28:20.026Z] INFO Memory: 1642 samples, avg is 240.3MB, max is 3032.0MB [2020-09-09T17:28:20.026Z] INFO Execution took 3m38.893795384s [2020-09-09T17:28:20.111Z] #40 60.43 AR soccr/libsoccr.a [2020-09-09T17:28:20.111Z] #40 60.47 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-09T17:28:20.111Z] #40 60.93 DEP criu/arch/ppc64/sigframe.d [2020-09-09T17:28:20.178Z] #23 67.24 Selecting previously unselected package libonig5:amd64. [2020-09-09T17:28:20.178Z] #23 67.24 (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 ... 15410 files and directories currently installed.) [2020-09-09T17:28:20.178Z] #23 67.35 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-09T17:28:20.282Z] Congratulations! The shell scripts are properly formatted. [2020-09-09T17:28:20.415Z] #40 ... [2020-09-09T17:28:20.415Z] [2020-09-09T17:28:20.415Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:20.415Z] #48 114.8 golang.org/x/crypto/ssh/terminal [2020-09-09T17:28:20.415Z] #48 118.2 mvdan.cc/sh/v3/cmd/shfmt [2020-09-09T17:28:20.415Z] #48 DONE 124.0s [2020-09-09T17:28:20.415Z] [2020-09-09T17:28:20.415Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:20.415Z] #40 61.14 DEP criu/arch/ppc64/crtools.d [2020-09-09T17:28:20.442Z] #23 67.41 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-09T17:28:20.442Z] #23 ... [2020-09-09T17:28:20.442Z] [2020-09-09T17:28:20.442Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:20.442Z] #10 67.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-09T17:28:20.702Z] #10 67.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-09-09T17:28:20.702Z] #10 ... [2020-09-09T17:28:20.702Z] [2020-09-09T17:28:20.702Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:28:20.702Z] #32 47.77 Reading package lists... [2020-09-09T17:28:20.702Z] #32 58.27 Building dependency tree... [2020-09-09T17:28:20.702Z] #32 64.28 The following additional packages will be installed: [2020-09-09T17:28:20.702Z] #32 64.28 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-09T17:28:20.702Z] #32 64.33 Suggested packages: [2020-09-09T17:28:20.702Z] #32 64.33 cmake-doc ninja-build lrzip [2020-09-09T17:28:20.702Z] #32 64.33 Recommended packages: [2020-09-09T17:28:20.702Z] #32 64.33 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-09T17:28:20.702Z] #32 66.18 The following NEW packages will be installed: [2020-09-09T17:28:20.702Z] #32 66.18 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-09T17:28:20.702Z] #32 66.18 vim-common xxd [2020-09-09T17:28:20.702Z] #32 66.87 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:28:20.702Z] #32 66.87 Need to get 14.9 MB of archives. [2020-09-09T17:28:20.702Z] #32 66.87 After this operation, 61.8 MB of additional disk space will be used. [2020-09-09T17:28:20.702Z] #32 66.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-09T17:28:20.702Z] #32 66.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-09T17:28:20.702Z] #32 66.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-09T17:28:20.702Z] #32 67.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-09T17:28:20.715Z] #40 ... [2020-09-09T17:28:20.715Z] [2020-09-09T17:28:20.715Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:20.715Z] #18 10.18 Fetched 8156 kB in 10s (833 kB/s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-09-09T17:28:20.970Z] #32 ... [2020-09-09T17:28:20.970Z] [2020-09-09T17:28:20.970Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:20.970Z] #38 67.71 The following NEW packages will be installed: [2020-09-09T17:28:20.970Z] #38 67.73 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-09T17:28:20.970Z] #38 67.73 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-09T17:28:20.970Z] #38 67.73 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-09T17:28:20.970Z] #38 67.73 python-six zlib1g-dev [2020-09-09T17:28:21.169Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh dynbinary-daemon test-docker-py [2020-09-09T17:28:21.233Z] #38 68.22 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:28:21.233Z] #38 68.22 Need to get 4095 kB of archives. [2020-09-09T17:28:21.233Z] #38 68.22 After this operation, 22.5 MB of additional disk space will be used. [2020-09-09T17:28:21.233Z] #38 68.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-09T17:28:21.233Z] #38 68.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-09T17:28:21.233Z] #38 68.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-09T17:28:21.233Z] #38 68.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-09T17:28:21.233Z] #38 68.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-09T17:28:21.233Z] #38 68.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-09T17:28:21.233Z] #38 68.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-09-09T17:28:21.233Z] #38 68.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-09T17:28:21.233Z] #38 68.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-09T17:28:21.233Z] #38 68.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-09T17:28:21.426Z] [2020-09-09T17:28:21.426Z] Removing bundles/ [2020-09-09T17:28:21.493Z] #38 68.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-09T17:28:21.493Z] #38 68.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-09T17:28:21.682Z] [2020-09-09T17:28:21.682Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-09T17:28:21.682Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:28:21.682Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:28:21.754Z] #38 68.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-09-09T17:28:21.754Z] #38 68.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-09T17:28:21.754Z] #38 68.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-09T17:28:21.754Z] #38 68.89 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-09T17:28:21.754Z] #38 68.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-09T17:28:21.754Z] #38 ... [2020-09-09T17:28:21.754Z] [2020-09-09T17:28:21.754Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:28:21.754Z] #51 48.18 Reading package lists... [2020-09-09T17:28:21.754Z] #51 59.48 Building dependency tree... [2020-09-09T17:28:21.754Z] #51 65.54 The following additional packages will be installed: [2020-09-09T17:28:21.754Z] #51 65.60 libbtrfs0 [2020-09-09T17:28:21.754Z] #51 65.92 The following NEW packages will be installed: [2020-09-09T17:28:21.754Z] #51 65.99 libbtrfs-dev libbtrfs0 [2020-09-09T17:28:21.754Z] #51 66.60 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:28:21.754Z] #51 66.60 Need to get 119 kB of archives. [2020-09-09T17:28:21.754Z] #51 66.60 After this operation, 387 kB of additional disk space will be used. [2020-09-09T17:28:21.754Z] #51 66.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-09T17:28:21.754Z] #51 66.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-09T17:28:21.754Z] #51 68.61 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:28:22.014Z] #51 68.97 Fetched 119 kB in 0s (322 kB/s) [2020-09-09T17:28:22.014Z] #51 ... [2020-09-09T17:28:22.014Z] [2020-09-09T17:28:22.014Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:28:22.014Z] #23 68.54 Selecting previously unselected package libjq1:amd64. [2020-09-09T17:28:22.014Z] #23 68.55 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-09T17:28:22.014Z] #23 68.55 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-09T17:28:22.014Z] #23 69.00 Selecting previously unselected package jq. [2020-09-09T17:28:22.014Z] #23 69.00 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-09T17:28:22.014Z] #23 69.01 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-09T17:28:22.274Z] #23 69.40 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-09T17:28:22.274Z] #23 69.43 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-09T17:28:22.534Z] #23 69.45 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-09T17:28:22.534Z] #23 69.49 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:28:22.795Z] #23 ... [2020-09-09T17:28:22.795Z] [2020-09-09T17:28:22.795Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:22.795Z] #41 59.92 internal/reflectlite [2020-09-09T17:28:22.795Z] #41 59.93 sync [2020-09-09T17:28:22.795Z] #41 62.36 github.com/LK4D4/vndr/godl/singleflight [2020-09-09T17:28:22.795Z] #41 62.89 math/rand [2020-09-09T17:28:22.795Z] #41 65.23 internal/singleflight [2020-09-09T17:28:22.795Z] #41 66.38 io [2020-09-09T17:28:22.795Z] #41 66.42 strconv [2020-09-09T17:28:22.795Z] #41 68.26 bytes [2020-09-09T17:28:22.837Z] #18 10.18 Reading package lists... [2020-09-09T17:28:23.061Z] #41 ... [2020-09-09T17:28:23.061Z] [2020-09-09T17:28:23.061Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:28:23.061Z] #51 69.19 Selecting previously unselected package libbtrfs0. [2020-09-09T17:28:23.061Z] #51 69.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 ... 15410 files and directories currently installed.) [2020-09-09T17:28:23.061Z] #51 69.34 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-09T17:28:23.061Z] #51 69.36 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-09T17:28:23.061Z] #51 69.67 Selecting previously unselected package libbtrfs-dev. [2020-09-09T17:28:23.061Z] #51 69.67 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-09T17:28:23.061Z] #51 69.71 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:28:23.061Z] #51 70.03 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-09T17:28:23.322Z] #51 70.25 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:28:23.322Z] #51 70.31 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:28:23.322Z] #51 ... [2020-09-09T17:28:23.322Z] [2020-09-09T17:28:23.322Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-09T17:28:23.322Z] #23 DONE 70.3s [2020-09-09T17:28:23.584Z] [2020-09-09T17:28:23.584Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:28:23.584Z] #24 DONE 0.2s [2020-09-09T17:28:23.584Z] [2020-09-09T17:28:23.584Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:23.898Z] #18 15.97 Reading package lists... [2020-09-09T17:28:23.898Z] #18 ... [2020-09-09T17:28:23.898Z] [2020-09-09T17:28:23.898Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:23.898Z] #40 61.54 DEP criu/arch/ppc64/cpu.d [2020-09-09T17:28:23.898Z] #40 61.86 CC criu/arch/ppc64/cpu.o [2020-09-09T17:28:23.898Z] #40 63.04 CC criu/arch/ppc64/crtools.o [2020-09-09T17:28:23.898Z] #40 64.19 CC criu/arch/ppc64/sigframe.o [2020-09-09T17:28:24.154Z] #25 ... [2020-09-09T17:28:24.154Z] [2020-09-09T17:28:24.154Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-09T17:28:24.154Z] #51 DONE 71.3s [2020-09-09T17:28:24.198Z] #40 64.71 LINK criu/arch/ppc64/crtools.built-in.o [2020-09-09T17:28:24.198Z] #40 64.76 DEP criu/pie/util-vdso.d [2020-09-09T17:28:24.416Z] [2020-09-09T17:28:24.416Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:24.416Z] #38 70.81 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:28:24.416Z] #38 71.24 Fetched 4095 kB in 1s (4033 kB/s) [2020-09-09T17:28:24.416Z] #38 71.45 Selecting previously unselected package libcap-dev:amd64. [2020-09-09T17:28:24.498Z] #40 64.99 DEP criu/pie/util.d [2020-09-09T17:28:24.499Z] #40 65.17 CC criu/pie/util.o [2020-09-09T17:28:24.680Z] #38 71.45 (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 ... 15410 files and directories currently installed.) [2020-09-09T17:28:24.681Z] #38 71.60 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-09T17:28:24.681Z] #38 71.60 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-09T17:28:24.798Z] #40 65.44 CC criu/pie/util-vdso.o [2020-09-09T17:28:24.940Z] #38 71.89 Selecting previously unselected package libnet1:amd64. [2020-09-09T17:28:24.940Z] #38 71.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-09T17:28:24.940Z] #38 71.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-09T17:28:25.202Z] #38 72.16 Selecting previously unselected package libnet1-dev. [2020-09-09T17:28:25.202Z] #38 72.16 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-09T17:28:25.202Z] #38 72.18 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-09T17:28:25.448Z] #40 65.93 AR criu/pie/pie.lib.a [2020-09-09T17:28:25.448Z] #40 65.96 DEP criu/pie/restorer.d [2020-09-09T17:28:25.448Z] #40 66.12 DEP criu/arch/ppc64/vdso-trampoline.d [2020-09-09T17:28:25.448Z] #40 66.15 DEP criu/arch/ppc64/restorer.d [2020-09-09T17:28:25.462Z] #38 72.48 Selecting previously unselected package libnl-3-200:amd64. [2020-09-09T17:28:25.462Z] #38 72.49 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-09T17:28:25.462Z] #38 72.50 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-09T17:28:25.739Z] #38 72.91 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-09T17:28:25.739Z] #38 72.91 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-09T17:28:25.739Z] #38 72.92 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-09T17:28:25.749Z] #40 66.28 DEP criu/arch/ppc64/vdso-pie.d [2020-09-09T17:28:25.749Z] #40 66.40 DEP criu/pie/parasite-vdso.d [2020-09-09T17:28:25.749Z] #40 66.54 DEP criu/pie/parasite.d [2020-09-09T17:28:26.049Z] #40 66.80 CC criu/pie/parasite.o [2020-09-09T17:28:26.344Z] #38 73.27 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-09T17:28:26.344Z] #38 73.28 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-09T17:28:26.344Z] #38 73.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-09T17:28:26.605Z] #38 73.69 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-09T17:28:26.605Z] #38 73.71 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-09T17:28:26.605Z] #38 73.74 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-09T17:28:26.702Z] #40 ... [2020-09-09T17:28:26.702Z] [2020-09-09T17:28:26.702Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:28:26.702Z] #55 130.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-09T17:28:26.865Z] #38 73.98 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-09T17:28:26.865Z] #38 73.98 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-09T17:28:27.003Z] #55 130.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-09T17:28:27.125Z] #38 74.05 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-09T17:28:27.697Z] #38 74.54 Selecting previously unselected package libprotobuf17:amd64. [2020-09-09T17:28:27.697Z] #38 74.54 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-09T17:28:27.697Z] #38 74.55 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:27.697Z] #38 ... [2020-09-09T17:28:27.697Z] [2020-09-09T17:28:27.697Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:27.697Z] #30 64.53 io [2020-09-09T17:28:27.697Z] #30 66.65 internal/oserror [2020-09-09T17:28:27.697Z] #30 66.78 syscall [2020-09-09T17:28:27.697Z] #30 68.91 reflect [2020-09-09T17:28:27.697Z] #30 ... [2020-09-09T17:28:27.697Z] [2020-09-09T17:28:27.697Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:28:27.698Z] #28 71.57 Checking out files: 68% (1043/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: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-09T17:28:27.698Z] #28 73.02 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-09T17:28:27.698Z] #28 73.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-09T17:28:30.241Z] #28 ... [2020-09-09T17:28:30.241Z] [2020-09-09T17:28:30.241Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:30.241Z] #25 3.835 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-09T17:28:30.241Z] #25 4.254 [2020-09-09T17:28:30.762Z] #25 4.610 #=#=# 0.0% ### 5.3% ###### 8.9% ######### 13.0% ############ 16.8% ############### 20.9% ################## 25.6% #################### 27.9% ###################### 31.8% ############################ 39.3% ############################### 43.4% ################################ 45.1% ################################### 49.4% ##################################### 51.4% ####################################### 54.7% ########################################### 60.4% ############################################## 65.1% ################################################ 68.0% #################################################### 72.9% ###################################################### 75.0% ########################################################### 82.9% ################################################################ 89.7% ###################################################################### 98.0% ######################################################################## 100.0% [2020-09-09T17:28:31.333Z] #25 7.896 [2020-09-09T17:28:31.594Z] #25 ... [2020-09-09T17:28:31.594Z] [2020-09-09T17:28:31.594Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:28:31.594Z] #32 68.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-09T17:28:31.594Z] #32 68.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-09T17:28:31.594Z] #32 68.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-09T17:28:31.594Z] #32 68.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-09T17:28:31.594Z] #32 68.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-09T17:28:31.594Z] #32 68.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-09T17:28:31.594Z] #32 70.99 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:28:31.594Z] #32 71.50 Fetched 14.9 MB in 3s (4991 kB/s) [2020-09-09T17:28:31.594Z] #32 71.66 Selecting previously unselected package xxd. [2020-09-09T17:28:31.594Z] #32 71.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-09T17:28:31.594Z] #32 71.80 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-09T17:28:31.594Z] #32 71.83 Unpacking xxd (2:8.1.0875-5) ... [2020-09-09T17:28:31.594Z] #32 72.23 Selecting previously unselected package vim-common. [2020-09-09T17:28:31.594Z] #32 72.23 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:28:31.594Z] #32 72.31 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-09T17:28:31.594Z] #32 72.93 Selecting previously unselected package cmake-data. [2020-09-09T17:28:31.594Z] #32 72.93 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-09T17:28:31.594Z] #32 72.96 Unpacking cmake-data (3.13.4-1) ... [2020-09-09T17:28:31.594Z] #32 78.08 Selecting previously unselected package libicu63:amd64. [2020-09-09T17:28:31.594Z] #32 78.11 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-09T17:28:31.594Z] #32 78.17 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-09T17:28:31.874Z] #32 ... [2020-09-09T17:28:31.874Z] [2020-09-09T17:28:31.874Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:32.140Z] #25 8.319 ###### 8.9% ################# 24.0% ######################################### 57.0% ##################################################### 74.2% ######################################################################## 100.0% [2020-09-09T17:28:32.671Z] #55 ... [2020-09-09T17:28:32.671Z] [2020-09-09T17:28:32.671Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:32.671Z] #18 15.97 Reading package lists... [2020-09-09T17:28:32.671Z] #18 20.26 Building dependency tree... [2020-09-09T17:28:32.671Z] #18 22.20 libcap2-bin is already the newest version (1:2.25-2). [2020-09-09T17:28:32.671Z] #18 22.20 The following additional packages will be installed: [2020-09-09T17:28:32.671Z] #18 22.21 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-09T17:28:32.671Z] #18 22.21 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-09T17:28:32.671Z] #18 22.21 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-09T17:28:32.671Z] #18 22.21 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-09T17:28:32.671Z] #18 22.21 python3.7 python3.7-minimal vim-runtime xxd [2020-09-09T17:28:32.671Z] #18 22.22 Suggested packages: [2020-09-09T17:28:32.671Z] #18 22.22 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-09T17:28:32.671Z] #18 22.22 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-09T17:28:32.671Z] #18 22.22 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-09T17:28:32.671Z] #18 22.22 Recommended packages: [2020-09-09T17:28:32.671Z] #18 22.22 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-09T17:28:32.671Z] #18 22.22 python3-keyrings.alt python3-xdg unzip [2020-09-09T17:28:32.671Z] #18 24.76 The following NEW packages will be installed: [2020-09-09T17:28:32.671Z] #18 24.76 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-09T17:28:32.671Z] #18 24.76 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-09T17:28:32.671Z] #18 24.76 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-09T17:28:32.671Z] #18 24.76 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-09T17:28:32.671Z] #18 24.77 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-09T17:28:32.671Z] #18 24.77 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-09T17:28:32.671Z] #18 24.77 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-09T17:28:32.671Z] #18 24.77 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-09T17:28:32.671Z] #18 24.77 xz-utils zip [2020-09-09T17:28:32.671Z] #18 24.97 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:28:32.671Z] #18 24.97 Need to get 29.2 MB of archives. [2020-09-09T17:28:32.671Z] #18 24.97 After this operation, 134 MB of additional disk space will be used. [2020-09-09T17:28:32.671Z] #18 24.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-09-09T17:28:32.671Z] #18 25.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-09-09T17:28:32.671Z] #18 25.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-09-09T17:28:32.671Z] #18 25.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-09-09T17:28:32.671Z] #18 25.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-09-09T17:28:32.725Z] #25 9.320 [2020-09-09T17:28:32.970Z] #18 25.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-09-09T17:28:33.608Z] #25 9.727 #### 6.2% ######################### 35.1% ##################################################### 74.1% ################################################################### 93.2% ######################################################################## 100.0% [2020-09-09T17:28:33.622Z] #18 26.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-09-09T17:28:33.622Z] #18 26.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-09-09T17:28:33.622Z] #18 26.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-09-09T17:28:33.622Z] #18 26.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-09-09T17:28:33.622Z] #18 26.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-09-09T17:28:33.924Z] #18 26.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-09-09T17:28:33.924Z] #18 26.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-09-09T17:28:33.924Z] #18 26.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-09-09T17:28:33.924Z] #18 26.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-09-09T17:28:33.924Z] #18 26.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-09-09T17:28:33.924Z] #18 27.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-09T17:28:33.924Z] #18 27.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-09T17:28:33.924Z] #18 27.04 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-09-09T17:28:33.924Z] #18 27.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-09-09T17:28:34.194Z] #25 ... [2020-09-09T17:28:34.194Z] [2020-09-09T17:28:34.194Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:28:34.194Z] #52 2.082 + RM_GOPATH=0 [2020-09-09T17:28:34.194Z] #52 2.082 + TMP_GOPATH= [2020-09-09T17:28:34.194Z] #52 2.082 + : /build [2020-09-09T17:28:34.194Z] #52 2.082 + '[' -z '' ']' [2020-09-09T17:28:34.194Z] #52 2.082 ++ mktemp -d [2020-09-09T17:28:34.194Z] #52 2.093 + export GOPATH=/tmp/tmp.hhcu51kMca [2020-09-09T17:28:34.194Z] #52 2.093 + GOPATH=/tmp/tmp.hhcu51kMca [2020-09-09T17:28:34.194Z] #52 2.093 + RM_GOPATH=1 [2020-09-09T17:28:34.194Z] #52 2.093 + case "$(go env GOARCH)" in [2020-09-09T17:28:34.194Z] #52 2.093 ++ go env GOARCH [2020-09-09T17:28:34.194Z] #52 2.138 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:28:34.194Z] #52 2.138 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:28:34.195Z] #52 2.143 ++ dirname /tmp/install/install.sh [2020-09-09T17:28:34.195Z] #52 2.149 + dir=/tmp/install [2020-09-09T17:28:34.195Z] #52 2.149 + bin=containerd [2020-09-09T17:28:34.195Z] #52 2.149 + shift [2020-09-09T17:28:34.195Z] #52 2.149 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-09T17:28:34.195Z] #52 2.149 + . /tmp/install/containerd.installer [2020-09-09T17:28:34.195Z] #52 2.149 ++ set -e [2020-09-09T17:28:34.195Z] #52 2.149 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:28:34.195Z] #52 2.149 + install_containerd [2020-09-09T17:28:34.195Z] #52 2.153 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-09T17:28:34.195Z] #52 2.153 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:28:34.195Z] #52 2.154 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hhcu51kMca/src/github.com/containerd/containerd [2020-09-09T17:28:34.195Z] #52 2.166 Cloning into '/tmp/tmp.hhcu51kMca/src/github.com/containerd/containerd'... [2020-09-09T17:28:34.195Z] #52 ... [2020-09-09T17:28:34.195Z] [2020-09-09T17:28:34.195Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:34.195Z] #25 10.87 [2020-09-09T17:28:34.225Z] #18 27.10 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-09-09T17:28:34.225Z] #18 27.11 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-09-09T17:28:34.225Z] #18 27.14 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-09-09T17:28:34.225Z] #18 27.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-09T17:28:34.225Z] #18 27.16 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-09T17:28:34.225Z] #18 27.17 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-09T17:28:34.225Z] #18 27.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-09-09T17:28:34.225Z] #18 27.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-09-09T17:28:34.225Z] #18 27.20 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-09T17:28:34.455Z] #25 ... [2020-09-09T17:28:34.455Z] [2020-09-09T17:28:34.455Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:34.455Z] #41 71.56 bufio [2020-09-09T17:28:34.455Z] #41 72.31 reflect [2020-09-09T17:28:34.455Z] #41 74.29 syscall [2020-09-09T17:28:34.526Z] #18 ... [2020-09-09T17:28:34.526Z] [2020-09-09T17:28:34.526Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:28:34.526Z] #55 DONE 138.0s [2020-09-09T17:28:34.526Z] [2020-09-09T17:28:34.526Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-09T17:28:34.526Z] #56 DONE 0.1s [2020-09-09T17:28:34.526Z] [2020-09-09T17:28:34.526Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:34.526Z] #18 27.68 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-09T17:28:34.526Z] #18 27.69 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-09-09T17:28:34.526Z] #18 27.69 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-09T17:28:34.526Z] #18 27.69 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-09-09T17:28:34.526Z] #18 27.70 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-09-09T17:28:34.526Z] #18 27.71 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-09-09T17:28:34.526Z] #18 ... [2020-09-09T17:28:34.526Z] [2020-09-09T17:28:34.526Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:34.526Z] #40 68.33 LINK criu/pie/parasite.built-in.o [2020-09-09T17:28:34.526Z] #40 68.35 GEN criu/pie/parasite-blob.h [2020-09-09T17:28:34.526Z] #40 68.40 CC criu/pie/parasite-vdso.o [2020-09-09T17:28:34.526Z] #40 69.27 CC criu/arch/ppc64/vdso-pie.o [2020-09-09T17:28:34.526Z] #40 69.74 CC criu/arch/ppc64/restorer.o [2020-09-09T17:28:34.526Z] #40 70.20 CC criu/arch/ppc64/vdso-trampoline.o [2020-09-09T17:28:34.526Z] #40 70.24 CC criu/pie/restorer.o [2020-09-09T17:28:34.526Z] #40 73.39 LINK criu/pie/restorer.built-in.o [2020-09-09T17:28:34.526Z] #40 73.41 GEN criu/pie/restorer-blob.h [2020-09-09T17:28:34.526Z] #40 73.54 DEP criu/vdso.d [2020-09-09T17:28:34.526Z] #40 73.81 DEP criu/uts_ns.d [2020-09-09T17:28:34.526Z] #40 73.97 DEP criu/util.d [2020-09-09T17:28:34.526Z] #40 74.32 DEP criu/uffd.d [2020-09-09T17:28:34.526Z] #40 74.58 DEP criu/tun.d [2020-09-09T17:28:34.526Z] #40 74.91 DEP criu/tty.d [2020-09-09T17:28:34.526Z] #40 75.20 DEP criu/timerfd.d [2020-09-09T17:28:34.715Z] #41 ... [2020-09-09T17:28:34.716Z] [2020-09-09T17:28:34.716Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:34.841Z] #40 ... [2020-09-09T17:28:34.841Z] [2020-09-09T17:28:34.841Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-09T17:28:34.841Z] #57 DONE 0.1s [2020-09-09T17:28:34.841Z] [2020-09-09T17:28:34.841Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:34.841Z] #18 27.78 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-09T17:28:34.841Z] #18 27.78 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-09-09T17:28:34.841Z] #18 27.79 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-09-09T17:28:34.841Z] #18 27.80 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-09T17:28:34.841Z] #18 27.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-09-09T17:28:34.841Z] #18 27.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-09T17:28:34.841Z] #18 27.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-09-09T17:28:35.140Z] #18 28.14 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-09-09T17:28:35.140Z] #18 28.22 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-09-09T17:28:35.140Z] #18 28.23 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-09T17:28:35.756Z] #25 11.15 # 1.7% ### 4.9% ###### 9.6% ######### 12.5% ############ 17.2% ############### 21.6% ################## 25.4% ###################### 30.6% ######################## 34.4% ########################### 38.0% ############################# 41.0% # [2020-09-09T17:28:35.756Z] #25 ... [2020-09-09T17:28:35.756Z] [2020-09-09T17:28:35.756Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:35.756Z] #10 72.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-09-09T17:28:35.756Z] #10 76.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-09T17:28:35.756Z] #10 76.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-09T17:28:35.756Z] #10 76.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-09T17:28:35.756Z] #10 76.94 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-09T17:28:35.756Z] #10 76.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-09-09T17:28:35.756Z] #10 76.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-09T17:28:35.756Z] #10 77.02 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-09T17:28:35.756Z] #10 77.03 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-09T17:28:35.756Z] #10 77.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-09T17:28:35.756Z] #10 77.15 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-09T17:28:35.756Z] #10 77.19 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-09T17:28:35.756Z] #10 77.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-09T17:28:35.756Z] #10 77.38 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-09T17:28:35.756Z] #10 77.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-09T17:28:35.756Z] #10 77.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-09T17:28:35.756Z] #10 79.24 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:28:35.756Z] #10 79.55 Fetched 77.7 MB in 12s (6340 kB/s) [2020-09-09T17:28:35.756Z] #10 79.75 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-09T17:28:35.757Z] #10 79.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-09T17:28:35.757Z] #10 79.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-09T17:28:35.757Z] #10 79.85 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-09T17:28:35.787Z] #18 28.90 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-09-09T17:28:36.017Z] #10 ... [2020-09-09T17:28:36.017Z] [2020-09-09T17:28:36.017Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:36.086Z] #18 29.22 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-09-09T17:28:36.086Z] #18 29.27 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-09-09T17:28:36.537Z] #25 11.15 # 1.7% ### 4.9% ###### 9.6% ######### 12.5% ############ 17.2% ############### 21.6% ################## 25.4% ###################### 30.6% ######################## 34.4% ########################### 38.0% ############################# 41.0% ############################### 44.2% ################################## 48.1% ##################################### 51.5% ######################################## 55.6% ########################################## 59.7% ### [2020-09-09T17:28:36.537Z] #25 ... [2020-09-09T17:28:36.537Z] [2020-09-09T17:28:36.537Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:36.537Z] #47 73.46 reflect [2020-09-09T17:28:36.537Z] #47 73.47 syscall [2020-09-09T17:28:36.537Z] #47 ... [2020-09-09T17:28:36.537Z] [2020-09-09T17:28:36.537Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:37.056Z] #25 11.15 # 1.7% ### 4.9% ###### 9.6% ######### 12.5% ############ 17.2% ############### 21.6% ################## 25.4% ###################### 30.6% ######################## 34.4% ########################### 38.0% ############################# 41.0% ############################### 44.2% ################################## 48.1% ##################################### 51.5% ######################################## 55.6% ########################################## 59.7% ################################################## 70.6% ######################################################## 78.1% ############################################################# 85.2% ################################################################# 91.3% ###################################################################### 98.0% ######################################################################## 100.0% [2020-09-09T17:28:37.147Z] #18 30.19 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:28:37.147Z] #18 30.25 Fetched 29.2 MB in 4s (6583 kB/s) [2020-09-09T17:28:37.147Z] #18 30.32 Selecting previously unselected package pigz. [2020-09-09T17:28:37.147Z] #18 30.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% [2020-09-09T17:28:37.147Z] #18 ... [2020-09-09T17:28:37.147Z] [2020-09-09T17:28:37.147Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:37.147Z] #42 130.6 github.com/LK4D4/vndr/build [2020-09-09T17:28:37.147Z] #42 131.9 vendor/golang.org/x/net/idna [2020-09-09T17:28:37.147Z] #42 140.3 vendor/golang.org/x/net/http2/hpack [2020-09-09T17:28:37.447Z] #42 140.8 mime [2020-09-09T17:28:37.447Z] #42 ... [2020-09-09T17:28:37.447Z] [2020-09-09T17:28:37.447Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:37.447Z] #18 30.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-09-09T17:28:37.447Z] #18 30.40 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-09-09T17:28:37.447Z] #18 30.42 Unpacking pigz (2.4-1) ... [2020-09-09T17:28:37.447Z] #18 30.50 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-09-09T17:28:37.447Z] #18 30.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-09T17:28:37.447Z] #18 30.50 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-09T17:28:37.626Z] #25 14.25 [2020-09-09T17:28:38.097Z] #18 30.96 Selecting previously unselected package python3.7-minimal. [2020-09-09T17:28:38.097Z] #18 30.97 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-09T17:28:38.097Z] #18 30.98 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-09T17:28:39.155Z] #18 32.02 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-09T17:28:39.155Z] #18 32.04 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-09T17:28:39.193Z] #25 14.56 0.9% # 2.4% ## 3.8% ### 4.9% #### 5.7% ##### 7.2% ###### 8.9% ####### 10.8% ######## 11.9% ######### 13.1% # [2020-09-09T17:28:39.193Z] #25 ... [2020-09-09T17:28:39.193Z] [2020-09-09T17:28:39.193Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:39.193Z] #38 76.20 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-09T17:28:39.193Z] #38 76.22 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-09T17:28:39.193Z] #38 76.24 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:39.193Z] #38 77.11 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-09T17:28:39.193Z] #38 77.13 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-09T17:28:39.193Z] #38 77.14 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:39.193Z] #38 79.31 Selecting previously unselected package libprotoc17:amd64. [2020-09-09T17:28:39.193Z] #38 79.31 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-09T17:28:39.193Z] #38 79.32 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:39.193Z] #38 80.59 Selecting previously unselected package protobuf-c-compiler. [2020-09-09T17:28:39.193Z] #38 80.60 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-09T17:28:39.193Z] #38 80.64 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-09T17:28:39.193Z] #38 80.93 Selecting previously unselected package protobuf-compiler. [2020-09-09T17:28:39.193Z] #38 80.93 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-09T17:28:39.193Z] #38 80.93 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-09T17:28:39.193Z] #38 81.23 Selecting previously unselected package python-pkg-resources. [2020-09-09T17:28:39.193Z] #38 81.23 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-09T17:28:39.193Z] #38 81.28 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-09T17:28:39.193Z] #38 81.75 Selecting previously unselected package python-six. [2020-09-09T17:28:39.193Z] #38 81.75 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-09T17:28:39.193Z] #38 81.77 Unpacking python-six (1.12.0-1) ... [2020-09-09T17:28:39.193Z] #38 82.17 Selecting previously unselected package python-protobuf. [2020-09-09T17:28:39.193Z] #38 82.19 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-09T17:28:39.193Z] #38 82.19 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-09T17:28:39.193Z] #38 83.33 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-09T17:28:39.193Z] #38 ... [2020-09-09T17:28:39.193Z] [2020-09-09T17:28:39.193Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:41.794Z] #25 14.56 0.9% # 2.4% ## 3.8% ### 4.9% #### 5.7% ##### 7.2% ###### 8.9% ####### 10.8% ######## 11.9% ######### 13.1% ########## 14.1% ########## 15.2% ########### 16.2% ############ 17.4% ############# 18.6% ############# 19.4% ############## 20.7% ############### 21.5% ############### 22.0% ################# 24.6% ################## 25.9% ################### 26.7% ################### 27.7% #################### 28.3% ####################### 32.6% ######################## 33.8% ######################### 35.9% ########################## 37.1% ########################### 38.6% ############################ 39.9% ############################## 42.1% ############################### 43.9% ################################ 45.4% ################################# 47.2% ################################### 49.7% #################################### 51.4% [2020-09-09T17:28:41.794Z] #25 ... [2020-09-09T17:28:41.794Z] [2020-09-09T17:28:41.794Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:41.794Z] #30 78.84 time [2020-09-09T17:28:41.794Z] #30 87.92 internal/poll [2020-09-09T17:28:41.954Z] #18 35.10 Selecting previously unselected package python3-minimal. [2020-09-09T17:28:41.954Z] #18 35.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-09-09T17:28:42.070Z] #30 ... [2020-09-09T17:28:42.070Z] [2020-09-09T17:28:42.070Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:42.254Z] #18 35.20 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-09-09T17:28:42.254Z] #18 35.21 Unpacking python3-minimal (3.7.3-1) ... [2020-09-09T17:28:42.254Z] #18 35.29 Selecting previously unselected package libmpdec2:ppc64el. [2020-09-09T17:28:42.254Z] #18 35.31 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-09-09T17:28:42.254Z] #18 35.32 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-09-09T17:28:42.554Z] #18 35.46 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-09-09T17:28:42.554Z] #18 35.46 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-09T17:28:42.554Z] #18 35.47 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-09T17:28:43.507Z] #18 36.46 Selecting previously unselected package python3.7. [2020-09-09T17:28:43.507Z] #18 36.47 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-09T17:28:43.507Z] #18 36.47 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-09T17:28:43.507Z] #18 36.55 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-09-09T17:28:43.507Z] #18 36.56 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-09-09T17:28:43.507Z] #18 36.56 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-09T17:28:43.507Z] #18 36.62 Setting up python3-minimal (3.7.3-1) ... [2020-09-09T17:28:44.488Z] #25 14.56 0.9% # 2.4% ## 3.8% ### 4.9% #### 5.7% ##### 7.2% ###### 8.9% ####### 10.8% ######## 11.9% ######### 13.1% ########## 14.1% ########## 15.2% ########### 16.2% ############ 17.4% ############# 18.6% ############# 19.4% ############## 20.7% ############### 21.5% ############### 22.0% ################# 24.6% ################## 25.9% ################### 26.7% ################### 27.7% #################### 28.3% ####################### 32.6% ######################## 33.8% ######################### 35.9% ########################## 37.1% ########################### 38.6% ############################ 39.9% ############################## 42.1% ############################### 43.9% ################################ 45.4% ################################# 47.2% ################################### 49.7% #################################### 51.4% ##################################### 52.5% ###################################### 54.0% ####################################### 55.2% ######################################## 55.9% ######################################### 57.9% ########################################## 59.1% ############################################ 61.2% ############################################ 62.4% ############################################## 65.0% ################################################ 67.2% ################################################# 69.2% ################################################### 71.0% #################################################### 72.6% ###################################################### 75.4% ####################################################### 76.8% ######################################################### 79.6% ########################################################### 82.0% ############################################################## 86.3% ############################################################### 88.0% ################################################################## 92.0% ##################################################################### 95.9% ###################################################################### 98.1% ######################################################################## 100.0% [2020-09-09T17:28:44.490Z] Client: [2020-09-09T17:28:44.490Z] Debug Mode: false [2020-09-09T17:28:44.490Z] Plugins: [2020-09-09T17:28:44.490Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-09T17:28:44.490Z] [2020-09-09T17:28:44.490Z] Server: [2020-09-09T17:28:44.490Z] Containers: 0 [2020-09-09T17:28:44.490Z] Running: 0 [2020-09-09T17:28:44.490Z] Paused: 0 [2020-09-09T17:28:44.490Z] Stopped: 0 [2020-09-09T17:28:44.490Z] Images: 0 [2020-09-09T17:28:44.490Z] Server Version: 19.03.5 [2020-09-09T17:28:44.490Z] Storage Driver: lcow (linux) windowsfilter (windows) [2020-09-09T17:28:44.490Z] LCOW: [2020-09-09T17:28:44.490Z] Windows: [2020-09-09T17:28:44.490Z] Logging Driver: json-file [2020-09-09T17:28:44.490Z] Plugins: [2020-09-09T17:28:44.490Z] Volume: local [2020-09-09T17:28:44.490Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-09T17:28:44.490Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-09T17:28:44.490Z] Swarm: inactive [2020-09-09T17:28:44.490Z] Default Isolation: process [2020-09-09T17:28:44.490Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-09T17:28:44.490Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-09T17:28:44.490Z] OSType: windows [2020-09-09T17:28:44.490Z] Architecture: x86_64 [2020-09-09T17:28:44.490Z] CPUs: 4 [2020-09-09T17:28:44.490Z] Total Memory: 32GiB [2020-09-09T17:28:44.490Z] Name: azwin-2-5bb1e0 [2020-09-09T17:28:44.490Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-09-09T17:28:44.490Z] Docker Root Dir: D:\docker [2020-09-09T17:28:44.490Z] Debug Mode: false [2020-09-09T17:28:44.490Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:28:44.490Z] Labels: [2020-09-09T17:28:44.490Z] Experimental: true [2020-09-09T17:28:44.490Z] Insecure Registries: [2020-09-09T17:28:44.490Z] 10.0.0.4:5000 [2020-09-09T17:28:44.490Z] 127.0.0.0/8 [2020-09-09T17:28:44.490Z] Registry Mirrors: [2020-09-09T17:28:44.490Z] http://10.0.0.4:5000/ [2020-09-09T17:28:44.490Z] Live Restore Enabled: false [2020-09-09T17:28:44.490Z] [2020-09-09T17:28:44.574Z] #18 37.65 Selecting previously unselected package python3. [2020-09-09T17:28:44.574Z] #18 37.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 ... 24022 files and directories currently installed.) [2020-09-09T17:28:44.574Z] #18 37.71 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-09-09T17:28:44.574Z] #18 37.73 Unpacking python3 (3.7.3-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-09-09T17:28:44.749Z] #25 21.19 [2020-09-09T17:28:44.877Z] #18 37.82 Selecting previously unselected package libip4tc0:ppc64el. [2020-09-09T17:28:44.877Z] #18 37.82 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-09-09T17:28:44.877Z] #18 37.84 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-09-09T17:28:44.877Z] #18 37.92 Selecting previously unselected package libip6tc0:ppc64el. [2020-09-09T17:28:44.877Z] #18 ... [2020-09-09T17:28:44.877Z] [2020-09-09T17:28:44.877Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:44.877Z] #40 75.46 DEP criu/timens.d [2020-09-09T17:28:44.877Z] #40 75.84 DEP criu/sysfs_parse.d [2020-09-09T17:28:44.877Z] #40 75.99 DEP criu/sysctl.d [2020-09-09T17:28:44.877Z] #40 76.15 DEP criu/string.d [2020-09-09T17:28:44.877Z] #40 76.21 DEP criu/stats.d [2020-09-09T17:28:44.877Z] #40 76.35 DEP criu/sockets.d [2020-09-09T17:28:44.877Z] #40 76.58 DEP criu/sk-unix.d [2020-09-09T17:28:44.877Z] #40 76.81 DEP criu/sk-tcp.d [2020-09-09T17:28:44.877Z] #40 77.07 DEP criu/sk-queue.d [2020-09-09T17:28:44.877Z] #40 77.25 DEP criu/sk-packet.d [2020-09-09T17:28:44.877Z] #40 77.47 DEP criu/sk-netlink.d [2020-09-09T17:28:44.877Z] #40 77.68 DEP criu/sk-inet.d [2020-09-09T17:28:44.877Z] #40 77.90 DEP criu/signalfd.d [2020-09-09T17:28:44.877Z] #40 78.13 DEP criu/sigframe.d [2020-09-09T17:28:44.877Z] #40 78.22 DEP criu/shmem.d [2020-09-09T17:28:44.877Z] #40 78.41 DEP criu/servicefd.d [2020-09-09T17:28:44.877Z] #40 78.57 DEP criu/seize.d [2020-09-09T17:28:44.877Z] #40 78.76 DEP criu/seccomp.d [2020-09-09T17:28:44.877Z] #40 78.94 DEP criu/rst-malloc.d [2020-09-09T17:28:44.877Z] #40 79.03 DEP criu/rbtree.d [2020-09-09T17:28:44.877Z] #40 79.06 DEP criu/pstree.d [2020-09-09T17:28:44.877Z] #40 79.22 DEP criu/protobuf.d [2020-09-09T17:28:44.877Z] #40 79.42 GEN criu/protobuf-desc-gen.h [2020-09-09T17:28:44.877Z] #40 81.61 DEP criu/protobuf-desc.d [2020-09-09T17:28:44.877Z] #40 81.76 DEP criu/proc_parse.d [2020-09-09T17:28:44.877Z] #40 81.95 DEP criu/plugin.d [2020-09-09T17:28:44.877Z] #40 82.08 DEP criu/pipes.d [2020-09-09T17:28:44.877Z] #40 82.28 DEP criu/pie-util.d [2020-09-09T17:28:44.877Z] #40 82.41 DEP criu/pie-util-vdso.d [2020-09-09T17:28:44.877Z] #40 82.54 DEP criu/path.d [2020-09-09T17:28:44.877Z] #40 82.76 DEP criu/parasite-syscall.d [2020-09-09T17:28:44.877Z] #40 82.96 DEP criu/pagemap.d [2020-09-09T17:28:44.877Z] #40 83.15 DEP criu/pagemap-cache.d [2020-09-09T17:28:44.877Z] #40 83.29 DEP criu/page-xfer.d [2020-09-09T17:28:44.877Z] #40 83.49 DEP criu/page-pipe.d [2020-09-09T17:28:44.877Z] #40 83.59 DEP criu/netfilter.d [2020-09-09T17:28:44.877Z] #40 83.80 DEP criu/net.d [2020-09-09T17:28:44.877Z] #40 83.97 DEP criu/namespaces.d [2020-09-09T17:28:44.877Z] #40 84.27 DEP criu/mount.d [2020-09-09T17:28:44.877Z] #40 84.44 DEP criu/memfd.d [2020-09-09T17:28:44.877Z] #40 84.61 DEP criu/mem.d [2020-09-09T17:28:44.877Z] #40 84.82 DEP criu/lsm.d [2020-09-09T17:28:44.877Z] #40 84.98 DEP criu/log.d [2020-09-09T17:28:44.877Z] #40 85.17 DEP criu/libnetlink.d [2020-09-09T17:28:44.877Z] #40 85.34 DEP criu/kerndat.d [2020-09-09T17:28:44.877Z] #40 ... [2020-09-09T17:28:44.877Z] [2020-09-09T17:28:44.877Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:44.877Z] #18 37.92 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-09-09T17:28:44.877Z] #18 37.92 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-09-09T17:28:44.877Z] #18 37.99 Selecting previously unselected package libiptc0:ppc64el. [2020-09-09T17:28:44.877Z] #18 37.99 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-09-09T17:28:44.877Z] #18 37.99 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-09-09T17:28:44.877Z] #18 38.06 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-09-09T17:28:45.178Z] #18 38.07 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-09-09T17:28:45.178Z] #18 38.08 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-09T17:28:45.178Z] #18 38.14 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-09-09T17:28:45.178Z] #18 38.15 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-09-09T17:28:45.178Z] #18 38.15 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-09T17:28:45.178Z] #18 38.25 Selecting previously unselected package libnftnl11:ppc64el. [2020-09-09T17:28:45.178Z] #18 38.27 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-09-09T17:28:45.178Z] #18 38.28 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-09-09T17:28:45.478Z] #18 38.39 Selecting previously unselected package iptables. [2020-09-09T17:28:45.479Z] #18 38.41 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-09-09T17:28:45.479Z] #18 38.41 Unpacking iptables (1.8.2-4) ... [2020-09-09T17:28:45.690Z] #25 22.05 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-09T17:28:45.690Z] #25 22.33 [2020-09-09T17:28:45.954Z] #25 22.48 ######################################################################## 100.0% [2020-09-09T17:28:46.141Z] #18 38.96 Selecting previously unselected package xxd. [2020-09-09T17:28:46.141Z] #18 38.96 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-09T17:28:46.141Z] #18 38.97 Unpacking xxd (2:8.1.0875-5) ... [2020-09-09T17:28:46.141Z] #18 39.05 Selecting previously unselected package vim-common. [2020-09-09T17:28:46.141Z] #18 39.05 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:28:46.141Z] #18 39.12 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-09T17:28:46.141Z] #18 39.31 Selecting previously unselected package bash-completion. [2020-09-09T17:28:46.214Z] #25 22.66 [2020-09-09T17:28:46.441Z] #18 39.32 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-09T17:28:47.152Z] #25 23.52 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-09T17:28:47.413Z] #25 23.83 [2020-09-09T17:28:47.413Z] #25 24.04 0.6% [2020-09-09T17:28:47.413Z] #25 ... [2020-09-09T17:28:47.413Z] [2020-09-09T17:28:47.413Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:47.413Z] #10 84.51 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-09T17:28:47.413Z] #10 84.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-09T17:28:47.413Z] #10 84.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-09T17:28:47.413Z] #10 89.42 Selecting previously unselected package binutils-mingw-w64. [2020-09-09T17:28:47.413Z] #10 89.45 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-09T17:28:47.413Z] #10 89.49 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-09T17:28:47.413Z] #10 89.71 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-09T17:28:47.413Z] #10 89.72 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-09T17:28:47.413Z] #10 89.75 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-09T17:28:47.413Z] #10 90.13 Selecting previously unselected package dmsetup. [2020-09-09T17:28:47.413Z] #10 90.13 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-09T17:28:47.413Z] #10 90.18 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-09T17:28:47.413Z] #10 91.00 Selecting previously unselected package mingw-w64-common. [2020-09-09T17:28:47.413Z] #10 91.01 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-09T17:28:47.413Z] #10 91.30 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-09T17:28:47.673Z] #10 ... [2020-09-09T17:28:47.673Z] [2020-09-09T17:28:47.673Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:47.673Z] #25 24.04 0.6% ######################################################################## 100.0% [2020-09-09T17:28:47.673Z] #25 24.27 [2020-09-09T17:28:47.933Z] #25 ... [2020-09-09T17:28:47.933Z] [2020-09-09T17:28:47.933Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:47.933Z] #47 85.02 time [2020-09-09T17:28:47.933Z] #47 92.28 context [2020-09-09T17:28:47.933Z] #47 92.91 os [2020-09-09T17:28:47.933Z] #47 92.97 encoding/binary [2020-09-09T17:28:47.933Z] #47 94.91 encoding/base64 [2020-09-09T17:28:48.193Z] #47 ... [2020-09-09T17:28:48.193Z] [2020-09-09T17:28:48.193Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:48.193Z] #38 89.43 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:48.193Z] #38 89.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-09T17:28:48.193Z] #38 89.55 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-09T17:28:48.193Z] #38 89.61 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-09T17:28:48.193Z] #38 89.64 Setting up python-six (1.12.0-1) ... [2020-09-09T17:28:48.193Z] #38 93.53 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-09T17:28:48.193Z] #38 94.54 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-09T17:28:48.193Z] #38 94.84 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:48.193Z] #38 94.86 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-09T17:28:48.193Z] #38 94.87 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:48.193Z] #38 94.97 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-09T17:28:48.193Z] #38 95.19 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-09T17:28:48.193Z] #38 95.21 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-09T17:28:48.193Z] #38 95.24 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-09T17:28:48.453Z] #38 95.35 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-09T17:28:48.453Z] #38 ... [2020-09-09T17:28:48.453Z] [2020-09-09T17:28:48.453Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:48.453Z] #41 85.53 time [2020-09-09T17:28:48.453Z] #41 92.11 os [2020-09-09T17:28:48.453Z] #41 92.98 regexp/syntax [2020-09-09T17:28:48.713Z] #41 ... [2020-09-09T17:28:48.713Z] [2020-09-09T17:28:48.713Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-09T17:28:48.713Z] #25 25.26 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-09T17:28:48.973Z] #25 25.39 skipping existing c35d46ef359f [2020-09-09T17:28:48.973Z] #25 25.60 [2020-09-09T17:28:50.023Z] #18 ... [2020-09-09T17:28:50.023Z] [2020-09-09T17:28:50.023Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:50.023Z] #42 142.9 mime/quotedprintable [2020-09-09T17:28:50.023Z] #42 143.4 vendor/golang.org/x/crypto/cryptobyte [2020-09-09T17:28:50.023Z] #42 147.6 net/textproto [2020-09-09T17:28:50.023Z] #42 147.6 vendor/golang.org/x/net/http/httpproxy [2020-09-09T17:28:50.023Z] #42 147.6 crypto/x509 [2020-09-09T17:28:50.023Z] #42 149.4 vendor/golang.org/x/net/http/httpguts [2020-09-09T17:28:50.023Z] #42 149.4 mime/multipart [2020-09-09T17:28:50.023Z] #42 152.5 crypto/tls [2020-09-09T17:28:50.023Z] #42 ... [2020-09-09T17:28:50.023Z] [2020-09-09T17:28:50.023Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:50.023Z] #40 85.63 DEP criu/kcmp-ids.d [2020-09-09T17:28:50.023Z] #40 85.76 DEP criu/irmap.d [2020-09-09T17:28:50.023Z] #40 85.88 DEP criu/ipc_ns.d [2020-09-09T17:28:50.023Z] #40 86.07 DEP criu/image.d [2020-09-09T17:28:50.023Z] #40 86.24 DEP criu/image-desc.d [2020-09-09T17:28:50.023Z] #40 86.31 DEP criu/fsnotify.d [2020-09-09T17:28:50.023Z] #40 86.49 DEP criu/filesystems.d [2020-09-09T17:28:50.023Z] #40 86.68 DEP criu/files.d [2020-09-09T17:28:50.023Z] #40 86.94 DEP criu/files-reg.d [2020-09-09T17:28:50.023Z] #40 87.12 DEP criu/files-ext.d [2020-09-09T17:28:50.023Z] #40 87.27 DEP criu/file-lock.d [2020-09-09T17:28:50.023Z] #40 87.51 DEP criu/file-ids.d [2020-09-09T17:28:50.023Z] #40 87.70 DEP criu/fifo.d [2020-09-09T17:28:50.023Z] #40 87.84 DEP criu/fdstore.d [2020-09-09T17:28:50.023Z] #40 87.95 DEP criu/fault-injection.d [2020-09-09T17:28:50.023Z] #40 88.00 DEP criu/external.d [2020-09-09T17:28:50.023Z] #40 88.14 DEP criu/eventpoll.d [2020-09-09T17:28:50.023Z] #40 88.27 DEP criu/eventfd.d [2020-09-09T17:28:50.023Z] #40 88.46 DEP criu/crtools.d [2020-09-09T17:28:50.023Z] #40 88.63 DEP criu/cr-service.d [2020-09-09T17:28:50.023Z] #40 88.84 DEP criu/cr-restore.d [2020-09-09T17:28:50.023Z] #40 89.10 DEP criu/cr-errno.d [2020-09-09T17:28:50.023Z] #40 89.13 DEP criu/cr-dump.d [2020-09-09T17:28:50.023Z] #40 89.35 DEP criu/cr-dedup.d [2020-09-09T17:28:50.023Z] #40 89.49 DEP criu/cr-check.d [2020-09-09T17:28:50.023Z] #40 89.71 DEP criu/config.d [2020-09-09T17:28:50.023Z] #40 89.85 DEP criu/clone-noasan.d [2020-09-09T17:28:50.023Z] #40 89.93 DEP criu/cgroup.d [2020-09-09T17:28:50.023Z] #40 90.08 DEP criu/cgroup-props.d [2020-09-09T17:28:50.023Z] #40 90.20 DEP criu/bitmap.d [2020-09-09T17:28:50.023Z] #40 90.21 DEP criu/bfd.d [2020-09-09T17:28:50.023Z] #40 90.35 DEP criu/autofs.d [2020-09-09T17:28:50.023Z] #40 90.51 DEP criu/aio.d [2020-09-09T17:28:50.023Z] #40 90.72 DEP criu/action-scripts.d [2020-09-09T17:28:50.324Z] #40 91.05 CC criu/action-scripts.o [2020-09-09T17:28:50.355Z] #25 26.63 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-09T17:28:50.616Z] #25 27.11 [2020-09-09T17:28:50.875Z] #25 27.32 ######################################################################## 100.0% [2020-09-09T17:28:50.972Z] #40 91.58 CC criu/aio.o [2020-09-09T17:28:51.136Z] #25 27.50 [2020-09-09T17:28:51.136Z] #25 27.67 Download of images into '/build' complete. [2020-09-09T17:28:51.136Z] #25 27.67 Use something like the following to load the result into a Docker daemon: [2020-09-09T17:28:51.136Z] #25 27.67 tar -cC '/build' . | docker load [2020-09-09T17:28:51.396Z] #25 DONE 27.9s [2020-09-09T17:28:51.396Z] [2020-09-09T17:28:51.396Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:28:51.396Z] #32 89.79 Selecting previously unselected package libxml2:amd64. [2020-09-09T17:28:51.396Z] #32 89.79 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-09T17:28:51.396Z] #32 89.79 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-09T17:28:51.396Z] #32 91.87 Selecting previously unselected package libarchive13:amd64. [2020-09-09T17:28:51.396Z] #32 91.87 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-09T17:28:51.396Z] #32 92.05 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-09T17:28:51.396Z] #32 94.22 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-09T17:28:51.396Z] #32 94.22 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-09T17:28:51.396Z] #32 94.54 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-09T17:28:51.396Z] #32 94.92 Selecting previously unselected package librhash0:amd64. [2020-09-09T17:28:51.396Z] #32 94.93 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-09T17:28:51.396Z] #32 94.99 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-09T17:28:51.396Z] #32 95.25 Selecting previously unselected package libuv1:amd64. [2020-09-09T17:28:51.396Z] #32 95.26 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-09T17:28:51.396Z] #32 95.33 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-09T17:28:51.396Z] #32 95.63 Selecting previously unselected package cmake. [2020-09-09T17:28:51.396Z] #32 95.64 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-09T17:28:51.396Z] #32 95.66 Unpacking cmake (3.13.4-1) ... [2020-09-09T17:28:51.623Z] #40 92.27 CC criu/autofs.o [2020-09-09T17:28:51.623Z] #40 ... [2020-09-09T17:28:51.623Z] [2020-09-09T17:28:51.623Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:51.623Z] #18 42.89 Unpacking bash-completion (1:2.8-6) ... [2020-09-09T17:28:51.623Z] #18 43.27 Selecting previously unselected package bzip2. [2020-09-09T17:28:51.623Z] #18 43.28 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 43.29 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-09T17:28:51.623Z] #18 43.42 Selecting previously unselected package xz-utils. [2020-09-09T17:28:51.623Z] #18 43.43 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 43.44 Unpacking xz-utils (5.2.4-1) ... [2020-09-09T17:28:51.623Z] #18 43.60 Selecting previously unselected package apparmor. [2020-09-09T17:28:51.623Z] #18 43.61 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 43.70 Unpacking apparmor (2.13.2-10) ... [2020-09-09T17:28:51.623Z] #18 44.17 Selecting previously unselected package aufs-tools. [2020-09-09T17:28:51.623Z] #18 44.18 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 44.19 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-09T17:28:51.623Z] #18 44.32 Selecting previously unselected package libonig5:ppc64el. [2020-09-09T17:28:51.623Z] #18 44.33 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 44.35 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-09T17:28:51.623Z] #18 44.49 Selecting previously unselected package libjq1:ppc64el. [2020-09-09T17:28:51.623Z] #18 44.50 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 44.51 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-09T17:28:51.623Z] #18 44.67 Selecting previously unselected package jq. [2020-09-09T17:28:51.623Z] #18 44.67 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 44.67 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-09T17:28:51.623Z] #18 44.76 Selecting previously unselected package libaio1:ppc64el. [2020-09-09T17:28:51.623Z] #18 44.79 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-09-09T17:28:51.623Z] #18 44.79 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-09-09T17:28:51.623Z] #18 44.85 Selecting previously unselected package libgpm2:ppc64el. [2020-09-09T17:28:51.923Z] #18 44.87 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-09-09T17:28:51.923Z] #18 44.87 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-09-09T17:28:51.923Z] #18 44.96 Selecting previously unselected package libicu63:ppc64el. [2020-09-09T17:28:51.923Z] #18 44.97 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-09T17:28:51.923Z] #18 44.97 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-09T17:28:52.335Z] #32 ... [2020-09-09T17:28:52.335Z] [2020-09-09T17:28:52.335Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:52.335Z] #30 89.18 internal/fmtsort [2020-09-09T17:28:52.335Z] #30 90.06 internal/syscall/execenv [2020-09-09T17:28:52.335Z] #30 90.20 internal/syscall/unix [2020-09-09T17:28:52.335Z] #30 90.55 strings [2020-09-09T17:28:52.335Z] #30 90.92 os [2020-09-09T17:28:52.335Z] #30 92.97 path [2020-09-09T17:28:52.335Z] #30 93.53 text/tabwriter [2020-09-09T17:28:52.335Z] #30 94.17 fmt [2020-09-09T17:28:52.335Z] #30 94.21 path/filepath [2020-09-09T17:28:52.335Z] #30 95.83 io/ioutil [2020-09-09T17:28:52.335Z] #30 98.18 flag [2020-09-09T17:28:52.335Z] #30 98.18 github.com/BurntSushi/toml [2020-09-09T17:28:52.335Z] #30 ... [2020-09-09T17:28:52.335Z] [2020-09-09T17:28:52.335Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:28:52.335Z] #10 99.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-09T17:28:52.335Z] #10 99.33 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-09T17:28:52.335Z] #10 99.34 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-09T17:28:55.631Z] #10 ... [2020-09-09T17:28:55.631Z] [2020-09-09T17:28:55.631Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-09T17:28:55.631Z] #32 100.1 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-09T17:28:55.631Z] #32 100.1 Setting up xxd (2:8.1.0875-5) ... [2020-09-09T17:28:55.631Z] #32 100.1 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-09T17:28:55.631Z] #32 100.1 Setting up vim-common (2:8.1.0875-5) ... [2020-09-09T17:28:55.631Z] #32 100.2 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-09T17:28:55.631Z] #32 100.2 Setting up cmake-data (3.13.4-1) ... [2020-09-09T17:28:55.631Z] #32 100.3 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-09T17:28:55.631Z] #32 100.3 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-09T17:28:55.631Z] #32 100.4 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-09T17:28:55.631Z] #32 100.4 Setting up cmake (3.13.4-1) ... [2020-09-09T17:28:55.631Z] #32 100.5 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:28:55.631Z] #32 100.6 Processing triggers for mime-support (3.62) ... [2020-09-09T17:28:55.631Z] #32 DONE 102.2s [2020-09-09T17:28:55.631Z] [2020-09-09T17:28:55.631Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-09T17:28:56.008Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/builder/dockerignore 0.008s coverage: 96.8% of statements [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/builder/remotecontext 0.324s coverage: 13.6% of statements [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/builder/dockerfile 0.955s coverage: 48.0% of statements [2020-09-09T17:28:56.008Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-09-09T17:28:56.448Z] #18 49.16 Selecting previously unselected package libnet1:ppc64el. [2020-09-09T17:28:56.449Z] #18 49.17 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-09T17:28:56.449Z] #18 49.18 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-09T17:28:56.449Z] #18 49.26 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-09T17:28:56.449Z] #18 49.28 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-09T17:28:56.449Z] #18 49.28 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-09T17:28:56.449Z] #18 49.37 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-09T17:28:56.449Z] #18 49.37 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-09T17:28:56.449Z] #18 49.38 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-09T17:28:56.449Z] #18 49.43 Selecting previously unselected package libreadline5:ppc64el. [2020-09-09T17:28:56.449Z] #18 49.44 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-09-09T17:28:56.449Z] #18 49.45 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-09T17:28:56.449Z] #18 49.59 Selecting previously unselected package net-tools. [2020-09-09T17:28:56.449Z] #18 49.60 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-09-09T17:28:56.749Z] #18 49.62 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-09T17:28:56.749Z] #18 49.87 Selecting previously unselected package python-pip-whl. [2020-09-09T17:28:57.015Z] #33 1.611 + RM_GOPATH=0 [2020-09-09T17:28:57.015Z] #33 1.611 + TMP_GOPATH= [2020-09-09T17:28:57.015Z] #33 1.611 + : /build [2020-09-09T17:28:57.015Z] #33 1.611 + '[' -z '' ']' [2020-09-09T17:28:57.015Z] #33 1.611 ++ mktemp -d [2020-09-09T17:28:57.015Z] #33 1.619 + export GOPATH=/tmp/tmp.MVNxeLAno0 [2020-09-09T17:28:57.015Z] #33 1.619 + GOPATH=/tmp/tmp.MVNxeLAno0 [2020-09-09T17:28:57.015Z] #33 1.619 + RM_GOPATH=1 [2020-09-09T17:28:57.015Z] #33 1.619 + case "$(go env GOARCH)" in [2020-09-09T17:28:57.015Z] #33 1.619 ++ go env GOARCH [2020-09-09T17:28:57.015Z] #33 1.703 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:28:57.015Z] #33 1.703 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:28:57.015Z] #33 1.703 ++ dirname /tmp/install/install.sh [2020-09-09T17:28:57.015Z] #33 1.719 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:28:57.015Z] #33 1.719 + dir=/tmp/install [2020-09-09T17:28:57.015Z] #33 1.719 + bin=tini [2020-09-09T17:28:57.015Z] #33 1.719 + shift [2020-09-09T17:28:57.015Z] #33 1.719 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-09T17:28:57.015Z] #33 1.719 + . /tmp/install/tini.installer [2020-09-09T17:28:57.015Z] #33 1.719 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:28:57.015Z] #33 1.719 + install_tini [2020-09-09T17:28:57.015Z] #33 1.719 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-09T17:28:57.015Z] #33 1.719 + git clone https://github.com/krallin/tini.git /tmp/tmp.MVNxeLAno0/tini [2020-09-09T17:28:57.015Z] #33 1.771 Cloning into '/tmp/tmp.MVNxeLAno0/tini'... [2020-09-09T17:28:57.051Z] #18 49.88 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-09T17:28:57.051Z] #18 49.88 Unpacking python-pip-whl (18.1-5) ... [2020-09-09T17:28:57.058Z] ok github.com/docker/docker/builder/remotecontext/git 1.560s coverage: 86.3% of statements [2020-09-09T17:28:57.058Z] ? github.com/docker/docker/cli [no test files] [2020-09-09T17:28:57.058Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-09T17:28:57.353Z] #18 ... [2020-09-09T17:28:57.353Z] [2020-09-09T17:28:57.353Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:28:57.354Z] #22 155.4 Checking out files: 25% (2749/10864) Checking out files: 26% (2825/10864) Checking out files: 27% (2934/10864) Checking out files: 28% (3042/10864) Checking out files: 29% (3151/10864) Checking out files: 30% (3260/10864) Checking out files: 31% (3368/10864) Checking out files: 32% (3477/10864) Checking out files: 33% (3586/10864) Checking out files: 34% (3694/10864) Checking out files: 35% (3803/10864) Checking out files: 36% (3912/10864) Checking out files: 37% (4020/10864) Checking out files: 38% (4129/10864) Checking out files: 39% (4237/10864) Checking out files: 40% (4346/10864) Checking out files: 41% (4455/10864) Checking out files: 42% (4563/10864) Checking out files: 43% (4672/10864) Checking out files: 44% (4781/10864) Checking out files: 45% (4889/10864) Checking out files: 46% (4998/10864) Checking out files: 46% (5036/10864) Checking out files: 47% (5107/10864) Checking out files: 48% (5215/10864) Checking out files: 49% (5324/10864) Checking out files: 50% (5432/10864) Checking out files: 51% (5541/10864) Checking out files: 52% (5650/10864) Checking out files: 53% (5758/10864) Checking out files: 54% (5867/10864) Checking out files: 55% (5976/10864) Checking out files: 56% (6084/10864) Checking out files: 57% (6193/10864) Checking out files: 58% (6302/10864) Checking out files: 59% (6410/10864) Checking out files: 60% (6519/10864) Checking out files: 61% (6628/10864) Checking out files: 62% (6736/10864) Checking out files: 63% (6845/10864) Checking out files: 64% (6953/10864) Checking out files: 65% (7062/10864) Checking out files: 66% (7171/10864) Checking out files: 67% (7279/10864) Checking out files: 68% (7388/10864) Checking out files: 69% (7497/10864) Checking out files: 69% (7591/10864) Checking out files: 70% (7605/10864) Checking out files: 71% (7714/10864) Checking out files: 72% (7823/10864) Checking out files: 73% (7931/10864) Checking out files: 74% (8040/10864) Checking out files: 75% (8148/10864) Checking out files: 76% (8257/10864) Checking out files: 77% (8366/10864) Checking out files: 78% (8474/10864) Checking out files: 79% (8583/10864) Checking out files: 80% (8692/10864) Checking out files: 81% (8800/10864) Checking out files: 82% (8909/10864) Checking out files: 83% (9018/10864) Checking out files: 84% (9126/10864) Checking out files: 85% (9235/10864) Checking out files: 86% (9344/10864) Checking out files: 87% (9452/10864) Checking out files: 88% (9561/10864) Checking out files: 89% (9669/10864) Checking out files: 90% (9778/10864) Checking out files: 91% (9887/10864) Checking out files: 92% (9995/10864) Checking out files: 93% (10104/10864) Checking out files: 94% (10213/10864) Checking out files: 95% (10321/10864) Checking out files: 96% (10430/10864) Checking out files: 97% (10539/10864) Checking out files: 98% (10647/10864) Checking out files: 99% (10756/10864) Checking out files: 100% (10864/10864) Checking out files: 100% (10864/10864), done. [2020-09-09T17:28:57.354Z] #22 159.2 + cd /tmp/tmp.F8ml5O5cly/tmp/docker-ce [2020-09-09T17:28:57.354Z] #22 159.2 + git checkout -q v17.06.2-ce [2020-09-09T17:28:57.354Z] #22 ... [2020-09-09T17:28:57.354Z] [2020-09-09T17:28:57.354Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:28:57.354Z] #18 50.43 Selecting previously unselected package python3-lib2to3. [2020-09-09T17:28:57.354Z] #18 50.44 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-09T17:28:57.354Z] #18 50.44 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-09T17:28:57.622Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-09-09T17:28:57.622Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-564deae5\powershellScript.ps1'; exit $LASTEXITCODE; [2020-09-09T17:28:57.622Z] ---------------------------------------------------------------------------- [2020-09-09T17:28:57.622Z] [2020-09-09T17:28:57.622Z] INFO: executeCI.ps1 starting at Wed Sep 9 17:28:57 CUT 2020 [2020-09-09T17:28:57.622Z] [2020-09-09T17:28:57.622Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-09-09T17:28:57.622Z] INFO: Running git version 2.24.1.windows.2 [2020-09-09T17:28:57.622Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-09-09T17:28:57.622Z] INFO: Environment variables: [2020-09-09T17:28:57.622Z] [2020-09-09T17:28:57.622Z] Name Value [2020-09-09T17:28:57.622Z] ---- ----- [2020-09-09T17:28:57.622Z] ALLUSERSPROFILE C:\ProgramData [2020-09-09T17:28:57.622Z] amd64 true [2020-09-09T17:28:57.622Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-09-09T17:28:57.622Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-09-09T17:28:57.622Z] arm64 true [2020-09-09T17:28:57.622Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-09-09T17:28:57.622Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-09-09T17:28:57.622Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-09-09T17:28:57.622Z] BRANCH_NAME PR-41411 [2020-09-09T17:28:57.622Z] BUILD_DISPLAY_NAME #2 [2020-09-09T17:28:57.622Z] BUILD_ID 2 [2020-09-09T17:28:57.622Z] BUILD_NUMBER 2 [2020-09-09T17:28:57.622Z] BUILD_TAG jenkins-moby-PR-41411-2 [2020-09-09T17:28:57.622Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41411/2/ [2020-09-09T17:28:57.622Z] CHANGE_AUTHOR pjbgf [2020-09-09T17:28:57.622Z] CHANGE_AUTHOR_DISPLAY_NAME Paulo Gomes [2020-09-09T17:28:57.622Z] CHANGE_AUTHOR_EMAIL pjbgf@linux.com [2020-09-09T17:28:57.622Z] CHANGE_BRANCH simplify-seccomp [2020-09-09T17:28:57.622Z] CHANGE_FORK pjbgf [2020-09-09T17:28:57.622Z] CHANGE_ID 41411 [2020-09-09T17:28:57.622Z] CHANGE_TARGET master [2020-09-09T17:28:57.622Z] CHANGE_TITLE Simplify seccomp logic [2020-09-09T17:28:57.622Z] CHANGE_URL https://github.com/moby/moby/pull/41411 [2020-09-09T17:28:57.622Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-09T17:28:57.622Z] CommonProgramFiles C:\Program Files\Common Files [2020-09-09T17:28:57.622Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-09-09T17:28:57.622Z] CommonProgramW6432 C:\Program Files\Common Files [2020-09-09T17:28:57.622Z] COMPUTERNAME azwin-2-5bb1e0 [2020-09-09T17:28:57.622Z] ComSpec C:\windows\system32\cmd.exe [2020-09-09T17:28:57.622Z] ConfigSequenceNumber 0 [2020-09-09T17:28:57.622Z] dco true [2020-09-09T17:28:57.622Z] DOCKER_BUILDKIT 0 [2020-09-09T17:28:57.622Z] DOCKER_DUT_DEBUG 1 [2020-09-09T17:28:57.622Z] DOCKER_EXPERIMENTAL 1 [2020-09-09T17:28:57.622Z] DOCKER_GRAPHDRIVER overlay2 [2020-09-09T17:28:57.622Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-09-09T17:28:57.622Z] EXECUTOR_NUMBER 0 [2020-09-09T17:28:57.622Z] FQDN azwin-2-5bb1e0.westus.cloudapp.azure.com [2020-09-09T17:28:57.622Z] GIT_BRANCH PR-41411 [2020-09-09T17:28:57.622Z] GIT_COMMIT c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:28:57.622Z] GIT_PREVIOUS_COMMIT f1b3d4832cc16a929d10d560e78561c5e010b80d [2020-09-09T17:28:57.622Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT f1b3d4832cc16a929d10d560e78561c5e010b80d [2020-09-09T17:28:57.622Z] GIT_URL https://github.com/moby/moby.git [2020-09-09T17:28:57.622Z] HUDSON_COOKIE 2209321f-3999-4b4b-8428-37c89511c889 [2020-09-09T17:28:57.622Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-09-09T17:28:57.622Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-09-09T17:28:57.622Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-09-09T17:28:57.622Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-09-09T17:28:57.622Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-09-09T17:28:57.622Z] JENKINS_NODE_COOKIE b3393f22-86ed-44be-8ea9-9ef731adad60 [2020-09-09T17:28:57.622Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-09-09T17:28:57.622Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-09-09T17:28:57.622Z] JOB_BASE_NAME PR-41411 [2020-09-09T17:28:57.622Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41411/display/redirect [2020-09-09T17:28:57.622Z] JOB_NAME moby/PR-41411 [2020-09-09T17:28:57.622Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41411/ [2020-09-09T17:28:57.622Z] library.jps.version master [2020-09-09T17:28:57.622Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-09-09T17:28:57.622Z] NODE_LABELS amd64 azure azwin-2-5bb1e0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-09-09T17:28:57.622Z] NODE_NAME azwin-2-5bb1e0 [2020-09-09T17:28:57.624Z] NUMBER_OF_PROCESSORS 4 [2020-09-09T17:28:57.624Z] OS Windows_NT [2020-09-09T17:28:57.624Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-09-09T17:28:57.624Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-09-09T17:28:57.624Z] ppc64le true [2020-09-09T17:28:57.624Z] PROCESSOR_ARCHITECTURE AMD64 [2020-09-09T17:28:57.624Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-09-09T17:28:57.624Z] PROCESSOR_LEVEL 6 [2020-09-09T17:28:57.624Z] PROCESSOR_REVISION 5504 [2020-09-09T17:28:57.624Z] ProgramData C:\ProgramData [2020-09-09T17:28:57.624Z] ProgramFiles C:\Program Files [2020-09-09T17:28:57.624Z] ProgramFiles(x86) C:\Program Files (x86) [2020-09-09T17:28:57.624Z] ProgramW6432 C:\Program Files [2020-09-09T17:28:57.624Z] PROMPT $P$G [2020-09-09T17:28:57.624Z] PSExecutionPolicyPreference Bypass [2020-09-09T17:28:57.624Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-09-09T17:28:57.624Z] PUBLIC C:\Users\Public [2020-09-09T17:28:57.624Z] rootless true [2020-09-09T17:28:57.624Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41411/2/display/redirect?page=changes [2020-09-09T17:28:57.624Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41411/2/display/redirect [2020-09-09T17:28:57.624Z] s390x true [2020-09-09T17:28:57.624Z] SKIP_VALIDATION_TESTS 1 [2020-09-09T17:28:57.624Z] SOURCES_DRIVE d [2020-09-09T17:28:57.624Z] SOURCES_SUBDIR gopath [2020-09-09T17:28:57.624Z] STAGE_NAME Run tests [2020-09-09T17:28:57.624Z] SystemDrive C: [2020-09-09T17:28:57.624Z] SystemRoot C:\windows [2020-09-09T17:28:57.624Z] TEMP C:\windows\TEMP [2020-09-09T17:28:57.624Z] TESTDEBUG 0 [2020-09-09T17:28:57.624Z] TESTRUN_DRIVE d [2020-09-09T17:28:57.624Z] TESTRUN_SUBDIR CI [2020-09-09T17:28:57.624Z] TIMEOUT 120m [2020-09-09T17:28:57.624Z] TMP C:\windows\TEMP [2020-09-09T17:28:57.624Z] unit_validate true [2020-09-09T17:28:57.624Z] USERDOMAIN WORKGROUP [2020-09-09T17:28:57.624Z] USERNAME azwin-2-5bb1e0$ [2020-09-09T17:28:57.624Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-09-09T17:28:57.624Z] validate_force false [2020-09-09T17:28:57.624Z] windir C:\windows [2020-09-09T17:28:57.624Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-09-09T17:28:57.624Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-09-09T17:28:57.624Z] windowsRS1 false [2020-09-09T17:28:57.624Z] windowsRS5 true [2020-09-09T17:28:57.624Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-09-09T17:28:57.624Z] [2020-09-09T17:28:57.624Z] [2020-09-09T17:28:57.624Z] [2020-09-09T17:28:57.655Z] #18 50.61 Selecting previously unselected package python3-distutils. [2020-09-09T17:28:57.655Z] #18 50.62 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-09T17:28:57.655Z] #18 50.64 Unpacking python3-distutils (3.7.3-1) ... [2020-09-09T17:28:57.751Z] ok github.com/docker/docker/client 0.143s coverage: 75.4% of statements [2020-09-09T17:28:57.956Z] #18 50.88 Selecting previously unselected package python3-pip. [2020-09-09T17:28:57.956Z] #18 50.90 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-09T17:28:57.956Z] #18 50.92 Unpacking python3-pip (18.1-5) ... [2020-09-09T17:28:57.956Z] #18 51.06 Selecting previously unselected package python3-pkg-resources. [2020-09-09T17:28:57.956Z] #18 51.06 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-09T17:28:57.956Z] #18 51.07 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-09T17:28:58.256Z] #18 51.33 Selecting previously unselected package python3-setuptools. [2020-09-09T17:28:58.256Z] #18 51.34 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-09T17:28:58.257Z] #18 51.34 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-09T17:28:58.395Z] #33 3.037 + cd /tmp/tmp.MVNxeLAno0/tini [2020-09-09T17:28:58.395Z] #33 3.037 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-09T17:28:58.395Z] #33 3.076 + cmake . [2020-09-09T17:28:58.557Z] #18 51.69 Selecting previously unselected package python3-wheel. [2020-09-09T17:28:58.557Z] #18 51.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-09T17:28:58.557Z] #18 51.72 Unpacking python3-wheel (0.32.3-2) ... [2020-09-09T17:28:58.600Z] INFO: Sources under d:\gopath\... [2020-09-09T17:28:58.600Z] INFO: Test run under d:\CI\... [2020-09-09T17:28:58.600Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-09-09T17:28:58.600Z] INFO: docker/docker repository was found [2020-09-09T17:28:58.654Z] #33 ... [2020-09-09T17:28:58.654Z] [2020-09-09T17:28:58.655Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-09T17:28:58.655Z] #38 105.0 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-09T17:28:58.655Z] #38 105.0 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:28:58.655Z] #38 DONE 105.6s [2020-09-09T17:28:58.655Z] [2020-09-09T17:28:58.655Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:58.655Z] #47 95.65 golang.org/x/sys/unix [2020-09-09T17:28:58.655Z] #47 97.29 fmt [2020-09-09T17:28:58.655Z] #47 ... [2020-09-09T17:28:58.655Z] [2020-09-09T17:28:58.655Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:28:58.859Z] #18 51.80 Selecting previously unselected package sudo. [2020-09-09T17:28:58.859Z] #18 51.82 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-09-09T17:28:58.859Z] #18 51.84 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-09T17:28:58.914Z] #39 ... [2020-09-09T17:28:58.914Z] [2020-09-09T17:28:58.914Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:28:58.914Z] #41 95.90 fmt [2020-09-09T17:28:58.914Z] #41 98.18 regexp [2020-09-09T17:28:58.914Z] #41 103.5 go/token [2020-09-09T17:28:58.914Z] #41 105.0 internal/lazyregexp [2020-09-09T17:28:58.914Z] #41 105.3 go/scanner [2020-09-09T17:28:58.914Z] #41 105.6 net/url [2020-09-09T17:28:59.062Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-09-09T17:28:59.159Z] #18 52.34 Selecting previously unselected package thin-provisioning-tools. [2020-09-09T17:28:59.173Z] #41 ... [2020-09-09T17:28:59.173Z] [2020-09-09T17:28:59.173Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:28:59.173Z] #47 106.1 encoding/json [2020-09-09T17:28:59.463Z] #18 52.35 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-09-09T17:28:59.463Z] #18 52.35 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-09T17:28:59.463Z] #18 52.59 Selecting previously unselected package uidmap. [2020-09-09T17:28:59.463Z] #18 52.60 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-09-09T17:28:59.525Z] ltsc2019: Pulling from windows/servercore [2020-09-09T17:28:59.525Z] 4612f6d0b889: Pulling fs layer [2020-09-09T17:28:59.525Z] c3aff4450246: Pulling fs layer [2020-09-09T17:28:59.763Z] #18 52.60 Unpacking uidmap (1:4.5-1.1) ... [2020-09-09T17:28:59.763Z] #18 52.74 Selecting previously unselected package vim-runtime. [2020-09-09T17:28:59.763Z] #18 52.74 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:28:59.763Z] #18 52.79 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-09T17:28:59.763Z] #18 52.84 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-09T17:28:59.763Z] #18 52.84 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-09T17:29:03.340Z] #18 56.29 Selecting previously unselected package vim. [2020-09-09T17:29:03.340Z] #18 56.31 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-09T17:29:03.340Z] #18 56.33 Unpacking vim (2:8.1.0875-5) ... [2020-09-09T17:29:03.376Z] #47 110.5 github.com/pkg/diff [2020-09-09T17:29:03.994Z] #18 56.86 Selecting previously unselected package xfsprogs. [2020-09-09T17:29:03.994Z] #18 56.87 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-09-09T17:29:03.994Z] #18 56.88 Unpacking xfsprogs (4.20.0-1) ... [2020-09-09T17:29:04.295Z] #18 ... [2020-09-09T17:29:04.295Z] [2020-09-09T17:29:04.295Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:04.295Z] #40 94.88 CC criu/bfd.o [2020-09-09T17:29:04.295Z] #40 95.68 CC criu/bitmap.o [2020-09-09T17:29:04.295Z] #40 95.96 CC criu/cgroup-props.o [2020-09-09T17:29:04.295Z] #40 97.30 CC criu/cgroup.o [2020-09-09T17:29:04.295Z] #40 102.8 CC criu/clone-noasan.o [2020-09-09T17:29:04.295Z] #40 103.0 CC criu/config.o [2020-09-09T17:29:04.314Z] #47 ... [2020-09-09T17:29:04.314Z] [2020-09-09T17:29:04.314Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:29:04.314Z] #30 101.3 log [2020-09-09T17:29:04.314Z] #30 106.1 github.com/BurntSushi/toml/cmd/tomlv [2020-09-09T17:29:04.314Z] #30 ... [2020-09-09T17:29:04.314Z] [2020-09-09T17:29:04.314Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:29:04.314Z] #10 109.6 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-09T17:29:04.314Z] #10 109.6 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-09T17:29:04.314Z] #10 109.6 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:29:04.314Z] #10 110.0 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-09T17:29:04.314Z] #10 110.0 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-09T17:29:04.314Z] #10 110.0 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:29:04.600Z] #40 ... [2020-09-09T17:29:04.600Z] [2020-09-09T17:29:04.600Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:29:04.600Z] #18 57.47 Selecting previously unselected package zip. [2020-09-09T17:29:04.600Z] #18 57.48 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-09-09T17:29:04.600Z] #18 57.49 Unpacking zip (3.0-11+b1) ... [2020-09-09T17:29:04.600Z] #18 57.68 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-09T17:29:04.600Z] #18 57.70 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-09T17:29:04.600Z] #18 57.71 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-09-09T17:29:04.600Z] #18 57.71 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-09T17:29:04.600Z] #18 57.72 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-09-09T17:29:04.600Z] #18 57.73 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-09-09T17:29:04.600Z] #18 57.73 Setting up uidmap (1:4.5-1.1) ... [2020-09-09T17:29:04.600Z] #18 57.74 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-09-09T17:29:04.600Z] #18 57.75 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-09T17:29:04.600Z] #18 57.75 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-09T17:29:04.600Z] #18 57.77 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-09T17:29:04.600Z] #18 57.78 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-09T17:29:04.600Z] #18 57.78 Setting up xxd (2:8.1.0875-5) ... [2020-09-09T17:29:04.600Z] #18 57.79 Setting up zip (3.0-11+b1) ... [2020-09-09T17:29:04.600Z] #18 57.79 Setting up vim-common (2:8.1.0875-5) ... [2020-09-09T17:29:04.600Z] #18 57.82 Setting up bash-completion (1:2.8-6) ... [2020-09-09T17:29:06.223Z] #10 ... [2020-09-09T17:29:06.223Z] [2020-09-09T17:29:06.223Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:29:06.223Z] #30 DONE 113.2s [2020-09-09T17:29:06.223Z] [2020-09-09T17:29:06.223Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:06.223Z] #33 4.103 -- The C compiler identification is GNU 8.3.0 [2020-09-09T17:29:06.223Z] #33 4.211 -- Check for working C compiler: /usr/bin/cc [2020-09-09T17:29:06.223Z] #33 5.195 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-09T17:29:06.223Z] #33 5.195 -- Detecting C compiler ABI info [2020-09-09T17:29:06.223Z] #33 6.066 -- Detecting C compiler ABI info - done [2020-09-09T17:29:06.223Z] #33 6.150 -- Detecting C compile features [2020-09-09T17:29:06.223Z] #33 8.640 -- Detecting C compile features - done [2020-09-09T17:29:06.223Z] #33 8.747 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-09T17:29:06.223Z] #33 9.083 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-09T17:29:06.223Z] #33 9.249 -- Configuring done [2020-09-09T17:29:06.223Z] #33 9.273 -- Generating done [2020-09-09T17:29:06.223Z] #33 9.292 -- Build files have been written to: /tmp/tmp.MVNxeLAno0/tini [2020-09-09T17:29:06.223Z] #33 9.327 + make tini-static [2020-09-09T17:29:06.223Z] #33 10.24 Scanning dependencies of target tini-static [2020-09-09T17:29:06.223Z] #33 10.53 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-09T17:29:07.392Z] #18 ... [2020-09-09T17:29:07.392Z] [2020-09-09T17:29:07.392Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:07.392Z] #42 160.5 net/http/httptrace [2020-09-09T17:29:07.392Z] #42 160.8 net/http [2020-09-09T17:29:07.392Z] #42 ... [2020-09-09T17:29:07.392Z] [2020-09-09T17:29:07.392Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:07.392Z] #40 105.7 CC criu/cr-check.o [2020-09-09T17:29:07.605Z] #33 12.22 [100%] Linking C executable tini-static [2020-09-09T17:29:07.605Z] #33 ... [2020-09-09T17:29:07.605Z] [2020-09-09T17:29:07.605Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:07.605Z] #39 3.034 Note: Building without setproctitle() and strlcpy() support. [2020-09-09T17:29:07.605Z] #39 3.034 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-09T17:29:07.605Z] #39 3.042 Note: Building without GnuTLS support [2020-09-09T17:29:07.605Z] #39 3.057 Makefile.config:39: Warn: you have no libnftables installed [2020-09-09T17:29:07.605Z] #39 3.057 Makefile.config:40: Warn: Building without nftables support [2020-09-09T17:29:07.605Z] #39 5.833 fatal: not a git repository (or any of the parent directories): .git [2020-09-09T17:29:07.605Z] #39 5.915 GEN .gitid [2020-09-09T17:29:07.605Z] #39 5.946 GEN criu/include/version.h [2020-09-09T17:29:07.605Z] #39 6.191 GEN include/common/asm [2020-09-09T17:29:07.605Z] #39 9.098 PBCC images/timens.pb-c.c [2020-09-09T17:29:07.605Z] #39 9.138 DEP images/timens.pb-c.d [2020-09-09T17:29:07.605Z] #39 9.206 PBCC images/fown.pb-c.c [2020-09-09T17:29:07.865Z] #39 9.230 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-09T17:29:07.865Z] #39 9.354 PBCC images/opts.pb-c.c [2020-09-09T17:29:08.041Z] #40 108.4 CC criu/cr-dedup.o [2020-09-09T17:29:08.124Z] #39 9.442 PBCC images/memfd.pb-c.c [2020-09-09T17:29:08.124Z] #39 9.594 DEP images/fown.pb-c.d [2020-09-09T17:29:08.162Z] c3aff4450246: Verifying Checksum [2020-09-09T17:29:08.162Z] c3aff4450246: Download complete [2020-09-09T17:29:08.339Z] #40 109.1 CC criu/cr-dump.o [2020-09-09T17:29:08.384Z] #39 9.676 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-09T17:29:08.384Z] #39 ... [2020-09-09T17:29:08.384Z] [2020-09-09T17:29:08.384Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:08.384Z] #33 13.05 [100%] Built target tini-static [2020-09-09T17:29:08.384Z] #33 13.27 + mkdir -p /build [2020-09-09T17:29:08.645Z] #33 13.30 + cp tini-static /build/docker-init [2020-09-09T17:29:08.645Z] #33 DONE 13.5s [2020-09-09T17:29:08.645Z] [2020-09-09T17:29:08.645Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:08.645Z] #39 9.815 DEP images/opts.pb-c.d [2020-09-09T17:29:08.645Z] #39 9.954 DEP images/memfd.pb-c.d [2020-09-09T17:29:08.645Z] #39 10.10 PBCC images/sit.pb-c.c [2020-09-09T17:29:08.645Z] #39 10.18 DEP images/sit.pb-c.d [2020-09-09T17:29:08.905Z] #39 10.30 PBCC images/macvlan.pb-c.c [2020-09-09T17:29:08.905Z] #39 10.35 DEP images/macvlan.pb-c.d [2020-09-09T17:29:08.905Z] #39 10.44 PBCC images/autofs.pb-c.c [2020-09-09T17:29:08.986Z] #40 ... [2020-09-09T17:29:08.986Z] [2020-09-09T17:29:08.986Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:29:08.986Z] #22 162.4 + mkdir -p /tmp/tmp.F8ml5O5cly/src/github.com/docker [2020-09-09T17:29:08.986Z] #22 162.4 + mv components/cli /tmp/tmp.F8ml5O5cly/src/github.com/docker/cli [2020-09-09T17:29:08.986Z] #22 162.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-09T17:29:09.165Z] #39 10.51 DEP images/autofs.pb-c.d [2020-09-09T17:29:09.165Z] #39 10.63 PBCC images/sysctl.pb-c.c [2020-09-09T17:29:09.165Z] #39 10.71 DEP images/sysctl.pb-c.d [2020-09-09T17:29:09.285Z] #22 ... [2020-09-09T17:29:09.285Z] [2020-09-09T17:29:09.285Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:29:09.285Z] #18 62.46 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-09-09T17:29:09.425Z] #39 10.76 PBCC images/time.pb-c.c [2020-09-09T17:29:09.425Z] #39 10.82 DEP images/time.pb-c.d [2020-09-09T17:29:09.425Z] #39 10.88 PBCC images/binfmt-misc.pb-c.c [2020-09-09T17:29:09.425Z] #39 10.94 DEP images/binfmt-misc.pb-c.d [2020-09-09T17:29:09.584Z] #18 62.46 Setting up xz-utils (5.2.4-1) ... [2020-09-09T17:29:09.584Z] #18 62.48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-09T17:29:09.584Z] #18 62.49 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-09T17:29:09.584Z] #18 62.61 invoke-rc.d: could not determine current runlevel [2020-09-09T17:29:09.584Z] #18 62.61 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-09T17:29:09.584Z] #18 62.62 Setting up pigz (2.4-1) ... [2020-09-09T17:29:09.584Z] #18 62.62 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-09T17:29:09.584Z] #18 62.63 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-09T17:29:09.584Z] #18 62.63 Setting up python-pip-whl (18.1-5) ... [2020-09-09T17:29:09.584Z] #18 62.64 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-09-09T17:29:09.584Z] #18 62.64 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-09T17:29:09.685Z] #39 11.00 PBCC images/seccomp.pb-c.c [2020-09-09T17:29:09.685Z] #39 11.07 DEP images/seccomp.pb-c.d [2020-09-09T17:29:09.685Z] #39 11.18 PBCC images/userns.pb-c.c [2020-09-09T17:29:09.944Z] #39 11.23 DEP images/userns.pb-c.d [2020-09-09T17:29:09.944Z] #39 11.27 PBCC images/cgroup.pb-c.c [2020-09-09T17:29:09.944Z] #39 11.31 DEP images/cgroup.pb-c.d [2020-09-09T17:29:09.945Z] #39 11.45 PBCC images/ext-file.pb-c.c [2020-09-09T17:29:10.205Z] #39 11.47 DEP images/ext-file.pb-c.d [2020-09-09T17:29:10.205Z] #39 11.59 PBCC images/rpc.pb-c.c [2020-09-09T17:29:10.205Z] #39 11.69 DEP images/rpc.pb-c.d [2020-09-09T17:29:10.232Z] #18 63.32 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-09-09T17:29:10.232Z] #18 63.33 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-09T17:29:10.232Z] #18 63.33 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-09T17:29:10.232Z] #18 63.34 Setting up vim (2:8.1.0875-5) ... [2020-09-09T17:29:10.232Z] #18 63.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-09T17:29:10.232Z] #18 63.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-09T17:29:10.232Z] #18 63.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-09T17:29:10.232Z] #18 63.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-09T17:29:10.232Z] #18 63.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-09T17:29:10.465Z] #39 11.85 PBCC images/siginfo.pb-c.c [2020-09-09T17:29:10.465Z] #39 11.90 DEP images/siginfo.pb-c.d [2020-09-09T17:29:10.530Z] #18 63.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-09T17:29:10.531Z] #18 63.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-09T17:29:10.531Z] #18 63.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-09T17:29:10.531Z] #18 63.53 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-09T17:29:10.531Z] #18 63.54 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-09T17:29:10.531Z] #18 63.57 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-09T17:29:10.531Z] #18 63.58 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-09T17:29:10.531Z] #18 63.59 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-09T17:29:10.531Z] #18 63.60 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-09T17:29:10.726Z] #39 12.03 PBCC images/pagemap.pb-c.c [2020-09-09T17:29:10.726Z] #39 12.07 DEP images/pagemap.pb-c.d [2020-09-09T17:29:10.726Z] #39 12.20 PBCC images/rlimit.pb-c.c [2020-09-09T17:29:10.726Z] #39 12.23 DEP images/rlimit.pb-c.d [2020-09-09T17:29:10.726Z] #39 12.30 PBCC images/file-lock.pb-c.c [2020-09-09T17:29:10.986Z] #39 12.34 DEP images/file-lock.pb-c.d [2020-09-09T17:29:10.986Z] #39 12.39 PBCC images/tty.pb-c.c [2020-09-09T17:29:10.986Z] #39 ... [2020-09-09T17:29:10.986Z] [2020-09-09T17:29:10.986Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:10.986Z] #41 108.1 go/ast [2020-09-09T17:29:10.986Z] #41 108.6 text/template/parse [2020-09-09T17:29:10.986Z] #41 115.1 text/template [2020-09-09T17:29:10.986Z] #41 115.8 go/parser [2020-09-09T17:29:10.986Z] #41 ... [2020-09-09T17:29:10.986Z] [2020-09-09T17:29:10.986Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:10.986Z] #39 12.49 DEP images/tty.pb-c.d [2020-09-09T17:29:10.986Z] #39 12.56 PBCC images/tun.pb-c.c [2020-09-09T17:29:11.247Z] #39 12.70 PBCC images/netdev.pb-c.c [2020-09-09T17:29:11.247Z] #39 12.82 DEP images/tun.pb-c.d [2020-09-09T17:29:11.507Z] #39 12.95 DEP images/netdev.pb-c.d [2020-09-09T17:29:11.507Z] #39 13.04 PBCC images/vma.pb-c.c [2020-09-09T17:29:11.767Z] #39 13.15 DEP images/vma.pb-c.d [2020-09-09T17:29:11.767Z] #39 13.21 PBCC images/creds.pb-c.c [2020-09-09T17:29:11.767Z] #39 13.25 DEP images/creds.pb-c.d [2020-09-09T17:29:12.027Z] #39 13.37 PBCC images/utsns.pb-c.c [2020-09-09T17:29:12.027Z] #39 13.40 DEP images/utsns.pb-c.d [2020-09-09T17:29:12.027Z] #39 13.44 PBCC images/ipc-desc.pb-c.c [2020-09-09T17:29:12.027Z] #39 13.49 PBCC images/ipc-sem.pb-c.c [2020-09-09T17:29:12.027Z] #39 13.53 DEP images/ipc-desc.pb-c.d [2020-09-09T17:29:12.027Z] #39 13.64 DEP images/ipc-sem.pb-c.d [2020-09-09T17:29:12.287Z] #39 13.75 PBCC images/ipc-msg.pb-c.c [2020-09-09T17:29:12.287Z] #39 13.77 DEP images/ipc-msg.pb-c.d [2020-09-09T17:29:12.287Z] #39 13.86 PBCC images/ipc-shm.pb-c.c [2020-09-09T17:29:12.547Z] #39 13.90 DEP images/ipc-shm.pb-c.d [2020-09-09T17:29:12.547Z] #39 14.01 PBCC images/ipc-var.pb-c.c [2020-09-09T17:29:12.547Z] #39 14.08 DEP images/ipc-var.pb-c.d [2020-09-09T17:29:12.547Z] #39 14.14 PBCC images/sk-opts.pb-c.c [2020-09-09T17:29:12.806Z] #39 14.19 PBCC images/packet-sock.pb-c.c [2020-09-09T17:29:12.806Z] #39 14.26 DEP images/sk-opts.pb-c.d [2020-09-09T17:29:12.806Z] #39 14.30 DEP images/packet-sock.pb-c.d [2020-09-09T17:29:12.806Z] #39 14.40 PBCC images/sk-netlink.pb-c.c [2020-09-09T17:29:13.066Z] #39 14.46 DEP images/sk-netlink.pb-c.d [2020-09-09T17:29:13.326Z] #39 14.57 PBCC images/sk-inet.pb-c.c [2020-09-09T17:29:13.326Z] #39 14.63 DEP images/sk-inet.pb-c.d [2020-09-09T17:29:13.326Z] #39 14.71 PBCC images/sk-unix.pb-c.c [2020-09-09T17:29:13.326Z] #39 14.83 DEP images/sk-unix.pb-c.d [2020-09-09T17:29:13.586Z] #39 14.89 PBCC images/mm.pb-c.c [2020-09-09T17:29:13.586Z] #39 14.99 DEP images/mm.pb-c.d [2020-09-09T17:29:13.586Z] #39 15.05 PBCC images/timerfd.pb-c.c [2020-09-09T17:29:13.586Z] #39 15.10 DEP images/timerfd.pb-c.d [2020-09-09T17:29:13.586Z] #39 15.20 PBCC images/timer.pb-c.c [2020-09-09T17:29:13.845Z] #39 15.24 DEP images/timer.pb-c.d [2020-09-09T17:29:13.845Z] #39 15.33 PBCC images/sa.pb-c.c [2020-09-09T17:29:13.845Z] #39 15.39 DEP images/sa.pb-c.d [2020-09-09T17:29:14.105Z] #39 15.49 PBCC images/pipe-data.pb-c.c [2020-09-09T17:29:14.105Z] #39 15.49 DEP images/pipe-data.pb-c.d [2020-09-09T17:29:14.105Z] #39 15.53 PBCC images/mnt.pb-c.c [2020-09-09T17:29:14.105Z] #39 15.59 DEP images/mnt.pb-c.d [2020-09-09T17:29:14.366Z] #39 15.69 PBCC images/sk-packet.pb-c.c [2020-09-09T17:29:14.366Z] #39 15.76 DEP images/sk-packet.pb-c.d [2020-09-09T17:29:14.366Z] #39 15.84 PBCC images/tcp-stream.pb-c.c [2020-09-09T17:29:14.652Z] #39 15.93 DEP images/tcp-stream.pb-c.d [2020-09-09T17:29:14.652Z] #39 15.97 PBCC images/pipe.pb-c.c [2020-09-09T17:29:14.652Z] #39 16.01 DEP images/pipe.pb-c.d [2020-09-09T17:29:14.652Z] #39 16.05 PBCC images/pstree.pb-c.c [2020-09-09T17:29:14.652Z] #39 16.09 DEP images/pstree.pb-c.d [2020-09-09T17:29:14.652Z] #39 16.14 PBCC images/fs.pb-c.c [2020-09-09T17:29:14.652Z] #39 16.17 DEP images/fs.pb-c.d [2020-09-09T17:29:14.652Z] #39 16.21 PBCC images/signalfd.pb-c.c [2020-09-09T17:29:14.912Z] #39 16.35 DEP images/signalfd.pb-c.d [2020-09-09T17:29:14.912Z] #39 16.38 PBCC images/fh.pb-c.c [2020-09-09T17:29:14.912Z] #39 16.43 PBCC images/fsnotify.pb-c.c [2020-09-09T17:29:15.053Z] #18 67.46 Setting up iptables (1.8.2-4) ... [2020-09-09T17:29:15.053Z] #18 67.51 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-09T17:29:15.053Z] #18 67.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-09T17:29:15.053Z] #18 67.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-09T17:29:15.053Z] #18 67.56 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-09T17:29:15.053Z] #18 67.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-09T17:29:15.053Z] #18 67.59 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-09T17:29:15.053Z] #18 67.60 Setting up python3 (3.7.3-1) ... [2020-09-09T17:29:15.053Z] #18 68.19 Setting up python3-wheel (0.32.3-2) ... [2020-09-09T17:29:15.178Z] #39 16.54 DEP images/fh.pb-c.d [2020-09-09T17:29:15.178Z] #39 16.62 DEP images/fsnotify.pb-c.d [2020-09-09T17:29:15.178Z] #39 16.64 PBCC images/eventpoll.pb-c.c [2020-09-09T17:29:15.178Z] #39 16.65 DEP images/eventpoll.pb-c.d [2020-09-09T17:29:15.178Z] #39 16.68 PBCC images/eventfd.pb-c.c [2020-09-09T17:29:15.178Z] #39 16.68 DEP images/eventfd.pb-c.d [2020-09-09T17:29:15.178Z] #39 16.70 PBCC images/remap-file-path.pb-c.c [2020-09-09T17:29:15.441Z] #39 16.71 DEP images/remap-file-path.pb-c.d [2020-09-09T17:29:15.441Z] #39 16.78 PBCC images/fifo.pb-c.c [2020-09-09T17:29:15.441Z] #39 16.86 DEP images/fifo.pb-c.d [2020-09-09T17:29:15.441Z] #39 16.95 PBCC images/ghost-file.pb-c.c [2020-09-09T17:29:15.711Z] #39 17.09 DEP images/ghost-file.pb-c.d [2020-09-09T17:29:15.711Z] #39 17.13 PBCC images/regfile.pb-c.c [2020-09-09T17:29:15.711Z] #39 17.22 DEP images/regfile.pb-c.d [2020-09-09T17:29:15.711Z] #39 ... [2020-09-09T17:29:15.711Z] [2020-09-09T17:29:15.711Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:29:15.711Z] #47 112.8 go/ast [2020-09-09T17:29:15.711Z] #47 115.9 golang.org/x/crypto/ssh/terminal [2020-09-09T17:29:15.711Z] #47 118.7 mvdan.cc/editorconfig [2020-09-09T17:29:15.711Z] #47 120.5 mvdan.cc/sh/v3/fileutil [2020-09-09T17:29:15.711Z] #47 120.7 mvdan.cc/sh/v3/syntax [2020-09-09T17:29:15.980Z] #47 ... [2020-09-09T17:29:15.980Z] [2020-09-09T17:29:15.980Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:15.980Z] #39 17.27 PBCC images/ns.pb-c.c [2020-09-09T17:29:15.980Z] #39 17.33 DEP images/ns.pb-c.d [2020-09-09T17:29:15.980Z] #39 17.41 PBCC images/fdinfo.pb-c.c [2020-09-09T17:29:16.115Z] #18 69.28 Setting up apparmor (2.13.2-10) ... [2020-09-09T17:29:16.239Z] #39 17.56 DEP images/fdinfo.pb-c.d [2020-09-09T17:29:16.239Z] #39 17.69 PBCC images/core-aarch64.pb-c.c [2020-09-09T17:29:16.239Z] #39 17.79 PBCC images/core-arm.pb-c.c [2020-09-09T17:29:16.808Z] #39 18.03 PBCC images/core-ppc64.pb-c.c [2020-09-09T17:29:16.808Z] #39 18.12 PBCC images/core-s390.pb-c.c [2020-09-09T17:29:16.808Z] #39 18.18 PBCC images/core-x86.pb-c.c [2020-09-09T17:29:16.808Z] #39 18.27 PBCC images/core.pb-c.c [2020-09-09T17:29:16.808Z] #39 18.39 PBCC images/inventory.pb-c.c [2020-09-09T17:29:17.067Z] #39 18.57 DEP images/core-aarch64.pb-c.d [2020-09-09T17:29:17.327Z] #39 18.78 DEP images/core-arm.pb-c.d [2020-09-09T17:29:17.587Z] #39 18.98 DEP images/core-ppc64.pb-c.d [2020-09-09T17:29:17.587Z] #39 19.08 DEP images/core-s390.pb-c.d [2020-09-09T17:29:17.846Z] #39 19.20 DEP images/core-x86.pb-c.d [2020-09-09T17:29:17.846Z] #39 19.29 DEP images/core.pb-c.d [2020-09-09T17:29:17.846Z] #39 19.38 DEP images/inventory.pb-c.d [2020-09-09T17:29:18.105Z] #39 19.43 PBCC images/cpuinfo.pb-c.c [2020-09-09T17:29:18.105Z] #39 19.46 DEP images/cpuinfo.pb-c.d [2020-09-09T17:29:18.105Z] #39 19.53 PBCC images/stats.pb-c.c [2020-09-09T17:29:18.105Z] #39 19.57 DEP images/stats.pb-c.d [2020-09-09T17:29:18.302Z] #18 71.30 Setting up xfsprogs (4.20.0-1) ... [2020-09-09T17:29:18.302Z] #18 71.32 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-09T17:29:18.953Z] #18 71.86 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-09T17:29:20.021Z] #18 73.06 Setting up python3-distutils (3.7.3-1) ... [2020-09-09T17:29:20.021Z] #18 ... [2020-09-09T17:29:20.021Z] [2020-09-09T17:29:20.021Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:20.021Z] #42 173.3 github.com/LK4D4/vndr/godl [2020-09-09T17:29:20.021Z] #42 174.2 github.com/LK4D4/vndr [2020-09-09T17:29:20.021Z] #42 ... [2020-09-09T17:29:20.021Z] [2020-09-09T17:29:20.021Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:20.021Z] #40 112.3 CC criu/cr-errno.o [2020-09-09T17:29:20.021Z] #40 112.5 CC criu/cr-restore.o [2020-09-09T17:29:20.021Z] #40 119.0 CC criu/cr-service.o [2020-09-09T17:29:20.610Z] 4612f6d0b889: Verifying Checksum [2020-09-09T17:29:20.610Z] 4612f6d0b889: Download complete [2020-09-09T17:29:20.668Z] #40 121.3 CC criu/crtools.o [2020-09-09T17:29:20.669Z] #40 ... [2020-09-09T17:29:20.669Z] [2020-09-09T17:29:20.669Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:29:20.669Z] #18 73.76 Setting up python3-setuptools (40.8.0-1) ... [2020-09-09T17:29:20.969Z] #18 ... [2020-09-09T17:29:20.969Z] [2020-09-09T17:29:20.969Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:20.969Z] #42 DONE 184.4s [2020-09-09T17:29:21.270Z] [2020-09-09T17:29:21.270Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:29:21.400Z] #39 22.26 make[1]: Nothing to be done for 'all'. [2020-09-09T17:29:21.497Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:29:21.497Z] [2020-09-09T17:29:21.497Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:29:21.497Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:29:21.498Z] HOSTNAME=30cd00560fc0 [2020-09-09T17:29:21.498Z] TESTDEBUG=0 [2020-09-09T17:29:21.498Z] DEST=bundles/test-integration [2020-09-09T17:29:21.498Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:29:21.498Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:29:21.498Z] container=docker [2020-09-09T17:29:21.498Z] HOME=/root [2020-09-09T17:29:21.498Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:29:21.498Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:29:21.498Z] VALIDATE_BRANCH=master [2020-09-09T17:29:21.498Z] TERM=xterm [2020-09-09T17:29:21.498Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:29:21.498Z] SHLVL=1 [2020-09-09T17:29:21.498Z] TIMEOUT=120m [2020-09-09T17:29:21.498Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:29:21.498Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:29:21.498Z] GO111MODULE=off [2020-09-09T17:29:21.498Z] DOCKER_EXPERIMENTAL=1 [2020-09-09T17:29:21.498Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-09T17:29:21.498Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:29:21.498Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:29:21.498Z] GOPATH=/go [2020-09-09T17:29:21.498Z] PKG_CONFIG=pkg-config [2020-09-09T17:29:21.498Z] _=/usr/bin/env [2020-09-09T17:29:21.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-09T17:29:22.331Z] #37 ... [2020-09-09T17:29:22.331Z] [2020-09-09T17:29:22.331Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:22.331Z] #40 122.7 CC criu/eventfd.o [2020-09-09T17:29:22.632Z] #40 123.4 CC criu/eventpoll.o [2020-09-09T17:29:22.778Z] #39 ... [2020-09-09T17:29:22.778Z] [2020-09-09T17:29:22.778Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:29:22.778Z] #52 49.77 Checking out files: 30% (992/3238) Checking out files: 31% (1004/3238) Checking out files: 32% (1037/3238) Checking out files: 33% (1069/3238) Checking out files: 34% (1101/3238) Checking out files: 35% (1134/3238) Checking out files: 36% (1166/3238) Checking out files: 37% (1199/3238) Checking out files: 38% (1231/3238) Checking out files: 39% (1263/3238) Checking out files: 40% (1296/3238) Checking out files: 41% (1328/3238) Checking out files: 42% (1360/3238) Checking out files: 43% (1393/3238) Checking out files: 44% (1425/3238) Checking out files: 45% (1458/3238) Checking out files: 46% (1490/3238) Checking out files: 47% (1522/3238) Checking out files: 48% (1555/3238) Checking out files: 49% (1587/3238) Checking out files: 50% (1619/3238) Checking out files: 51% (1652/3238) Checking out files: 52% (1684/3238) Checking out files: 53% (1717/3238) Checking out files: 54% (1749/3238) Checking out files: 55% (1781/3238) Checking out files: 56% (1814/3238) Checking out files: 57% (1846/3238) Checking out files: 58% (1879/3238) Checking out files: 59% (1911/3238) Checking out files: 60% (1943/3238) Checking out files: 61% (1976/3238) Checking out files: 62% (2008/3238) Checking out files: 63% (2040/3238) Checking out files: 64% (2073/3238) Checking out files: 65% (2105/3238) Checking out files: 66% (2138/3238) Checking out files: 67% (2170/3238) Checking out files: 68% (2202/3238) Checking out files: 69% (2235/3238) Checking out files: 70% (2267/3238) Checking out files: 71% (2299/3238) Checking out files: 72% (2332/3238) Checking out files: 73% (2364/3238) Checking out files: 74% (2397/3238) Checking out files: 75% (2429/3238) Checking out files: 75% (2432/3238) Checking out files: 76% (2461/3238) Checking out files: 77% (2494/3238) Checking out files: 78% (2526/3238) Checking out files: 79% (2559/3238) Checking out files: 80% (2591/3238) Checking out files: 81% (2623/3238) Checking out files: 82% (2656/3238) Checking out files: 83% (2688/3238) Checking out files: 84% (2720/3238) Checking out files: 85% (2753/3238) Checking out files: 86% (2785/3238) Checking out files: 87% (2818/3238) Checking out files: 88% (2850/3238) Checking out files: 89% (2882/3238) Checking out files: 90% (2915/3238) Checking out files: 91% (2947/3238) Checking out files: 92% (2979/3238) Checking out files: 92% (2993/3238) Checking out files: 93% (3012/3238) Checking out files: 94% (3044/3238) Checking out files: 95% (3077/3238) Checking out files: 96% (3109/3238) Checking out files: 97% (3141/3238) Checking out files: 98% (3174/3238) Checking out files: 99% (3206/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-09T17:29:22.778Z] #52 52.12 + cd /tmp/tmp.hhcu51kMca/src/github.com/containerd/containerd [2020-09-09T17:29:22.778Z] #52 52.12 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-09T17:29:22.778Z] #52 52.43 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-09T17:29:22.778Z] #52 52.43 + BUILDTAGS='netgo osusergo static_build' [2020-09-09T17:29:22.778Z] #52 52.43 + export EXTRA_FLAGS=-buildmode=pie [2020-09-09T17:29:22.778Z] #52 52.43 + EXTRA_FLAGS=-buildmode=pie [2020-09-09T17:29:22.778Z] #52 52.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-09T17:29:22.778Z] #52 52.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-09T17:29:22.778Z] #52 52.43 + '[' '' = dynamic ']' [2020-09-09T17:29:22.778Z] #52 52.43 + make [2020-09-09T17:29:22.778Z] #52 53.74 + bin/ctr [2020-09-09T17:29:23.346Z] #52 ... [2020-09-09T17:29:23.346Z] [2020-09-09T17:29:23.346Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:29:23.346Z] #47 130.4 mvdan.cc/sh/v3/cmd/shfmt [2020-09-09T17:29:24.175Z] #40 124.5 CC criu/external.o [2020-09-09T17:29:24.175Z] #40 124.8 CC criu/fault-injection.o [2020-09-09T17:29:24.474Z] #40 124.9 CC criu/fdstore.o [2020-09-09T17:29:24.475Z] #40 ... [2020-09-09T17:29:24.475Z] [2020-09-09T17:29:24.475Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:29:24.475Z] #18 75.74 Setting up python3-pip (18.1-5) ... [2020-09-09T17:29:24.475Z] #18 77.17 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:29:24.475Z] #18 77.22 Processing triggers for mime-support (3.62) ... [2020-09-09T17:29:24.475Z] #18 DONE 77.5s [2020-09-09T17:29:24.726Z] #47 ... [2020-09-09T17:29:24.726Z] [2020-09-09T17:29:24.726Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:24.726Z] #41 121.7 encoding/xml [2020-09-09T17:29:24.726Z] #41 123.5 go/doc [2020-09-09T17:29:24.726Z] #41 128.5 github.com/LK4D4/vndr/build [2020-09-09T17:29:24.726Z] #41 129.6 github.com/LK4D4/vndr/versioned [2020-09-09T17:29:24.726Z] #41 129.8 compress/flate [2020-09-09T17:29:24.726Z] #41 ... [2020-09-09T17:29:24.726Z] [2020-09-09T17:29:24.726Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:24.726Z] #39 24.94 CC images/stats.o [2020-09-09T17:29:24.726Z] #39 25.53 CC images/core.o [2020-09-09T17:29:24.779Z] [2020-09-09T17:29:24.779Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-09T17:29:24.779Z] #19 0.365 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-09T17:29:24.779Z] #19 0.374 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-09T17:29:24.779Z] #19 0.379 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-09T17:29:24.779Z] #19 DONE 0.5s [2020-09-09T17:29:24.779Z] [2020-09-09T17:29:24.779Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:24.779Z] #40 125.4 CC criu/fifo.o [2020-09-09T17:29:25.122Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 30.8% of statements [2020-09-09T17:29:25.122Z] ok github.com/docker/docker/container 0.110s coverage: 34.7% of statements [2020-09-09T17:29:25.122Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-09T17:29:25.122Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-09T17:29:25.122Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-09T17:29:25.122Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-09T17:29:25.295Z] #39 26.68 CC images/core-x86.o [2020-09-09T17:29:25.427Z] #40 126.0 CC criu/file-ids.o [2020-09-09T17:29:26.075Z] #40 126.4 CC criu/file-lock.o [2020-09-09T17:29:26.233Z] #39 27.53 CC images/core-arm.o [2020-09-09T17:29:26.804Z] #39 28.15 CC images/core-aarch64.o [2020-09-09T17:29:27.064Z] #39 28.58 CC images/core-ppc64.o [2020-09-09T17:29:27.137Z] #40 127.7 CC criu/files-ext.o [2020-09-09T17:29:27.448Z] #40 128.1 CC criu/files-reg.o [2020-09-09T17:29:28.007Z] #39 29.39 CC images/core-s390.o [2020-09-09T17:29:28.946Z] #39 30.26 CC images/cpuinfo.o [2020-09-09T17:29:29.515Z] #39 30.94 CC images/inventory.o [2020-09-09T17:29:30.084Z] #39 31.61 CC images/fdinfo.o [2020-09-09T17:29:30.226Z] #40 130.8 CC criu/files.o [2020-09-09T17:29:30.685Z] ok github.com/docker/docker/daemon/cluster 0.037s coverage: 0.5% of statements [2020-09-09T17:29:30.975Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-09-09T17:29:31.032Z] #39 32.33 CC images/fown.o [2020-09-09T17:29:31.290Z] #40 ... [2020-09-09T17:29:31.290Z] [2020-09-09T17:29:31.290Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:29:31.290Z] #29 DONE 194.5s [2020-09-09T17:29:31.290Z] [2020-09-09T17:29:31.290Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:29:31.290Z] #20 4.657 Collecting yamllint==1.16.0 [2020-09-09T17:29:31.290Z] #20 5.103 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-09T17:29:31.290Z] #20 5.213 Collecting pyyaml (from yamllint==1.16.0) [2020-09-09T17:29:31.290Z] #20 5.518 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-09T17:29:31.294Z] #39 32.72 CC images/ns.o [2020-09-09T17:29:31.554Z] #39 33.05 CC images/regfile.o [2020-09-09T17:29:32.027Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-09-09T17:29:32.126Z] #39 33.38 CC images/ghost-file.o [2020-09-09T17:29:32.386Z] #39 33.62 CC images/fifo.o [2020-09-09T17:29:32.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-09T17:29:32.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-09T17:29:32.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-09T17:29:32.645Z] #39 33.94 CC images/remap-file-path.o [2020-09-09T17:29:32.905Z] #39 34.24 CC images/eventfd.o [2020-09-09T17:29:32.905Z] #39 ... [2020-09-09T17:29:32.905Z] [2020-09-09T17:29:32.905Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-09T17:29:32.905Z] #47 DONE 140.0s [2020-09-09T17:29:32.905Z] [2020-09-09T17:29:32.905Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:32.905Z] #39 34.50 CC images/eventpoll.o [2020-09-09T17:29:32.905Z] #39 ... [2020-09-09T17:29:32.905Z] [2020-09-09T17:29:32.905Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:32.905Z] #41 133.5 hash/crc32 [2020-09-09T17:29:32.905Z] #41 133.8 net [2020-09-09T17:29:32.905Z] #41 134.4 compress/gzip [2020-09-09T17:29:32.905Z] #41 135.6 vendor/golang.org/x/text/transform [2020-09-09T17:29:32.905Z] #41 136.2 vendor/golang.org/x/text/unicode/bidi [2020-09-09T17:29:32.905Z] #41 139.2 vendor/golang.org/x/text/secure/bidirule [2020-09-09T17:29:32.905Z] #41 139.4 vendor/golang.org/x/text/unicode/norm [2020-09-09T17:29:33.435Z] #20 8.062 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-09T17:29:33.435Z] #20 8.136 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-09T17:29:33.435Z] #20 8.208 Building wheels for collected packages: pyyaml [2020-09-09T17:29:33.435Z] #20 8.210 Running setup.py bdist_wheel for pyyaml: started [2020-09-09T17:29:33.478Z] #41 ... [2020-09-09T17:29:33.478Z] [2020-09-09T17:29:33.478Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:33.478Z] #39 34.83 CC images/fh.o [2020-09-09T17:29:33.736Z] #20 ... [2020-09-09T17:29:33.736Z] [2020-09-09T17:29:33.736Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:33.736Z] #40 134.5 CC criu/filesystems.o [2020-09-09T17:29:34.047Z] #39 35.40 CC images/fsnotify.o [2020-09-09T17:29:34.799Z] #40 ... [2020-09-09T17:29:34.799Z] [2020-09-09T17:29:34.799Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:29:34.800Z] #20 9.284 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-09T17:29:34.800Z] #20 9.288 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-09T17:29:34.800Z] #20 9.390 Successfully built pyyaml [2020-09-09T17:29:34.800Z] #20 9.406 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-09T17:29:34.800Z] #20 9.689 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-09T17:29:34.800Z] #20 DONE 9.9s [2020-09-09T17:29:34.994Z] #39 36.31 CC images/signalfd.o [2020-09-09T17:29:35.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-09T17:29:35.101Z] [2020-09-09T17:29:35.101Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:35.101Z] #40 135.6 CC criu/fsnotify.o [2020-09-09T17:29:35.254Z] #39 36.72 CC images/fs.o [2020-09-09T17:29:35.513Z] #39 36.96 CC images/pstree.o [2020-09-09T17:29:35.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-09T17:29:35.773Z] #39 37.31 CC images/pipe.o [2020-09-09T17:29:36.040Z] #39 37.61 CC images/tcp-stream.o [2020-09-09T17:29:36.307Z] #39 37.90 CC images/sk-packet.o [2020-09-09T17:29:36.646Z] #40 137.2 CC criu/image-desc.o [2020-09-09T17:29:36.876Z] #39 38.27 CC images/mnt.o [2020-09-09T17:29:36.961Z] #40 137.4 CC criu/image.o [2020-09-09T17:29:37.137Z] #39 38.64 CC images/pipe-data.o [2020-09-09T17:29:37.620Z] #40 138.3 CC criu/ipc_ns.o [2020-09-09T17:29:37.709Z] #39 39.00 CC images/sa.o [2020-09-09T17:29:37.968Z] #39 39.36 CC images/timer.o [2020-09-09T17:29:38.540Z] #39 40.00 CC images/timerfd.o [2020-09-09T17:29:38.803Z] #39 40.29 CC images/mm.o [2020-09-09T17:29:38.922Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.426s coverage: 14.1% of statements [2020-09-09T17:29:39.063Z] #39 40.66 CC images/sk-opts.o [2020-09-09T17:29:39.171Z] #40 139.5 CC criu/irmap.o [2020-09-09T17:29:39.472Z] #40 140.1 CC criu/kcmp-ids.o [2020-09-09T17:29:39.634Z] #39 40.95 CC images/sk-unix.o [2020-09-09T17:29:39.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-09T17:29:39.774Z] #40 140.4 CC criu/kerndat.o [2020-09-09T17:29:39.894Z] #39 41.38 CC images/sk-inet.o [2020-09-09T17:29:39.955Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.8% of statements [2020-09-09T17:29:40.247Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2020-09-09T17:29:40.466Z] #39 41.97 CC images/tun.o [2020-09-09T17:29:40.837Z] #40 141.5 CC criu/libnetlink.o [2020-09-09T17:29:40.879Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-09-09T17:29:40.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-09T17:29:41.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-09T17:29:41.045Z] #39 42.34 CC images/sk-netlink.o [2020-09-09T17:29:41.305Z] #39 42.72 CC images/packet-sock.o [2020-09-09T17:29:41.488Z] #40 142.0 CC criu/log.o [2020-09-09T17:29:41.510Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-09-09T17:29:41.789Z] #40 142.5 CC criu/lsm.o [2020-09-09T17:29:41.877Z] #39 43.22 CC images/ipc-var.o [2020-09-09T17:29:42.136Z] #39 43.53 CC images/ipc-desc.o [2020-09-09T17:29:42.396Z] #39 43.85 CC images/ipc-shm.o [2020-09-09T17:29:42.440Z] #40 143.1 CC criu/mem.o [2020-09-09T17:29:42.543Z] ok github.com/docker/docker/daemon 12.244s coverage: 17.4% of statements [2020-09-09T17:29:42.543Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-09T17:29:42.543Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-09T17:29:42.543Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-09T17:29:42.543Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-09T17:29:42.655Z] #39 44.07 CC images/ipc-msg.o [2020-09-09T17:29:42.915Z] #39 44.42 CC images/ipc-sem.o [2020-09-09T17:29:43.485Z] #39 44.69 CC images/utsns.o [2020-09-09T17:29:43.485Z] #39 44.95 CC images/creds.o [2020-09-09T17:29:43.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-09T17:29:43.745Z] #39 45.25 CC images/vma.o [2020-09-09T17:29:44.078Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-09-09T17:29:44.314Z] #39 45.64 CC images/netdev.o [2020-09-09T17:29:44.568Z] #40 145.1 CC criu/memfd.o [2020-09-09T17:29:44.710Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.182s coverage: 57.0% of statements [2020-09-09T17:29:44.883Z] #39 46.28 CC images/tty.o [2020-09-09T17:29:45.217Z] #40 145.8 CC criu/mount.o [2020-09-09T17:29:46.264Z] #39 47.35 CC images/file-lock.o [2020-09-09T17:29:46.264Z] #39 47.65 CC images/rlimit.o [2020-09-09T17:29:46.524Z] #39 47.94 CC images/pagemap.o [2020-09-09T17:29:47.094Z] #39 48.45 CC images/siginfo.o [2020-09-09T17:29:47.094Z] #39 ... [2020-09-09T17:29:47.094Z] [2020-09-09T17:29:47.094Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:29:47.094Z] #54 154.2 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-09T17:29:47.094Z] #54 154.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-09T17:29:48.033Z] #54 ... [2020-09-09T17:29:48.033Z] [2020-09-09T17:29:48.033Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:48.033Z] #41 145.1 vendor/golang.org/x/net/idna [2020-09-09T17:29:48.033Z] #41 148.2 vendor/golang.org/x/net/http2/hpack [2020-09-09T17:29:48.033Z] #41 149.7 mime [2020-09-09T17:29:48.033Z] #41 152.6 mime/quotedprintable [2020-09-09T17:29:48.033Z] #41 153.3 net/http/internal [2020-09-09T17:29:48.293Z] #41 ... [2020-09-09T17:29:48.293Z] [2020-09-09T17:29:48.293Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:48.293Z] #39 48.87 CC images/rpc.o [2020-09-09T17:29:48.293Z] #39 ... [2020-09-09T17:29:48.293Z] [2020-09-09T17:29:48.293Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:29:48.293Z] #10 145.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-09T17:29:48.293Z] #10 145.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-09T17:29:48.293Z] #10 145.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:29:48.863Z] #10 ... [2020-09-09T17:29:48.863Z] [2020-09-09T17:29:48.863Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:48.863Z] #39 50.48 CC images/ext-file.o [2020-09-09T17:29:49.123Z] #39 50.73 CC images/cgroup.o [2020-09-09T17:29:49.160Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.040s coverage: 46.2% of statements [2020-09-09T17:29:49.740Z] #40 150.1 CC criu/namespaces.o [2020-09-09T17:29:49.792Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-09-09T17:29:50.064Z] #39 51.47 CC images/userns.o [2020-09-09T17:29:50.325Z] #39 51.86 CC images/google/protobuf/descriptor.o [2020-09-09T17:29:50.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-09T17:29:51.867Z] #40 152.2 CC criu/net.o [2020-09-09T17:29:52.237Z] #39 53.85 CC images/opts.o [2020-09-09T17:29:52.807Z] #39 54.13 CC images/seccomp.o [2020-09-09T17:29:53.069Z] #39 54.37 CC images/binfmt-misc.o [2020-09-09T17:29:53.306Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.317s coverage: 49.5% of statements [2020-09-09T17:29:53.330Z] #39 54.70 CC images/time.o [2020-09-09T17:29:53.613Z] #39 54.92 CC images/sysctl.o [2020-09-09T17:29:53.613Z] #39 55.13 CC images/autofs.o [2020-09-09T17:29:54.199Z] #39 55.43 CC images/macvlan.o [2020-09-09T17:29:54.199Z] #39 55.70 CC images/sit.o [2020-09-09T17:29:54.790Z] #39 56.03 CC images/memfd.o [2020-09-09T17:29:55.049Z] #39 56.50 CC images/timens.o [2020-09-09T17:29:55.453Z] #40 155.7 CC criu/netfilter.o [2020-09-09T17:29:55.453Z] #40 156.0 CC criu/page-pipe.o [2020-09-09T17:29:55.617Z] #39 ... [2020-09-09T17:29:55.617Z] [2020-09-09T17:29:55.617Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:29:55.617Z] #54 DONE 162.6s [2020-09-09T17:29:55.617Z] [2020-09-09T17:29:55.617Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-09T17:29:55.617Z] #55 DONE 0.1s [2020-09-09T17:29:55.617Z] [2020-09-09T17:29:55.617Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:55.617Z] #39 56.92 LINK images/built-in.o [2020-09-09T17:29:55.617Z] #39 ... [2020-09-09T17:29:55.617Z] [2020-09-09T17:29:55.617Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:29:55.617Z] #41 157.8 net/textproto [2020-09-09T17:29:55.617Z] #41 157.8 crypto/x509 [2020-09-09T17:29:55.617Z] #41 159.2 vendor/golang.org/x/net/http/httpguts [2020-09-09T17:29:55.617Z] #41 159.5 vendor/golang.org/x/net/http/httpproxy [2020-09-09T17:29:55.617Z] #41 160.2 mime/multipart [2020-09-09T17:29:55.878Z] #41 ... [2020-09-09T17:29:55.878Z] [2020-09-09T17:29:55.878Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-09T17:29:55.878Z] #56 DONE 0.1s [2020-09-09T17:29:55.878Z] [2020-09-09T17:29:55.878Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:29:55.878Z] #39 57.21 GEN compel/include/asm [2020-09-09T17:29:55.878Z] #39 57.28 GEN compel/include/version.h [2020-09-09T17:29:55.878Z] #39 57.32 touch .config [2020-09-09T17:29:55.878Z] #39 57.37 GEN include/common/config.h [2020-09-09T17:29:56.104Z] #40 156.8 CC criu/page-xfer.o [2020-09-09T17:29:56.138Z] #39 57.51 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-09T17:29:56.138Z] #39 57.54 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-09T17:29:56.138Z] #39 57.57 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-09T17:29:56.138Z] #39 57.61 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-09T17:29:56.138Z] #39 57.65 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-09T17:29:56.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-09T17:29:56.398Z] #39 57.67 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-09T17:29:56.398Z] #39 57.69 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-09T17:29:56.398Z] #39 57.73 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-09T17:29:56.398Z] #39 57.78 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-09T17:29:56.398Z] #39 57.84 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-09T17:29:56.398Z] #39 57.85 DEP compel/plugins/std/infect.d [2020-09-09T17:29:56.659Z] #39 58.06 DEP compel/plugins/std/string.d [2020-09-09T17:29:56.659Z] #39 58.18 DEP compel/plugins/std/log.d [2020-09-09T17:29:56.919Z] #39 58.29 DEP compel/plugins/std/fds.d [2020-09-09T17:29:56.919Z] #39 58.40 DEP compel/plugins/std/std.d [2020-09-09T17:29:57.179Z] #39 58.48 DEP compel/plugins/shmem/shmem.d [2020-09-09T17:29:57.179Z] #39 58.69 DEP compel/plugins/fds/fds.d [2020-09-09T17:29:57.439Z] #39 58.97 CC compel/plugins/std/std.o [2020-09-09T17:29:58.011Z] #39 59.49 CC compel/plugins/std/fds.o [2020-09-09T17:29:58.079Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:29:58.079Z] [2020-09-09T17:29:58.079Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-09-09T17:29:58.079Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-09-09T17:29:58.079Z] Using test binary docker [2020-09-09T17:29:58.079Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-09T17:29:58.079Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:29:58.079Z] INFO: Waiting for daemon to start... [2020-09-09T17:29:58.079Z] Starting dockerd [2020-09-09T17:29:58.079Z] . [2020-09-09T17:29:58.079Z] INFO: Building docker-sdk-python3:4.3.0... [2020-09-09T17:29:58.227Z] #40 158.8 CC criu/pagemap-cache.o [2020-09-09T17:29:58.582Z] #39 60.17 CC compel/plugins/std/log.o [2020-09-09T17:29:58.865Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.162s coverage: 73.1% of statements [2020-09-09T17:29:58.865Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-09T17:29:58.872Z] #40 159.3 CC criu/pagemap.o [2020-09-09T17:29:59.928Z] #40 160.3 CC criu/parasite-syscall.o [2020-09-09T17:29:59.966Z] #39 61.36 CC compel/plugins/std/string.o [2020-09-09T17:30:00.370Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.655s coverage: 76.1% of statements [2020-09-09T17:30:00.370Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.354s coverage: 57.7% of statements [2020-09-09T17:30:00.370Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-09T17:30:00.370Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-09T17:30:00.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-09T17:30:00.537Z] #39 62.08 CC compel/plugins/std/infect.o [2020-09-09T17:30:00.580Z] #40 161.3 CC criu/path.o [2020-09-09T17:30:01.108Z] #39 ... [2020-09-09T17:30:01.108Z] [2020-09-09T17:30:01.108Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:30:01.108Z] #10 168.1 Selecting previously unselected package libapparmor1:amd64. [2020-09-09T17:30:01.108Z] #10 168.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-09T17:30:01.108Z] #10 168.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-09T17:30:01.232Z] #40 161.7 CC criu/pie-util-vdso.o [2020-09-09T17:30:01.367Z] #10 168.3 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-09T17:30:01.367Z] #10 168.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-09T17:30:01.367Z] #10 168.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-09T17:30:01.403Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-09-09T17:30:01.403Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2020-09-09T17:30:01.632Z] #10 168.6 Selecting previously unselected package libbtrfs0. [2020-09-09T17:30:01.632Z] #10 168.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-09T17:30:01.632Z] #10 168.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-09T17:30:01.632Z] #10 168.7 Selecting previously unselected package libbtrfs-dev. [2020-09-09T17:30:01.632Z] #10 168.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-09T17:30:01.632Z] #10 168.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:30:01.694Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-09-09T17:30:01.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-09T17:30:01.884Z] #40 162.3 CC criu/pie-util.o [2020-09-09T17:30:01.884Z] #40 162.4 CC criu/pipes.o [2020-09-09T17:30:01.891Z] #10 169.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-09T17:30:01.891Z] #10 169.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-09T17:30:01.891Z] #10 169.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-09T17:30:02.151Z] #10 169.1 Selecting previously unselected package libudev-dev:amd64. [2020-09-09T17:30:02.151Z] #10 169.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-09T17:30:02.151Z] #10 169.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-09T17:30:02.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-09T17:30:02.411Z] #10 169.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-09T17:30:02.411Z] #10 169.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-09T17:30:02.411Z] #10 169.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-09T17:30:02.955Z] #40 163.3 CC criu/plugin.o [2020-09-09T17:30:02.981Z] #10 169.9 Selecting previously unselected package libpcre16-3:amd64. [2020-09-09T17:30:02.981Z] #10 169.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-09T17:30:02.981Z] #10 169.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-09T17:30:03.200Z] ok github.com/docker/docker/daemon/images 0.008s coverage: 4.8% of statements [2020-09-09T17:30:03.200Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-09T17:30:03.200Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-09T17:30:03.241Z] #10 170.2 Selecting previously unselected package libpcre32-3:amd64. [2020-09-09T17:30:03.241Z] #10 170.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-09T17:30:03.241Z] #10 170.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-09T17:30:03.256Z] #40 163.8 CC criu/proc_parse.o [2020-09-09T17:30:03.492Z] ok github.com/docker/docker/daemon/logger 0.209s coverage: 41.0% of statements [2020-09-09T17:30:03.501Z] #10 170.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-09T17:30:03.501Z] #10 170.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-09T17:30:03.501Z] #10 170.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-09T17:30:03.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-09T17:30:03.760Z] #10 170.8 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-09T17:30:03.760Z] #10 170.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-09T17:30:03.760Z] #10 170.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-09T17:30:04.124Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2020-09-09T17:30:04.330Z] #10 171.4 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-09T17:30:04.330Z] #10 171.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-09T17:30:04.330Z] #10 171.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-09T17:30:04.414Z] ok github.com/docker/docker/daemon/logger/awslogs 0.082s coverage: 77.4% of statements [2020-09-09T17:30:04.414Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-09T17:30:04.414Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-09T17:30:04.800Z] #40 ... [2020-09-09T17:30:04.800Z] [2020-09-09T17:30:04.800Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:30:04.800Z] #50 120.6 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-09T17:30:04.899Z] #10 171.9 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-09T17:30:04.899Z] #10 171.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-09T17:30:04.899Z] #10 171.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-09T17:30:05.046Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 23.9% of statements [2020-09-09T17:30:05.159Z] #10 172.2 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-09T17:30:05.159Z] #10 172.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-09T17:30:05.159Z] #10 172.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-09T17:30:05.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-09T17:30:05.337Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.011s coverage: 61.6% of statements [2020-09-09T17:30:05.337Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2020-09-09T17:30:05.419Z] #10 172.5 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-09T17:30:05.419Z] #10 172.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-09T17:30:05.419Z] #10 172.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-09T17:30:06.361Z] #10 173.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-09T17:30:06.361Z] #10 173.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-09T17:30:06.361Z] #10 ... [2020-09-09T17:30:06.361Z] [2020-09-09T17:30:06.361Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:30:06.361Z] #41 163.2 crypto/tls [2020-09-09T17:30:06.361Z] #41 172.2 net/http/httptrace [2020-09-09T17:30:06.361Z] #41 172.6 net/http [2020-09-09T17:30:06.361Z] #41 ... [2020-09-09T17:30:06.361Z] [2020-09-09T17:30:06.361Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-09T17:30:06.361Z] #10 173.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-09T17:30:06.361Z] #10 173.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-09T17:30:06.361Z] #10 173.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-09T17:30:06.361Z] #10 173.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-09T17:30:06.361Z] #10 173.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-09T17:30:06.362Z] #10 173.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:30:06.362Z] #10 173.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-09T17:30:06.362Z] #10 173.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-09T17:30:06.362Z] #10 173.4 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-09T17:30:06.362Z] #10 173.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-09T17:30:06.362Z] #10 173.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:30:06.362Z] #10 173.6 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-09-09T17:30:06.373Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 75.2% of statements [2020-09-09T17:30:06.373Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-09T17:30:06.373Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.047s coverage: 37.7% of statements [2020-09-09T17:30:06.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-09T17:30:06.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-09T17:30:06.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-09T17:30:06.621Z] #10 173.6 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-09-09T17:30:06.621Z] #10 173.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-09T17:30:06.621Z] #10 173.6 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-09-09T17:30:06.621Z] #10 173.6 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-09-09T17:30:06.621Z] #10 173.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-09T17:30:06.621Z] #10 173.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-09T17:30:06.621Z] #10 173.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-09T17:30:06.621Z] #10 173.6 Setting up dmsetup (2:1.02.155-3) ... [2020-09-09T17:30:06.621Z] #10 173.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-09T17:30:06.621Z] #10 173.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-09T17:30:06.621Z] #10 173.8 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:30:07.405Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-09-09T17:30:07.584Z] #50 123.4 + mkdir -p /build [2020-09-09T17:30:07.884Z] #50 123.4 + cp runc /build/runc [2020-09-09T17:30:07.884Z] #50 DONE 123.6s [2020-09-09T17:30:07.884Z] [2020-09-09T17:30:07.884Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:30:07.884Z] #37 230.7 + dpkg --print-architecture [2020-09-09T17:30:07.884Z] #37 230.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-09T17:30:08.003Z] #10 DONE 174.9s [2020-09-09T17:30:08.003Z] [2020-09-09T17:30:08.003Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:30:08.437Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 46.8% of statements [2020-09-09T17:30:08.437Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-09-09T17:30:08.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-09T17:30:08.529Z] #37 231.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-09T17:30:08.529Z] #37 231.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-09T17:30:08.941Z] #49 1.306 + RM_GOPATH=0 [2020-09-09T17:30:08.941Z] #49 1.306 + TMP_GOPATH= [2020-09-09T17:30:08.941Z] #49 1.306 + : /build [2020-09-09T17:30:08.941Z] #49 1.306 + '[' -z '' ']' [2020-09-09T17:30:08.941Z] #49 1.306 ++ mktemp -d [2020-09-09T17:30:09.068Z] ok github.com/docker/docker/daemon/logger/splunk 1.444s coverage: 82.5% of statements [2020-09-09T17:30:09.068Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-09T17:30:09.068Z] ok github.com/docker/docker/daemon/network 0.008s coverage: 63.8% of statements [2020-09-09T17:30:09.068Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-09T17:30:09.200Z] #49 1.309 + export GOPATH=/tmp/tmp.YrHMLxuw1F [2020-09-09T17:30:09.200Z] #49 1.309 + GOPATH=/tmp/tmp.YrHMLxuw1F [2020-09-09T17:30:09.200Z] #49 1.309 + RM_GOPATH=1 [2020-09-09T17:30:09.200Z] #49 1.309 + case "$(go env GOARCH)" in [2020-09-09T17:30:09.200Z] #49 1.310 ++ go env GOARCH [2020-09-09T17:30:09.200Z] #49 1.336 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:30:09.200Z] #49 1.336 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:30:09.200Z] #49 1.339 ++ dirname /tmp/install/install.sh [2020-09-09T17:30:09.200Z] #49 1.343 + dir=/tmp/install [2020-09-09T17:30:09.200Z] #49 1.343 + bin=runc [2020-09-09T17:30:09.200Z] #49 1.343 + shift [2020-09-09T17:30:09.200Z] #49 1.343 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-09T17:30:09.200Z] #49 1.344 + . /tmp/install/runc.installer [2020-09-09T17:30:09.200Z] #49 1.344 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-09T17:30:09.200Z] #49 1.346 + install_runc [2020-09-09T17:30:09.200Z] #49 1.347 + uname -r [2020-09-09T17:30:09.200Z] #49 1.347 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-09T17:30:09.200Z] #49 1.352 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-09T17:30:09.200Z] #49 1.355 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-09T17:30:09.200Z] #49 1.355 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-09T17:30:09.200Z] #49 1.356 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YrHMLxuw1F/src/github.com/opencontainers/runc [2020-09-09T17:30:09.200Z] #49 1.360 Cloning into '/tmp/tmp.YrHMLxuw1F/src/github.com/opencontainers/runc'... [2020-09-09T17:30:09.460Z] #49 ... [2020-09-09T17:30:09.460Z] [2020-09-09T17:30:09.460Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-09T17:30:09.460Z] #11 DONE 1.5s [2020-09-09T17:30:09.460Z] [2020-09-09T17:30:09.460Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-09T17:30:10.133Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2020-09-09T17:30:10.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-09T17:30:10.843Z] #12 DONE 1.3s [2020-09-09T17:30:10.843Z] [2020-09-09T17:30:10.843Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:30:11.102Z] #13 ... [2020-09-09T17:30:11.102Z] [2020-09-09T17:30:11.102Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:11.102Z] #39 62.54 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-09T17:30:11.102Z] #39 62.60 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-09T17:30:11.102Z] #39 62.69 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-09T17:30:11.102Z] #39 62.77 AR compel/plugins/std.lib.a [2020-09-09T17:30:11.102Z] #39 62.85 CC compel/plugins/fds/fds.o [2020-09-09T17:30:11.102Z] #39 63.19 AR compel/plugins/fds.lib.a [2020-09-09T17:30:11.102Z] #39 63.26 HOSTDEP compel/src/lib/log-host.d [2020-09-09T17:30:11.102Z] #39 63.42 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-09T17:30:11.102Z] #39 63.63 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-09T17:30:11.102Z] #39 63.78 HOSTDEP compel/src/main-host.d [2020-09-09T17:30:11.102Z] #39 63.97 DEP compel/src/lib/ptrace.d [2020-09-09T17:30:11.102Z] #39 64.14 DEP compel/src/lib/infect.d [2020-09-09T17:30:11.102Z] #39 64.31 DEP compel/src/lib/infect-util.d [2020-09-09T17:30:11.102Z] #39 64.43 DEP compel/src/lib/infect-rpc.d [2020-09-09T17:30:11.102Z] #39 64.67 DEP compel/arch/x86/src/lib/infect.d [2020-09-09T17:30:11.102Z] #39 64.85 DEP compel/arch/x86/src/lib/cpu.d [2020-09-09T17:30:11.102Z] #39 64.94 DEP compel/src/lib/log.d [2020-09-09T17:30:11.102Z] #39 65.07 DEP compel/src/main.d [2020-09-09T17:30:11.102Z] #39 65.23 DEP compel/src/lib/handle-elf.d [2020-09-09T17:30:11.102Z] #39 65.40 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-09T17:30:11.102Z] #39 65.64 CC compel/src/lib/log.o [2020-09-09T17:30:11.102Z] #39 66.08 CC compel/arch/x86/src/lib/cpu.o [2020-09-09T17:30:11.102Z] #39 67.21 CC compel/arch/x86/src/lib/infect.o [2020-09-09T17:30:11.103Z] #39 67.83 CC compel/src/lib/infect-rpc.o [2020-09-09T17:30:11.103Z] #39 68.13 CC compel/src/lib/infect-util.o [2020-09-09T17:30:11.103Z] #39 68.35 CC compel/src/lib/infect.o [2020-09-09T17:30:11.103Z] #39 71.15 CC compel/src/lib/ptrace.o [2020-09-09T17:30:11.103Z] #39 71.56 AR compel/libcompel.a [2020-09-09T17:30:11.103Z] #39 71.67 HOSTCC compel/src/main-host.o [2020-09-09T17:30:11.103Z] #39 71.94 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-09T17:30:11.103Z] #39 72.22 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-09T17:30:11.103Z] #39 72.63 HOSTCC compel/src/lib/log-host.o [2020-09-09T17:30:11.364Z] #39 72.87 HOSTLINK compel/compel-host-bin [2020-09-09T17:30:11.623Z] #39 73.08 DEP soccr/soccr.d [2020-09-09T17:30:11.623Z] #39 ... [2020-09-09T17:30:11.623Z] [2020-09-09T17:30:11.623Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-09T17:30:11.623Z] #13 1.011 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-09T17:30:11.623Z] #13 DONE 1.2s [2020-09-09T17:30:11.623Z] [2020-09-09T17:30:11.623Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:30:11.637Z] ok github.com/docker/docker/distribution 1.081s coverage: 21.9% of statements [2020-09-09T17:30:11.637Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-09T17:30:11.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-09T17:30:11.882Z] #52 ... [2020-09-09T17:30:11.882Z] [2020-09-09T17:30:11.882Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-09T17:30:12.268Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-09-09T17:30:12.820Z] #14 DONE 1.1s [2020-09-09T17:30:12.820Z] [2020-09-09T17:30:12.820Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-09T17:30:12.899Z] ok github.com/docker/docker/distribution/xfer 1.866s coverage: 85.1% of statements [2020-09-09T17:30:12.899Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-09T17:30:12.899Z] ok github.com/docker/docker/image 0.025s coverage: 86.4% of statements [2020-09-09T17:30:13.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-09T17:30:13.930Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2020-09-09T17:30:13.930Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-09T17:30:13.930Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-09-09T17:30:13.930Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-09T17:30:14.200Z] #15 DONE 1.0s [2020-09-09T17:30:14.200Z] [2020-09-09T17:30:14.200Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-09T17:30:14.220Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-09-09T17:30:14.768Z] #16 DONE 1.0s [2020-09-09T17:30:14.768Z] [2020-09-09T17:30:14.768Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:14.768Z] #39 73.38 CC soccr/soccr.o [2020-09-09T17:30:14.768Z] #39 74.78 AR soccr/libsoccr.a [2020-09-09T17:30:14.768Z] #39 74.82 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-09T17:30:14.768Z] #39 75.18 DEP criu/arch/x86/sigframe.d [2020-09-09T17:30:14.768Z] #39 75.29 DEP criu/arch/x86/sigaction_compat.d [2020-09-09T17:30:14.768Z] #39 75.50 DEP criu/arch/x86/kerndat.d [2020-09-09T17:30:14.768Z] #39 75.66 DEP criu/arch/x86/crtools.d [2020-09-09T17:30:14.768Z] #39 75.86 DEP criu/arch/x86/cpu.d [2020-09-09T17:30:14.768Z] #39 76.04 CC criu/arch/x86/cpu.o [2020-09-09T17:30:15.311Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2020-09-09T17:30:15.601Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-09T17:30:15.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-09T17:30:15.707Z] #39 76.95 CC criu/arch/x86/crtools.o [2020-09-09T17:30:15.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-09T17:30:16.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-09T17:30:16.644Z] #39 78.10 CC criu/arch/x86/kerndat.o [2020-09-09T17:30:17.104Z] ok github.com/docker/docker/pkg/archive 0.479s coverage: 76.8% of statements [2020-09-09T17:30:17.215Z] #39 78.62 CC criu/arch/x86/sigaction_compat.o [2020-09-09T17:30:17.474Z] #39 78.85 CC criu/arch/x86/sigframe.o [2020-09-09T17:30:17.734Z] #39 79.15 LINK criu/arch/x86/crtools.built-in.o [2020-09-09T17:30:17.734Z] #39 79.20 DEP criu/pie/util-vdso-elf32.d [2020-09-09T17:30:17.736Z] ok github.com/docker/docker/pkg/authorization 0.310s coverage: 68.3% of statements [2020-09-09T17:30:17.994Z] #39 79.30 DEP criu/pie/util-vdso.d [2020-09-09T17:30:17.994Z] #39 79.42 DEP criu/pie/util.d [2020-09-09T17:30:18.027Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-09T17:30:18.253Z] #39 79.57 CC criu/pie/util.o [2020-09-09T17:30:18.253Z] #39 79.80 CC criu/pie/util-vdso.o [2020-09-09T17:30:18.364Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-09-09T17:30:18.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-09T17:30:18.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-09T17:30:19.020Z] #37 ... [2020-09-09T17:30:19.020Z] [2020-09-09T17:30:19.020Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:19.020Z] #40 167.9 CC criu/protobuf-desc.o [2020-09-09T17:30:19.020Z] #40 169.7 CC criu/protobuf.o [2020-09-09T17:30:19.020Z] #40 170.2 CC criu/pstree.o [2020-09-09T17:30:19.020Z] #40 171.6 CC criu/rbtree.o [2020-09-09T17:30:19.020Z] #40 172.0 CC criu/rst-malloc.o [2020-09-09T17:30:19.020Z] #40 172.4 CC criu/seccomp.o [2020-09-09T17:30:19.020Z] #40 173.2 CC criu/seize.o [2020-09-09T17:30:19.020Z] #40 174.3 CC criu/servicefd.o [2020-09-09T17:30:19.020Z] #40 174.8 CC criu/shmem.o [2020-09-09T17:30:19.020Z] #40 175.9 CC criu/sigframe.o [2020-09-09T17:30:19.020Z] #40 176.1 CC criu/signalfd.o [2020-09-09T17:30:19.020Z] #40 176.5 CC criu/sk-inet.o [2020-09-09T17:30:19.020Z] #40 177.7 CC criu/sk-netlink.o [2020-09-09T17:30:19.020Z] #40 178.2 CC criu/sk-packet.o [2020-09-09T17:30:19.020Z] #40 ... [2020-09-09T17:30:19.020Z] [2020-09-09T17:30:19.020Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:30:19.020Z] #46 231.4 + cd /tmp/tmp.AFnEsFgFTU/src/github.com/golangci/golangci-lint/ [2020-09-09T17:30:19.020Z] #46 231.4 + git checkout -q v1.23.8 [2020-09-09T17:30:19.020Z] #46 232.3 ++ git describe --tags [2020-09-09T17:30:19.020Z] #46 232.3 + version=v1.23.8 [2020-09-09T17:30:19.020Z] #46 232.3 ++ git rev-parse --short HEAD [2020-09-09T17:30:19.020Z] #46 232.3 + commit=76a82c6 [2020-09-09T17:30:19.020Z] #46 232.3 ++ git show -s --format=%cd [2020-09-09T17:30:19.020Z] #46 232.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-09T17:30:19.020Z] #46 232.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-09-09T17:30:19.020Z] #46 ... [2020-09-09T17:30:19.020Z] [2020-09-09T17:30:19.020Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:19.020Z] #40 178.9 CC criu/sk-queue.o [2020-09-09T17:30:19.020Z] #40 179.5 CC criu/sk-tcp.o [2020-09-09T17:30:19.192Z] #39 80.44 CC criu/pie/util-vdso-elf32.o [2020-09-09T17:30:19.192Z] #39 ... [2020-09-09T17:30:19.192Z] [2020-09-09T17:30:19.192Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:30:19.192Z] #41 186.2 github.com/LK4D4/vndr/godl [2020-09-09T17:30:19.671Z] #40 180.3 CC criu/sk-unix.o [2020-09-09T17:30:19.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-09T17:30:20.131Z] #41 187.1 github.com/LK4D4/vndr [2020-09-09T17:30:21.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-09T17:30:22.464Z] #40 182.6 CC criu/sockets.o [2020-09-09T17:30:22.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-09T17:30:22.876Z] ok github.com/docker/docker/layer 7.060s coverage: 68.8% of statements [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/oci [no test files] [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-09T17:30:22.876Z] ok github.com/docker/docker/pkg/chrootarchive 3.498s coverage: 43.2% of statements [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-09T17:30:22.876Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-09T17:30:22.876Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-09-09T17:30:22.876Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-09-09T17:30:22.876Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2020-09-09T17:30:23.112Z] #40 183.6 CC criu/stats.o [2020-09-09T17:30:23.167Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-09-09T17:30:23.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-09T17:30:23.413Z] #40 184.0 CC criu/string.o [2020-09-09T17:30:23.413Z] #40 184.1 CC criu/sysctl.o [2020-09-09T17:30:23.801Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-09-09T17:30:24.091Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2020-09-09T17:30:24.477Z] #40 184.9 CC criu/sysfs_parse.o [2020-09-09T17:30:24.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-09T17:30:24.778Z] #40 185.4 CC criu/timens.o [2020-09-09T17:30:25.123Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2020-09-09T17:30:25.408Z] #41 ... [2020-09-09T17:30:25.408Z] [2020-09-09T17:30:25.408Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:25.408Z] #39 81.18 AR criu/pie/pie.lib.a [2020-09-09T17:30:25.408Z] #39 81.26 DEP criu/pie/restorer.d [2020-09-09T17:30:25.408Z] #39 81.52 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-09T17:30:25.408Z] #39 81.65 DEP criu/arch/x86/restorer_unmap.d [2020-09-09T17:30:25.408Z] #39 81.66 DEP criu/arch/x86/restorer.d [2020-09-09T17:30:25.408Z] #39 81.84 DEP criu/arch/x86/vdso-pie.d [2020-09-09T17:30:25.408Z] #39 81.96 DEP criu/pie/parasite-vdso.d [2020-09-09T17:30:25.408Z] #39 82.10 DEP criu/pie/parasite.d [2020-09-09T17:30:25.408Z] #39 82.32 CC criu/pie/parasite.o [2020-09-09T17:30:25.408Z] #39 83.68 LINK criu/pie/parasite.built-in.o [2020-09-09T17:30:25.408Z] #39 83.69 GEN criu/pie/parasite-blob.h [2020-09-09T17:30:25.408Z] #39 83.73 CC criu/pie/parasite-vdso.o [2020-09-09T17:30:25.408Z] #39 84.42 CC criu/arch/x86/vdso-pie.o [2020-09-09T17:30:25.408Z] #39 84.81 CC criu/arch/x86/restorer.o [2020-09-09T17:30:25.408Z] #39 85.44 CC criu/arch/x86/restorer_unmap.o [2020-09-09T17:30:25.408Z] #39 85.51 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-09T17:30:25.408Z] #39 85.76 CC criu/pie/restorer.o [2020-09-09T17:30:25.408Z] #39 ... [2020-09-09T17:30:25.408Z] [2020-09-09T17:30:25.408Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:30:25.408Z] #17 1.506 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-09T17:30:25.408Z] #17 1.594 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-09T17:30:25.408Z] #17 1.692 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-09T17:30:25.408Z] #17 2.159 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-09T17:30:25.408Z] #17 3.117 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-09T17:30:25.408Z] #17 4.485 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-09T17:30:25.408Z] #17 10.11 Fetched 8379 kB in 9s (927 kB/s) [2020-09-09T17:30:25.427Z] #40 185.8 CC criu/timerfd.o [2020-09-09T17:30:25.729Z] #40 186.3 CC criu/tty.o [2020-09-09T17:30:25.754Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements [2020-09-09T17:30:25.944Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:30:25.944Z] Using test binary docker [2020-09-09T17:30:25.944Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-09T17:30:25.944Z] +++ /etc/init.d/apparmor start [2020-09-09T17:30:25.944Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:30:25.944Z] INFO: Waiting for daemon to start... [2020-09-09T17:30:25.944Z] Starting dockerd [2020-09-09T17:30:25.944Z] +++ 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-09-09T17:30:26.045Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:30:26.045Z] Using test binary docker [2020-09-09T17:30:26.045Z] +++ /etc/init.d/apparmor start [2020-09-09T17:30:26.045Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:30:26.045Z] INFO: Waiting for daemon to start... [2020-09-09T17:30:26.045Z] Starting dockerd [2020-09-09T17:30:26.045Z] +++ 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-09-09T17:30:26.388Z] ok github.com/docker/docker/pkg/discovery/kv 3.065s coverage: 84.1% of statements [2020-09-09T17:30:26.679Z] ok github.com/docker/docker/pkg/fsutils 0.402s coverage: 85.1% of statements [2020-09-09T17:30:26.679Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-09-09T17:30:27.311Z] ok github.com/docker/docker/pkg/idtools 0.311s coverage: 70.1% of statements [2020-09-09T17:30:27.313Z] #17 10.11 Reading package lists... [2020-09-09T17:30:27.313Z] #17 ... [2020-09-09T17:30:27.313Z] [2020-09-09T17:30:27.313Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:30:27.313Z] #49 9.159 + cd /tmp/tmp.YrHMLxuw1F/src/github.com/opencontainers/runc [2020-09-09T17:30:27.313Z] #49 9.160 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-09T17:30:27.313Z] #49 9.474 + '[' -z '' ']' [2020-09-09T17:30:27.313Z] #49 9.475 + target=static [2020-09-09T17:30:27.313Z] #49 9.475 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-09T17:30:27.313Z] #49 9.579 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-09T17:30:27.313Z] #49 ... [2020-09-09T17:30:27.313Z] [2020-09-09T17:30:27.313Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:27.313Z] #39 88.70 LINK criu/pie/restorer.built-in.o [2020-09-09T17:30:27.313Z] #39 88.74 GEN criu/pie/restorer-blob.h [2020-09-09T17:30:27.313Z] #39 88.86 DEP criu/vdso.d [2020-09-09T17:30:27.602Z] ok github.com/docker/docker/pkg/ioutils 0.303s coverage: 70.1% of statements [2020-09-09T17:30:27.881Z] #39 89.17 DEP criu/vdso-compat.d [2020-09-09T17:30:27.881Z] #39 89.29 DEP criu/uts_ns.d [2020-09-09T17:30:27.881Z] #39 89.44 DEP criu/util.d [2020-09-09T17:30:27.892Z] ok github.com/docker/docker/pkg/jsonmessage 0.017s coverage: 91.7% of statements [2020-09-09T17:30:27.892Z] ok github.com/docker/docker/pkg/locker 0.011s coverage: 88.9% of statements [2020-09-09T17:30:28.141Z] #39 89.65 DEP criu/uffd.d [2020-09-09T17:30:28.183Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-09-09T17:30:28.183Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-09T17:30:28.183Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-09T17:30:28.183Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2020-09-09T17:30:28.183Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-09T17:30:28.474Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-09-09T17:30:28.475Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-09-09T17:30:28.488Z] . [2020-09-09T17:30:28.488Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:30:28.488Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:30:28.488Z] Error: No such image: emptyfs [2020-09-09T17:30:28.488Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-09T17:30:28.488Z] ++++ docker load [2020-09-09T17:30:28.488Z] Running integration-test (iteration 1) [2020-09-09T17:30:28.488Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-09-09T17:30:28.488Z] ++ 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-09-09T17:30:28.488Z] ++ set -e [2020-09-09T17:30:28.488Z] ++ '[' -n 0 ']' [2020-09-09T17:30:28.488Z] ++ set -x [2020-09-09T17:30:28.488Z] ++ env -i DEST=/go/src/github.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-09-09T17:30:28.529Z] #40 188.7 CC criu/tun.o [2020-09-09T17:30:28.591Z] . [2020-09-09T17:30:28.591Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:30:28.591Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:30:28.591Z] Error: No such image: emptyfs [2020-09-09T17:30:28.591Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-09T17:30:28.591Z] ++++ docker load [2020-09-09T17:30:28.709Z] #39 89.93 DEP criu/tun.d [2020-09-09T17:30:28.709Z] #39 90.13 DEP criu/tty.d [2020-09-09T17:30:28.709Z] #39 90.32 DEP criu/timerfd.d [2020-09-09T17:30:28.765Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2020-09-09T17:30:28.765Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-09-09T17:30:28.765Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-09T17:30:28.765Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-09T17:30:28.829Z] #40 189.3 CC criu/uffd.o [2020-09-09T17:30:28.851Z] Running integration-test (iteration 1) [2020-09-09T17:30:28.851Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-09T17:30:28.851Z] ++ 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-09-09T17:30:28.851Z] ++ set -e [2020-09-09T17:30:28.851Z] ++ '[' -n 0 ']' [2020-09-09T17:30:28.851Z] ++ set -x [2020-09-09T17:30:28.851Z] ++ env -i DEST=/go/src/github.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-09-09T17:30:29.278Z] #39 90.55 DEP criu/timens.d [2020-09-09T17:30:29.398Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-09-09T17:30:29.537Z] #39 90.83 DEP criu/sysfs_parse.d [2020-09-09T17:30:29.537Z] #39 90.94 DEP criu/sysctl.d [2020-09-09T17:30:29.537Z] #39 91.05 DEP criu/string.d [2020-09-09T17:30:29.806Z] #39 91.09 DEP criu/stats.d [2020-09-09T17:30:29.806Z] #39 91.19 DEP criu/sockets.d [2020-09-09T17:30:30.030Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-09T17:30:30.065Z] #39 ... [2020-09-09T17:30:30.065Z] [2020-09-09T17:30:30.065Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:30:30.065Z] #41 DONE 197.0s [2020-09-09T17:30:30.065Z] [2020-09-09T17:30:30.065Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:30.065Z] #39 91.51 DEP criu/sk-unix.d [2020-09-09T17:30:30.321Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-09-09T17:30:30.321Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-09T17:30:30.325Z] #39 91.91 DEP criu/sk-tcp.d [2020-09-09T17:30:30.375Z] #40 190.6 CC criu/util.o [2020-09-09T17:30:30.894Z] #39 92.22 DEP criu/sk-queue.d [2020-09-09T17:30:31.462Z] #39 92.75 DEP criu/sk-packet.d [2020-09-09T17:30:31.722Z] #39 93.00 DEP criu/sk-netlink.d [2020-09-09T17:30:31.722Z] #39 93.16 DEP criu/sk-inet.d [2020-09-09T17:30:31.826Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-09-09T17:30:31.826Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-09-09T17:30:31.921Z] #40 192.2 CC criu/uts_ns.o [2020-09-09T17:30:31.921Z] #40 192.5 CC criu/vdso.o [2020-09-09T17:30:31.982Z] #39 93.32 DEP criu/signalfd.d [2020-09-09T17:30:31.982Z] #39 93.42 DEP criu/sigframe.d [2020-09-09T17:30:32.242Z] #39 93.57 DEP criu/shmem.d [2020-09-09T17:30:32.242Z] #39 93.71 DEP criu/servicefd.d [2020-09-09T17:30:32.242Z] #39 93.82 DEP criu/seize.d [2020-09-09T17:30:32.502Z] #39 93.95 DEP criu/seccomp.d [2020-09-09T17:30:32.502Z] #39 94.08 DEP criu/rst-malloc.d [2020-09-09T17:30:32.570Z] #40 193.2 LINK criu/built-in.o [2020-09-09T17:30:32.762Z] #39 94.12 DEP criu/rbtree.d [2020-09-09T17:30:32.762Z] #39 94.15 DEP criu/pstree.d [2020-09-09T17:30:32.762Z] #39 94.30 DEP criu/protobuf.d [2020-09-09T17:30:32.868Z] #40 193.3 LINK criu/criu [2020-09-09T17:30:33.022Z] #39 94.42 GEN criu/protobuf-desc-gen.h [2020-09-09T17:30:33.168Z] #40 193.8 DEP lib/c/criu.d [2020-09-09T17:30:33.168Z] #40 193.9 CC images/rpc.pb-c.o [2020-09-09T17:30:34.229Z] #40 194.7 CC lib/c/criu.o [2020-09-09T17:30:34.403Z] #39 95.92 DEP criu/protobuf-desc.d [2020-09-09T17:30:34.554Z] ok github.com/docker/docker/pkg/signal 2.331s coverage: 61.0% of statements [2020-09-09T17:30:34.664Z] #39 96.08 DEP criu/proc_parse.d [2020-09-09T17:30:34.664Z] #39 96.20 DEP criu/plugin.d [2020-09-09T17:30:34.847Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-09-09T17:30:34.881Z] #40 ... [2020-09-09T17:30:34.881Z] [2020-09-09T17:30:34.881Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:30:34.881Z] #37 DONE 258.0s [2020-09-09T17:30:34.881Z] [2020-09-09T17:30:34.881Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:34.924Z] #39 96.33 DEP criu/pipes.d [2020-09-09T17:30:35.156Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-09-09T17:30:35.184Z] #39 96.59 DEP criu/pie-util.d [2020-09-09T17:30:35.184Z] #39 96.65 DEP criu/pie-util-vdso.d [2020-09-09T17:30:35.447Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-09-09T17:30:35.447Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-09-09T17:30:35.476Z] #39 96.77 DEP criu/pie-util-vdso-elf32.d [2020-09-09T17:30:35.476Z] #39 96.90 DEP criu/path.d [2020-09-09T17:30:35.476Z] #39 97.04 DEP criu/parasite-syscall.d [2020-09-09T17:30:35.536Z] #40 196.1 LINK lib/c/built-in.o [2020-09-09T17:30:35.536Z] #40 196.1 LINK lib/c/libcriu.so [2020-09-09T17:30:35.536Z] #40 196.1 LINK lib/c/libcriu.a [2020-09-09T17:30:35.738Z] #39 97.20 DEP criu/pagemap.d [2020-09-09T17:30:35.838Z] #40 196.3 GEN magic.py [2020-09-09T17:30:35.838Z] #40 196.5 Note: Building without setproctitle() and strlcpy() support. [2020-09-09T17:30:35.838Z] #40 196.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-09T17:30:35.838Z] #40 196.6 Note: Building without GnuTLS support [2020-09-09T17:30:35.839Z] #40 196.6 Makefile.config:39: Warn: you have no libnftables installed [2020-09-09T17:30:35.839Z] #40 196.6 Makefile.config:40: Warn: Building without nftables support [2020-09-09T17:30:36.015Z] #39 97.38 DEP criu/pagemap-cache.d [2020-09-09T17:30:36.080Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 53.8% of statements [2020-09-09T17:30:36.278Z] #39 97.50 DEP criu/page-xfer.d [2020-09-09T17:30:36.278Z] #39 97.66 DEP criu/page-pipe.d [2020-09-09T17:30:36.278Z] #39 97.68 DEP criu/netfilter.d [2020-09-09T17:30:36.278Z] #39 97.72 DEP criu/net.d [2020-09-09T17:30:36.372Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2020-09-09T17:30:36.537Z] #39 97.84 DEP criu/namespaces.d [2020-09-09T17:30:36.537Z] #39 97.98 DEP criu/mount.d [2020-09-09T17:30:36.664Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2020-09-09T17:30:36.741Z] sha256:02fd8605f781ca49cd10ad592646296aab3133b9d7caaa38beae9d4eae521125 [2020-09-09T17:30:36.741Z] INFO: Starting docker-py tests... [2020-09-09T17:30:36.741Z] ============================= test session starts ============================== [2020-09-09T17:30:36.741Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-09-09T17:30:36.741Z] rootdir: /src, inifile: pytest.ini [2020-09-09T17:30:36.741Z] plugins: cov-2.6.1, timeout-1.3.3 [2020-09-09T17:30:36.741Z] collected 389 items / 1 deselected / 388 selected [2020-09-09T17:30:36.741Z] [2020-09-09T17:30:36.796Z] #39 98.13 DEP criu/memfd.d [2020-09-09T17:30:36.796Z] #39 98.26 DEP criu/mem.d [2020-09-09T17:30:36.898Z] #40 197.4 fatal: not a git repository (or any of the parent directories): .git [2020-09-09T17:30:37.055Z] #39 98.41 DEP criu/lsm.d [2020-09-09T17:30:37.055Z] #39 98.56 DEP criu/log.d [2020-09-09T17:30:37.299Z] ok github.com/docker/docker/pkg/tarsum 0.026s coverage: 89.3% of statements [2020-09-09T17:30:37.299Z] testing: warning: no tests to run [2020-09-09T17:30:37.299Z] coverage: [no statements] [2020-09-09T17:30:37.299Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-09T17:30:37.315Z] #39 98.69 DEP criu/libnetlink.d [2020-09-09T17:30:37.315Z] #39 98.83 DEP criu/kerndat.d [2020-09-09T17:30:37.549Z] #40 198.3 make[1]: Nothing to be done for 'all'. [2020-09-09T17:30:37.574Z] #39 98.99 DEP criu/kcmp-ids.d [2020-09-09T17:30:37.574Z] #39 99.11 DEP criu/irmap.d [2020-09-09T17:30:37.591Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-09-09T17:30:37.833Z] #39 99.33 DEP criu/ipc_ns.d [2020-09-09T17:30:37.883Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-09T17:30:37.883Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-09T17:30:38.093Z] #39 99.49 DEP criu/image.d [2020-09-09T17:30:38.093Z] #39 99.62 DEP criu/image-desc.d [2020-09-09T17:30:38.353Z] #39 99.69 DEP criu/fsnotify.d [2020-09-09T17:30:38.353Z] #39 99.89 DEP criu/filesystems.d [2020-09-09T17:30:38.353Z] #39 ... [2020-09-09T17:30:38.353Z] [2020-09-09T17:30:38.353Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:30:38.353Z] #17 10.11 Reading package lists... [2020-09-09T17:30:38.353Z] #17 13.68 Reading package lists... [2020-09-09T17:30:38.353Z] #17 17.45 Building dependency tree... [2020-09-09T17:30:38.353Z] #17 19.48 libcap2-bin is already the newest version (1:2.25-2). [2020-09-09T17:30:38.353Z] #17 19.48 The following additional packages will be installed: [2020-09-09T17:30:38.353Z] #17 19.49 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-09T17:30:38.353Z] #17 19.49 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-09T17:30:38.353Z] #17 19.50 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-09T17:30:38.353Z] #17 19.50 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-09T17:30:38.353Z] #17 19.50 python3.7 python3.7-minimal vim-runtime xxd [2020-09-09T17:30:38.353Z] #17 19.50 Suggested packages: [2020-09-09T17:30:38.353Z] #17 19.51 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-09T17:30:38.353Z] #17 19.51 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-09T17:30:38.353Z] #17 19.51 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-09T17:30:38.353Z] #17 19.51 Recommended packages: [2020-09-09T17:30:38.353Z] #17 19.51 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-09T17:30:38.353Z] #17 19.51 python3-keyrings.alt python3-xdg unzip [2020-09-09T17:30:38.353Z] #17 21.61 The following NEW packages will be installed: [2020-09-09T17:30:38.353Z] #17 21.61 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-09T17:30:38.353Z] #17 21.62 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-09T17:30:38.353Z] #17 21.62 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-09T17:30:38.353Z] #17 21.62 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-09T17:30:38.353Z] #17 21.62 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-09T17:30:38.353Z] #17 21.62 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-09T17:30:38.353Z] #17 21.62 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-09T17:30:38.353Z] #17 21.63 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-09T17:30:38.353Z] #17 21.63 xz-utils zip [2020-09-09T17:30:38.353Z] #17 21.96 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-09T17:30:38.353Z] #17 21.96 Need to get 28.5 MB of archives. [2020-09-09T17:30:38.353Z] #17 21.96 After this operation, 116 MB of additional disk space will be used. [2020-09-09T17:30:38.353Z] #17 21.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-09T17:30:38.353Z] #17 21.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-09T17:30:38.353Z] #17 22.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-09T17:30:38.353Z] #17 22.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-09T17:30:38.353Z] #17 22.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-09T17:30:38.353Z] #17 22.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-09T17:30:38.353Z] #17 22.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-09T17:30:38.353Z] #17 22.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-09T17:30:38.353Z] #17 22.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-09T17:30:38.353Z] #17 22.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-09T17:30:38.353Z] #17 22.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-09T17:30:38.353Z] #17 22.35 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-09T17:30:38.353Z] #17 22.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-09T17:30:38.353Z] #17 22.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-09T17:30:38.353Z] #17 22.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-09T17:30:38.353Z] #17 22.36 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-09T17:30:38.353Z] #17 22.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-09T17:30:38.353Z] #17 22.40 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-09T17:30:38.353Z] #17 22.41 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-09T17:30:38.353Z] #17 22.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-09T17:30:38.353Z] #17 22.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-09T17:30:38.353Z] #17 22.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-09T17:30:38.353Z] #17 22.49 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-09T17:30:38.353Z] #17 22.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-09T17:30:38.353Z] #17 22.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-09T17:30:38.353Z] #17 22.52 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-09T17:30:38.353Z] #17 22.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-09T17:30:38.353Z] #17 22.56 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-09T17:30:38.353Z] #17 22.60 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-09T17:30:38.353Z] #17 23.17 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-09T17:30:38.353Z] #17 23.17 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-09T17:30:38.353Z] #17 23.17 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-09T17:30:38.353Z] #17 23.17 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-09T17:30:38.353Z] #17 23.18 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-09T17:30:38.353Z] #17 23.19 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-09T17:30:38.353Z] #17 23.31 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-09T17:30:38.353Z] #17 23.34 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-09T17:30:38.353Z] #17 23.34 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-09T17:30:38.353Z] #17 23.35 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-09T17:30:38.353Z] #17 23.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-09T17:30:38.353Z] #17 23.37 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-09T17:30:38.353Z] #17 23.37 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-09T17:30:38.353Z] #17 23.46 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-09T17:30:38.353Z] #17 23.48 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-09T17:30:38.353Z] #17 23.51 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-09T17:30:38.604Z] #40 199.3 make[1]: 'images/built-in.o' is up to date. [2020-09-09T17:30:38.604Z] #40 199.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-09T17:30:38.612Z] #17 ... [2020-09-09T17:30:38.612Z] [2020-09-09T17:30:38.612Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:38.612Z] #39 99.99 DEP criu/files.d [2020-09-09T17:30:38.612Z] #39 100.1 DEP criu/files-reg.d [2020-09-09T17:30:38.871Z] #39 100.3 DEP criu/files-ext.d [2020-09-09T17:30:38.871Z] #39 100.3 DEP criu/file-lock.d [2020-09-09T17:30:38.901Z] #40 199.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-09T17:30:38.901Z] #40 199.4 make[1]: 'compel/libcompel.a' is up to date. [2020-09-09T17:30:38.901Z] #40 199.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-09T17:30:38.901Z] #40 199.5 make[1]: Nothing to be done for 'all'. [2020-09-09T17:30:38.901Z] #40 199.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-09T17:30:39.130Z] #39 100.5 DEP criu/file-ids.d [2020-09-09T17:30:39.130Z] #39 100.5 DEP criu/fifo.d [2020-09-09T17:30:39.130Z] #39 100.7 DEP criu/fdstore.d [2020-09-09T17:30:39.199Z] #40 199.8 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.199Z] #40 199.9 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.199Z] #40 199.9 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.390Z] #39 100.8 DEP criu/fault-injection.d [2020-09-09T17:30:39.390Z] #39 ... [2020-09-09T17:30:39.390Z] [2020-09-09T17:30:39.390Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-09T17:30:39.390Z] #28 DONE 206.4s [2020-09-09T17:30:39.390Z] [2020-09-09T17:30:39.390Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:39.390Z] #39 100.9 DEP criu/external.d [2020-09-09T17:30:39.517Z] #40 200.1 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.517Z] #40 200.2 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.517Z] #40 200.2 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.649Z] #39 101.1 DEP criu/eventpoll.d [2020-09-09T17:30:39.815Z] #40 200.3 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.815Z] #40 200.5 make[2]: Nothing to be done for 'all'. [2020-09-09T17:30:39.815Z] #40 200.5 INSTALL criu/criu [2020-09-09T17:30:39.907Z] #39 101.2 DEP criu/eventfd.d [2020-09-09T17:30:39.907Z] #39 101.4 DEP criu/crtools.d [2020-09-09T17:30:39.955Z] ok github.com/docker/docker/plugin 0.556s coverage: 23.1% of statements [2020-09-09T17:30:40.114Z] #40 DONE 200.6s [2020-09-09T17:30:40.114Z] [2020-09-09T17:30:40.114Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:30:40.170Z] #39 101.7 DEP criu/cr-service.d [2020-09-09T17:30:40.247Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2020-09-09T17:30:40.725Z] Loaded image: buildpack-deps:buster [2020-09-09T17:30:40.726Z] Loaded image: busybox:latest [2020-09-09T17:30:40.726Z] Loaded image: busybox:glibc [2020-09-09T17:30:40.726Z] Loaded image: debian:buster [2020-09-09T17:30:40.726Z] Loaded image: hello-world:latest [2020-09-09T17:30:40.726Z] INFO: Testing against a local daemon [2020-09-09T17:30:40.726Z] === RUN TestCgroupNamespacesBuild [2020-09-09T17:30:40.739Z] #39 102.0 DEP criu/cr-restore.d [2020-09-09T17:30:40.739Z] #39 102.1 DEP criu/cr-errno.d [2020-09-09T17:30:40.739Z] #39 102.2 DEP criu/cr-dump.d [2020-09-09T17:30:40.739Z] #39 102.3 DEP criu/cr-dedup.d [2020-09-09T17:30:40.882Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-09-09T17:30:40.998Z] #39 102.4 DEP criu/cr-check.d [2020-09-09T17:30:40.999Z] #39 102.5 DEP criu/config.d [2020-09-09T17:30:41.177Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-09-09T17:30:41.258Z] #39 102.6 DEP criu/clone-noasan.d [2020-09-09T17:30:41.258Z] #39 102.7 DEP criu/cgroup.d [2020-09-09T17:30:41.518Z] #39 102.9 DEP criu/cgroup-props.d [2020-09-09T17:30:41.518Z] #39 103.1 DEP criu/bitmap.d [2020-09-09T17:30:41.777Z] #39 103.1 DEP criu/bfd.d [2020-09-09T17:30:41.777Z] #39 103.1 DEP criu/autofs.d [2020-09-09T17:30:41.777Z] #39 103.2 DEP criu/aio.d [2020-09-09T17:30:41.777Z] #39 103.3 DEP criu/action-scripts.d [2020-09-09T17:30:42.037Z] #39 103.5 CC criu/action-scripts.o [2020-09-09T17:30:42.216Z] ok github.com/docker/docker/registry 0.087s coverage: 56.3% of statements [2020-09-09T17:30:42.607Z] #39 103.9 CC criu/aio.o [2020-09-09T17:30:42.851Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-09-09T17:30:42.851Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2020-09-09T17:30:42.866Z] #39 104.2 CC criu/autofs.o [2020-09-09T17:30:43.270Z] --- PASS: TestCgroupNamespacesBuild (2.63s) [2020-09-09T17:30:43.270Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-09T17:30:43.484Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-09-09T17:30:43.777Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-09-09T17:30:44.245Z] #39 105.6 CC criu/bfd.o [2020-09-09T17:30:44.504Z] #39 106.1 CC criu/bitmap.o [2020-09-09T17:30:44.654Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-09-09T17:30:44.654Z] === RUN TestBuildWithSession [2020-09-09T17:30:44.654Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-09T17:30:44.654Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:30:44.654Z] === RUN TestBuildSquashParent [2020-09-09T17:30:44.763Z] #39 106.3 CC criu/cgroup-props.o [2020-09-09T17:30:45.700Z] #39 107.0 CC criu/cgroup.o [2020-09-09T17:30:45.847Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-09-09T17:30:45.960Z] #39 ... [2020-09-09T17:30:45.960Z] [2020-09-09T17:30:45.960Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:30:45.960Z] #17 23.90 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-09T17:30:45.960Z] #17 23.97 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-09T17:30:45.960Z] #17 24.02 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-09T17:30:45.960Z] #17 24.99 debconf: delaying package configuration, since apt-utils is not installed [2020-09-09T17:30:45.960Z] #17 25.13 Fetched 28.5 MB in 2s (12.2 MB/s) [2020-09-09T17:30:45.960Z] #17 25.25 Selecting previously unselected package pigz. [2020-09-09T17:30:45.960Z] #17 25.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-09-09T17:30:45.960Z] #17 25.33 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 25.35 Unpacking pigz (2.4-1) ... [2020-09-09T17:30:45.960Z] #17 25.48 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-09T17:30:45.960Z] #17 25.51 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 25.51 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-09T17:30:45.960Z] #17 25.97 Selecting previously unselected package python3.7-minimal. [2020-09-09T17:30:45.960Z] #17 25.97 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 25.99 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-09T17:30:45.960Z] #17 26.78 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-09T17:30:45.960Z] #17 26.81 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-09T17:30:45.960Z] #17 28.83 Selecting previously unselected package python3-minimal. [2020-09-09T17:30:45.960Z] #17 28.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-09-09T17:30:45.960Z] #17 28.88 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 28.89 Unpacking python3-minimal (3.7.3-1) ... [2020-09-09T17:30:45.960Z] #17 28.96 Selecting previously unselected package libmpdec2:amd64. [2020-09-09T17:30:45.960Z] #17 28.96 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 28.98 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-09T17:30:45.960Z] #17 29.10 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-09T17:30:45.960Z] #17 29.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 29.12 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-09T17:30:45.960Z] #17 30.08 Selecting previously unselected package python3.7. [2020-09-09T17:30:45.960Z] #17 30.09 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 30.10 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-09T17:30:45.960Z] #17 30.21 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-09T17:30:45.960Z] #17 30.21 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 30.22 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-09T17:30:45.960Z] #17 30.37 Setting up python3-minimal (3.7.3-1) ... [2020-09-09T17:30:45.960Z] #17 31.03 Selecting previously unselected package python3. [2020-09-09T17:30:45.960Z] #17 31.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-09-09T17:30:45.960Z] #17 31.09 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-09T17:30:45.960Z] #17 31.10 Unpacking python3 (3.7.3-1) ... [2020-09-09T17:30:46.139Z] ok github.com/docker/docker/volume/local 0.040s coverage: 73.0% of statements [2020-09-09T17:30:46.219Z] #17 31.22 Selecting previously unselected package libip4tc0:amd64. [2020-09-09T17:30:46.219Z] #17 31.23 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-09T17:30:46.219Z] #17 31.24 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-09T17:30:46.219Z] #17 31.34 Selecting previously unselected package libip6tc0:amd64. [2020-09-09T17:30:46.219Z] #17 31.34 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-09T17:30:46.219Z] #17 31.35 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-09T17:30:46.486Z] #17 31.45 Selecting previously unselected package libiptc0:amd64. [2020-09-09T17:30:46.486Z] #17 31.45 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-09T17:30:46.486Z] #17 31.46 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-09T17:30:46.486Z] #17 31.52 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-09T17:30:46.486Z] #17 31.52 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-09T17:30:46.486Z] #17 31.53 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-09T17:30:46.486Z] #17 31.60 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-09T17:30:46.486Z] #17 31.61 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-09T17:30:46.486Z] #17 31.62 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-09T17:30:46.486Z] #17 31.70 Selecting previously unselected package libnftnl11:amd64. [2020-09-09T17:30:46.745Z] #17 31.72 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-09T17:30:46.745Z] #17 31.73 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-09T17:30:46.745Z] #17 31.84 Selecting previously unselected package iptables. [2020-09-09T17:30:46.745Z] #17 31.85 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-09T17:30:46.745Z] #17 31.87 Unpacking iptables (1.8.2-4) ... [2020-09-09T17:30:46.773Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-09-09T17:30:47.005Z] #17 32.18 Selecting previously unselected package xxd. [2020-09-09T17:30:47.005Z] #17 32.18 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-09T17:30:47.005Z] #17 32.19 Unpacking xxd (2:8.1.0875-5) ... [2020-09-09T17:30:47.200Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-09-09T17:30:47.264Z] #17 32.35 Selecting previously unselected package vim-common. [2020-09-09T17:30:47.264Z] #17 32.35 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:30:47.264Z] #17 32.41 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-09T17:30:47.407Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2020-09-09T17:30:47.523Z] #17 32.58 Selecting previously unselected package bash-completion. [2020-09-09T17:30:47.523Z] #17 32.59 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-09T17:30:48.020Z] tests/integration/api_client_test.py ..... [ 7%] [2020-09-09T17:30:49.508Z] tests/integration/api_config_test.py ..... [ 8%] [2020-09-09T17:30:50.069Z] #17 35.32 Unpacking bash-completion (1:2.8-6) ... [2020-09-09T17:30:50.637Z] #17 35.75 Selecting previously unselected package bzip2. [2020-09-09T17:30:50.637Z] #17 35.76 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-09T17:30:50.637Z] #17 35.77 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-09T17:30:50.896Z] #17 35.86 Selecting previously unselected package xz-utils. [2020-09-09T17:30:50.896Z] #17 35.86 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-09T17:30:50.896Z] #17 35.87 Unpacking xz-utils (5.2.4-1) ... [2020-09-09T17:30:50.896Z] #17 36.07 Selecting previously unselected package apparmor. [2020-09-09T17:30:50.896Z] #17 36.08 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-09T17:30:51.155Z] #17 36.16 Unpacking apparmor (2.13.2-10) ... [2020-09-09T17:30:51.246Z] --- PASS: TestBuildSquashParent (6.37s) [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:30:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:30:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:30:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:30:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:30:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:30:51.246Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:30:51.246Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:30:51.246Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:30:51.246Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:30:51.246Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:30:51.246Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:30:51.415Z] #17 36.49 Selecting previously unselected package aufs-tools. [2020-09-09T17:30:51.415Z] #17 36.50 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-09T17:30:51.415Z] #17 36.51 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-09T17:30:51.674Z] #17 36.79 Selecting previously unselected package libonig5:amd64. [2020-09-09T17:30:51.674Z] #17 36.80 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-09T17:30:51.674Z] #17 36.80 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-09T17:30:51.674Z] #17 36.93 Selecting previously unselected package libjq1:amd64. [2020-09-09T17:30:51.934Z] #17 36.94 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-09T17:30:51.934Z] #17 36.94 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-09T17:30:51.934Z] #17 37.09 Selecting previously unselected package jq. [2020-09-09T17:30:51.934Z] #17 37.09 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-09T17:30:51.934Z] #17 37.11 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-09T17:30:51.934Z] #17 37.21 Selecting previously unselected package libaio1:amd64. [2020-09-09T17:30:52.193Z] #17 37.21 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-09T17:30:52.193Z] #17 37.23 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-09T17:30:52.193Z] #17 37.31 Selecting previously unselected package libgpm2:amd64. [2020-09-09T17:30:52.193Z] #17 37.31 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-09T17:30:52.193Z] #17 37.32 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-09T17:30:52.193Z] #17 37.37 Selecting previously unselected package libicu63:amd64. [2020-09-09T17:30:52.193Z] #17 37.38 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-09T17:30:52.193Z] #17 37.38 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-09T17:30:53.797Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:30:53.797Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.51s) [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.52s) [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.67s) [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.11s) [2020-09-09T17:30:55.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.20s) [2020-09-09T17:30:55.715Z] === RUN TestBuildMultiStageCopy [2020-09-09T17:30:55.715Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-09T17:30:56.387Z] #17 40.77 Selecting previously unselected package libnet1:amd64. [2020-09-09T17:30:56.387Z] #17 40.78 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-09T17:30:56.387Z] #17 40.79 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-09T17:30:56.387Z] #17 40.86 Selecting previously unselected package libnl-3-200:amd64. [2020-09-09T17:30:56.387Z] #17 40.88 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-09T17:30:56.387Z] #17 40.89 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-09T17:30:56.387Z] #17 40.96 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-09T17:30:56.387Z] #17 40.96 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-09T17:30:56.387Z] #17 40.97 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-09T17:30:56.387Z] #17 41.12 Selecting previously unselected package libreadline5:amd64. [2020-09-09T17:30:56.387Z] #17 41.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-09T17:30:56.387Z] #17 41.14 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-09T17:30:56.387Z] #17 41.33 Selecting previously unselected package net-tools. [2020-09-09T17:30:56.387Z] #17 41.33 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-09T17:30:56.387Z] #17 41.33 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-09T17:30:56.387Z] #17 41.52 Selecting previously unselected package python-pip-whl. [2020-09-09T17:30:56.387Z] #17 41.52 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-09T17:30:56.387Z] #17 41.53 Unpacking python-pip-whl (18.1-5) ... [2020-09-09T17:30:56.954Z] #17 42.09 Selecting previously unselected package python3-lib2to3. [2020-09-09T17:30:56.954Z] #17 42.11 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-09T17:30:56.954Z] #17 42.12 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-09T17:30:57.213Z] #17 42.25 Selecting previously unselected package python3-distutils. [2020-09-09T17:30:57.213Z] #17 42.25 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-09T17:30:57.213Z] #17 42.27 Unpacking python3-distutils (3.7.3-1) ... [2020-09-09T17:30:57.471Z] #17 42.40 Selecting previously unselected package python3-pip. [2020-09-09T17:30:57.471Z] #17 42.41 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-09T17:30:57.471Z] #17 42.41 Unpacking python3-pip (18.1-5) ... [2020-09-09T17:30:57.471Z] #17 42.59 Selecting previously unselected package python3-pkg-resources. [2020-09-09T17:30:57.471Z] #17 42.59 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-09T17:30:57.471Z] #17 42.61 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-09T17:30:57.730Z] #17 42.77 Selecting previously unselected package python3-setuptools. [2020-09-09T17:30:57.730Z] #17 42.78 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-09T17:30:57.730Z] #17 42.79 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-09T17:30:57.988Z] #17 43.01 Selecting previously unselected package python3-wheel. [2020-09-09T17:30:57.988Z] #17 43.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-09T17:30:57.988Z] #17 43.02 Unpacking python3-wheel (0.32.3-2) ... [2020-09-09T17:30:57.988Z] #17 43.16 Selecting previously unselected package sudo. [2020-09-09T17:30:57.988Z] #17 43.16 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-09T17:30:57.988Z] #17 43.18 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-09T17:30:57.988Z] #17 ... [2020-09-09T17:30:57.988Z] [2020-09-09T17:30:57.988Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:30:57.988Z] #39 109.5 CC criu/clone-noasan.o [2020-09-09T17:30:57.988Z] #39 109.7 CC criu/config.o [2020-09-09T17:30:57.988Z] #39 111.0 CC criu/cr-check.o [2020-09-09T17:30:57.988Z] #39 112.7 CC criu/cr-dedup.o [2020-09-09T17:30:57.988Z] #39 113.0 CC criu/cr-dump.o [2020-09-09T17:30:57.988Z] #39 115.3 CC criu/cr-errno.o [2020-09-09T17:30:57.988Z] #39 115.4 CC criu/cr-restore.o [2020-09-09T17:30:58.248Z] #39 119.7 CC criu/cr-service.o [2020-09-09T17:30:58.259Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-09T17:30:58.507Z] #39 ... [2020-09-09T17:30:58.507Z] [2020-09-09T17:30:58.507Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:30:58.507Z] #17 43.66 Selecting previously unselected package thin-provisioning-tools. [2020-09-09T17:30:58.507Z] #17 43.68 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-09T17:30:58.507Z] #17 43.68 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-09T17:30:58.520Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-09T17:30:58.766Z] #17 43.93 Selecting previously unselected package uidmap. [2020-09-09T17:30:58.766Z] #17 43.94 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-09T17:30:58.766Z] #17 43.96 Unpacking uidmap (1:4.5-1.1) ... [2020-09-09T17:30:59.025Z] #17 44.09 Selecting previously unselected package vim-runtime. [2020-09-09T17:30:59.025Z] #17 44.09 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-09T17:30:59.025Z] #17 44.12 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-09T17:30:59.025Z] #17 44.15 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-09T17:30:59.025Z] #17 44.16 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-09T17:30:59.091Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-09T17:30:59.662Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-09T17:31:00.233Z] --- PASS: TestBuildMultiStageCopy (4.33s) [2020-09-09T17:31:00.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.22s) [2020-09-09T17:31:00.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-09-09T17:31:00.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2020-09-09T17:31:00.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2020-09-09T17:31:00.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2020-09-09T17:31:00.233Z] === RUN TestBuildMultiStageParentConfig [2020-09-09T17:31:01.619Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2020-09-09T17:31:01.619Z] === RUN TestBuildLabelWithTargets [2020-09-09T17:31:02.317Z] #17 46.97 Selecting previously unselected package vim. [2020-09-09T17:31:02.317Z] #17 46.98 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-09T17:31:02.317Z] #17 47.00 Unpacking vim (2:8.1.0875-5) ... [2020-09-09T17:31:02.577Z] #17 47.57 Selecting previously unselected package xfsprogs. [2020-09-09T17:31:02.577Z] #17 47.57 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-09T17:31:02.577Z] #17 47.58 Unpacking xfsprogs (4.20.0-1) ... [2020-09-09T17:31:02.836Z] #17 48.09 Selecting previously unselected package zip. [2020-09-09T17:31:03.096Z] #17 48.09 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-09T17:31:03.096Z] #17 48.10 Unpacking zip (3.0-11+b1) ... [2020-09-09T17:31:03.096Z] #17 48.28 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-09T17:31:03.096Z] #17 48.30 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-09T17:31:03.096Z] #17 48.32 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-09T17:31:03.096Z] #17 48.33 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-09T17:31:03.096Z] #17 48.35 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-09T17:31:03.356Z] #17 48.36 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-09T17:31:03.356Z] #17 48.39 Setting up uidmap (1:4.5-1.1) ... [2020-09-09T17:31:03.356Z] #17 48.40 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-09T17:31:03.356Z] #17 48.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-09T17:31:03.356Z] #17 48.44 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-09T17:31:03.356Z] #17 48.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-09T17:31:03.356Z] #17 48.50 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-09T17:31:03.356Z] #17 48.52 Setting up xxd (2:8.1.0875-5) ... [2020-09-09T17:31:03.356Z] #17 48.55 Setting up zip (3.0-11+b1) ... [2020-09-09T17:31:03.356Z] #17 48.56 Setting up vim-common (2:8.1.0875-5) ... [2020-09-09T17:31:03.616Z] #17 48.59 Setting up bash-completion (1:2.8-6) ... [2020-09-09T17:31:04.167Z] --- PASS: TestBuildLabelWithTargets (2.21s) [2020-09-09T17:31:04.167Z] === RUN TestBuildWithEmptyLayers [2020-09-09T17:31:04.747Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-09-09T17:31:04.747Z] === RUN TestBuildMultiStageOnBuild [2020-09-09T17:31:06.035Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/rootless [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/volume [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-09T17:31:06.035Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === Skipped [2020-09-09T17:31:06.035Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-09T17:31:06.035Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-09T17:31:06.035Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-09T17:31:06.035Z] time="2020-09-09T17:29:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-09T17:31:06.035Z] time="2020-09-09T17:29:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-09T17:31:06.035Z] time="2020-09-09T17:29:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-09T17:31:06.035Z] time="2020-09-09T17:29:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-09T17:31:06.035Z] time="2020-09-09T17:29:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-09T17:31:06.035Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-09T17:31:06.035Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-09T17:31:06.035Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:31:06.035Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-09T17:31:06.035Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-09T17:31:06.035Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-09T17:31:06.035Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] [2020-09-09T17:31:06.035Z] DONE 2142 tests, 26 skipped in 194.218s Post stage [Pipeline] junit [2020-09-09T17:31:06.081Z] Recording test results [2020-09-09T17:31:06.154Z] #17 51.05 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-09T17:31:06.154Z] #17 51.07 Setting up xz-utils (5.2.4-1) ... [2020-09-09T17:31:06.154Z] #17 51.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-09T17:31:06.154Z] #17 51.14 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-09T17:31:06.154Z] #17 51.20 invoke-rc.d: could not determine current runlevel [2020-09-09T17:31:06.154Z] #17 51.22 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-09T17:31:06.154Z] #17 51.23 Setting up pigz (2.4-1) ... [2020-09-09T17:31:06.154Z] #17 51.24 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-09T17:31:06.154Z] #17 51.26 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-09T17:31:06.154Z] #17 51.29 Setting up python-pip-whl (18.1-5) ... [2020-09-09T17:31:06.154Z] #17 51.30 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-09T17:31:06.154Z] #17 51.31 Setting up vim-runtime (2:8.1.0875-5) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T17:31:06.710Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -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:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh dynbinary test-integration [2020-09-09T17:31:06.723Z] #17 51.74 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-09T17:31:06.723Z] #17 51.76 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-09T17:31:06.723Z] #17 51.78 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-09T17:31:06.723Z] #17 51.79 Setting up vim (2:8.1.0875-5) ... [2020-09-09T17:31:06.723Z] #17 51.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-09T17:31:06.723Z] #17 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-09T17:31:06.723Z] #17 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-09T17:31:06.723Z] #17 51.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-09T17:31:06.723Z] #17 51.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-09T17:31:06.723Z] #17 51.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-09T17:31:06.723Z] #17 51.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-09T17:31:06.723Z] #17 51.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-09T17:31:06.723Z] #17 51.90 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-09T17:31:06.723Z] #17 51.92 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-09T17:31:06.983Z] #17 51.93 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-09T17:31:06.983Z] #17 51.95 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-09T17:31:06.983Z] #17 51.97 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-09T17:31:06.983Z] #17 52.01 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-09T17:31:07.003Z] [2020-09-09T17:31:07.003Z] Removing bundles/ [2020-09-09T17:31:07.003Z] [2020-09-09T17:31:07.292Z] --- PASS: TestBuildMultiStageOnBuild (2.69s) [2020-09-09T17:31:07.292Z] === RUN TestBuildUncleanTarFilenames [2020-09-09T17:31:07.295Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-09T17:31:07.295Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:31:07.295Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:31:08.680Z] --- PASS: TestBuildUncleanTarFilenames (1.37s) [2020-09-09T17:31:08.680Z] === RUN TestBuildMultiStageLayerLeak [2020-09-09T17:31:08.891Z] #17 ... [2020-09-09T17:31:08.891Z] [2020-09-09T17:31:08.891Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:31:08.891Z] #36 236.0 + dpkg --print-architecture [2020-09-09T17:31:08.891Z] #36 236.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-09T17:31:09.461Z] #36 236.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-09T17:31:09.461Z] #36 236.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-09T17:31:09.721Z] #36 ... [2020-09-09T17:31:09.721Z] [2020-09-09T17:31:09.721Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:31:09.721Z] #39 121.2 CC criu/crtools.o [2020-09-09T17:31:09.721Z] #39 121.7 CC criu/eventfd.o [2020-09-09T17:31:09.721Z] #39 122.0 CC criu/eventpoll.o [2020-09-09T17:31:09.721Z] #39 122.8 CC criu/external.o [2020-09-09T17:31:09.721Z] #39 123.1 CC criu/fault-injection.o [2020-09-09T17:31:09.721Z] #39 123.2 CC criu/fdstore.o [2020-09-09T17:31:09.721Z] #39 123.6 CC criu/fifo.o [2020-09-09T17:31:09.721Z] #39 124.0 CC criu/file-ids.o [2020-09-09T17:31:09.721Z] #39 124.3 CC criu/file-lock.o [2020-09-09T17:31:09.721Z] #39 125.3 CC criu/files-ext.o [2020-09-09T17:31:09.721Z] #39 125.6 CC criu/files-reg.o [2020-09-09T17:31:09.721Z] #39 127.5 CC criu/files.o [2020-09-09T17:31:09.721Z] #39 129.5 CC criu/filesystems.o [2020-09-09T17:31:09.721Z] #39 130.1 CC criu/fsnotify.o [2020-09-09T17:31:09.721Z] #39 131.2 CC criu/image-desc.o [2020-09-09T17:31:09.981Z] #39 131.4 CC criu/image.o [2020-09-09T17:31:09.981Z] #39 ... [2020-09-09T17:31:09.981Z] [2020-09-09T17:31:09.981Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-09T17:31:09.981Z] #17 54.69 Setting up iptables (1.8.2-4) ... [2020-09-09T17:31:09.981Z] #17 54.72 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-09T17:31:09.981Z] #17 54.72 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-09T17:31:09.981Z] #17 54.73 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-09T17:31:09.981Z] #17 54.73 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-09T17:31:09.981Z] #17 54.74 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-09T17:31:09.981Z] #17 54.74 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-09T17:31:09.981Z] #17 54.75 Setting up python3 (3.7.3-1) ... [2020-09-09T17:31:09.981Z] #17 55.12 Setting up python3-wheel (0.32.3-2) ... [2020-09-09T17:31:10.921Z] #17 55.82 Setting up apparmor (2.13.2-10) ... [2020-09-09T17:31:11.980Z] --- PASS: TestBuildMultiStageLayerLeak (2.84s) [2020-09-09T17:31:11.980Z] === RUN TestBuildWithHugeFile [2020-09-09T17:31:12.831Z] #17 57.90 Setting up xfsprogs (4.20.0-1) ... [2020-09-09T17:31:12.831Z] #17 57.91 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-09T17:31:12.940Z] #46 ... [2020-09-09T17:31:12.940Z] [2020-09-09T17:31:12.940Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:12.940Z] #22 294.8 + return [2020-09-09T17:31:12.940Z] #22 DONE 295.0s [2020-09-09T17:31:12.940Z] [2020-09-09T17:31:12.940Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:12.940Z] #53 258.7 + bin/containerd [2020-09-09T17:31:13.091Z] #17 58.30 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-09T17:31:13.592Z] #53 ... [2020-09-09T17:31:13.592Z] [2020-09-09T17:31:13.592Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-09T17:31:13.592Z] #23 DONE 0.1s [2020-09-09T17:31:13.894Z] [2020-09-09T17:31:13.894Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:31:14.474Z] #17 59.39 Setting up python3-distutils (3.7.3-1) ... [2020-09-09T17:31:14.543Z] #27 DONE 0.6s [2020-09-09T17:31:14.543Z] [2020-09-09T17:31:14.543Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-09T17:31:14.543Z] #30 DONE 0.1s [2020-09-09T17:31:14.543Z] [2020-09-09T17:31:14.543Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:14.543Z] #46 ... [2020-09-09T17:31:14.543Z] [2020-09-09T17:31:14.543Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-09T17:31:14.543Z] #32 DONE 0.1s [2020-09-09T17:31:14.543Z] [2020-09-09T17:31:14.543Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-09T17:31:14.543Z] #35 DONE 0.1s [2020-09-09T17:31:14.543Z] [2020-09-09T17:31:14.543Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-09T17:31:14.543Z] #38 DONE 0.1s [2020-09-09T17:31:14.543Z] [2020-09-09T17:31:14.543Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:14.734Z] #17 59.93 Setting up python3-setuptools (40.8.0-1) ... [2020-09-09T17:31:14.842Z] #46 ... [2020-09-09T17:31:14.842Z] [2020-09-09T17:31:14.842Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-09T17:31:14.842Z] #41 DONE 0.1s [2020-09-09T17:31:14.842Z] [2020-09-09T17:31:14.842Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-09T17:31:15.143Z] #43 DONE 0.2s [2020-09-09T17:31:15.143Z] [2020-09-09T17:31:15.143Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-09T17:31:15.143Z] #45 DONE 0.1s [2020-09-09T17:31:15.143Z] [2020-09-09T17:31:15.143Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:15.573Z] Loaded image: buildpack-deps:buster [2020-09-09T17:31:15.573Z] Loaded image: busybox:latest [2020-09-09T17:31:15.573Z] Loaded image: busybox:glibc [2020-09-09T17:31:15.573Z] Loaded image: debian:buster [2020-09-09T17:31:15.573Z] Loaded image: hello-world:latest [2020-09-09T17:31:15.573Z] INFO: Testing against a local daemon [2020-09-09T17:31:15.573Z] === RUN TestCgroupNamespacesBuild [2020-09-09T17:31:15.573Z] --- PASS: TestCgroupNamespacesBuild (3.23s) [2020-09-09T17:31:15.573Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-09T17:31:15.573Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.01s) [2020-09-09T17:31:15.573Z] === RUN TestBuildWithSession [2020-09-09T17:31:15.573Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-09T17:31:15.573Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:31:15.573Z] === RUN TestBuildSquashParent [2020-09-09T17:31:16.116Z] #17 61.14 Setting up python3-pip (18.1-5) ... [2020-09-09T17:31:17.055Z] #17 62.21 Processing triggers for libc-bin (2.28-10) ... [2020-09-09T17:31:17.055Z] #17 62.26 Processing triggers for mime-support (3.62) ... [2020-09-09T17:31:18.612Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-09-09T17:31:19.004Z] #17 DONE 63.7s [2020-09-09T17:31:19.004Z] [2020-09-09T17:31:19.004Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-09T17:31:19.651Z] #18 1.031 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-09T17:31:19.651Z] #18 1.034 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-09T17:31:19.651Z] #18 1.039 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-09T17:31:19.651Z] #18 DONE 1.1s [2020-09-09T17:31:19.651Z] [2020-09-09T17:31:19.651Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:31:21.038Z] #19 ... [2020-09-09T17:31:21.038Z] [2020-09-09T17:31:21.038Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:31:21.038Z] #39 132.2 CC criu/ipc_ns.o [2020-09-09T17:31:21.038Z] #39 133.3 CC criu/irmap.o [2020-09-09T17:31:21.038Z] #39 133.9 CC criu/kcmp-ids.o [2020-09-09T17:31:21.038Z] #39 134.3 CC criu/kerndat.o [2020-09-09T17:31:21.038Z] #39 135.4 CC criu/libnetlink.o [2020-09-09T17:31:21.038Z] #39 135.8 CC criu/log.o [2020-09-09T17:31:21.038Z] #39 136.3 CC criu/lsm.o [2020-09-09T17:31:21.038Z] #39 136.7 CC criu/mem.o [2020-09-09T17:31:21.038Z] #39 138.4 CC criu/memfd.o [2020-09-09T17:31:21.038Z] #39 139.1 CC criu/mount.o [2020-09-09T17:31:21.038Z] #39 ... [2020-09-09T17:31:21.038Z] [2020-09-09T17:31:21.038Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:21.038Z] #45 240.6 + cd /tmp/tmp.hAiklzWoDr/src/github.com/golangci/golangci-lint/ [2020-09-09T17:31:21.038Z] #45 240.6 + git checkout -q v1.23.8 [2020-09-09T17:31:21.038Z] #45 241.4 ++ git describe --tags [2020-09-09T17:31:21.038Z] #45 241.4 + version=v1.23.8 [2020-09-09T17:31:21.038Z] #45 241.4 ++ git rev-parse --short HEAD [2020-09-09T17:31:21.038Z] #45 241.5 + commit=76a82c6 [2020-09-09T17:31:21.038Z] #45 241.5 ++ git show -s --format=%cd [2020-09-09T17:31:21.038Z] #45 241.5 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-09T17:31:21.038Z] #45 241.5 + 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-09-09T17:31:22.945Z] #45 ... [2020-09-09T17:31:22.945Z] [2020-09-09T17:31:22.945Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:31:22.945Z] #39 143.9 CC criu/namespaces.o [2020-09-09T17:31:23.710Z] --- PASS: TestBuildSquashParent (8.37s) [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:31:23.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:31:23.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:31:23.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:31:23.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:31:23.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:31:23.710Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:31:23.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:31:23.710Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:31:23.710Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:31:24.853Z] #39 146.1 CC criu/net.o [2020-09-09T17:31:25.623Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:31:25.623Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:31:28.145Z] #39 149.0 CC criu/netfilter.o [2020-09-09T17:31:28.145Z] #39 149.4 CC criu/page-pipe.o [2020-09-09T17:31:28.715Z] #39 150.0 CC criu/page-xfer.o [2020-09-09T17:31:28.923Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:31:28.923Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:31:30.097Z] #39 151.5 CC criu/pagemap-cache.o [2020-09-09T17:31:30.357Z] #39 151.9 CC criu/pagemap.o [2020-09-09T17:31:31.738Z] #39 152.9 CC criu/parasite-syscall.o [2020-09-09T17:31:31.999Z] #39 ... [2020-09-09T17:31:31.999Z] [2020-09-09T17:31:31.999Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:31:31.999Z] #19 5.243 Collecting yamllint==1.16.0 [2020-09-09T17:31:31.999Z] #19 10.64 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-09T17:31:31.999Z] #19 10.73 Collecting pyyaml (from yamllint==1.16.0) [2020-09-09T17:31:31.999Z] #19 10.85 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-09T17:31:31.999Z] #19 12.35 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-09T17:31:31.999Z] #19 12.40 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-09T17:31:31.999Z] #19 12.45 Building wheels for collected packages: pyyaml [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.23s) [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.29s) [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.98s) [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.01s) [2020-09-09T17:31:32.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.03s) [2020-09-09T17:31:32.223Z] === RUN TestBuildMultiStageCopy [2020-09-09T17:31:32.223Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-09T17:31:32.259Z] #19 12.46 Running setup.py bdist_wheel for pyyaml: started [2020-09-09T17:31:32.374Z] 4612f6d0b889: Pull complete [2020-09-09T17:31:32.519Z] #19 ... [2020-09-09T17:31:32.519Z] [2020-09-09T17:31:32.519Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:31:32.519Z] #39 154.0 CC criu/path.o [2020-09-09T17:31:33.089Z] #39 154.4 CC criu/pie-util-vdso-elf32.o [2020-09-09T17:31:33.349Z] #39 154.8 CC criu/pie-util-vdso.o [2020-09-09T17:31:33.838Z] #46 DONE 316.2s [2020-09-09T17:31:33.838Z] [2020-09-09T17:31:33.838Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:33.918Z] #39 155.3 CC criu/pie-util.o [2020-09-09T17:31:34.136Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-09T17:31:34.178Z] #39 155.6 CC criu/pipes.o [2020-09-09T17:31:34.438Z] #39 ... [2020-09-09T17:31:34.438Z] [2020-09-09T17:31:34.438Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-09T17:31:34.438Z] #19 13.64 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-09T17:31:34.438Z] #19 13.64 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-09T17:31:34.438Z] #19 13.73 Successfully built pyyaml [2020-09-09T17:31:34.438Z] #19 13.74 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-09T17:31:34.438Z] #19 14.09 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-09T17:31:34.438Z] #19 DONE 14.6s [2020-09-09T17:31:34.438Z] [2020-09-09T17:31:34.438Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-09T17:31:34.699Z] #22 DONE 0.5s [2020-09-09T17:31:34.699Z] [2020-09-09T17:31:34.699Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:31:34.707Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-09T17:31:35.301Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-09T17:31:35.370Z] #53 ... [2020-09-09T17:31:35.370Z] [2020-09-09T17:31:35.370Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-09T17:31:35.370Z] #47 DONE 0.1s [2020-09-09T17:31:35.687Z] [2020-09-09T17:31:35.687Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-09T17:31:35.687Z] #49 DONE 0.1s [2020-09-09T17:31:35.687Z] [2020-09-09T17:31:35.687Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-09T17:31:35.687Z] #51 DONE 0.1s [2020-09-09T17:31:35.687Z] [2020-09-09T17:31:35.687Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:35.870Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-09T17:31:36.440Z] --- PASS: TestBuildMultiStageCopy (4.53s) [2020-09-09T17:31:36.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.44s) [2020-09-09T17:31:36.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-09-09T17:31:36.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2020-09-09T17:31:36.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.48s) [2020-09-09T17:31:36.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-09-09T17:31:36.440Z] === RUN TestBuildMultiStageParentConfig [2020-09-09T17:31:37.821Z] --- PASS: TestBuildMultiStageParentConfig (1.20s) [2020-09-09T17:31:37.821Z] === RUN TestBuildLabelWithTargets [2020-09-09T17:31:39.734Z] --- PASS: TestBuildLabelWithTargets (2.07s) [2020-09-09T17:31:39.734Z] === RUN TestBuildWithEmptyLayers [2020-09-09T17:31:39.986Z] #26 ... [2020-09-09T17:31:39.986Z] [2020-09-09T17:31:39.986Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-09T17:31:39.986Z] #49 85.27 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-09T17:31:39.986Z] #49 88.68 + mkdir -p /build [2020-09-09T17:31:39.986Z] #49 88.68 + cp runc /build/runc [2020-09-09T17:31:39.986Z] #49 DONE 91.6s [2020-09-09T17:31:39.986Z] [2020-09-09T17:31:39.986Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-09T17:31:39.986Z] #36 DONE 266.4s [2020-09-09T17:31:39.986Z] [2020-09-09T17:31:39.986Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-09T17:31:39.986Z] #26 DONE 4.7s [2020-09-09T17:31:39.986Z] [2020-09-09T17:31:39.986Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-09T17:31:39.986Z] #29 DONE 0.4s [2020-09-09T17:31:39.986Z] [2020-09-09T17:31:39.986Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-09T17:31:40.249Z] #31 DONE 0.2s [2020-09-09T17:31:40.249Z] [2020-09-09T17:31:40.249Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-09T17:31:40.509Z] #34 DONE 0.2s [2020-09-09T17:31:40.509Z] [2020-09-09T17:31:40.509Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:31:40.509Z] #39 156.4 CC criu/plugin.o [2020-09-09T17:31:40.509Z] #39 156.9 CC criu/proc_parse.o [2020-09-09T17:31:40.509Z] #39 159.0 CC criu/protobuf-desc.o [2020-09-09T17:31:40.509Z] #39 159.6 CC criu/protobuf.o [2020-09-09T17:31:40.509Z] #39 159.9 CC criu/pstree.o [2020-09-09T17:31:40.509Z] #39 160.6 CC criu/rbtree.o [2020-09-09T17:31:40.509Z] #39 160.8 CC criu/rst-malloc.o [2020-09-09T17:31:40.509Z] #39 161.1 CC criu/seccomp.o [2020-09-09T17:31:40.509Z] #39 161.8 CC criu/seize.o [2020-09-09T17:31:41.079Z] #39 162.4 CC criu/servicefd.o [2020-09-09T17:31:41.116Z] --- PASS: TestBuildWithEmptyLayers (1.23s) [2020-09-09T17:31:41.116Z] === RUN TestBuildMultiStageOnBuild [2020-09-09T17:31:41.649Z] #39 162.9 CC criu/shmem.o [2020-09-09T17:31:42.591Z] #39 163.8 CC criu/sigframe.o [2020-09-09T17:31:42.591Z] #39 ... [2020-09-09T17:31:42.591Z] [2020-09-09T17:31:42.591Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-09T17:31:43.161Z] #37 DONE 0.6s [2020-09-09T17:31:43.161Z] [2020-09-09T17:31:43.161Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-09T17:31:43.161Z] #39 164.1 CC criu/signalfd.o [2020-09-09T17:31:43.161Z] #39 164.3 CC criu/sk-inet.o [2020-09-09T17:31:43.421Z] #39 164.9 CC criu/sk-netlink.o [2020-09-09T17:31:43.660Z] --- PASS: TestBuildMultiStageOnBuild (2.77s) [2020-09-09T17:31:43.660Z] === RUN TestBuildUncleanTarFilenames [2020-09-09T17:31:43.681Z] #39 165.2 CC criu/sk-packet.o [2020-09-09T17:31:44.250Z] #39 165.5 CC criu/sk-queue.o [2020-09-09T17:31:44.510Z] #39 165.8 CC criu/sk-tcp.o [2020-09-09T17:31:44.770Z] #39 166.2 CC criu/sk-unix.o [2020-09-09T17:31:45.569Z] --- PASS: TestBuildUncleanTarFilenames (1.79s) [2020-09-09T17:31:45.569Z] === RUN TestBuildMultiStageLayerLeak [2020-09-09T17:31:46.151Z] #39 167.5 CC criu/sockets.o [2020-09-09T17:31:46.722Z] #39 168.1 CC criu/stats.o [2020-09-09T17:31:46.722Z] #39 168.3 CC criu/string.o [2020-09-09T17:31:46.981Z] #39 168.3 CC criu/sysctl.o [2020-09-09T17:31:47.550Z] #39 168.8 CC criu/sysfs_parse.o [2020-09-09T17:31:47.550Z] #39 169.1 CC criu/timens.o [2020-09-09T17:31:47.810Z] #39 169.4 CC criu/timerfd.o [2020-09-09T17:31:48.070Z] #39 169.6 CC criu/tty.o [2020-09-09T17:31:48.867Z] --- PASS: TestBuildMultiStageLayerLeak (3.18s) [2020-09-09T17:31:48.867Z] === RUN TestBuildWithHugeFile [2020-09-09T17:31:49.454Z] #39 170.7 CC criu/tun.o [2020-09-09T17:31:49.454Z] #39 171.0 CC criu/uffd.o [2020-09-09T17:31:50.394Z] #39 171.7 CC criu/util.o [2020-09-09T17:31:51.334Z] #39 172.6 CC criu/uts_ns.o [2020-09-09T17:31:51.334Z] #39 172.8 CC criu/vdso-compat.o [2020-09-09T17:31:51.594Z] #39 172.9 CC criu/vdso.o [2020-09-09T17:31:51.854Z] #39 173.4 LINK criu/built-in.o [2020-09-09T17:31:52.116Z] #39 173.4 LINK criu/criu [2020-09-09T17:31:52.382Z] #39 173.7 DEP lib/c/criu.d [2020-09-09T17:31:52.382Z] #39 173.8 CC images/rpc.pb-c.o [2020-09-09T17:31:52.643Z] #39 174.1 CC lib/c/criu.o [2020-09-09T17:31:53.213Z] #39 174.8 LINK lib/c/built-in.o [2020-09-09T17:31:53.472Z] #39 174.8 LINK lib/c/libcriu.so [2020-09-09T17:31:53.473Z] #39 174.8 LINK lib/c/libcriu.a [2020-09-09T17:31:53.473Z] #39 174.9 GEN magic.py [2020-09-09T17:31:53.733Z] #39 175.0 Note: Building without setproctitle() and strlcpy() support. [2020-09-09T17:31:53.733Z] #39 175.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-09T17:31:53.733Z] #39 175.0 Note: Building without GnuTLS support [2020-09-09T17:31:53.733Z] #39 175.0 Makefile.config:39: Warn: you have no libnftables installed [2020-09-09T17:31:53.733Z] #39 175.0 Makefile.config:40: Warn: Building without nftables support [2020-09-09T17:31:54.303Z] #39 175.7 fatal: not a git repository (or any of the parent directories): .git [2020-09-09T17:31:54.349Z] #53 301.1 + bin/containerd-stress [2020-09-09T17:31:54.873Z] #39 176.2 make[1]: Nothing to be done for 'all'. [2020-09-09T17:31:55.442Z] #39 176.7 make[1]: 'images/built-in.o' is up to date. [2020-09-09T17:31:55.442Z] #39 176.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-09T17:31:55.442Z] #39 176.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-09T17:31:55.442Z] #39 176.8 make[1]: 'compel/libcompel.a' is up to date. [2020-09-09T17:31:55.442Z] #39 176.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-09T17:31:55.442Z] #39 176.8 make[1]: Nothing to be done for 'all'. [2020-09-09T17:31:55.442Z] #39 176.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-09T17:31:55.703Z] #39 176.9 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.0 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.0 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.1 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.1 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.2 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.2 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.3 make[2]: Nothing to be done for 'all'. [2020-09-09T17:31:55.703Z] #39 177.3 INSTALL criu/criu [2020-09-09T17:31:56.457Z] #53 303.5 + bin/containerd-shim [2020-09-09T17:31:56.643Z] #39 DONE 177.8s [2020-09-09T17:31:56.643Z] [2020-09-09T17:31:56.643Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:58.024Z] #45 ... [2020-09-09T17:31:58.024Z] [2020-09-09T17:31:58.024Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-09T17:31:58.024Z] #40 DONE 0.1s [2020-09-09T17:31:58.024Z] [2020-09-09T17:31:58.024Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-09T17:31:58.285Z] #42 DONE 0.2s [2020-09-09T17:31:58.285Z] [2020-09-09T17:31:58.285Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-09T17:31:58.285Z] #44 DONE 0.1s [2020-09-09T17:31:58.285Z] [2020-09-09T17:31:58.285Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:31:58.704Z] --- PASS: TestBuildWithHugeFile (40.34s) [2020-09-09T17:31:58.704Z] === RUN TestBuildWithEmptyDockerfile [2020-09-09T17:31:58.704Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:31:58.704Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:31:58.704Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:31:58.704Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:31:58.704Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:31:58.704Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:31:58.704Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:31:58.704Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:31:58.704Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:31:58.704Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2020-09-09T17:31:58.704Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2020-09-09T17:31:58.704Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.22s) [2020-09-09T17:31:58.704Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-09-09T17:31:58.704Z] === RUN TestBuildPreserveOwnership [2020-09-09T17:31:58.704Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-09T17:31:58.704Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-09T17:31:58.704Z] --- PASS: TestBuildPreserveOwnership (5.89s) [2020-09-09T17:31:58.704Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.84s) [2020-09-09T17:31:58.704Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.03s) [2020-09-09T17:31:58.704Z] === RUN TestBuildPlatformInvalid [2020-09-09T17:31:58.704Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2020-09-09T17:31:58.704Z] PASS [2020-09-09T17:31:58.704Z] [2020-09-09T17:31:58.704Z] === Skipped [2020-09-09T17:31:58.704Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-09-09T17:31:58.704Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:31:58.704Z] [2020-09-09T17:31:58.704Z] [2020-09-09T17:31:58.704Z] DONE 32 tests, 1 skipped in 90.015s [2020-09-09T17:31:58.704Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-09-09T17:31:58.704Z] ++ 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-09-09T17:31:58.704Z] ++ set -e [2020-09-09T17:31:58.704Z] ++ '[' -n 0 ']' [2020-09-09T17:31:58.704Z] ++ set -x [2020-09-09T17:31:58.704Z] ++ env -i DEST=/go/src/github.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-09-09T17:31:58.704Z] INFO: Testing against a local daemon [2020-09-09T17:31:58.704Z] === RUN TestConfigInspect [2020-09-09T17:32:01.093Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:32:01.093Z] Using test binary docker [2020-09-09T17:32:01.093Z] +++ /etc/init.d/apparmor start [2020-09-09T17:32:01.093Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:32:01.093Z] INFO: Waiting for daemon to start... [2020-09-09T17:32:01.093Z] Starting dockerd [2020-09-09T17:32:01.093Z] +++ 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-09-09T17:32:01.580Z] #52 217.3 + bin/containerd [2020-09-09T17:32:01.663Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:32:01.663Z] Using test binary docker [2020-09-09T17:32:01.932Z] +++ /etc/init.d/apparmor start [2020-09-09T17:32:01.932Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:32:01.932Z] INFO: Waiting for daemon to start... [2020-09-09T17:32:01.932Z] Starting dockerd [2020-09-09T17:32:01.932Z] +++ 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-09-09T17:32:02.007Z] --- PASS: TestConfigInspect (3.26s) [2020-09-09T17:32:02.007Z] === RUN TestConfigList [2020-09-09T17:32:02.195Z] . [2020-09-09T17:32:02.195Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:32:02.195Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:32:02.195Z] Error: No such image: emptyfs [2020-09-09T17:32:02.195Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-09T17:32:02.195Z] ++++ docker load [2020-09-09T17:32:02.765Z] Running integration-test (iteration 1) [2020-09-09T17:32:02.765Z] 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-09-09T17:32:02.765Z] ++ 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-09-09T17:32:02.765Z] ++ set -e [2020-09-09T17:32:02.765Z] ++ '[' -n 0 ']' [2020-09-09T17:32:02.765Z] ++ set -x [2020-09-09T17:32:02.765Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-09-09T17:32:03.511Z] #53 310.4 + bin/containerd-shim-runc-v1 [2020-09-09T17:32:03.847Z] [2020-09-09T17:32:03.847Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:32:04.107Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:32:04.107Z] Error: No such image: emptyfs [2020-09-09T17:32:04.107Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-09T17:32:04.107Z] ++++ docker load [2020-09-09T17:32:04.234Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:32:04.234Z] [2020-09-09T17:32:04.234Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:32:04.234Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:32:04.234Z] HOSTNAME=fffe70aaa028 [2020-09-09T17:32:04.234Z] TESTDEBUG=0 [2020-09-09T17:32:04.234Z] DEST=bundles/test-integration [2020-09-09T17:32:04.234Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:32:04.234Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:32:04.234Z] container=docker [2020-09-09T17:32:04.234Z] HOME=/root [2020-09-09T17:32:04.234Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:32:04.234Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:32:04.234Z] VALIDATE_BRANCH=master [2020-09-09T17:32:04.234Z] TERM=xterm [2020-09-09T17:32:04.234Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:32:04.234Z] SHLVL=1 [2020-09-09T17:32:04.234Z] TIMEOUT=120m [2020-09-09T17:32:04.234Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:32:04.234Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:32:04.234Z] GO111MODULE=off [2020-09-09T17:32:04.234Z] DOCKER_EXPERIMENTAL=1 [2020-09-09T17:32:04.234Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-09T17:32:04.234Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:32:04.234Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:32:04.234Z] GOPATH=/go [2020-09-09T17:32:04.234Z] PKG_CONFIG=pkg-config [2020-09-09T17:32:04.234Z] _=/usr/bin/env [2020-09-09T17:32:04.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-09T17:32:04.677Z] Running integration-test (iteration 1) [2020-09-09T17:32:04.678Z] 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-09-09T17:32:04.678Z] ++ 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-09-09T17:32:04.678Z] ++ set -e [2020-09-09T17:32:04.678Z] ++ '[' -n 0 ']' [2020-09-09T17:32:04.678Z] ++ set -x [2020-09-09T17:32:04.678Z] ++ env -i DEST=/go/src/github.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-09-09T17:32:05.400Z] --- PASS: TestConfigList (3.18s) [2020-09-09T17:32:05.400Z] === RUN TestConfigsCreateAndDelete [2020-09-09T17:32:08.078Z] #53 315.2 + bin/containerd-shim-runc-v2 [2020-09-09T17:32:08.700Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-09-09T17:32:08.700Z] === RUN TestConfigsUpdate [2020-09-09T17:32:09.123Z] #53 316.3 + binaries [2020-09-09T17:32:09.420Z] #53 316.3 + install -D bin/containerd /build/containerd [2020-09-09T17:32:09.420Z] #53 316.4 + install -D bin/containerd-shim /build/containerd-shim [2020-09-09T17:32:09.420Z] #53 316.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-09T17:32:09.420Z] #53 316.4 + install -D bin/ctr /build/ctr [2020-09-09T17:32:09.420Z] #53 DONE 316.5s [2020-09-09T17:32:10.465Z] [2020-09-09T17:32:10.465Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-09T17:32:10.465Z] #54 DONE 0.1s [2020-09-09T17:32:10.465Z] [2020-09-09T17:32:10.465Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-09T17:32:10.465Z] #58 DONE 0.1s [2020-09-09T17:32:10.525Z] ..........................xx.................... [ 29%] [2020-09-09T17:32:10.760Z] [2020-09-09T17:32:10.760Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-09T17:32:10.760Z] #60 DONE 0.1s [2020-09-09T17:32:10.760Z] [2020-09-09T17:32:10.760Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-09T17:32:10.760Z] #62 DONE 0.1s [2020-09-09T17:32:10.760Z] [2020-09-09T17:32:10.760Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-09T17:32:10.760Z] #63 DONE 0.0s [2020-09-09T17:32:10.760Z] [2020-09-09T17:32:10.760Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-09T17:32:12.002Z] --- PASS: TestConfigsUpdate (3.19s) [2020-09-09T17:32:12.002Z] === RUN TestTemplatedConfig [2020-09-09T17:32:12.864Z] #64 DONE 2.0s [2020-09-09T17:32:12.864Z] [2020-09-09T17:32:12.864Z] #65 exporting to oci image format [2020-09-09T17:32:12.864Z] #65 exporting layers [2020-09-09T17:32:15.306Z] --- PASS: TestTemplatedConfig (3.59s) [2020-09-09T17:32:15.306Z] === RUN TestConfigCreateResolve [2020-09-09T17:32:18.611Z] --- PASS: TestConfigCreateResolve (3.23s) [2020-09-09T17:32:18.611Z] === RUN TestConfigDaemonLibtrustID [2020-09-09T17:32:18.872Z] --- PASS: TestConfigDaemonLibtrustID (0.64s) [2020-09-09T17:32:18.872Z] PASS [2020-09-09T17:32:18.872Z] [2020-09-09T17:32:18.872Z] DONE 7 tests in 20.461s [2020-09-09T17:32:18.872Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-09-09T17:32:18.872Z] ++ 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-09-09T17:32:18.872Z] ++ set -e [2020-09-09T17:32:18.872Z] ++ '[' -n 0 ']' [2020-09-09T17:32:18.872Z] ++ set -x [2020-09-09T17:32:18.872Z] ++ env -i DEST=/go/src/github.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-09-09T17:32:19.133Z] INFO: Testing against a local daemon [2020-09-09T17:32:19.133Z] === RUN TestCheckpoint [2020-09-09T17:32:19.133Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-09T17:32:19.133Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:32:19.133Z] === RUN TestContainerInvalidJSON [2020-09-09T17:32:19.133Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:32:19.133Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:32:19.133Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:32:19.133Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:32:19.133Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:32:19.133Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:32:19.133Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:32:19.133Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:32:19.133Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:32:19.133Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-09T17:32:19.133Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-09T17:32:19.133Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-09T17:32:19.133Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-09T17:32:19.133Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-09T17:32:19.394Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-09-09T17:32:19.394Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-09T17:32:19.394Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-09-09T17:32:19.394Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-09T17:32:19.655Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-09-09T17:32:19.655Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-09T17:32:19.655Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-09-09T17:32:19.655Z] === RUN TestCopyFromContainer [2020-09-09T17:32:21.569Z] === RUN TestCopyFromContainer// [2020-09-09T17:32:21.569Z] === RUN TestCopyFromContainer//bar/root [2020-09-09T17:32:21.830Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-09T17:32:21.830Z] === RUN TestCopyFromContainer/bar/quux [2020-09-09T17:32:22.091Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-09T17:32:22.091Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-09T17:32:22.352Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-09T17:32:22.352Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-09T17:32:22.352Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-09T17:32:22.613Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer (3.05s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-09-09T17:32:22.613Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-09-09T17:32:22.613Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-09T17:32:22.874Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:32:22.874Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:32:22.874Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:32:22.874Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:32:22.874Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:32:22.874Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:32:22.874Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:32:22.874Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:32:22.874Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:32:22.874Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-09T17:32:22.874Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-09T17:32:22.874Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-09T17:32:22.874Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-09T17:32:22.874Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-09T17:32:22.874Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-09-09T17:32:22.874Z] === RUN TestCreateWithInvalidEnv [2020-09-09T17:32:22.874Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-09T17:32:22.874Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-09T17:32:22.874Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-09T17:32:22.874Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-09T17:32:22.874Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-09T17:32:22.874Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-09T17:32:22.874Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-09T17:32:22.874Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-09T17:32:22.874Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-09T17:32:22.874Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-09T17:32:22.874Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-09T17:32:22.874Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-09T17:32:22.874Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-09T17:32:22.874Z] === RUN TestCreateTmpfsMountsTarget [2020-09-09T17:32:22.874Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-09-09T17:32:22.874Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-09T17:32:25.419Z] --- PASS: TestCreateWithCustomMaskedPaths (2.09s) [2020-09-09T17:32:25.419Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-09T17:32:25.658Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-09-09T17:32:26.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-09T17:32:26.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-09T17:32:26.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2020-09-09T17:32:27.332Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-09T17:32:27.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:32:27.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:32:27.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:32:27.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:32:27.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:32:27.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:32:27.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:32:27.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:32:27.332Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:32:27.332Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:32:27.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:32:27.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:32:27.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:32:27.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:32:27.332Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-09-09T17:32:27.332Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-09-09T17:32:27.332Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-09T17:32:27.904Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2020-09-09T17:32:27.904Z] === RUN TestCreateDifferentPlatform [2020-09-09T17:32:27.904Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-09T17:32:27.904Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-09T17:32:28.165Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-09-09T17:32:28.165Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-09T17:32:28.165Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-09T17:32:28.165Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-09T17:32:28.165Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-09-09T17:32:28.165Z] === RUN TestContainerStartOnDaemonRestart [2020-09-09T17:32:28.165Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-09T17:32:28.165Z] === RUN TestDaemonRestartIpcMode [2020-09-09T17:32:28.165Z] === PAUSE TestDaemonRestartIpcMode [2020-09-09T17:32:28.165Z] === RUN TestDaemonHostGatewayIP [2020-09-09T17:32:28.165Z] === PAUSE TestDaemonHostGatewayIP [2020-09-09T17:32:28.165Z] === RUN TestContainerKillOnDaemonStart [2020-09-09T17:32:28.165Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-09T17:32:28.165Z] === RUN TestDiff [2020-09-09T17:32:28.188Z] #52 ... [2020-09-09T17:32:28.188Z] [2020-09-09T17:32:28.188Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:32:28.188Z] #45 DONE 311.1s [2020-09-09T17:32:28.188Z] [2020-09-09T17:32:28.188Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:32:28.188Z] #52 ... [2020-09-09T17:32:28.188Z] [2020-09-09T17:32:28.188Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-09T17:32:28.188Z] #46 DONE 0.4s [2020-09-09T17:32:28.188Z] [2020-09-09T17:32:28.188Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-09T17:32:28.188Z] #48 DONE 0.1s [2020-09-09T17:32:28.188Z] [2020-09-09T17:32:28.188Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-09T17:32:28.188Z] #50 DONE 0.1s [2020-09-09T17:32:28.188Z] [2020-09-09T17:32:28.188Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-09T17:32:29.106Z] --- PASS: TestDiff (0.77s) [2020-09-09T17:32:29.106Z] === RUN TestExecWithCloseStdin [2020-09-09T17:32:29.678Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-09-09T17:32:29.678Z] === RUN TestExec [2020-09-09T17:32:30.620Z] --- PASS: TestExec (0.80s) [2020-09-09T17:32:30.620Z] === RUN TestExecUser [2020-09-09T17:32:31.565Z] --- PASS: TestExecUser (0.85s) [2020-09-09T17:32:31.565Z] === RUN TestExportContainerAndImportImage [2020-09-09T17:32:32.508Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2020-09-09T17:32:32.508Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-09T17:32:33.090Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-09-09T17:32:34.423Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s) [2020-09-09T17:32:34.423Z] === RUN TestHealthCheckWorkdir [2020-09-09T17:32:35.366Z] --- PASS: TestHealthCheckWorkdir (1.00s) [2020-09-09T17:32:35.366Z] === RUN TestHealthKillContainer [2020-09-09T17:32:36.013Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-09-09T17:32:38.665Z] --- PASS: TestHealthKillContainer (2.81s) [2020-09-09T17:32:38.665Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-09T17:32:38.926Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-09-09T17:32:38.926Z] === RUN TestIpcModeNone [2020-09-09T17:32:39.869Z] --- PASS: TestIpcModeNone (0.81s) [2020-09-09T17:32:39.869Z] === RUN TestIpcModePrivate [2020-09-09T17:32:40.811Z] --- PASS: TestIpcModePrivate (0.84s) [2020-09-09T17:32:40.811Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2020-09-09T17:32:40.811Z] === RUN TestIpcModeShareable [2020-09-09T17:32:41.383Z] --- PASS: TestIpcModeShareable (0.84s) [2020-09-09T17:32:41.383Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2020-09-09T17:32:41.383Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-09T17:32:42.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-09T17:32:42.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-09T17:32:42.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-09T17:32:43.081Z] #52 256.9 + bin/containerd-stress [2020-09-09T17:32:43.081Z] #52 258.8 + bin/containerd-shim [2020-09-09T17:32:43.419Z] Loaded image: buildpack-deps:buster [2020-09-09T17:32:43.420Z] Loaded image: busybox:latest [2020-09-09T17:32:43.420Z] Loaded image: busybox:glibc [2020-09-09T17:32:43.420Z] Loaded image: debian:buster [2020-09-09T17:32:43.420Z] Loaded image: hello-world:latest [2020-09-09T17:32:43.420Z] INFO: Testing against a local daemon [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-09T17:32:43.420Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-09T17:32:43.680Z] Loaded image: buildpack-deps:buster [2020-09-09T17:32:43.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-09T17:32:44.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-09T17:32:44.251Z] Loaded image: busybox:latest [2020-09-09T17:32:44.511Z] Loaded image: busybox:glibc [2020-09-09T17:32:44.511Z] Loaded image: debian:buster [2020-09-09T17:32:44.511Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-09T17:32:44.511Z] Loaded image: hello-world:latest [2020-09-09T17:32:44.683Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2020-09-09T17:32:44.683Z] === RUN TestAPIIpcModeHost [2020-09-09T17:32:44.683Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-09-09T17:32:44.683Z] === RUN TestDaemonIpcModeShareable [2020-09-09T17:32:44.771Z] INFO: Testing against a local daemon [2020-09-09T17:32:44.771Z] === RUN TestDockerDaemonSuite [2020-09-09T17:32:44.771Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-09T17:32:44.771Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-09-09T17:32:45.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-09T17:32:45.341Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-09T17:32:45.341Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-09T17:32:46.282Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-09T17:32:46.601Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-09-09T17:32:46.601Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-09-09T17:32:46.601Z] === RUN TestDaemonIpcModePrivate [2020-09-09T17:32:46.851Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-09T17:32:46.851Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-09T17:32:47.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-09T17:32:48.235Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-09T17:32:48.236Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-09T17:32:48.236Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-09T17:32:48.236Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-09T17:32:48.514Z] --- PASS: TestDaemonIpcModePrivate (1.87s) [2020-09-09T17:32:48.514Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-09-09T17:32:48.514Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-09T17:32:48.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-09T17:32:49.619Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-09-09T17:32:49.619Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-09T17:32:49.657Z] #52 265.4 + bin/containerd-shim-runc-v1 [2020-09-09T17:32:49.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-09T17:32:50.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-09T17:32:50.193Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-09T17:32:50.427Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s) [2020-09-09T17:32:50.427Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-09-09T17:32:50.427Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-09T17:32:50.453Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-09T17:32:50.453Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-09T17:32:50.453Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-09T17:32:51.061Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-09T17:32:51.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-09T17:32:51.456Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-09-09T17:32:51.634Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-09-09T17:32:52.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-09T17:32:52.342Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.81s) [2020-09-09T17:32:52.342Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-09-09T17:32:52.342Z] === RUN TestIpcModeOlderClient [2020-09-09T17:32:52.342Z] === PAUSE TestIpcModeOlderClient [2020-09-09T17:32:52.342Z] === RUN TestKillContainerInvalidSignal [2020-09-09T17:32:52.915Z] --- PASS: TestKillContainerInvalidSignal (0.76s) [2020-09-09T17:32:52.915Z] === RUN TestKillContainer [2020-09-09T17:32:52.915Z] === RUN TestKillContainer/no_signal [2020-09-09T17:32:53.486Z] === RUN TestKillContainer/non_killing_signal [2020-09-09T17:32:53.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-09T17:32:54.058Z] === RUN TestKillContainer/killing_signal [2020-09-09T17:32:54.178Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-09-09T17:32:54.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-09T17:32:54.438Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-09T17:32:54.943Z] #52 269.9 + bin/containerd-shim-runc-v2 [2020-09-09T17:32:55.202Z] #52 270.9 + binaries [2020-09-09T17:32:55.202Z] #52 270.9 + install -D bin/containerd /build/containerd [2020-09-09T17:32:55.202Z] #52 271.0 + install -D bin/containerd-shim /build/containerd-shim [2020-09-09T17:32:55.202Z] #52 271.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-09T17:32:55.202Z] #52 271.0 + install -D bin/ctr /build/ctr [2020-09-09T17:32:55.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-09T17:32:55.442Z] --- PASS: TestKillContainer (2.30s) [2020-09-09T17:32:55.442Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-09-09T17:32:55.442Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2020-09-09T17:32:55.442Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2020-09-09T17:32:55.442Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-09T17:32:55.442Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-09T17:32:55.935Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:32:55.935Z] Using test binary docker [2020-09-09T17:32:55.935Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-09T17:32:55.935Z] +++ /etc/init.d/apparmor start [2020-09-09T17:32:56.014Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-09T17:32:56.227Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:32:56.227Z] INFO: Waiting for daemon to start... [2020-09-09T17:32:56.227Z] Starting dockerd [2020-09-09T17:32:56.227Z] +++ 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-09-09T17:32:56.578Z] #52 DONE 272.0s [2020-09-09T17:32:56.585Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.49s) [2020-09-09T17:32:56.585Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s) [2020-09-09T17:32:56.585Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-09-09T17:32:56.585Z] === RUN TestKillStoppedContainer [2020-09-09T17:32:56.845Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-09-09T17:32:56.845Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-09T17:32:56.845Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-09-09T17:32:56.845Z] === RUN TestKillDifferentUserContainer [2020-09-09T17:32:56.980Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-09T17:32:56.980Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-09-09T17:32:57.517Z] [2020-09-09T17:32:57.517Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-09T17:32:57.787Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2020-09-09T17:32:57.787Z] === RUN TestInspectOomKilledTrue [2020-09-09T17:32:57.787Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-09T17:32:57.787Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:32:57.787Z] === RUN TestInspectOomKilledFalse [2020-09-09T17:32:57.787Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-09T17:32:57.787Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:32:57.787Z] === RUN TestLinksEtcHostsContentMatch [2020-09-09T17:32:58.248Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-09-09T17:32:58.299Z] . [2020-09-09T17:32:58.299Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:32:58.299Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:32:58.299Z] Error: No such image: emptyfs [2020-09-09T17:32:58.299Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-09T17:32:58.299Z] ++++ docker load [2020-09-09T17:32:58.299Z] Running integration-test (iteration 1) [2020-09-09T17:32:58.299Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-09-09T17:32:58.299Z] ++ 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-09-09T17:32:58.299Z] ++ set -e [2020-09-09T17:32:58.299Z] ++ '[' -n 0 ']' [2020-09-09T17:32:58.299Z] ++ set -x [2020-09-09T17:32:58.299Z] ++ env -i DEST=/go/src/github.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-09-09T17:32:58.359Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-09-09T17:32:58.359Z] === RUN TestLinksContainerNames [2020-09-09T17:32:58.364Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-09-09T17:32:58.454Z] #53 DONE 0.9s [2020-09-09T17:32:58.454Z] [2020-09-09T17:32:58.454Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-09T17:32:58.454Z] #57 DONE 0.2s [2020-09-09T17:32:58.454Z] [2020-09-09T17:32:58.454Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-09T17:32:58.936Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-09T17:32:59.024Z] #59 DONE 0.4s [2020-09-09T17:32:59.024Z] [2020-09-09T17:32:59.024Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-09T17:32:59.024Z] #61 DONE 0.0s [2020-09-09T17:32:59.024Z] [2020-09-09T17:32:59.024Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-09T17:32:59.024Z] #62 DONE 0.0s [2020-09-09T17:32:59.024Z] [2020-09-09T17:32:59.024Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-09T17:32:59.688Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-09-09T17:32:59.757Z] --- PASS: TestLinksContainerNames (1.50s) [2020-09-09T17:32:59.757Z] === RUN TestLogsFollowTailEmpty [2020-09-09T17:32:59.877Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-09-09T17:33:00.338Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2020-09-09T17:33:00.338Z] === RUN TestContainerNetworkMountsNoChown [2020-09-09T17:33:00.402Z] #63 DONE 1.2s [2020-09-09T17:33:00.402Z] [2020-09-09T17:33:00.402Z] #64 exporting to image [2020-09-09T17:33:00.402Z] #64 exporting layers [2020-09-09T17:33:00.822Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-09T17:33:01.280Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/default [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/default [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/private [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/private [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rprivate [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/slave [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/slave [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rslave [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/shared [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/shared [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rshared [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/default [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rslave [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rshared [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/slave [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/shared [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/private [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rprivate [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-09T17:33:01.281Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:33:01.281Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:33:01.281Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:33:01.541Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:33:01.762Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-09T17:33:01.803Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-09-09T17:33:01.803Z] === RUN TestContainerBindMountNonRecursive [2020-09-09T17:33:02.705Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-09T17:33:02.965Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-09-09T17:33:03.536Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-09T17:33:03.715Z] --- PASS: TestContainerBindMountNonRecursive (2.09s) [2020-09-09T17:33:03.715Z] === RUN TestNetworkNat [2020-09-09T17:33:03.942Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-09-09T17:33:04.107Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-09-09T17:33:04.659Z] --- PASS: TestNetworkNat (0.83s) [2020-09-09T17:33:04.659Z] === RUN TestNetworkLocalhostTCPNat [2020-09-09T17:33:05.602Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-09-09T17:33:05.602Z] === RUN TestNetworkLoopbackNat [2020-09-09T17:33:06.020Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-09-09T17:33:06.281Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-09-09T17:33:06.799Z] Loaded image: buildpack-deps:buster [2020-09-09T17:33:06.799Z] Loaded image: busybox:latest [2020-09-09T17:33:06.799Z] Loaded image: busybox:glibc [2020-09-09T17:33:06.799Z] Loaded image: debian:buster [2020-09-09T17:33:06.975Z] #64 exporting layers 6.5s done [2020-09-09T17:33:06.975Z] #64 writing image sha256:b965b0b6ca693c77d3683f5832294d360ff8c82ea7a673ad863919497fa8c501 done [2020-09-09T17:33:06.975Z] #64 naming to docker.io/library/docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde done [2020-09-09T17:33:06.975Z] #64 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T17:33:07.092Z] Loaded image: hello-world:latest [2020-09-09T17:33:07.092Z] INFO: Testing against a local daemon [2020-09-09T17:33:07.092Z] === RUN TestCgroupNamespacesBuild [2020-09-09T17:33:07.325Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -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:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh dynbinary test-integration [2020-09-09T17:33:08.193Z] === RUN TestDockerSuite/TestAttachDetach [2020-09-09T17:33:08.702Z] [2020-09-09T17:33:08.702Z] Removing bundles/ [2020-09-09T17:33:08.702Z] [2020-09-09T17:33:08.702Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-09T17:33:08.702Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:33:08.702Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:33:08.902Z] --- PASS: TestNetworkLoopbackNat (3.25s) [2020-09-09T17:33:08.902Z] === RUN TestPause [2020-09-09T17:33:09.134Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-09-09T17:33:09.170Z] --- PASS: TestCgroupNamespacesBuild (2.14s) [2020-09-09T17:33:09.170Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-09T17:33:09.396Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-09T17:33:09.473Z] --- PASS: TestPause (0.82s) [2020-09-09T17:33:09.473Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-09T17:33:09.473Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:33:09.473Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:33:09.473Z] === RUN TestPauseStopPausedContainer [2020-09-09T17:33:10.347Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-09T17:33:10.415Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-09-09T17:33:10.415Z] === RUN TestPsFilter [2020-09-09T17:33:10.677Z] --- PASS: TestPsFilter (0.27s) [2020-09-09T17:33:10.677Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-09T17:33:11.244Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-09-09T17:33:11.244Z] === RUN TestBuildWithSession [2020-09-09T17:33:11.244Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-09T17:33:11.244Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:33:11.244Z] === RUN TestBuildSquashParent [2020-09-09T17:33:11.248Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2020-09-09T17:33:11.509Z] === RUN TestRemoveContainerWithVolume [2020-09-09T17:33:12.081Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2020-09-09T17:33:12.081Z] === RUN TestRemoveContainerRunning [2020-09-09T17:33:12.258Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-09T17:33:12.828Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-09-09T17:33:13.024Z] --- PASS: TestRemoveContainerRunning (0.76s) [2020-09-09T17:33:13.024Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-09T17:33:13.399Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-09T17:33:13.610Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2020-09-09T17:33:13.610Z] === RUN TestRemoveInvalidContainer [2020-09-09T17:33:13.610Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-09T17:33:13.610Z] === RUN TestRenameLinkedContainer [2020-09-09T17:33:14.339Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-09T17:33:15.542Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-09-09T17:33:15.542Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-09T17:33:16.912Z] --- PASS: TestRenameLinkedContainer (3.03s) [2020-09-09T17:33:16.912Z] === RUN TestRenameStoppedContainer [2020-09-09T17:33:16.926Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-09-09T17:33:17.484Z] --- PASS: TestRenameStoppedContainer (0.78s) [2020-09-09T17:33:17.484Z] === RUN TestRenameRunningContainerAndReuse [2020-09-09T17:33:17.866Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-09T17:33:18.155Z] --- PASS: TestBuildSquashParent (6.87s) [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:33:18.155Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:33:18.155Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:33:18.155Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:33:18.155Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:33:18.155Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:33:18.155Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:33:18.155Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:33:18.155Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:33:18.155Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:33:18.474Z] ......................... [ 67%] [2020-09-09T17:33:19.252Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-09T17:33:19.398Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s) [2020-09-09T17:33:19.398Z] === RUN TestRenameInvalidName [2020-09-09T17:33:19.513Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-09-09T17:33:19.971Z] --- PASS: TestRenameInvalidName (0.77s) [2020-09-09T17:33:19.971Z] === RUN TestRenameAnonymousContainer [2020-09-09T17:33:20.084Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-09-09T17:33:20.230Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:33:20.345Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-09T17:33:20.345Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-09T17:33:20.523Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:33:20.605Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-09-09T17:33:21.549Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-09-09T17:33:22.120Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-09-09T17:33:22.380Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-09T17:33:22.601Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:33:22.601Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:33:22.640Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-09-09T17:33:24.182Z] --- PASS: TestRenameAnonymousContainer (3.91s) [2020-09-09T17:33:24.182Z] === RUN TestRenameContainerWithSameName [2020-09-09T17:33:24.443Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2020-09-09T17:33:24.443Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.47s) [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s) [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.29s) [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.30s) [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s) [2020-09-09T17:33:25.343Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.19s) [2020-09-09T17:33:25.343Z] === RUN TestBuildMultiStageCopy [2020-09-09T17:33:25.343Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-09T17:33:25.941Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-09-09T17:33:26.358Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s) [2020-09-09T17:33:26.359Z] === RUN TestResize [2020-09-09T17:33:26.930Z] --- PASS: TestResize (0.79s) [2020-09-09T17:33:26.930Z] === RUN TestResizeWithInvalidSize [2020-09-09T17:33:27.327Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-09-09T17:33:27.419Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-09T17:33:27.503Z] --- PASS: TestResizeWithInvalidSize (0.77s) [2020-09-09T17:33:27.503Z] === RUN TestResizeWhenContainerNotStarted [2020-09-09T17:33:28.054Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-09T17:33:28.346Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-09T17:33:28.447Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:33:28.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:33:28.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:33:28.447Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:33:28.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:33:28.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:33:28.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:33:28.938Z] c3aff4450246: Pull complete [2020-09-09T17:33:28.938Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-09T17:33:28.938Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:33:28.938Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:33:28.938Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-09-09T17:33:28.938Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-09-09T17:33:28.938Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457' [2020-09-09T17:33:28.938Z] INFO: Docker version of control daemon [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] Client: Docker Engine - Enterprise [2020-09-09T17:33:28.938Z] Version: 19.03.5 [2020-09-09T17:33:28.938Z] API version: 1.40 [2020-09-09T17:33:28.938Z] Go version: go1.12.12 [2020-09-09T17:33:28.938Z] Git commit: 2ee0c57608 [2020-09-09T17:33:28.938Z] Built: 11/13/2019 08:00:16 [2020-09-09T17:33:28.938Z] OS/Arch: windows/amd64 [2020-09-09T17:33:28.938Z] Experimental: false [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] Server: Docker Engine - Enterprise [2020-09-09T17:33:28.938Z] Engine: [2020-09-09T17:33:28.938Z] Version: 19.03.5 [2020-09-09T17:33:28.938Z] API version: 1.40 (minimum version 1.24) [2020-09-09T17:33:28.938Z] Go version: go1.12.12 [2020-09-09T17:33:28.938Z] Git commit: 2ee0c57608 [2020-09-09T17:33:28.938Z] Built: 11/13/2019 07:58:51 [2020-09-09T17:33:28.938Z] OS/Arch: windows/amd64 [2020-09-09T17:33:28.938Z] Experimental: true [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] INFO: Docker info of control daemon [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] Client: [2020-09-09T17:33:28.938Z] Debug Mode: false [2020-09-09T17:33:28.938Z] Plugins: [2020-09-09T17:33:28.938Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] Server: [2020-09-09T17:33:28.938Z] Containers: 0 [2020-09-09T17:33:28.938Z] Running: 0 [2020-09-09T17:33:28.938Z] Paused: 0 [2020-09-09T17:33:28.938Z] Stopped: 0 [2020-09-09T17:33:28.938Z] Images: 1 [2020-09-09T17:33:28.938Z] Server Version: 19.03.5 [2020-09-09T17:33:28.938Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-09T17:33:28.938Z] Windows: [2020-09-09T17:33:28.938Z] LCOW: [2020-09-09T17:33:28.938Z] Logging Driver: json-file [2020-09-09T17:33:28.938Z] Plugins: [2020-09-09T17:33:28.938Z] Volume: local [2020-09-09T17:33:28.938Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-09T17:33:28.938Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-09T17:33:28.938Z] Swarm: inactive [2020-09-09T17:33:28.938Z] Default Isolation: process [2020-09-09T17:33:28.938Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-09T17:33:28.938Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-09T17:33:28.938Z] OSType: windows [2020-09-09T17:33:28.938Z] Architecture: x86_64 [2020-09-09T17:33:28.938Z] CPUs: 4 [2020-09-09T17:33:28.938Z] Total Memory: 32GiB [2020-09-09T17:33:28.938Z] Name: azwin-2-5bb1e0 [2020-09-09T17:33:28.938Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-09-09T17:33:28.938Z] Docker Root Dir: D:\docker [2020-09-09T17:33:28.938Z] Debug Mode: false [2020-09-09T17:33:28.938Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:33:28.938Z] Labels: [2020-09-09T17:33:28.938Z] Experimental: true [2020-09-09T17:33:28.938Z] Insecure Registries: [2020-09-09T17:33:28.938Z] 10.0.0.4:5000 [2020-09-09T17:33:28.938Z] 127.0.0.0/8 [2020-09-09T17:33:28.938Z] Registry Mirrors: [2020-09-09T17:33:28.938Z] http://10.0.0.4:5000/ [2020-09-09T17:33:28.938Z] Live Restore Enabled: false [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] INFO: Commit hash is 4745bdc06b [2020-09-09T17:33:28.938Z] INFO: Nuke-Everything... [2020-09-09T17:33:28.938Z] INFO: Container count on control daemon to delete is 0 [2020-09-09T17:33:28.938Z] INFO: Nuking d:\CI [2020-09-09T17:33:28.938Z] INFO: Zapped successfully [2020-09-09T17:33:28.938Z] INFO: Location for testing is d:\CI\PR-41411\2 [2020-09-09T17:33:28.938Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] INFO: Building the image from Dockerfile.windows at 09/09/2020 17:33:18... [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] Sending build context to Docker daemon 56.24MB [2020-09-09T17:33:28.938Z] [2020-09-09T17:33:28.938Z] Step 1/10 : FROM microsoft/windowsservercore [2020-09-09T17:33:28.938Z] ---> 715aaeac112d [2020-09-09T17:33:28.938Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-09-09T17:33:28.938Z] ---> Running in 48df5d5c4453 [2020-09-09T17:33:28.938Z] Removing intermediate container 48df5d5c4453 [2020-09-09T17:33:28.938Z] ---> e5020cb00dc5 [2020-09-09T17:33:28.938Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-09-09T17:33:28.938Z] ---> Running in c057ea7b759e [2020-09-09T17:33:28.938Z] Removing intermediate container c057ea7b759e [2020-09-09T17:33:28.938Z] ---> 2568ddcf20c8 [2020-09-09T17:33:28.938Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-09-09T17:33:28.938Z] ---> Running in 274700ad0e8c [2020-09-09T17:33:28.938Z] Removing intermediate container 274700ad0e8c [2020-09-09T17:33:28.938Z] ---> 700c3112a061 [2020-09-09T17:33:28.938Z] 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-09-09T17:33:28.938Z] ---> Running in 06ac0a5d23b0 [2020-09-09T17:33:28.938Z] Removing intermediate container 06ac0a5d23b0 [2020-09-09T17:33:28.938Z] ---> f69e3b5625c5 [2020-09-09T17:33:28.938Z] 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-09-09T17:33:28.938Z] ---> Running in 9e013d53f42c [2020-09-09T17:33:28.982Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-09T17:33:29.616Z] --- PASS: TestBuildMultiStageCopy (4.75s) [2020-09-09T17:33:29.617Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.52s) [2020-09-09T17:33:29.617Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-09-09T17:33:29.617Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2020-09-09T17:33:29.617Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-09-09T17:33:29.617Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2020-09-09T17:33:29.617Z] === RUN TestBuildMultiStageParentConfig [2020-09-09T17:33:29.886Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-09-09T17:33:30.366Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:33:30.939Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:33:31.129Z] --- PASS: TestBuildMultiStageParentConfig (1.56s) [2020-09-09T17:33:31.129Z] === RUN TestBuildLabelWithTargets [2020-09-09T17:33:31.202Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:33:31.271Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-09-09T17:33:31.464Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:33:31.725Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:33:31.843Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-09-09T17:33:32.670Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:33:32.932Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:33:33.695Z] [2020-09-09T17:33:33.695Z] SUCCESS: Specified value was saved. [2020-09-09T17:33:33.868Z] --- PASS: TestBuildLabelWithTargets (2.45s) [2020-09-09T17:33:33.868Z] === RUN TestBuildWithEmptyLayers [2020-09-09T17:33:33.880Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:33:34.502Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-09-09T17:33:34.502Z] === RUN TestBuildMultiStageOnBuild [2020-09-09T17:33:34.671Z] INFO: Downloading git... [2020-09-09T17:33:35.245Z] #65 exporting layers 80.5s done [2020-09-09T17:33:35.245Z] #65 exporting manifest sha256:bb8db29dcd4088ff4a30a5f752723bd2c9731a166308338a717c181617fdd9e2 done [2020-09-09T17:33:35.245Z] #65 exporting config sha256:d3fedf98c94c5dc3ff019a9b37457e0517721232e49c1041b3043f8ebc56aeba done [2020-09-09T17:33:35.245Z] #65 sending tarball [2020-09-09T17:33:36.043Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-09-09T17:33:36.224Z] INFO: Downloading go... [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.77s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.67s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.86s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.04s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.64s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.25s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2020-09-09T17:33:37.188Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.01s) [2020-09-09T17:33:37.188Z] === RUN TestCgroupNamespacesRun [2020-09-09T17:33:37.775Z] INFO: Downloading compiler 1 of 3... [2020-09-09T17:33:38.093Z] --- PASS: TestBuildMultiStageOnBuild (2.93s) [2020-09-09T17:33:38.093Z] === RUN TestBuildUncleanTarFilenames [2020-09-09T17:33:38.239Z] INFO: Downloading compiler 2 of 3... [2020-09-09T17:33:38.701Z] INFO: Downloading compiler 3 of 3... [2020-09-09T17:33:38.800Z] --- PASS: TestBuildUncleanTarFilenames (1.24s) [2020-09-09T17:33:38.800Z] === RUN TestBuildMultiStageLayerLeak [2020-09-09T17:33:39.103Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2020-09-09T17:33:39.103Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-09T17:33:39.164Z] INFO: Extracting git... [2020-09-09T17:33:39.341Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-09-09T17:33:39.603Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-09-09T17:33:39.863Z] --- PASS: TestBuildWithHugeFile (111.21s) [2020-09-09T17:33:39.863Z] === RUN TestBuildWithEmptyDockerfile [2020-09-09T17:33:39.863Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:33:39.863Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:33:39.863Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:33:39.863Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:33:39.863Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:33:39.863Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:33:39.863Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:33:39.863Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:33:40.124Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:33:40.124Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-09T17:33:40.124Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-09-09T17:33:40.124Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2020-09-09T17:33:40.124Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-09-09T17:33:40.124Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.15s) [2020-09-09T17:33:40.124Z] === RUN TestBuildPreserveOwnership [2020-09-09T17:33:40.124Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-09T17:33:40.124Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-09-09T17:33:40.490Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2020-09-09T17:33:40.490Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-09T17:33:40.696Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-09-09T17:33:40.957Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-09T17:33:41.217Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-09-09T17:33:42.158Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-09T17:33:42.329Z] --- PASS: TestBuildMultiStageLayerLeak (3.00s) [2020-09-09T17:33:42.329Z] === RUN TestBuildWithHugeFile [2020-09-09T17:33:42.405Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2020-09-09T17:33:42.405Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-09T17:33:42.728Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-09T17:33:43.298Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-09-09T17:33:43.868Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-09T17:33:44.325Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2020-09-09T17:33:44.325Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-09T17:33:44.440Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-09-09T17:33:45.711Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-09-09T17:33:45.711Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-09T17:33:45.824Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-09-09T17:33:45.824Z] --- PASS: TestBuildPreserveOwnership (5.55s) [2020-09-09T17:33:45.824Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.80s) [2020-09-09T17:33:45.824Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.74s) [2020-09-09T17:33:45.824Z] === RUN TestBuildPlatformInvalid [2020-09-09T17:33:45.824Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-09-09T17:33:45.824Z] PASS [2020-09-09T17:33:45.824Z] [2020-09-09T17:33:45.824Z] === Skipped [2020-09-09T17:33:45.824Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-09T17:33:45.824Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:33:45.824Z] [2020-09-09T17:33:45.824Z] [2020-09-09T17:33:45.824Z] DONE 32 tests, 1 skipped in 197.082s [2020-09-09T17:33:46.084Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-09T17:33:46.084Z] ++ 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-09-09T17:33:46.084Z] ++ set -e [2020-09-09T17:33:46.084Z] ++ '[' -n 0 ']' [2020-09-09T17:33:46.084Z] ++ set -x [2020-09-09T17:33:46.084Z] ++ env -i DEST=/go/src/github.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-09-09T17:33:46.084Z] INFO: Testing against a local daemon [2020-09-09T17:33:46.084Z] === RUN TestConfigInspect [2020-09-09T17:33:47.626Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.65s) [2020-09-09T17:33:47.626Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-09T17:33:47.996Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-09T17:33:48.268Z] --- PASS: TestConfigInspect (2.08s) [2020-09-09T17:33:48.268Z] === RUN TestConfigList [2020-09-09T17:33:48.569Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s) [2020-09-09T17:33:48.570Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-09T17:33:49.209Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-09T17:33:49.209Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-09-09T17:33:50.485Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-09-09T17:33:50.486Z] === RUN TestKernelTCPMemory [2020-09-09T17:33:50.773Z] #65 sending tarball 15.2s done [2020-09-09T17:33:50.773Z] #65 DONE 95.7s [2020-09-09T17:33:50.773Z] [2020-09-09T17:33:50.773Z] #66 importing to docker [2020-09-09T17:33:51.057Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-09-09T17:33:51.057Z] === RUN TestNISDomainname [2020-09-09T17:33:51.596Z] INFO: Expanding go... [2020-09-09T17:33:51.750Z] --- PASS: TestConfigList (3.19s) [2020-09-09T17:33:51.750Z] === RUN TestConfigsCreateAndDelete [2020-09-09T17:33:51.750Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-09-09T17:33:51.750Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-09-09T17:33:52.000Z] --- PASS: TestNISDomainname (0.96s) [2020-09-09T17:33:52.000Z] === RUN TestHostnameDnsResolution [2020-09-09T17:33:53.916Z] --- PASS: TestHostnameDnsResolution (1.64s) [2020-09-09T17:33:53.916Z] === RUN TestStats [2020-09-09T17:33:54.290Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-09-09T17:33:54.290Z] --- PASS: TestConfigsCreateAndDelete (2.75s) [2020-09-09T17:33:54.290Z] === RUN TestConfigsUpdate [2020-09-09T17:33:56.201Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-09-09T17:33:56.201Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-09T17:33:56.460Z] --- PASS: TestStats (2.83s) [2020-09-09T17:33:56.460Z] === RUN TestStopContainerWithTimeout [2020-09-09T17:33:56.460Z] === RUN TestStopContainerWithTimeout/0 [2020-09-09T17:33:56.460Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-09T17:33:56.460Z] === RUN TestStopContainerWithTimeout/1 [2020-09-09T17:33:56.460Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-09T17:33:56.460Z] === RUN TestStopContainerWithTimeout/3 [2020-09-09T17:33:56.460Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-09T17:33:56.460Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-09T17:33:56.460Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-09T17:33:56.460Z] === CONT TestStopContainerWithTimeout/0 [2020-09-09T17:33:56.460Z] === CONT TestStopContainerWithTimeout/1 [2020-09-09T17:33:56.460Z] === CONT TestStopContainerWithTimeout/3 [2020-09-09T17:33:56.460Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-09T17:33:57.143Z] --- PASS: TestConfigsUpdate (3.00s) [2020-09-09T17:33:57.143Z] === RUN TestTemplatedConfig [2020-09-09T17:33:57.403Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-09-09T17:33:59.317Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-09-09T17:33:59.578Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-09T17:33:59.694Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-09-09T17:33:59.767Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-09T17:33:59.767Z] --- PASS: TestStopContainerWithTimeout/0 (1.15s) [2020-09-09T17:33:59.767Z] --- PASS: TestStopContainerWithTimeout/1 (2.29s) [2020-09-09T17:33:59.767Z] --- PASS: TestStopContainerWithTimeout/-1 (2.81s) [2020-09-09T17:33:59.767Z] --- PASS: TestStopContainerWithTimeout/3 (3.18s) [2020-09-09T17:33:59.767Z] === RUN TestDeleteDevicemapper [2020-09-09T17:33:59.767Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-09T17:33:59.767Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:33:59.767Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-09T17:33:59.839Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-09T17:34:00.780Z] --- PASS: TestTemplatedConfig (3.67s) [2020-09-09T17:34:00.780Z] === RUN TestConfigCreateResolve [2020-09-09T17:34:01.721Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-09T17:34:01.981Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-09-09T17:34:02.315Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.46s) [2020-09-09T17:34:02.315Z] === RUN TestUpdateMemory [2020-09-09T17:34:02.315Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-09T17:34:02.315Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:34:02.315Z] === RUN TestUpdateCPUQuota [2020-09-09T17:34:02.551Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-09-09T17:34:03.700Z] --- PASS: TestUpdateCPUQuota (1.21s) [2020-09-09T17:34:03.700Z] === RUN TestUpdatePidsLimit [2020-09-09T17:34:03.700Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-09T17:34:03.700Z] === RUN TestUpdatePidsLimit/no_change [2020-09-09T17:34:03.934Z] --- PASS: TestConfigCreateResolve (2.85s) [2020-09-09T17:34:03.934Z] === RUN TestConfigDaemonLibtrustID [2020-09-09T17:34:04.272Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-09T17:34:04.506Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2020-09-09T17:34:04.506Z] PASS [2020-09-09T17:34:04.506Z] [2020-09-09T17:34:04.506Z] DONE 7 tests in 18.331s [2020-09-09T17:34:04.506Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-09T17:34:04.506Z] ++ 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-09-09T17:34:04.506Z] ++ set -e [2020-09-09T17:34:04.506Z] ++ '[' -n 0 ']' [2020-09-09T17:34:04.506Z] ++ set -x [2020-09-09T17:34:04.506Z] ++ env -i DEST=/go/src/github.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-09-09T17:34:04.506Z] INFO: Testing against a local daemon [2020-09-09T17:34:04.506Z] === RUN TestCheckpoint [2020-09-09T17:34:04.506Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-09T17:34:04.506Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:34:04.506Z] === RUN TestContainerInvalidJSON [2020-09-09T17:34:04.506Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:34:04.506Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:34:04.506Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:34:04.506Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:34:04.506Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:34:04.506Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:34:04.506Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:34:04.506Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:34:04.506Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:34:04.506Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-09T17:34:04.506Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-09-09T17:34:04.506Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-09-09T17:34:04.506Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-09T17:34:04.506Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-09T17:34:04.533Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-09T17:34:04.767Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-09-09T17:34:04.767Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-09T17:34:04.767Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-09T17:34:04.767Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-09-09T17:34:04.767Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-09T17:34:04.767Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-09-09T17:34:04.767Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-09T17:34:04.767Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-09-09T17:34:04.767Z] === RUN TestCopyFromContainer [2020-09-09T17:34:05.105Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-09T17:34:05.366Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-09T17:34:05.627Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-09T17:34:05.709Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-09T17:34:06.184Z] #66 DONE 16.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-09T17:34:06.280Z] === RUN TestCopyFromContainer// [2020-09-09T17:34:06.280Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-09-09T17:34:06.280Z] === RUN TestCopyFromContainer//bar/root [2020-09-09T17:34:06.551Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-09T17:34:06.551Z] === RUN TestCopyFromContainer/bar/quux [2020-09-09T17:34:06.551Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-09T17:34:06.658Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/test/unit [2020-09-09T17:34:06.812Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-09T17:34:06.812Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit (3.57s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-09-09T17:34:07.015Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-09-09T17:34:07.015Z] === RUN TestUpdateRestartPolicy [2020-09-09T17:34:07.072Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-09T17:34:07.072Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-09T17:34:07.331Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-09T17:34:07.331Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer (2.69s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer// (0.16s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-09-09T17:34:07.591Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-09-09T17:34:07.591Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-09T17:34:07.591Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:34:07.591Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:34:07.591Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:34:07.591Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:34:07.591Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:34:07.591Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:34:07.591Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:34:07.591Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:34:07.591Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:34:07.591Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-09-09T17:34:07.591Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-09T17:34:07.591Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-09T17:34:07.591Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-09-09T17:34:07.591Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-09T17:34:07.591Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-09-09T17:34:07.591Z] === RUN TestCreateWithInvalidEnv [2020-09-09T17:34:07.591Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-09T17:34:07.591Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-09T17:34:07.591Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-09T17:34:07.591Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-09T17:34:07.591Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-09T17:34:07.591Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-09T17:34:07.591Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-09T17:34:07.591Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-09T17:34:07.591Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-09T17:34:07.591Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-09T17:34:07.591Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-09T17:34:07.591Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-09T17:34:07.591Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-09T17:34:07.591Z] === RUN TestCreateTmpfsMountsTarget [2020-09-09T17:34:07.591Z] --- PASS: TestCreateTmpfsMountsTarget (0.08s) [2020-09-09T17:34:07.591Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-09T17:34:09.615Z] --- PASS: TestBuildWithHugeFile (27.31s) [2020-09-09T17:34:09.615Z] === RUN TestBuildWithEmptyDockerfile [2020-09-09T17:34:09.615Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:34:09.615Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:34:09.615Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:34:09.615Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:34:09.615Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:34:09.615Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:34:09.615Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:34:09.615Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:34:09.615Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:34:09.615Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-09-09T17:34:09.615Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-09-09T17:34:09.615Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-09-09T17:34:09.615Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-09-09T17:34:09.615Z] === RUN TestBuildPreserveOwnership [2020-09-09T17:34:09.615Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-09T17:34:10.134Z] --- PASS: TestCreateWithCustomMaskedPaths (1.94s) [2020-09-09T17:34:10.134Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-09T17:34:10.134Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-09T17:34:10.134Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-09-09T17:34:10.225Z] ? github.com/docker/docker/api [no test files] [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.84s) [2020-09-09T17:34:11.518Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-09T17:34:11.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:34:11.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:34:11.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:34:11.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:34:11.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:34:11.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:34:11.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:34:11.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:34:11.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:34:11.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:34:11.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:34:11.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:34:11.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:34:11.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:34:11.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-09-09T17:34:11.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-09T17:34:11.518Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-09T17:34:12.091Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s) [2020-09-09T17:34:12.091Z] === RUN TestCreateDifferentPlatform [2020-09-09T17:34:12.091Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-09T17:34:12.091Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-09T17:34:12.091Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-09T17:34:12.091Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-09T17:34:12.091Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-09T17:34:12.091Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-09T17:34:12.091Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-09-09T17:34:12.091Z] === RUN TestContainerStartOnDaemonRestart [2020-09-09T17:34:12.091Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-09T17:34:12.091Z] === RUN TestDaemonRestartIpcMode [2020-09-09T17:34:12.091Z] === PAUSE TestDaemonRestartIpcMode [2020-09-09T17:34:12.091Z] === RUN TestDaemonHostGatewayIP [2020-09-09T17:34:12.091Z] === PAUSE TestDaemonHostGatewayIP [2020-09-09T17:34:12.091Z] === RUN TestContainerKillOnDaemonStart [2020-09-09T17:34:12.091Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-09T17:34:12.091Z] === RUN TestDiff [2020-09-09T17:34:12.756Z] INFO: Expanding compiler 1 of 3... [2020-09-09T17:34:12.756Z] INFO: Expanding compiler 2 of 3... [2020-09-09T17:34:13.031Z] --- PASS: TestDiff (0.60s) [2020-09-09T17:34:13.031Z] === RUN TestExecWithCloseStdin [2020-09-09T17:34:13.031Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-09T17:34:13.292Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-09-09T17:34:13.552Z] --- PASS: TestExecWithCloseStdin (0.75s) [2020-09-09T17:34:13.552Z] === RUN TestExec [2020-09-09T17:34:13.814Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-09-09T17:34:14.075Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-09T17:34:14.188Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-09T17:34:14.336Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-09-09T17:34:14.336Z] --- PASS: TestExec (0.79s) [2020-09-09T17:34:14.336Z] === RUN TestExecUser [2020-09-09T17:34:14.787Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-09-09T17:34:14.906Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-09-09T17:34:14.906Z] --- PASS: TestExecUser (0.63s) [2020-09-09T17:34:14.906Z] === RUN TestExportContainerAndImportImage [2020-09-09T17:34:15.166Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-09T17:34:15.705Z] --- PASS: TestBuildPreserveOwnership (6.38s) [2020-09-09T17:34:15.705Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.17s) [2020-09-09T17:34:15.705Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.19s) [2020-09-09T17:34:15.705Z] === RUN TestBuildPlatformInvalid [2020-09-09T17:34:15.998Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-09-09T17:34:15.998Z] PASS [2020-09-09T17:34:15.998Z] [2020-09-09T17:34:15.998Z] === Skipped [2020-09-09T17:34:15.998Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-09-09T17:34:15.998Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:34:15.998Z] [2020-09-09T17:34:15.998Z] [2020-09-09T17:34:15.998Z] DONE 32 tests, 1 skipped in 77.595s [2020-09-09T17:34:15.998Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-09-09T17:34:15.998Z] ++ 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-09-09T17:34:15.998Z] ++ set -e [2020-09-09T17:34:15.998Z] ++ '[' -n 0 ']' [2020-09-09T17:34:15.998Z] ++ set -x [2020-09-09T17:34:15.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=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-09-09T17:34:15.998Z] INFO: Testing against a local daemon [2020-09-09T17:34:15.998Z] === RUN TestConfigInspect [2020-09-09T17:34:16.107Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2020-09-09T17:34:16.108Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-09T17:34:16.517Z] INFO: Expanding compiler 3 of 3... [2020-09-09T17:34:16.676Z] tests/integration/client_test.py ..... [ 75%] [2020-09-09T17:34:16.676Z] tests/integration/context_api_test.py ... [ 76%] [2020-09-09T17:34:16.678Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-09-09T17:34:17.239Z] tests/integration/errors_test.py . [ 76%] [2020-09-09T17:34:17.500Z] INFO: Removing downloaded files... [2020-09-09T17:34:17.500Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-09-09T17:34:17.500Z] INFO: Configuring git core.autocrlf... [2020-09-09T17:34:17.618Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-09-09T17:34:17.618Z] === RUN TestHealthCheckWorkdir [2020-09-09T17:34:18.190Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-09T17:34:18.190Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-09-09T17:34:18.761Z] --- PASS: TestHealthCheckWorkdir (0.94s) [2020-09-09T17:34:18.761Z] === RUN TestHealthKillContainer [2020-09-09T17:34:19.247Z] --- PASS: TestUpdateRestartPolicy (12.33s) [2020-09-09T17:34:19.247Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-09T17:34:20.144Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-09-09T17:34:20.190Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-09-09T17:34:20.190Z] === RUN TestWaitNonBlocked [2020-09-09T17:34:20.190Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:34:20.190Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:34:20.190Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:34:20.190Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:34:20.190Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:34:20.190Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:34:20.460Z] --- PASS: TestConfigInspect (3.73s) [2020-09-09T17:34:20.461Z] === RUN TestConfigList [2020-09-09T17:34:21.149Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-09T17:34:21.149Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.96s) [2020-09-09T17:34:21.149Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2020-09-09T17:34:21.149Z] === RUN TestWaitBlocked [2020-09-09T17:34:21.149Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:34:21.149Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:34:21.149Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:34:21.149Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:34:21.149Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:34:21.149Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:34:21.525Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-09-09T17:34:21.525Z] --- PASS: TestHealthKillContainer (2.84s) [2020-09-09T17:34:21.525Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-09T17:34:22.095Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-09T17:34:22.095Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2020-09-09T17:34:22.095Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2020-09-09T17:34:22.095Z] === CONT TestContainerStartOnDaemonRestart [2020-09-09T17:34:22.095Z] === CONT TestIpcModeOlderClient [2020-09-09T17:34:22.095Z] === CONT TestDaemonHostGatewayIP [2020-09-09T17:34:22.095Z] === CONT TestDaemonRestartIpcMode [2020-09-09T17:34:22.095Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2020-09-09T17:34:22.095Z] === RUN TestIpcModeNone [2020-09-09T17:34:22.357Z] --- PASS: TestIpcModeOlderClient (0.20s) [2020-09-09T17:34:22.357Z] === CONT TestContainerKillOnDaemonStart [2020-09-09T17:34:23.035Z] --- PASS: TestIpcModeNone (0.78s) [2020-09-09T17:34:23.035Z] === RUN TestIpcModePrivate [2020-09-09T17:34:23.297Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-09-09T17:34:23.867Z] --- PASS: TestIpcModePrivate (0.88s) [2020-09-09T17:34:23.867Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:89, shared: false, mustBeShared: false [2020-09-09T17:34:23.867Z] === RUN TestIpcModeShareable [2020-09-09T17:34:23.997Z] --- PASS: TestConfigList (3.63s) [2020-09-09T17:34:23.997Z] === RUN TestConfigsCreateAndDelete [2020-09-09T17:34:24.828Z] --- PASS: TestIpcModeShareable (0.89s) [2020-09-09T17:34:24.828Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2020-09-09T17:34:24.828Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-09T17:34:24.828Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-09T17:34:24.828Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-09-09T17:34:25.661Z] ok github.com/docker/docker/api/server 0.034s coverage: 9.0% of statements [2020-09-09T17:34:25.669Z] --- PASS: TestContainerStartOnDaemonRestart (3.59s) [2020-09-09T17:34:26.612Z] --- PASS: TestDaemonRestartIpcMode (4.20s) [2020-09-09T17:34:26.873Z] --- PASS: TestDaemonHostGatewayIP (4.78s) [2020-09-09T17:34:27.371Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-09-09T17:34:27.371Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.54s) [2020-09-09T17:34:27.371Z] === RUN TestAPIIpcModeHost [2020-09-09T17:34:27.524Z] --- PASS: TestConfigsCreateAndDelete (3.62s) [2020-09-09T17:34:27.524Z] === RUN TestConfigsUpdate [2020-09-09T17:34:27.631Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-09-09T17:34:27.891Z] --- PASS: TestAPIIpcModeHost (0.59s) [2020-09-09T17:34:27.891Z] === RUN TestDaemonIpcModeShareable [2020-09-09T17:34:29.275Z] --- PASS: TestDaemonIpcModeShareable (1.42s) [2020-09-09T17:34:29.275Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2020-09-09T17:34:29.275Z] === RUN TestDaemonIpcModePrivate [2020-09-09T17:34:29.275Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-09T17:34:30.261Z] --- PASS: TestConfigsUpdate (3.12s) [2020-09-09T17:34:30.261Z] === RUN TestTemplatedConfig [2020-09-09T17:34:30.658Z] --- PASS: TestDaemonIpcModePrivate (1.44s) [2020-09-09T17:34:30.658Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2020-09-09T17:34:30.658Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-09T17:34:31.229Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-09-09T17:34:31.490Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-09T17:34:32.061Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-09T17:34:32.321Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.50s) [2020-09-09T17:34:32.321Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2020-09-09T17:34:32.321Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-09T17:34:33.703Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) [2020-09-09T17:34:33.703Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2020-09-09T17:34:33.703Z] === RUN TestIpcModeOlderClient [2020-09-09T17:34:33.703Z] === PAUSE TestIpcModeOlderClient [2020-09-09T17:34:33.703Z] === RUN TestKillContainerInvalidSignal [2020-09-09T17:34:34.273Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2020-09-09T17:34:34.273Z] === RUN TestKillContainer [2020-09-09T17:34:34.273Z] === RUN TestKillContainer/no_signal [2020-09-09T17:34:34.728Z] --- PASS: TestTemplatedConfig (3.80s) [2020-09-09T17:34:34.728Z] === RUN TestConfigCreateResolve [2020-09-09T17:34:34.843Z] === RUN TestKillContainer/non_killing_signal [2020-09-09T17:34:35.104Z] === RUN TestKillContainer/killing_signal [2020-09-09T17:34:36.047Z] --- PASS: TestKillContainer (1.76s) [2020-09-09T17:34:36.047Z] --- PASS: TestKillContainer/no_signal (0.53s) [2020-09-09T17:34:36.047Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2020-09-09T17:34:36.047Z] --- PASS: TestKillContainer/killing_signal (0.59s) [2020-09-09T17:34:36.047Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-09T17:34:36.047Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-09T17:34:36.618Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-09T17:34:36.870Z] --- PASS: TestContainerKillOnDaemonStart (13.05s) [2020-09-09T17:34:36.870Z] PASS [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] === Skipped [2020-09-09T17:34:36.870Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-09-09T17:34:36.870Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-09T17:34:36.870Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-09T17:34:36.870Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:34:36.870Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-09T17:34:36.870Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-09-09T17:34:36.870Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] [2020-09-09T17:34:36.870Z] DONE 192 tests, 6 skipped in 136.436s [2020-09-09T17:34:36.870Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-09-09T17:34:36.870Z] ++ 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-09-09T17:34:36.870Z] ++ set -e [2020-09-09T17:34:36.870Z] ++ '[' -n 0 ']' [2020-09-09T17:34:36.870Z] ++ set -x [2020-09-09T17:34:36.870Z] ++ env -i DEST=/go/src/github.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-09-09T17:34:36.870Z] INFO: Testing against a local daemon [2020-09-09T17:34:36.870Z] === RUN TestCommitInheritsEnv [2020-09-09T17:34:36.870Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-09-09T17:34:36.870Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-09T17:34:36.870Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-09T17:34:36.870Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-09T17:34:36.870Z] === RUN TestImagesFilterMultiReference [2020-09-09T17:34:36.870Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-09T17:34:36.870Z] === RUN TestImagePullPlatformInvalid [2020-09-09T17:34:36.870Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-09-09T17:34:36.870Z] === RUN TestRemoveImageOrphaning [2020-09-09T17:34:36.870Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-09-09T17:34:36.870Z] === RUN TestRemoveImageGarbageCollector [2020-09-09T17:34:36.870Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:34:36.870Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:34:36.870Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-09T17:34:36.870Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-09T17:34:36.870Z] === RUN TestTagInvalidReference [2020-09-09T17:34:36.870Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-09T17:34:36.870Z] === RUN TestTagValidPrefixedRepo [2020-09-09T17:34:37.131Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-09-09T17:34:37.131Z] === RUN TestTagExistedNameWithoutForce [2020-09-09T17:34:37.131Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-09T17:34:37.131Z] === RUN TestTagOfficialNames [2020-09-09T17:34:37.131Z] --- PASS: TestTagOfficialNames (0.07s) [2020-09-09T17:34:37.131Z] === RUN TestTagMatchesDigest [2020-09-09T17:34:37.131Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-09T17:34:37.131Z] PASS [2020-09-09T17:34:37.131Z] [2020-09-09T17:34:37.131Z] === Skipped [2020-09-09T17:34:37.131Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-09T17:34:37.131Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-09T17:34:37.131Z] [2020-09-09T17:34:37.131Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:34:37.131Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:34:37.131Z] [2020-09-09T17:34:37.131Z] [2020-09-09T17:34:37.131Z] DONE 12 tests, 2 skipped in 1.697s [2020-09-09T17:34:37.131Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-09-09T17:34:37.131Z] ++ 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-09-09T17:34:37.131Z] ++ set -e [2020-09-09T17:34:37.131Z] ++ '[' -n 0 ']' [2020-09-09T17:34:37.131Z] ++ set -x [2020-09-09T17:34:37.131Z] ++ env -i DEST=/go/src/github.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-09-09T17:34:37.191Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s) [2020-09-09T17:34:37.191Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2020-09-09T17:34:37.191Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-09-09T17:34:37.191Z] === RUN TestKillStoppedContainer [2020-09-09T17:34:37.191Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-09-09T17:34:37.191Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-09T17:34:37.191Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-09-09T17:34:37.191Z] === RUN TestKillDifferentUserContainer [2020-09-09T17:34:37.392Z] INFO: Testing against a local daemon [2020-09-09T17:34:37.392Z] === RUN TestNetworkCreateDelete [2020-09-09T17:34:37.452Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-09-09T17:34:37.465Z] --- PASS: TestConfigCreateResolve (3.56s) [2020-09-09T17:34:37.465Z] === RUN TestConfigDaemonLibtrustID [2020-09-09T17:34:37.653Z] --- PASS: TestNetworkCreateDelete (0.39s) [2020-09-09T17:34:37.654Z] === RUN TestDockerNetworkDeletePreferID [2020-09-09T17:34:37.712Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-09T17:34:37.712Z] --- PASS: TestKillDifferentUserContainer (0.58s) [2020-09-09T17:34:37.712Z] === RUN TestInspectOomKilledTrue [2020-09-09T17:34:37.712Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-09T17:34:37.712Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:34:37.712Z] === RUN TestInspectOomKilledFalse [2020-09-09T17:34:37.712Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2020-09-09T17:34:37.712Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:34:37.712Z] === RUN TestLinksEtcHostsContentMatch [2020-09-09T17:34:38.099Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-09-09T17:34:38.099Z] PASS [2020-09-09T17:34:38.099Z] [2020-09-09T17:34:38.099Z] DONE 7 tests in 22.066s [2020-09-09T17:34:38.099Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-09-09T17:34:38.099Z] ++ 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-09-09T17:34:38.099Z] ++ set -e [2020-09-09T17:34:38.099Z] ++ '[' -n 0 ']' [2020-09-09T17:34:38.099Z] ++ set -x [2020-09-09T17:34:38.100Z] ++ env -i DEST=/go/src/github.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-09-09T17:34:38.100Z] INFO: Testing against a local daemon [2020-09-09T17:34:38.100Z] === RUN TestCheckpoint [2020-09-09T17:34:38.100Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-09T17:34:38.100Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:34:38.100Z] === RUN TestContainerInvalidJSON [2020-09-09T17:34:38.100Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:34:38.100Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:34:38.100Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:34:38.100Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:34:38.100Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:34:38.100Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:34:38.100Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:34:38.100Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:34:38.100Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:34:38.100Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-09T17:34:38.100Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-09T17:34:38.100Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-09T17:34:38.100Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-09T17:34:38.100Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-09T17:34:38.392Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-09-09T17:34:38.392Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-09T17:34:38.392Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-09-09T17:34:38.392Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-09T17:34:38.653Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-09-09T17:34:38.653Z] === RUN TestLinksContainerNames [2020-09-09T17:34:38.684Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2020-09-09T17:34:38.684Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-09T17:34:38.684Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2020-09-09T17:34:38.684Z] === RUN TestCopyFromContainer [2020-09-09T17:34:39.039Z] --- PASS: TestDockerNetworkDeletePreferID (1.10s) [2020-09-09T17:34:39.039Z] === RUN TestDaemonDNSFallback [2020-09-09T17:34:39.223Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-09T17:34:40.163Z] --- PASS: TestLinksContainerNames (1.56s) [2020-09-09T17:34:40.163Z] === RUN TestLogsFollowTailEmpty [2020-09-09T17:34:40.733Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-09T17:34:40.993Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2020-09-09T17:34:40.993Z] === RUN TestContainerNetworkMountsNoChown [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer// [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer//bar/root [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer/bar/quux [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-09T17:34:41.425Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-09T17:34:41.717Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-09T17:34:41.717Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer (2.94s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-09-09T17:34:41.717Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-09T17:34:41.717Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-09T17:34:41.717Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:34:41.717Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:34:41.717Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:34:41.717Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:34:41.717Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:34:41.717Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:34:41.717Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:34:41.717Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:34:41.717Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:34:41.717Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-09T17:34:41.717Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-09T17:34:41.717Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-09T17:34:41.717Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-09T17:34:41.717Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-09T17:34:41.717Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-09-09T17:34:41.717Z] === RUN TestCreateWithInvalidEnv [2020-09-09T17:34:41.717Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-09T17:34:41.717Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-09T17:34:41.717Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-09T17:34:41.717Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-09T17:34:41.717Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-09T17:34:41.717Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-09T17:34:41.717Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-09T17:34:41.717Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-09T17:34:41.717Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-09T17:34:41.717Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-09T17:34:41.717Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-09T17:34:41.717Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-09T17:34:41.717Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-09T17:34:41.717Z] === RUN TestCreateTmpfsMountsTarget [2020-09-09T17:34:41.717Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-09-09T17:34:41.717Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-09T17:34:41.933Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s) [2020-09-09T17:34:41.933Z] === RUN TestMountDaemonRoot [2020-09-09T17:34:41.933Z] === RUN TestMountDaemonRoot/default [2020-09-09T17:34:41.933Z] === PAUSE TestMountDaemonRoot/default [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/private [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/private [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rprivate [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/slave [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/slave [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rslave [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/shared [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/shared [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rshared [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/default [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rprivate [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/private [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/shared [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rshared [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rslave [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/slave [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-09T17:34:41.934Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:34:41.934Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-09T17:34:41.934Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-09T17:34:42.197Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-09T17:34:42.198Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:34:42.474Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:34:42.475Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:34:42.745Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-09T17:34:42.745Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot (0.07s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.12s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.14s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.12s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-09-09T17:34:42.745Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-09T17:34:42.745Z] === RUN TestContainerBindMountNonRecursive [2020-09-09T17:34:44.453Z] --- PASS: TestCreateWithCustomMaskedPaths (2.32s) [2020-09-09T17:34:44.453Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-09T17:34:45.170Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:34:45.170Z] [2020-09-09T17:34:45.170Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:34:45.170Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:34:45.170Z] HOSTNAME=075423437c80 [2020-09-09T17:34:45.170Z] DEST=bundles/test-integration [2020-09-09T17:34:45.170Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:34:45.170Z] DOCKER_ROOTLESS=1 [2020-09-09T17:34:45.170Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:34:45.170Z] container=docker [2020-09-09T17:34:45.170Z] HOME=/root [2020-09-09T17:34:45.170Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:34:45.170Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:34:45.170Z] VALIDATE_BRANCH=master [2020-09-09T17:34:45.170Z] TERM=xterm [2020-09-09T17:34:45.170Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:34:45.170Z] SHLVL=1 [2020-09-09T17:34:45.170Z] TIMEOUT=120m [2020-09-09T17:34:45.170Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:34:45.170Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:34:45.170Z] GO111MODULE=off [2020-09-09T17:34:45.170Z] DOCKER_EXPERIMENTAL=1 [2020-09-09T17:34:45.170Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-09T17:34:45.170Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:34:45.170Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:34:45.170Z] GOPATH=/go [2020-09-09T17:34:45.170Z] PKG_CONFIG=pkg-config [2020-09-09T17:34:45.170Z] _=/usr/bin/env [2020-09-09T17:34:45.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-09T17:34:45.288Z] --- PASS: TestContainerBindMountNonRecursive (2.11s) [2020-09-09T17:34:45.288Z] === RUN TestNetworkNat [2020-09-09T17:34:45.288Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-09-09T17:34:45.288Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-09T17:34:45.549Z] --- PASS: TestNetworkNat (0.77s) [2020-09-09T17:34:45.549Z] === RUN TestNetworkLocalhostTCPNat [2020-09-09T17:34:46.491Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-09-09T17:34:46.491Z] === RUN TestNetworkLoopbackNat [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.48s) [2020-09-09T17:34:46.526Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-09T17:34:46.526Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:34:46.526Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:34:46.526Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:34:46.526Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:34:46.526Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:34:46.526Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:34:46.526Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:34:46.526Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:34:46.526Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:34:46.526Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:34:46.526Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:34:46.526Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:34:46.526Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:34:46.526Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:34:46.526Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-09T17:34:46.526Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-09-09T17:34:46.526Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-09T17:34:47.178Z] --- PASS: TestDaemonDNSFallback (7.38s) [2020-09-09T17:34:47.178Z] === RUN TestInspectNetwork [2020-09-09T17:34:47.430Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-09-09T17:34:47.563Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2020-09-09T17:34:47.564Z] === RUN TestCreateDifferentPlatform [2020-09-09T17:34:47.564Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-09T17:34:47.564Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-09T17:34:47.564Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-09T17:34:47.564Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-09T17:34:47.564Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-09T17:34:47.564Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-09T17:34:47.564Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-09T17:34:47.564Z] === RUN TestContainerStartOnDaemonRestart [2020-09-09T17:34:47.564Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-09T17:34:47.564Z] === RUN TestDaemonRestartIpcMode [2020-09-09T17:34:47.564Z] === PAUSE TestDaemonRestartIpcMode [2020-09-09T17:34:47.564Z] === RUN TestDaemonHostGatewayIP [2020-09-09T17:34:47.564Z] === PAUSE TestDaemonHostGatewayIP [2020-09-09T17:34:47.564Z] === RUN TestContainerKillOnDaemonStart [2020-09-09T17:34:47.564Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-09T17:34:47.564Z] === RUN TestDiff [2020-09-09T17:34:48.199Z] --- PASS: TestDiff (0.77s) [2020-09-09T17:34:48.199Z] === RUN TestExecWithCloseStdin [2020-09-09T17:34:49.243Z] --- PASS: TestExecWithCloseStdin (0.91s) [2020-09-09T17:34:49.243Z] === RUN TestExec [2020-09-09T17:34:49.342Z] --- PASS: TestNetworkLoopbackNat (3.06s) [2020-09-09T17:34:49.342Z] === RUN TestPause [2020-09-09T17:34:50.280Z] --- PASS: TestExec (0.92s) [2020-09-09T17:34:50.280Z] === RUN TestExecUser [2020-09-09T17:34:50.725Z] --- PASS: TestPause (1.05s) [2020-09-09T17:34:50.725Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-09T17:34:50.725Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:34:50.725Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:34:50.725Z] === RUN TestPauseStopPausedContainer [2020-09-09T17:34:50.915Z] --- PASS: TestExecUser (0.86s) [2020-09-09T17:34:50.915Z] === RUN TestExportContainerAndImportImage [2020-09-09T17:34:51.296Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-09T17:34:51.385Z] === RUN TestInspectNetwork/full_network_id [2020-09-09T17:34:51.385Z] === RUN TestInspectNetwork/partial_network_id [2020-09-09T17:34:51.385Z] === RUN TestInspectNetwork/network_name [2020-09-09T17:34:51.385Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-09T17:34:51.428Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-09-09T17:34:51.556Z] --- PASS: TestPauseStopPausedContainer (0.94s) [2020-09-09T17:34:51.557Z] === RUN TestPsFilter [2020-09-09T17:34:51.557Z] --- PASS: TestPsFilter (0.13s) [2020-09-09T17:34:51.557Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-09T17:34:52.128Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-09T17:34:52.389Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-09-09T17:34:52.389Z] === RUN TestRemoveContainerWithVolume [2020-09-09T17:34:52.428Z] --- PASS: TestExportContainerAndImportImage (1.15s) [2020-09-09T17:34:52.428Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-09T17:34:53.331Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2020-09-09T17:34:53.331Z] === RUN TestRemoveContainerRunning [2020-09-09T17:34:53.940Z] --- PASS: TestExportContainerAfterDaemonRestart (1.50s) [2020-09-09T17:34:53.940Z] === RUN TestHealthCheckWorkdir [2020-09-09T17:34:54.271Z] --- PASS: TestRemoveContainerRunning (1.10s) [2020-09-09T17:34:54.271Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-09T17:34:54.532Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-09T17:34:54.580Z] --- PASS: TestHealthCheckWorkdir (0.97s) [2020-09-09T17:34:54.580Z] === RUN TestHealthKillContainer [2020-09-09T17:34:55.103Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2020-09-09T17:34:55.103Z] === RUN TestRemoveInvalidContainer [2020-09-09T17:34:55.103Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-09-09T17:34:55.103Z] === RUN TestRenameLinkedContainer [2020-09-09T17:34:56.671Z] --- PASS: TestInspectNetwork (9.61s) [2020-09-09T17:34:56.671Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-09T17:34:56.671Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-09T17:34:56.671Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-09T17:34:56.671Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-09T17:34:56.671Z] === RUN TestRunContainerWithBridgeNone [2020-09-09T17:34:57.023Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-09T17:34:58.112Z] --- PASS: TestHealthKillContainer (2.89s) [2020-09-09T17:34:58.112Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-09T17:34:58.405Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2020-09-09T17:34:58.405Z] === RUN TestIpcModeNone [2020-09-09T17:34:58.585Z] --- PASS: TestRunContainerWithBridgeNone (2.39s) [2020-09-09T17:34:58.585Z] === RUN TestNetworkInvalidJSON [2020-09-09T17:34:58.585Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-09T17:34:58.585Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-09T17:34:58.585Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:34:58.585Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:34:58.585Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:34:58.585Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:34:58.585Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-09T17:34:58.585Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:34:58.585Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:34:58.585Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-09T17:34:58.585Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-09T17:34:58.586Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-09T17:34:58.586Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-09T17:34:58.586Z] === RUN TestHostIPv4BridgeLabel [2020-09-09T17:34:58.937Z] --- PASS: TestRenameLinkedContainer (3.63s) [2020-09-09T17:34:58.937Z] === RUN TestRenameStoppedContainer [2020-09-09T17:34:58.937Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-09T17:34:59.158Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2020-09-09T17:34:59.158Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-09T17:34:59.444Z] --- PASS: TestIpcModeNone (0.90s) [2020-09-09T17:34:59.444Z] === RUN TestIpcModePrivate [2020-09-09T17:34:59.508Z] --- PASS: TestRenameStoppedContainer (0.83s) [2020-09-09T17:34:59.508Z] === RUN TestRenameRunningContainerAndReuse [2020-09-09T17:35:00.079Z] --- PASS: TestIpcModePrivate (0.88s) [2020-09-09T17:35:00.079Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-09-09T17:35:00.079Z] === RUN TestIpcModeShareable [2020-09-09T17:35:00.544Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s) [2020-09-09T17:35:00.544Z] === RUN TestDaemonDefaultNetworkPools [2020-09-09T17:35:01.119Z] --- PASS: TestIpcModeShareable (0.93s) [2020-09-09T17:35:01.119Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-09-09T17:35:01.119Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-09T17:35:01.428Z] --- PASS: TestRenameRunningContainerAndReuse (2.03s) [2020-09-09T17:35:01.428Z] === RUN TestRenameInvalidName [2020-09-09T17:35:01.688Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-09-09T17:35:01.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-09T17:35:01.928Z] --- PASS: TestDaemonDefaultNetworkPools (1.25s) [2020-09-09T17:35:01.928Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-09T17:35:02.259Z] --- PASS: TestRenameInvalidName (0.87s) [2020-09-09T17:35:02.259Z] === RUN TestRenameAnonymousContainer [2020-09-09T17:35:03.851Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.94s) [2020-09-09T17:35:03.851Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-09T17:35:04.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-09T17:35:04.168Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-09-09T17:35:04.644Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.06s) [2020-09-09T17:35:04.644Z] === RUN TestAPIIpcModeHost [2020-09-09T17:35:04.644Z] --- PASS: TestAPIIpcModeHost (0.63s) [2020-09-09T17:35:04.644Z] === RUN TestDaemonIpcModeShareable [2020-09-09T17:35:05.109Z] --- PASS: TestRenameAnonymousContainer (2.70s) [2020-09-09T17:35:05.109Z] === RUN TestRenameContainerWithSameName [2020-09-09T17:35:05.109Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-09-09T17:35:05.681Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2020-09-09T17:35:05.681Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-09T17:35:06.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-09T17:35:06.399Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2020-09-09T17:35:06.399Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-09T17:35:06.718Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2020-09-09T17:35:06.719Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-09T17:35:06.719Z] === RUN TestDaemonIpcModePrivate [2020-09-09T17:35:06.970Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s) [2020-09-09T17:35:06.970Z] === RUN TestServiceWithPredefinedNetwork [2020-09-09T17:35:07.194Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2020-09-09T17:35:07.194Z] === RUN TestResize [2020-09-09T17:35:07.317Z] ......... [ 86%] [2020-09-09T17:35:07.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-09T17:35:08.026Z] --- PASS: TestResize (0.78s) [2020-09-09T17:35:08.026Z] === RUN TestResizeWithInvalidSize [2020-09-09T17:35:08.230Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2020-09-09T17:35:08.230Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-09T17:35:08.230Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-09T17:35:08.597Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2020-09-09T17:35:08.597Z] === RUN TestResizeWhenContainerNotStarted [2020-09-09T17:35:09.516Z] --- PASS: TestServiceWithPredefinedNetwork (2.77s) [2020-09-09T17:35:09.516Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-09T17:35:09.516Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:35:09.516Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:35:09.516Z] === RUN TestServiceWithDataPathPortInit [2020-09-09T17:35:09.539Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:09.539Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:09.539Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:09.539Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:35:09.539Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:35:09.800Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-09-09T17:35:10.304Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2020-09-09T17:35:10.304Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-09T17:35:10.304Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-09T17:35:11.183Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-09T17:35:11.361Z] tests/integration/models_images_test.py ............... [ 89%] [2020-09-09T17:35:11.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-09T17:35:11.815Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.81s) [2020-09-09T17:35:11.815Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-09T17:35:11.815Z] === RUN TestIpcModeOlderClient [2020-09-09T17:35:11.815Z] === PAUSE TestIpcModeOlderClient [2020-09-09T17:35:11.815Z] === RUN TestKillContainerInvalidSignal [2020-09-09T17:35:12.544Z] tests/integration/models_networks_test.py .... [ 90%] [2020-09-09T17:35:12.565Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:12.565Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:12.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-09T17:35:12.853Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2020-09-09T17:35:12.853Z] === RUN TestKillContainer [2020-09-09T17:35:12.853Z] === RUN TestKillContainer/no_signal [2020-09-09T17:35:13.136Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-09-09T17:35:13.487Z] === RUN TestKillContainer/non_killing_signal [2020-09-09T17:35:14.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:14.149Z] === RUN TestKillContainer/killing_signal [2020-09-09T17:35:14.338Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:15.191Z] --- PASS: TestKillContainer (2.60s) [2020-09-09T17:35:15.191Z] --- PASS: TestKillContainer/no_signal (0.84s) [2020-09-09T17:35:15.191Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-09-09T17:35:15.191Z] --- PASS: TestKillContainer/killing_signal (0.83s) [2020-09-09T17:35:15.191Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-09T17:35:15.191Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-09T17:35:15.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-09T17:35:15.719Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:35:16.229Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-09T17:35:16.290Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:35:16.865Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.74s) [2020-09-09T17:35:16.865Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.85s) [2020-09-09T17:35:16.865Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-09-09T17:35:16.865Z] === RUN TestKillStoppedContainer [2020-09-09T17:35:17.157Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-09-09T17:35:17.157Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-09T17:35:17.157Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-09-09T17:35:17.157Z] === RUN TestKillDifferentUserContainer [2020-09-09T17:35:18.195Z] --- PASS: TestKillDifferentUserContainer (0.90s) [2020-09-09T17:35:18.195Z] === RUN TestInspectOomKilledTrue [2020-09-09T17:35:18.195Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-09T17:35:18.195Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:35:18.195Z] === RUN TestInspectOomKilledFalse [2020-09-09T17:35:18.195Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-09T17:35:18.195Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:35:18.195Z] === RUN TestLinksEtcHostsContentMatch [2020-09-09T17:35:18.206Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:35:18.488Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-09-09T17:35:18.488Z] === RUN TestLinksContainerNames [2020-09-09T17:35:18.776Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-09-09T17:35:19.037Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:35:19.077Z] tests/integration/models_nodes_test.py . [ 91%] [2020-09-09T17:35:19.077Z] tests/integration/models_resources_test.py . [ 91%] [2020-09-09T17:35:20.443Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-09-09T17:35:20.665Z] --- PASS: TestLinksContainerNames (1.67s) [2020-09-09T17:35:20.665Z] === RUN TestLogsFollowTailEmpty [2020-09-09T17:35:20.961Z] --- PASS: TestLogsFollowTailEmpty (0.81s) [2020-09-09T17:35:20.961Z] === RUN TestContainerNetworkMountsNoChown [2020-09-09T17:35:21.998Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/default [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/default [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/private [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/private [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rprivate [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/slave [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/slave [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rslave [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/shared [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/shared [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rshared [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/default [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/rshared [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/shared [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/rslave [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/slave [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/rprivate [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/private [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-09T17:35:21.998Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:35:21.998Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-09T17:35:21.998Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:35:22.290Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:35:22.351Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:35:22.583Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-09T17:35:22.880Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-09T17:35:22.880Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:35:22.880Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.13s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2020-09-09T17:35:22.880Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-09T17:35:22.880Z] === RUN TestContainerBindMountNonRecursive [2020-09-09T17:35:22.922Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-09-09T17:35:22.922Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-09T17:35:23.492Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:35:24.895Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-09-09T17:35:24.951Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2020-09-09T17:35:24.951Z] === RUN TestNetworkNat [2020-09-09T17:35:25.996Z] --- PASS: TestNetworkNat (0.91s) [2020-09-09T17:35:25.996Z] === RUN TestNetworkLocalhostTCPNat [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.03s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.74s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.87s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.55s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.85s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.71s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.89s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.84s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.30s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.75s) [2020-09-09T17:35:26.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.56s) [2020-09-09T17:35:26.036Z] === RUN TestCgroupNamespacesRun [2020-09-09T17:35:26.296Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-09T17:35:26.631Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-09-09T17:35:26.631Z] === RUN TestNetworkLoopbackNat [2020-09-09T17:35:27.632Z] --- PASS: TestServiceWithDataPathPortInit (17.90s) [2020-09-09T17:35:27.632Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-09T17:35:27.678Z] --- PASS: TestCgroupNamespacesRun (1.66s) [2020-09-09T17:35:27.678Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-09T17:35:28.147Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-09-09T17:35:28.147Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-09-09T17:35:29.058Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-09T17:35:29.318Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.62s) [2020-09-09T17:35:29.318Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-09T17:35:29.318Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-09T17:35:30.161Z] --- PASS: TestNetworkLoopbackNat (3.24s) [2020-09-09T17:35:30.161Z] === RUN TestPause [2020-09-09T17:35:30.797Z] --- PASS: TestPause (0.87s) [2020-09-09T17:35:30.797Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-09T17:35:30.797Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:35:30.797Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:35:30.797Z] === RUN TestPauseStopPausedContainer [2020-09-09T17:35:31.231Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2020-09-09T17:35:31.231Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-09T17:35:31.491Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-09-09T17:35:31.736Z] tests/integration/regression_test.py ...... [ 98%] [2020-09-09T17:35:31.835Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2020-09-09T17:35:31.835Z] === RUN TestPsFilter [2020-09-09T17:35:31.835Z] --- PASS: TestPsFilter (0.33s) [2020-09-09T17:35:31.835Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-09T17:35:32.249Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-09-09T17:35:32.249Z] tests/integration/credentials/utils_test.py . [100%] [2020-09-09T17:35:32.249Z] [2020-09-09T17:35:32.249Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-09-09T17:35:32.249Z] =========================== short test summary info ============================ [2020-09-09T17:35:32.249Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-09-09T17:35:32.249Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-09-09T17:35:32.249Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-09-09T17:35:32.249Z] Not supported on most drivers [2020-09-09T17:35:32.249Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-09-09T17:35:32.249Z] Output of docker top depends on host distro, and is not formalized. [2020-09-09T17:35:32.249Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-09-09T17:35:32.249Z] Output of docker top depends on host distro, and is not formalized. [2020-09-09T17:35:32.249Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-09-09T17:35:32.249Z] Can fail if eth0 has multiple IP addresses [2020-09-09T17:35:32.249Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-09-09T17:35:32.249Z] This doesn't seem to be taken into account by the engine [2020-09-09T17:35:32.249Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-09-09T17:35:32.249Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-09-09T17:35:32.249Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 300.94 seconds == [2020-09-09T17:35:32.505Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-09-09T17:35:32.875Z] --- PASS: TestCgroupNamespacesRunHostMode (1.90s) [2020-09-09T17:35:32.875Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-09T17:35:32.875Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-09-09T17:35:32.878Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2020-09-09T17:35:32.878Z] === RUN TestRemoveContainerWithVolume [2020-09-09T17:35:33.513Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2020-09-09T17:35:33.513Z] === RUN TestRemoveContainerRunning [2020-09-09T17:35:33.818Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-09T17:35:34.549Z] --- PASS: TestRemoveContainerRunning (0.81s) [2020-09-09T17:35:34.550Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-09T17:35:34.759Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2020-09-09T17:35:34.759Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-09T17:35:35.184Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2020-09-09T17:35:35.184Z] === RUN TestRemoveInvalidContainer [2020-09-09T17:35:35.184Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-09T17:35:35.184Z] === RUN TestRenameLinkedContainer [2020-09-09T17:35:36.144Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-09-09T17:35:36.424Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.72s) [2020-09-09T17:35:36.424Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-09T17:35:37.362Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2020-09-09T17:35:37.362Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-09T17:35:37.646Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.90s) [2020-09-09T17:35:37.646Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xwv2dzub8h99go7rz9oewladq Created:2020-09-09 17:35:29.142715332 +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[5929342694c447c1502aae672688a414de7dff0931aa56ca5f2937ea9b288760:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kxndf0pdq3rgwkr4qjckswpr6 EndpointID:706a2839550c3a94b387054ec2dbc465e5a6b2886bab42bc6f0793de2f745284 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4c02c4ebd20ae45e57ab6c3dd2bcf7d713aa780131a000e3b21e2c615266dae4 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:6efae334ee76 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kxndf0pdq3rgwkr4qjckswpr6 EndpointID:706a2839550c3a94b387054ec2dbc465e5a6b2886bab42bc6f0793de2f745284 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-09T17:35:37.646Z] PASS [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] === Skipped [2020-09-09T17:35:37.646Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:35:37.646Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] DONE 23 tests, 1 skipped in 59.264s [2020-09-09T17:35:37.646Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:35:37.646Z] ++ 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-09-09T17:35:37.646Z] ++ set -e [2020-09-09T17:35:37.646Z] ++ '[' -n 0 ']' [2020-09-09T17:35:37.646Z] ++ set -x [2020-09-09T17:35:37.646Z] ++ env -i DEST=/go/src/github.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-09-09T17:35:37.646Z] INFO: Testing against a local daemon [2020-09-09T17:35:37.646Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-09T17:35:37.646Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:35:37.646Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:35:37.646Z] === RUN TestDockerNetworkIpvlan [2020-09-09T17:35:37.646Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:35:37.646Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:35:37.646Z] PASS [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] === Skipped [2020-09-09T17:35:37.646Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:35:37.646Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:35:37.646Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] [2020-09-09T17:35:37.646Z] DONE 2 tests, 2 skipped in 0.168s [2020-09-09T17:35:37.646Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:35:37.646Z] ++ 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-09-09T17:35:37.646Z] ++ set -e [2020-09-09T17:35:37.646Z] ++ '[' -n 0 ']' [2020-09-09T17:35:37.646Z] ++ set -x [2020-09-09T17:35:37.646Z] ++ env -i DEST=/go/src/github.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-09-09T17:35:37.646Z] INFO: Testing against a local daemon [2020-09-09T17:35:37.646Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-09T17:35:37.931Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-09-09T17:35:38.700Z] --- PASS: TestRenameLinkedContainer (3.41s) [2020-09-09T17:35:38.700Z] === RUN TestRenameStoppedContainer [2020-09-09T17:35:38.871Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-09T17:35:38.872Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s) [2020-09-09T17:35:38.872Z] === RUN TestKernelTCPMemory [2020-09-09T17:35:39.029Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.00s) [2020-09-09T17:35:39.029Z] === RUN TestDockerNetworkMacvlan [2020-09-09T17:35:39.731Z] --- PASS: TestRenameStoppedContainer (0.83s) [2020-09-09T17:35:39.731Z] === RUN TestRenameRunningContainerAndReuse [2020-09-09T17:35:39.812Z] --- PASS: TestKernelTCPMemory (0.89s) [2020-09-09T17:35:39.812Z] === RUN TestNISDomainname [2020-09-09T17:35:39.970Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-09T17:35:40.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-09T17:35:40.072Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-09-09T17:35:40.642Z] --- PASS: TestNISDomainname (0.89s) [2020-09-09T17:35:40.642Z] === RUN TestHostnameDnsResolution [2020-09-09T17:35:41.233Z] --- PASS: TestRenameRunningContainerAndReuse (1.65s) [2020-09-09T17:35:41.234Z] === RUN TestRenameInvalidName [2020-09-09T17:35:41.354Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-09T17:35:41.582Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-09T17:35:41.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-09T17:35:41.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-09T17:35:41.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-09T17:35:41.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-09T17:35:41.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-09T17:35:41.865Z] --- PASS: TestRenameInvalidName (0.80s) [2020-09-09T17:35:41.866Z] === RUN TestRenameAnonymousContainer [2020-09-09T17:35:42.154Z] --- PASS: TestHostnameDnsResolution (1.36s) [2020-09-09T17:35:42.154Z] === RUN TestStats [2020-09-09T17:35:42.295Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-09T17:35:42.414Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-09T17:35:42.984Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-09T17:35:42.984Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-09-09T17:35:43.242Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-09-09T17:35:43.243Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-09-09T17:35:43.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-09T17:35:44.669Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:35:44.669Z] [2020-09-09T17:35:44.669Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:35:44.669Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:35:44.669Z] [2020-09-09T17:35:44.669Z] To set a process to complain mode, use the command line tool [2020-09-09T17:35:44.669Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:35:44.669Z] [2020-09-09T17:35:45.153Z] --- PASS: TestStats (2.76s) [2020-09-09T17:35:45.153Z] === RUN TestStopContainerWithTimeout [2020-09-09T17:35:45.153Z] === RUN TestStopContainerWithTimeout/0 [2020-09-09T17:35:45.153Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-09T17:35:45.153Z] === RUN TestStopContainerWithTimeout/1 [2020-09-09T17:35:45.153Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-09T17:35:45.153Z] === RUN TestStopContainerWithTimeout/3 [2020-09-09T17:35:45.153Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-09T17:35:45.153Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-09T17:35:45.153Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-09T17:35:45.153Z] === CONT TestStopContainerWithTimeout/0 [2020-09-09T17:35:45.153Z] === CONT TestStopContainerWithTimeout/-1 Post stage [Pipeline] junit [2020-09-09T17:35:45.246Z] Recording test results [Pipeline] sh [2020-09-09T17:35:45.598Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-09T17:35:45.723Z] === CONT TestStopContainerWithTimeout/3 [2020-09-09T17:35:45.755Z] + echo Ensuring container killed. [2020-09-09T17:35:45.755Z] Ensuring container killed. [2020-09-09T17:35:45.755Z] + docker rm -vf docker-pr2 [2020-09-09T17:35:45.755Z] Error: No such container: docker-pr2 [2020-09-09T17:35:45.755Z] + true [Pipeline] sh [2020-09-09T17:35:46.086Z] + echo Chowning /workspace to jenkins user [2020-09-09T17:35:46.086Z] Chowning /workspace to jenkins user [2020-09-09T17:35:46.086Z] + id -u [2020-09-09T17:35:46.086Z] + id -g [2020-09-09T17:35:46.086Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41411:/workspace busybox chown -R 1000:1000 /workspace [2020-09-09T17:35:46.293Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-09-09T17:35:47.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T17:35:47.347Z] + bundleName=docker-py [2020-09-09T17:35:47.347Z] + echo Creating docker-py-bundles.tar.gz [2020-09-09T17:35:47.347Z] Creating docker-py-bundles.tar.gz [2020-09-09T17:35:47.347Z] + 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-09-09T17:35:47.356Z] Archiving artifacts [2020-09-09T17:35:47.458Z] --- PASS: TestRenameAnonymousContainer (4.72s) [2020-09-09T17:35:47.458Z] === RUN TestRenameContainerWithSameName [2020-09-09T17:35:47.642Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-09-09T17:35:47.674Z] === CONT TestStopContainerWithTimeout/1 [2020-09-09T17:35:47.674Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [2020-09-09T17:35:47.748Z] --- PASS: TestRenameContainerWithSameName (0.96s) [2020-09-09T17:35:47.748Z] === RUN TestRenameContainerWithLinkedContainer [Pipeline] sh [2020-09-09T17:35:48.072Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh binary-daemon [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/types/filters 0.022s coverage: 92.2% of statements [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/server/router/swarm 0.038s coverage: 5.7% of statements [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 75.0% of statements [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-09T17:35:48.261Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/builder/dockerignore 0.026s coverage: 96.8% of statements [2020-09-09T17:35:48.261Z] ok github.com/docker/docker/cli/debug 0.016s coverage: 100.0% of statements [2020-09-09T17:35:48.329Z] [2020-09-09T17:35:48.586Z] Removing bundles/ [2020-09-09T17:35:48.586Z] [2020-09-09T17:35:48.586Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-09-09T17:35:48.586Z] Building: bundles/binary-daemon/dockerd-dev [2020-09-09T17:35:48.586Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:35:48.900Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-09T17:35:48.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-09T17:35:49.054Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-09T17:35:49.251Z] --- PASS: TestRenameContainerWithLinkedContainer (1.69s) [2020-09-09T17:35:49.251Z] === RUN TestResize [2020-09-09T17:35:49.622Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-09T17:35:49.622Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2020-09-09T17:35:49.622Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2020-09-09T17:35:49.622Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2020-09-09T17:35:49.622Z] --- PASS: TestStopContainerWithTimeout/1 (1.88s) [2020-09-09T17:35:49.622Z] === RUN TestDeleteDevicemapper [2020-09-09T17:35:49.622Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-09T17:35:49.622Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:35:49.622Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-09T17:35:49.622Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-09-09T17:35:50.283Z] --- PASS: TestResize (0.81s) [2020-09-09T17:35:50.283Z] === RUN TestResizeWithInvalidSize [2020-09-09T17:35:50.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-09T17:35:50.561Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-09T17:35:50.562Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-09-09T17:35:50.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-09T17:35:50.913Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2020-09-09T17:35:50.913Z] === RUN TestResizeWhenContainerNotStarted [2020-09-09T17:35:51.035Z] ok github.com/docker/docker/builder/remotecontext/git 4.166s coverage: 86.3% of statements [2020-09-09T17:35:51.338Z] ok github.com/docker/docker/builder/remotecontext 0.486s coverage: 13.6% of statements [2020-09-09T17:35:51.943Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.43s) [2020-09-09T17:35:51.943Z] === RUN TestUpdateMemory [2020-09-09T17:35:51.943Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-09T17:35:51.943Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:35:51.943Z] === RUN TestUpdateCPUQuota [2020-09-09T17:35:51.980Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s) [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:51.980Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:51.980Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:51.980Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:35:51.980Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:35:52.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-09T17:35:52.895Z] ok github.com/docker/docker/builder/dockerfile 1.357s coverage: 48.0% of statements [2020-09-09T17:35:52.895Z] ? github.com/docker/docker/cli [no test files] [2020-09-09T17:35:52.895Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-09T17:35:53.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-09T17:35:53.324Z] --- PASS: TestUpdateCPUQuota (1.39s) [2020-09-09T17:35:53.324Z] === RUN TestUpdatePidsLimit [2020-09-09T17:35:53.324Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-09T17:35:53.585Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-09-09T17:35:53.585Z] === RUN TestUpdatePidsLimit/no_change [2020-09-09T17:35:54.043Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:54.043Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:54.154Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-09T17:35:54.426Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-09T17:35:54.686Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-09T17:35:55.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-09T17:35:55.257Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-09T17:35:55.488Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-09T17:35:55.517Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-09T17:35:55.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:35:55.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:35:56.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-09T17:35:56.459Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit (3.31s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/no_change (0.34s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2020-09-09T17:35:56.720Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-09-09T17:35:56.720Z] === RUN TestUpdateRestartPolicy [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan (18.02s) [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.92s) [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.00s) [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.73s) [2020-09-09T17:35:56.873Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.29s) [2020-09-09T17:35:56.873Z] PASS [2020-09-09T17:35:56.873Z] [2020-09-09T17:35:56.873Z] DONE 8 tests in 20.171s [2020-09-09T17:35:56.873Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-09T17:35:56.873Z] ++ 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-09-09T17:35:56.873Z] ++ set -e [2020-09-09T17:35:56.873Z] ++ '[' -n 0 ']' [2020-09-09T17:35:56.873Z] ++ set -x [2020-09-09T17:35:56.873Z] ++ env -i DEST=/go/src/github.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-09-09T17:35:56.873Z] testing: warning: no tests to run [2020-09-09T17:35:56.873Z] PASS [2020-09-09T17:35:56.873Z] [2020-09-09T17:35:56.873Z] DONE 0 tests in 0.027s [2020-09-09T17:35:56.873Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-09T17:35:56.873Z] ++ 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-09-09T17:35:56.873Z] ++ set -e [2020-09-09T17:35:56.873Z] ++ '[' -n 0 ']' [2020-09-09T17:35:56.873Z] ++ set -x [2020-09-09T17:35:56.874Z] ++ env -i DEST=/go/src/github.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-09-09T17:35:56.980Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-09-09T17:35:57.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:35:57.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:35:57.134Z] INFO: Testing against a local daemon [2020-09-09T17:35:57.134Z] === RUN TestAuthZPluginAllowRequest [2020-09-09T17:35:57.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-09T17:35:57.413Z] ok github.com/docker/docker/client 0.503s coverage: 75.4% of statements [2020-09-09T17:35:58.337Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:35:58.337Z] Using test binary docker [2020-09-09T17:35:58.362Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-09T17:35:58.595Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-09T17:35:58.595Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:35:58.595Z] INFO: Waiting for daemon to start... [2020-09-09T17:35:58.595Z] Starting dockerd [2020-09-09T17:35:58.933Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-09T17:35:59.048Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2020-09-09T17:35:59.048Z] === RUN TestAuthZPluginTLS [2020-09-09T17:35:59.121Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:35:59.193Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-09T17:35:59.411Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:35:59.454Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-09-09T17:35:59.454Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-09T17:35:59.619Z] --- PASS: TestAuthZPluginTLS (0.68s) [2020-09-09T17:35:59.619Z] === RUN TestAuthZPluginDenyRequest [2020-09-09T17:35:59.714Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-09T17:36:00.190Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2020-09-09T17:36:00.190Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-09T17:36:00.285Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-09T17:36:00.285Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-09T17:36:00.762Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-09-09T17:36:00.762Z] === RUN TestAuthZPluginDenyResponse [2020-09-09T17:36:01.223Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-09T17:36:01.334Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2020-09-09T17:36:01.334Z] === RUN TestAuthZPluginAllowEventStream [2020-09-09T17:36:01.880Z] . [2020-09-09T17:36:01.880Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:36:01.880Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:36:01.880Z] Error: No such image: emptyfs [2020-09-09T17:36:01.880Z] Running integration-test (iteration 1) [2020-09-09T17:36:01.880Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-09T17:36:02.145Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:36:02.145Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:36:02.605Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-09-09T17:36:03.247Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2020-09-09T17:36:03.248Z] === RUN TestAuthZPluginErrorResponse [2020-09-09T17:36:03.818Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-09-09T17:36:03.818Z] === RUN TestAuthZPluginErrorRequest [2020-09-09T17:36:04.390Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2020-09-09T17:36:04.390Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-09T17:36:04.870Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:36:04.870Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.25s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.30s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.40s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.23s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.16s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.88s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.87s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.23s) [2020-09-09T17:36:04.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.17s) [2020-09-09T17:36:04.871Z] === RUN TestCgroupNamespacesRun [2020-09-09T17:36:05.146Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-09T17:36:05.333Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.65s) [2020-09-09T17:36:05.333Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-09T17:36:06.086Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-09-09T17:36:06.086Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-09T17:36:06.374Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2020-09-09T17:36:06.374Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-09T17:36:07.877Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2020-09-09T17:36:07.877Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-09T17:36:07.880Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.24s) [2020-09-09T17:36:07.880Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-09T17:36:10.590Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-09T17:36:10.590Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-09-09T17:36:10.590Z] --- PASS: TestUpdateRestartPolicy (12.34s) [2020-09-09T17:36:10.590Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-09T17:36:10.590Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2020-09-09T17:36:10.590Z] === RUN TestWaitNonBlocked [2020-09-09T17:36:10.590Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:36:10.590Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:36:10.590Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:36:10.590Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:36:10.590Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:36:10.590Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:36:10.590Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-09T17:36:10.590Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-09T17:36:10.590Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-09T17:36:10.606Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.24s) [2020-09-09T17:36:10.606Z] === RUN TestAuthZPluginHeader [2020-09-09T17:36:10.606Z] --- PASS: TestAuthZPluginHeader (1.00s) [2020-09-09T17:36:10.606Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-09T17:36:10.606Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-09T17:36:10.606Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:10.606Z] === RUN TestAuthZPluginV2Disable [2020-09-09T17:36:10.606Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-09T17:36:10.606Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:10.606Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-09T17:36:10.606Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-09T17:36:10.606Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:10.606Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-09T17:36:10.606Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-09T17:36:10.606Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:10.606Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-09T17:36:10.619Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2020-09-09T17:36:10.619Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-09T17:36:10.853Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-09-09T17:36:10.853Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2020-09-09T17:36:10.853Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.23s) [2020-09-09T17:36:10.853Z] === RUN TestWaitBlocked [2020-09-09T17:36:10.853Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:36:10.853Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:36:10.853Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:36:10.853Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:36:10.853Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:36:10.853Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:36:10.853Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-09T17:36:11.250Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2020-09-09T17:36:11.250Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-09T17:36:11.424Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-09T17:36:11.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-09-09T17:36:11.995Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-09T17:36:11.995Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2020-09-09T17:36:11.995Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.19s) [2020-09-09T17:36:11.995Z] === CONT TestContainerStartOnDaemonRestart [2020-09-09T17:36:11.995Z] === CONT TestIpcModeOlderClient [2020-09-09T17:36:12.255Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-09-09T17:36:12.255Z] === CONT TestDaemonHostGatewayIP [2020-09-09T17:36:13.312Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2020-09-09T17:36:13.312Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-09T17:36:14.005Z] Loaded image: buildpack-deps:buster [2020-09-09T17:36:14.005Z] Loaded image: busybox:latest [2020-09-09T17:36:14.005Z] Loaded image: busybox:glibc [2020-09-09T17:36:14.005Z] Loaded image: debian:buster [2020-09-09T17:36:14.005Z] Loaded image: hello-world:latest [2020-09-09T17:36:14.005Z] INFO: Testing against a local daemon [2020-09-09T17:36:14.005Z] === RUN TestCgroupNamespacesBuild [2020-09-09T17:36:14.053Z] Removing intermediate container 9e013d53f42c [2020-09-09T17:36:14.053Z] ---> c2247893bfcf [2020-09-09T17:36:14.053Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-09-09T17:36:14.053Z] ---> Running in 04027308c8b5 [2020-09-09T17:36:14.053Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-09-09T17:36:14.053Z] go: finding gotest.tools/gotestsum v0.3.5 [2020-09-09T17:36:14.053Z] go: finding gotest.tools v0.3.5 [2020-09-09T17:36:14.053Z] go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-09T17:36:14.053Z] go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-09T17:36:14.053Z] go: downloading gotest.tools v2.1.0+incompatible [2020-09-09T17:36:14.053Z] go: extracting gotest.tools v2.1.0+incompatible [2020-09-09T17:36:14.053Z] go: downloading github.com/spf13/pflag v1.0.1 [2020-09-09T17:36:14.053Z] go: downloading github.com/pkg/errors v0.8.0 [2020-09-09T17:36:14.053Z] go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:36:14.053Z] go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:36:14.053Z] go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:36:14.053Z] go: extracting github.com/pkg/errors v0.8.0 [2020-09-09T17:36:14.053Z] go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:36:14.053Z] go: downloading github.com/fatih/color v1.6.0 [2020-09-09T17:36:14.053Z] go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:36:14.053Z] go: extracting github.com/fatih/color v1.6.0 [2020-09-09T17:36:14.053Z] go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:36:14.053Z] go: extracting github.com/spf13/pflag v1.0.1 [2020-09-09T17:36:14.053Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:36:14.053Z] go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:36:14.053Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:36:14.053Z] go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:36:14.053Z] go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:36:14.053Z] go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:36:14.053Z] go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:36:14.053Z] go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:36:14.053Z] go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:36:14.053Z] go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:36:14.053Z] go: finding github.com/fatih/color v1.6.0 [2020-09-09T17:36:14.053Z] go: finding github.com/pkg/errors v0.8.0 [2020-09-09T17:36:14.053Z] go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-09T17:36:14.053Z] go: finding github.com/spf13/pflag v1.0.1 [2020-09-09T17:36:14.053Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T17:36:14.053Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T17:36:14.053Z] go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-09T17:36:14.053Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-09T17:36:14.053Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-09T17:36:14.053Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-09T17:36:14.053Z] go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-09T17:36:14.053Z] INFO: Build done for gotestsum... [2020-09-09T17:36:14.799Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-09-09T17:36:14.816Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.65s) [2020-09-09T17:36:14.816Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-09T17:36:15.447Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-09-09T17:36:15.447Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-09T17:36:16.191Z] --- PASS: TestContainerStartOnDaemonRestart (3.80s) [2020-09-09T17:36:16.191Z] === CONT TestContainerKillOnDaemonStart [2020-09-09T17:36:17.291Z] --- PASS: TestCgroupNamespacesBuild (3.34s) [2020-09-09T17:36:17.291Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-09T17:36:17.507Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-09-09T17:36:17.507Z] === RUN TestKernelTCPMemory [2020-09-09T17:36:17.573Z] --- PASS: TestDaemonHostGatewayIP (5.10s) [2020-09-09T17:36:17.573Z] === CONT TestDaemonRestartIpcMode [2020-09-09T17:36:18.137Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-09-09T17:36:18.138Z] === RUN TestNISDomainname [2020-09-09T17:36:18.514Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-09-09T17:36:19.168Z] --- PASS: TestNISDomainname (0.97s) [2020-09-09T17:36:19.168Z] === RUN TestHostnameDnsResolution [2020-09-09T17:36:19.194Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2020-09-09T17:36:19.194Z] === RUN TestBuildWithSession [2020-09-09T17:36:19.194Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-09T17:36:19.194Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:36:19.194Z] === RUN TestBuildSquashParent [2020-09-09T17:36:20.422Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-09-09T17:36:20.682Z] --- PASS: TestDaemonRestartIpcMode (3.35s) [2020-09-09T17:36:21.233Z] --- PASS: TestHostnameDnsResolution (1.67s) [2020-09-09T17:36:21.233Z] === RUN TestStats [2020-09-09T17:36:22.062Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-09T17:36:22.322Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-09T17:36:22.582Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-09T17:36:22.653Z] Removing intermediate container 04027308c8b5 [2020-09-09T17:36:22.653Z] ---> 6af0900a1366 [2020-09-09T17:36:22.653Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-09-09T17:36:22.653Z] ---> Running in f895ba14afea [2020-09-09T17:36:23.627Z] Removing intermediate container f895ba14afea [2020-09-09T17:36:23.627Z] ---> 2697edf7f708 [2020-09-09T17:36:23.627Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-09-09T17:36:23.627Z] ---> Running in 40db43c648db [2020-09-09T17:36:23.627Z] Removing intermediate container 40db43c648db [2020-09-09T17:36:23.627Z] ---> d611ca56891e [2020-09-09T17:36:23.627Z] Step 10/10 : COPY . . [2020-09-09T17:36:23.961Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-09-09T17:36:23.996Z] --- PASS: TestStats (2.89s) [2020-09-09T17:36:23.996Z] === RUN TestStopContainerWithTimeout [2020-09-09T17:36:23.996Z] === RUN TestStopContainerWithTimeout/0 [2020-09-09T17:36:23.996Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-09T17:36:23.996Z] === RUN TestStopContainerWithTimeout/1 [2020-09-09T17:36:23.996Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-09T17:36:23.996Z] === RUN TestStopContainerWithTimeout/3 [2020-09-09T17:36:23.996Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-09T17:36:23.996Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-09T17:36:23.996Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-09T17:36:23.996Z] === CONT TestStopContainerWithTimeout/0 [2020-09-09T17:36:23.996Z] === CONT TestStopContainerWithTimeout/3 [2020-09-09T17:36:24.531Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-09T17:36:24.626Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-09T17:36:26.686Z] === CONT TestStopContainerWithTimeout/1 [2020-09-09T17:36:27.070Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-09T17:36:27.309Z] --- PASS: TestBuildSquashParent (6.95s) [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:36:27.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:36:27.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:36:27.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:36:27.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:36:27.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:36:27.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:36:27.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:36:27.309Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:36:27.309Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:36:27.568Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:36:28.010Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-09T17:36:28.270Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-09T17:36:28.270Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-09T17:36:28.270Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-09T17:36:28.270Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-09T17:36:28.530Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-09-09T17:36:28.530Z] --- PASS: TestContainerKillOnDaemonStart (12.62s) [2020-09-09T17:36:28.530Z] PASS [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] === Skipped [2020-09-09T17:36:28.530Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-09T17:36:28.530Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-09T17:36:28.530Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s) [2020-09-09T17:36:28.530Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:36:28.530Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-09T17:36:28.530Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-09T17:36:28.530Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] [2020-09-09T17:36:28.530Z] DONE 192 tests, 6 skipped in 144.155s [2020-09-09T17:36:28.530Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-09T17:36:28.530Z] ++ 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-09-09T17:36:28.530Z] ++ set -e [2020-09-09T17:36:28.530Z] ++ '[' -n 0 ']' [2020-09-09T17:36:28.530Z] ++ set -x [2020-09-09T17:36:28.530Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:28.779Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-09T17:36:28.779Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2020-09-09T17:36:28.779Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2020-09-09T17:36:28.779Z] --- PASS: TestStopContainerWithTimeout/-1 (2.84s) [2020-09-09T17:36:28.779Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-09-09T17:36:28.779Z] === RUN TestDeleteDevicemapper [2020-09-09T17:36:28.779Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-09T17:36:28.779Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:36:28.779Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-09T17:36:28.790Z] INFO: Testing against a local daemon [2020-09-09T17:36:28.790Z] === RUN TestCommitInheritsEnv [2020-09-09T17:36:28.943Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:36:28.943Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:36:29.359Z] --- PASS: TestCommitInheritsEnv (0.46s) [2020-09-09T17:36:29.359Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-09T17:36:29.359Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-09T17:36:29.359Z] === RUN TestImagesFilterMultiReference [2020-09-09T17:36:29.359Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-09T17:36:29.359Z] === RUN TestImagePullPlatformInvalid [2020-09-09T17:36:29.359Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-09-09T17:36:29.359Z] === RUN TestRemoveImageOrphaning [2020-09-09T17:36:29.619Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-09-09T17:36:29.880Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2020-09-09T17:36:29.880Z] === RUN TestRemoveImageGarbageCollector [2020-09-09T17:36:30.142Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-09-09T17:36:30.712Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-09-09T17:36:30.897Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:36:32.097Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-09T17:36:32.097Z] --- PASS: TestRemoveImageGarbageCollector (2.13s) [2020-09-09T17:36:32.097Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-09T17:36:32.097Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-09T17:36:32.097Z] === RUN TestTagInvalidReference [2020-09-09T17:36:32.097Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-09T17:36:32.097Z] === RUN TestTagValidPrefixedRepo [2020-09-09T17:36:32.097Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-09T17:36:32.097Z] === RUN TestTagExistedNameWithoutForce [2020-09-09T17:36:32.097Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-09-09T17:36:32.097Z] === RUN TestTagOfficialNames [2020-09-09T17:36:32.097Z] --- PASS: TestTagOfficialNames (0.05s) [2020-09-09T17:36:32.097Z] === RUN TestTagMatchesDigest [2020-09-09T17:36:32.097Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-09-09T17:36:32.097Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-09T17:36:32.295Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.43s) [2020-09-09T17:36:32.295Z] === RUN TestUpdateMemory [2020-09-09T17:36:32.295Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-09T17:36:32.295Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:36:32.295Z] === RUN TestUpdateCPUQuota [2020-09-09T17:36:32.560Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.32s) [2020-09-09T17:36:32.560Z] PASS [2020-09-09T17:36:32.560Z] [2020-09-09T17:36:32.560Z] === Skipped [2020-09-09T17:36:32.560Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-09T17:36:32.560Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:32.560Z] [2020-09-09T17:36:32.560Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-09T17:36:32.560Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:32.560Z] [2020-09-09T17:36:32.560Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-09T17:36:32.560Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:32.560Z] [2020-09-09T17:36:32.561Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-09T17:36:32.561Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:32.561Z] [2020-09-09T17:36:32.561Z] [2020-09-09T17:36:32.561Z] DONE 17 tests, 4 skipped in 32.079s [2020-09-09T17:36:32.561Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-09T17:36:32.561Z] ++ 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-09-09T17:36:32.561Z] ++ set -e [2020-09-09T17:36:32.561Z] ++ '[' -n 0 ']' [2020-09-09T17:36:32.561Z] ++ set -x [2020-09-09T17:36:32.561Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:32.561Z] INFO: Testing against a local daemon [2020-09-09T17:36:32.561Z] === RUN TestPluginInvalidJSON [2020-09-09T17:36:32.561Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:36:32.561Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:36:32.561Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:36:32.561Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-09T17:36:32.561Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-09T17:36:32.561Z] === RUN TestPluginInstall [2020-09-09T17:36:32.561Z] === RUN TestPluginInstall/no_auth [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.35s) [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.40s) [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.18s) [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.08s) [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.24s) [2020-09-09T17:36:32.798Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.64s) [2020-09-09T17:36:32.798Z] === RUN TestBuildMultiStageCopy [2020-09-09T17:36:32.798Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-09T17:36:33.325Z] --- PASS: TestUpdateCPUQuota (1.13s) [2020-09-09T17:36:33.325Z] === RUN TestUpdatePidsLimit [2020-09-09T17:36:33.325Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-09T17:36:33.615Z] === RUN TestUpdatePidsLimit/no_change [2020-09-09T17:36:33.905Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-09T17:36:34.196Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-09T17:36:34.473Z] time="2020-09-09T17:36:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:36:34.473Z] time="2020-09-09T17:36:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a38b4ef0f4d0661a34247e6291dfebb2c28c6d67e4cf5ef53ecac7dc3c8d56a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:36:34.473Z] time="2020-09-09T17:36:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:36:34.473Z] time="2020-09-09T17:36:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a38b4ef0f4d0661a34247e6291dfebb2c28c6d67e4cf5ef53ecac7dc3c8d56a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:36:34.734Z] === RUN TestPluginInstall/with_htpasswd [2020-09-09T17:36:34.826Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-09T17:36:35.116Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-09T17:36:35.327Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-09T17:36:35.406Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-09T17:36:35.675Z] time="2020-09-09T17:36:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:36:35.675Z] time="2020-09-09T17:36:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bda3983505bd68014e7aa02c459fc94becccb9847f289ca9ae71d5225fc59094" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:36:35.675Z] time="2020-09-09T17:36:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:36:35.675Z] time="2020-09-09T17:36:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bda3983505bd68014e7aa02c459fc94becccb9847f289ca9ae71d5225fc59094" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:36:35.936Z] === RUN TestPluginInstall/with_insecure [2020-09-09T17:36:36.260Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-09T17:36:36.318Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-09-09T17:36:36.318Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-09T17:36:36.887Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit (3.67s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-09-09T17:36:36.909Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-09-09T17:36:36.909Z] === RUN TestUpdateRestartPolicy [2020-09-09T17:36:37.196Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-09T17:36:37.355Z] ok github.com/docker/docker/cmd/dockerd 0.255s coverage: 30.8% of statements [2020-09-09T17:36:37.458Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-09-09T17:36:37.848Z] time="2020-09-09T17:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:36:37.848Z] time="2020-09-09T17:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ce0987dcf70f8df77a740599792fda0135b06e394baefa5f7f079fdac7317fee" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:36:37.848Z] time="2020-09-09T17:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:36:37.848Z] time="2020-09-09T17:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ce0987dcf70f8df77a740599792fda0135b06e394baefa5f7f079fdac7317fee" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:36:37.848Z] --- PASS: TestPluginInstall (8.64s) [2020-09-09T17:36:37.848Z] --- PASS: TestPluginInstall/no_auth (5.65s) [2020-09-09T17:36:37.848Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2020-09-09T17:36:37.848Z] --- PASS: TestPluginInstall/with_insecure (1.78s) [2020-09-09T17:36:37.848Z] plugin_test.go:157: [dda04ff6eadff] daemon is not started [2020-09-09T17:36:37.848Z] PASS [2020-09-09T17:36:37.848Z] [2020-09-09T17:36:37.848Z] DONE 6 tests in 8.850s [2020-09-09T17:36:37.848Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-09T17:36:37.848Z] ++ 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-09-09T17:36:37.848Z] ++ set -e [2020-09-09T17:36:37.848Z] ++ '[' -n 0 ']' [2020-09-09T17:36:37.848Z] ++ set -x [2020-09-09T17:36:37.848Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:38.030Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-09-09T17:36:38.108Z] INFO: Testing against a local daemon [2020-09-09T17:36:38.108Z] === RUN TestExternalGraphDriver [2020-09-09T17:36:38.130Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-09T17:36:38.369Z] === RUN TestExternalGraphDriver/json [2020-09-09T17:36:39.066Z] --- PASS: TestBuildMultiStageCopy (6.63s) [2020-09-09T17:36:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.62s) [2020-09-09T17:36:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2020-09-09T17:36:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-09-09T17:36:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2020-09-09T17:36:39.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-09-09T17:36:39.066Z] === RUN TestBuildMultiStageParentConfig [2020-09-09T17:36:39.412Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-09T17:36:39.672Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-09T17:36:40.919Z] === RUN TestExternalGraphDriver/spec [2020-09-09T17:36:40.927Z] ok github.com/docker/docker/container 0.166s coverage: 34.7% of statements [2020-09-09T17:36:40.927Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-09T17:36:40.927Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-09T17:36:40.927Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-09T17:36:40.927Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-09T17:36:41.583Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-09-09T17:36:41.842Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-09-09T17:36:43.465Z] === RUN TestExternalGraphDriver/pull [2020-09-09T17:36:44.330Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-09-09T17:36:44.330Z] === RUN TestBuildLabelWithTargets [2020-09-09T17:36:44.495Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.028s coverage: 65.3% of statements [2020-09-09T17:36:45.139Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-09-09T17:36:46.009Z] --- PASS: TestExternalGraphDriver (7.61s) [2020-09-09T17:36:46.009Z] --- PASS: TestExternalGraphDriver/json (2.44s) [2020-09-09T17:36:46.009Z] --- PASS: TestExternalGraphDriver/spec (2.62s) [2020-09-09T17:36:46.009Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2020-09-09T17:36:46.009Z] === RUN TestGraphdriverPluginV2 [2020-09-09T17:36:46.009Z] --- SKIP: TestGraphdriverPluginV2 (0.11s) [2020-09-09T17:36:46.009Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:46.009Z] PASS [2020-09-09T17:36:46.009Z] [2020-09-09T17:36:46.009Z] === Skipped [2020-09-09T17:36:46.009Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.11s) [2020-09-09T17:36:46.009Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:36:46.009Z] [2020-09-09T17:36:46.009Z] [2020-09-09T17:36:46.009Z] DONE 5 tests, 1 skipped in 7.899s [2020-09-09T17:36:46.009Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-09T17:36:46.009Z] ++ 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-09-09T17:36:46.009Z] ++ set -e [2020-09-09T17:36:46.009Z] ++ '[' -n 0 ']' [2020-09-09T17:36:46.009Z] ++ set -x [2020-09-09T17:36:46.009Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:46.009Z] INFO: Testing against a local daemon [2020-09-09T17:36:46.009Z] === RUN TestContinueAfterPluginCrash [2020-09-09T17:36:46.009Z] === PAUSE TestContinueAfterPluginCrash [2020-09-09T17:36:46.009Z] === RUN TestReadPluginNoRead [2020-09-09T17:36:46.009Z] === PAUSE TestReadPluginNoRead [2020-09-09T17:36:46.009Z] === RUN TestDaemonStartWithLogOpt [2020-09-09T17:36:46.009Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-09T17:36:46.009Z] === CONT TestContinueAfterPluginCrash [2020-09-09T17:36:46.009Z] === CONT TestDaemonStartWithLogOpt [2020-09-09T17:36:46.009Z] === CONT TestReadPluginNoRead [2020-09-09T17:36:46.522Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-09T17:36:46.783Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-09-09T17:36:48.817Z] ---> 8142e01233c4 [2020-09-09T17:36:48.817Z] Successfully built 8142e01233c4 [2020-09-09T17:36:48.817Z] Successfully tagged docker:latest [2020-09-09T17:36:48.817Z] INFO: Image build ended at 09/09/2020 17:36:45. Duration:00:03:27.4382272 [2020-09-09T17:36:48.817Z] [2020-09-09T17:36:48.817Z] [2020-09-09T17:36:48.817Z] INFO: Building the test binaries at 09/09/2020 17:36:46... [2020-09-09T17:36:49.532Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2020-09-09T17:36:49.532Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-09T17:36:50.129Z] ok github.com/docker/docker/daemon/cluster/convert 0.024s coverage: 35.9% of statements [2020-09-09T17:36:50.220Z] === RUN TestReadPluginNoRead/default [2020-09-09T17:36:50.363Z] INFO: make.ps1 starting at 09/09/2020 17:36:50 [2020-09-09T17:36:50.563Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2020-09-09T17:36:50.563Z] === RUN TestWaitNonBlocked [2020-09-09T17:36:50.563Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:36:50.563Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:36:50.563Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:36:50.563Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:36:50.563Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:36:50.563Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:36:50.790Z] --- PASS: TestDaemonStartWithLogOpt (4.75s) [2020-09-09T17:36:50.826Z] INFO: Git commit (4745bdc06b) assumed from DOCKER_GITCOMMIT environment variable [2020-09-09T17:36:50.826Z] INFO: Invoking autogen... [2020-09-09T17:36:50.980Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-09-09T17:36:51.597Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-09T17:36:51.597Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2020-09-09T17:36:51.597Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.15s) [2020-09-09T17:36:51.597Z] === RUN TestWaitBlocked [2020-09-09T17:36:51.597Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:36:51.597Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:36:51.597Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:36:51.597Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:36:51.597Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:36:51.597Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:36:51.799Z] INFO: Building daemon... [2020-09-09T17:36:51.921Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-09-09T17:36:52.173Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-09T17:36:52.180Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-09T17:36:52.223Z] ok github.com/docker/docker/daemon/cluster 0.163s coverage: 0.5% of statements [2020-09-09T17:36:52.446Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-09-09T17:36:52.446Z] === RUN TestBuildWithEmptyLayers [2020-09-09T17:36:52.628Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-09T17:36:52.628Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2020-09-09T17:36:52.628Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2020-09-09T17:36:52.628Z] === CONT TestContainerStartOnDaemonRestart [2020-09-09T17:36:52.628Z] === CONT TestIpcModeOlderClient [2020-09-09T17:36:52.918Z] --- PASS: TestIpcModeOlderClient (0.20s) [2020-09-09T17:36:52.918Z] === CONT TestDaemonHostGatewayIP [2020-09-09T17:36:53.120Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-09T17:36:54.086Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-09T17:36:54.504Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-09T17:36:55.469Z] --- PASS: TestReadPluginNoRead (9.64s) [2020-09-09T17:36:55.469Z] --- PASS: TestReadPluginNoRead/default (1.89s) [2020-09-09T17:36:55.469Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.76s) [2020-09-09T17:36:55.469Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.76s) [2020-09-09T17:36:55.469Z] read_test.go:92: [df7db2ce14349] daemon is not started [2020-09-09T17:36:55.647Z] --- PASS: TestContainerStartOnDaemonRestart (2.80s) [2020-09-09T17:36:55.647Z] === CONT TestContainerKillOnDaemonStart [2020-09-09T17:36:55.730Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-09-09T17:36:55.730Z] === RUN TestBuildMultiStageOnBuild [2020-09-09T17:36:55.791Z] ok github.com/docker/docker/daemon/discovery 0.031s coverage: 30.0% of statements [2020-09-09T17:36:56.045Z] --- PASS: TestContinueAfterPluginCrash (10.18s) [2020-09-09T17:36:56.045Z] PASS [2020-09-09T17:36:56.045Z] [2020-09-09T17:36:56.045Z] DONE 6 tests in 10.338s [2020-09-09T17:36:56.045Z] 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-09-09T17:36:56.045Z] ++ 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-09-09T17:36:56.045Z] ++ set -e [2020-09-09T17:36:56.045Z] ++ '[' -n 0 ']' [2020-09-09T17:36:56.045Z] ++ set -x [2020-09-09T17:36:56.045Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:56.305Z] testing: warning: no tests to run [2020-09-09T17:36:56.305Z] PASS [2020-09-09T17:36:56.305Z] [2020-09-09T17:36:56.305Z] DONE 0 tests in 0.053s [2020-09-09T17:36:56.305Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-09T17:36:56.306Z] ++ 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-09-09T17:36:56.306Z] ++ set -e [2020-09-09T17:36:56.306Z] ++ '[' -n 0 ']' [2020-09-09T17:36:56.306Z] ++ set -x [2020-09-09T17:36:56.306Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:56.306Z] INFO: Testing against a local daemon [2020-09-09T17:36:56.306Z] === RUN TestPluginWithDevMounts [2020-09-09T17:36:56.306Z] === PAUSE TestPluginWithDevMounts [2020-09-09T17:36:56.306Z] === CONT TestPluginWithDevMounts [2020-09-09T17:36:56.418Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-09T17:36:56.679Z] --- PASS: TestDaemonHostGatewayIP (3.62s) [2020-09-09T17:36:56.679Z] === CONT TestDaemonRestartIpcMode [2020-09-09T17:36:57.345Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2020-09-09T17:36:58.000Z] ok github.com/docker/docker/daemon/config 0.070s coverage: 81.8% of statements [2020-09-09T17:36:58.847Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-09-09T17:36:58.847Z] PASS [2020-09-09T17:36:58.847Z] [2020-09-09T17:36:58.847Z] DONE 1 tests in 2.357s [2020-09-09T17:36:58.847Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-09T17:36:58.847Z] ++ 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-09-09T17:36:58.847Z] ++ set -e [2020-09-09T17:36:58.847Z] ++ '[' -n 0 ']' [2020-09-09T17:36:58.847Z] ++ set -x [2020-09-09T17:36:58.847Z] ++ env -i DEST=/go/src/github.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-09-09T17:36:58.847Z] INFO: Testing against a local daemon [2020-09-09T17:36:58.847Z] === RUN TestSecretInspect [2020-09-09T17:36:58.972Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-09T17:36:59.232Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-09T17:36:59.232Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-09T17:36:59.535Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-09-09T17:36:59.802Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-09-09T17:37:00.186Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2020-09-09T17:37:00.742Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-09-09T17:37:00.996Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-09-09T17:37:00.996Z] === RUN TestBuildUncleanTarFilenames [2020-09-09T17:37:00.996Z] --- PASS: TestBuildUncleanTarFilenames (0.66s) [2020-09-09T17:37:00.996Z] === RUN TestBuildMultiStageLayerLeak [2020-09-09T17:37:02.122Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-09T17:37:02.144Z] --- PASS: TestSecretInspect (3.21s) [2020-09-09T17:37:02.144Z] === RUN TestSecretList [2020-09-09T17:37:03.063Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-09-09T17:37:03.063Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-09T17:37:03.086Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.489s coverage: 14.1% of statements [2020-09-09T17:37:03.087Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.027s coverage: 2.9% of statements [2020-09-09T17:37:04.628Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.566s coverage: 57.9% of statements [2020-09-09T17:37:04.972Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-09-09T17:37:05.182Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s) [2020-09-09T17:37:05.182Z] === RUN TestBuildWithHugeFile [2020-09-09T17:37:05.441Z] --- PASS: TestSecretList (3.17s) [2020-09-09T17:37:05.441Z] === RUN TestSecretsCreateAndDelete [2020-09-09T17:37:05.911Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-09-09T17:37:06.172Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-09-09T17:37:06.743Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-09-09T17:37:07.399Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2020-09-09T17:37:08.045Z] ok github.com/docker/docker/daemon 12.404s coverage: 17.4% of statements [2020-09-09T17:37:08.045Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-09T17:37:08.045Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-09T17:37:08.045Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-09T17:37:08.045Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-09T17:37:08.654Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-09-09T17:37:08.654Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-09-09T17:37:08.693Z] --- PASS: TestContainerKillOnDaemonStart (12.40s) [2020-09-09T17:37:08.693Z] PASS [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] === Skipped [2020-09-09T17:37:08.693Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-09-09T17:37:08.693Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-09T17:37:08.693Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-09T17:37:08.693Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:37:08.693Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-09-09T17:37:08.693Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-09-09T17:37:08.693Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] [2020-09-09T17:37:08.693Z] DONE 192 tests, 6 skipped in 149.884s [2020-09-09T17:37:08.693Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-09-09T17:37:08.694Z] ++ 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-09-09T17:37:08.694Z] ++ set -e [2020-09-09T17:37:08.694Z] ++ '[' -n 0 ']' [2020-09-09T17:37:08.694Z] ++ set -x [2020-09-09T17:37:08.694Z] ++ env -i DEST=/go/src/github.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-09-09T17:37:08.694Z] INFO: Testing against a local daemon [2020-09-09T17:37:08.694Z] === RUN TestCommitInheritsEnv [2020-09-09T17:37:08.694Z] --- PASS: TestCommitInheritsEnv (0.53s) [2020-09-09T17:37:08.694Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-09T17:37:08.694Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-09T17:37:08.694Z] === RUN TestImagesFilterMultiReference [2020-09-09T17:37:08.694Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-09-09T17:37:08.694Z] === RUN TestImagePullPlatformInvalid [2020-09-09T17:37:08.694Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-09-09T17:37:08.694Z] === RUN TestRemoveImageOrphaning [2020-09-09T17:37:08.738Z] --- PASS: TestSecretsCreateAndDelete (3.21s) [2020-09-09T17:37:08.738Z] === RUN TestSecretsUpdate [2020-09-09T17:37:09.100Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.438s coverage: 69.2% of statements [2020-09-09T17:37:09.323Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-09-09T17:37:09.323Z] === RUN TestRemoveImageGarbageCollector [2020-09-09T17:37:09.323Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:37:09.323Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:37:09.323Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-09T17:37:09.324Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-09T17:37:09.324Z] === RUN TestTagInvalidReference [2020-09-09T17:37:09.324Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-09T17:37:09.324Z] === RUN TestTagValidPrefixedRepo [2020-09-09T17:37:09.324Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-09T17:37:09.324Z] === RUN TestTagExistedNameWithoutForce [2020-09-09T17:37:09.324Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-09-09T17:37:09.324Z] === RUN TestTagOfficialNames [2020-09-09T17:37:09.324Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-09T17:37:09.324Z] === RUN TestTagMatchesDigest [2020-09-09T17:37:09.324Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-09T17:37:09.324Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-09T17:37:10.079Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-09-09T17:37:10.079Z] Copying nested executables into bundles/binary-daemon [2020-09-09T17:37:10.079Z] [2020-09-09T17:37:10.176Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.068s coverage: 46.2% of statements [2020-09-09T17:37:10.176Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-09-09T17:37:11.020Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh cross [2020-09-09T17:37:11.195Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-09-09T17:37:11.278Z] [2020-09-09T17:37:11.534Z] Removing bundles/ [2020-09-09T17:37:11.534Z] [2020-09-09T17:37:11.534Z] ---> Making bundle: cross (in bundles/cross) [2020-09-09T17:37:11.534Z] Cross building: bundles/cross/linux/amd64 [2020-09-09T17:37:11.534Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-09-09T17:37:11.534Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-09-09T17:37:12.044Z] --- PASS: TestSecretsUpdate (3.24s) [2020-09-09T17:37:12.044Z] === RUN TestTemplatedSecret [2020-09-09T17:37:12.283Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.084s coverage: 49.5% of statements [2020-09-09T17:37:12.928Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.029s coverage: 58.0% of statements [2020-09-09T17:37:13.104Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-09-09T17:37:13.104Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-09T17:37:13.226Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.537s coverage: 76.1% of statements [2020-09-09T17:37:14.487Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-09T17:37:14.789Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2020-09-09T17:37:15.087Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.022s coverage: 3.0% of statements [2020-09-09T17:37:15.350Z] --- PASS: TestTemplatedSecret (3.46s) [2020-09-09T17:37:15.350Z] === RUN TestSecretCreateResolve [2020-09-09T17:37:16.141Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.606s coverage: 52.1% of statements [2020-09-09T17:37:16.141Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-09T17:37:16.141Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-09T17:37:16.395Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-09-09T17:37:17.335Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-09T17:37:17.905Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-09-09T17:37:18.274Z] ok github.com/docker/docker/daemon/logger 0.269s coverage: 41.0% of statements [2020-09-09T17:37:18.648Z] --- PASS: TestSecretCreateResolve (3.19s) [2020-09-09T17:37:18.648Z] PASS [2020-09-09T17:37:18.648Z] [2020-09-09T17:37:18.648Z] DONE 6 tests in 19.645s [2020-09-09T17:37:18.648Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-09-09T17:37:18.648Z] ++ 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-09-09T17:37:18.648Z] ++ set -e [2020-09-09T17:37:18.648Z] ++ '[' -n 0 ']' [2020-09-09T17:37:18.648Z] ++ set -x [2020-09-09T17:37:18.648Z] ++ env -i DEST=/go/src/github.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-09-09T17:37:18.648Z] INFO: Testing against a local daemon [2020-09-09T17:37:18.648Z] === RUN TestServiceCreateInit [2020-09-09T17:37:18.648Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-09T17:37:19.329Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-09-09T17:37:19.627Z] ok github.com/docker/docker/daemon/logger/awslogs 0.418s coverage: 77.4% of statements [2020-09-09T17:37:19.927Z] ok github.com/docker/docker/daemon/images 0.031s coverage: 4.8% of statements [2020-09-09T17:37:19.927Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-09T17:37:19.927Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-09T17:37:19.927Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-09T17:37:19.927Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-09T17:37:20.461Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-09-09T17:37:20.981Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 23.9% of statements [2020-09-09T17:37:20.981Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2020-09-09T17:37:22.522Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.052s coverage: 61.6% of statements [2020-09-09T17:37:23.581Z] ok github.com/docker/docker/daemon/logger/local 0.075s coverage: 75.2% of statements [2020-09-09T17:37:23.581Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-09T17:37:23.757Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-09-09T17:37:23.881Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.077s coverage: 33.3% of statements [2020-09-09T17:37:23.881Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.072s coverage: 38.3% of statements [2020-09-09T17:37:23.935Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-09T17:37:24.936Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2020-09-09T17:37:26.474Z] ok github.com/docker/docker/daemon/logger/syslog 0.024s coverage: 46.8% of statements [2020-09-09T17:37:27.050Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-09-09T17:37:28.138Z] --- PASS: TestServiceCreateInit (9.79s) [2020-09-09T17:37:28.138Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.01s) [2020-09-09T17:37:28.138Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.75s) [2020-09-09T17:37:28.138Z] === RUN TestCreateServiceMultipleTimes [2020-09-09T17:37:28.579Z] ok github.com/docker/docker/daemon/network 0.022s coverage: 63.8% of statements [2020-09-09T17:37:28.960Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-09T17:37:29.227Z] ok github.com/docker/docker/daemon/logger/splunk 2.299s coverage: 82.5% of statements [2020-09-09T17:37:29.227Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-09T17:37:29.227Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-09T17:37:29.901Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-09T17:37:29.901Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-09T17:37:29.913Z] ok github.com/docker/docker/distribution/metadata 0.161s coverage: 48.2% of statements [2020-09-09T17:37:30.842Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-09-09T17:37:30.968Z] ok github.com/docker/docker/distribution 0.495s coverage: 21.9% of statements [2020-09-09T17:37:30.968Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-09T17:37:31.617Z] ok github.com/docker/docker/errdefs 0.014s coverage: 49.4% of statements [2020-09-09T17:37:32.752Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-09-09T17:37:33.692Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-09-09T17:37:34.391Z] ok github.com/docker/docker/image 0.038s coverage: 86.4% of statements [2020-09-09T17:37:34.391Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2020-09-09T17:37:34.632Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-09T17:37:34.692Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2020-09-09T17:37:34.692Z] ok github.com/docker/docker/distribution/xfer 1.700s coverage: 85.1% of statements [2020-09-09T17:37:34.692Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-09T17:37:34.692Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-09T17:37:34.692Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-09T17:37:34.892Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-09-09T17:37:34.995Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2020-09-09T17:37:36.527Z] ok github.com/docker/docker/pkg/aaparser 0.020s coverage: 50.0% of statements [2020-09-09T17:37:36.804Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-09T17:37:38.186Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-09-09T17:37:39.129Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-09T17:37:39.295Z] ok github.com/docker/docker/opts 0.102s coverage: 67.1% of statements [2020-09-09T17:37:39.944Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-09-09T17:37:40.242Z] ok github.com/docker/docker/pkg/archive 0.997s coverage: 77.1% of statements [2020-09-09T17:37:40.544Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2020-09-09T17:37:40.544Z] ok github.com/docker/docker/pkg/authorization 1.227s coverage: 68.3% of statements [2020-09-09T17:37:41.191Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2020-09-09T17:37:42.247Z] ok github.com/docker/docker/pkg/discovery 0.032s coverage: 58.3% of statements [2020-09-09T17:37:42.247Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 97.6% of statements [2020-09-09T17:37:43.303Z] ok github.com/docker/docker/pkg/discovery/memory 0.024s coverage: 92.3% of statements [2020-09-09T17:37:44.351Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-09-09T17:37:44.648Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-09-09T17:37:45.701Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-09-09T17:37:45.713Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-09T17:37:45.973Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-09-09T17:37:46.348Z] ok github.com/docker/docker/layer 7.604s coverage: 68.8% of statements [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/oci [no test files] [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-09T17:37:46.348Z] ok github.com/docker/docker/pkg/chrootarchive 3.938s coverage: 43.2% of statements [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-09T17:37:46.348Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-09T17:37:46.647Z] ok github.com/docker/docker/pkg/fileutils 0.039s coverage: 89.5% of statements [2020-09-09T17:37:46.945Z] ok github.com/docker/docker/pkg/discovery/kv 3.088s coverage: 84.1% of statements [2020-09-09T17:37:47.593Z] ok github.com/docker/docker/pkg/fsutils 0.409s coverage: 85.1% of statements [2020-09-09T17:37:47.593Z] ok github.com/docker/docker/pkg/homedir 0.014s coverage: 11.4% of statements [2020-09-09T17:37:47.884Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-09T17:37:49.128Z] ok github.com/docker/docker/pkg/locker 0.044s coverage: 88.9% of statements [2020-09-09T17:37:49.128Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2020-09-09T17:37:49.777Z] ok github.com/docker/docker/pkg/idtools 0.681s coverage: 70.1% of statements [2020-09-09T17:37:49.777Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2020-09-09T17:37:49.777Z] ok github.com/docker/docker/pkg/ioutils 1.312s coverage: 70.1% of statements [2020-09-09T17:37:49.777Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-09T17:37:49.777Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-09T17:37:49.777Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2020-09-09T17:37:49.777Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-09T17:37:50.106Z] --- PASS: TestCreateServiceMultipleTimes (19.44s) [2020-09-09T17:37:50.106Z] === RUN TestCreateServiceConflict [2020-09-09T17:37:50.424Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-09T17:37:50.425Z] ok github.com/docker/docker/pkg/parsers 0.020s coverage: 97.0% of statements [2020-09-09T17:37:50.678Z] --- PASS: TestCreateServiceConflict (3.13s) [2020-09-09T17:37:50.678Z] === RUN TestCreateServiceMaxReplicas [2020-09-09T17:37:50.723Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2020-09-09T17:37:50.723Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2020-09-09T17:37:51.022Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2020-09-09T17:37:51.022Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-09T17:37:51.022Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-09T17:37:52.089Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.032s coverage: 56.8% of statements [2020-09-09T17:37:53.144Z] ok github.com/docker/docker/pkg/pools 0.030s coverage: 88.2% of statements [2020-09-09T17:37:53.144Z] ok github.com/docker/docker/pkg/plugins/transport 0.022s coverage: 85.7% of statements [2020-09-09T17:37:53.144Z] ok github.com/docker/docker/pkg/progress 0.010s coverage: 75.9% of statements [2020-09-09T17:37:53.789Z] ok github.com/docker/docker/pkg/reexec 0.031s coverage: 82.4% of statements [2020-09-09T17:37:54.621Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-09T17:37:54.838Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2020-09-09T17:37:54.838Z] ok github.com/docker/docker/pkg/pubsub 1.121s coverage: 73.9% of statements [2020-09-09T17:37:54.880Z] --- PASS: TestCreateServiceMaxReplicas (3.65s) [2020-09-09T17:37:54.880Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-09T17:37:55.479Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-09-09T17:37:55.479Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2020-09-09T17:37:55.774Z] ok github.com/docker/docker/pkg/symlink 0.013s coverage: 87.7% of statements [2020-09-09T17:37:56.847Z] ok github.com/docker/docker/pkg/signal 2.904s coverage: 61.0% of statements [2020-09-09T17:37:57.148Z] ok github.com/docker/docker/pkg/sysinfo 0.019s coverage: 53.4% of statements [2020-09-09T17:37:57.148Z] ok github.com/docker/docker/pkg/system 0.021s coverage: 36.9% of statements [2020-09-09T17:37:57.161Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-09-09T17:37:57.794Z] ok github.com/docker/docker/pkg/tailfile 0.094s coverage: 88.6% of statements [2020-09-09T17:37:58.094Z] testing: warning: no tests to run [2020-09-09T17:37:58.094Z] coverage: [no statements] [2020-09-09T17:37:58.094Z] ok github.com/docker/docker/pkg/term/windows 0.009s coverage: [no statements] [no tests to run] [2020-09-09T17:37:58.738Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2020-09-09T17:37:58.738Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-09-09T17:37:58.738Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2020-09-09T17:37:59.070Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-09-09T17:37:59.383Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2020-09-09T17:38:01.414Z] --- PASS: TestBuildWithHugeFile (52.87s) [2020-09-09T17:38:01.414Z] === RUN TestBuildWithEmptyDockerfile [2020-09-09T17:38:01.414Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:38:01.414Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:38:01.414Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:38:01.414Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:38:01.414Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:38:01.414Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:38:01.414Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:38:01.414Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:38:01.414Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:38:01.414Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2020-09-09T17:38:01.414Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2020-09-09T17:38:01.414Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2020-09-09T17:38:01.414Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-09-09T17:38:01.414Z] === RUN TestBuildPreserveOwnership [2020-09-09T17:38:01.414Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-09T17:38:01.483Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2020-09-09T17:38:01.612Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-09-09T17:38:01.871Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-09-09T17:38:02.546Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements [2020-09-09T17:38:02.546Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 68.8% of statements [2020-09-09T17:38:02.846Z] ok github.com/docker/docker/plugin 0.564s coverage: 23.1% of statements [2020-09-09T17:38:03.973Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-09-09T17:38:03.973Z] [2020-09-09T17:38:03.973Z] ________ ____ __. [2020-09-09T17:38:03.973Z] \_____ \ | |/ _| [2020-09-09T17:38:03.973Z] / | \| < [2020-09-09T17:38:03.973Z] / | \ | \ [2020-09-09T17:38:03.973Z] \_______ /____|__ \ [2020-09-09T17:38:03.973Z] \/ \/ [2020-09-09T17:38:03.973Z] [2020-09-09T17:38:03.973Z] INFO: make.ps1 ended at 09/09/2020 17:37:54 [2020-09-09T17:38:03.973Z] INFO: Binaries build ended at 09/09/2020 17:37:57. Duration:00:01:11.2295765 [2020-09-09T17:38:03.973Z] INFO: Copying the built daemon binary to d:\CI\PR-41411\2\binary\dockerd-4745bdc06b.exe... [2020-09-09T17:38:03.973Z] INFO: Copying the built client binary to d:\CI\PR-41411\2\binary\docker-4745bdc06b.exe... [2020-09-09T17:38:03.973Z] INFO: Copying dockerversion from the container... [2020-09-09T17:38:03.973Z] INFO: Copying the golang package from the container to d:\CI\PR-41411\2\installer\go.zip... [2020-09-09T17:38:03.973Z] INFO: Extracting go.zip to d:\CI\PR-41411\2\go [2020-09-09T17:38:04.380Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-09-09T17:38:04.380Z] ok github.com/docker/docker/restartmanager 0.007s coverage: 50.9% of statements [2020-09-09T17:38:04.701Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-09T17:38:05.168Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-09T17:38:05.428Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-09T17:38:05.433Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-09-09T17:38:06.486Z] ok github.com/docker/docker/registry 0.371s coverage: 56.3% of statements [2020-09-09T17:38:06.486Z] ok github.com/docker/docker/runconfig 0.017s coverage: 66.1% of statements [2020-09-09T17:38:07.338Z] --- PASS: TestDockerDaemonSuite (322.37s) [2020-09-09T17:38:07.338Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.60s) [2020-09-09T17:38:07.338Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.77s) [2020-09-09T17:38:07.338Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.59s) [2020-09-09T17:38:07.338Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.46s) [2020-09-09T17:38:07.338Z] docker_cli_daemon_test.go:1449: [d117c392378c2] daemon is not started [2020-09-09T17:38:07.338Z] check_test.go:309: [d94afd11d3e04] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.44s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.64s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d2af0372c2d75] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.58s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.09s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.83s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.36s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.61s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.72s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.58s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.50s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d2dbe7ec3f5e6] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-09-09T17:38:07.339Z] check_test.go:309: [dc4b47e6690af] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.57s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d9b38b9a92dae] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.78s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.82s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.72s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.21s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.66s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.67s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.69s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d70b1c2cdb0f8] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.14s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.62s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.52s) [2020-09-09T17:38:07.339Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-09T17:38:07.339Z] check_test.go:309: [d350724bc70e9] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.29s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.95s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.59s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.57s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d066467bd08dd] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.09s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d9379aac8b8c6] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.69s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_plugins_test.go:79: [d2e03a2c20a87] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.87s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_plugins_test.go:169: [d4271b0dde5a0] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.97s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d9f25994ffed8] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.73s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.78s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.65s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.47s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.83s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.73s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.01s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.37s) [2020-09-09T17:38:07.339Z] check_test.go:309: [dd83a76c1822e] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.42s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.31s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.31s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.77s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.26s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.58s) [2020-09-09T17:38:07.339Z] check_test.go:309: [df8f80b3b847d] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.70s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.58s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.93s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.27s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.30s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.97s) [2020-09-09T17:38:07.339Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-09T17:38:07.339Z] check_test.go:309: [dec895bec61db] daemon is not started [2020-09-09T17:38:07.339Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-09T17:38:07.339Z] check_test.go:309: [d4911a6c8416d] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.11s) [2020-09-09T17:38:07.339Z] check_test.go:309: [df917ad845af8] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.25s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.17s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.35s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.34s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.20s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.31s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (2.95s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.53s) [2020-09-09T17:38:07.339Z] check_test.go:309: [dd6bd9c41eccd] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.35s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.77s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.78s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d57b362720b39] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.64s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.59s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-09-09T17:38:07.339Z] check_test.go:309: [d8dac215961f1] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2020-09-09T17:38:07.339Z] check_test.go:309: [df1cea7234a64] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.56s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.24s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d4a83cfe53621] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.97s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.11s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.82s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-09-09T17:38:07.339Z] check_test.go:309: [d97cc63af0e2e] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.61s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.53s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.03s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.15s) [2020-09-09T17:38:07.339Z] check_test.go:309: [dbd6fe41f3197] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.90s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-09-09T17:38:07.339Z] check_test.go:309: [def51c3730717] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.16s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.93s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.49s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.57s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.14s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.12s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.28s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.52s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.63s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.07s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.24s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.27s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.69s) [2020-09-09T17:38:07.339Z] docker_cli_daemon_test.go:2544: [d280c68dc947f] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.49s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.60s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.90s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.71s) [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.19s) [2020-09-09T17:38:07.339Z] check_test.go:309: [dd0b279a3b302] daemon is not started [2020-09-09T17:38:07.339Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.29s) [2020-09-09T17:38:07.339Z] === RUN TestDockerSwarmSuite [2020-09-09T17:38:07.339Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-09-09T17:38:08.886Z] --- PASS: TestBuildPreserveOwnership (9.76s) [2020-09-09T17:38:08.886Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.76s) [2020-09-09T17:38:08.886Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (3.99s) [2020-09-09T17:38:08.886Z] === RUN TestBuildPlatformInvalid [2020-09-09T17:38:08.886Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-09-09T17:38:08.886Z] PASS [2020-09-09T17:38:08.886Z] [2020-09-09T17:38:08.886Z] === Skipped [2020-09-09T17:38:08.886Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-09T17:38:08.886Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:38:08.886Z] [2020-09-09T17:38:08.886Z] [2020-09-09T17:38:08.886Z] DONE 32 tests, 1 skipped in 126.726s [2020-09-09T17:38:08.886Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-09T17:38:08.886Z] INFO: Testing against a local daemon [2020-09-09T17:38:08.886Z] === RUN TestConfigInspect [2020-09-09T17:38:08.886Z] --- SKIP: TestConfigInspect (0.02s) [2020-09-09T17:38:08.886Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:08.886Z] === RUN TestConfigList [2020-09-09T17:38:08.886Z] --- SKIP: TestConfigList (0.01s) [2020-09-09T17:38:08.886Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:08.886Z] === RUN TestConfigsCreateAndDelete [2020-09-09T17:38:08.886Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-09-09T17:38:08.886Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:08.886Z] === RUN TestConfigsUpdate [2020-09-09T17:38:08.886Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-09-09T17:38:08.886Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:08.886Z] === RUN TestTemplatedConfig [2020-09-09T17:38:08.886Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-09T17:38:08.886Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:08.886Z] === RUN TestConfigCreateResolve [2020-09-09T17:38:08.886Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-09-09T17:38:08.886Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:08.886Z] === RUN TestConfigDaemonLibtrustID [2020-09-09T17:38:09.260Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2020-09-09T17:38:09.782Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.86s) [2020-09-09T17:38:09.782Z] === RUN TestCreateServiceSecretFileMode [2020-09-09T17:38:09.928Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-09T17:38:10.189Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-09T17:38:10.189Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-09-09T17:38:10.266Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2020-09-09T17:38:10.266Z] PASS [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] === Skipped [2020-09-09T17:38:10.266Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-09-09T17:38:10.266Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-09-09T17:38:10.266Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-09-09T17:38:10.266Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-09-09T17:38:10.266Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-09-09T17:38:10.266Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-09-09T17:38:10.266Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] [2020-09-09T17:38:10.266Z] DONE 7 tests, 6 skipped in 1.772s [2020-09-09T17:38:10.266Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-09T17:38:10.266Z] INFO: Testing against a local daemon [2020-09-09T17:38:10.266Z] === RUN TestCheckpoint [2020-09-09T17:38:10.266Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-09T17:38:10.266Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:38:10.266Z] === RUN TestContainerInvalidJSON [2020-09-09T17:38:10.266Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:38:10.266Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:38:10.266Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:38:10.266Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:38:10.266Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:38:10.266Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:38:10.266Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:38:10.266Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:38:10.266Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:38:10.266Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-09T17:38:10.266Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-09T17:38:10.266Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-09T17:38:10.266Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-09T17:38:10.266Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-09T17:38:10.266Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-09-09T17:38:10.266Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-09T17:38:10.313Z] ok github.com/docker/docker/volume/mounts 0.049s coverage: 67.0% of statements [2020-09-09T17:38:10.450Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-09T17:38:10.525Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-09-09T17:38:10.525Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-09T17:38:10.525Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-09-09T17:38:10.525Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-09T17:38:10.525Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-09-09T17:38:10.525Z] === RUN TestCopyFromContainer [2020-09-09T17:38:10.608Z] ok github.com/docker/docker/volume/local 0.055s coverage: 73.0% of statements [2020-09-09T17:38:11.391Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-09T17:38:11.651Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-09T17:38:11.654Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2020-09-09T17:38:11.911Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-09T17:38:12.172Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-09T17:38:13.084Z] --- PASS: TestCreateServiceSecretFileMode (3.30s) [2020-09-09T17:38:13.084Z] === RUN TestCreateServiceConfigFileMode [2020-09-09T17:38:13.555Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-09-09T17:38:14.495Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer// [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer//bar/root [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/quux [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-09T17:38:14.714Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer (4.25s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-09T17:38:14.714Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-09T17:38:14.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-09T17:38:14.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:38:14.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:38:14.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:38:14.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:38:14.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:38:14.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:38:14.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:38:14.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:38:14.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:38:14.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-09T17:38:14.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-09T17:38:14.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-09T17:38:14.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-09T17:38:14.714Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-09T17:38:14.974Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-09-09T17:38:14.974Z] === RUN TestCreateWithInvalidEnv [2020-09-09T17:38:14.974Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-09T17:38:14.974Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-09T17:38:14.974Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-09T17:38:14.974Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-09T17:38:14.974Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-09T17:38:14.974Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-09T17:38:14.974Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-09T17:38:14.974Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-09T17:38:14.974Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-09T17:38:14.974Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-09T17:38:14.974Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-09T17:38:14.974Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-09T17:38:14.974Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-09T17:38:14.974Z] === RUN TestCreateTmpfsMountsTarget [2020-09-09T17:38:14.974Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-09-09T17:38:14.974Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-09T17:38:15.634Z] --- PASS: TestCreateServiceConfigFileMode (3.16s) [2020-09-09T17:38:15.634Z] === RUN TestCreateServiceSysctls [2020-09-09T17:38:15.877Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-09T17:38:16.350Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2020-09-09T17:38:16.350Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2020-09-09T17:38:17.286Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-09T17:38:17.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:38:17.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:38:17.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:38:17.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:38:17.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:38:17.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:38:17.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:38:17.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:38:17.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:38:17.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:38:17.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:38:17.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:38:17.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:38:17.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:38:17.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-09T17:38:17.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-09T17:38:17.286Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-09T17:38:17.854Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2020-09-09T17:38:17.854Z] === RUN TestCreateDifferentPlatform [2020-09-09T17:38:17.854Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-09T17:38:17.854Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-09T17:38:17.854Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-09T17:38:17.854Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-09T17:38:17.854Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-09T17:38:17.854Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-09T17:38:17.854Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-09-09T17:38:17.854Z] === RUN TestContainerStartOnDaemonRestart [2020-09-09T17:38:17.854Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-09-09T17:38:17.854Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-09T17:38:17.854Z] === RUN TestDaemonRestartIpcMode [2020-09-09T17:38:17.854Z] === PAUSE TestDaemonRestartIpcMode [2020-09-09T17:38:17.854Z] === RUN TestDaemonHostGatewayIP [2020-09-09T17:38:17.854Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-09-09T17:38:17.854Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:38:17.854Z] === RUN TestContainerKillOnDaemonStart [2020-09-09T17:38:17.854Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-09T17:38:17.854Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-09T17:38:17.854Z] === RUN TestDiff [2020-09-09T17:38:18.112Z] --- PASS: TestDiff (0.43s) [2020-09-09T17:38:18.113Z] === RUN TestExecWithCloseStdin [2020-09-09T17:38:18.417Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-09T17:38:18.680Z] --- PASS: TestExecWithCloseStdin (0.46s) [2020-09-09T17:38:18.680Z] === RUN TestExec [2020-09-09T17:38:18.986Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-09-09T17:38:19.246Z] --- PASS: TestExec (0.52s) [2020-09-09T17:38:19.246Z] === RUN TestExecUser [2020-09-09T17:38:19.505Z] --- PASS: TestExecUser (0.47s) [2020-09-09T17:38:19.505Z] === RUN TestExportContainerAndImportImage [2020-09-09T17:38:19.556Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-09T17:38:20.442Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2020-09-09T17:38:20.442Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-09T17:38:20.921Z] --- PASS: TestCreateServiceSysctls (4.30s) [2020-09-09T17:38:20.921Z] === RUN TestCreateServiceCapabilities [2020-09-09T17:38:20.937Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-09T17:38:22.319Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-09T17:38:23.465Z] --- PASS: TestCreateServiceCapabilities (3.38s) [2020-09-09T17:38:23.465Z] === RUN TestInspect [2020-09-09T17:38:23.782Z] --- PASS: TestExportContainerAfterDaemonRestart (3.36s) [2020-09-09T17:38:23.782Z] === RUN TestHealthCheckWorkdir [2020-09-09T17:38:24.370Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2020-09-09T17:38:24.370Z] === RUN TestHealthKillContainer [2020-09-09T17:38:26.766Z] --- PASS: TestInspect (3.35s) [2020-09-09T17:38:26.766Z] === RUN TestCreateJob [2020-09-09T17:38:26.901Z] --- PASS: TestHealthKillContainer (2.49s) [2020-09-09T17:38:26.901Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-09T17:38:27.017Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.6% of statements [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/rootless [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-09T17:38:27.017Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/volume [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-09T17:38:27.018Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === Skipped [2020-09-09T17:38:27.018Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-09T17:38:27.018Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-09T17:38:27.018Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-09T17:38:27.018Z] time="2020-09-09T17:37:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-09T17:38:27.018Z] time="2020-09-09T17:37:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-09T17:38:27.018Z] time="2020-09-09T17:37:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-09T17:38:27.018Z] time="2020-09-09T17:37:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-09T17:38:27.018Z] time="2020-09-09T17:37:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-09T17:38:27.018Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-09T17:38:27.018Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-09T17:38:27.018Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:38:27.018Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-09T17:38:27.018Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-09T17:38:27.018Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-09T17:38:27.018Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] [2020-09-09T17:38:27.018Z] DONE 2142 tests, 26 skipped in 258.622s [2020-09-09T17:38:27.159Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2020-09-09T17:38:27.159Z] === RUN TestIpcModeNone Post stage [Pipeline] junit [2020-09-09T17:38:27.364Z] Recording test results [2020-09-09T17:38:27.417Z] --- PASS: TestIpcModeNone (0.47s) [2020-09-09T17:38:27.417Z] === RUN TestIpcModePrivate [2020-09-09T17:38:27.597Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-09T17:38:27.985Z] --- PASS: TestIpcModePrivate (0.44s) [2020-09-09T17:38:27.985Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-09T17:38:27.985Z] === RUN TestIpcModeShareable [2020-09-09T17:38:27.985Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-09-09T17:38:27.985Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:38:27.985Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-09T17:38:28.199Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -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:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/make.sh dynbinary test-integration [2020-09-09T17:38:28.496Z] [2020-09-09T17:38:28.496Z] Removing bundles/ [2020-09-09T17:38:28.496Z] [2020-09-09T17:38:28.496Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-09T17:38:28.496Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:38:28.496Z] GOOS="" GOARCH="" GOARM="" [2020-09-09T17:38:29.169Z] INFO: Extraction ended at 09/09/2020 17:38:26. Duration:00:00:23.1832866 [2020-09-09T17:38:29.169Z] INFO: Updating the golang and path environment variables [2020-09-09T17:38:29.169Z] INFO: GOPATH=d:\gopath [2020-09-09T17:38:29.169Z] INFO: go version go1.13.15 windows/amd64 [2020-09-09T17:38:29.169Z] INFO: Running the daemon under test in debug mode [2020-09-09T17:38:29.169Z] INFO: Starting a daemon under test... [2020-09-09T17:38:29.169Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41411\2\daemon --pidfile d:\CI\PR-41411\2\docker.pid -D [2020-09-09T17:38:29.169Z] INFO: Process started successfully. [2020-09-09T17:38:29.169Z] INFO: Start tailing logs of the daemon under tests [2020-09-09T17:38:29.169Z] INFO: Waiting for the daemon under test to start... [2020-09-09T17:38:29.888Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.53s) [2020-09-09T17:38:29.888Z] === RUN TestAPIIpcModeHost [2020-09-09T17:38:29.888Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-09-09T17:38:29.888Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:38:29.888Z] === RUN TestDaemonIpcModeShareable [2020-09-09T17:38:29.888Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-09-09T17:38:29.888Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:38:29.888Z] === RUN TestDaemonIpcModePrivate [2020-09-09T17:38:30.717Z] INFO: Daemon under test started and replied! [2020-09-09T17:38:30.717Z] INFO: Docker version of the daemon under test [2020-09-09T17:38:30.717Z] [2020-09-09T17:38:30.717Z] Client: [2020-09-09T17:38:30.717Z] Version: 17.06.2-ce [2020-09-09T17:38:30.717Z] API version: 1.30 [2020-09-09T17:38:30.717Z] Go version: go1.8.3 [2020-09-09T17:38:30.717Z] Git commit: cec0b72 [2020-09-09T17:38:30.717Z] Built: Tue Sep 5 19:57:19 2017 [2020-09-09T17:38:30.717Z] OS/Arch: windows/amd64 [2020-09-09T17:38:30.717Z] [2020-09-09T17:38:30.717Z] Server: [2020-09-09T17:38:30.717Z] Version: 0.0.0-dev [2020-09-09T17:38:30.717Z] API version: 1.41 (minimum version 1.24) [2020-09-09T17:38:30.717Z] Go version: go1.13.15 [2020-09-09T17:38:30.717Z] Git commit: 4745bdc06b [2020-09-09T17:38:30.717Z] Built: 09/09/2020 17:36:50 [2020-09-09T17:38:30.717Z] OS/Arch: windows/amd64 [2020-09-09T17:38:30.717Z] Experimental: false [2020-09-09T17:38:30.717Z] [2020-09-09T17:38:30.717Z] INFO: Docker info of the daemon under test [2020-09-09T17:38:30.717Z] [2020-09-09T17:38:30.967Z] --- PASS: TestCreateJob (4.12s) [2020-09-09T17:38:30.967Z] === RUN TestReplicatedJob [2020-09-09T17:38:31.180Z] Containers: 0 [2020-09-09T17:38:31.180Z] Running: 0 [2020-09-09T17:38:31.180Z] Paused: 0 [2020-09-09T17:38:31.180Z] Stopped: 0 [2020-09-09T17:38:31.180Z] Images: 0 [2020-09-09T17:38:31.180Z] Server Version: 0.0.0-dev [2020-09-09T17:38:31.180Z] Storage Driver: windowsfilter [2020-09-09T17:38:31.180Z] Windows: [2020-09-09T17:38:31.180Z] Logging Driver: json-file [2020-09-09T17:38:31.180Z] Plugins: [2020-09-09T17:38:31.180Z] Volume: local [2020-09-09T17:38:31.180Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-09T17:38:31.180Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-09T17:38:31.180Z] Swarm: inactive [2020-09-09T17:38:31.180Z] Default Isolation: process [2020-09-09T17:38:31.180Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-09T17:38:31.180Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-09T17:38:31.180Z] OSType: windows [2020-09-09T17:38:31.180Z] Architecture: x86_64 [2020-09-09T17:38:31.180Z] CPUs: 4 [2020-09-09T17:38:31.180Z] Total Memory: 32GiB [2020-09-09T17:38:31.180Z] Name: azwin-2-5bb1e0 [2020-09-09T17:38:31.180Z] ID: AOU6:4O5D:4BHT:VPXV:FSNG:KY3D:K3VX:65CW:EBOK:X7MW:E2NH:7PDY [2020-09-09T17:38:31.180Z] Docker Root Dir: D:\CI\PR-41411\2\daemon [2020-09-09T17:38:31.180Z] Debug Mode (client): false [2020-09-09T17:38:31.180Z] Debug Mode (server): true [2020-09-09T17:38:31.180Z] File Descriptors: -1 [2020-09-09T17:38:31.180Z] Goroutines: 17 [2020-09-09T17:38:31.180Z] System Time: 2020-09-09T17:38:30.6906122Z [2020-09-09T17:38:31.180Z] EventsListeners: 0 [2020-09-09T17:38:31.180Z] Registry: https://index.docker.io/v1/ [2020-09-09T17:38:31.180Z] Labels: [2020-09-09T17:38:31.180Z] Experimental: false [2020-09-09T17:38:31.180Z] Insecure Registries: [2020-09-09T17:38:31.180Z] 127.0.0.0/8 [2020-09-09T17:38:31.180Z] Live Restore Enabled: false [2020-09-09T17:38:31.180Z] [2020-09-09T17:38:31.180Z] [2020-09-09T17:38:31.180Z] INFO: Docker images of the daemon under test [2020-09-09T17:38:31.180Z] [2020-09-09T17:38:31.180Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-09T17:38:31.180Z] [2020-09-09T17:38:31.180Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-09-09T17:38:31.180Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-09-09T17:38:31.180Z] ltsc2019: Pulling from windows/servercore [2020-09-09T17:38:31.180Z] 4612f6d0b889: Pulling fs layer [2020-09-09T17:38:31.180Z] c3aff4450246: Pulling fs layer [2020-09-09T17:38:31.500Z] --- PASS: TestImportExtremelyLargeImageWorks (80.29s) [2020-09-09T17:38:31.500Z] PASS [2020-09-09T17:38:31.500Z] [2020-09-09T17:38:31.500Z] === Skipped [2020-09-09T17:38:31.500Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:38:31.500Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:38:31.500Z] [2020-09-09T17:38:31.500Z] [2020-09-09T17:38:31.500Z] DONE 12 tests, 1 skipped in 81.734s [2020-09-09T17:38:31.500Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-09-09T17:38:31.500Z] ++ 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-09-09T17:38:31.500Z] ++ set -e [2020-09-09T17:38:31.500Z] ++ '[' -n 0 ']' [2020-09-09T17:38:31.500Z] ++ set -x [2020-09-09T17:38:31.500Z] ++ env -i DEST=/go/src/github.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-09-09T17:38:31.500Z] INFO: Testing against a local daemon [2020-09-09T17:38:31.500Z] === RUN TestNetworkCreateDelete [2020-09-09T17:38:31.500Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-09-09T17:38:31.500Z] === RUN TestDockerNetworkDeletePreferID [2020-09-09T17:38:31.500Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2020-09-09T17:38:31.500Z] === RUN TestDaemonDNSFallback [2020-09-09T17:38:32.417Z] --- PASS: TestDaemonIpcModePrivate (2.53s) [2020-09-09T17:38:32.418Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false [2020-09-09T17:38:32.418Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-09T17:38:32.418Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-09T17:38:32.418Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:38:32.418Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-09T17:38:32.418Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-09T17:38:32.418Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:38:32.418Z] === RUN TestIpcModeOlderClient [2020-09-09T17:38:32.418Z] === PAUSE TestIpcModeOlderClient [2020-09-09T17:38:32.418Z] === RUN TestKillContainerInvalidSignal [2020-09-09T17:38:32.418Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2020-09-09T17:38:32.418Z] === RUN TestKillContainer [2020-09-09T17:38:32.418Z] === RUN TestKillContainer/no_signal [2020-09-09T17:38:32.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-09-09T17:38:32.911Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-09-09T17:38:32.911Z] Copying nested executables into bundles/cross/linux/amd64 [2020-09-09T17:38:32.911Z] Cross building: bundles/cross/windows/amd64 [2020-09-09T17:38:32.911Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-09T17:38:32.911Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-09-09T17:38:32.984Z] === RUN TestKillContainer/non_killing_signal [2020-09-09T17:38:33.243Z] === RUN TestKillContainer/killing_signal [2020-09-09T17:38:33.454Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-09-09T17:38:33.562Z] --- PASS: TestDaemonDNSFallback (2.60s) [2020-09-09T17:38:33.562Z] === RUN TestInspectNetwork [2020-09-09T17:38:33.811Z] --- PASS: TestKillContainer (1.31s) [2020-09-09T17:38:33.811Z] --- PASS: TestKillContainer/no_signal (0.39s) [2020-09-09T17:38:33.811Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2020-09-09T17:38:33.811Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2020-09-09T17:38:33.811Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-09T17:38:33.811Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-09T17:38:34.377Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-09T17:38:34.944Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.00s) [2020-09-09T17:38:34.944Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2020-09-09T17:38:34.944Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-09-09T17:38:34.944Z] === RUN TestKillStoppedContainer [2020-09-09T17:38:34.944Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-09-09T17:38:34.944Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-09T17:38:34.944Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-09-09T17:38:34.944Z] === RUN TestKillDifferentUserContainer [2020-09-09T17:38:35.202Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2020-09-09T17:38:35.203Z] === RUN TestInspectOomKilledTrue [2020-09-09T17:38:35.203Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-09T17:38:35.203Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:38:35.203Z] === RUN TestInspectOomKilledFalse [2020-09-09T17:38:35.203Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-09T17:38:35.203Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:38:35.203Z] === RUN TestLinksEtcHostsContentMatch [2020-09-09T17:38:35.203Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-09-09T17:38:35.203Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-09T17:38:35.203Z] === RUN TestLinksContainerNames [2020-09-09T17:38:36.139Z] --- PASS: TestLinksContainerNames (0.88s) [2020-09-09T17:38:36.139Z] === RUN TestLogsFollowTailEmpty [2020-09-09T17:38:36.705Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2020-09-09T17:38:36.705Z] === RUN TestContainerNetworkMountsNoChown [2020-09-09T17:38:36.963Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/default [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/default [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/private [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/private [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rprivate [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/slave [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/slave [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rslave [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/shared [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/shared [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rshared [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/default [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/rslave [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/rshared [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/shared [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/rprivate [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/slave [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/private [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-09T17:38:36.963Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:38:36.963Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-09T17:38:36.963Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:38:36.964Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:38:36.964Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:38:37.013Z] c3aff4450246: Verifying Checksum [2020-09-09T17:38:37.013Z] c3aff4450246: Download complete [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-09T17:38:37.223Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:38:37.481Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-09T17:38:37.481Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-09T17:38:37.482Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-09T17:38:37.482Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-09T17:38:37.482Z] === RUN TestContainerBindMountNonRecursive [2020-09-09T17:38:37.482Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-09-09T17:38:37.482Z] 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-09-09T17:38:37.482Z] === RUN TestNetworkNat [2020-09-09T17:38:37.555Z] --- PASS: TestReplicatedJob (6.34s) [2020-09-09T17:38:37.555Z] === RUN TestUpdateReplicatedJob [2020-09-09T17:38:38.049Z] --- PASS: TestNetworkNat (0.62s) [2020-09-09T17:38:38.049Z] === RUN TestNetworkLocalhostTCPNat [2020-09-09T17:38:38.984Z] --- PASS: TestNetworkLocalhostTCPNat (0.59s) [2020-09-09T17:38:38.984Z] === RUN TestNetworkLoopbackNat [2020-09-09T17:38:39.123Z] === RUN TestInspectNetwork/full_network_id [2020-09-09T17:38:39.123Z] === RUN TestInspectNetwork/partial_network_id [2020-09-09T17:38:39.123Z] === RUN TestInspectNetwork/network_name [2020-09-09T17:38:39.123Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-09T17:38:41.513Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2020-09-09T17:38:41.513Z] === RUN TestPause [2020-09-09T17:38:41.513Z] --- SKIP: TestPause (0.00s) [2020-09-09T17:38:41.513Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:38:41.513Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-09T17:38:41.513Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:38:41.513Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:38:41.513Z] === RUN TestPauseStopPausedContainer [2020-09-09T17:38:41.513Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-09-09T17:38:41.513Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:38:41.513Z] === RUN TestPsFilter [2020-09-09T17:38:41.756Z] --- PASS: TestUpdateReplicatedJob (4.27s) [2020-09-09T17:38:41.756Z] === RUN TestServiceListWithStatuses [2020-09-09T17:38:41.756Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-09T17:38:41.756Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:38:41.756Z] === RUN TestDockerNetworkConnectAlias [2020-09-09T17:38:41.771Z] --- PASS: TestPsFilter (0.28s) [2020-09-09T17:38:41.771Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-09T17:38:42.029Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2020-09-09T17:38:42.029Z] === RUN TestRemoveContainerWithVolume [2020-09-09T17:38:42.596Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-09-09T17:38:42.596Z] === RUN TestRemoveContainerRunning [2020-09-09T17:38:42.855Z] --- PASS: TestRemoveContainerRunning (0.42s) [2020-09-09T17:38:42.855Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-09T17:38:43.421Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2020-09-09T17:38:43.421Z] === RUN TestRemoveInvalidContainer [2020-09-09T17:38:43.421Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-09T17:38:43.421Z] === RUN TestRenameLinkedContainer [2020-09-09T17:38:44.833Z] --- PASS: TestInspectNetwork (11.14s) [2020-09-09T17:38:44.833Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-09T17:38:44.833Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-09T17:38:44.833Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-09T17:38:44.833Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-09T17:38:44.833Z] === RUN TestRunContainerWithBridgeNone [2020-09-09T17:38:45.321Z] --- PASS: TestRenameLinkedContainer (1.90s) [2020-09-09T17:38:45.321Z] === RUN TestRenameStoppedContainer [2020-09-09T17:38:45.580Z] --- PASS: TestRenameStoppedContainer (0.41s) [2020-09-09T17:38:45.580Z] === RUN TestRenameRunningContainerAndReuse [2020-09-09T17:38:45.610Z] 4612f6d0b889: Verifying Checksum [2020-09-09T17:38:45.610Z] 4612f6d0b889: Download complete [2020-09-09T17:38:45.675Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-09T17:38:46.516Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2020-09-09T17:38:46.516Z] === RUN TestRenameInvalidName [2020-09-09T17:38:46.774Z] --- PASS: TestRenameInvalidName (0.42s) [2020-09-09T17:38:46.774Z] === RUN TestRenameAnonymousContainer [2020-09-09T17:38:46.979Z] --- PASS: TestRunContainerWithBridgeNone (2.51s) [2020-09-09T17:38:46.979Z] === RUN TestNetworkInvalidJSON [2020-09-09T17:38:46.979Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-09T17:38:46.979Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-09T17:38:46.979Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:38:46.979Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:38:46.979Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:38:46.979Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:38:46.979Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-09T17:38:46.979Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:38:46.979Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:38:46.979Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-09T17:38:46.979Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-09T17:38:46.979Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-09T17:38:46.979Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-09-09T17:38:46.979Z] === RUN TestHostIPv4BridgeLabel [2020-09-09T17:38:47.610Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-09-09T17:38:47.610Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-09T17:38:48.215Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-09T17:38:48.337Z] --- PASS: TestDockerNetworkConnectAlias (6.58s) [2020-09-09T17:38:48.337Z] === RUN TestDockerNetworkReConnect [2020-09-09T17:38:48.677Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2020-09-09T17:38:48.677Z] === RUN TestRenameContainerWithSameName [2020-09-09T17:38:48.715Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-09-09T17:38:48.715Z] === RUN TestDaemonDefaultNetworkPools [2020-09-09T17:38:48.935Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-09-09T17:38:48.935Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-09T17:38:49.443Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s) [2020-09-09T17:38:49.444Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-09T17:38:49.870Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2020-09-09T17:38:49.870Z] === RUN TestResize [2020-09-09T17:38:50.129Z] --- PASS: TestResize (0.43s) [2020-09-09T17:38:50.129Z] === RUN TestResizeWithInvalidSize [2020-09-09T17:38:50.695Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2020-09-09T17:38:50.695Z] === RUN TestResizeWhenContainerNotStarted [2020-09-09T17:38:50.953Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2020-09-09T17:38:50.953Z] === RUN TestDaemonRestartKillContainers [2020-09-09T17:38:50.953Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:38:50.953Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-09T17:38:50.953Z] === RUN TestCgroupNamespacesRun [2020-09-09T17:38:51.024Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2020-09-09T17:38:51.024Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-09T17:38:52.075Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2020-09-09T17:38:52.075Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-09T17:38:52.771Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-09-09T17:38:52.771Z] === RUN TestServiceWithPredefinedNetwork [2020-09-09T17:38:53.484Z] --- PASS: TestCgroupNamespacesRun (2.29s) [2020-09-09T17:38:53.484Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-09T17:38:53.621Z] --- PASS: TestDockerNetworkReConnect (5.00s) [2020-09-09T17:38:53.621Z] === RUN TestServicePlugin [2020-09-09T17:38:53.621Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-09T17:38:53.621Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:38:53.621Z] === RUN TestServiceUpdateLabel [2020-09-09T17:38:55.386Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.13s) [2020-09-09T17:38:55.386Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-09T17:38:56.164Z] --- PASS: TestServiceUpdateLabel (2.70s) [2020-09-09T17:38:56.164Z] === RUN TestServiceUpdateSecrets [2020-09-09T17:38:56.344Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-09T17:38:56.457Z] --- PASS: TestServiceWithPredefinedNetwork (3.59s) [2020-09-09T17:38:56.457Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-09T17:38:56.457Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:38:56.457Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:38:56.457Z] === RUN TestServiceWithDataPathPortInit [2020-09-09T17:38:56.914Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-09T17:38:57.483Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-09T17:38:57.915Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.17s) [2020-09-09T17:38:57.915Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-09T17:38:58.053Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-09T17:38:59.433Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-09T17:38:59.433Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-09T17:38:59.693Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-09T17:38:59.815Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s) [2020-09-09T17:38:59.815Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-09T17:39:02.347Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.18s) [2020-09-09T17:39:02.347Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-09T17:39:02.989Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-09-09T17:39:02.989Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-09-09T17:39:04.252Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.34s) [2020-09-09T17:39:04.252Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-09T17:39:06.155Z] --- PASS: TestCgroupNamespacesRunInvalidMode (2.02s) [2020-09-09T17:39:06.155Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-09T17:39:08.711Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.22s) [2020-09-09T17:39:08.711Z] === RUN TestKernelTCPMemory [2020-09-09T17:39:08.711Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-09-09T17:39:08.711Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:08.711Z] === RUN TestNISDomainname [2020-09-09T17:39:08.711Z] --- SKIP: TestNISDomainname (0.01s) [2020-09-09T17:39:08.711Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-09T17:39:08.711Z] === RUN TestHostnameDnsResolution [2020-09-09T17:39:09.302Z] --- PASS: TestHostnameDnsResolution (0.82s) [2020-09-09T17:39:09.302Z] === RUN TestStats [2020-09-09T17:39:09.302Z] --- SKIP: TestStats (0.00s) [2020-09-09T17:39:09.302Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:09.302Z] === RUN TestStopContainerWithTimeout [2020-09-09T17:39:09.302Z] === RUN TestStopContainerWithTimeout/0 [2020-09-09T17:39:09.302Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-09T17:39:09.302Z] === RUN TestStopContainerWithTimeout/1 [2020-09-09T17:39:09.302Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-09T17:39:09.302Z] === RUN TestStopContainerWithTimeout/3 [2020-09-09T17:39:09.302Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-09T17:39:09.302Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-09T17:39:09.302Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-09T17:39:09.302Z] === CONT TestStopContainerWithTimeout/0 [2020-09-09T17:39:09.302Z] === CONT TestStopContainerWithTimeout/3 [2020-09-09T17:39:09.576Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-09T17:39:09.576Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-09T17:39:09.836Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-09T17:39:10.240Z] === CONT TestStopContainerWithTimeout/1 [2020-09-09T17:39:10.407Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-09T17:39:10.977Z] === RUN TestDockerSuite/TestBuildFails [2020-09-09T17:39:11.546Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-09T17:39:11.546Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-09T17:39:11.615Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-09T17:39:13.455Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-09T17:39:14.144Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-09T17:39:14.144Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2020-09-09T17:39:14.144Z] --- PASS: TestStopContainerWithTimeout/1 (1.53s) [2020-09-09T17:39:14.144Z] --- PASS: TestStopContainerWithTimeout/3 (2.74s) [2020-09-09T17:39:14.144Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2020-09-09T17:39:14.144Z] === RUN TestDeleteDevicemapper [2020-09-09T17:39:14.144Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2020-09-09T17:39:14.144Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:39:14.144Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-09T17:39:14.276Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2020-09-09T17:39:14.276Z] === RUN TestServiceUpdateConfigs [2020-09-09T17:39:15.366Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-09T17:39:16.676Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.51s) [2020-09-09T17:39:16.676Z] === RUN TestUpdateMemory [2020-09-09T17:39:16.676Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-09T17:39:16.676Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:16.676Z] === RUN TestUpdateCPUQuota [2020-09-09T17:39:16.676Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-09-09T17:39:16.676Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:16.676Z] === RUN TestUpdatePidsLimit [2020-09-09T17:39:16.676Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-09-09T17:39:16.676Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:16.676Z] === RUN TestUpdateRestartPolicy [2020-09-09T17:39:17.276Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-09T17:39:18.658Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-09T17:39:18.918Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-09T17:39:19.007Z] --- PASS: TestServiceWithDataPathPortInit (20.72s) [2020-09-09T17:39:19.007Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-09T17:39:19.857Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-09T17:39:21.767Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-09T17:39:22.337Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-09T17:39:22.597Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-09T17:39:23.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-09-09T17:39:24.479Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-09-09T17:39:24.740Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-09T17:39:26.502Z] --- PASS: TestServiceUpdateConfigs (15.38s) [2020-09-09T17:39:26.502Z] === RUN TestServiceUpdateNetwork [2020-09-09T17:39:27.285Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-09T17:39:27.484Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.66s) [2020-09-09T17:39:27.484Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:arnief5t3bm4dh1t3g1rdf4x4 Created:2020-09-09 17:39:18.3566497 +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[e2b1ef05fd42bfcae18963d0391227c83913efbb699dcf5a897001fc26711017:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.29o3btmr7a3xvzl0slsgjsygs EndpointID:469098b92d06a36d1ebf5ec0158069bc8614b2ca7d1e48816b72858473a88fa0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a0df99952717aed67b18a7785200158a91879e3f29c931a62f07f9a6e97be82c 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:f73c190c4634 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.29o3btmr7a3xvzl0slsgjsygs EndpointID:469098b92d06a36d1ebf5ec0158069bc8614b2ca7d1e48816b72858473a88fa0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-09T17:39:27.484Z] PASS [2020-09-09T17:39:27.484Z] [2020-09-09T17:39:27.484Z] === Skipped [2020-09-09T17:39:27.484Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:39:27.484Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:39:27.484Z] [2020-09-09T17:39:27.484Z] [2020-09-09T17:39:27.484Z] DONE 23 tests, 1 skipped in 57.810s [2020-09-09T17:39:27.484Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:39:27.484Z] ++ 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-09-09T17:39:27.484Z] ++ set -e [2020-09-09T17:39:27.484Z] ++ '[' -n 0 ']' [2020-09-09T17:39:27.484Z] ++ set -x [2020-09-09T17:39:27.484Z] ++ env -i DEST=/go/src/github.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-09-09T17:39:27.775Z] INFO: Testing against a local daemon [2020-09-09T17:39:27.775Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-09T17:39:27.775Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:39:27.775Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:39:27.775Z] === RUN TestDockerNetworkIpvlan [2020-09-09T17:39:27.775Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:39:27.775Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:39:27.775Z] PASS [2020-09-09T17:39:27.775Z] [2020-09-09T17:39:27.775Z] === Skipped [2020-09-09T17:39:27.775Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:39:27.775Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:39:27.775Z] [2020-09-09T17:39:27.775Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:39:27.775Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:39:27.775Z] [2020-09-09T17:39:27.775Z] [2020-09-09T17:39:27.775Z] DONE 2 tests, 2 skipped in 0.195s [2020-09-09T17:39:27.775Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:39:27.775Z] ++ 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-09-09T17:39:27.775Z] ++ set -e [2020-09-09T17:39:27.775Z] ++ '[' -n 0 ']' [2020-09-09T17:39:27.775Z] ++ set -x [2020-09-09T17:39:27.775Z] ++ env -i DEST=/go/src/github.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-09-09T17:39:27.775Z] INFO: Testing against a local daemon [2020-09-09T17:39:27.775Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-09T17:39:28.876Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2020-09-09T17:39:28.876Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-09T17:39:28.876Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2020-09-09T17:39:28.876Z] === RUN TestWaitNonBlocked [2020-09-09T17:39:28.876Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:39:28.876Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:39:28.876Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:39:28.876Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:39:28.876Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:39:28.876Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:39:28.876Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-09T17:39:28.876Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s) [2020-09-09T17:39:28.876Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2020-09-09T17:39:28.876Z] === RUN TestWaitBlocked [2020-09-09T17:39:28.876Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:39:28.876Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:39:28.876Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:39:28.876Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:39:28.876Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:39:28.876Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:39:29.135Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-09T17:39:29.135Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2020-09-09T17:39:29.135Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2020-09-09T17:39:29.135Z] === CONT TestDaemonRestartIpcMode [2020-09-09T17:39:29.135Z] === CONT TestIpcModeOlderClient [2020-09-09T17:39:29.203Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-09T17:39:29.280Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-09-09T17:39:29.281Z] === RUN TestDockerNetworkMacvlan [2020-09-09T17:39:29.394Z] --- PASS: TestIpcModeOlderClient (0.10s) [2020-09-09T17:39:30.314Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-09T17:39:30.945Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-09T17:39:31.977Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-09T17:39:32.498Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-09T17:39:33.068Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-09T17:39:33.328Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-09T17:39:33.586Z] --- PASS: TestDaemonRestartIpcMode (4.29s) [2020-09-09T17:39:33.586Z] PASS [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === Skipped [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-09T17:39:33.586Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-09-09T17:39:33.586Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-09-09T17:39:33.586Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-09-09T17:39:33.586Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-09-09T17:39:33.586Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-09-09T17:39:33.586Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-09-09T17:39:33.586Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-09T17:39:33.586Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-09T17:39:33.586Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-09T17:39:33.586Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-09T17:39:33.586Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-09-09T17:39:33.586Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-09-09T17:39:33.586Z] 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-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-09-09T17:39:33.586Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:39:33.586Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-09-09T17:39:33.586Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:39:33.586Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-09-09T17:39:33.586Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-09-09T17:39:33.586Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-09-09T17:39:33.586Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.01s) [2020-09-09T17:39:33.586Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-09T17:39:33.586Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-09-09T17:39:33.586Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-09-09T17:39:33.586Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] [2020-09-09T17:39:33.586Z] DONE 173 tests, 24 skipped in 83.442s [2020-09-09T17:39:33.586Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-09T17:39:33.845Z] INFO: Testing against a local daemon [2020-09-09T17:39:33.845Z] === RUN TestCommitInheritsEnv [2020-09-09T17:39:33.900Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-09T17:39:34.470Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-09T17:39:34.729Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-09T17:39:35.224Z] --- PASS: TestCommitInheritsEnv (1.38s) [2020-09-09T17:39:35.224Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-09T17:39:35.224Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-09T17:39:35.224Z] === RUN TestImagesFilterMultiReference [2020-09-09T17:39:35.224Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-09-09T17:39:35.224Z] === RUN TestImagePullPlatformInvalid [2020-09-09T17:39:35.224Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-09-09T17:39:35.224Z] === RUN TestRemoveImageOrphaning [2020-09-09T17:39:35.301Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-09T17:39:35.870Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-09T17:39:36.429Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-09T17:39:36.440Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-09T17:39:36.699Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-09T17:39:36.959Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-09T17:39:37.127Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2020-09-09T17:39:37.127Z] === RUN TestRemoveImageGarbageCollector [2020-09-09T17:39:37.127Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:39:37.127Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-09T17:39:37.127Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-09T17:39:37.127Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-09T17:39:37.127Z] === RUN TestTagInvalidReference [2020-09-09T17:39:37.127Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-09T17:39:37.127Z] === RUN TestTagValidPrefixedRepo [2020-09-09T17:39:37.385Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-09T17:39:37.385Z] === RUN TestTagExistedNameWithoutForce [2020-09-09T17:39:37.385Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-09T17:39:37.385Z] === RUN TestTagOfficialNames [2020-09-09T17:39:37.385Z] --- PASS: TestTagOfficialNames (0.06s) [2020-09-09T17:39:37.385Z] === RUN TestTagMatchesDigest [2020-09-09T17:39:37.385Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-09T17:39:37.385Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-09T17:39:37.529Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-09T17:39:38.912Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-09T17:39:39.985Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-09T17:39:41.410Z] --- PASS: TestServiceUpdateNetwork (14.76s) [2020-09-09T17:39:41.410Z] === RUN TestServiceUpdatePidsLimit [2020-09-09T17:39:41.453Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-09T17:39:42.356Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-09T17:39:43.302Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-09T17:39:46.734Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-09T17:39:46.884Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan (19.06s) [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.46s) [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.43s) [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.15s) [2020-09-09T17:39:48.388Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2020-09-09T17:39:48.388Z] PASS [2020-09-09T17:39:48.388Z] [2020-09-09T17:39:48.388Z] DONE 8 tests in 20.593s [2020-09-09T17:39:48.388Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-09T17:39:48.388Z] ++ 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-09-09T17:39:48.388Z] ++ set -e [2020-09-09T17:39:48.388Z] ++ '[' -n 0 ']' [2020-09-09T17:39:48.388Z] ++ set -x [2020-09-09T17:39:48.388Z] ++ env -i DEST=/go/src/github.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-09-09T17:39:48.388Z] testing: warning: no tests to run [2020-09-09T17:39:48.388Z] PASS [2020-09-09T17:39:48.388Z] [2020-09-09T17:39:48.388Z] DONE 0 tests in 0.083s [2020-09-09T17:39:48.388Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-09T17:39:48.389Z] ++ 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-09-09T17:39:48.389Z] ++ set -e [2020-09-09T17:39:48.389Z] ++ '[' -n 0 ']' [2020-09-09T17:39:48.389Z] ++ set -x [2020-09-09T17:39:48.389Z] ++ env -i DEST=/go/src/github.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-09-09T17:39:48.679Z] INFO: Testing against a local daemon [2020-09-09T17:39:48.679Z] === RUN TestAuthZPluginAllowRequest [2020-09-09T17:39:49.274Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-09T17:39:49.274Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-09T17:39:49.274Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-09T17:39:49.534Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-09T17:39:49.534Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-09T17:39:49.794Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-09T17:39:50.743Z] --- PASS: TestAuthZPluginAllowRequest (1.72s) [2020-09-09T17:39:50.743Z] === RUN TestAuthZPluginTLS [2020-09-09T17:39:50.743Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-09-09T17:39:50.743Z] === RUN TestAuthZPluginDenyRequest [2020-09-09T17:39:51.182Z] --- PASS: TestImportExtremelyLargeImageWorks (198.84s) [2020-09-09T17:39:51.182Z] PASS [2020-09-09T17:39:51.182Z] [2020-09-09T17:39:51.182Z] DONE 12 tests in 202.447s [2020-09-09T17:39:51.182Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-09T17:39:51.182Z] ++ 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-09-09T17:39:51.182Z] ++ set -e [2020-09-09T17:39:51.182Z] ++ '[' -n 0 ']' [2020-09-09T17:39:51.182Z] ++ set -x [2020-09-09T17:39:51.182Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-09-09T17:39:51.182Z] INFO: Testing against a local daemon [2020-09-09T17:39:51.182Z] === RUN TestNetworkCreateDelete [2020-09-09T17:39:51.376Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-09-09T17:39:51.376Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-09T17:39:51.440Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-09T17:39:51.442Z] --- PASS: TestNetworkCreateDelete (0.19s) [2020-09-09T17:39:51.442Z] === RUN TestDockerNetworkDeletePreferID [2020-09-09T17:39:51.442Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-09T17:39:52.007Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-09-09T17:39:52.008Z] === RUN TestAuthZPluginDenyResponse [2020-09-09T17:39:52.011Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-09-09T17:39:52.011Z] === RUN TestDaemonDNSFallback [2020-09-09T17:39:52.638Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-09-09T17:39:52.638Z] === RUN TestAuthZPluginAllowEventStream [2020-09-09T17:39:52.951Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-09T17:39:54.143Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2020-09-09T17:39:54.143Z] === RUN TestAuthZPluginErrorResponse [2020-09-09T17:39:54.294Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-09T17:39:54.294Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-09-09T17:39:54.294Z] remote: Enumerating objects: 2, done. [2020-09-09T17:39:54.294Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-09-09T17:39:54.294Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-09-09T17:39:54.294Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-09-09T17:39:54.294Z] 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-09-09T17:39:54.294Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-09-09T17:39:54.294Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-09T17:39:54.619Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/test/unit [2020-09-09T17:39:54.774Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-09-09T17:39:54.774Z] === RUN TestAuthZPluginErrorRequest [2020-09-09T17:39:55.064Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-09-09T17:39:55.065Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-09T17:39:55.492Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-09T17:39:55.492Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-09T17:39:55.696Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-09-09T17:39:55.696Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-09T17:39:55.752Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-09T17:39:57.145Z] ? github.com/docker/docker/api [no test files] [2020-09-09T17:39:57.794Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) [2020-09-09T17:39:57.794Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-09T17:39:59.045Z] --- PASS: TestDaemonDNSFallback (6.64s) [2020-09-09T17:39:59.045Z] === RUN TestInspectNetwork [2020-09-09T17:39:59.578Z] --- PASS: TestServiceUpdatePidsLimit (16.87s) [2020-09-09T17:39:59.578Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s) [2020-09-09T17:39:59.578Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-09-09T17:39:59.578Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-09-09T17:39:59.578Z] PASS [2020-09-09T17:39:59.578Z] [2020-09-09T17:39:59.578Z] === Skipped [2020-09-09T17:39:59.578Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-09T17:39:59.578Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:39:59.578Z] [2020-09-09T17:39:59.578Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-09-09T17:39:59.578Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:39:59.578Z] [2020-09-09T17:39:59.578Z] [2020-09-09T17:39:59.578Z] DONE 27 tests, 2 skipped in 159.964s [2020-09-09T17:39:59.578Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-09-09T17:39:59.578Z] ++ 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-09-09T17:39:59.578Z] ++ set -e [2020-09-09T17:39:59.578Z] ++ '[' -n 0 ']' [2020-09-09T17:39:59.578Z] ++ set -x [2020-09-09T17:39:59.578Z] ++ env -i DEST=/go/src/github.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-09-09T17:39:59.578Z] INFO: Testing against a local daemon [2020-09-09T17:39:59.578Z] === RUN TestSessionCreate [2020-09-09T17:39:59.578Z] --- PASS: TestSessionCreate (0.05s) [2020-09-09T17:39:59.578Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-09T17:39:59.578Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-09-09T17:39:59.578Z] PASS [2020-09-09T17:39:59.578Z] [2020-09-09T17:39:59.578Z] DONE 2 tests in 0.248s [2020-09-09T17:39:59.578Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-09-09T17:39:59.578Z] ++ 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-09-09T17:39:59.578Z] ++ set -e [2020-09-09T17:39:59.578Z] ++ '[' -n 0 ']' [2020-09-09T17:39:59.578Z] ++ set -x [2020-09-09T17:39:59.578Z] ++ env -i DEST=/go/src/github.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-09-09T17:39:59.578Z] INFO: Testing against a local daemon [2020-09-09T17:39:59.578Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-09T17:39:59.578Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:39:59.578Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:39:59.578Z] === RUN TestEventsExecDie [2020-09-09T17:39:59.578Z] --- PASS: TestEventsExecDie (0.87s) [2020-09-09T17:39:59.578Z] === RUN TestEventsBackwardsCompatible [2020-09-09T17:39:59.578Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-09-09T17:39:59.578Z] === RUN TestInfoBinaryCommits [2020-09-09T17:39:59.578Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-09-09T17:39:59.578Z] === RUN TestInfoAPIVersioned [2020-09-09T17:39:59.578Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-09-09T17:39:59.578Z] === RUN TestInfoDiscoveryBackend [2020-09-09T17:39:59.859Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2020-09-09T17:39:59.859Z] === RUN TestAuthZPluginHeader [2020-09-09T17:40:00.520Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2020-09-09T17:40:00.520Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-09T17:40:00.901Z] --- PASS: TestAuthZPluginHeader (0.82s) [2020-09-09T17:40:00.902Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-09T17:40:00.902Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-09T17:40:00.902Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:00.902Z] === RUN TestAuthZPluginV2Disable [2020-09-09T17:40:00.902Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-09T17:40:00.902Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:00.902Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-09T17:40:00.902Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-09T17:40:00.902Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:00.902Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-09T17:40:00.902Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-09T17:40:00.902Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:00.902Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-09T17:40:01.463Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-09T17:40:01.463Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-09T17:40:02.036Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2020-09-09T17:40:02.036Z] === RUN TestInfoAPI [2020-09-09T17:40:02.036Z] --- PASS: TestInfoAPI (0.05s) [2020-09-09T17:40:02.036Z] === RUN TestInfoAPIWarnings [2020-09-09T17:40:02.342Z] === RUN TestInspectNetwork/full_network_id [2020-09-09T17:40:02.342Z] === RUN TestInspectNetwork/partial_network_id [2020-09-09T17:40:02.342Z] === RUN TestInspectNetwork/network_name [2020-09-09T17:40:02.342Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-09T17:40:02.608Z] --- PASS: TestInfoAPIWarnings (0.62s) [2020-09-09T17:40:02.608Z] === RUN TestInfoDebug [2020-09-09T17:40:02.912Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-09T17:40:03.180Z] --- PASS: TestInfoDebug (0.63s) [2020-09-09T17:40:03.180Z] === RUN TestInfoInsecureRegistries [2020-09-09T17:40:03.752Z] --- PASS: TestInfoInsecureRegistries (0.60s) [2020-09-09T17:40:03.752Z] === RUN TestInfoRegistryMirrors [2020-09-09T17:40:04.716Z] --- PASS: TestInfoRegistryMirrors (0.66s) [2020-09-09T17:40:04.716Z] === RUN TestLoginFailsWithBadCredentials [2020-09-09T17:40:04.821Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-09-09T17:40:05.288Z] --- PASS: TestLoginFailsWithBadCredentials (0.77s) [2020-09-09T17:40:05.288Z] === RUN TestPingCacheHeaders [2020-09-09T17:40:05.288Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-09T17:40:05.288Z] === RUN TestPingGet [2020-09-09T17:40:05.288Z] --- PASS: TestPingGet (0.03s) [2020-09-09T17:40:05.288Z] === RUN TestPingHead [2020-09-09T17:40:05.288Z] --- PASS: TestPingHead (0.05s) [2020-09-09T17:40:05.288Z] === RUN TestVersion [2020-09-09T17:40:05.288Z] --- PASS: TestVersion (0.04s) [2020-09-09T17:40:05.288Z] PASS [2020-09-09T17:40:05.549Z] [2020-09-09T17:40:05.549Z] === Skipped [2020-09-09T17:40:05.549Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:40:05.549Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:40:05.549Z] [2020-09-09T17:40:05.549Z] [2020-09-09T17:40:05.549Z] DONE 18 tests, 1 skipped in 6.924s [2020-09-09T17:40:05.549Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-09T17:40:05.549Z] ++ 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-09-09T17:40:05.549Z] ++ set -e [2020-09-09T17:40:05.549Z] ++ '[' -n 0 ']' [2020-09-09T17:40:05.549Z] ++ set -x [2020-09-09T17:40:05.549Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:05.549Z] INFO: Testing against a local daemon [2020-09-09T17:40:05.549Z] === RUN TestVolumesCreateAndList [2020-09-09T17:40:05.549Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-09T17:40:05.549Z] === RUN TestVolumesRemove [2020-09-09T17:40:05.760Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-09T17:40:05.810Z] --- PASS: TestVolumesRemove (0.10s) [2020-09-09T17:40:05.810Z] === RUN TestVolumesInspect [2020-09-09T17:40:05.810Z] --- PASS: TestVolumesInspect (0.03s) [2020-09-09T17:40:05.810Z] === RUN TestVolumesInvalidJSON [2020-09-09T17:40:05.810Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-09T17:40:05.810Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-09T17:40:05.810Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-09T17:40:05.810Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-09T17:40:05.810Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-09T17:40:05.810Z] PASS [2020-09-09T17:40:05.810Z] [2020-09-09T17:40:05.810Z] DONE 5 tests in 0.348s [2020-09-09T17:40:05.810Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T17:40:05.868Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-09T17:40:05.868Z] [2020-09-09T17:40:05.868Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-09T17:40:05.868Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-09T17:40:05.868Z] HOSTNAME=a6e6d81d10eb [2020-09-09T17:40:05.868Z] TESTDEBUG=0 [2020-09-09T17:40:05.868Z] DEST=bundles/test-integration [2020-09-09T17:40:05.868Z] PWD=/go/src/github.com/docker/docker [2020-09-09T17:40:05.868Z] DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde [2020-09-09T17:40:05.868Z] container=docker [2020-09-09T17:40:05.868Z] HOME=/root [2020-09-09T17:40:05.868Z] GOLANG_VERSION=1.13.15 [2020-09-09T17:40:05.868Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-09T17:40:05.868Z] VALIDATE_BRANCH=master [2020-09-09T17:40:05.868Z] TERM=xterm [2020-09-09T17:40:05.868Z] DOCKER_PKG=github.com/docker/docker [2020-09-09T17:40:05.868Z] SHLVL=1 [2020-09-09T17:40:05.868Z] TIMEOUT=120m [2020-09-09T17:40:05.868Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-09T17:40:05.868Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-09T17:40:05.868Z] GO111MODULE=off [2020-09-09T17:40:05.868Z] DOCKER_EXPERIMENTAL=1 [2020-09-09T17:40:05.868Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-09T17:40:05.868Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-09T17:40:05.868Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-09T17:40:05.868Z] GOPATH=/go [2020-09-09T17:40:05.868Z] PKG_CONFIG=pkg-config [2020-09-09T17:40:05.868Z] _=/usr/bin/env [2020-09-09T17:40:05.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-09T17:40:06.071Z] ++++ cat bundles/test-integration/docker.pid [2020-09-09T17:40:06.071Z] +++ kill 13639 [2020-09-09T17:40:06.702Z] --- PASS: TestInspectNetwork (8.16s) [2020-09-09T17:40:06.702Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-09T17:40:06.702Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-09T17:40:06.702Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-09T17:40:06.702Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-09T17:40:06.702Z] === RUN TestRunContainerWithBridgeNone [2020-09-09T17:40:07.273Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-09T17:40:07.273Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-09T17:40:07.455Z] +++ /etc/init.d/apparmor stop [2020-09-09T17:40:07.455Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:40:07.455Z] [2020-09-09T17:40:07.455Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:40:07.455Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:40:07.455Z] [2020-09-09T17:40:07.455Z] To set a process to complain mode, use the command line tool [2020-09-09T17:40:07.455Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:40:07.455Z] +++ true [2020-09-09T17:40:07.455Z] exiting test-integration [2020-09-09T17:40:07.455Z] ++ exit 0 [2020-09-09T17:40:07.455Z] [2020-09-09T17:40:08.657Z] --- PASS: TestRunContainerWithBridgeNone (1.90s) [2020-09-09T17:40:08.657Z] === RUN TestNetworkInvalidJSON [2020-09-09T17:40:08.657Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-09T17:40:08.657Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-09T17:40:08.657Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:40:08.657Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:40:08.657Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:40:08.657Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:40:08.657Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-09T17:40:08.657Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:40:08.657Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:40:08.657Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-09T17:40:08.657Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-09T17:40:08.657Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-09T17:40:08.657Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-09T17:40:08.657Z] === RUN TestHostIPv4BridgeLabel [2020-09-09T17:40:09.228Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-09-09T17:40:09.228Z] === RUN TestDaemonRestartWithLiveRestore Post stage [Pipeline] junit [2020-09-09T17:40:10.016Z] Recording test results [2020-09-09T17:40:10.169Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-09-09T17:40:10.169Z] === RUN TestDaemonDefaultNetworkPools [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-09T17:40:10.584Z] + echo Ensuring container killed. [2020-09-09T17:40:10.584Z] Ensuring container killed. [2020-09-09T17:40:10.584Z] + docker rm -vf docker-pr2 [2020-09-09T17:40:10.584Z] Error: No such container: docker-pr2 [2020-09-09T17:40:10.584Z] + true [Pipeline] sh [2020-09-09T17:40:10.872Z] + echo Chowning /workspace to jenkins user [2020-09-09T17:40:10.873Z] Chowning /workspace to jenkins user [2020-09-09T17:40:10.873Z] + id -u [2020-09-09T17:40:10.873Z] + id -g [2020-09-09T17:40:10.873Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41411:/workspace busybox chown -R 1000:1000 /workspace [2020-09-09T17:40:11.109Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-09-09T17:40:11.109Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2020-09-09T17:40:11.109Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-09T17:40:11.369Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-09-09T17:40:11.991Z] ok github.com/docker/docker/api/server 0.017s coverage: 9.0% of statements [2020-09-09T17:40:12.315Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-09-09T17:40:12.315Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-09T17:40:12.888Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-09T17:40:13.147Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-09T17:40:13.716Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s) [2020-09-09T17:40:13.716Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-09T17:40:13.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T17:40:14.285Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2020-09-09T17:40:14.285Z] === RUN TestServiceWithPredefinedNetwork [2020-09-09T17:40:14.471Z] + bundleName=arm64-integration [2020-09-09T17:40:14.471Z] + echo Creating arm64-integration-bundles.tar.gz [2020-09-09T17:40:14.471Z] Creating arm64-integration-bundles.tar.gz [2020-09-09T17:40:14.471Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-09-09T17:40:14.471Z] + 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-09-09T17:40:14.744Z] Archiving artifacts [2020-09-09T17:40:14.853Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-09T17:40:14.928Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T17:40:15.242Z] + make clean [2020-09-09T17:40:15.423Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-09T17:40:15.814Z] docker volume rm -f docker-dev-cache [2020-09-09T17:40:15.814Z] docker-dev-cache [Pipeline] deleteDir [2020-09-09T17:40:16.806Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-09T17:40:17.746Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-09-09T17:40:17.746Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2020-09-09T17:40:17.746Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-09T17:40:17.746Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:40:17.746Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:40:17.746Z] === RUN TestServiceWithDataPathPortInit [2020-09-09T17:40:19.127Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-09T17:40:19.475Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.28s) [2020-09-09T17:40:19.475Z] PASS [2020-09-09T17:40:19.475Z] [2020-09-09T17:40:19.475Z] === Skipped [2020-09-09T17:40:19.475Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-09T17:40:19.475Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:19.475Z] [2020-09-09T17:40:19.475Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-09T17:40:19.475Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:19.475Z] [2020-09-09T17:40:19.475Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-09T17:40:19.475Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:19.475Z] [2020-09-09T17:40:19.475Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-09T17:40:19.475Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:19.475Z] [2020-09-09T17:40:19.475Z] [2020-09-09T17:40:19.475Z] DONE 17 tests, 4 skipped in 29.588s [2020-09-09T17:40:19.475Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-09T17:40:19.475Z] ++ 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-09-09T17:40:19.475Z] ++ set -e [2020-09-09T17:40:19.475Z] ++ '[' -n 0 ']' [2020-09-09T17:40:19.475Z] ++ set -x [2020-09-09T17:40:19.475Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:19.475Z] INFO: Testing against a local daemon [2020-09-09T17:40:19.475Z] === RUN TestPluginInvalidJSON [2020-09-09T17:40:19.475Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:40:19.475Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:40:19.475Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:40:19.475Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-09-09T17:40:19.475Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-09T17:40:19.475Z] === RUN TestPluginInstall [2020-09-09T17:40:19.475Z] === RUN TestPluginInstall/no_auth [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-09-09T17:40:19.698Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-09T17:40:19.698Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [Pipeline] } [2020-09-09T17:40:20.268Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-09T17:40:20.527Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-09T17:40:21.097Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-09T17:40:22.199Z] time="2020-09-09T17:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:40:22.199Z] time="2020-09-09T17:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:160be5f428bd69b22829b24aa11c35e85022e89762b551f0b8aee0199836126c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:40:22.199Z] time="2020-09-09T17:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:40:22.199Z] time="2020-09-09T17:40:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:160be5f428bd69b22829b24aa11c35e85022e89762b551f0b8aee0199836126c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:40:22.480Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-09T17:40:22.490Z] === RUN TestPluginInstall/with_htpasswd [2020-09-09T17:40:22.740Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-09T17:40:22.780Z] time="2020-09-09T17:40:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:40:22.780Z] time="2020-09-09T17:40:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:618a27f62802e3cdf4a84482401a311cce8e5a0588b0f0297d8dd7f07f231d84" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:40:22.780Z] time="2020-09-09T17:40:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:40:22.780Z] time="2020-09-09T17:40:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:618a27f62802e3cdf4a84482401a311cce8e5a0588b0f0297d8dd7f07f231d84" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:40:23.070Z] === RUN TestPluginInstall/with_insecure [2020-09-09T17:40:24.101Z] time="2020-09-09T17:40:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:40:24.101Z] time="2020-09-09T17:40:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ed699b4e6458b17dbf7935739fef79a43a27c9b80c300dd226301220173ed85e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:40:24.101Z] time="2020-09-09T17:40:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:40:24.101Z] time="2020-09-09T17:40:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ed699b4e6458b17dbf7935739fef79a43a27c9b80c300dd226301220173ed85e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:40:24.392Z] --- PASS: TestPluginInstall (6.20s) [2020-09-09T17:40:24.392Z] --- PASS: TestPluginInstall/no_auth (4.12s) [2020-09-09T17:40:24.392Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2020-09-09T17:40:24.392Z] --- PASS: TestPluginInstall/with_insecure (1.28s) [2020-09-09T17:40:24.392Z] plugin_test.go:157: [d12f5af40f0c1] daemon is not started [2020-09-09T17:40:24.392Z] PASS [2020-09-09T17:40:24.392Z] [2020-09-09T17:40:24.392Z] DONE 6 tests in 6.390s [2020-09-09T17:40:24.392Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-09T17:40:24.392Z] ++ 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-09-09T17:40:24.392Z] ++ set -e [2020-09-09T17:40:24.392Z] ++ '[' -n 0 ']' [2020-09-09T17:40:24.392Z] ++ set -x [2020-09-09T17:40:24.392Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:24.649Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-09T17:40:24.682Z] INFO: Testing against a local daemon [2020-09-09T17:40:24.682Z] === RUN TestExternalGraphDriver [2020-09-09T17:40:24.973Z] === RUN TestExternalGraphDriver/json [2020-09-09T17:40:25.590Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-09T17:40:26.969Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-09T17:40:27.036Z] === RUN TestExternalGraphDriver/spec [2020-09-09T17:40:27.909Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-09T17:40:29.127Z] === RUN TestExternalGraphDriver/pull [2020-09-09T17:40:29.293Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-09T17:40:29.293Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-09T17:40:31.198Z] --- PASS: TestExternalGraphDriver (6.48s) [2020-09-09T17:40:31.198Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2020-09-09T17:40:31.198Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2020-09-09T17:40:31.198Z] --- PASS: TestExternalGraphDriver/pull (2.02s) [2020-09-09T17:40:31.198Z] === RUN TestGraphdriverPluginV2 [2020-09-09T17:40:31.198Z] --- SKIP: TestGraphdriverPluginV2 (0.13s) [2020-09-09T17:40:31.198Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:31.198Z] PASS [2020-09-09T17:40:31.198Z] [2020-09-09T17:40:31.198Z] === Skipped [2020-09-09T17:40:31.198Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.13s) [2020-09-09T17:40:31.198Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:40:31.198Z] [2020-09-09T17:40:31.198Z] [2020-09-09T17:40:31.198Z] DONE 5 tests, 1 skipped in 6.807s [2020-09-09T17:40:31.198Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-09T17:40:31.198Z] ++ 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-09-09T17:40:31.198Z] ++ set -e [2020-09-09T17:40:31.198Z] ++ '[' -n 0 ']' [2020-09-09T17:40:31.198Z] ++ set -x [2020-09-09T17:40:31.198Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:31.488Z] INFO: Testing against a local daemon [2020-09-09T17:40:31.488Z] === RUN TestContinueAfterPluginCrash [2020-09-09T17:40:31.488Z] === PAUSE TestContinueAfterPluginCrash [2020-09-09T17:40:31.488Z] === RUN TestReadPluginNoRead [2020-09-09T17:40:31.488Z] === PAUSE TestReadPluginNoRead [2020-09-09T17:40:31.488Z] === RUN TestDaemonStartWithLogOpt [2020-09-09T17:40:31.488Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-09T17:40:31.488Z] === CONT TestContinueAfterPluginCrash [2020-09-09T17:40:31.488Z] === CONT TestDaemonStartWithLogOpt [2020-09-09T17:40:31.853Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-09T17:40:33.761Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-09T17:40:33.761Z] --- PASS: TestServiceWithDataPathPortInit (16.26s) [2020-09-09T17:40:33.761Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-09T17:40:34.020Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-09T17:40:34.591Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-09T17:40:35.940Z] --- PASS: TestDaemonStartWithLogOpt (3.96s) [2020-09-09T17:40:35.940Z] === CONT TestReadPluginNoRead [2020-09-09T17:40:38.663Z] === RUN TestReadPluginNoRead/default [2020-09-09T17:40:38.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-09T17:40:38.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-09T17:40:38.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-09T17:40:40.166Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-09T17:40:40.457Z] --- PASS: TestContinueAfterPluginCrash (9.14s) [2020-09-09T17:40:41.165Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-09T17:40:41.733Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.97s) [2020-09-09T17:40:41.733Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j8srnpc7dn59j5fxq7i6glv0z Created:2020-09-09 17:40:35.276169597 +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[ab1b810ed1db87073e6e329b4619e27031cc23d1f6f9312929473123038e170e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.usjqpdaxyco5iywfy58k84ru2 EndpointID:932d608e94810f164d8b361e1063656389853ba6a2c1557e6a8e7e95612281e6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f5e65bc32a6716c6c0fbd82bb8e0ed226a7f41e59e616077507c53b3facaff60 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:b09112732156 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.usjqpdaxyco5iywfy58k84ru2 EndpointID:932d608e94810f164d8b361e1063656389853ba6a2c1557e6a8e7e95612281e6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-09T17:40:41.733Z] PASS [2020-09-09T17:40:41.733Z] [2020-09-09T17:40:41.733Z] === Skipped [2020-09-09T17:40:41.733Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:40:41.733Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:40:41.733Z] [2020-09-09T17:40:41.733Z] [2020-09-09T17:40:41.733Z] DONE 23 tests, 1 skipped in 50.830s [2020-09-09T17:40:41.733Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:40:41.733Z] ++ 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-09-09T17:40:41.733Z] ++ set -e [2020-09-09T17:40:41.733Z] ++ '[' -n 0 ']' [2020-09-09T17:40:41.733Z] ++ set -x [2020-09-09T17:40:41.733Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:40:41.960Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-09T17:40:41.993Z] INFO: Testing against a local daemon [2020-09-09T17:40:41.993Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-09T17:40:41.993Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:40:41.993Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:40:41.993Z] === RUN TestDockerNetworkIpvlan [2020-09-09T17:40:41.993Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:40:41.993Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:40:41.993Z] PASS [2020-09-09T17:40:41.993Z] [2020-09-09T17:40:41.993Z] === Skipped [2020-09-09T17:40:41.993Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:40:41.993Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:40:41.993Z] [2020-09-09T17:40:41.993Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:40:41.993Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:40:41.993Z] [2020-09-09T17:40:41.993Z] [2020-09-09T17:40:41.993Z] DONE 2 tests, 2 skipped in 0.136s [2020-09-09T17:40:41.993Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:40:41.993Z] ++ 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-09-09T17:40:41.993Z] ++ set -e [2020-09-09T17:40:41.993Z] ++ '[' -n 0 ']' [2020-09-09T17:40:41.993Z] ++ set -x [2020-09-09T17:40:41.993Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:42.252Z] INFO: Testing against a local daemon [2020-09-09T17:40:42.252Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-09T17:40:43.632Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2020-09-09T17:40:43.632Z] === RUN TestDockerNetworkMacvlan [2020-09-09T17:40:43.632Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-09-09T17:40:44.022Z] --- PASS: TestReadPluginNoRead (8.53s) [2020-09-09T17:40:44.022Z] --- PASS: TestReadPluginNoRead/default (1.93s) [2020-09-09T17:40:44.022Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.90s) [2020-09-09T17:40:44.022Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.96s) [2020-09-09T17:40:44.022Z] read_test.go:92: [d4bc2431bb84c] daemon is not started [2020-09-09T17:40:44.022Z] PASS [2020-09-09T17:40:44.022Z] [2020-09-09T17:40:44.022Z] DONE 6 tests in 12.689s [2020-09-09T17:40:44.023Z] 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-09-09T17:40:44.023Z] ++ 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-09-09T17:40:44.023Z] ++ set -e [2020-09-09T17:40:44.023Z] ++ '[' -n 0 ']' [2020-09-09T17:40:44.023Z] ++ set -x [2020-09-09T17:40:44.023Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:44.023Z] testing: warning: no tests to run [2020-09-09T17:40:44.023Z] PASS [2020-09-09T17:40:44.023Z] [2020-09-09T17:40:44.023Z] DONE 0 tests in 0.095s [2020-09-09T17:40:44.023Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-09T17:40:44.023Z] ++ 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-09-09T17:40:44.023Z] ++ set -e [2020-09-09T17:40:44.023Z] ++ '[' -n 0 ']' [2020-09-09T17:40:44.023Z] ++ set -x [2020-09-09T17:40:44.023Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:44.201Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-09T17:40:44.313Z] INFO: Testing against a local daemon [2020-09-09T17:40:44.313Z] === RUN TestPluginWithDevMounts [2020-09-09T17:40:44.313Z] === PAUSE TestPluginWithDevMounts [2020-09-09T17:40:44.313Z] === CONT TestPluginWithDevMounts [2020-09-09T17:40:45.140Z] === RUN TestDockerSuite/TestBuildRm [2020-09-09T17:40:45.140Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-09T17:40:46.080Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-09T17:40:46.406Z] --- PASS: TestPluginWithDevMounts (1.88s) [2020-09-09T17:40:46.406Z] PASS [2020-09-09T17:40:46.406Z] [2020-09-09T17:40:46.406Z] DONE 1 tests in 2.018s [2020-09-09T17:40:46.406Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-09-09T17:40:46.406Z] ++ 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-09-09T17:40:46.406Z] ++ set -e [2020-09-09T17:40:46.406Z] ++ '[' -n 0 ']' [2020-09-09T17:40:46.406Z] ++ set -x [2020-09-09T17:40:46.406Z] ++ env -i DEST=/go/src/github.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-09-09T17:40:46.406Z] INFO: Testing against a local daemon [2020-09-09T17:40:46.406Z] === RUN TestSecretInspect [2020-09-09T17:40:47.991Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-09T17:40:48.930Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-09T17:40:48.930Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-09T17:40:49.931Z] --- PASS: TestSecretInspect (3.71s) [2020-09-09T17:40:49.931Z] === RUN TestSecretList [2020-09-09T17:40:50.312Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-09T17:40:50.312Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-09T17:40:50.883Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-09T17:40:50.883Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-09T17:40:51.142Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-09-09T17:40:52.082Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-09T17:40:53.463Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-09T17:40:54.373Z] --- PASS: TestSecretList (3.71s) [2020-09-09T17:40:54.373Z] === RUN TestSecretsCreateAndDelete [2020-09-09T17:40:54.877Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-09T17:40:56.258Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan (14.07s) [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.72s) [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.18s) [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.89s) [2020-09-09T17:40:57.638Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2020-09-09T17:40:57.638Z] PASS [2020-09-09T17:40:57.638Z] [2020-09-09T17:40:57.638Z] DONE 8 tests in 15.573s [2020-09-09T17:40:57.638Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-09T17:40:57.638Z] ++ 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-09-09T17:40:57.638Z] ++ set -e [2020-09-09T17:40:57.638Z] ++ '[' -n 0 ']' [2020-09-09T17:40:57.638Z] ++ set -x [2020-09-09T17:40:57.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=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-09-09T17:40:57.638Z] testing: warning: no tests to run [2020-09-09T17:40:57.638Z] PASS [2020-09-09T17:40:57.638Z] [2020-09-09T17:40:57.638Z] DONE 0 tests in 0.024s [2020-09-09T17:40:57.638Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-09T17:40:57.638Z] ++ 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-09-09T17:40:57.638Z] ++ set -e [2020-09-09T17:40:57.638Z] ++ '[' -n 0 ']' [2020-09-09T17:40:57.638Z] ++ set -x [2020-09-09T17:40:57.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=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-09-09T17:40:57.881Z] --- PASS: TestSecretsCreateAndDelete (3.62s) [2020-09-09T17:40:57.881Z] === RUN TestSecretsUpdate [2020-09-09T17:40:57.897Z] INFO: Testing against a local daemon [2020-09-09T17:40:57.897Z] === RUN TestAuthZPluginAllowRequest [2020-09-09T17:40:58.157Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-09T17:40:58.417Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-09-09T17:40:58.678Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-09T17:40:58.678Z] === RUN TestDockerSuite/TestBuildSpaces [2020-09-09T17:40:59.248Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-09-09T17:40:59.248Z] --- PASS: TestAuthZPluginAllowRequest (1.47s) [2020-09-09T17:40:59.248Z] === RUN TestAuthZPluginTLS [2020-09-09T17:40:59.817Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-09T17:40:59.817Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-09-09T17:40:59.817Z] === RUN TestAuthZPluginDenyRequest [2020-09-09T17:40:59.817Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-09T17:41:00.386Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-09T17:41:00.386Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-09T17:41:00.646Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-09-09T17:41:00.906Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-09-09T17:41:00.906Z] === RUN TestAuthZPluginDenyResponse [2020-09-09T17:41:01.389Z] --- PASS: TestSecretsUpdate (3.56s) [2020-09-09T17:41:01.389Z] === RUN TestTemplatedSecret [2020-09-09T17:41:01.476Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2020-09-09T17:41:01.477Z] === RUN TestAuthZPluginAllowEventStream [2020-09-09T17:41:02.856Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s) [2020-09-09T17:41:02.856Z] === RUN TestAuthZPluginErrorResponse [2020-09-09T17:41:03.425Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-09-09T17:41:03.425Z] === RUN TestAuthZPluginErrorRequest [2020-09-09T17:41:03.685Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-09-09T17:41:03.945Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-09-09T17:41:03.945Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-09T17:41:04.513Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-09-09T17:41:04.513Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2020-09-09T17:41:04.513Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-09T17:41:04.899Z] --- PASS: TestTemplatedSecret (3.50s) [2020-09-09T17:41:04.899Z] === RUN TestSecretCreateResolve [2020-09-09T17:41:05.082Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-09-09T17:41:05.653Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-09T17:41:05.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-09T17:41:05.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-09T17:41:05.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-09T17:41:06.224Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.80s) [2020-09-09T17:41:06.224Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-09T17:41:06.484Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-09T17:41:06.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-09T17:41:06.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-09T17:41:07.424Z] === RUN TestDockerSuite/TestBuildUser [2020-09-09T17:41:07.995Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s) [2020-09-09T17:41:07.995Z] === RUN TestAuthZPluginHeader [2020-09-09T17:41:08.439Z] --- PASS: TestSecretCreateResolve (3.62s) [2020-09-09T17:41:08.439Z] PASS [2020-09-09T17:41:08.439Z] [2020-09-09T17:41:08.439Z] DONE 6 tests in 21.852s [2020-09-09T17:41:08.439Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-09-09T17:41:08.439Z] ++ 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-09-09T17:41:08.439Z] ++ set -e [2020-09-09T17:41:08.439Z] ++ '[' -n 0 ']' [2020-09-09T17:41:08.439Z] ++ set -x [2020-09-09T17:41:08.439Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:41:08.439Z] INFO: Testing against a local daemon [2020-09-09T17:41:08.439Z] === RUN TestServiceCreateInit [2020-09-09T17:41:08.439Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-09T17:41:08.935Z] --- PASS: TestAuthZPluginHeader (0.79s) [2020-09-09T17:41:08.935Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-09T17:41:08.935Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-09T17:41:09.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-09T17:41:11.476Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-09T17:41:12.587Z] 4612f6d0b889: Pull complete [2020-09-09T17:41:12.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-09T17:41:13.401Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s) [2020-09-09T17:41:13.401Z] === RUN TestAuthZPluginV2Disable [2020-09-09T17:41:14.001Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-09T17:41:14.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-09T17:41:16.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-09T17:41:16.694Z] --- PASS: TestAuthZPluginV2Disable (3.27s) [2020-09-09T17:41:16.694Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-09T17:41:16.694Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-09-09T17:41:16.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-09T17:41:18.444Z] --- PASS: TestServiceCreateInit (10.45s) [2020-09-09T17:41:18.444Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.33s) [2020-09-09T17:41:18.444Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.10s) [2020-09-09T17:41:18.444Z] === RUN TestCreateServiceMultipleTimes [2020-09-09T17:41:18.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-09T17:41:19.987Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.61s) [2020-09-09T17:41:19.987Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-09T17:41:20.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-09T17:41:22.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-09T17:41:23.286Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-09T17:41:23.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-09T17:41:23.855Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-09T17:41:24.115Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-09T17:41:25.054Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-09T17:41:25.178Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-09T17:41:25.993Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-09T17:41:26.703Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-09T17:41:26.703Z] Using test binary docker [2020-09-09T17:41:26.703Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-09T17:41:26.703Z] +++ /etc/init.d/apparmor start [2020-09-09T17:41:26.703Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-09T17:41:26.703Z] INFO: Waiting for daemon to start... [2020-09-09T17:41:26.703Z] Starting dockerd [2020-09-09T17:41:26.703Z] +++ 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-09-09T17:41:27.904Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-09T17:41:27.904Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-09T17:41:27.904Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-09T17:41:27.904Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-09T17:41:27.904Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-09T17:41:28.780Z] . [2020-09-09T17:41:28.780Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-09T17:41:28.780Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-09T17:41:28.780Z] Error: No such image: emptyfs [2020-09-09T17:41:28.780Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-09T17:41:28.780Z] ++++ docker load [2020-09-09T17:41:28.780Z] Running integration-test (iteration 1) [2020-09-09T17:41:28.780Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-09-09T17:41:28.780Z] ++ 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-09-09T17:41:28.780Z] ++ set -e [2020-09-09T17:41:28.780Z] ++ '[' -n 0 ']' [2020-09-09T17:41:28.780Z] ++ set -x [2020-09-09T17:41:28.780Z] ++ env -i DEST=/go/src/github.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-09-09T17:41:28.846Z] --- PASS: TestImportExtremelyLargeImageWorks (104.93s) [2020-09-09T17:41:28.846Z] PASS [2020-09-09T17:41:28.846Z] [2020-09-09T17:41:28.846Z] === Skipped [2020-09-09T17:41:28.846Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:41:28.846Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-09T17:41:28.846Z] [2020-09-09T17:41:28.846Z] [2020-09-09T17:41:28.846Z] DONE 12 tests, 1 skipped in 108.779s [2020-09-09T17:41:28.846Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-09T17:41:28.846Z] INFO: Testing against a local daemon [2020-09-09T17:41:28.846Z] === RUN TestNetworkCreateDelete [2020-09-09T17:41:28.846Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-09-09T17:41:28.846Z] === RUN TestDockerNetworkDeletePreferID [2020-09-09T17:41:28.846Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-09-09T17:41:28.846Z] === RUN TestDaemonDNSFallback [2020-09-09T17:41:29.286Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-09T17:41:29.286Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-09T17:41:29.855Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-09T17:41:30.115Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-09T17:41:30.748Z] --- PASS: TestDaemonDNSFallback (7.52s) [2020-09-09T17:41:30.748Z] === RUN TestInspectNetwork [2020-09-09T17:41:30.748Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-09T17:41:30.748Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] === RUN TestRunContainerWithBridgeNone [2020-09-09T17:41:30.748Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-09T17:41:30.748Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestNetworkInvalidJSON [2020-09-09T17:41:30.748Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-09T17:41:30.748Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-09T17:41:30.748Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:41:30.748Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:41:30.748Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:41:30.748Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:41:30.748Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-09T17:41:30.748Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:41:30.748Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:41:30.748Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-09T17:41:30.748Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-09T17:41:30.748Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-09T17:41:30.748Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-09T17:41:30.748Z] === RUN TestHostIPv4BridgeLabel [2020-09-09T17:41:30.748Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-09T17:41:30.748Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-09T17:41:30.748Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2020-09-09T17:41:30.748Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestDaemonDefaultNetworkPools [2020-09-09T17:41:30.748Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-09T17:41:30.748Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-09T17:41:30.748Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-09T17:41:30.748Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] === RUN TestServiceWithPredefinedNetwork [2020-09-09T17:41:30.748Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-09T17:41:30.748Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-09T17:41:30.748Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:41:30.748Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:41:30.748Z] === RUN TestServiceWithDataPathPortInit [2020-09-09T17:41:30.748Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-09T17:41:30.748Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-09T17:41:30.748Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] PASS [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === Skipped [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-09-09T17:41:30.748Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-09-09T17:41:30.748Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-09-09T17:41:30.748Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2020-09-09T17:41:30.748Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-09-09T17:41:30.748Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:41:30.748Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-09-09T17:41:30.748Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-09T17:41:30.748Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] DONE 19 tests, 12 skipped in 8.303s [2020-09-09T17:41:30.748Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:41:30.748Z] INFO: Testing against a local daemon [2020-09-09T17:41:30.748Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-09T17:41:30.748Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-09T17:41:30.748Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:41:30.748Z] === RUN TestDockerNetworkIpvlan [2020-09-09T17:41:30.748Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:41:30.748Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:41:30.748Z] PASS [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === Skipped [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-09T17:41:30.748Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:41:30.748Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] [2020-09-09T17:41:30.748Z] DONE 2 tests, 2 skipped in 0.183s [2020-09-09T17:41:30.748Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:41:31.007Z] INFO: Testing against a local daemon [2020-09-09T17:41:31.007Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-09T17:41:31.007Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-09T17:41:31.007Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:31.007Z] === RUN TestDockerNetworkMacvlan [2020-09-09T17:41:31.007Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-09-09T17:41:31.007Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:31.007Z] PASS [2020-09-09T17:41:31.007Z] [2020-09-09T17:41:31.007Z] === Skipped [2020-09-09T17:41:31.007Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-09T17:41:31.007Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:31.007Z] [2020-09-09T17:41:31.007Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-09-09T17:41:31.007Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:41:31.007Z] [2020-09-09T17:41:31.007Z] [2020-09-09T17:41:31.007Z] DONE 2 tests, 2 skipped in 0.127s [2020-09-09T17:41:31.007Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-09T17:41:31.007Z] testing: warning: no tests to run [2020-09-09T17:41:31.007Z] PASS [2020-09-09T17:41:31.007Z] [2020-09-09T17:41:31.007Z] DONE 0 tests in 0.025s [2020-09-09T17:41:31.007Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-09T17:41:31.056Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-09T17:41:31.056Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-09T17:41:31.265Z] INFO: Testing against a local daemon [2020-09-09T17:41:31.265Z] === RUN TestAuthZPluginAllowRequest [2020-09-09T17:41:31.265Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-09-09T17:41:31.265Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.265Z] === RUN TestAuthZPluginTLS [2020-09-09T17:41:31.265Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-09-09T17:41:31.265Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.265Z] === RUN TestAuthZPluginDenyRequest [2020-09-09T17:41:31.265Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginDenyResponse [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginAllowEventStream [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginErrorResponse [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginErrorRequest [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginHeader [2020-09-09T17:41:31.266Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-09-09T17:41:31.266Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.266Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-09T17:41:31.626Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.46s) [2020-09-09T17:41:31.626Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-09T17:41:31.832Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.63s) [2020-09-09T17:41:31.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:31.832Z] === RUN TestAuthZPluginV2Disable [2020-09-09T17:41:32.091Z] --- SKIP: TestAuthZPluginV2Disable (0.36s) [2020-09-09T17:41:32.091Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.091Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-09T17:41:32.350Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.16s) [2020-09-09T17:41:32.350Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.350Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-09T17:41:32.350Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.10s) [2020-09-09T17:41:32.350Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.350Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-09T17:41:32.608Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.08s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] PASS [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === Skipped [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-09T17:41:32.608Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.608Z] [2020-09-09T17:41:32.608Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-09-09T17:41:32.609Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.63s) [2020-09-09T17:41:32.609Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.36s) [2020-09-09T17:41:32.609Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.16s) [2020-09-09T17:41:32.609Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.10s) [2020-09-09T17:41:32.609Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.08s) [2020-09-09T17:41:32.609Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] DONE 17 tests, 17 skipped in 1.472s [2020-09-09T17:41:32.609Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-09T17:41:32.609Z] INFO: Testing against a local daemon [2020-09-09T17:41:32.609Z] === RUN TestPluginInvalidJSON [2020-09-09T17:41:32.609Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:41:32.609Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:41:32.609Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:41:32.609Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-09T17:41:32.609Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-09T17:41:32.609Z] === RUN TestPluginInstall [2020-09-09T17:41:32.609Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-09T17:41:32.609Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] PASS [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] === Skipped [2020-09-09T17:41:32.609Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-09-09T17:41:32.609Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] [2020-09-09T17:41:32.609Z] DONE 3 tests, 1 skipped in 0.186s [2020-09-09T17:41:32.609Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-09T17:41:32.867Z] INFO: Testing against a local daemon [2020-09-09T17:41:32.867Z] === RUN TestExternalGraphDriver [2020-09-09T17:41:33.008Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-09T17:41:33.126Z] --- SKIP: TestExternalGraphDriver (0.30s) [2020-09-09T17:41:33.126Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-09T17:41:33.126Z] === RUN TestGraphdriverPluginV2 [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-09T17:41:33.368Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/builder/dockerfile 0.199s coverage: 48.0% of statements [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/builder/remotecontext 0.117s coverage: 13.6% of statements [2020-09-09T17:41:33.368Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-09-09T17:41:33.959Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-09T17:41:34.296Z] ok github.com/docker/docker/builder/remotecontext/git 1.262s coverage: 86.3% of statements [2020-09-09T17:41:34.296Z] ? github.com/docker/docker/cli [no test files] [2020-09-09T17:41:34.296Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-09T17:41:34.534Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-09T17:41:34.794Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-09T17:41:35.363Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-09T17:41:35.363Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-09T17:41:35.933Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-09T17:41:37.312Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-09T17:41:37.313Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-09T17:41:37.313Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-09T17:41:37.572Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-09T17:41:38.143Z] === RUN TestDockerSuite/TestCommitChange [2020-09-09T17:41:38.462Z] ok github.com/docker/docker/client 0.155s coverage: 75.4% of statements [2020-09-09T17:41:38.712Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-09T17:41:39.283Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-09T17:41:39.694Z] --- PASS: TestGraphdriverPluginV2 (5.97s) [2020-09-09T17:41:39.694Z] PASS [2020-09-09T17:41:39.694Z] [2020-09-09T17:41:39.694Z] === Skipped [2020-09-09T17:41:39.694Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.30s) [2020-09-09T17:41:39.694Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-09T17:41:39.694Z] [2020-09-09T17:41:39.694Z] [2020-09-09T17:41:39.694Z] DONE 2 tests, 1 skipped in 6.426s [2020-09-09T17:41:39.694Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-09T17:41:39.694Z] INFO: Testing against a local daemon [2020-09-09T17:41:39.694Z] === RUN TestContinueAfterPluginCrash [2020-09-09T17:41:39.694Z] === PAUSE TestContinueAfterPluginCrash [2020-09-09T17:41:39.694Z] === RUN TestReadPluginNoRead [2020-09-09T17:41:39.694Z] === PAUSE TestReadPluginNoRead [2020-09-09T17:41:39.694Z] === RUN TestDaemonStartWithLogOpt [2020-09-09T17:41:39.694Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-09T17:41:39.694Z] === CONT TestContinueAfterPluginCrash [2020-09-09T17:41:39.694Z] === CONT TestDaemonStartWithLogOpt [2020-09-09T17:41:40.223Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-09T17:41:40.792Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-09-09T17:41:41.363Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-09T17:41:41.579Z] Loaded image: buildpack-deps:buster [2020-09-09T17:41:41.579Z] Loaded image: busybox:latest [2020-09-09T17:41:41.579Z] Loaded image: busybox:glibc [2020-09-09T17:41:41.579Z] Loaded image: debian:buster [2020-09-09T17:41:41.579Z] Loaded image: hello-world:latest [2020-09-09T17:41:41.579Z] INFO: Testing against a local daemon [2020-09-09T17:41:41.579Z] === RUN TestCgroupNamespacesBuild [2020-09-09T17:41:42.302Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-09T17:41:43.104Z] --- PASS: TestCgroupNamespacesBuild (1.32s) [2020-09-09T17:41:43.104Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-09T17:41:43.686Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-09T17:41:44.150Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.32s) [2020-09-09T17:41:44.150Z] === RUN TestBuildWithSession [2020-09-09T17:41:44.150Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-09T17:41:44.150Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:41:44.150Z] === RUN TestBuildSquashParent [2020-09-09T17:41:44.255Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-09T17:41:44.825Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-09-09T17:41:45.396Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-09T17:41:45.534Z] --- PASS: TestCreateServiceMultipleTimes (23.28s) [2020-09-09T17:41:45.534Z] === RUN TestCreateServiceConflict [2020-09-09T17:41:45.534Z] --- PASS: TestCreateServiceConflict (3.64s) [2020-09-09T17:41:45.534Z] === RUN TestCreateServiceMaxReplicas [2020-09-09T17:41:45.965Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-09T17:41:45.965Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-09T17:41:45.965Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-09T17:41:46.225Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-09T17:41:46.225Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-09T17:41:46.225Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-09T17:41:46.225Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-09T17:41:47.608Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-09T17:41:48.547Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.91s) [2020-09-09T17:41:48.547Z] PASS [2020-09-09T17:41:48.547Z] [2020-09-09T17:41:48.547Z] DONE 17 tests in 50.740s [2020-09-09T17:41:48.547Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-09T17:41:48.547Z] ++ 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-09-09T17:41:48.547Z] ++ set -e [2020-09-09T17:41:48.547Z] ++ '[' -n 0 ']' [2020-09-09T17:41:48.547Z] ++ set -x [2020-09-09T17:41:48.547Z] ++ env -i DEST=/go/src/github.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-09-09T17:41:48.547Z] INFO: Testing against a local daemon [2020-09-09T17:41:48.547Z] === RUN TestPluginInvalidJSON [2020-09-09T17:41:48.547Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:41:48.547Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:41:48.547Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:41:48.547Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-09T17:41:48.547Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-09T17:41:48.547Z] === RUN TestPluginInstall [2020-09-09T17:41:48.547Z] === RUN TestPluginInstall/no_auth [2020-09-09T17:41:48.632Z] --- PASS: TestBuildSquashParent (3.95s) [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:41:48.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:41:48.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:41:48.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:41:48.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:41:48.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:41:48.632Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:41:48.632Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:41:48.632Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-09T17:41:48.632Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-09T17:41:48.632Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-09T17:41:48.632Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-09T17:41:48.807Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-09T17:41:48.807Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-09T17:41:49.376Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-09T17:41:49.977Z] --- PASS: TestCreateServiceMaxReplicas (3.92s) [2020-09-09T17:41:49.977Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-09T17:41:50.315Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-09T17:41:50.732Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-09T17:41:50.732Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-09T17:41:50.916Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-09T17:41:51.866Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-09T17:41:52.435Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-09T17:41:52.435Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-09T17:41:52.435Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-09T17:41:52.811Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-09T17:41:52.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.29s) [2020-09-09T17:41:52.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.32s) [2020-09-09T17:41:52.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.77s) [2020-09-09T17:41:52.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.86s) [2020-09-09T17:41:52.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s) [2020-09-09T17:41:52.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2020-09-09T17:41:52.812Z] === RUN TestBuildMultiStageCopy [2020-09-09T17:41:52.812Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-09T17:41:53.004Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-09T17:41:53.004Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-09T17:41:53.265Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-09T17:41:53.265Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-09T17:41:53.265Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-09T17:41:54.206Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-09T17:41:54.334Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-09T17:41:54.334Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-09T17:41:54.587Z] --- PASS: TestDaemonStartWithLogOpt (13.19s) [2020-09-09T17:41:54.587Z] === CONT TestReadPluginNoRead [2020-09-09T17:41:54.637Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-09T17:41:54.958Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-09T17:41:55.145Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-09T17:41:55.596Z] --- PASS: TestBuildMultiStageCopy (2.87s) [2020-09-09T17:41:55.596Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.61s) [2020-09-09T17:41:55.596Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2020-09-09T17:41:55.596Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2020-09-09T17:41:55.596Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2020-09-09T17:41:55.596Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s) [2020-09-09T17:41:55.596Z] === RUN TestBuildMultiStageParentConfig [2020-09-09T17:41:55.716Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-09T17:41:55.716Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-09T17:41:55.962Z] === RUN TestReadPluginNoRead/default [2020-09-09T17:41:56.221Z] --- PASS: TestContinueAfterPluginCrash (16.89s) [2020-09-09T17:41:56.235Z] --- PASS: TestBuildMultiStageParentConfig (0.80s) [2020-09-09T17:41:56.235Z] === RUN TestBuildLabelWithTargets [2020-09-09T17:41:56.286Z] time="2020-09-09T17:41:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:41:56.286Z] time="2020-09-09T17:41:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04197334d197d1ba1e720ec1bb0e8ab4e68ca4da32ff212886f626f1fd5d3dd0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:41:56.286Z] time="2020-09-09T17:41:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:41:56.286Z] time="2020-09-09T17:41:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04197334d197d1ba1e720ec1bb0e8ab4e68ca4da32ff212886f626f1fd5d3dd0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:41:56.547Z] === RUN TestPluginInstall/with_htpasswd [2020-09-09T17:41:56.808Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-09T17:41:57.279Z] --- PASS: TestBuildLabelWithTargets (1.21s) [2020-09-09T17:41:57.279Z] === RUN TestBuildWithEmptyLayers [2020-09-09T17:41:57.379Z] time="2020-09-09T17:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:41:57.379Z] time="2020-09-09T17:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:277a3ba4cbe03d0561a6b24ae118805c1011b82597aa2e4343dece1d10e1fc8e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:41:57.379Z] time="2020-09-09T17:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:41:57.379Z] time="2020-09-09T17:41:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:277a3ba4cbe03d0561a6b24ae118805c1011b82597aa2e4343dece1d10e1fc8e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:41:57.639Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-09T17:41:57.639Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-09T17:41:57.898Z] === RUN TestPluginInstall/with_insecure [2020-09-09T17:41:57.920Z] --- PASS: TestBuildWithEmptyLayers (0.58s) [2020-09-09T17:41:57.920Z] === RUN TestBuildMultiStageOnBuild [2020-09-09T17:41:58.161Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-09T17:41:58.421Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-09-09T17:41:58.680Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-09T17:41:58.752Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-09T17:41:58.941Z] time="2020-09-09T17:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:41:58.941Z] time="2020-09-09T17:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2dc11f8dbf95f38a8d601ecc6667d5a432066f66317ee5f43b026249d16726f1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:41:58.941Z] time="2020-09-09T17:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:41:58.941Z] time="2020-09-09T17:41:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2dc11f8dbf95f38a8d601ecc6667d5a432066f66317ee5f43b026249d16726f1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:41:59.511Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-09T17:41:59.511Z] --- PASS: TestPluginInstall (11.03s) [2020-09-09T17:41:59.511Z] --- PASS: TestPluginInstall/no_auth (8.06s) [2020-09-09T17:41:59.511Z] --- PASS: TestPluginInstall/with_htpasswd (1.10s) [2020-09-09T17:41:59.511Z] --- PASS: TestPluginInstall/with_insecure (1.86s) [2020-09-09T17:41:59.511Z] plugin_test.go:157: [d594915976aaf] daemon is not started [2020-09-09T17:41:59.511Z] PASS [2020-09-09T17:41:59.511Z] [2020-09-09T17:41:59.511Z] DONE 6 tests in 11.233s [2020-09-09T17:41:59.771Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-09T17:41:59.771Z] ++ 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-09-09T17:41:59.771Z] ++ set -e [2020-09-09T17:41:59.771Z] ++ '[' -n 0 ']' [2020-09-09T17:41:59.771Z] ++ set -x [2020-09-09T17:41:59.771Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:41:59.771Z] INFO: Testing against a local daemon [2020-09-09T17:41:59.771Z] === RUN TestExternalGraphDriver [2020-09-09T17:42:00.016Z] --- PASS: TestBuildMultiStageOnBuild (1.69s) [2020-09-09T17:42:00.016Z] === RUN TestBuildUncleanTarFilenames [2020-09-09T17:42:00.031Z] === RUN TestExternalGraphDriver/json [2020-09-09T17:42:00.031Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-09T17:42:00.031Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-09T17:42:00.657Z] --- PASS: TestBuildUncleanTarFilenames (0.87s) [2020-09-09T17:42:00.657Z] === RUN TestBuildMultiStageLayerLeak [2020-09-09T17:42:00.676Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-09T17:42:00.973Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-09T17:42:01.911Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-09T17:42:02.171Z] === RUN TestExternalGraphDriver/spec [2020-09-09T17:42:02.739Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s) [2020-09-09T17:42:02.739Z] === RUN TestBuildWithHugeFile [2020-09-09T17:42:02.742Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-09T17:42:02.742Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-09T17:42:03.227Z] --- PASS: TestReadPluginNoRead (10.45s) [2020-09-09T17:42:03.227Z] --- PASS: TestReadPluginNoRead/default (2.26s) [2020-09-09T17:42:03.227Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.25s) [2020-09-09T17:42:03.227Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.39s) [2020-09-09T17:42:03.227Z] read_test.go:92: [d1bc9189638f9] daemon is not started [2020-09-09T17:42:03.227Z] PASS [2020-09-09T17:42:03.227Z] [2020-09-09T17:42:03.227Z] DONE 6 tests in 23.801s [2020-09-09T17:42:03.227Z] 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-09-09T17:42:03.227Z] testing: warning: no tests to run [2020-09-09T17:42:03.227Z] PASS [2020-09-09T17:42:03.227Z] [2020-09-09T17:42:03.227Z] DONE 0 tests in 0.051s [2020-09-09T17:42:03.227Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-09T17:42:03.227Z] INFO: Testing against a local daemon [2020-09-09T17:42:03.227Z] === RUN TestPluginWithDevMounts [2020-09-09T17:42:03.227Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-09T17:42:03.227Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-09T17:42:03.227Z] PASS [2020-09-09T17:42:03.227Z] [2020-09-09T17:42:03.227Z] === Skipped [2020-09-09T17:42:03.227Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-09-09T17:42:03.227Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-09T17:42:03.227Z] [2020-09-09T17:42:03.227Z] [2020-09-09T17:42:03.227Z] DONE 1 tests, 1 skipped in 0.150s [2020-09-09T17:42:03.227Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-09T17:42:03.227Z] INFO: Testing against a local daemon [2020-09-09T17:42:03.227Z] === RUN TestSecretInspect [2020-09-09T17:42:03.227Z] --- SKIP: TestSecretInspect (0.02s) [2020-09-09T17:42:03.227Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.227Z] === RUN TestSecretList [2020-09-09T17:42:03.227Z] --- SKIP: TestSecretList (0.01s) [2020-09-09T17:42:03.227Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.227Z] === RUN TestSecretsCreateAndDelete [2020-09-09T17:42:03.227Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-09-09T17:42:03.227Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.227Z] === RUN TestSecretsUpdate [2020-09-09T17:42:03.227Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-09-09T17:42:03.227Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.227Z] === RUN TestTemplatedSecret [2020-09-09T17:42:03.227Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-09T17:42:03.227Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.227Z] === RUN TestSecretCreateResolve [2020-09-09T17:42:03.486Z] --- SKIP: TestSecretCreateResolve (0.02s) [2020-09-09T17:42:03.486Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] PASS [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] === Skipped [2020-09-09T17:42:03.486Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-09-09T17:42:03.486Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-09-09T17:42:03.486Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-09-09T17:42:03.486Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-09-09T17:42:03.486Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-09-09T17:42:03.486Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2020-09-09T17:42:03.486Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] [2020-09-09T17:42:03.486Z] DONE 6 tests, 6 skipped in 0.198s [2020-09-09T17:42:03.486Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-09T17:42:03.486Z] INFO: Testing against a local daemon [2020-09-09T17:42:03.486Z] === RUN TestServiceCreateInit [2020-09-09T17:42:03.486Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-09T17:42:03.486Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-09T17:42:03.486Z] --- PASS: TestServiceCreateInit (0.02s) [2020-09-09T17:42:03.486Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-09T17:42:03.486Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-09T17:42:03.486Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] === RUN TestCreateServiceMultipleTimes [2020-09-09T17:42:03.486Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-09-09T17:42:03.486Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] === RUN TestCreateServiceConflict [2020-09-09T17:42:03.486Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-09-09T17:42:03.486Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.486Z] === RUN TestCreateServiceMaxReplicas [2020-09-09T17:42:03.684Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-09-09T17:42:03.745Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-09T17:42:03.745Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestCreateServiceSecretFileMode [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-09-09T17:42:03.745Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestCreateServiceConfigFileMode [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2020-09-09T17:42:03.745Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestCreateServiceSysctls [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-09-09T17:42:03.745Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestCreateServiceCapabilities [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-09-09T17:42:03.745Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestInspect [2020-09-09T17:42:03.745Z] --- SKIP: TestInspect (0.01s) [2020-09-09T17:42:03.745Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestCreateJob [2020-09-09T17:42:03.745Z] --- SKIP: TestCreateJob (0.01s) [2020-09-09T17:42:03.745Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestReplicatedJob [2020-09-09T17:42:03.745Z] --- SKIP: TestReplicatedJob (0.01s) [2020-09-09T17:42:03.745Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestUpdateReplicatedJob [2020-09-09T17:42:03.745Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-09-09T17:42:03.745Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestServiceListWithStatuses [2020-09-09T17:42:03.745Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-09T17:42:03.745Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:42:03.745Z] === RUN TestDockerNetworkConnectAlias [2020-09-09T17:42:03.745Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-09-09T17:42:03.745Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestDockerNetworkReConnect [2020-09-09T17:42:03.745Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-09-09T17:42:03.745Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:03.745Z] === RUN TestServicePlugin [2020-09-09T17:42:04.625Z] === RUN TestExternalGraphDriver/pull [2020-09-09T17:42:05.195Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-09T17:42:05.334Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.00s) [2020-09-09T17:42:05.334Z] === RUN TestCreateServiceSecretFileMode [2020-09-09T17:42:06.134Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-09T17:42:06.134Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-09T17:42:06.134Z] --- PASS: TestExternalGraphDriver (6.40s) [2020-09-09T17:42:06.134Z] --- PASS: TestExternalGraphDriver/json (2.15s) [2020-09-09T17:42:06.134Z] --- PASS: TestExternalGraphDriver/spec (2.55s) [2020-09-09T17:42:06.134Z] --- PASS: TestExternalGraphDriver/pull (1.55s) [2020-09-09T17:42:06.134Z] === RUN TestGraphdriverPluginV2 [2020-09-09T17:42:06.134Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-09T17:42:06.134Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-09T17:42:06.134Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-09T17:42:06.707Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-09T17:42:07.937Z] --- SKIP: TestServicePlugin (3.48s) [2020-09-09T17:42:07.937Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] === RUN TestServiceUpdateLabel [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] === RUN TestServiceUpdateSecrets [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] === RUN TestServiceUpdateConfigs [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] === RUN TestServiceUpdateNetwork [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] === RUN TestServiceUpdatePidsLimit [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-09-09T17:42:07.937Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] PASS [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === Skipped [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-09T17:42:07.937Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-09T17:42:07.937Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-09T17:42:07.937Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-09-09T17:42:07.937Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-09-09T17:42:07.937Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-09-09T17:42:07.937Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-09T17:42:07.937Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-09-09T17:42:07.937Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2020-09-09T17:42:07.937Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-09-09T17:42:07.937Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-09-09T17:42:07.937Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-09-09T17:42:07.937Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-09-09T17:42:07.937Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-09-09T17:42:07.937Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-09-09T17:42:07.937Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-09T17:42:07.937Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-09-09T17:42:07.937Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-09-09T17:42:07.937Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServicePlugin (3.48s) [2020-09-09T17:42:07.937Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-09-09T17:42:07.937Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-09-09T17:42:07.937Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] [2020-09-09T17:42:07.937Z] DONE 24 tests, 23 skipped in 3.969s [2020-09-09T17:42:07.937Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-09T17:42:07.937Z] INFO: Testing against a local daemon [2020-09-09T17:42:07.937Z] === RUN TestSessionCreate [2020-09-09T17:42:07.937Z] --- PASS: TestSessionCreate (0.02s) [2020-09-09T17:42:07.937Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-09T17:42:07.937Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-09T17:42:07.937Z] PASS [2020-09-09T17:42:07.938Z] [2020-09-09T17:42:07.938Z] DONE 2 tests in 0.170s [2020-09-09T17:42:07.938Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-09T17:42:07.938Z] INFO: Testing against a local daemon [2020-09-09T17:42:07.938Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-09T17:42:07.938Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:42:07.938Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:42:07.938Z] === RUN TestEventsExecDie [2020-09-09T17:42:08.197Z] --- PASS: TestEventsExecDie (0.51s) [2020-09-09T17:42:08.197Z] === RUN TestEventsBackwardsCompatible [2020-09-09T17:42:08.197Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-09-09T17:42:08.197Z] === RUN TestInfoBinaryCommits [2020-09-09T17:42:08.197Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-09T17:42:08.197Z] === RUN TestInfoAPIVersioned [2020-09-09T17:42:08.197Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-09T17:42:08.197Z] === RUN TestInfoDiscoveryBackend [2020-09-09T17:42:08.847Z] --- PASS: TestCreateServiceSecretFileMode (3.51s) [2020-09-09T17:42:08.847Z] === RUN TestCreateServiceConfigFileMode [2020-09-09T17:42:10.015Z] --- PASS: TestGraphdriverPluginV2 (3.63s) [2020-09-09T17:42:10.015Z] PASS [2020-09-09T17:42:10.016Z] [2020-09-09T17:42:10.016Z] DONE 5 tests in 10.172s [2020-09-09T17:42:10.016Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-09T17:42:10.016Z] ++ 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-09-09T17:42:10.016Z] ++ set -e [2020-09-09T17:42:10.016Z] ++ '[' -n 0 ']' [2020-09-09T17:42:10.016Z] ++ set -x [2020-09-09T17:42:10.016Z] ++ env -i DEST=/go/src/github.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-09-09T17:42:10.016Z] INFO: Testing against a local daemon [2020-09-09T17:42:10.016Z] === RUN TestContinueAfterPluginCrash [2020-09-09T17:42:10.016Z] === PAUSE TestContinueAfterPluginCrash [2020-09-09T17:42:10.016Z] === RUN TestReadPluginNoRead [2020-09-09T17:42:10.016Z] === PAUSE TestReadPluginNoRead [2020-09-09T17:42:10.016Z] === RUN TestDaemonStartWithLogOpt [2020-09-09T17:42:10.016Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-09T17:42:10.016Z] === CONT TestContinueAfterPluginCrash [2020-09-09T17:42:10.016Z] === CONT TestDaemonStartWithLogOpt [2020-09-09T17:42:10.101Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2020-09-09T17:42:10.101Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-09T17:42:11.396Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-09T17:42:11.967Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-09T17:42:12.359Z] --- PASS: TestCreateServiceConfigFileMode (3.44s) [2020-09-09T17:42:12.359Z] === RUN TestCreateServiceSysctls [2020-09-09T17:42:12.906Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-09T17:42:12.907Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-09T17:42:12.907Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-09T17:42:13.386Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2020-09-09T17:42:13.386Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-09T17:42:13.386Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-09T17:42:13.386Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:42:13.386Z] === RUN TestInfoAPI [2020-09-09T17:42:13.386Z] --- PASS: TestInfoAPI (0.04s) [2020-09-09T17:42:13.386Z] === RUN TestInfoAPIWarnings [2020-09-09T17:42:14.762Z] --- PASS: TestInfoAPIWarnings (1.52s) [2020-09-09T17:42:14.762Z] === RUN TestInfoDebug [2020-09-09T17:42:14.815Z] --- PASS: TestDaemonStartWithLogOpt (4.83s) [2020-09-09T17:42:14.815Z] === CONT TestReadPluginNoRead [2020-09-09T17:42:15.384Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-09T17:42:16.324Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-09T17:42:16.665Z] --- PASS: TestInfoDebug (1.53s) [2020-09-09T17:42:16.665Z] === RUN TestInfoInsecureRegistries [2020-09-09T17:42:16.807Z] --- PASS: TestCreateServiceSysctls (3.96s) [2020-09-09T17:42:16.807Z] === RUN TestCreateServiceCapabilities [2020-09-09T17:42:17.140Z] ok github.com/docker/docker/cmd/dockerd 0.068s coverage: 30.8% of statements [2020-09-09T17:42:17.264Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-09T17:42:18.041Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-09-09T17:42:18.041Z] === RUN TestInfoRegistryMirrors [2020-09-09T17:42:18.644Z] === RUN TestReadPluginNoRead/default [2020-09-09T17:42:19.034Z] ok github.com/docker/docker/container 0.124s coverage: 34.4% of statements [2020-09-09T17:42:19.034Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-09T17:42:19.034Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-09T17:42:19.034Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-09T17:42:19.034Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-09T17:42:19.416Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-09-09T17:42:19.416Z] === RUN TestLoginFailsWithBadCredentials [2020-09-09T17:42:19.416Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2020-09-09T17:42:19.416Z] === RUN TestPingCacheHeaders [2020-09-09T17:42:19.675Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-09T17:42:19.675Z] === RUN TestPingGet [2020-09-09T17:42:19.675Z] --- PASS: TestPingGet (0.01s) [2020-09-09T17:42:19.675Z] === RUN TestPingHead [2020-09-09T17:42:19.675Z] --- PASS: TestPingHead (0.02s) [2020-09-09T17:42:19.675Z] === RUN TestVersion [2020-09-09T17:42:19.675Z] --- PASS: TestVersion (0.03s) [2020-09-09T17:42:19.675Z] PASS [2020-09-09T17:42:19.675Z] [2020-09-09T17:42:19.675Z] === Skipped [2020-09-09T17:42:19.675Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:42:19.675Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:42:19.675Z] [2020-09-09T17:42:19.675Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-09T17:42:19.675Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-09T17:42:19.675Z] [2020-09-09T17:42:19.675Z] [2020-09-09T17:42:19.675Z] DONE 18 tests, 2 skipped in 12.068s [2020-09-09T17:42:19.675Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-09T17:42:19.675Z] INFO: Testing against a local daemon [2020-09-09T17:42:19.675Z] === RUN TestVolumesCreateAndList [2020-09-09T17:42:19.934Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-09T17:42:19.934Z] === RUN TestVolumesRemove [2020-09-09T17:42:19.934Z] --- PASS: TestVolumesRemove (0.07s) [2020-09-09T17:42:19.934Z] === RUN TestVolumesInspect [2020-09-09T17:42:19.934Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-09T17:42:19.934Z] === RUN TestVolumesInvalidJSON [2020-09-09T17:42:19.934Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-09T17:42:19.934Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-09T17:42:19.934Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-09T17:42:19.934Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-09T17:42:19.934Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-09T17:42:19.934Z] PASS [2020-09-09T17:42:19.934Z] [2020-09-09T17:42:19.934Z] DONE 5 tests in 0.288s [2020-09-09T17:42:19.934Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T17:42:19.934Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11980 is not a child of this shell [2020-09-09T17:42:19.934Z] warning: PID 11980 from bundles/test-integration/docker.pid had a nonzero exit code [2020-09-09T17:42:19.934Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:42:19.934Z] [2020-09-09T17:42:19.934Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:42:19.934Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:42:19.934Z] [2020-09-09T17:42:19.934Z] To set a process to complain mode, use the command line tool [2020-09-09T17:42:19.934Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:42:19.934Z] Removing test suite binaries [2020-09-09T17:42:19.934Z] exiting test-integration [2020-09-09T17:42:19.934Z] ++ exit 0 [2020-09-09T17:42:20.023Z] --- PASS: TestContinueAfterPluginCrash (9.84s) [2020-09-09T17:42:20.023Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-09T17:42:20.283Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-09T17:42:20.319Z] --- PASS: TestCreateServiceCapabilities (3.53s) [2020-09-09T17:42:20.319Z] === RUN TestInspect [2020-09-09T17:42:20.854Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-09T17:42:20.869Z] [2020-09-09T17:42:21.424Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-09T17:42:22.363Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork Post stage [Pipeline] junit [2020-09-09T17:42:22.785Z] Recording test results [2020-09-09T17:42:22.934Z] --- PASS: TestReadPluginNoRead (8.21s) [2020-09-09T17:42:22.934Z] --- PASS: TestReadPluginNoRead/default (1.61s) [2020-09-09T17:42:22.934Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2020-09-09T17:42:22.934Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2020-09-09T17:42:22.934Z] read_test.go:92: [dbf0c7226cc1c] daemon is not started [2020-09-09T17:42:22.934Z] PASS [2020-09-09T17:42:22.934Z] [2020-09-09T17:42:22.934Z] DONE 6 tests in 13.163s [2020-09-09T17:42:22.934Z] 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-09-09T17:42:22.934Z] ++ 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-09-09T17:42:22.934Z] ++ set -e [2020-09-09T17:42:22.934Z] ++ '[' -n 0 ']' [2020-09-09T17:42:22.934Z] ++ set -x [2020-09-09T17:42:22.934Z] ++ env -i DEST=/go/src/github.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-09-09T17:42:23.195Z] testing: warning: no tests to run [2020-09-09T17:42:23.195Z] PASS [2020-09-09T17:42:23.195Z] [2020-09-09T17:42:23.195Z] DONE 0 tests in 0.060s [2020-09-09T17:42:23.195Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-09T17:42:23.195Z] ++ 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-09-09T17:42:23.195Z] ++ set -e [2020-09-09T17:42:23.195Z] ++ '[' -n 0 ']' [2020-09-09T17:42:23.195Z] ++ set -x [2020-09-09T17:42:23.195Z] ++ env -i DEST=/go/src/github.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-09-09T17:42:23.195Z] INFO: Testing against a local daemon [2020-09-09T17:42:23.195Z] === RUN TestPluginWithDevMounts [2020-09-09T17:42:23.195Z] === PAUSE TestPluginWithDevMounts [2020-09-09T17:42:23.195Z] === CONT TestPluginWithDevMounts [2020-09-09T17:42:23.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-09T17:42:23.872Z] --- PASS: TestInspect (3.64s) [2020-09-09T17:42:23.872Z] === RUN TestCreateJob [2020-09-09T17:42:24.025Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-09-09T17:42:24.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-09T17:42:24.980Z] + echo Ensuring container killed. [2020-09-09T17:42:24.980Z] Ensuring container killed. [2020-09-09T17:42:24.980Z] + docker rm -vf docker-pr2 [2020-09-09T17:42:24.980Z] Error: No such container: docker-pr2 [2020-09-09T17:42:24.980Z] + true [Pipeline] sh [2020-09-09T17:42:25.165Z] --- PASS: TestPluginWithDevMounts (1.93s) [2020-09-09T17:42:25.165Z] PASS [2020-09-09T17:42:25.165Z] [2020-09-09T17:42:25.165Z] DONE 1 tests in 2.067s [2020-09-09T17:42:25.165Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-09T17:42:25.165Z] ++ 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-09-09T17:42:25.165Z] ++ set -e [2020-09-09T17:42:25.165Z] ++ '[' -n 0 ']' [2020-09-09T17:42:25.165Z] ++ set -x [2020-09-09T17:42:25.165Z] ++ env -i DEST=/go/src/github.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-09-09T17:42:25.267Z] + echo Chowning /workspace to jenkins user [2020-09-09T17:42:25.267Z] Chowning /workspace to jenkins user [2020-09-09T17:42:25.267Z] + id -u [2020-09-09T17:42:25.267Z] + id -g [2020-09-09T17:42:25.267Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41411:/workspace busybox chown -R 1000:1000 /workspace [2020-09-09T17:42:25.267Z] Unable to find image 'busybox:latest' locally [2020-09-09T17:42:25.267Z] latest: Pulling from library/busybox [2020-09-09T17:42:25.424Z] INFO: Testing against a local daemon [2020-09-09T17:42:25.424Z] === RUN TestSecretInspect [2020-09-09T17:42:25.527Z] df8698476c65: Pulling fs layer [2020-09-09T17:42:25.527Z] df8698476c65: Verifying Checksum [2020-09-09T17:42:25.527Z] df8698476c65: Download complete [2020-09-09T17:42:25.527Z] df8698476c65: Pull complete [2020-09-09T17:42:25.527Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-09T17:42:25.527Z] Status: Downloaded newer image for busybox:latest [2020-09-09T17:42:26.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-09-09T17:42:27.390Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T17:42:27.650Z] --- PASS: TestSecretInspect (2.27s) [2020-09-09T17:42:27.650Z] === RUN TestSecretList [2020-09-09T17:42:27.732Z] + bundleName=amd64-rootless [2020-09-09T17:42:27.732Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-09-09T17:42:27.732Z] Creating amd64-rootless-bundles.tar.gz [2020-09-09T17:42:27.732Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-09T17:42:27.732Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-09T17:42:27.751Z] Archiving artifacts [2020-09-09T17:42:28.320Z] --- PASS: TestCreateJob (4.41s) [2020-09-09T17:42:28.320Z] === RUN TestReplicatedJob [2020-09-09T17:42:28.988Z] ok github.com/docker/docker/daemon/cluster 0.055s coverage: 0.5% of statements [2020-09-09T17:42:29.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008b0d80_} [2020-09-09T17:42:29.677Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T17:42:29.967Z] --- PASS: TestSecretList (2.46s) [2020-09-09T17:42:29.967Z] === RUN TestSecretsCreateAndDelete [2020-09-09T17:42:29.993Z] + make clean [2020-09-09T17:42:30.227Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1416960308_/foo_false____} [2020-09-09T17:42:30.252Z] docker volume rm -f docker-dev-cache [2020-09-09T17:42:30.252Z] docker-dev-cache [Pipeline] deleteDir [2020-09-09T17:42:30.882Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-09T17:42:31.608Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1416960308_/foo_true____} [2020-09-09T17:42:32.547Z] --- PASS: TestSecretsCreateAndDelete (2.59s) [2020-09-09T17:42:32.547Z] === RUN TestSecretsUpdate [2020-09-09T17:42:32.774Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-09-09T17:42:32.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3925348099_/foo_false____} [2020-09-09T17:42:34.185Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3925348099_/foo_true____} [2020-09-09T17:42:35.127Z] --- PASS: TestSecretsUpdate (2.38s) [2020-09-09T17:42:35.127Z] === RUN TestTemplatedSecret [2020-09-09T17:42:35.207Z] --- PASS: TestReplicatedJob (6.75s) [2020-09-09T17:42:35.207Z] === RUN TestUpdateReplicatedJob [2020-09-09T17:42:35.695Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3925348099_/foo_true__0xc0008b0de0__} [2020-09-09T17:42:37.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008b0e00_} [2020-09-09T17:42:37.644Z] --- PASS: TestTemplatedSecret (2.75s) [2020-09-09T17:42:37.645Z] === RUN TestSecretCreateResolve [2020-09-09T17:42:38.583Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008b0e20_} [2020-09-09T17:42:39.655Z] --- PASS: TestUpdateReplicatedJob (4.42s) [2020-09-09T17:42:39.655Z] === RUN TestServiceListWithStatuses [2020-09-09T17:42:39.655Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-09-09T17:42:39.655Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:42:39.655Z] === RUN TestDockerNetworkConnectAlias [2020-09-09T17:42:39.963Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008b0e40_} [2020-09-09T17:42:40.225Z] --- PASS: TestSecretCreateResolve (2.34s) [2020-09-09T17:42:40.225Z] PASS [2020-09-09T17:42:40.225Z] [2020-09-09T17:42:40.225Z] DONE 6 tests in 14.902s [2020-09-09T17:42:40.225Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-09T17:42:40.225Z] ++ 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-09-09T17:42:40.225Z] ++ set -e [2020-09-09T17:42:40.225Z] ++ '[' -n 0 ']' [2020-09-09T17:42:40.225Z] ++ set -x [2020-09-09T17:42:40.225Z] ++ env -i DEST=/go/src/github.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-09-09T17:42:40.225Z] INFO: Testing against a local daemon [2020-09-09T17:42:40.225Z] === RUN TestServiceCreateInit [2020-09-09T17:42:40.225Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-09T17:42:41.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008b0e60_} [2020-09-09T17:42:42.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-09T17:42:42.745Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2020-09-09T17:42:42.745Z] ok github.com/docker/docker/daemon 12.139s coverage: 17.4% of statements [2020-09-09T17:42:42.745Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-09T17:42:42.745Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-09T17:42:43.001Z] ok github.com/docker/docker/daemon/config 0.075s coverage: 81.8% of statements [2020-09-09T17:42:43.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-09T17:42:43.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-09T17:42:43.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-09T17:42:43.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-09T17:42:43.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-09T17:42:43.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-09T17:42:43.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-09T17:42:43.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-09-09T17:42:43.756Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-09T17:42:43.929Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-09-09T17:42:44.028Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-09T17:42:44.186Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2020-09-09T17:42:44.186Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-09T17:42:44.186Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-09T17:42:45.555Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-09-09T17:42:45.935Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-09T17:42:47.448Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.562s coverage: 73.1% of statements [2020-09-09T17:42:47.845Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-09T17:42:48.012Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-09-09T17:42:48.164Z] --- PASS: TestDockerNetworkConnectAlias (8.07s) [2020-09-09T17:42:48.164Z] === RUN TestDockerNetworkReConnect [2020-09-09T17:42:48.785Z] --- PASS: TestServiceCreateInit (8.38s) [2020-09-09T17:42:48.785Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.85s) [2020-09-09T17:42:48.785Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.50s) [2020-09-09T17:42:48.785Z] === RUN TestCreateServiceMultipleTimes [2020-09-09T17:42:49.379Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.390s coverage: 57.0% of statements [2020-09-09T17:42:50.166Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-09T17:42:51.550Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-09T17:42:51.550Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-09T17:42:51.926Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.021s coverage: 1.8% of statements [2020-09-09T17:42:52.491Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-09T17:42:53.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-09-09T17:42:53.296Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.755s coverage: 46.2% of statements [2020-09-09T17:42:53.296Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-09T17:42:53.322Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-09-09T17:42:53.734Z] --- PASS: TestDockerNetworkReConnect (6.32s) [2020-09-09T17:42:53.734Z] === RUN TestServicePlugin [2020-09-09T17:42:53.734Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-09T17:42:53.734Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:42:53.734Z] === RUN TestServiceUpdateLabel [2020-09-09T17:42:53.860Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.347s coverage: 49.5% of statements [2020-09-09T17:42:53.922Z] c3aff4450246: Pull complete [2020-09-09T17:42:53.922Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-09T17:42:53.922Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:42:53.922Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-09-09T17:42:53.922Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-09-09T17:42:53.922Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457' [2020-09-09T17:42:53.922Z] WARN: Skipping validation tests [2020-09-09T17:42:53.922Z] INFO: Running unit tests at 09/09/2020 17:42:51... [2020-09-09T17:42:54.705Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-09T17:42:54.904Z] INFO: make.ps1 starting at 09/09/2020 17:42:54 [2020-09-09T17:42:55.389Z] INFO: Git commit (4745bdc06b) assumed from DOCKER_GITCOMMIT environment variable [2020-09-09T17:42:55.389Z] INFO: Invoking autogen... [2020-09-09T17:42:55.646Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-09T17:42:55.754Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.666s coverage: 57.7% of statements [2020-09-09T17:42:55.754Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-09T17:42:56.319Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.331s coverage: 76.1% of statements [2020-09-09T17:42:56.319Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-09T17:42:56.365Z] INFO: Running unit tests... [2020-09-09T17:42:56.587Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-09T17:42:57.250Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.026s coverage: 58.0% of statements [2020-09-09T17:42:57.251Z] --- PASS: TestServiceUpdateLabel (3.64s) [2020-09-09T17:42:57.251Z] === RUN TestServiceUpdateSecrets [2020-09-09T17:42:57.527Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-09T17:42:58.180Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2020-09-09T17:42:58.468Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-09T17:42:59.039Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-09T17:42:59.109Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-09-09T17:42:59.609Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-09T17:42:59.726Z] --- PASS: TestBuildWithHugeFile (53.41s) [2020-09-09T17:42:59.726Z] === RUN TestBuildWithEmptyDockerfile [2020-09-09T17:42:59.726Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:42:59.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:42:59.726Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:42:59.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:42:59.726Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:42:59.726Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:42:59.726Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-09T17:42:59.726Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-09T17:42:59.726Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-09T17:42:59.726Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-09-09T17:42:59.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2020-09-09T17:42:59.726Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s) [2020-09-09T17:42:59.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s) [2020-09-09T17:42:59.726Z] === RUN TestBuildPreserveOwnership [2020-09-09T17:42:59.726Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-09T17:42:59.726Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-09T17:42:59.726Z] --- PASS: TestBuildPreserveOwnership (3.66s) [2020-09-09T17:42:59.726Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.38s) [2020-09-09T17:42:59.726Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.26s) [2020-09-09T17:42:59.726Z] === RUN TestBuildPlatformInvalid [2020-09-09T17:42:59.726Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-09-09T17:42:59.726Z] PASS [2020-09-09T17:42:59.726Z] [2020-09-09T17:42:59.726Z] === Skipped [2020-09-09T17:42:59.726Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-09-09T17:42:59.726Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:42:59.726Z] [2020-09-09T17:42:59.726Z] [2020-09-09T17:42:59.726Z] DONE 32 tests, 1 skipped in 91.019s [2020-09-09T17:43:00.019Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-09-09T17:43:00.019Z] ++ 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-09-09T17:43:00.019Z] ++ set -e [2020-09-09T17:43:00.019Z] ++ '[' -n 0 ']' [2020-09-09T17:43:00.019Z] ++ set -x [2020-09-09T17:43:00.019Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:43:00.019Z] INFO: Testing against a local daemon [2020-09-09T17:43:00.019Z] === RUN TestConfigInspect [2020-09-09T17:43:00.477Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 4.8% of statements [2020-09-09T17:43:00.477Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-09T17:43:00.477Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-09T17:43:00.989Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-09T17:43:01.048Z] ok github.com/docker/docker/daemon/logger 0.248s coverage: 41.0% of statements [2020-09-09T17:43:01.561Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-09T17:43:02.097Z] --- PASS: TestConfigInspect (1.90s) [2020-09-09T17:43:02.097Z] === RUN TestConfigList [2020-09-09T17:43:02.137Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-09T17:43:02.708Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-09T17:43:02.939Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2020-09-09T17:43:02.939Z] ok github.com/docker/docker/daemon/logger/awslogs 0.162s coverage: 77.8% of statements [2020-09-09T17:43:02.939Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-09T17:43:02.939Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-09T17:43:03.619Z] --- PASS: TestConfigList (1.87s) [2020-09-09T17:43:03.619Z] === RUN TestConfigsCreateAndDelete [2020-09-09T17:43:03.871Z] ok github.com/docker/docker/daemon/logger/journald 0.025s coverage: 23.9% of statements [2020-09-09T17:43:04.089Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-09T17:43:04.434Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.016s coverage: 61.6% of statements [2020-09-09T17:43:04.657Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-09T17:43:04.690Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2020-09-09T17:43:04.973Z] INFO: Invoking unit tests run with C:\gopath/bin/\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-09-09T17:43:05.227Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-09T17:43:05.227Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-09T17:43:05.714Z] --- PASS: TestConfigsCreateAndDelete (1.94s) [2020-09-09T17:43:05.714Z] === RUN TestConfigsUpdate [2020-09-09T17:43:05.795Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-09T17:43:06.058Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-09-09T17:43:06.058Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-09T17:43:06.315Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.023s coverage: 37.7% of statements [2020-09-09T17:43:06.364Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-09T17:43:06.623Z] --- PASS: TestCreateServiceMultipleTimes (17.95s) [2020-09-09T17:43:06.623Z] === RUN TestCreateServiceConflict [2020-09-09T17:43:07.193Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-09T17:43:07.680Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-09-09T17:43:07.762Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-09T17:43:07.793Z] --- PASS: TestConfigsUpdate (1.99s) [2020-09-09T17:43:07.793Z] === RUN TestTemplatedConfig [2020-09-09T17:43:08.333Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-09T17:43:09.047Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-09-09T17:43:09.047Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-09-09T17:43:09.272Z] --- PASS: TestCreateServiceConflict (2.67s) [2020-09-09T17:43:09.272Z] === RUN TestCreateServiceMaxReplicas [2020-09-09T17:43:09.531Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-09T17:43:09.531Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-09-09T17:43:09.976Z] ok github.com/docker/docker/daemon/logger/splunk 1.696s coverage: 82.5% of statements [2020-09-09T17:43:09.976Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-09T17:43:09.976Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2020-09-09T17:43:09.976Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-09T17:43:10.101Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-09T17:43:10.537Z] --- PASS: TestTemplatedConfig (2.40s) [2020-09-09T17:43:10.537Z] === RUN TestConfigCreateResolve [2020-09-09T17:43:10.789Z] ? github.com/docker/docker/api [no test files] [2020-09-09T17:43:12.013Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-09T17:43:12.052Z] --- PASS: TestConfigCreateResolve (1.91s) [2020-09-09T17:43:12.052Z] === RUN TestConfigDaemonLibtrustID [2020-09-09T17:43:12.495Z] ok github.com/docker/docker/distribution/metadata 0.053s coverage: 48.2% of statements [2020-09-09T17:43:12.578Z] --- PASS: TestServiceUpdateSecrets (15.60s) [2020-09-09T17:43:12.578Z] === RUN TestServiceUpdateConfigs [2020-09-09T17:43:12.688Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-09-09T17:43:12.688Z] PASS [2020-09-09T17:43:12.688Z] [2020-09-09T17:43:12.688Z] DONE 7 tests in 12.623s [2020-09-09T17:43:12.688Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-09-09T17:43:12.688Z] ++ 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-09-09T17:43:12.688Z] ++ set -e [2020-09-09T17:43:12.688Z] ++ '[' -n 0 ']' [2020-09-09T17:43:12.688Z] ++ set -x [2020-09-09T17:43:12.688Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:43:12.688Z] INFO: Testing against a local daemon [2020-09-09T17:43:12.688Z] === RUN TestCheckpoint [2020-09-09T17:43:12.688Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-09T17:43:12.688Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:43:12.688Z] === RUN TestContainerInvalidJSON [2020-09-09T17:43:12.688Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:43:12.688Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:43:12.688Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:43:12.688Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:43:12.688Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:43:12.688Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:43:12.688Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-09T17:43:12.688Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-09T17:43:12.688Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-09T17:43:12.688Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-09T17:43:12.688Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-09T17:43:12.688Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-09T17:43:12.688Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-09T17:43:12.688Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-09T17:43:12.688Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-09-09T17:43:12.688Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-09T17:43:12.688Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-09-09T17:43:12.688Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-09T17:43:12.751Z] ok github.com/docker/docker/distribution 0.446s coverage: 21.9% of statements [2020-09-09T17:43:12.751Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-09T17:43:12.982Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-09-09T17:43:12.983Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-09T17:43:12.983Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-09-09T17:43:12.983Z] === RUN TestCopyFromContainer [2020-09-09T17:43:13.395Z] --- PASS: TestCreateServiceMaxReplicas (4.22s) [2020-09-09T17:43:13.395Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-09T17:43:13.681Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2020-09-09T17:43:14.028Z] === RUN TestCopyFromContainer// [2020-09-09T17:43:14.323Z] === RUN TestCopyFromContainer//bar/root [2020-09-09T17:43:14.323Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-09T17:43:14.323Z] === RUN TestCopyFromContainer/bar/quux [2020-09-09T17:43:14.323Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-09T17:43:14.618Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-09T17:43:14.618Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-09T17:43:14.618Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-09T17:43:14.618Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-09T17:43:14.618Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer (1.92s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-09-09T17:43:14.914Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-09T17:43:14.914Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-09T17:43:14.914Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:43:14.914Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:43:14.914Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:43:14.914Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:43:14.914Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:43:14.914Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:43:14.914Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-09T17:43:14.914Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-09T17:43:14.914Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-09T17:43:14.914Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-09T17:43:14.914Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-09T17:43:14.914Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-09T17:43:14.914Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-09T17:43:14.914Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-09T17:43:14.914Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-09-09T17:43:14.914Z] === RUN TestCreateWithInvalidEnv [2020-09-09T17:43:14.914Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-09T17:43:14.914Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-09T17:43:14.914Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-09T17:43:14.914Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-09T17:43:14.914Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-09T17:43:14.914Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-09T17:43:14.914Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-09T17:43:14.914Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-09T17:43:14.914Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-09T17:43:14.914Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-09T17:43:14.914Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-09T17:43:14.914Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-09T17:43:14.914Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-09T17:43:14.914Z] === RUN TestCreateTmpfsMountsTarget [2020-09-09T17:43:14.914Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-09T17:43:14.914Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-09T17:43:15.046Z] ok github.com/docker/docker/image 0.020s coverage: 86.4% of statements [2020-09-09T17:43:15.046Z] ok github.com/docker/docker/distribution/xfer 1.877s coverage: 85.1% of statements [2020-09-09T17:43:15.046Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-09T17:43:15.607Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2020-09-09T17:43:15.607Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-09T17:43:15.937Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-09T17:43:16.434Z] --- PASS: TestCreateWithCustomMaskedPaths (1.48s) [2020-09-09T17:43:16.434Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-09T17:43:16.536Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-09-09T17:43:16.536Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-09T17:43:17.465Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2020-09-09T17:43:17.950Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2020-09-09T17:43:17.951Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-09T17:43:17.951Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:43:17.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:43:17.951Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:43:17.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:43:17.951Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:43:17.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:43:17.951Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:43:17.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:43:17.951Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:43:17.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:43:17.951Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-09T17:43:17.951Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-09T17:43:17.951Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-09T17:43:17.951Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-09T17:43:17.951Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-09T17:43:17.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-09T17:43:17.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-09-09T17:43:17.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-09-09T17:43:17.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-09-09T17:43:17.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-09-09T17:43:17.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-09-09T17:43:17.951Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-09T17:43:18.476Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-09T17:43:18.476Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-09T17:43:18.594Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s) [2020-09-09T17:43:18.594Z] === RUN TestCreateDifferentPlatform [2020-09-09T17:43:18.594Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-09T17:43:18.594Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-09T17:43:18.594Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-09T17:43:18.594Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-09T17:43:18.594Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-09T17:43:18.594Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-09T17:43:18.594Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-09-09T17:43:18.594Z] === RUN TestContainerStartOnDaemonRestart [2020-09-09T17:43:18.594Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-09T17:43:18.594Z] === RUN TestDaemonRestartIpcMode [2020-09-09T17:43:18.594Z] === PAUSE TestDaemonRestartIpcMode [2020-09-09T17:43:18.594Z] === RUN TestDaemonHostGatewayIP [2020-09-09T17:43:18.594Z] === PAUSE TestDaemonHostGatewayIP [2020-09-09T17:43:18.594Z] === RUN TestContainerKillOnDaemonStart [2020-09-09T17:43:18.594Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-09T17:43:18.594Z] === RUN TestDiff [2020-09-09T17:43:18.835Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2020-09-09T17:43:18.835Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-09T17:43:19.233Z] --- PASS: TestDiff (0.55s) [2020-09-09T17:43:19.233Z] === RUN TestExecWithCloseStdin [2020-09-09T17:43:19.871Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-09-09T17:43:19.871Z] === RUN TestExec [2020-09-09T17:43:20.509Z] --- PASS: TestExec (0.63s) [2020-09-09T17:43:20.509Z] === RUN TestExecUser [2020-09-09T17:43:20.734Z] ok github.com/docker/docker/pkg/archive 0.311s coverage: 77.1% of statements [2020-09-09T17:43:21.144Z] --- PASS: TestExecUser (0.62s) [2020-09-09T17:43:21.144Z] === RUN TestExportContainerAndImportImage [2020-09-09T17:43:21.662Z] ok github.com/docker/docker/pkg/authorization 0.080s coverage: 68.3% of statements [2020-09-09T17:43:21.662Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-09-09T17:43:21.768Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-09T17:43:21.785Z] --- PASS: TestExportContainerAndImportImage (0.81s) [2020-09-09T17:43:21.785Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-09T17:43:21.918Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-09-09T17:43:23.156Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-09T17:43:23.300Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-09-09T17:43:23.300Z] === RUN TestHealthCheckWorkdir [2020-09-09T17:43:23.725Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-09T17:43:23.941Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-09-09T17:43:23.941Z] === RUN TestHealthKillContainer [2020-09-09T17:43:25.319Z] ok github.com/docker/docker/pkg/chrootarchive 2.487s coverage: 43.2% of statements [2020-09-09T17:43:25.319Z] ok github.com/docker/docker/layer 7.127s coverage: 68.8% of statements [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/oci [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-09T17:43:25.319Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-09T17:43:25.575Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2020-09-09T17:43:25.651Z] ok github.com/docker/docker/api/server 0.188s coverage: 9.0% of statements [2020-09-09T17:43:25.832Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2020-09-09T17:43:26.088Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 92.9% of statements [2020-09-09T17:43:26.262Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-09-09T17:43:26.683Z] --- PASS: TestHealthKillContainer (2.65s) [2020-09-09T17:43:26.683Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-09T17:43:26.831Z] === RUN TestDockerSuite/TestCpToDot [2020-09-09T17:43:27.018Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-09-09T17:43:27.325Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2020-09-09T17:43:27.325Z] === RUN TestIpcModeNone [2020-09-09T17:43:27.402Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-09T17:43:27.581Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-09-09T17:43:27.622Z] --- PASS: TestIpcModeNone (0.63s) [2020-09-09T17:43:27.622Z] === RUN TestIpcModePrivate [2020-09-09T17:43:27.664Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.04s) [2020-09-09T17:43:27.664Z] === RUN TestCreateServiceSecretFileMode [2020-09-09T17:43:28.143Z] ok github.com/docker/docker/pkg/dmesg 0.014s coverage: 83.3% of statements [2020-09-09T17:43:28.233Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-09T17:43:28.260Z] --- PASS: TestIpcModePrivate (0.63s) [2020-09-09T17:43:28.260Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-09-09T17:43:28.260Z] === RUN TestIpcModeShareable [2020-09-09T17:43:28.898Z] --- PASS: TestIpcModeShareable (0.61s) [2020-09-09T17:43:28.898Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-09-09T17:43:28.898Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-09T17:43:29.174Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-09T17:43:29.517Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-09-09T17:43:30.080Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-09-09T17:43:30.114Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-09T17:43:30.336Z] ok github.com/docker/docker/pkg/discovery/kv 3.104s coverage: 84.1% of statements [2020-09-09T17:43:30.592Z] ok github.com/docker/docker/pkg/fsutils 0.178s coverage: 85.1% of statements [2020-09-09T17:43:30.685Z] --- PASS: TestCreateServiceSecretFileMode (3.07s) [2020-09-09T17:43:30.685Z] === RUN TestCreateServiceConfigFileMode [2020-09-09T17:43:30.849Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2020-09-09T17:43:30.981Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s) [2020-09-09T17:43:30.981Z] === RUN TestAPIIpcModeHost [2020-09-09T17:43:31.149Z] --- PASS: TestServiceUpdateConfigs (15.75s) [2020-09-09T17:43:31.149Z] === RUN TestServiceUpdateNetwork [2020-09-09T17:43:31.256Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-09T17:43:31.279Z] --- PASS: TestAPIIpcModeHost (0.46s) [2020-09-09T17:43:31.279Z] === RUN TestDaemonIpcModeShareable [2020-09-09T17:43:31.515Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-09T17:43:32.085Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-09T17:43:32.216Z] ok github.com/docker/docker/pkg/idtools 0.516s coverage: 70.1% of statements [2020-09-09T17:43:32.216Z] ok github.com/docker/docker/pkg/ioutils 0.417s coverage: 70.6% of statements [2020-09-09T17:43:32.473Z] ok github.com/docker/docker/pkg/locker 0.018s coverage: 88.9% of statements [2020-09-09T17:43:32.729Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-09-09T17:43:32.799Z] --- PASS: TestDaemonIpcModeShareable (1.42s) [2020-09-09T17:43:32.799Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-09T17:43:32.799Z] === RUN TestDaemonIpcModePrivate [2020-09-09T17:43:32.985Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-09-09T17:43:32.986Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-09T17:43:32.986Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-09T17:43:32.986Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-09-09T17:43:32.986Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-09T17:43:33.024Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-09T17:43:33.242Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-09-09T17:43:33.284Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-09T17:43:33.284Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-09T17:43:33.499Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-09-09T17:43:33.543Z] --- PASS: TestCreateServiceConfigFileMode (2.98s) [2020-09-09T17:43:33.544Z] === RUN TestCreateServiceSysctls [2020-09-09T17:43:33.803Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-09T17:43:34.062Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2020-09-09T17:43:34.062Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-09-09T17:43:34.062Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-09T17:43:34.062Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-09T17:43:34.063Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-09T17:43:34.063Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-09T17:43:34.321Z] --- PASS: TestDaemonIpcModePrivate (1.39s) [2020-09-09T17:43:34.321Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-09T17:43:34.321Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-09T17:43:34.323Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-09T17:43:34.892Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-09T17:43:34.892Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-09T17:43:34.993Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-09-09T17:43:35.152Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-09T17:43:35.152Z] === RUN TestDockerSuite/TestCreateRM [2020-09-09T17:43:35.367Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.35s) [2020-09-09T17:43:35.367Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-09T17:43:35.367Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-09T17:43:35.413Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-09T17:43:35.413Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-09T17:43:35.413Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-09T17:43:35.673Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-09T17:43:35.923Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-09T17:43:35.923Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-09-09T17:43:36.180Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-09-09T17:43:36.892Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.37s) [2020-09-09T17:43:36.892Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-09T17:43:36.892Z] === RUN TestIpcModeOlderClient [2020-09-09T17:43:36.892Z] === PAUSE TestIpcModeOlderClient [2020-09-09T17:43:36.892Z] === RUN TestKillContainerInvalidSignal [2020-09-09T17:43:37.530Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-09-09T17:43:37.530Z] === RUN TestKillContainer [2020-09-09T17:43:37.530Z] === RUN TestKillContainer/no_signal [2020-09-09T17:43:37.551Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2020-09-09T17:43:37.582Z] --- PASS: TestCreateServiceSysctls (3.71s) [2020-09-09T17:43:37.582Z] === RUN TestCreateServiceCapabilities [2020-09-09T17:43:37.582Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-09T17:43:37.582Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-09T17:43:37.582Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-09T17:43:37.824Z] === RUN TestKillContainer/non_killing_signal [2020-09-09T17:43:38.113Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-09-09T17:43:38.118Z] === RUN TestKillContainer/killing_signal [2020-09-09T17:43:39.163Z] --- PASS: TestKillContainer (1.60s) [2020-09-09T17:43:39.163Z] --- PASS: TestKillContainer/no_signal (0.54s) [2020-09-09T17:43:39.163Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2020-09-09T17:43:39.163Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2020-09-09T17:43:39.163Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-09T17:43:39.163Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-09T17:43:39.457Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-09T17:43:40.100Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s) [2020-09-09T17:43:40.100Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2020-09-09T17:43:40.100Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s) [2020-09-09T17:43:40.100Z] === RUN TestKillStoppedContainer [2020-09-09T17:43:40.100Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-09-09T17:43:40.100Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-09T17:43:40.100Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-09-09T17:43:40.100Z] === RUN TestKillDifferentUserContainer [2020-09-09T17:43:40.739Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2020-09-09T17:43:40.739Z] === RUN TestInspectOomKilledTrue [2020-09-09T17:43:40.882Z] --- PASS: TestCreateServiceCapabilities (3.45s) [2020-09-09T17:43:40.882Z] === RUN TestInspect [2020-09-09T17:43:41.380Z] ok github.com/docker/docker/pkg/signal 2.397s coverage: 61.0% of statements [2020-09-09T17:43:41.380Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-09-09T17:43:41.636Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-09-09T17:43:41.787Z] --- PASS: TestInspectOomKilledTrue (0.86s) [2020-09-09T17:43:41.788Z] === RUN TestInspectOomKilledFalse [2020-09-09T17:43:41.893Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-09-09T17:43:42.091Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2020-09-09T17:43:42.091Z] === RUN TestLinksEtcHostsContentMatch [2020-09-09T17:43:42.149Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-09-09T17:43:42.263Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-09T17:43:42.263Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-09T17:43:42.263Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-09T17:43:42.263Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-09T17:43:42.263Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-09T17:43:42.385Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s) [2020-09-09T17:43:42.385Z] === RUN TestLinksContainerNames [2020-09-09T17:43:42.524Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-09T17:43:42.712Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.6% of statements [2020-09-09T17:43:43.094Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-09T17:43:43.276Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-09-09T17:43:43.430Z] --- PASS: TestLinksContainerNames (1.04s) [2020-09-09T17:43:43.430Z] === RUN TestLogsFollowTailEmpty [2020-09-09T17:43:43.533Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2020-09-09T17:43:44.034Z] --- PASS: TestInspect (3.30s) [2020-09-09T17:43:44.034Z] === RUN TestCreateJob [2020-09-09T17:43:44.070Z] --- PASS: TestLogsFollowTailEmpty (0.54s) [2020-09-09T17:43:44.070Z] === RUN TestContainerNetworkMountsNoChown [2020-09-09T17:43:44.463Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-09-09T17:43:44.463Z] testing: warning: no tests to run [2020-09-09T17:43:44.463Z] coverage: [no statements] [2020-09-09T17:43:44.463Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-09T17:43:44.606Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-09T17:43:44.713Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s) [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/default [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/default [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/private [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/private [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rprivate [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/slave [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/slave [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rslave [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/shared [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/shared [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rshared [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/default [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rslave [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rshared [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/slave [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/shared [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/private [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rprivate [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-09T17:43:44.713Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:43:44.713Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-09T17:43:44.713Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-09T17:43:44.719Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-09-09T17:43:44.976Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-09T17:43:45.008Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-09-09T17:43:45.008Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-09T17:43:45.008Z] === RUN TestContainerBindMountNonRecursive [2020-09-09T17:43:45.175Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-09T17:43:45.233Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-09-09T17:43:45.746Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-09-09T17:43:46.316Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-09T17:43:46.527Z] --- PASS: TestServiceUpdateNetwork (16.23s) [2020-09-09T17:43:46.528Z] === RUN TestServiceUpdatePidsLimit [2020-09-09T17:43:46.528Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-09T17:43:46.528Z] --- PASS: TestContainerBindMountNonRecursive (1.40s) [2020-09-09T17:43:46.528Z] === RUN TestNetworkNat [2020-09-09T17:43:46.827Z] --- PASS: TestNetworkNat (0.54s) [2020-09-09T17:43:46.827Z] === RUN TestNetworkLocalhostTCPNat [2020-09-09T17:43:47.125Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.1% of statements [2020-09-09T17:43:47.192Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-09T17:43:47.467Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) [2020-09-09T17:43:47.467Z] === RUN TestNetworkLoopbackNat [2020-09-09T17:43:47.698Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-09T17:43:48.055Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2020-09-09T17:43:48.268Z] --- PASS: TestCreateJob (4.11s) [2020-09-09T17:43:48.268Z] === RUN TestReplicatedJob [2020-09-09T17:43:48.527Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-09T17:43:48.787Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-09T17:43:48.986Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-09-09T17:43:49.047Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-09T17:43:49.243Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-09-09T17:43:49.307Z] === RUN TestDockerSuite/TestDockerFails [2020-09-09T17:43:49.307Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-09-09T17:43:49.307Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-09-09T17:43:49.567Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-09-09T17:43:50.208Z] --- PASS: TestNetworkLoopbackNat (2.72s) [2020-09-09T17:43:50.208Z] === RUN TestPause [2020-09-09T17:43:50.611Z] ok github.com/docker/docker/registry 0.079s coverage: 56.3% of statements [2020-09-09T17:43:50.846Z] --- PASS: TestPause (0.56s) [2020-09-09T17:43:50.846Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-09T17:43:50.846Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:43:50.846Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:43:50.846Z] === RUN TestPauseStopPausedContainer [2020-09-09T17:43:50.949Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-09-09T17:43:51.141Z] --- PASS: TestPauseStopPausedContainer (0.58s) [2020-09-09T17:43:51.141Z] === RUN TestPsFilter [2020-09-09T17:43:51.436Z] --- PASS: TestPsFilter (0.15s) [2020-09-09T17:43:51.436Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-09T17:43:51.520Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-09-09T17:43:51.539Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2020-09-09T17:43:51.539Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-09-09T17:43:52.075Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) [2020-09-09T17:43:52.075Z] === RUN TestRemoveContainerWithVolume [2020-09-09T17:43:52.368Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2020-09-09T17:43:52.368Z] === RUN TestRemoveContainerRunning [2020-09-09T17:43:52.461Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-09-09T17:43:52.467Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-09-09T17:43:52.467Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-09-09T17:43:53.014Z] --- PASS: TestRemoveContainerRunning (0.53s) [2020-09-09T17:43:53.014Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-09T17:43:53.031Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-09-09T17:43:53.031Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-09-09T17:43:53.031Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-09-09T17:43:53.291Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-09-09T17:43:53.654Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s) [2020-09-09T17:43:53.654Z] === RUN TestRemoveInvalidContainer [2020-09-09T17:43:53.654Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-09T17:43:53.654Z] === RUN TestRenameLinkedContainer [2020-09-09T17:43:54.214Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-09T17:43:54.676Z] --- PASS: TestReplicatedJob (6.22s) [2020-09-09T17:43:54.676Z] === RUN TestUpdateReplicatedJob [2020-09-09T17:43:55.737Z] --- PASS: TestRenameLinkedContainer (2.01s) [2020-09-09T17:43:55.737Z] === RUN TestRenameStoppedContainer [2020-09-09T17:43:55.743Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2020-09-09T17:43:55.743Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements [2020-09-09T17:43:56.034Z] --- PASS: TestRenameStoppedContainer (0.54s) [2020-09-09T17:43:56.034Z] === RUN TestRenameRunningContainerAndReuse [2020-09-09T17:43:56.672Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-09-09T17:43:57.079Z] --- PASS: TestRenameRunningContainerAndReuse (1.05s) [2020-09-09T17:43:57.079Z] === RUN TestRenameInvalidName [2020-09-09T17:43:57.600Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.1% of statements [2020-09-09T17:43:57.718Z] --- PASS: TestRenameInvalidName (0.54s) [2020-09-09T17:43:57.718Z] === RUN TestRenameAnonymousContainer [2020-09-09T17:43:57.967Z] --- PASS: TestUpdateReplicatedJob (3.35s) [2020-09-09T17:43:57.967Z] === RUN TestServiceListWithStatuses [2020-09-09T17:43:57.967Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-09T17:43:57.967Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:43:57.967Z] === RUN TestDockerNetworkConnectAlias [2020-09-09T17:43:59.805Z] --- PASS: TestRenameAnonymousContainer (1.97s) [2020-09-09T17:43:59.805Z] === RUN TestRenameContainerWithSameName [2020-09-09T17:43:59.887Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-09T17:44:00.099Z] --- PASS: TestRenameContainerWithSameName (0.52s) [2020-09-09T17:44:00.099Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-09T17:44:01.621Z] --- PASS: TestRenameContainerWithLinkedContainer (1.10s) [2020-09-09T17:44:01.621Z] === RUN TestResize [2020-09-09T17:44:01.917Z] --- PASS: TestResize (0.53s) [2020-09-09T17:44:01.917Z] === RUN TestResizeWithInvalidSize [2020-09-09T17:44:02.213Z] --- PASS: TestResizeWithInvalidSize (0.52s) [2020-09-09T17:44:02.213Z] === RUN TestResizeWhenContainerNotStarted [2020-09-09T17:44:02.426Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-09T17:44:02.426Z] --- PASS: TestDockerNetworkConnectAlias (4.71s) [2020-09-09T17:44:02.426Z] === RUN TestDockerNetworkReConnect [2020-09-09T17:44:02.843Z] --- PASS: TestServiceUpdatePidsLimit (17.87s) [2020-09-09T17:44:02.843Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.92s) [2020-09-09T17:44:02.843Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2020-09-09T17:44:02.843Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-09-09T17:44:02.843Z] PASS [2020-09-09T17:44:02.843Z] [2020-09-09T17:44:02.843Z] === Skipped [2020-09-09T17:44:02.843Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-09-09T17:44:02.843Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:44:02.843Z] [2020-09-09T17:44:02.843Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-09-09T17:44:02.843Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:44:02.843Z] [2020-09-09T17:44:02.843Z] [2020-09-09T17:44:02.843Z] DONE 27 tests, 2 skipped in 174.623s [2020-09-09T17:44:02.843Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-09-09T17:44:02.843Z] ++ 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-09-09T17:44:02.843Z] ++ set -e [2020-09-09T17:44:02.843Z] ++ '[' -n 0 ']' [2020-09-09T17:44:02.843Z] ++ set -x [2020-09-09T17:44:02.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=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-09-09T17:44:02.843Z] INFO: Testing against a local daemon [2020-09-09T17:44:02.844Z] === RUN TestSessionCreate [2020-09-09T17:44:02.844Z] --- PASS: TestSessionCreate (0.02s) [2020-09-09T17:44:02.844Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-09T17:44:02.844Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-09-09T17:44:02.844Z] PASS [2020-09-09T17:44:02.844Z] [2020-09-09T17:44:02.844Z] DONE 2 tests in 0.251s [2020-09-09T17:44:02.844Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-09-09T17:44:02.844Z] ++ 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-09-09T17:44:02.844Z] ++ set -e [2020-09-09T17:44:02.844Z] ++ '[' -n 0 ']' [2020-09-09T17:44:02.844Z] ++ set -x [2020-09-09T17:44:02.844Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:44:02.844Z] INFO: Testing against a local daemon [2020-09-09T17:44:02.844Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-09T17:44:02.844Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:44:02.844Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:44:02.844Z] === RUN TestEventsExecDie [2020-09-09T17:44:02.854Z] --- PASS: TestResizeWhenContainerNotStarted (0.53s) [2020-09-09T17:44:02.854Z] === RUN TestDaemonRestartKillContainers [2020-09-09T17:44:02.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:44:02.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:44:02.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:44:02.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:44:02.855Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-09T17:44:02.855Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-09T17:44:02.855Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-09T17:44:02.855Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-09T17:44:03.808Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-09T17:44:03.985Z] --- PASS: TestEventsExecDie (0.89s) [2020-09-09T17:44:03.985Z] === RUN TestEventsBackwardsCompatible [2020-09-09T17:44:03.985Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-09-09T17:44:03.985Z] === RUN TestInfoBinaryCommits [2020-09-09T17:44:03.985Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-09-09T17:44:03.985Z] === RUN TestInfoAPIVersioned [2020-09-09T17:44:03.985Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-09T17:44:03.985Z] === RUN TestInfoDiscoveryBackend [2020-09-09T17:44:04.644Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-09-09T17:44:04.644Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-09T17:44:05.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-09T17:44:05.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-09T17:44:05.676Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-09T17:44:05.676Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-09T17:44:05.719Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-09-09T17:44:05.967Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-09T17:44:05.967Z] === RUN TestInfoAPI [2020-09-09T17:44:05.967Z] --- PASS: TestInfoAPI (0.03s) [2020-09-09T17:44:05.967Z] === RUN TestInfoAPIWarnings [2020-09-09T17:44:06.267Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:44:06.598Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-09-09T17:44:06.598Z] === RUN TestInfoDebug [2020-09-09T17:44:06.660Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-09T17:44:06.660Z] --- PASS: TestDockerNetworkReConnect (4.15s) [2020-09-09T17:44:06.660Z] === RUN TestServicePlugin [2020-09-09T17:44:06.916Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-09T17:44:07.000Z] --- PASS: TestInfoDebug (0.53s) [2020-09-09T17:44:07.000Z] === RUN TestInfoInsecureRegistries [2020-09-09T17:44:07.228Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-09T17:44:07.631Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-09-09T17:44:07.631Z] === RUN TestInfoRegistryMirrors [2020-09-09T17:44:07.967Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-09T17:44:08.170Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-09T17:44:08.245Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-09T17:44:08.245Z] ok github.com/docker/docker/api/server/httputils 0.179s coverage: 14.7% of statements [2020-09-09T17:44:08.262Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-09-09T17:44:08.262Z] === RUN TestLoginFailsWithBadCredentials [2020-09-09T17:44:08.263Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:44:08.263Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-09T17:44:08.559Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-09T17:44:08.621Z] --- PASS: TestLoginFailsWithBadCredentials (0.51s) [2020-09-09T17:44:08.622Z] === RUN TestPingCacheHeaders [2020-09-09T17:44:08.622Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-09-09T17:44:08.622Z] === RUN TestPingGet [2020-09-09T17:44:08.622Z] --- PASS: TestPingGet (0.01s) [2020-09-09T17:44:08.622Z] === RUN TestPingHead [2020-09-09T17:44:08.622Z] --- PASS: TestPingHead (0.01s) [2020-09-09T17:44:08.622Z] === RUN TestVersion [2020-09-09T17:44:08.622Z] --- PASS: TestVersion (0.01s) [2020-09-09T17:44:08.622Z] PASS [2020-09-09T17:44:08.622Z] [2020-09-09T17:44:08.622Z] === Skipped [2020-09-09T17:44:08.622Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:44:08.622Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:44:08.622Z] [2020-09-09T17:44:08.622Z] [2020-09-09T17:44:08.622Z] DONE 18 tests, 1 skipped in 5.854s [2020-09-09T17:44:08.622Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-09-09T17:44:08.622Z] ++ 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-09-09T17:44:08.622Z] ++ set -e [2020-09-09T17:44:08.622Z] ++ '[' -n 0 ']' [2020-09-09T17:44:08.622Z] ++ set -x [2020-09-09T17:44:08.622Z] ++ env -i DEST=/go/src/github.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-09-09T17:44:08.740Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-09T17:44:08.912Z] INFO: Testing against a local daemon [2020-09-09T17:44:08.912Z] === RUN TestVolumesCreateAndList [2020-09-09T17:44:08.912Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-09T17:44:08.912Z] === RUN TestVolumesRemove [2020-09-09T17:44:08.912Z] --- PASS: TestVolumesRemove (0.12s) [2020-09-09T17:44:08.912Z] === RUN TestVolumesInspect [2020-09-09T17:44:08.912Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-09T17:44:08.912Z] === RUN TestVolumesInvalidJSON [2020-09-09T17:44:08.912Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-09T17:44:08.912Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-09T17:44:08.912Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-09T17:44:08.912Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-09T17:44:08.912Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-09T17:44:08.912Z] PASS [2020-09-09T17:44:08.912Z] [2020-09-09T17:44:08.912Z] DONE 5 tests in 0.346s [2020-09-09T17:44:09.206Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T17:44:09.206Z] ++++ cat bundles/test-integration/docker.pid [2020-09-09T17:44:09.206Z] +++ kill 12023 [2020-09-09T17:44:09.310Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-09T17:44:09.763Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/rootless [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/volume [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-09T17:44:09.763Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === Skipped [2020-09-09T17:44:09.763Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-09T17:44:09.763Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-09T17:44:09.763Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-09T17:44:09.763Z] time="2020-09-09T17:42:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-09T17:44:09.763Z] time="2020-09-09T17:42:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-09T17:44:09.763Z] time="2020-09-09T17:42:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-09T17:44:09.763Z] time="2020-09-09T17:42:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-09T17:44:09.763Z] time="2020-09-09T17:42:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-09T17:44:09.763Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-09T17:44:09.763Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-09T17:44:09.763Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-09T17:44:09.763Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-09T17:44:09.763Z] graphtest_unix.go:73: No driver to put! [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-09T17:44:09.763Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-09T17:44:09.763Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] [2020-09-09T17:44:09.763Z] DONE 2142 tests, 26 skipped in 253.048s Post stage [Pipeline] junit [2020-09-09T17:44:09.773Z] Recording test results [2020-09-09T17:44:09.881Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-09-09T17:44:10.435Z] ok github.com/docker/docker/api/server/middleware 0.179s coverage: 37.7% of statements [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-09T17:44:10.435Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-09T17:44:10.564Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41411/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c24e34a3ae274d749e6f4c1ee9602a4d895dfdde hack/validate/vendor [2020-09-09T17:44:10.803Z] +++ /etc/init.d/apparmor stop [2020-09-09T17:44:10.803Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:44:10.803Z] [2020-09-09T17:44:10.803Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:44:10.803Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:44:10.803Z] [2020-09-09T17:44:10.803Z] To set a process to complain mode, use the command line tool [2020-09-09T17:44:10.803Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:44:10.803Z] +++ true [2020-09-09T17:44:10.803Z] exiting test-integration [2020-09-09T17:44:10.803Z] ++ exit 0 [2020-09-09T17:44:10.803Z] [2020-09-09T17:44:11.127Z] No vendor changes in diff. [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.72s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.84s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.29s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.01s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.56s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.60s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.71s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.46s) [2020-09-09T17:44:11.320Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.37s) [2020-09-09T17:44:11.320Z] === RUN TestCgroupNamespacesRun [2020-09-09T17:44:11.410Z] ok github.com/docker/docker/api/types/filters 0.043s coverage: 92.2% of statements [2020-09-09T17:44:11.410Z] ok github.com/docker/docker/api/types/strslice 0.044s coverage: 90.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-09-09T17:44:11.789Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-09-09T17:44:11.872Z] ok github.com/docker/docker/api/server/router/swarm 0.183s coverage: 5.7% of statements [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-09T17:44:11.872Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-09T17:44:11.872Z] ok github.com/docker/docker/api/types/time 0.328s coverage: 100.0% of statements [2020-09-09T17:44:12.013Z] + echo Building e2e image [2020-09-09T17:44:12.013Z] Building e2e image [2020-09-09T17:44:12.013Z] + docker build --build-arg DOCKER_GITCOMMIT=c24e34a3ae274d749e6f4c1ee9602a4d895dfdde -t moby-e2e-test -f Dockerfile.e2e . [2020-09-09T17:44:12.013Z] #2 [internal] load .dockerignore [2020-09-09T17:44:12.013Z] #2 transferring context: 34B done [2020-09-09T17:44:12.013Z] #2 DONE 0.0s [2020-09-09T17:44:12.013Z] [2020-09-09T17:44:12.013Z] #1 [internal] load build definition from Dockerfile.e2e [2020-09-09T17:44:12.013Z] #1 transferring dockerfile: 3.21kB done [2020-09-09T17:44:12.013Z] #1 DONE 0.0s [2020-09-09T17:44:12.013Z] [2020-09-09T17:44:12.013Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-09-09T17:44:12.271Z] #4 DONE 0.2s [2020-09-09T17:44:12.271Z] [2020-09-09T17:44:12.271Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-09-09T17:44:12.271Z] #3 DONE 0.2s [2020-09-09T17:44:12.271Z] [2020-09-09T17:44:12.271Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-09T17:44:12.271Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-09-09T17:44:12.335Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 75.0% of statements [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-09T17:44:12.335Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-09T17:44:12.365Z] --- PASS: TestCgroupNamespacesRun (1.33s) [2020-09-09T17:44:12.365Z] === RUN TestCgroupNamespacesRunPrivileged Post stage [Pipeline] junit [2020-09-09T17:44:12.500Z] Recording test results [2020-09-09T17:44:12.531Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-09-09T17:44:12.531Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-09-09T17:44:12.531Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-09-09T17:44:12.531Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-09-09T17:44:12.531Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.43MB / 127.34MB 0.3s [2020-09-09T17:44:12.531Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.1s done [2020-09-09T17:44:12.531Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-09-09T17:44:12.531Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-09-09T17:44:12.728Z] === RUN TestDockerSuite/TestEventsContainerRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-09T17:44:12.788Z] #14 ... [2020-09-09T17:44:12.788Z] [2020-09-09T17:44:12.788Z] #8 [internal] load build context [2020-09-09T17:44:12.788Z] #8 transferring context: 852.39kB 0.4s done [2020-09-09T17:44:12.788Z] #8 DONE 0.4s [2020-09-09T17:44:12.788Z] [2020-09-09T17:44:12.788Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-09T17:44:12.788Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done [2020-09-09T17:44:12.788Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 18.21MB / 127.34MB 0.5s [2020-09-09T17:44:12.788Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 25.73MB / 127.34MB 0.6s [2020-09-09T17:44:12.788Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0.0s done [Pipeline] // stage Post stage [Pipeline] sh [2020-09-09T17:44:13.052Z] #14 ... [2020-09-09T17:44:13.052Z] [2020-09-09T17:44:13.052Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-09-09T17:44:13.052Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-09-09T17:44:13.052Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done [2020-09-09T17:44:13.052Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-09-09T17:44:13.052Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-09-09T17:44:13.052Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-09-09T17:44:13.052Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.2s done [2020-09-09T17:44:13.052Z] #5 DONE 0.7s [2020-09-09T17:44:13.052Z] [2020-09-09T17:44:13.052Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-09T17:44:13.052Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 45.81MB / 127.34MB 0.9s [2020-09-09T17:44:13.178Z] + echo Ensuring container killed. [2020-09-09T17:44:13.178Z] Ensuring container killed. [2020-09-09T17:44:13.178Z] + docker rm -vf docker-pr2 [2020-09-09T17:44:13.178Z] Error: No such container: docker-pr2 [2020-09-09T17:44:13.178Z] + true [Pipeline] sh [2020-09-09T17:44:13.309Z] ok github.com/docker/docker/builder/dockerignore 0.233s coverage: 96.8% of statements [2020-09-09T17:44:13.310Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 55.29MB / 127.34MB 1.0s [2020-09-09T17:44:13.310Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 72.05MB / 127.34MB 1.2s [2020-09-09T17:44:13.412Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.32s) [2020-09-09T17:44:13.413Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-09T17:44:13.566Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 82.43MB / 127.34MB 1.3s [2020-09-09T17:44:13.566Z] #14 ... [2020-09-09T17:44:13.566Z] [2020-09-09T17:44:13.566Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-09-09T17:44:13.566Z] #6 DONE 0.7s [2020-09-09T17:44:13.566Z] [2020-09-09T17:44:13.566Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-09T17:44:13.566Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 92.57MB / 127.34MB 1.4s [2020-09-09T17:44:13.618Z] + echo Chowning /workspace to jenkins user [2020-09-09T17:44:13.618Z] Chowning /workspace to jenkins user [2020-09-09T17:44:13.618Z] + id -u [2020-09-09T17:44:13.618Z] + id -g [2020-09-09T17:44:13.618Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41411:/workspace busybox chown -R 1001:1001 /workspace [2020-09-09T17:44:13.618Z] Unable to find image 'busybox:latest' locally [2020-09-09T17:44:13.618Z] latest: Pulling from library/busybox [2020-09-09T17:44:13.823Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 100.82MB / 127.34MB 1.7s [2020-09-09T17:44:13.910Z] d2a291f672b2: Pulling fs layer [2020-09-09T17:44:13.910Z] d2a291f672b2: Verifying Checksum [2020-09-09T17:44:13.910Z] d2a291f672b2: Download complete [2020-09-09T17:44:14.079Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 112.51MB / 127.34MB 1.8s [2020-09-09T17:44:14.079Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 124.83MB / 127.34MB 1.9s [2020-09-09T17:44:14.335Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.9s done [2020-09-09T17:44:14.335Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-09-09T17:44:14.930Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.34s) [2020-09-09T17:44:14.930Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-09T17:44:14.945Z] d2a291f672b2: Pull complete [2020-09-09T17:44:14.945Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-09T17:44:14.945Z] Status: Downloaded newer image for busybox:latest [2020-09-09T17:44:15.268Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-09-09T17:44:16.239Z] ok github.com/docker/docker/builder/remotecontext 0.442s coverage: 9.2% of statements [2020-09-09T17:44:16.447Z] --- PASS: TestCgroupNamespacesRunHostMode (1.31s) [2020-09-09T17:44:16.447Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-09T17:44:16.701Z] ok github.com/docker/docker/cli/debug 0.072s coverage: 100.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T17:44:17.163Z] ok github.com/docker/docker/builder/dockerfile 0.444s coverage: 46.3% of statements [2020-09-09T17:44:17.248Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-09T17:44:17.415Z] + bundleName=s390x-integration [2020-09-09T17:44:17.415Z] + echo Creating s390x-integration-bundles.tar.gz [2020-09-09T17:44:17.415Z] Creating s390x-integration-bundles.tar.gz [2020-09-09T17:44:17.415Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-09-09T17:44:17.415Z] + 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-09-09T17:44:17.458Z] Archiving artifacts [2020-09-09T17:44:17.490Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.37s) [2020-09-09T17:44:17.490Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-09T17:44:17.754Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T17:44:17.833Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-09T17:44:18.138Z] + make clean [2020-09-09T17:44:18.402Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-09-09T17:44:18.428Z] docker volume rm -f docker-dev-cache [2020-09-09T17:44:18.428Z] docker-dev-cache [Pipeline] deleteDir [2020-09-09T17:44:18.972Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-09T17:44:19.007Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.30s) [2020-09-09T17:44:19.007Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-09T17:44:19.541Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-09T17:44:19.589Z] #14 ... [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-09-09T17:44:19.589Z] #7 0.759 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-09T17:44:19.589Z] #7 1.833 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-09T17:44:19.589Z] #7 1.934 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-09-09T17:44:19.589Z] #7 1.940 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-09-09T17:44:19.589Z] #7 1.950 (3/30) Installing readline (8.0.0-r0) [2020-09-09T17:44:19.589Z] #7 1.954 (4/30) Installing bash (5.0.0-r0) [2020-09-09T17:44:19.589Z] #7 1.968 Executing bash-5.0.0-r0.post-install [2020-09-09T17:44:19.589Z] #7 1.973 (5/30) Installing ca-certificates (20191127-r2) [2020-09-09T17:44:19.589Z] #7 1.990 (6/30) Installing libgcc (8.3.0-r0) [2020-09-09T17:44:19.589Z] #7 1.993 (7/30) Installing libstdc++ (8.3.0-r0) [2020-09-09T17:44:19.589Z] #7 2.007 (8/30) Installing binutils (2.32-r0) [2020-09-09T17:44:19.589Z] #7 2.125 (9/30) Installing gmp (6.1.2-r1) [2020-09-09T17:44:19.589Z] #7 2.135 (10/30) Installing isl (0.18-r0) [2020-09-09T17:44:19.589Z] #7 2.160 (11/30) Installing libgomp (8.3.0-r0) [2020-09-09T17:44:19.589Z] #7 2.165 (12/30) Installing libatomic (8.3.0-r0) [2020-09-09T17:44:19.589Z] #7 2.167 (13/30) Installing mpfr3 (3.1.5-r1) [2020-09-09T17:44:19.589Z] #7 2.174 (14/30) Installing mpc1 (1.1.0-r0) [2020-09-09T17:44:19.589Z] #7 2.182 (15/30) Installing gcc (8.3.0-r0) [2020-09-09T17:44:19.589Z] #7 3.033 (16/30) Installing musl-dev (1.1.22-r3) [2020-09-09T17:44:19.589Z] #7 3.136 (17/30) Installing libc-dev (0.7.1-r0) [2020-09-09T17:44:19.589Z] #7 3.137 (18/30) Installing g++ (8.3.0-r0) [2020-09-09T17:44:19.589Z] #7 3.696 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-09-09T17:44:19.589Z] #7 3.701 (20/30) Installing libcurl (7.66.0-r0) [2020-09-09T17:44:19.589Z] #7 3.710 (21/30) Installing expat (2.2.8-r0) [2020-09-09T17:44:19.589Z] #7 3.715 (22/30) Installing pcre2 (10.33-r0) [2020-09-09T17:44:19.589Z] #7 3.726 (23/30) Installing git (2.22.4-r0) [2020-09-09T17:44:19.589Z] #7 3.928 (24/30) Installing libmnl (1.0.4-r0) [2020-09-09T17:44:19.589Z] #7 3.930 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-09-09T17:44:19.589Z] #7 3.934 (26/30) Installing iptables (1.8.3-r1) [2020-09-09T17:44:19.589Z] #7 3.961 (27/30) Installing pigz (2.4-r0) [2020-09-09T17:44:19.589Z] #7 3.970 (28/30) Installing tar (1.32-r0) [2020-09-09T17:44:19.589Z] #7 3.980 (29/30) Installing xz-libs (5.2.4-r0) [2020-09-09T17:44:19.589Z] #7 3.985 (30/30) Installing xz (5.2.4-r0) [2020-09-09T17:44:19.589Z] #7 3.992 Executing busybox-1.30.1-r3.trigger [2020-09-09T17:44:19.589Z] #7 3.997 Executing ca-certificates-20191127-r2.trigger [2020-09-09T17:44:19.589Z] #7 4.055 OK: 179 MiB in 44 packages [2020-09-09T17:44:19.589Z] #7 DONE 4.9s [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-09-09T17:44:19.589Z] #9 DONE 0.1s [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-09-09T17:44:19.589Z] #10 DONE 0.0s [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-09-09T17:44:19.589Z] #11 DONE 0.0s [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-09-09T17:44:19.589Z] #12 DONE 0.1s [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-09T17:44:19.589Z] #14 ... [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-09-09T17:44:19.589Z] #13 DONE 0.0s [2020-09-09T17:44:19.589Z] [2020-09-09T17:44:19.589Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-09T17:44:19.589Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.1s [2020-09-09T17:44:19.649Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2020-09-09T17:44:19.649Z] === RUN TestCgroupNamespacesRunOlderClient [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-09T17:44:19.801Z] === RUN TestDockerSuite/TestEventsFilterImageName [Pipeline] // stage [Pipeline] } [2020-09-09T17:44:20.151Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.9s done [2020-09-09T17:44:20.151Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 [2020-09-09T17:44:20.407Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-09-09T17:44:20.407Z] #14 DONE 8.1s [2020-09-09T17:44:20.407Z] [2020-09-09T17:44:20.407Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-09-09T17:44:20.967Z] #15 0.391 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T17:44:21.168Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.37s) [2020-09-09T17:44:21.168Z] === RUN TestKernelTCPMemory [2020-09-09T17:44:21.182Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-09T17:44:21.806Z] --- PASS: TestKernelTCPMemory (0.61s) [2020-09-09T17:44:21.806Z] === RUN TestNISDomainname [2020-09-09T17:44:21.894Z] #15 1.464 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T17:44:21.894Z] #15 1.577 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-09T17:44:21.894Z] #15 1.581 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-09T17:44:21.894Z] #15 1.587 (3/54) Installing readline (8.0.4-r0) [2020-09-09T17:44:21.894Z] #15 1.591 (4/54) Installing bash (5.0.17-r0) [2020-09-09T17:44:21.894Z] #15 1.603 Executing bash-5.0.17-r0.post-install [2020-09-09T17:44:21.894Z] #15 1.605 (5/54) Installing linux-headers (5.4.5-r1) [2020-09-09T17:44:21.894Z] #15 1.686 (6/54) Installing libblkid (2.35.2-r0) [2020-09-09T17:44:22.120Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-09-09T17:44:22.151Z] #15 1.692 (7/54) Installing libuuid (2.35.2-r0) [2020-09-09T17:44:22.151Z] #15 1.693 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-09-09T17:44:22.151Z] #15 1.699 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-09-09T17:44:22.151Z] #15 1.702 (10/54) Installing libgcc (9.3.0-r2) [2020-09-09T17:44:22.151Z] #15 1.704 (11/54) Installing libstdc++ (9.3.0-r2) [2020-09-09T17:44:22.151Z] #15 1.718 (12/54) Installing binutils (2.34-r1) [2020-09-09T17:44:22.151Z] #15 1.784 (13/54) Installing libmagic (5.38-r0) [2020-09-09T17:44:22.151Z] #15 1.805 (14/54) Installing file (5.38-r0) [2020-09-09T17:44:22.151Z] #15 1.807 (15/54) Installing gmp (6.2.0-r0) [2020-09-09T17:44:22.151Z] #15 1.813 (16/54) Installing isl (0.18-r0) [2020-09-09T17:44:22.151Z] #15 1.827 (17/54) Installing libgomp (9.3.0-r2) [2020-09-09T17:44:22.151Z] #15 1.830 (18/54) Installing libatomic (9.3.0-r2) [2020-09-09T17:44:22.151Z] #15 1.831 (19/54) Installing libgphobos (9.3.0-r2) [2020-09-09T17:44:22.151Z] #15 1.872 (20/54) Installing mpfr4 (4.0.2-r4) [2020-09-09T17:44:22.151Z] #15 1.878 (21/54) Installing mpc1 (1.1.0-r1) [2020-09-09T17:44:22.151Z] #15 1.880 (22/54) Installing gcc (9.3.0-r2) [2020-09-09T17:44:22.380Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-09T17:44:22.447Z] --- PASS: TestNISDomainname (0.67s) [2020-09-09T17:44:22.448Z] === RUN TestHostnameDnsResolution [2020-09-09T17:44:22.951Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-09-09T17:44:23.081Z] #15 2.711 (23/54) Installing musl-dev (1.1.24-r9) [2020-09-09T17:44:23.081Z] #15 2.785 (24/54) Installing libc-dev (0.7.2-r3) [2020-09-09T17:44:23.081Z] #15 2.786 (25/54) Installing g++ (9.3.0-r2) [2020-09-09T17:44:23.090Z] --- PASS: TestHostnameDnsResolution (0.84s) [2020-09-09T17:44:23.090Z] === RUN TestStats [2020-09-09T17:44:23.212Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-09-09T17:44:23.212Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-09T17:44:23.644Z] #15 3.195 (26/54) Installing make (4.3-r0) [2020-09-09T17:44:23.644Z] #15 3.200 (27/54) Installing fortify-headers (1.1-r0) [2020-09-09T17:44:23.644Z] #15 3.202 (28/54) Installing patch (2.7.6-r6) [2020-09-09T17:44:23.644Z] #15 3.205 (29/54) Installing build-base (0.5-r2) [2020-09-09T17:44:23.644Z] #15 3.206 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-09T17:44:23.644Z] #15 3.209 (31/54) Installing libcurl (7.69.1-r0) [2020-09-09T17:44:23.644Z] #15 3.214 (32/54) Installing curl (7.69.1-r0) [2020-09-09T17:44:23.644Z] #15 3.218 (33/54) Installing oniguruma (6.9.5-r1) [2020-09-09T17:44:23.644Z] #15 3.223 (34/54) Installing jq (1.6-r1) [2020-09-09T17:44:23.644Z] #15 3.230 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-09-09T17:44:23.644Z] #15 3.234 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-09-09T17:44:23.644Z] #15 3.236 (37/54) Installing libaio (0.3.112-r1) [2020-09-09T17:44:23.644Z] #15 3.238 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-09-09T17:44:23.644Z] #15 3.265 (39/54) Installing blkid (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.268 (40/54) Installing libcap-ng (0.7.10-r1) [2020-09-09T17:44:23.644Z] #15 3.270 (41/54) Installing setpriv (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.272 (42/54) Installing libmount (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.277 (43/54) Installing libsmartcols (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.281 (44/54) Installing findmnt (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.283 (45/54) Installing mcookie (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.285 (46/54) Installing hexdump (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.287 (47/54) Installing lsblk (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.290 (48/54) Installing libfdisk (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.295 (49/54) Installing sfdisk (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.298 (50/54) Installing cfdisk (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.300 (51/54) Installing util-linux (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.334 (52/54) Installing pkgconf (1.7.2-r0) [2020-09-09T17:44:23.644Z] #15 3.336 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-09-09T17:44:23.644Z] #15 3.358 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-09-09T17:44:23.644Z] #15 3.362 Executing busybox-1.31.1-r16.trigger [2020-09-09T17:44:23.644Z] #15 3.370 OK: 230 MiB in 69 packages [2020-09-09T17:44:24.155Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-09T17:44:24.206Z] #15 DONE 3.8s [2020-09-09T17:44:24.206Z] [2020-09-09T17:44:24.206Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-09-09T17:44:24.769Z] #16 DONE 0.5s [2020-09-09T17:44:24.769Z] [2020-09-09T17:44:24.769Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-09-09T17:44:25.027Z] #17 DONE 0.5s [2020-09-09T17:44:25.027Z] [2020-09-09T17:44:25.027Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-09-09T17:44:25.027Z] #18 DONE 0.0s [2020-09-09T17:44:25.027Z] [2020-09-09T17:44:25.027Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-09-09T17:44:25.027Z] #22 DONE 0.0s [2020-09-09T17:44:25.027Z] [2020-09-09T17:44:25.027Z] #31 [builder 1/4] COPY . . [2020-09-09T17:44:25.094Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-09T17:44:25.094Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-09T17:44:25.094Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-09T17:44:25.284Z] #31 ... [2020-09-09T17:44:25.284Z] [2020-09-09T17:44:25.284Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-09-09T17:44:25.284Z] #19 DONE 0.1s [2020-09-09T17:44:25.284Z] [2020-09-09T17:44:25.284Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-09-09T17:44:25.284Z] #26 DONE 0.1s [2020-09-09T17:44:25.284Z] [2020-09-09T17:44:25.284Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-09-09T17:44:25.284Z] #27 DONE 0.0s [2020-09-09T17:44:25.284Z] [2020-09-09T17:44:25.284Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-09-09T17:44:25.284Z] #23 DONE 0.1s [2020-09-09T17:44:25.284Z] [2020-09-09T17:44:25.284Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-09-09T17:44:25.284Z] #28 DONE 0.0s [2020-09-09T17:44:25.540Z] [2020-09-09T17:44:25.540Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-09T17:44:25.833Z] --- PASS: TestStats (2.53s) [2020-09-09T17:44:25.833Z] === RUN TestStopContainerWithTimeout [2020-09-09T17:44:25.833Z] === RUN TestStopContainerWithTimeout/0 [2020-09-09T17:44:25.833Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-09T17:44:25.833Z] === RUN TestStopContainerWithTimeout/1 [2020-09-09T17:44:25.833Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-09T17:44:25.833Z] === RUN TestStopContainerWithTimeout/3 [2020-09-09T17:44:25.833Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-09T17:44:25.833Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-09T17:44:25.833Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-09T17:44:25.833Z] === CONT TestStopContainerWithTimeout/0 [2020-09-09T17:44:25.833Z] === CONT TestStopContainerWithTimeout/3 [2020-09-09T17:44:25.833Z] === CONT TestStopContainerWithTimeout/1 [2020-09-09T17:44:25.833Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-09T17:44:26.034Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-09T17:44:26.604Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-09T17:44:26.863Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-09T17:44:26.912Z] #29 ... [2020-09-09T17:44:26.912Z] [2020-09-09T17:44:26.912Z] #31 [builder 1/4] COPY . . [2020-09-09T17:44:26.912Z] #31 DONE 1.7s [2020-09-09T17:44:26.912Z] [2020-09-09T17:44:26.912Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-09-09T17:44:27.841Z] #32 DONE 1.0s [2020-09-09T17:44:27.841Z] [2020-09-09T17:44:27.841Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-09-09T17:44:27.841Z] #24 1.120 + RM_GOPATH=0 [2020-09-09T17:44:27.841Z] #24 1.120 + TMP_GOPATH= [2020-09-09T17:44:27.841Z] #24 1.120 + : /build [2020-09-09T17:44:27.841Z] #24 1.120 + '[' -z '' ']' [2020-09-09T17:44:27.841Z] #24 1.120 ++ mktemp -d [2020-09-09T17:44:27.841Z] #24 1.120 + export GOPATH=/tmp/tmp.JMOhJc [2020-09-09T17:44:27.841Z] #24 1.120 + GOPATH=/tmp/tmp.JMOhJc [2020-09-09T17:44:27.841Z] #24 1.120 + RM_GOPATH=1 [2020-09-09T17:44:27.841Z] #24 1.120 + case "$(go env GOARCH)" in [2020-09-09T17:44:27.841Z] #24 1.120 ++ go env GOARCH [2020-09-09T17:44:27.841Z] #24 1.131 + export GO_BUILDMODE=-buildmode=pie [2020-09-09T17:44:27.841Z] #24 1.131 + GO_BUILDMODE=-buildmode=pie [2020-09-09T17:44:27.841Z] #24 1.131 ++ dirname ./install.sh [2020-09-09T17:44:27.841Z] #24 1.131 + dir=. [2020-09-09T17:44:27.841Z] #24 1.131 + bin=dockercli [2020-09-09T17:44:27.841Z] #24 1.131 + shift [2020-09-09T17:44:27.841Z] #24 1.131 + '[' '!' -f ./dockercli.installer ']' [2020-09-09T17:44:27.841Z] #24 1.131 + . ./dockercli.installer [2020-09-09T17:44:27.841Z] #24 1.131 ++ : stable [2020-09-09T17:44:27.841Z] #24 1.131 ++ : 17.06.2-ce [2020-09-09T17:44:27.841Z] #24 1.131 + install_dockercli [2020-09-09T17:44:27.841Z] #24 1.131 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-09T17:44:27.841Z] #24 1.131 ++ uname -m [2020-09-09T17:44:27.841Z] #24 1.132 Install docker/cli version 17.06.2-ce from stable [2020-09-09T17:44:27.841Z] #24 1.142 + arch=x86_64 [2020-09-09T17:44:27.841Z] #24 1.142 + '[' x86_64 '!=' x86_64 ']' [2020-09-09T17:44:27.841Z] #24 1.142 + url=https://download.docker.com/linux/static [2020-09-09T17:44:27.841Z] #24 1.142 + tar -xz docker/docker [2020-09-09T17:44:27.841Z] #24 1.142 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-09T17:44:28.242Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-09-09T17:44:28.242Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-09-09T17:44:28.242Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-09-09T17:44:28.242Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-09T17:44:28.585Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-09T17:44:28.585Z] --- PASS: TestStopContainerWithTimeout/0 (1.08s) [2020-09-09T17:44:28.585Z] --- PASS: TestStopContainerWithTimeout/1 (2.01s) [2020-09-09T17:44:28.585Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2020-09-09T17:44:28.585Z] --- PASS: TestStopContainerWithTimeout/3 (3.02s) [2020-09-09T17:44:28.585Z] === RUN TestDeleteDevicemapper [2020-09-09T17:44:28.585Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-09T17:44:28.585Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:44:28.585Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-09T17:44:29.587Z] ok github.com/docker/docker/client 0.693s coverage: 74.9% of statements [2020-09-09T17:44:29.622Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-09-09T17:44:29.734Z] #24 4.501 + mkdir -p /build [2020-09-09T17:44:29.734Z] #24 4.502 + mv docker/docker /build/ [2020-09-09T17:44:29.734Z] #24 4.503 + rmdir docker [2020-09-09T17:44:29.734Z] #24 DONE 4.6s [2020-09-09T17:44:29.734Z] [2020-09-09T17:44:29.734Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-09T17:44:29.734Z] #20 2.708 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-09T17:44:29.734Z] #20 3.297 [2020-09-09T17:44:29.734Z] #20 3.436 # 1.7% ######## 12.0% ###################### 31.0% ##################################### 52.0% ################################################### 72.0% ################################################################ 89.9% ######################################################################## 100.0% [2020-09-09T17:44:29.734Z] #20 4.589 [2020-09-09T17:44:29.991Z] #20 4.722 #### 6.9% ######################################################################## 100.0% [2020-09-09T17:44:30.191Z] === RUN TestDockerSuite/TestEventsRename [2020-09-09T17:44:30.450Z] === RUN TestDockerSuite/TestEventsResize [2020-09-09T17:44:30.556Z] #20 5.277 [2020-09-09T17:44:30.690Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.73s) [2020-09-09T17:44:30.690Z] === RUN TestUpdateMemory [2020-09-09T17:44:30.814Z] #20 5.402 ###### 8.9% #################################################################### 95.3% ######################################################################## 100.0% [2020-09-09T17:44:30.985Z] --- PASS: TestUpdateMemory (0.65s) [2020-09-09T17:44:30.985Z] === RUN TestUpdateCPUQuota [2020-09-09T17:44:31.020Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-09T17:44:31.377Z] #20 6.063 [2020-09-09T17:44:31.890Z] #20 6.183 ###### 8.5% #################### 28.2% ################################# 47.0% ################################################# 68.3% ############################################################ 83.9% ######################################################################## 100.0% [2020-09-09T17:44:32.028Z] --- PASS: TestUpdateCPUQuota (0.84s) [2020-09-09T17:44:32.029Z] === RUN TestUpdatePidsLimit [2020-09-09T17:44:32.029Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-09T17:44:32.323Z] === RUN TestUpdatePidsLimit/no_change [2020-09-09T17:44:32.323Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-09T17:44:32.454Z] #20 7.167 [2020-09-09T17:44:32.619Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-09T17:44:32.913Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-09T17:44:33.210Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-09T17:44:33.505Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-09T17:44:34.540Z] #20 7.296 1.0% #### 6.0% ######### 13.1% ############# 18.7% ################ 23.5% #################### 29.0% ######################### 34.8% ############################ 39.7% ################################ 45.3% ################################### 49.8% ######################################## 56.3% ############################################ 61.5% ############################################### 66.6% ################################################### 71.9% ###################################################### 76.4% ########################################################## 81.3% ############################################################## 87.3% ################################################################## 91.7% ################################################################### 94.2% ####################################################################### 99.7% ######################################################################## 100.0% [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit (2.39s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-09-09T17:44:34.547Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-09-09T17:44:34.547Z] === RUN TestUpdateRestartPolicy [2020-09-09T17:44:34.797Z] #20 9.520 [2020-09-09T17:44:36.163Z] #20 10.62 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-09T17:44:36.292Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-09T17:44:36.419Z] #20 11.12 [2020-09-09T17:44:36.675Z] #20 11.28 # 2.2% ######################################################################## 100.0% [2020-09-09T17:44:36.861Z] === RUN TestDockerSuite/TestEventsStreaming [2020-09-09T17:44:36.931Z] #20 11.67 [2020-09-09T17:44:37.430Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-09T17:44:37.859Z] #20 ... [2020-09-09T17:44:37.859Z] [2020-09-09T17:44:37.859Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-09T17:44:37.859Z] #33 0.915 [2020-09-09T17:44:37.859Z] #33 1.170 Removing bundles/ [2020-09-09T17:44:37.859Z] #33 1.171 [2020-09-09T17:44:37.859Z] #33 1.184 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-09-09T17:44:37.859Z] #33 3.310 Building test suite binary ./integration-cli/test.main [2020-09-09T17:44:38.115Z] #33 ... [2020-09-09T17:44:38.115Z] [2020-09-09T17:44:38.115Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-09T17:44:38.115Z] #20 12.91 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-09T17:44:38.677Z] #20 13.41 [2020-09-09T17:44:38.934Z] #20 13.53 0.6% ######################################################################## 100.0% [2020-09-09T17:44:39.190Z] #20 13.95 [2020-09-09T17:44:39.334Z] --- PASS: TestServicePlugin (32.47s) [2020-09-09T17:44:39.334Z] plugin_test.go:62: [dbf12f9201d05] joining swarm manager [d9900af13f5bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T17:44:39.334Z] plugin_test.go:65: [d83885ba3b857] joining swarm manager [d9900af13f5bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T17:44:39.334Z] === RUN TestServiceUpdateLabel [2020-09-09T17:44:39.903Z] === RUN TestDockerSuite/TestEventsTop [2020-09-09T17:44:40.472Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-09T17:44:40.555Z] #20 15.03 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-09T17:44:40.555Z] #20 15.21 skipping existing c35d46ef359f [2020-09-09T17:44:40.811Z] #20 15.55 [2020-09-09T17:44:41.431Z] --- PASS: TestServiceUpdateLabel (2.41s) [2020-09-09T17:44:41.431Z] === RUN TestServiceUpdateSecrets [2020-09-09T17:44:42.012Z] ok github.com/docker/docker/builder/remotecontext/git 27.828s coverage: 86.3% of statements [2020-09-09T17:44:42.012Z] ? github.com/docker/docker/cli [no test files] [2020-09-09T17:44:42.012Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-09T17:44:42.180Z] #20 16.67 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-09T17:44:42.436Z] #20 17.12 [2020-09-09T17:44:42.436Z] #20 17.23 ######################################################################## 100.0% [2020-09-09T17:44:42.998Z] #20 17.61 [2020-09-09T17:44:42.998Z] #20 17.71 Download of images into '/build' complete. [2020-09-09T17:44:42.998Z] #20 17.71 Use something like the following to load the result into a Docker daemon: [2020-09-09T17:44:42.998Z] #20 17.71 tar -cC '/build' . | docker load [2020-09-09T17:44:43.254Z] #20 DONE 18.0s [2020-09-09T17:44:43.254Z] [2020-09-09T17:44:43.254Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-09T17:44:43.338Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-09T17:44:44.275Z] === RUN TestDockerSuite/TestExec [2020-09-09T17:44:44.847Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-09T17:44:45.108Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-09T17:44:45.676Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-09T17:44:45.771Z] #29 ... [2020-09-09T17:44:45.771Z] [2020-09-09T17:44:45.771Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-09-09T17:44:46.245Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-09T17:44:47.136Z] #21 DONE 1.2s [2020-09-09T17:44:47.136Z] [2020-09-09T17:44:47.136Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-09-09T17:44:47.136Z] #25 DONE 0.1s [2020-09-09T17:44:47.136Z] [2020-09-09T17:44:47.136Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-09T17:44:47.186Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-09T17:44:47.209Z] --- PASS: TestUpdateRestartPolicy (11.22s) [2020-09-09T17:44:47.209Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-09T17:44:47.209Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s) [2020-09-09T17:44:47.209Z] === RUN TestWaitNonBlocked [2020-09-09T17:44:47.209Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:44:47.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:44:47.209Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:44:47.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:44:47.209Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-09T17:44:47.209Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-09T17:44:47.209Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-09T17:44:47.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2020-09-09T17:44:47.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s) [2020-09-09T17:44:47.209Z] === RUN TestWaitBlocked [2020-09-09T17:44:47.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:44:47.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:44:47.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:44:47.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:44:47.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-09T17:44:47.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-09T17:44:47.448Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-09T17:44:47.851Z] --- PASS: TestWaitBlocked (0.04s) [2020-09-09T17:44:47.851Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2020-09-09T17:44:47.851Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.81s) [2020-09-09T17:44:47.851Z] === CONT TestContainerStartOnDaemonRestart [2020-09-09T17:44:47.851Z] === CONT TestIpcModeOlderClient [2020-09-09T17:44:47.851Z] === CONT TestDaemonHostGatewayIP [2020-09-09T17:44:47.851Z] === CONT TestDaemonRestartIpcMode [2020-09-09T17:44:47.851Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-09-09T17:44:47.851Z] === CONT TestContainerKillOnDaemonStart [2020-09-09T17:44:48.018Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-09T17:44:48.587Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-09T17:44:49.116Z] ok github.com/docker/docker/cmd/dockerd 0.596s coverage: 19.3% of statements [2020-09-09T17:44:49.158Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-09T17:44:49.727Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-09T17:44:49.987Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-09T17:44:50.662Z] ok github.com/docker/docker/container 0.500s coverage: 41.6% of statements [2020-09-09T17:44:50.662Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-09T17:44:50.662Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-09T17:44:50.662Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-09T17:44:50.662Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-09T17:44:51.367Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-09T17:44:51.422Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s) [2020-09-09T17:44:51.716Z] --- PASS: TestDaemonHostGatewayIP (4.03s) [2020-09-09T17:44:51.936Z] === RUN TestDockerSuite/TestExecEnv [2020-09-09T17:44:52.013Z] --- PASS: TestDaemonRestartIpcMode (4.33s) [2020-09-09T17:44:52.504Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-09T17:44:52.854Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.418s coverage: 65.3% of statements [2020-09-09T17:44:53.443Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-09T17:44:53.702Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-09T17:44:54.400Z] ok github.com/docker/docker/daemon/cluster 0.735s coverage: 0.5% of statements [2020-09-09T17:44:54.863Z] ok github.com/docker/docker/daemon/cluster/convert 0.876s coverage: 35.9% of statements [2020-09-09T17:44:56.238Z] --- PASS: TestServiceUpdateSecrets (14.61s) [2020-09-09T17:44:56.238Z] === RUN TestServiceUpdateConfigs [2020-09-09T17:44:56.238Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-09T17:44:56.807Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-09-09T17:44:57.377Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-09T17:44:58.316Z] === RUN TestDockerSuite/TestExecParseError [2020-09-09T17:44:58.578Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-09T17:44:59.147Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-09T17:44:59.321Z] #29 33.13 # github.com/docker/docker/contrib/httpserver [2020-09-09T17:44:59.322Z] #29 33.13 loadinternal: cannot find runtime/cgo [2020-09-09T17:44:59.322Z] #29 DONE 33.3s [2020-09-09T17:44:59.322Z] [2020-09-09T17:44:59.322Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-09T17:44:59.322Z] #33 ... [2020-09-09T17:44:59.322Z] [2020-09-09T17:44:59.322Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-09-09T17:44:59.322Z] #30 DONE 0.1s [2020-09-09T17:44:59.579Z] [2020-09-09T17:44:59.579Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-09T17:44:59.747Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-09T17:45:00.506Z] --- PASS: TestContainerKillOnDaemonStart (12.78s) [2020-09-09T17:45:00.507Z] PASS [2020-09-09T17:45:00.507Z] [2020-09-09T17:45:00.507Z] === Skipped [2020-09-09T17:45:00.507Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-09-09T17:45:00.507Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:45:00.507Z] [2020-09-09T17:45:00.507Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-09T17:45:00.507Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-09T17:45:00.507Z] [2020-09-09T17:45:00.507Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-09-09T17:45:00.507Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-09T17:45:00.507Z] [2020-09-09T17:45:00.507Z] [2020-09-09T17:45:00.507Z] DONE 192 tests, 3 skipped in 108.063s [2020-09-09T17:45:00.507Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-09-09T17:45:00.507Z] ++ 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-09-09T17:45:00.507Z] ++ set -e [2020-09-09T17:45:00.507Z] ++ '[' -n 0 ']' [2020-09-09T17:45:00.507Z] ++ set -x [2020-09-09T17:45:00.507Z] ++ env -i DEST=/go/src/github.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-09-09T17:45:00.685Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-09T17:45:00.693Z] ok github.com/docker/docker/daemon/config 0.779s coverage: 79.7% of statements [2020-09-09T17:45:00.693Z] ok github.com/docker/docker/daemon/discovery 0.788s coverage: 30.0% of statements [2020-09-09T17:45:00.802Z] INFO: Testing against a local daemon [2020-09-09T17:45:00.802Z] === RUN TestCommitInheritsEnv [2020-09-09T17:45:00.945Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-09T17:45:01.096Z] --- PASS: TestCommitInheritsEnv (0.34s) [2020-09-09T17:45:01.096Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-09T17:45:01.096Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-09T17:45:01.096Z] === RUN TestImagesFilterMultiReference [2020-09-09T17:45:01.096Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-09-09T17:45:01.096Z] === RUN TestImagePullPlatformInvalid [2020-09-09T17:45:01.097Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-09T17:45:01.097Z] === RUN TestRemoveImageOrphaning [2020-09-09T17:45:01.391Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-09-09T17:45:01.391Z] === RUN TestRemoveImageGarbageCollector [2020-09-09T17:45:01.391Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:45:01.391Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:45:01.391Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-09T17:45:01.391Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-09T17:45:01.391Z] === RUN TestTagInvalidReference [2020-09-09T17:45:01.391Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-09T17:45:01.391Z] === RUN TestTagValidPrefixedRepo [2020-09-09T17:45:01.515Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-09T17:45:01.687Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-09T17:45:01.687Z] === RUN TestTagExistedNameWithoutForce [2020-09-09T17:45:01.687Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-09T17:45:01.687Z] === RUN TestTagOfficialNames [2020-09-09T17:45:01.687Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-09T17:45:01.687Z] === RUN TestTagMatchesDigest [2020-09-09T17:45:01.687Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-09T17:45:01.687Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-09T17:45:02.888Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.746s coverage: 11.3% of statements [2020-09-09T17:45:03.862Z] ok github.com/docker/docker/daemon/events 0.286s coverage: 50.0% of statements [2020-09-09T17:45:04.326Z] ok github.com/docker/docker/daemon 3.855s coverage: 9.1% of statements [2020-09-09T17:45:04.326Z] ok github.com/docker/docker/daemon/graphdriver 0.177s coverage: 2.3% of statements [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-09-09T17:45:04.326Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-09-09T17:45:04.789Z] ok github.com/docker/docker/daemon/links 0.068s coverage: 93.0% of statements [2020-09-09T17:45:07.719Z] ok github.com/docker/docker/daemon/logger/awslogs 0.506s coverage: 77.8% of statements [2020-09-09T17:45:07.719Z] ok github.com/docker/docker/daemon/logger 0.545s coverage: 41.2% of statements [2020-09-09T17:45:08.699Z] ok github.com/docker/docker/daemon/images 0.571s coverage: 4.8% of statements [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-09-09T17:45:08.699Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-09-09T17:45:09.162Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.869s coverage: 61.6% of statements [2020-09-09T17:45:09.162Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.408s coverage: 87.2% of statements [2020-09-09T17:45:11.369Z] ok github.com/docker/docker/daemon/logger/local 0.490s coverage: 75.2% of statements [2020-09-09T17:45:11.369Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-09T17:45:11.369Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.220s coverage: 33.3% of statements [2020-09-09T17:45:11.497Z] --- PASS: TestServiceUpdateConfigs (14.96s) [2020-09-09T17:45:11.497Z] === RUN TestServiceUpdateNetwork [2020-09-09T17:45:11.832Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.257s coverage: 35.9% of statements [2020-09-09T17:45:12.067Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-09T17:45:12.638Z] === RUN TestDockerSuite/TestExecTTY [2020-09-09T17:45:13.379Z] ok github.com/docker/docker/daemon/logger/syslog 0.136s coverage: 46.8% of statements [2020-09-09T17:45:13.379Z] ok github.com/docker/docker/daemon/logger/templates 0.131s coverage: 8.3% of statements [2020-09-09T17:45:13.581Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-09T17:45:14.152Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-09T17:45:14.357Z] ok github.com/docker/docker/daemon/logger/splunk 2.271s coverage: 82.5% of statements [2020-09-09T17:45:14.357Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-09T17:45:14.357Z] ? github.com/docker/docker/daemon/network [no test files] [2020-09-09T17:45:14.357Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-09T17:45:14.721Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-09T17:45:15.290Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-09T17:45:15.290Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-09T17:45:15.858Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-09-09T17:45:16.427Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-09-09T17:45:16.552Z] ok github.com/docker/docker/distribution/metadata 1.410s coverage: 48.2% of statements [2020-09-09T17:45:16.552Z] ok github.com/docker/docker/distribution 1.505s coverage: 20.1% of statements [2020-09-09T17:45:16.552Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-09T17:45:16.995Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-09-09T17:45:17.015Z] ok github.com/docker/docker/errdefs 0.124s coverage: 49.4% of statements [2020-09-09T17:45:17.934Z] === RUN TestDockerSuite/TestExecWithTERM [2020-09-09T17:45:17.990Z] ok github.com/docker/docker/distribution/xfer 2.486s coverage: 76.8% of statements [2020-09-09T17:45:17.990Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-09T17:45:18.452Z] ok github.com/docker/docker/image/cache 0.141s coverage: 19.2% of statements [2020-09-09T17:45:18.452Z] ok github.com/docker/docker/image/v1 0.148s coverage: 25.0% of statements [2020-09-09T17:45:18.874Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-09T17:45:18.914Z] ok github.com/docker/docker/image 0.837s coverage: 86.4% of statements [2020-09-09T17:45:19.376Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-09T17:45:19.376Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-09T17:45:19.443Z] === RUN TestDockerSuite/TestGetContainerStats [2020-09-09T17:45:19.839Z] ok github.com/docker/docker/libcontainerd/queue 0.121s coverage: 100.0% of statements [2020-09-09T17:45:20.817Z] ok github.com/docker/docker/pkg/aaparser 0.033s coverage: 50.0% of statements [2020-09-09T17:45:21.793Z] ok github.com/docker/docker/libcontainerd/local 0.499s coverage: 1.0% of statements [2020-09-09T17:45:21.793Z] ok github.com/docker/docker/layer 0.595s coverage: 30.1% of statements [2020-09-09T17:45:21.793Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-09T17:45:21.793Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-09T17:45:21.793Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-09T17:45:21.793Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-09T17:45:21.793Z] ? github.com/docker/docker/oci [no test files] [2020-09-09T17:45:21.793Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-09T17:45:22.257Z] ok github.com/docker/docker/opts 0.237s coverage: 67.1% of statements [2020-09-09T17:45:23.232Z] ok github.com/docker/docker/pkg/broadcaster 0.061s coverage: 100.0% of statements [2020-09-09T17:45:23.697Z] ok github.com/docker/docker/pkg/capabilities 0.086s coverage: 87.5% of statements [2020-09-09T17:45:23.697Z] ok github.com/docker/docker/pkg/authorization 0.617s coverage: 26.8% of statements [2020-09-09T17:45:24.715Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-09-09T17:45:24.715Z] --- PASS: TestServiceUpdateNetwork (13.50s) [2020-09-09T17:45:24.715Z] === RUN TestServiceUpdatePidsLimit [2020-09-09T17:45:25.247Z] ok github.com/docker/docker/pkg/chrootarchive 0.305s coverage: 15.4% of statements [2020-09-09T17:45:25.247Z] ok github.com/docker/docker/pkg/directory 0.375s coverage: 80.0% of statements [2020-09-09T17:45:25.717Z] ok github.com/docker/docker/pkg/discovery 0.111s coverage: 58.3% of statements [2020-09-09T17:45:26.094Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-09T17:45:26.180Z] ok github.com/docker/docker/pkg/discovery/file 0.121s coverage: 92.9% of statements [2020-09-09T17:45:26.353Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-09T17:45:27.155Z] ok github.com/docker/docker/pkg/discovery/memory 0.256s coverage: 92.3% of statements [2020-09-09T17:45:27.617Z] ok github.com/docker/docker/pkg/discovery/nodes 0.169s coverage: 93.8% of statements [2020-09-09T17:45:28.593Z] ok github.com/docker/docker/pkg/filenotify 0.041s coverage: 45.7% of statements [2020-09-09T17:45:28.904Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-09T17:45:29.056Z] ok github.com/docker/docker/pkg/fileutils 0.138s coverage: 87.7% of statements [2020-09-09T17:45:29.519Z] ok github.com/docker/docker/pkg/homedir 0.111s coverage: 42.9% of statements [2020-09-09T17:45:30.501Z] ok github.com/docker/docker/pkg/idtools 0.052s coverage: 7.3% of statements [2020-09-09T17:45:30.501Z] ok github.com/docker/docker/pkg/discovery/kv 3.724s coverage: 84.1% of statements [2020-09-09T17:45:30.809Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-09T17:45:32.050Z] ok github.com/docker/docker/pkg/archive 7.224s coverage: 62.7% of statements [2020-09-09T17:45:32.050Z] ok github.com/docker/docker/pkg/ioutils 0.693s coverage: 69.2% of statements [2020-09-09T17:45:32.050Z] ok github.com/docker/docker/pkg/locker 0.073s coverage: 88.9% of statements [2020-09-09T17:45:32.050Z] ok github.com/docker/docker/pkg/jsonmessage 0.176s coverage: 91.7% of statements [2020-09-09T17:45:32.513Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2020-09-09T17:45:32.977Z] ok github.com/docker/docker/pkg/namesgenerator 0.072s coverage: 85.7% of statements [2020-09-09T17:45:33.345Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-09T17:45:33.440Z] ok github.com/docker/docker/pkg/parsers 0.218s coverage: 97.0% of statements [2020-09-09T17:45:33.907Z] ok github.com/docker/docker/pkg/pidfile 0.058s coverage: 82.6% of statements [2020-09-09T17:45:35.254Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-09T17:45:35.460Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.192s coverage: 56.8% of statements [2020-09-09T17:45:35.515Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-09T17:45:35.515Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-09T17:45:35.515Z] === RUN TestDockerSuite/TestHealth [2020-09-09T17:45:35.923Z] ok github.com/docker/docker/pkg/plugins/transport 0.219s coverage: 85.7% of statements [2020-09-09T17:45:35.923Z] ok github.com/docker/docker/pkg/pools 0.140s coverage: 88.2% of statements [2020-09-09T17:45:36.899Z] ok github.com/docker/docker/pkg/progress 0.083s coverage: 75.9% of statements [2020-09-09T17:45:37.875Z] ok github.com/docker/docker/pkg/reexec 0.154s coverage: 82.4% of statements [2020-09-09T17:45:37.875Z] ok github.com/docker/docker/pkg/pubsub 1.114s coverage: 73.9% of statements [2020-09-09T17:45:38.851Z] ok github.com/docker/docker/pkg/signal 0.125s coverage: 20.3% of statements [2020-09-09T17:45:38.851Z] ok github.com/docker/docker/pkg/stdcopy 0.092s coverage: 100.0% of statements [2020-09-09T17:45:39.827Z] ok github.com/docker/docker/pkg/stringid 0.092s coverage: 70.6% of statements [2020-09-09T17:45:39.827Z] ok github.com/docker/docker/pkg/streamformatter 0.149s coverage: 66.2% of statements [2020-09-09T17:45:40.793Z] --- PASS: TestServiceUpdatePidsLimit (16.29s) [2020-09-09T17:45:40.793Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2020-09-09T17:45:40.793Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2020-09-09T17:45:40.793Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2020-09-09T17:45:40.793Z] PASS [2020-09-09T17:45:40.793Z] [2020-09-09T17:45:40.793Z] === Skipped [2020-09-09T17:45:40.793Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-09T17:45:40.793Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:45:40.793Z] [2020-09-09T17:45:40.793Z] [2020-09-09T17:45:40.793Z] DONE 27 tests, 1 skipped in 180.727s [2020-09-09T17:45:40.793Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-09T17:45:40.793Z] ++ 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-09-09T17:45:40.793Z] ++ set -e [2020-09-09T17:45:40.793Z] ++ '[' -n 0 ']' [2020-09-09T17:45:40.793Z] ++ set -x [2020-09-09T17:45:40.793Z] ++ env -i DEST=/go/src/github.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-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-09T17:45:40.803Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-09T17:45:40.803Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 38.2% of statements [2020-09-09T17:45:41.053Z] INFO: Testing against a local daemon [2020-09-09T17:45:41.053Z] === RUN TestSessionCreate [2020-09-09T17:45:41.053Z] --- PASS: TestSessionCreate (0.03s) [2020-09-09T17:45:41.053Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-09T17:45:41.053Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-09T17:45:41.053Z] PASS [2020-09-09T17:45:41.053Z] [2020-09-09T17:45:41.053Z] DONE 2 tests in 0.178s [2020-09-09T17:45:41.053Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-09T17:45:41.053Z] ++ 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-09-09T17:45:41.053Z] ++ set -e [2020-09-09T17:45:41.053Z] ++ '[' -n 0 ']' [2020-09-09T17:45:41.053Z] ++ set -x [2020-09-09T17:45:41.053Z] ++ env -i DEST=/go/src/github.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-09-09T17:45:41.053Z] INFO: Testing against a local daemon [2020-09-09T17:45:41.053Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-09T17:45:41.053Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:45:41.053Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:45:41.053Z] === RUN TestEventsExecDie [2020-09-09T17:45:41.622Z] --- PASS: TestEventsExecDie (0.52s) [2020-09-09T17:45:41.622Z] === RUN TestEventsBackwardsCompatible [2020-09-09T17:45:41.622Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-09-09T17:45:41.622Z] === RUN TestInfoBinaryCommits [2020-09-09T17:45:41.780Z] ok github.com/docker/docker/pkg/system 0.060s coverage: 13.8% of statements [2020-09-09T17:45:41.780Z] ok github.com/docker/docker/pkg/tailfile 0.133s coverage: 88.6% of statements [2020-09-09T17:45:41.882Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-09-09T17:45:41.882Z] === RUN TestInfoAPIVersioned [2020-09-09T17:45:41.882Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-09T17:45:41.882Z] === RUN TestInfoDiscoveryBackend [2020-09-09T17:45:42.451Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2020-09-09T17:45:42.451Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-09T17:45:42.756Z] testing: warning: no tests to run [2020-09-09T17:45:42.756Z] coverage: [no statements] [2020-09-09T17:45:42.756Z] ok github.com/docker/docker/pkg/term/windows 0.072s coverage: [no statements] [no tests to run] [2020-09-09T17:45:42.756Z] ok github.com/docker/docker/pkg/tarsum 0.219s coverage: 89.3% of statements [2020-09-09T17:45:42.756Z] ok github.com/docker/docker/pkg/truncindex 0.186s coverage: 91.5% of statements [2020-09-09T17:45:43.221Z] ok github.com/docker/docker/pkg/urlutil 0.113s coverage: 100.0% of statements [2020-09-09T17:45:43.221Z] ok github.com/docker/docker/pkg/useragent 0.080s coverage: 88.9% of statements [2020-09-09T17:45:43.391Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-09T17:45:43.391Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-09T17:45:43.960Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-09T17:45:43.960Z] === RUN TestInfoAPI [2020-09-09T17:45:43.960Z] --- PASS: TestInfoAPI (0.02s) [2020-09-09T17:45:43.960Z] === RUN TestInfoAPIWarnings [2020-09-09T17:45:44.527Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-09-09T17:45:44.527Z] === RUN TestInfoDebug [2020-09-09T17:45:44.768Z] ok github.com/docker/docker/plugin/v2 0.246s coverage: 20.1% of statements [2020-09-09T17:45:45.095Z] --- PASS: TestInfoDebug (0.53s) [2020-09-09T17:45:45.095Z] === RUN TestInfoInsecureRegistries [2020-09-09T17:45:45.230Z] ok github.com/docker/docker/plugin 0.539s coverage: 12.0% of statements [2020-09-09T17:45:45.231Z] ok github.com/docker/docker/reference 0.676s coverage: 84.4% of statements [2020-09-09T17:45:45.355Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-09T17:45:45.355Z] === RUN TestInfoRegistryMirrors [2020-09-09T17:45:45.923Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-09T17:45:45.923Z] === RUN TestLoginFailsWithBadCredentials [2020-09-09T17:45:46.183Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-09-09T17:45:46.183Z] === RUN TestPingCacheHeaders [2020-09-09T17:45:46.183Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-09-09T17:45:46.183Z] === RUN TestPingGet [2020-09-09T17:45:46.442Z] --- PASS: TestPingGet (0.02s) [2020-09-09T17:45:46.442Z] === RUN TestPingHead [2020-09-09T17:45:46.442Z] --- PASS: TestPingHead (0.02s) [2020-09-09T17:45:46.442Z] === RUN TestVersion [2020-09-09T17:45:46.442Z] --- PASS: TestVersion (0.02s) [2020-09-09T17:45:46.442Z] PASS [2020-09-09T17:45:46.442Z] [2020-09-09T17:45:46.442Z] === Skipped [2020-09-09T17:45:46.442Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:45:46.442Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:45:46.442Z] [2020-09-09T17:45:46.442Z] [2020-09-09T17:45:46.442Z] DONE 18 tests, 1 skipped in 5.295s [2020-09-09T17:45:46.442Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-09T17:45:46.442Z] ++ 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-09-09T17:45:46.442Z] ++ set -e [2020-09-09T17:45:46.442Z] ++ '[' -n 0 ']' [2020-09-09T17:45:46.442Z] ++ set -x [2020-09-09T17:45:46.442Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-09-09T17:45:46.442Z] INFO: Testing against a local daemon [2020-09-09T17:45:46.442Z] === RUN TestVolumesCreateAndList [2020-09-09T17:45:46.442Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-09T17:45:46.442Z] === RUN TestVolumesRemove [2020-09-09T17:45:46.702Z] --- PASS: TestVolumesRemove (0.07s) [2020-09-09T17:45:46.702Z] === RUN TestVolumesInspect [2020-09-09T17:45:46.702Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-09T17:45:46.702Z] === RUN TestVolumesInvalidJSON [2020-09-09T17:45:46.702Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-09T17:45:46.702Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-09T17:45:46.702Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-09T17:45:46.702Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-09T17:45:46.702Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-09T17:45:46.702Z] PASS [2020-09-09T17:45:46.702Z] [2020-09-09T17:45:46.702Z] DONE 5 tests in 0.232s [2020-09-09T17:45:46.702Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T17:45:46.702Z] ++++ cat bundles/test-integration/docker.pid [2020-09-09T17:45:46.702Z] +++ kill 5593 [2020-09-09T17:45:46.778Z] ok github.com/docker/docker/restartmanager 0.193s coverage: 50.9% of statements [2020-09-09T17:45:46.778Z] ok github.com/docker/docker/registry/resumable 0.242s coverage: 100.0% of statements [2020-09-09T17:45:47.753Z] ok github.com/docker/docker/runconfig 0.044s coverage: 52.2% of statements [2020-09-09T17:45:48.079Z] +++ /etc/init.d/apparmor stop [2020-09-09T17:45:48.079Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:45:48.079Z] [2020-09-09T17:45:48.079Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:45:48.079Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:45:48.079Z] [2020-09-09T17:45:48.079Z] To set a process to complain mode, use the command line tool [2020-09-09T17:45:48.079Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:45:48.079Z] +++ true [2020-09-09T17:45:48.079Z] exiting test-integration [2020-09-09T17:45:48.079Z] ++ exit 0 [2020-09-09T17:45:48.079Z] [2020-09-09T17:45:48.216Z] ok github.com/docker/docker/testutil 0.080s coverage: 62.5% of statements [2020-09-09T17:45:48.216Z] ok github.com/docker/docker/registry 0.411s coverage: 51.7% of statements [2020-09-09T17:45:48.648Z] + for job in $(jobs -p) [2020-09-09T17:45:48.648Z] + wait 22458 [2020-09-09T17:45:50.406Z] ok github.com/docker/docker/volume/drivers 0.286s coverage: 36.1% of statements [2020-09-09T17:45:50.868Z] ok github.com/docker/docker/volume/local 0.236s coverage: 37.7% of statements [2020-09-09T17:45:51.331Z] ok github.com/docker/docker/volume/mounts 0.133s coverage: 66.2% of statements [2020-09-09T17:45:52.887Z] ok github.com/docker/docker/volume/service 0.391s coverage: 70.3% of statements [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-09T17:45:55.225Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-09T17:45:55.486Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-09T17:45:55.746Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-09T17:45:56.005Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-09T17:45:56.005Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-09T17:45:56.575Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-09T17:45:56.575Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-09T17:45:57.514Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-09T17:45:57.773Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-09T17:45:57.773Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-09T17:45:58.342Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-09T17:46:01.632Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-09T17:46:01.632Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-09T17:46:01.633Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-09T17:46:02.202Z] === RUN TestDockerSuite/TestImportFile [2020-09-09T17:46:03.142Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-09T17:46:03.142Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-09T17:46:04.522Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-09T17:46:05.460Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-09T17:46:06.400Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-09T17:46:06.970Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-09T17:46:07.538Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-09T17:46:07.798Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-09T17:46:07.798Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-09-09T17:46:07.798Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-09T17:46:08.368Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-09T17:46:08.938Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-09T17:46:09.198Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-09T17:46:09.769Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-09T17:46:10.029Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-09T17:46:10.599Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-09T17:46:10.599Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-09-09T17:46:10.635Z] ok github.com/docker/docker/pkg/plugins 34.990s coverage: 73.4% of statements [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/rootless [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/volume [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-09T17:46:10.635Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === Skipped [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-09-09T17:46:11.099Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-09-09T17:46:11.099Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-09-09T17:46:11.099Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-09-09T17:46:11.099Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-09-09T17:46:11.099Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-09-09T17:46:11.099Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-09-09T17:46:11.099Z] daemon_test.go:147: root required [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-09T17:46:11.099Z] reload_test.go:520: root required [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.08s) [2020-09-09T17:46:11.099Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-09T17:46:11.099Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-09-09T17:46:11.099Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-09-09T17:46:11.099Z] download_test.go:268: Needs fixing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-09-09T17:46:11.099Z] layer_test.go:304: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-09-09T17:46:11.099Z] layer_test.go:353: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-09-09T17:46:11.099Z] layer_test.go:468: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-09-09T17:46:11.099Z] layer_test.go:697: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-09-09T17:46:11.099Z] migration_test.go:46: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-09-09T17:46:11.099Z] migration_test.go:182: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-09-09T17:46:11.099Z] mount_test.go:17: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-09-09T17:46:11.099Z] mount_test.go:76: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-09-09T17:46:11.099Z] mount_test.go:125: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-09-09T17:46:11.099Z] mount_test.go:212: Failing on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:133: Xz not present in msys2 [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:238: Failing on Windows CI machines [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-09-09T17:46:11.099Z] archive_windows_test.go:16: Currently fails [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-09-09T17:46:11.099Z] changes_test.go:192: needs more investigation [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-09-09T17:46:11.099Z] changes_test.go:405: needs further investigation [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-09-09T17:46:11.099Z] changes_test.go:441: needs further investigation [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-09-09T17:46:11.099Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-09-09T17:46:11.099Z] poller_test.go:41: No chmod on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-09T17:46:11.099Z] fileutils_test.go:134: Needs porting to Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-09T17:46:11.099Z] fileutils_test.go:180: Needs porting to Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-09-09T17:46:11.099Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-09-09T17:46:11.099Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-09-09T17:46:11.099Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-09-09T17:46:11.099Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-09-09T17:46:11.099Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-09-09T17:46:11.099Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] [2020-09-09T17:46:11.099Z] DONE 1785 tests, 46 skipped in 187.037s [2020-09-09T17:46:11.099Z] INFO: make.ps1 ended at 09/09/2020 17:46:10 [2020-09-09T17:46:11.539Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-09T17:46:12.109Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-09T17:46:12.653Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-09-09T17:46:12.678Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-09T17:46:12.678Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-09T17:46:12.940Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-09T17:46:12.940Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-09T17:46:13.117Z] INFO: Unit tests ended at 09/09/2020 17:46:12. Duration:00:03:20.9476702 [2020-09-09T17:46:13.117Z] INFO: Building busybox [2020-09-09T17:46:13.117Z] Sending build context to Docker daemon 5.12kB [2020-09-09T17:46:13.117Z] [2020-09-09T17:46:13.117Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-09-09T17:46:13.117Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-09-09T17:46:13.117Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-09-09T17:46:13.117Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-09-09T17:46:13.117Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-09-09T17:46:13.117Z] ---> 715aaeac112d [2020-09-09T17:46:13.117Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-09-09T17:46:13.117Z] ---> Running in 3e710a5b4d73 [2020-09-09T17:46:13.897Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-09T17:46:14.156Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-09T17:46:14.725Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-09T17:46:14.985Z] === RUN TestDockerSuite/TestInspectImage [2020-09-09T17:46:15.244Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-09T17:46:15.244Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-09T17:46:15.244Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-09T17:46:15.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-09-09T17:46:15.764Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-09T17:46:16.334Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-09T17:46:16.334Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-09T17:46:16.904Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-09T17:46:17.163Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-09T17:46:17.831Z] Removing intermediate container 3e710a5b4d73 [2020-09-09T17:46:17.831Z] ---> d75d751dda5a [2020-09-09T17:46:17.831Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-09-09T17:46:17.831Z] ---> Running in ebd8e122a57e [2020-09-09T17:46:18.294Z] Removing intermediate container ebd8e122a57e [2020-09-09T17:46:18.294Z] ---> 7a3dce355dd4 [2020-09-09T17:46:18.294Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-09-09T17:46:18.294Z] ---> Running in 4023fcc24045 [2020-09-09T17:46:18.294Z] Removing intermediate container 4023fcc24045 [2020-09-09T17:46:18.294Z] ---> b08698dec02a [2020-09-09T17:46:18.294Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-09-09T17:46:19.070Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-09T17:46:19.070Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-09T17:46:19.330Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-09T17:46:19.842Z] [2020-09-09T17:46:19.898Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-09T17:46:20.305Z] ---> ca72ffecf5fc [2020-09-09T17:46:20.305Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-09-09T17:46:20.305Z] ---> Running in 3c9a015fa0db [2020-09-09T17:46:20.837Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-09T17:46:21.096Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-09T17:46:21.666Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-09T17:46:22.235Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-09T17:46:22.494Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-09T17:46:23.062Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-09T17:46:23.322Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-09T17:46:23.322Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-09-09T17:46:24.704Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-09T17:46:25.643Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-09T17:46:26.581Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-09T17:46:26.841Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-09T17:46:27.779Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-09T17:46:29.161Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-09T17:46:30.542Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-09T17:46:30.542Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-09T17:46:30.662Z] Removing intermediate container 3c9a015fa0db [2020-09-09T17:46:30.662Z] ---> f9b83b20fa69 [2020-09-09T17:46:30.662Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-09-09T17:46:30.662Z] ---> Running in 423ec51e9ae6 [2020-09-09T17:46:30.662Z] [2020-09-09T17:46:30.662Z] SUCCESS: Specified value was saved. [2020-09-09T17:46:31.922Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-09T17:46:31.922Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-09T17:46:32.536Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-09T17:46:32.856Z] Removing intermediate container 423ec51e9ae6 [2020-09-09T17:46:32.856Z] ---> 66f52b4f4bb7 [2020-09-09T17:46:32.856Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-09-09T17:46:32.856Z] ---> Running in b6f2b34d1e28 [2020-09-09T17:46:36.617Z] Cannot create a file when that file already exists. [2020-09-09T17:46:37.823Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-09-09T17:46:39.732Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-09T17:46:41.334Z] Removing intermediate container b6f2b34d1e28 [2020-09-09T17:46:41.334Z] ---> 225286c74129 [2020-09-09T17:46:41.334Z] Step 13/13 : CMD ["sh"] [2020-09-09T17:46:41.334Z] ---> Running in 2b6a451132e5 [2020-09-09T17:46:41.640Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-09-09T17:46:41.797Z] Removing intermediate container 2b6a451132e5 [2020-09-09T17:46:41.797Z] ---> 9b97afe4f33b [2020-09-09T17:46:41.797Z] Successfully built 9b97afe4f33b [2020-09-09T17:46:41.797Z] Successfully tagged busybox:latest [2020-09-09T17:46:41.797Z] INFO: Docker images of the daemon under test [2020-09-09T17:46:41.797Z] [2020-09-09T17:46:41.797Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-09T17:46:41.797Z] busybox latest 9b97afe4f33b Less than a second ago 5.12GB [2020-09-09T17:46:41.797Z] mcr.microsoft.com/windows/servercore ltsc2019 715aaeac112d 6 days ago 5.06GB [2020-09-09T17:46:41.797Z] microsoft/windowsservercore latest 715aaeac112d 6 days ago 5.06GB [2020-09-09T17:46:41.797Z] [2020-09-09T17:46:41.797Z] INFO: Running integration tests at 09/09/2020 17:46:41... [2020-09-09T17:46:41.797Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-09-09T17:46:41.797Z] INFO: Integration API tests being run from the host: [2020-09-09T17:46:41.797Z] INFO: make.ps1 starting at 09/09/2020 17:46:41 [2020-09-09T17:46:41.900Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-09T17:46:42.260Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-09-09T17:46:43.281Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-09T17:46:43.541Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-09T17:46:45.451Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-09-09T17:46:45.451Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-09T17:46:46.022Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-09T17:46:46.022Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-09T17:46:46.022Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-09T17:46:46.593Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-09T17:46:47.535Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-09T17:46:50.979Z] #33 141.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-09T17:46:51.235Z] #33 143.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-09T17:46:51.735Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-09T17:46:51.735Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-09T17:46:53.127Z] #33 144.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-09T17:46:55.019Z] #33 146.8 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-09T17:46:55.928Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-09T17:46:56.498Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-09T17:46:56.498Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-09T17:46:57.439Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-09T17:46:57.539Z] #33 149.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-09T17:46:58.008Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-09T17:46:58.905Z] #33 150.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-09T17:46:58.982Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-09-09T17:46:59.550Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-09T17:47:00.281Z] #33 152.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-09T17:47:00.489Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-09-09T17:47:00.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-09-09T17:47:01.661Z] #33 153.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-09T17:47:01.661Z] #33 153.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-09T17:47:03.027Z] #33 155.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-09T17:47:03.028Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-09T17:47:03.483Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:47:03.483Z] INFO: Testing against a local daemon [2020-09-09T17:47:03.595Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-09-09T17:47:04.165Z] === RUN TestDockerSuite/TestLogsSince [2020-09-09T17:47:04.917Z] #33 157.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-09T17:47:06.807Z] #33 158.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-09T17:47:08.697Z] #33 160.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-09T17:47:08.953Z] #33 161.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-09T17:47:10.739Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-09T17:47:10.845Z] #33 162.8 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-09T17:47:11.774Z] #33 164.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-09T17:47:14.292Z] #33 165.9 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-09T17:47:15.223Z] #33 167.1 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-09T17:47:15.908Z] ok github.com/docker/docker/integration/build 13.458s [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === Skipped [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-09-09T17:47:16.371Z] build_session_test.go:25: TODO: BuildKit [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-09-09T17:47:16.371Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-09-09T17:47:16.371Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:492: testEnv.OSType == "windows" [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-09-09T17:47:16.371Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] DONE 22 tests, 10 skipped in 33.835s [2020-09-09T17:47:16.371Z] [2020-09-09T17:47:16.371Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-09-09T17:47:16.589Z] #33 168.5 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-09T17:47:17.305Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-09T17:47:17.305Z] === RUN TestDockerSuite/TestLogsTail [2020-09-09T17:47:17.305Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-09-09T17:47:17.305Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-09T17:47:17.873Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-09T17:47:17.957Z] #33 169.9 [2020-09-09T17:47:17.957Z] #33 DONE 170.0s [2020-09-09T17:47:17.957Z] [2020-09-09T17:47:17.957Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-09-09T17:47:18.133Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-09T17:47:18.564Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:47:18.564Z] INFO: Testing against a local daemon [2020-09-09T17:47:18.564Z] ok github.com/docker/docker/integration/config 0.213s [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === Skipped [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-09-09T17:47:18.564Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] DONE 7 tests, 7 skipped in 2.247s [2020-09-09T17:47:18.564Z] [2020-09-09T17:47:18.564Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-09-09T17:47:18.703Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-09T17:47:19.273Z] === RUN TestDockerSuite/TestNetHostname [2020-09-09T17:47:19.322Z] #34 DONE 1.2s [2020-09-09T17:47:20.653Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-09T17:47:20.694Z] [2020-09-09T17:47:20.694Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-09-09T17:47:21.224Z] === RUN TestDockerSuite/TestNetworkEvents [2020-09-09T17:47:21.256Z] #35 DONE 0.6s [2020-09-09T17:47:21.256Z] [2020-09-09T17:47:21.256Z] #36 exporting to image [2020-09-09T17:47:21.256Z] #36 exporting layers [2020-09-09T17:47:21.495Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:47:21.495Z] INFO: Testing against a local daemon [2020-09-09T17:47:22.164Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-09T17:47:23.544Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-09T17:47:24.114Z] === RUN TestDockerSuite/TestPluginActive [2020-09-09T17:47:24.522Z] #36 exporting layers 2.9s done [2020-09-09T17:47:24.522Z] #36 writing image sha256:b717fe9dd0dba0c07d6333b14a6e8a6688a192559ff5d04b82638cc45e2c4002 done [2020-09-09T17:47:24.522Z] #36 naming to docker.io/library/moby-e2e-test done [2020-09-09T17:47:24.522Z] #36 DONE 2.9s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-09T17:47:24.825Z] + echo Ensuring container killed. [2020-09-09T17:47:24.825Z] Ensuring container killed. [2020-09-09T17:47:24.825Z] + docker rm -vf docker-pr2 [2020-09-09T17:47:24.825Z] Error: No such container: docker-pr2 [2020-09-09T17:47:24.825Z] + true [Pipeline] sh [2020-09-09T17:47:25.140Z] + echo Chowning /workspace to jenkins user [2020-09-09T17:47:25.140Z] Chowning /workspace to jenkins user [2020-09-09T17:47:25.140Z] + id -u [2020-09-09T17:47:25.140Z] + id -g [2020-09-09T17:47:25.140Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41411:/workspace busybox chown -R 1000:1000 /workspace [2020-09-09T17:47:25.491Z] === RUN TestDockerSuite/TestPluginActiveNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T17:47:26.029Z] + bundleName=unit [2020-09-09T17:47:26.029Z] + echo Creating unit-bundles.tar.gz [2020-09-09T17:47:26.029Z] Creating unit-bundles.tar.gz [2020-09-09T17:47:26.029Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-09-09T17:47:26.029Z] bundles/junit-report.xml [2020-09-09T17:47:26.029Z] bundles/go-test-report.json [2020-09-09T17:47:26.029Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-09-09T17:47:26.037Z] Archiving artifacts [2020-09-09T17:47:26.482Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T17:47:26.785Z] + make clean [2020-09-09T17:47:26.785Z] docker volume rm -f docker-dev-cache [2020-09-09T17:47:27.041Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-09T17:47:30.797Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-09T17:47:30.798Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-09T17:47:30.798Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-09T17:47:33.332Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-09T17:47:33.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-09-09T17:47:34.713Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-09T17:47:36.621Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-09T17:47:39.156Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-09-09T17:47:41.065Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-09T17:47:42.446Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-09T17:47:43.831Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-09T17:47:45.213Z] === RUN TestDockerSuite/TestPortList [2020-09-09T17:47:51.787Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-09T17:47:52.047Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-09T17:47:58.631Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-09T17:47:58.631Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-09T17:47:58.631Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-09T17:47:58.631Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-09T17:47:58.631Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-09T17:47:58.890Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-09T17:47:58.890Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-09T17:47:59.460Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-09T17:47:59.460Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-09T17:48:00.399Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-09T17:48:00.399Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-09-09T17:48:02.311Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-09-09T17:48:02.881Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-09-09T17:48:03.452Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-09-09T17:48:03.452Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-09T17:48:05.360Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-09T17:48:05.930Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-09T17:48:07.843Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-09-09T17:48:07.843Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-09T17:48:10.384Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-09-09T17:48:11.323Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-09T17:48:11.583Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-09T17:48:12.269Z] ok github.com/docker/docker/integration/container 48.155s [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === Skipped [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-09-09T17:48:12.269Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-09-09T17:48:12.269Z] copy_test.go:25: testEnv.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-09-09T17:48:12.269Z] copy_test.go:39: testEnv.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-09-09T17:48:12.269Z] copy_test.go:51: testEnv.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-09-09T17:48:12.269Z] copy_test.go:65: testEnv.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-09-09T17:48:12.269Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-09-09T17:48:12.269Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-09-09T17:48:12.269Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-09-09T17:48:12.269Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-09T17:48:12.269Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2020-09-09T17:48:12.269Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-09-09T17:48:12.269Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-09-09T17:48:12.269Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-09-09T17:48:12.269Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-09-09T17:48:12.269Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-09-09T17:48:12.269Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-09-09T17:48:12.269Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-09-09T17:48:12.269Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-09-09T17:48:12.269Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-09-09T17:48:12.269Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-09-09T17:48:12.269Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-09-09T17:48:12.269Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-09-09T17:48:12.269Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-09-09T17:48:12.269Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-09-09T17:48:12.269Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-09-09T17:48:12.269Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-09-09T17:48:12.269Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-09-09T17:48:12.269Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-09-09T17:48:12.269Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-09-09T17:48:12.269Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-09-09T17:48:12.269Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-09-09T17:48:12.269Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-09-09T17:48:12.269Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-09-09T17:48:12.269Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-09-09T17:48:12.269Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] DONE 84 tests, 41 skipped in 50.677s [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-09-09T17:48:12.269Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:12.269Z] INFO: Testing against a local daemon [2020-09-09T17:48:12.269Z] ok github.com/docker/docker/integration/image 0.461s [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === Skipped [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-09-09T17:48:12.269Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-09T17:48:12.269Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-09-09T17:48:12.269Z] remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-09-09T17:48:12.269Z] tag_test.go:98: testEnv.OSType == "windows" [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] DONE 11 tests, 4 skipped in 2.505s [2020-09-09T17:48:12.269Z] [2020-09-09T17:48:12.269Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-09-09T17:48:14.463Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:14.463Z] INFO: Testing against a local daemon [2020-09-09T17:48:14.463Z] ok github.com/docker/docker/integration/network 0.232s [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === Skipped [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-09-09T17:48:14.463Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2020-09-09T17:48:14.463Z] 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-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-09-09T17:48:14.463Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-09-09T17:48:14.463Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-09-09T17:48:14.463Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-09-09T17:48:14.463Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-09T17:48:14.463Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] DONE 19 tests, 15 skipped in 2.523s [2020-09-09T17:48:14.463Z] [2020-09-09T17:48:14.463Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-09-09T17:48:14.881Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-09T17:48:15.441Z] testing: warning: no tests to run [2020-09-09T17:48:15.441Z] ok github.com/docker/docker/integration/network/ipvlan 0.062s [2020-09-09T17:48:15.441Z] [2020-09-09T17:48:15.441Z] DONE 0 tests in 0.764s [2020-09-09T17:48:15.441Z] [2020-09-09T17:48:15.441Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-09-09T17:48:15.906Z] testing: warning: no tests to run [2020-09-09T17:48:15.906Z] ok github.com/docker/docker/integration/network/macvlan 0.077s [2020-09-09T17:48:15.906Z] [2020-09-09T17:48:15.906Z] DONE 0 tests in 0.726s [2020-09-09T17:48:15.906Z] [2020-09-09T17:48:15.906Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-09-09T17:48:16.883Z] testing: warning: no tests to run [2020-09-09T17:48:16.883Z] ok github.com/docker/docker/integration/plugin 0.065s [2020-09-09T17:48:16.883Z] [2020-09-09T17:48:16.883Z] DONE 0 tests in 0.785s [2020-09-09T17:48:16.883Z] [2020-09-09T17:48:16.883Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-09-09T17:48:17.863Z] testing: warning: no tests to run [2020-09-09T17:48:17.863Z] ok github.com/docker/docker/integration/plugin/authz 0.061s [2020-09-09T17:48:17.863Z] [2020-09-09T17:48:17.863Z] DONE 0 tests in 0.701s [2020-09-09T17:48:17.863Z] [2020-09-09T17:48:17.863Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-09-09T17:48:21.456Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-09T17:48:22.398Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-09T17:48:24.296Z] --- PASS: TestImportExtremelyLargeImageWorks (192.98s) [2020-09-09T17:48:24.296Z] PASS [2020-09-09T17:48:24.296Z] [2020-09-09T17:48:24.296Z] === Skipped [2020-09-09T17:48:24.296Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-09T17:48:24.296Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:48:24.296Z] [2020-09-09T17:48:24.296Z] [2020-09-09T17:48:24.296Z] DONE 12 tests, 1 skipped in 194.000s [2020-09-09T17:48:24.296Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-09-09T17:48:24.296Z] ++ 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-09-09T17:48:24.296Z] ++ set -e [2020-09-09T17:48:24.296Z] ++ '[' -n 0 ']' [2020-09-09T17:48:24.296Z] ++ set -x [2020-09-09T17:48:24.296Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:48:24.296Z] INFO: Testing against a local daemon [2020-09-09T17:48:24.296Z] === RUN TestNetworkCreateDelete [2020-09-09T17:48:24.296Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-09-09T17:48:24.296Z] === RUN TestDockerNetworkDeletePreferID [2020-09-09T17:48:24.296Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2020-09-09T17:48:24.296Z] === RUN TestDaemonDNSFallback [2020-09-09T17:48:24.296Z] --- PASS: TestDaemonDNSFallback (1.51s) [2020-09-09T17:48:24.296Z] === RUN TestInspectNetwork [2020-09-09T17:48:24.296Z] === RUN TestInspectNetwork/full_network_id [2020-09-09T17:48:24.296Z] === RUN TestInspectNetwork/partial_network_id [2020-09-09T17:48:24.296Z] === RUN TestInspectNetwork/network_name [2020-09-09T17:48:24.296Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-09T17:48:24.296Z] --- PASS: TestInspectNetwork (7.15s) [2020-09-09T17:48:24.296Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-09T17:48:24.296Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-09T17:48:24.296Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-09T17:48:24.296Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-09T17:48:24.296Z] === RUN TestRunContainerWithBridgeNone [2020-09-09T17:48:24.331Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-09T17:48:24.900Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-09T17:48:24.984Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:24.984Z] INFO: Testing against a local daemon [2020-09-09T17:48:24.984Z] ok github.com/docker/docker/integration/plugin/common 0.260s [2020-09-09T17:48:25.447Z] [2020-09-09T17:48:25.447Z] === Skipped [2020-09-09T17:48:25.447Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-09-09T17:48:25.447Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-09T17:48:25.447Z] [2020-09-09T17:48:25.447Z] [2020-09-09T17:48:25.447Z] DONE 3 tests, 1 skipped in 7.667s [2020-09-09T17:48:25.447Z] [2020-09-09T17:48:25.447Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-09-09T17:48:25.822Z] --- PASS: TestRunContainerWithBridgeNone (1.84s) [2020-09-09T17:48:25.822Z] === RUN TestNetworkInvalidJSON [2020-09-09T17:48:25.822Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-09T17:48:25.822Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-09T17:48:25.822Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:48:25.822Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:48:25.822Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:48:25.822Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:48:25.822Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-09T17:48:25.822Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-09T17:48:25.822Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-09T17:48:25.822Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-09T17:48:25.822Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-09T17:48:25.822Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-09T17:48:25.822Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-09T17:48:25.822Z] === RUN TestHostIPv4BridgeLabel [2020-09-09T17:48:25.841Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-09T17:48:26.462Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-09-09T17:48:26.462Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-09T17:48:27.221Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-09T17:48:27.507Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-09-09T17:48:27.507Z] === RUN TestDaemonDefaultNetworkPools [2020-09-09T17:48:28.151Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2020-09-09T17:48:28.151Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-09T17:48:28.376Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:28.376Z] INFO: Testing against a local daemon [2020-09-09T17:48:28.376Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.264s [2020-09-09T17:48:28.376Z] [2020-09-09T17:48:28.376Z] === Skipped [2020-09-09T17:48:28.376Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-09-09T17:48:28.376Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-09T17:48:28.376Z] [2020-09-09T17:48:28.376Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-09-09T17:48:28.376Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-09T17:48:28.376Z] [2020-09-09T17:48:28.376Z] [2020-09-09T17:48:28.376Z] DONE 2 tests, 2 skipped in 3.021s [2020-09-09T17:48:28.376Z] [2020-09-09T17:48:28.376Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-09-09T17:48:28.601Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-09T17:48:29.539Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-09T17:48:29.670Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2020-09-09T17:48:29.670Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-09T17:48:29.799Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-09T17:48:30.368Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-09T17:48:30.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:30.591Z] INFO: Testing against a local daemon [2020-09-09T17:48:30.591Z] ok github.com/docker/docker/integration/plugin/logging 0.194s [2020-09-09T17:48:30.720Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-09-09T17:48:30.720Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-09T17:48:31.054Z] [2020-09-09T17:48:31.054Z] === Skipped [2020-09-09T17:48:31.054Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-09T17:48:31.054Z] read_test.go:21: no unix domain sockets on Windows [2020-09-09T17:48:31.054Z] [2020-09-09T17:48:31.054Z] [2020-09-09T17:48:31.054Z] DONE 1 tests, 1 skipped in 2.449s [2020-09-09T17:48:31.054Z] [2020-09-09T17:48:31.054Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-09-09T17:48:31.357Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-09-09T17:48:31.357Z] === RUN TestServiceWithPredefinedNetwork [2020-09-09T17:48:31.748Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-09T17:48:32.029Z] testing: warning: no tests to run [2020-09-09T17:48:32.029Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.094s [2020-09-09T17:48:32.029Z] [2020-09-09T17:48:32.029Z] DONE 0 tests in 1.203s [2020-09-09T17:48:32.492Z] [2020-09-09T17:48:32.492Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-09-09T17:48:33.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-09-09T17:48:33.128Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-09T17:48:33.441Z] --- PASS: TestServiceWithPredefinedNetwork (2.03s) [2020-09-09T17:48:33.441Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-09T17:48:33.441Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:48:33.441Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:48:33.441Z] === RUN TestServiceWithDataPathPortInit [2020-09-09T17:48:33.699Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-09T17:48:33.699Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-09T17:48:33.959Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-09T17:48:33.959Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-09T17:48:33.959Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-09T17:48:34.529Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-09T17:48:34.685Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:34.685Z] INFO: Testing against a local daemon [2020-09-09T17:48:34.685Z] ok github.com/docker/docker/integration/plugin/volumes 0.248s [2020-09-09T17:48:34.685Z] [2020-09-09T17:48:34.685Z] === Skipped [2020-09-09T17:48:34.685Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-09T17:48:34.685Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:34.685Z] [2020-09-09T17:48:34.685Z] [2020-09-09T17:48:34.685Z] DONE 1 tests, 1 skipped in 2.607s [2020-09-09T17:48:35.149Z] [2020-09-09T17:48:35.149Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-09-09T17:48:35.910Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-09T17:48:36.848Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-09T17:48:37.108Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-09T17:48:37.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:37.344Z] INFO: Testing against a local daemon [2020-09-09T17:48:37.344Z] ok github.com/docker/docker/integration/secret 0.245s [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] === Skipped [2020-09-09T17:48:37.344Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-09-09T17:48:37.344Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-09-09T17:48:37.344Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-09-09T17:48:37.344Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-09-09T17:48:37.344Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-09-09T17:48:37.344Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-09-09T17:48:37.344Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] DONE 6 tests, 6 skipped in 2.285s [2020-09-09T17:48:37.344Z] [2020-09-09T17:48:37.344Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-09-09T17:48:39.538Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:39.538Z] INFO: Testing against a local daemon [2020-09-09T17:48:40.001Z] ok github.com/docker/docker/integration/service 0.316s [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === Skipped [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-09T17:48:40.001Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-09T17:48:40.001Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-09-09T17:48:40.001Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-09-09T17:48:40.001Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-09-09T17:48:40.001Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-09-09T17:48:40.001Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-09-09T17:48:40.001Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-09-09T17:48:40.001Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-09-09T17:48:40.001Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-09-09T17:48:40.001Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-09-09T17:48:40.001Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-09-09T17:48:40.001Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-09-09T17:48:40.001Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-09-09T17:48:40.001Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-09-09T17:48:40.001Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-09-09T17:48:40.001Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-09-09T17:48:40.001Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-09-09T17:48:40.001Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2020-09-09T17:48:40.001Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] DONE 24 tests, 23 skipped in 2.676s [2020-09-09T17:48:40.001Z] [2020-09-09T17:48:40.001Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-09-09T17:48:42.205Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:42.205Z] INFO: Testing against a local daemon [2020-09-09T17:48:42.205Z] ok github.com/docker/docker/integration/session 0.223s [2020-09-09T17:48:42.205Z] [2020-09-09T17:48:42.205Z] === Skipped [2020-09-09T17:48:42.205Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-09-09T17:48:42.205Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:42.205Z] [2020-09-09T17:48:42.205Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-09-09T17:48:42.205Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:42.205Z] [2020-09-09T17:48:42.205Z] [2020-09-09T17:48:42.205Z] DONE 2 tests, 2 skipped in 2.109s [2020-09-09T17:48:42.205Z] [2020-09-09T17:48:42.205Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-09-09T17:48:44.408Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:44.408Z] INFO: Testing against a local daemon [2020-09-09T17:48:45.237Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-09T17:48:45.237Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-09T17:48:45.387Z] ok github.com/docker/docker/integration/system 1.369s [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === Skipped [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:48:45.387Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-09-09T17:48:45.387Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-09-09T17:48:45.387Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-09-09T17:48:45.387Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-09-09T17:48:45.387Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-09-09T17:48:45.387Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-09-09T17:48:45.387Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] DONE 13 tests, 7 skipped in 3.299s [2020-09-09T17:48:45.387Z] [2020-09-09T17:48:45.387Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-09-09T17:48:46.176Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-09T17:48:46.437Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-09T17:48:46.437Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-09T17:48:46.697Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-09T17:48:47.582Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:47.582Z] INFO: Testing against a local daemon [2020-09-09T17:48:47.582Z] ok github.com/docker/docker/integration/volume 0.300s [2020-09-09T17:48:47.582Z] [2020-09-09T17:48:47.582Z] === Skipped [2020-09-09T17:48:47.582Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-09-09T17:48:47.582Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-09-09T17:48:47.582Z] [2020-09-09T17:48:47.582Z] [2020-09-09T17:48:47.582Z] DONE 5 tests, 1 skipped in 2.094s [2020-09-09T17:48:47.582Z] [2020-09-09T17:48:47.582Z] INFO: make.ps1 ended at 09/09/2020 17:48:47 [2020-09-09T17:48:47.582Z] INFO: Integration CLI tests being run from the host: [2020-09-09T17:48:47.582Z] 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-09-09T17:48:48.618Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-09T17:48:48.825Z] --- PASS: TestServiceWithDataPathPortInit (13.60s) [2020-09-09T17:48:48.825Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-09T17:48:49.556Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-09T17:48:51.465Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-09T17:48:52.850Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-09T17:48:52.850Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-09T17:48:52.850Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-09T17:48:54.434Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2020-09-09T17:48:54.434Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:e27hplpzk2b0q2m04g7zylton Created:2020-09-09 17:48:47.903816759 +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[ea6222176d1b071d1a16c42e394b2d230abb9dbdb8353108c5ac48f600d6ddfb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1oupl3w48cmhx55dsifh2rwbd EndpointID:fc5a4ad63deff36e9ab3400e1e0768eaf70ce66f75ca4b6632029bb41facc9dd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:71195b5e88a9c8c177f969cde79fc51f0b9fe9bdff8662e5f1137a5e774ad4a0 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:120abbf3afb5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1oupl3w48cmhx55dsifh2rwbd EndpointID:fc5a4ad63deff36e9ab3400e1e0768eaf70ce66f75ca4b6632029bb41facc9dd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-09T17:48:54.434Z] PASS [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] === Skipped [2020-09-09T17:48:54.434Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-09T17:48:54.434Z] service_test.go:236: FLAKY_TEST [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] DONE 23 tests, 1 skipped in 39.057s [2020-09-09T17:48:54.434Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:48:54.434Z] ++ 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-09-09T17:48:54.434Z] ++ set -e [2020-09-09T17:48:54.434Z] ++ '[' -n 0 ']' [2020-09-09T17:48:54.434Z] ++ set -x [2020-09-09T17:48:54.434Z] ++ env -i DEST=/go/src/github.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-09-09T17:48:54.434Z] INFO: Testing against a local daemon [2020-09-09T17:48:54.434Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-09T17:48:54.434Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:48:54.434Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:48:54.434Z] === RUN TestDockerNetworkIpvlan [2020-09-09T17:48:54.434Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:48:54.434Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:48:54.434Z] PASS [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] === Skipped [2020-09-09T17:48:54.434Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-09T17:48:54.434Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-09T17:48:54.434Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] [2020-09-09T17:48:54.434Z] DONE 2 tests, 2 skipped in 0.080s [2020-09-09T17:48:54.434Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-09T17:48:54.434Z] ++ 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-09-09T17:48:54.434Z] ++ set -e [2020-09-09T17:48:54.434Z] ++ '[' -n 0 ']' [2020-09-09T17:48:54.434Z] ++ set -x [2020-09-09T17:48:54.434Z] ++ env -i DEST=/go/src/github.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-09-09T17:48:54.434Z] INFO: Testing against a local daemon [2020-09-09T17:48:54.434Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-09T17:48:54.697Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-09T17:48:54.697Z] INFO: Testing against a local daemon [2020-09-09T17:48:55.477Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2020-09-09T17:48:55.478Z] === RUN TestDockerNetworkMacvlan [2020-09-09T17:48:56.119Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-09T17:48:56.144Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-09T17:48:56.404Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-09T17:48:56.664Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-09T17:48:57.172Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-09T17:48:57.812Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-09T17:48:58.573Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-09T17:48:58.832Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-09T17:48:59.896Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-09T17:49:00.213Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-09T17:49:00.472Z] === RUN TestDockerSuite/TestRmiTag [2020-09-09T17:49:00.732Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-09T17:49:00.993Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-09T17:49:01.983Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-09T17:49:02.905Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-09-09T17:49:03.477Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-09T17:49:04.048Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-09T17:49:04.987Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-09T17:49:05.247Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-09T17:49:05.532Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan (10.91s) [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s) [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.90s) [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.13s) [2020-09-09T17:49:06.173Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2020-09-09T17:49:06.173Z] PASS [2020-09-09T17:49:06.173Z] [2020-09-09T17:49:06.173Z] DONE 8 tests in 12.373s [2020-09-09T17:49:06.173Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-09T17:49:06.173Z] ++ 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-09-09T17:49:06.173Z] ++ set -e [2020-09-09T17:49:06.173Z] ++ '[' -n 0 ']' [2020-09-09T17:49:06.173Z] ++ set -x [2020-09-09T17:49:06.173Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:49:06.173Z] testing: warning: no tests to run [2020-09-09T17:49:06.173Z] PASS [2020-09-09T17:49:06.173Z] [2020-09-09T17:49:06.173Z] DONE 0 tests in 0.012s [2020-09-09T17:49:06.173Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-09T17:49:06.173Z] ++ 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-09-09T17:49:06.173Z] ++ set -e [2020-09-09T17:49:06.173Z] ++ '[' -n 0 ']' [2020-09-09T17:49:06.173Z] ++ set -x [2020-09-09T17:49:06.173Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:49:06.173Z] INFO: Testing against a local daemon [2020-09-09T17:49:06.173Z] === RUN TestAuthZPluginAllowRequest [2020-09-09T17:49:06.187Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-09T17:49:06.758Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-09T17:49:07.018Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-09T17:49:07.279Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-09T17:49:07.539Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-09T17:49:07.693Z] --- PASS: TestAuthZPluginAllowRequest (1.35s) [2020-09-09T17:49:07.693Z] === RUN TestAuthZPluginTLS [2020-09-09T17:49:07.798Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-09T17:49:08.333Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-09-09T17:49:08.333Z] === RUN TestAuthZPluginDenyRequest [2020-09-09T17:49:08.628Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-09T17:49:08.629Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-09T17:49:09.269Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-09-09T17:49:09.269Z] === RUN TestAuthZPluginDenyResponse [2020-09-09T17:49:09.737Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-09T17:49:09.908Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-09-09T17:49:09.908Z] === RUN TestAuthZPluginAllowEventStream [2020-09-09T17:49:10.678Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-09T17:49:11.248Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-09T17:49:11.441Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s) [2020-09-09T17:49:11.441Z] === RUN TestAuthZPluginErrorResponse [2020-09-09T17:49:11.738Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-09T17:49:11.738Z] === RUN TestAuthZPluginErrorRequest [2020-09-09T17:49:12.188Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-09-09T17:49:12.376Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-09-09T17:49:12.376Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-09T17:49:12.671Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-09T17:49:12.671Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-09T17:49:13.127Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-09T17:49:14.068Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-09-09T17:49:14.639Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-09-09T17:49:14.752Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2020-09-09T17:49:14.752Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-09T17:49:15.579Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-09-09T17:49:15.838Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-09-09T17:49:16.273Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.65s) [2020-09-09T17:49:16.273Z] === RUN TestAuthZPluginHeader [2020-09-09T17:49:16.408Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-09-09T17:49:16.915Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-09-09T17:49:16.915Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-09T17:49:16.915Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-09T17:49:16.915Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:16.915Z] === RUN TestAuthZPluginV2Disable [2020-09-09T17:49:16.915Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-09T17:49:16.915Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:16.915Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-09T17:49:16.915Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-09T17:49:16.915Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:16.915Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-09T17:49:16.915Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-09T17:49:16.915Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:16.915Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-09T17:49:16.978Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-09T17:49:17.548Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-09-09T17:49:18.487Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-09T17:49:18.747Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-09T17:49:19.319Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-09T17:49:19.890Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-09T17:49:19.890Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-09T17:49:21.271Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-09T17:49:21.532Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-09T17:49:22.101Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-09T17:49:22.361Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-09T17:49:22.931Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-09T17:49:22.931Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-09T17:49:23.191Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-09T17:49:23.761Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-09T17:49:24.021Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-09T17:49:24.591Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-09T17:49:25.160Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-09T17:49:25.160Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-09T17:49:25.729Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-09T17:49:25.729Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-09T17:49:26.300Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-09T17:49:26.879Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-09T17:49:27.153Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-09T17:49:27.861Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-09T17:49:27.861Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-09T17:49:28.121Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-09T17:49:29.060Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-09T17:49:29.630Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-09-09T17:49:29.890Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-09T17:49:31.274Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-09T17:49:31.795Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-09T17:49:32.055Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-09T17:49:32.625Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-09T17:49:33.566Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-09T17:49:34.138Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-09T17:49:35.517Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-09T17:49:35.542Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2020-09-09T17:49:35.542Z] PASS [2020-09-09T17:49:35.542Z] [2020-09-09T17:49:35.542Z] === Skipped [2020-09-09T17:49:35.542Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-09T17:49:35.542Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:35.542Z] [2020-09-09T17:49:35.542Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-09T17:49:35.542Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:35.542Z] [2020-09-09T17:49:35.542Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-09T17:49:35.542Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:35.542Z] [2020-09-09T17:49:35.542Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-09T17:49:35.542Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:35.542Z] [2020-09-09T17:49:35.542Z] [2020-09-09T17:49:35.542Z] DONE 17 tests, 4 skipped in 27.553s [2020-09-09T17:49:35.542Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-09T17:49:35.542Z] ++ 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-09-09T17:49:35.542Z] ++ set -e [2020-09-09T17:49:35.542Z] ++ '[' -n 0 ']' [2020-09-09T17:49:35.542Z] ++ set -x [2020-09-09T17:49:35.542Z] ++ env -i DEST=/go/src/github.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-09-09T17:49:35.542Z] INFO: Testing against a local daemon [2020-09-09T17:49:35.542Z] === RUN TestPluginInvalidJSON [2020-09-09T17:49:35.542Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:49:35.542Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:49:35.542Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-09T17:49:35.542Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-09T17:49:35.542Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-09T17:49:35.542Z] === RUN TestPluginInstall [2020-09-09T17:49:35.542Z] === RUN TestPluginInstall/no_auth [2020-09-09T17:49:37.430Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-09T17:49:37.430Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-09T17:49:37.998Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-09T17:49:39.090Z] time="2020-09-09T17:49:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:49:39.090Z] time="2020-09-09T17:49:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7372315c4adc14d7500ea7f6cb6aceb6e4ecf871fbcf299e89d8b509a33403f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:49:39.090Z] time="2020-09-09T17:49:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:49:39.090Z] time="2020-09-09T17:49:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7372315c4adc14d7500ea7f6cb6aceb6e4ecf871fbcf299e89d8b509a33403f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:49:39.378Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-09T17:49:39.385Z] === RUN TestPluginInstall/with_htpasswd [2020-09-09T17:49:40.023Z] time="2020-09-09T17:49:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:49:40.023Z] time="2020-09-09T17:49:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f8f8b15a43ea49e8e31749abf3e7a219333c557552984d17e76522bc4b098a4a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:49:40.023Z] time="2020-09-09T17:49:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:49:40.023Z] time="2020-09-09T17:49:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f8f8b15a43ea49e8e31749abf3e7a219333c557552984d17e76522bc4b098a4a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:49:40.316Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-09T17:49:40.319Z] === RUN TestPluginInstall/with_insecure [2020-09-09T17:49:41.362Z] time="2020-09-09T17:49:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:49:41.362Z] time="2020-09-09T17:49:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04cf048db207c9aadc02f99660f1421a58d9a1f618fa22fc10028b7a07233720" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:49:41.362Z] time="2020-09-09T17:49:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-09T17:49:41.362Z] time="2020-09-09T17:49:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04cf048db207c9aadc02f99660f1421a58d9a1f618fa22fc10028b7a07233720" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-09T17:49:41.656Z] --- PASS: TestPluginInstall (7.70s) [2020-09-09T17:49:41.656Z] --- PASS: TestPluginInstall/no_auth (5.37s) [2020-09-09T17:49:41.656Z] --- PASS: TestPluginInstall/with_htpasswd (0.96s) [2020-09-09T17:49:41.656Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2020-09-09T17:49:41.656Z] plugin_test.go:157: [d30ac7c0b2717] daemon is not started [2020-09-09T17:49:41.656Z] PASS [2020-09-09T17:49:41.656Z] [2020-09-09T17:49:41.656Z] DONE 6 tests in 7.796s [2020-09-09T17:49:41.656Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-09T17:49:41.656Z] ++ 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-09-09T17:49:41.656Z] ++ set -e [2020-09-09T17:49:41.656Z] ++ '[' -n 0 ']' [2020-09-09T17:49:41.656Z] ++ set -x [2020-09-09T17:49:41.656Z] ++ env -i DEST=/go/src/github.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-09-09T17:49:41.656Z] INFO: Testing against a local daemon [2020-09-09T17:49:41.656Z] === RUN TestExternalGraphDriver [2020-09-09T17:49:41.697Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-09T17:49:41.954Z] === RUN TestExternalGraphDriver/json [2020-09-09T17:49:43.480Z] === RUN TestExternalGraphDriver/spec [2020-09-09T17:49:43.606Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-09T17:49:43.606Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-09T17:49:43.606Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-09T17:49:43.868Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-09T17:49:44.807Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-09T17:49:45.565Z] === RUN TestExternalGraphDriver/pull [2020-09-09T17:49:45.747Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-09T17:49:47.082Z] --- PASS: TestExternalGraphDriver (5.43s) [2020-09-09T17:49:47.082Z] --- PASS: TestExternalGraphDriver/json (1.80s) [2020-09-09T17:49:47.082Z] --- PASS: TestExternalGraphDriver/spec (1.76s) [2020-09-09T17:49:47.082Z] --- PASS: TestExternalGraphDriver/pull (1.73s) [2020-09-09T17:49:47.082Z] === RUN TestGraphdriverPluginV2 [2020-09-09T17:49:47.129Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-09T17:49:47.379Z] --- SKIP: TestGraphdriverPluginV2 (0.20s) [2020-09-09T17:49:47.379Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:47.379Z] PASS [2020-09-09T17:49:47.379Z] [2020-09-09T17:49:47.379Z] === Skipped [2020-09-09T17:49:47.379Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.20s) [2020-09-09T17:49:47.379Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:49:47.379Z] [2020-09-09T17:49:47.379Z] [2020-09-09T17:49:47.379Z] DONE 5 tests, 1 skipped in 5.705s [2020-09-09T17:49:47.379Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-09T17:49:47.379Z] ++ 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-09-09T17:49:47.379Z] ++ set -e [2020-09-09T17:49:47.379Z] ++ '[' -n 0 ']' [2020-09-09T17:49:47.379Z] ++ set -x [2020-09-09T17:49:47.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=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-09-09T17:49:47.379Z] INFO: Testing against a local daemon [2020-09-09T17:49:47.379Z] === RUN TestContinueAfterPluginCrash [2020-09-09T17:49:47.379Z] === PAUSE TestContinueAfterPluginCrash [2020-09-09T17:49:47.379Z] === RUN TestReadPluginNoRead [2020-09-09T17:49:47.379Z] === PAUSE TestReadPluginNoRead [2020-09-09T17:49:47.379Z] === RUN TestDaemonStartWithLogOpt [2020-09-09T17:49:47.379Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-09T17:49:47.379Z] === CONT TestContinueAfterPluginCrash [2020-09-09T17:49:47.379Z] === CONT TestDaemonStartWithLogOpt [2020-09-09T17:49:47.379Z] === CONT TestReadPluginNoRead [2020-09-09T17:49:47.709Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-09T17:49:48.648Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-09T17:49:49.219Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-09-09T17:49:49.219Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-09T17:49:49.788Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-09-09T17:49:51.170Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-09T17:49:51.170Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-09T17:49:51.739Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-09T17:49:51.999Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-09T17:49:52.568Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-09-09T17:49:52.828Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-09T17:49:52.828Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-09T17:49:53.007Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-09T17:49:53.007Z] --- PASS: TestDaemonStartWithLogOpt (5.46s) [2020-09-09T17:49:53.397Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-09T17:49:53.645Z] === RUN TestReadPluginNoRead/default [2020-09-09T17:49:53.965Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-09T17:49:54.225Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-09T17:49:54.796Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-09T17:49:55.056Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-09T17:49:55.160Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-09T17:49:55.627Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-09T17:49:55.887Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-09T17:49:56.457Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-09T17:49:56.457Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-09T17:49:56.682Z] --- PASS: TestReadPluginNoRead (9.24s) [2020-09-09T17:49:56.682Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.40s) [2020-09-09T17:49:56.682Z] --- PASS: TestReadPluginNoRead/default (1.48s) [2020-09-09T17:49:56.682Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.51s) [2020-09-09T17:49:56.682Z] read_test.go:92: [d4d2afc24a80c] daemon is not started [2020-09-09T17:49:57.027Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-09T17:49:57.597Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-09T17:49:58.198Z] --- PASS: TestContinueAfterPluginCrash (10.51s) [2020-09-09T17:49:58.198Z] PASS [2020-09-09T17:49:58.198Z] [2020-09-09T17:49:58.198Z] DONE 6 tests in 10.591s [2020-09-09T17:49:58.198Z] 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-09-09T17:49:58.198Z] ++ 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-09-09T17:49:58.198Z] ++ set -e [2020-09-09T17:49:58.198Z] ++ '[' -n 0 ']' [2020-09-09T17:49:58.198Z] ++ set -x [2020-09-09T17:49:58.198Z] ++ env -i DEST=/go/src/github.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-09-09T17:49:58.198Z] testing: warning: no tests to run [2020-09-09T17:49:58.198Z] PASS [2020-09-09T17:49:58.198Z] [2020-09-09T17:49:58.198Z] DONE 0 tests in 0.019s [2020-09-09T17:49:58.198Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-09T17:49:58.198Z] ++ 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-09-09T17:49:58.198Z] ++ set -e [2020-09-09T17:49:58.198Z] ++ '[' -n 0 ']' [2020-09-09T17:49:58.198Z] ++ set -x [2020-09-09T17:49:58.198Z] ++ env -i DEST=/go/src/github.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-09-09T17:49:58.198Z] INFO: Testing against a local daemon [2020-09-09T17:49:58.198Z] === RUN TestPluginWithDevMounts [2020-09-09T17:49:58.198Z] === PAUSE TestPluginWithDevMounts [2020-09-09T17:49:58.198Z] === CONT TestPluginWithDevMounts [2020-09-09T17:49:58.978Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-09T17:49:58.978Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-09T17:49:58.978Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-09T17:50:00.277Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-09-09T17:50:00.277Z] PASS [2020-09-09T17:50:00.277Z] [2020-09-09T17:50:00.277Z] DONE 1 tests in 1.913s [2020-09-09T17:50:00.277Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-09-09T17:50:00.277Z] ++ 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-09-09T17:50:00.277Z] ++ set -e [2020-09-09T17:50:00.277Z] ++ '[' -n 0 ']' [2020-09-09T17:50:00.277Z] ++ set -x [2020-09-09T17:50:00.277Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:50:00.277Z] INFO: Testing against a local daemon [2020-09-09T17:50:00.277Z] === RUN TestSecretInspect [2020-09-09T17:50:00.886Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-09T17:50:01.455Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-09T17:50:01.799Z] --- PASS: TestSecretInspect (1.91s) [2020-09-09T17:50:01.799Z] === RUN TestSecretList [2020-09-09T17:50:03.882Z] --- PASS: TestSecretList (1.93s) [2020-09-09T17:50:03.882Z] === RUN TestSecretsCreateAndDelete [2020-09-09T17:50:05.967Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2020-09-09T17:50:05.967Z] === RUN TestSecretsUpdate [2020-09-09T17:50:07.494Z] --- PASS: TestSecretsUpdate (1.88s) [2020-09-09T17:50:07.494Z] === RUN TestTemplatedSecret [2020-09-09T17:50:09.576Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-09-09T17:50:10.258Z] --- PASS: TestTemplatedSecret (2.46s) [2020-09-09T17:50:10.258Z] === RUN TestSecretCreateResolve [2020-09-09T17:50:12.168Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-09-09T17:50:12.343Z] --- PASS: TestSecretCreateResolve (1.91s) [2020-09-09T17:50:12.343Z] PASS [2020-09-09T17:50:12.343Z] [2020-09-09T17:50:12.343Z] DONE 6 tests in 12.104s [2020-09-09T17:50:12.343Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-09-09T17:50:12.343Z] ++ 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-09-09T17:50:12.343Z] ++ set -e [2020-09-09T17:50:12.343Z] ++ '[' -n 0 ']' [2020-09-09T17:50:12.343Z] ++ set -x [2020-09-09T17:50:12.343Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:50:12.344Z] INFO: Testing against a local daemon [2020-09-09T17:50:12.344Z] === RUN TestServiceCreateInit [2020-09-09T17:50:12.344Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-09T17:50:13.108Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-09T17:50:14.045Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-09-09T17:50:14.045Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-09-09T17:50:14.045Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-09T17:50:14.045Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-09T17:50:14.617Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-09T17:50:15.888Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-09T17:50:16.525Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-09T17:50:17.094Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-09T17:50:18.476Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-09T17:50:19.436Z] --- PASS: TestServiceCreateInit (7.33s) [2020-09-09T17:50:19.436Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s) [2020-09-09T17:50:19.436Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s) [2020-09-09T17:50:19.436Z] === RUN TestCreateServiceMultipleTimes [2020-09-09T17:50:25.046Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-09T17:50:25.046Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-09-09T17:50:25.046Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-09T17:50:25.306Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-09T17:50:25.566Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-09T17:50:25.827Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-09T17:50:26.766Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-09T17:50:27.706Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-09T17:50:28.644Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-09T17:50:28.644Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-09T17:50:28.903Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-09T17:50:29.842Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-09-09T17:50:30.782Z] === RUN TestDockerSuite/TestRunMount [2020-09-09T17:50:32.693Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-09-09T17:50:34.828Z] --- PASS: TestCreateServiceMultipleTimes (14.92s) [2020-09-09T17:50:34.828Z] === RUN TestCreateServiceConflict [2020-09-09T17:50:35.989Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-09T17:50:36.346Z] --- PASS: TestCreateServiceConflict (1.93s) [2020-09-09T17:50:36.346Z] === RUN TestCreateServiceMaxReplicas [2020-09-09T17:50:36.565Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-09T17:50:37.503Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-09T17:50:37.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-09-09T17:50:38.442Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-09T17:50:39.102Z] --- PASS: TestCreateServiceMaxReplicas (2.54s) [2020-09-09T17:50:39.102Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-09T17:50:40.349Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-09T17:50:40.349Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-09-09T17:50:42.892Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-09T17:50:42.892Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-09-09T17:50:44.272Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-09T17:50:46.183Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-09-09T17:50:46.183Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-09T17:50:47.567Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-09T17:50:48.949Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-09T17:50:48.949Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-09T17:50:49.209Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-09-09T17:50:49.210Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-09T17:50:49.783Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-09T17:50:50.352Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-09T17:50:50.923Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-09T17:50:51.770Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.82s) [2020-09-09T17:50:51.770Z] === RUN TestCreateServiceSecretFileMode [2020-09-09T17:50:51.863Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-09-09T17:50:52.802Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-09T17:50:53.862Z] --- PASS: TestCreateServiceSecretFileMode (2.19s) [2020-09-09T17:50:53.862Z] === RUN TestCreateServiceConfigFileMode [2020-09-09T17:50:54.710Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-09T17:50:55.953Z] --- PASS: TestCreateServiceConfigFileMode (2.24s) [2020-09-09T17:50:55.953Z] === RUN TestCreateServiceSysctls [2020-09-09T17:50:56.091Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-09-09T17:50:58.645Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-09T17:50:58.645Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-09T17:50:58.904Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-09-09T17:50:59.472Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-09T17:50:59.472Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-09T17:50:59.495Z] --- PASS: TestCreateServiceSysctls (3.01s) [2020-09-09T17:50:59.495Z] === RUN TestCreateServiceCapabilities [2020-09-09T17:50:59.732Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-09-09T17:50:59.992Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-09T17:51:00.252Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-09T17:51:00.512Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-09T17:51:00.772Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-09T17:51:01.581Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2020-09-09T17:51:01.581Z] === RUN TestInspect [2020-09-09T17:51:03.704Z] --- PASS: TestInspect (2.45s) [2020-09-09T17:51:03.704Z] === RUN TestCreateJob [2020-09-09T17:51:07.241Z] --- PASS: TestCreateJob (2.84s) [2020-09-09T17:51:07.241Z] === RUN TestReplicatedJob [2020-09-09T17:51:07.342Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-09-09T17:51:07.342Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-09T17:51:07.342Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-09-09T17:51:07.342Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-09T17:51:08.280Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-09T17:51:08.849Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-09-09T17:51:09.418Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-09T17:51:09.678Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-09T17:51:10.247Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-09T17:51:10.507Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-09T17:51:11.076Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-09T17:51:11.076Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-09T17:51:11.336Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-09T17:51:11.761Z] --- PASS: TestReplicatedJob (4.66s) [2020-09-09T17:51:11.761Z] === RUN TestUpdateReplicatedJob [2020-09-09T17:51:11.905Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-09T17:51:11.905Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-09T17:51:12.165Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-09-09T17:51:13.105Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-09T17:51:13.105Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-09T17:51:14.615Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2020-09-09T17:51:14.615Z] === RUN TestServiceListWithStatuses [2020-09-09T17:51:14.615Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-09T17:51:14.615Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:51:14.615Z] === RUN TestDockerNetworkConnectAlias [2020-09-09T17:51:15.010Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-09T17:51:15.948Z] === RUN TestDockerSuite/TestRunRm [2020-09-09T17:51:16.208Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-09T17:51:18.181Z] --- PASS: TestDockerNetworkConnectAlias (3.89s) [2020-09-09T17:51:18.181Z] === RUN TestDockerNetworkReConnect [2020-09-09T17:51:20.404Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-09T17:51:20.404Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-09T17:51:20.664Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-09-09T17:51:21.712Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2020-09-09T17:51:21.712Z] === RUN TestServicePlugin [2020-09-09T17:51:21.712Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-09T17:51:21.712Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:51:21.712Z] === RUN TestServiceUpdateLabel [2020-09-09T17:51:22.057Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-09-09T17:51:22.322Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-09-09T17:51:23.230Z] --- PASS: TestServiceUpdateLabel (1.91s) [2020-09-09T17:51:23.230Z] === RUN TestServiceUpdateSecrets [2020-09-09T17:51:23.702Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-09-09T17:51:25.083Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-09-09T17:51:28.379Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-09-09T17:51:28.949Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-09-09T17:51:29.209Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-09-09T17:51:29.777Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-09-09T17:51:30.037Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-09-09T17:51:30.605Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-09-09T17:51:30.865Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-09-09T17:51:31.435Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-09T17:51:32.374Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-09T17:51:32.374Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-09-09T17:51:32.633Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-09T17:51:35.172Z] === RUN TestDockerSuite/TestRunState [2020-09-09T17:51:35.432Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-09-09T17:51:36.371Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-09T17:51:36.630Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-09T17:51:37.201Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-09T17:51:37.771Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-09-09T17:51:37.771Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-09T17:51:38.031Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-09T17:51:38.599Z] === RUN TestDockerSuite/TestRunSysctls [2020-09-09T17:51:38.603Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2020-09-09T17:51:38.603Z] === RUN TestServiceUpdateConfigs [2020-09-09T17:51:39.539Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-09T17:51:39.539Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-09T17:51:39.539Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-09T17:51:39.798Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-09-09T17:51:41.180Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-09-09T17:51:41.762Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-09-09T17:51:42.705Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-09-09T17:51:45.244Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-09T17:51:47.781Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-09T17:51:48.351Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-09-09T17:51:48.351Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-09T17:51:48.921Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-09T17:51:49.181Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-09T17:51:51.724Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-09T17:51:51.724Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-09-09T17:51:52.294Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-09T17:51:52.864Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-09T17:51:52.864Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-09T17:51:53.124Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-09T17:51:53.694Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-09T17:51:53.978Z] --- PASS: TestServiceUpdateConfigs (14.32s) [2020-09-09T17:51:53.978Z] === RUN TestServiceUpdateNetwork [2020-09-09T17:51:54.633Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-09T17:51:54.633Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-09-09T17:51:54.892Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-09-09T17:51:54.892Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-09T17:51:55.152Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-09T17:51:55.723Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-09T17:51:57.632Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-09-09T17:51:58.571Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-09T17:51:59.141Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-09T17:52:00.081Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-09T17:52:01.020Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-09-09T17:52:01.968Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-09T17:52:03.355Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-09T17:52:03.615Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-09-09T17:52:04.370Z] --- PASS: TestServiceUpdateNetwork (12.35s) [2020-09-09T17:52:04.370Z] === RUN TestServiceUpdatePidsLimit [2020-09-09T17:52:04.998Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-09T17:52:05.015Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-09T17:52:06.059Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-09T17:52:06.908Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-09-09T17:52:07.169Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-09T17:52:07.738Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-09T17:52:07.999Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-09T17:52:08.571Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-09T17:52:08.571Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-09T17:52:08.571Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-09T17:52:08.571Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-09T17:52:08.831Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-09-09T17:52:08.831Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-09-09T17:52:09.400Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-09-09T17:52:09.659Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-09-09T17:52:09.919Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-09-09T17:52:11.301Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-09-09T17:52:11.871Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-09-09T17:52:12.440Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-09-09T17:52:12.441Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-09T17:52:12.441Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-09-09T17:52:12.975Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-09T17:52:13.010Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-09-09T17:52:13.010Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-09-09T17:52:13.270Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-09-09T17:52:13.839Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-09-09T17:52:14.099Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-09-09T17:52:15.038Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-09-09T17:52:15.038Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-09-09T17:52:15.609Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-09T17:52:15.869Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-09T17:52:16.440Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-09T17:52:16.440Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-09-09T17:52:16.700Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-09-09T17:52:17.270Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-09-09T17:52:17.270Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-09T17:52:17.270Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-09T17:52:17.839Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-09T17:52:18.777Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-09-09T17:52:18.777Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-09-09T17:52:19.349Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-09-09T17:52:19.349Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-09T17:52:19.609Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-09T17:52:19.609Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-09T17:52:19.892Z] --- PASS: TestServiceUpdatePidsLimit (15.86s) [2020-09-09T17:52:19.893Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2020-09-09T17:52:19.893Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2020-09-09T17:52:19.893Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2020-09-09T17:52:19.893Z] PASS [2020-09-09T17:52:19.893Z] [2020-09-09T17:52:19.893Z] === Skipped [2020-09-09T17:52:19.893Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-09-09T17:52:19.893Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-09T17:52:19.893Z] [2020-09-09T17:52:19.893Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-09-09T17:52:19.893Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-09T17:52:19.893Z] [2020-09-09T17:52:19.893Z] [2020-09-09T17:52:19.893Z] DONE 27 tests, 2 skipped in 128.034s [2020-09-09T17:52:20.188Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-09-09T17:52:20.188Z] ++ 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-09-09T17:52:20.188Z] ++ set -e [2020-09-09T17:52:20.188Z] ++ '[' -n 0 ']' [2020-09-09T17:52:20.188Z] ++ set -x [2020-09-09T17:52:20.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:52:20.188Z] INFO: Testing against a local daemon [2020-09-09T17:52:20.188Z] === RUN TestSessionCreate [2020-09-09T17:52:20.188Z] --- PASS: TestSessionCreate (0.03s) [2020-09-09T17:52:20.188Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-09T17:52:20.188Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-09T17:52:20.188Z] PASS [2020-09-09T17:52:20.188Z] [2020-09-09T17:52:20.188Z] DONE 2 tests in 0.151s [2020-09-09T17:52:20.188Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-09-09T17:52:20.188Z] ++ 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-09-09T17:52:20.188Z] ++ set -e [2020-09-09T17:52:20.188Z] ++ '[' -n 0 ']' [2020-09-09T17:52:20.188Z] ++ set -x [2020-09-09T17:52:20.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-09T17:52:20.188Z] INFO: Testing against a local daemon [2020-09-09T17:52:20.188Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-09T17:52:20.188Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:52:20.188Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:52:20.188Z] === RUN TestEventsExecDie [2020-09-09T17:52:20.829Z] --- PASS: TestEventsExecDie (0.60s) [2020-09-09T17:52:20.829Z] === RUN TestEventsBackwardsCompatible [2020-09-09T17:52:20.829Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-09-09T17:52:20.829Z] === RUN TestInfoBinaryCommits [2020-09-09T17:52:21.004Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-09T17:52:21.134Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-09-09T17:52:21.134Z] === RUN TestInfoAPIVersioned [2020-09-09T17:52:21.134Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-09T17:52:21.134Z] === RUN TestInfoDiscoveryBackend [2020-09-09T17:52:21.429Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-09-09T17:52:21.429Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-09T17:52:21.572Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-09T17:52:22.469Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-09T17:52:22.469Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-09T17:52:22.953Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-09T17:52:23.107Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-09-09T17:52:23.107Z] === RUN TestInfoAPI [2020-09-09T17:52:23.107Z] --- PASS: TestInfoAPI (0.03s) [2020-09-09T17:52:23.107Z] === RUN TestInfoAPIWarnings [2020-09-09T17:52:23.213Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-09T17:52:23.213Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-09T17:52:23.213Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-09T17:52:23.745Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-09-09T17:52:23.745Z] === RUN TestInfoDebug [2020-09-09T17:52:24.041Z] --- PASS: TestInfoDebug (0.53s) [2020-09-09T17:52:24.041Z] === RUN TestInfoInsecureRegistries [2020-09-09T17:52:24.152Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-09-09T17:52:24.152Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-09-09T17:52:24.679Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-09T17:52:24.679Z] === RUN TestInfoRegistryMirrors [2020-09-09T17:52:25.090Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-09-09T17:52:25.317Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-09T17:52:25.317Z] === RUN TestLoginFailsWithBadCredentials [2020-09-09T17:52:25.612Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2020-09-09T17:52:25.612Z] === RUN TestPingCacheHeaders [2020-09-09T17:52:25.612Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-09T17:52:25.612Z] === RUN TestPingGet [2020-09-09T17:52:25.612Z] --- PASS: TestPingGet (0.02s) [2020-09-09T17:52:25.612Z] === RUN TestPingHead [2020-09-09T17:52:25.612Z] --- PASS: TestPingHead (0.04s) [2020-09-09T17:52:25.612Z] === RUN TestVersion [2020-09-09T17:52:25.612Z] --- PASS: TestVersion (0.03s) [2020-09-09T17:52:25.612Z] PASS [2020-09-09T17:52:25.612Z] [2020-09-09T17:52:25.612Z] === Skipped [2020-09-09T17:52:25.612Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-09T17:52:25.612Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-09T17:52:25.612Z] [2020-09-09T17:52:25.612Z] [2020-09-09T17:52:25.612Z] DONE 18 tests, 1 skipped in 5.455s [2020-09-09T17:52:25.612Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-09-09T17:52:25.612Z] ++ 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-09-09T17:52:25.612Z] ++ set -e [2020-09-09T17:52:25.612Z] ++ '[' -n 0 ']' [2020-09-09T17:52:25.612Z] ++ set -x [2020-09-09T17:52:25.612Z] ++ env -i DEST=/go/src/github.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-09-09T17:52:25.612Z] INFO: Testing against a local daemon [2020-09-09T17:52:25.612Z] === RUN TestVolumesCreateAndList [2020-09-09T17:52:25.910Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-09T17:52:25.910Z] === RUN TestVolumesRemove [2020-09-09T17:52:25.910Z] --- PASS: TestVolumesRemove (0.07s) [2020-09-09T17:52:25.910Z] === RUN TestVolumesInspect [2020-09-09T17:52:25.910Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-09T17:52:25.910Z] === RUN TestVolumesInvalidJSON [2020-09-09T17:52:25.910Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-09T17:52:25.910Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-09T17:52:25.910Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-09T17:52:25.910Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-09T17:52:25.910Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-09T17:52:25.910Z] PASS [2020-09-09T17:52:25.910Z] [2020-09-09T17:52:25.910Z] DONE 5 tests in 0.215s [2020-09-09T17:52:25.910Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T17:52:26.203Z] ++++ cat bundles/test-integration/docker.pid [2020-09-09T17:52:26.203Z] +++ kill 13827 [2020-09-09T17:52:26.470Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-09T17:52:26.471Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-09T17:52:27.242Z] +++ /etc/init.d/apparmor stop [2020-09-09T17:52:27.242Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:52:27.242Z] [2020-09-09T17:52:27.242Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:52:27.242Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:52:27.242Z] [2020-09-09T17:52:27.242Z] To set a process to complain mode, use the command line tool [2020-09-09T17:52:27.243Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:52:27.243Z] +++ true [2020-09-09T17:52:27.243Z] exiting test-integration [2020-09-09T17:52:27.243Z] ++ exit 0 [2020-09-09T17:52:27.243Z] [2020-09-09T17:52:27.410Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-09T17:52:27.670Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-09T17:52:27.930Z] === RUN TestDockerSuite/TestSaveLoadParents Post stage [Pipeline] junit [2020-09-09T17:52:28.810Z] Recording test results [2020-09-09T17:52:29.312Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-09T17:52:29.312Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-09T17:52:29.802Z] + echo Ensuring container killed. [2020-09-09T17:52:29.802Z] Ensuring container killed. [2020-09-09T17:52:29.802Z] + docker rm -vf docker-pr2 [2020-09-09T17:52:29.802Z] Error: No such container: docker-pr2 [2020-09-09T17:52:29.802Z] + true [Pipeline] sh [2020-09-09T17:52:30.195Z] + echo Chowning /workspace to jenkins user [2020-09-09T17:52:30.195Z] Chowning /workspace to jenkins user [2020-09-09T17:52:30.195Z] + id -u [2020-09-09T17:52:30.195Z] + id -g [2020-09-09T17:52:30.195Z] + docker run --rm -v /home/docker/workspace/moby_PR-41411:/workspace busybox chown -R 1001:1001 /workspace [2020-09-09T17:52:30.195Z] Unable to find image 'busybox:latest' locally [2020-09-09T17:52:30.252Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-09T17:52:30.252Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-09T17:52:30.252Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-09T17:52:30.491Z] latest: Pulling from library/busybox [2020-09-09T17:52:30.491Z] d997fe81ee23: Pulling fs layer [2020-09-09T17:52:30.786Z] d997fe81ee23: Verifying Checksum [2020-09-09T17:52:30.786Z] d997fe81ee23: Download complete [2020-09-09T17:52:30.786Z] d997fe81ee23: Pull complete [2020-09-09T17:52:30.786Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-09T17:52:30.786Z] Status: Downloaded newer image for busybox:latest [2020-09-09T17:52:31.633Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T17:52:32.571Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-09T17:52:32.738Z] + bundleName=ppc64le-integration [2020-09-09T17:52:32.738Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-09-09T17:52:32.738Z] Creating ppc64le-integration-bundles.tar.gz [2020-09-09T17:52:32.738Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json+ -o -name *.log -oxargs -name tar *.prof -czf -o ppc64le-integration-bundles.tar.gz -name [2020-09-09T17:52:32.738Z] *-report.xml ) -print [Pipeline] archiveArtifacts [2020-09-09T17:52:32.784Z] Archiving artifacts [2020-09-09T17:52:33.157Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T17:52:33.508Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-09T17:52:33.508Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-09T17:52:33.508Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-09T17:52:33.546Z] + make clean [2020-09-09T17:52:33.768Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-09T17:52:33.841Z] make: command: Command not found [2020-09-09T17:52:33.841Z] make: command: Command not found [2020-09-09T17:52:33.841Z] docker volume rm -f docker-dev-cache [2020-09-09T17:52:33.841Z] docker-dev-cache [Pipeline] deleteDir [2020-09-09T17:52:34.705Z] === RUN TestDockerSuite/TestSlowStdinClosing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-09T17:52:36.613Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-09T17:52:36.873Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-09-09T17:52:40.167Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-09-09T17:52:41.561Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-09T17:52:43.474Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-09-09T17:52:43.474Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-09T17:52:44.044Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-09T17:52:44.984Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-09T17:52:46.364Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-09-09T17:52:47.743Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-09T17:52:49.653Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-09T17:52:50.222Z] === RUN TestDockerSuite/TestStartRecordError [2020-09-09T17:52:51.161Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-09-09T17:52:51.421Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-09-09T17:52:52.804Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-09T17:52:54.186Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-09-09T17:52:54.186Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-09-09T17:52:57.480Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-09T17:53:00.771Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-09T17:53:04.061Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-09T17:53:06.615Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-09-09T17:53:08.523Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-09T17:53:11.064Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-09-09T17:53:12.443Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-09T17:53:13.013Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-09T17:53:13.582Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-09T17:53:14.152Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-09T17:53:14.152Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-09T17:53:14.412Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-09T17:53:16.954Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-09T17:53:19.493Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-09-09T17:53:19.493Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-09-09T17:53:20.064Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-09-09T17:53:20.635Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-09-09T17:53:20.635Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-09-09T17:53:21.578Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-09-09T17:53:22.959Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-09-09T17:53:22.959Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-09-09T17:53:23.528Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-09-09T17:53:24.098Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-09-09T17:53:24.668Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-09-09T17:53:25.607Z] === RUN TestDockerSuite/TestUpdateStats [2020-09-09T17:53:29.808Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-09-09T17:53:30.068Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-09-09T17:53:30.068Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-09-09T17:53:30.638Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-09-09T17:53:31.209Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-09T17:53:32.593Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-09-09T17:53:33.533Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-09-09T17:53:35.442Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-09-09T17:53:36.382Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-09-09T17:53:38.921Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-09-09T17:53:39.859Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-09T17:53:42.399Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-09T17:53:45.694Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-09-09T17:53:47.077Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-09-09T17:53:48.017Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-09-09T17:53:48.958Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-09-09T17:53:49.906Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-09-09T17:53:51.817Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-09-09T17:53:53.196Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-09-09T17:53:53.456Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-09-09T17:53:55.364Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-09-09T17:53:55.933Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-09-09T17:53:56.872Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-09-09T17:53:58.256Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-09-09T17:53:58.256Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-09T17:54:16.347Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-09T17:54:16.608Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-09T17:54:16.608Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-09T17:54:16.867Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-09T17:54:16.867Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-09T17:54:16.867Z] === RUN TestDockerSuite/TestVolumeEvents [2020-09-09T17:54:17.804Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-09-09T17:54:23.081Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-09T17:54:23.650Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-09T17:54:23.910Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-09T17:54:23.910Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-09T17:54:25.829Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-09-09T17:54:25.829Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-09T17:54:27.740Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-09-09T17:54:28.682Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite (1305.50s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.11s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.20s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.61s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.06s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.02s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.32s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.25s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.05s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.91s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.99s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.08s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.41s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.89s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.87s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.91s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.76s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.80s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.03s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.85s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachDetach (1.24s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.05s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.89s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.93s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.04s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.40s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.01s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.44s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.17s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.07s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.03s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.79s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.67s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.40s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.18s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.43s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.03s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.79s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.71s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.21s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.76s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.19s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.05s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.03s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.13s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.34s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.07s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.03s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.65s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.36s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.26s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.90s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.46s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.32s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.55s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.26s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.62s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.61s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.41s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.64s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.02s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.22s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.38s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.32s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.36s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.04s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.28s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.66s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.40s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.07s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.39s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.06s) [2020-09-09T17:54:28.682Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.26s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.33s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.88s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.75s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.18s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.65s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.84s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.75s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.88s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.36s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.22s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.34s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.05s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.10s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.80s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildContChar (2.62s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.98s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.33s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.67s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.34s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.63s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.45s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.30s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.81s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.55s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.05s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.19s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.10s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.57s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.98s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.42s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.02s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.73s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.25s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.29s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.31s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.87s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.31s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.85s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.46s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.21s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.29s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.43s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.27s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.42s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.21s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.12s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.40s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.32s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.41s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.87s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.28s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.38s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.40s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.38s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.03s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnv (1.53s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.24s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.24s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.27s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.34s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.50s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.04s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.77s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.62s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.17s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.30s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.68s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.55s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.36s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFails (0.72s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.84s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.89s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.70s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.60s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.90s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.58s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.05s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.23s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.85s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildHistory (3.74s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.51s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.24s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.65s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.80s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabel (0.43s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.17s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.70s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.81s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.84s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.63s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.23s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.34s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.30s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.97s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.18s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.80s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.57s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.57s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.39s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.47s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.31s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.89s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.56s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.20s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.88s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.49s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.52s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.57s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.35s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.22s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.41s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.58s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.98s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.56s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.05s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.07s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.33s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.37s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildPATH (1.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.03s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.86s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.47s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildRm (2.98s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.75s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.21s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.42s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.49s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.22s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.18s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.37s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.51s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.33s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.45s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.68s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.00s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.77s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.73s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.57s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.74s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.12s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildUser (1.47s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.32s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.82s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.67s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.98s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.96s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.45s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.41s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.62s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.69s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.90s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.11s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.32s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-09T17:54:28.683Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-09T17:54:28.683Z] docker_cli_sni_test.go:18: Flakey test [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.39s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.53s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitChange (0.61s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.52s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.94s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.24s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.66s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitTTY (1.46s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.71s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.16s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.58s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.35s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.30s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.55s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.86s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.71s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.66s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.74s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.65s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2020-09-09T17:54:28.683Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.81s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.76s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.63s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.38s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.62s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.55s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.53s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.86s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.58s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.78s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.91s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.82s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.18s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.86s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.43s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.10s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.54s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.78s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.80s) [2020-09-09T17:54:28.684Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-09T17:54:28.684Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.61s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.97s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.18s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.41s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.38s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.18s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.11s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (0.55s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.30s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.35s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.42s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008b0d80_} (1.41s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1416960308_/foo_false____} (1.29s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1416960308_/foo_true____} (1.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3925348099_/foo_false____} (1.32s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3925348099_/foo_true____} (1.39s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3925348099_/foo_true__0xc0008b0de0__} (1.35s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008b0e00_} (1.45s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008b0e20_} (1.32s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008b0e40_} (1.38s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008b0e60_} (1.29s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.08s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.68s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.43s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.39s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.94s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.88s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.06s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.96s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.86s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.62s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.82s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.02s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.68s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.67s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.69s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.18s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.80s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.77s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.61s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.71s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.10s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.14s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.89s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.10s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.89s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.77s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.45s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.56s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.54s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToDot (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.05s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.96s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToStdout (0.73s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.11s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.33s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.22s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.44s) [2020-09-09T17:54:28.684Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-09T17:54:28.684Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.52s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2020-09-09T17:54:28.684Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-09T17:54:28.684Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.78s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.49s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.73s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.32s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.16s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.42s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.48s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.43s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.34s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.69s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.52s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.07s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.31s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.51s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.16s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.73s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.70s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.97s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsAttach (0.62s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsCommit (0.91s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.84s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.58s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.52s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.65s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.45s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.97s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsCopy (0.89s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.15s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.54s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.23s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.28s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.57s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.26s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.07s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFilters (0.94s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFormat (0.82s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.92s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.39s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.24s) [2020-09-09T17:54:28.684Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-09T17:54:28.684Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.684Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-09T17:54:28.684Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsRename (0.45s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsResize (0.46s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.33s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.53s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.69s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsTop (0.51s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.11s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExec (0.48s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.44s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStart (0.94s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.46s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.65s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.48s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.48s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.05s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecCgroup (0.74s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecEnv (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.94s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.48s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecInteractive (0.55s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.71s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecParseError (0.57s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.87s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.47s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecStartFails (0.51s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.67s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecTTY (0.79s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.68s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecUlimits (0.50s) [2020-09-09T17:54:28.684Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-09T17:54:28.684Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.20s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.64s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.95s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.93s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.62s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.64s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.73s) [2020-09-09T17:54:28.684Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.51s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestHealth (18.61s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.52s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportDisplay (1.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportFile (1.07s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.03s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportGzipped (1.11s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.06s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2020-09-09T17:54:28.685Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-09T17:54:28.685Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-09-09T17:54:28.685Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-09T17:54:28.685Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.56s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.55s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.87s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.41s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.85s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.19s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (0.96s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.31s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.34s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.49s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.21s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.15s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.13s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.62s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.80s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.59s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.54s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.71s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.63s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.46s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.47s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.49s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.77s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.75s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.79s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.62s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.56s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.56s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsSince (6.79s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.46s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsTail (0.55s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.50s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.57s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestNetHostname (1.59s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.08s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginActive (1.35s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.81s) [2020-09-09T17:54:28.685Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-09-09T17:54:28.685Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.69s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.15s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.40s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.23s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.20s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.69s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.33s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.15s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPortList (6.29s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.87s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.90s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.41s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.41s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.05s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.84s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.77s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsByOrder (1.80s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.65s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersBase (1.94s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.50s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.14s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.08s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.58s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.34s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.54s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.85s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.87s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.49s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.90s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.50s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.38s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.48s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.54s) [2020-09-09T17:54:28.685Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-09-09T17:54:28.685Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.27s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.49s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.25s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.96s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.03s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.75s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.27s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.99s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.93s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.04s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.15s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.84s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.66s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.37s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.54s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.62s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.48s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.53s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.67s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.45s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.39s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.84s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.80s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.84s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.78s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.93s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.17s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.43s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.64s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.74s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.61s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.32s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.42s) [2020-09-09T17:54:28.685Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.57s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.69s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.88s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.89s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.08s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.64s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.50s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.58s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.60s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.72s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.17s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.23s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.27s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.01s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.50s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.72s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (0.97s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.33s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.14s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.50s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunExitCode (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.62s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.69s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.19s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.91s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.86s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.85s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.94s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.52s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.75s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.92s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.18s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.63s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.29s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.39s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.75s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.26s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.16s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.84s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.94s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.92s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.01s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunMount (5.08s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.75s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.72s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.68s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.72s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.10s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.05s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.37s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetHost (0.66s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.54s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.56s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.69s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.91s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.66s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.58s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.40s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.57s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.97s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.56s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.39s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.39s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.39s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.85s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.01s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.83s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunRm (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.28s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.59s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.53s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.65s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunState (1.07s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.49s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.55s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.44s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.49s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunSysctls (0.87s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.42s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.37s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.40s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.13s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.19s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.75s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.59s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.53s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.94s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.59s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserByName (0.77s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.52s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.57s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.04s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.47s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.05s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.72s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.36s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.57s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.26s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.48s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.60s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.61s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.54s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.20s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.63s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.71s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-09T17:54:28.686Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.51s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.73s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.06s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.67s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.41s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.48s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.11s) [2020-09-09T17:54:28.686Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.44s) [2020-09-09T17:54:28.687Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-09-09T17:54:28.687Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.39s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.68s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.40s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.42s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.87s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.81s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.32s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.11s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.22s) [2020-09-09T17:54:28.687Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents061394245 [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.03s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.15s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.17s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.78s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.11s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.87s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.65s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.69s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.91s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.80s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.85s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.53s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartRecordError (1.28s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.16s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.57s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.79s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.93s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.47s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.77s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.43s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2020-09-09T17:54:28.687Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-09T17:54:28.687Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.43s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.34s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.81s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.57s) [2020-09-09T17:54:28.687Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-09T17:54:28.687Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.98s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.15s) [2020-09-09T17:54:28.687Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-09T17:54:28.687Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.91s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.57s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.51s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.92s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateStats (3.54s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.88s) [2020-09-09T17:54:28.687Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-09T17:54:28.687Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.63s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.52s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.36s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.61s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.35s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.30s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.55s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.26s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.26s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.25s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.82s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.02s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.92s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.58s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.56s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.60s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.67s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.33s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.46s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.32s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.89s) [2020-09-09T17:54:28.687Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.87s) [2020-09-09T17:54:28.687Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-09T17:54:28.687Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-09T17:54:28.687Z] === RUN TestDockerRegistrySuite [2020-09-09T17:54:28.687Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-09T17:54:30.068Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-09T17:54:31.451Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-09T17:54:32.391Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-09T17:54:32.391Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-09T17:54:35.687Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-09T17:54:38.227Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-09T17:54:40.766Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-09T17:54:41.334Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-09T17:54:42.275Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-09T17:54:43.214Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-09T17:54:43.474Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-09-09T17:54:44.854Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-09T17:54:46.237Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-09T17:54:47.193Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-09T17:54:48.133Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-09T17:54:50.043Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-09T17:54:51.951Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-09T17:54:52.521Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-09T17:54:54.430Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-09T17:54:55.370Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-09T17:54:55.633Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-09T17:54:56.576Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-09T17:54:57.515Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-09T17:54:58.085Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-09T17:55:00.624Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-09T17:55:00.624Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-09T17:55:01.562Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-09T17:55:02.132Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-09T17:55:02.132Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-09T17:55:02.391Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-09T17:55:02.651Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-09T17:55:02.911Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-09T17:55:03.171Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-09-09T17:55:03.171Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-09T17:55:04.552Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-09T17:55:05.935Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-09T17:55:06.873Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-09T17:55:07.845Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-09T17:55:08.420Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite (40.70s) [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.56s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d5cac49fd8d8d] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dd0ef91cfd6e3] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d570851f97be9] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d4c9db59881ac] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.56s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dacc85c10993c] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.78s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d39c7b2ff9ee7] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.59s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d29ed33a31887] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.94s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d1dc69dce8b69] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.83s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d1181f31dc5e7] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.09s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dc76715662287] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.28s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d726f3538d500] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.45s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dd25f9e48bbbf] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.15s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d294417bc0b57] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.09s) [2020-09-09T17:55:09.359Z] check_test.go:196: [da2d334ecf5b3] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.70s) [2020-09-09T17:55:09.359Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9d096676d2b272f00fddbc9cde1e4f8cc77525c79cb8db8e19478a75db8f7ab1 [2020-09-09T17:55:09.359Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4dfa6e91d79526fa282a9c5ff7338479bf5392f25f6992f9036a3576207b6ffb [2020-09-09T17:55:09.359Z] check_test.go:196: [d5f954daeb3b6] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.61s) [2020-09-09T17:55:09.359Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:18f569219ffdf786cbc3fdcb0504601acb6acc2ff87f14ea2fee4bd1d7fe65ee [2020-09-09T17:55:09.359Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fd5098641d052e3a3939fbf72aabd0856f72fcece3575eb417de954fbc88734d [2020-09-09T17:55:09.359Z] check_test.go:196: [dfd9ec06eda48] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.92s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d29e242c3f6d3] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.97s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d54ae3a0a5551] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.91s) [2020-09-09T17:55:09.359Z] check_test.go:196: [da5d65612723c] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.21s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dcfd76b91110e] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.93s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d144e382e2459] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.82s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d8cad9f0c3b14] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.82s) [2020-09-09T17:55:09.359Z] check_test.go:196: [de43c14e2206a] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.19s) [2020-09-09T17:55:09.359Z] check_test.go:196: [df4db51cf84ee] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d34cfb76ba8d2] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.92s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d73574a3da3e3] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.35s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d7ab024ec14d1] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d5ca50c479875] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dd62ef8e12c60] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dc21b92c41db9] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d6465964f6699] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2020-09-09T17:55:09.359Z] check_test.go:196: [daed41f7bf775] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.22s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d136533a43e8e] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.55s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d388181225d23] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.77s) [2020-09-09T17:55:09.359Z] check_test.go:196: [dc3b143adb11d] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s) [2020-09-09T17:55:09.359Z] check_test.go:196: [d660bca05e58d] daemon is not started [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2020-09-09T17:55:09.359Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-09-09T17:55:09.359Z] === RUN TestDockerSchema1RegistrySuite [2020-09-09T17:55:09.359Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-09T17:55:09.359Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-09T17:55:10.739Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-09-09T17:55:12.646Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-09T17:55:15.960Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-09T17:55:18.499Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-09T17:55:19.439Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-09T17:55:20.378Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-09T17:55:20.378Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-09T17:55:21.317Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-09T17:55:22.255Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-09T17:55:23.193Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-09T17:55:25.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-09T17:55:25.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-09T17:55:26.299Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-09T17:55:26.299Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-09T17:55:26.559Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-09T17:55:26.818Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-09T17:55:27.078Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite (18.00s) [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d4549e4d2eaf2] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.06s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d9c3ca7632434] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.16s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d8a79d5900e2b] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.58s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d945bbf8df0b0] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.94s) [2020-09-09T17:55:27.338Z] check_test.go:223: [dbf4cc8f54eb8] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s) [2020-09-09T17:55:27.338Z] check_test.go:223: [df00bd6efa6f5] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-09T17:55:27.338Z] check_test.go:223: [de0df395d9524] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.96s) [2020-09-09T17:55:27.338Z] check_test.go:223: [dc4957920f601] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2020-09-09T17:55:27.338Z] check_test.go:223: [df68413ea38ac] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2020-09-09T17:55:27.338Z] check_test.go:223: [db8097ff2d064] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.24s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d140c5a282707] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2020-09-09T17:55:27.338Z] check_test.go:223: [dc2ef3fdba6b5] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d58c71d7ca76a] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-09-09T17:55:27.338Z] check_test.go:223: [de46cdfd00f3a] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-09-09T17:55:27.338Z] check_test.go:223: [dd83c6df70893] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2020-09-09T17:55:27.338Z] check_test.go:223: [dcedcfec06670] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2020-09-09T17:55:27.338Z] check_test.go:223: [d56fb9471216e] daemon is not started [2020-09-09T17:55:27.338Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-09-09T17:55:27.338Z] check_test.go:223: [dbb452a8f1942] daemon is not started [2020-09-09T17:55:27.338Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-09T17:55:27.338Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-09T17:55:28.277Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-09T17:55:28.556Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-09T17:55:28.830Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-09T17:55:29.769Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-09T17:55:30.029Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-09T17:55:30.289Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-09T17:55:30.857Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.79s) [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2020-09-09T17:55:31.116Z] check_test.go:252: [d1728c255b313] daemon is not started [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2020-09-09T17:55:31.116Z] check_test.go:252: [d14886b6ed2fd] daemon is not started [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.19s) [2020-09-09T17:55:31.116Z] check_test.go:252: [d1a222603ba12] daemon is not started [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.11s) [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-09-09T17:55:31.116Z] check_test.go:252: [d5648bba9d35f] daemon is not started [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2020-09-09T17:55:31.116Z] check_test.go:252: [d7b5815a6f730] daemon is not started [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2020-09-09T17:55:31.116Z] check_test.go:252: [ddb7a5fb5ac16] daemon is not started [2020-09-09T17:55:31.116Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2020-09-09T17:55:31.116Z] check_test.go:252: [dbc90daa76e34] daemon is not started [2020-09-09T17:55:31.116Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-09T17:55:31.116Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-09T17:55:36.385Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-09T17:55:36.385Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-09T17:55:36.644Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-09T17:55:36.644Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-09T17:55:36.904Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2020-09-09T17:55:36.904Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-09-09T17:55:36.904Z] check_test.go:279: [d67b4c5cd22f7] daemon is not started [2020-09-09T17:55:36.904Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-09-09T17:55:36.904Z] check_test.go:279: [d7b32e4d573eb] daemon is not started [2020-09-09T17:55:36.904Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-09-09T17:55:36.904Z] check_test.go:279: [dda754f948316] daemon is not started [2020-09-09T17:55:36.904Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-09-09T17:55:36.904Z] check_test.go:279: [d0683eda98b09] daemon is not started [2020-09-09T17:55:36.904Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-09-09T17:55:36.904Z] check_test.go:279: [d535121030b43] daemon is not started [2020-09-09T17:55:36.904Z] === RUN TestDockerNetworkSuite [2020-09-09T17:55:36.904Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-09-09T17:55:38.814Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-09-09T17:55:39.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-09-09T17:55:41.921Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-09-09T17:55:43.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-09-09T17:55:46.363Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-09-09T17:55:47.742Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-09-09T17:55:53.023Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-09-09T17:55:54.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-09-09T17:55:55.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-09-09T17:55:56.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-09-09T17:55:56.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-09-09T17:55:57.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-09-09T17:55:58.587Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-09-09T17:55:58.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-09-09T17:55:59.106Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-09-09T17:56:00.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-09-09T17:56:00.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-09-09T17:56:00.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-09-09T17:56:00.305Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-09-09T17:56:00.875Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-09-09T17:56:02.254Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-09-09T17:56:02.254Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-09-09T17:56:02.254Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-09-09T17:56:02.254Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-09-09T17:56:04.793Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-09-09T17:56:06.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-09-09T17:56:11.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-09-09T17:56:12.236Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-09-09T17:56:13.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-09-09T17:56:13.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-09-09T17:56:13.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-09-09T17:56:13.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-09-09T17:56:13.691Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-09-09T17:56:13.691Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-09-09T17:56:16.228Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-09-09T17:56:16.228Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-09-09T17:56:16.228Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-09-09T17:56:16.796Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-09-09T17:56:20.109Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-09-09T17:56:23.398Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-09-09T17:56:23.398Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-09-09T17:56:23.966Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-09-09T17:56:25.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-09-09T17:56:25.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-09-09T17:56:25.915Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-09-09T17:56:26.484Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-09-09T17:56:27.424Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-09-09T17:56:32.706Z] --- PASS: TestDockerNetworkSuite (55.18s) [2020-09-09T17:56:32.706Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.93s) [2020-09-09T17:56:32.706Z] docker_cli_network_unix_test.go:46: [d0eb8035ac676] daemon is not started [2020-09-09T17:56:32.706Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.65s) [2020-09-09T17:56:32.706Z] docker_cli_network_unix_test.go:46: [db0f73aba0ea2] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.55s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d72f44de4e5f2] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.51s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d9947ea2dc840] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.70s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:1233: [d14d4912b6eb5] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.37s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d994e52b928bf] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.95s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d04b0f72ba783] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.30s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d4fdfb5ac8cf7] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.11s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d0162927cf484] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d14f43dc8ffbb] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [de3364c782e6d] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.94s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [ddbe2e48238c8] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d04ebebc20b5d] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d54c15d78ccde] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d7da939ef3724] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d55e48fe83eae] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [de2a460e64815] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d787eb55e650d] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [db747ea7f412d] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d593247ff0136] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.04s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d491cd1796e6a] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d7d7b3058247c] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.23s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d014c9b315113] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d2947144b9e36] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.37s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:968: [d0d4f1a061ade] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.65s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d707483dcb2ff] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.66s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:1116: [df24b215a0f0d] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d0b638fc254ad] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [dd3fa9446a7ef] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d424f96db8ae9] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [db7193bd1bedc] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [dee689a2228b0] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d2516c67274fc] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [daf01e06801b5] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.30s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d66eb6ff019bf] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d9231a6ff2035] daemon is not started [2020-09-09T17:56:32.707Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d81078441bff5] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d55dd73bf1006] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.33s) [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.95s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:1084: [db30bb1126fe2] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d4f6b6325cb34] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d33950ac7522c] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.43s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [de5f38d18bf18] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d26741a81fb85] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.61s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [dddbf53b0b0b7] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [d26abd237afb6] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [df4d2c9ce0e4c] daemon is not started [2020-09-09T17:56:32.707Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.67s) [2020-09-09T17:56:32.707Z] docker_cli_network_unix_test.go:46: [ddcdd44304481] daemon is not started [2020-09-09T17:56:32.707Z] === RUN TestDockerHubPullSuite [2020-09-09T17:56:32.707Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-09-09T17:56:34.086Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-09-09T17:56:36.623Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-09-09T17:56:36.882Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-09-09T17:56:38.263Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-09-09T17:56:38.523Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite (6.84s) [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.94s) [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.49s) [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.45s) [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.36s) [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.30s) [2020-09-09T17:56:38.783Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.29s) [2020-09-09T17:56:38.783Z] PASS [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === Skipped [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-09-09T17:56:38.783Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.783Z] [2020-09-09T17:56:38.783Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-09-09T17:56:38.783Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-09-09T17:56:38.784Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-09-09T17:56:38.784Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_sni_test.go:18: Flakey test [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-09T17:56:38.784Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-09T17:56:38.784Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-09-09T17:56:38.784Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-09-09T17:56:38.784Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-09T17:56:38.784Z] docker_cli_network_unix_test.go:46: [d81078441bff5] daemon is not started [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] [2020-09-09T17:56:38.784Z] DONE 1277 tests, 51 skipped in 1476.289s [2020-09-09T17:56:38.784Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T17:56:39.044Z] ++++ cat bundles/test-integration/docker.pid [2020-09-09T17:56:39.044Z] +++ kill 7593 [2020-09-09T17:56:39.982Z] +++ /etc/init.d/apparmor stop [2020-09-09T17:56:39.982Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T17:56:39.982Z] [2020-09-09T17:56:39.982Z] Unloading profiles will leave already running processes permanently [2020-09-09T17:56:39.982Z] unconfined, which can lead to unexpected situations. [2020-09-09T17:56:39.982Z] [2020-09-09T17:56:39.982Z] To set a process to complain mode, use the command line tool [2020-09-09T17:56:39.982Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T17:56:39.982Z] +++ true [2020-09-09T17:56:39.982Z] exiting test-integration [2020-09-09T17:56:39.982Z] ++ exit 0 [2020-09-09T17:56:39.982Z] [2020-09-09T17:56:40.243Z] + for job in $(jobs -p) [2020-09-09T17:56:40.243Z] + wait 22459 [2020-09-09T17:57:12.327Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-09-09T17:57:12.327Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-09-09T17:57:17.604Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-09-09T17:57:22.880Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-09-09T17:57:25.415Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-09-09T17:57:30.684Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-09-09T17:57:32.591Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-09-09T17:57:35.879Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-09-09T17:57:35.879Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-09-09T17:57:42.475Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-09-09T17:57:42.734Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-09-09T17:57:43.673Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-09-09T17:57:46.205Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-09-09T17:58:42.432Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-09-09T17:59:29.110Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-09-09T17:59:39.097Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-09-09T17:59:43.290Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-09-09T18:01:49.763Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-09-09T18:01:52.300Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-09-09T18:01:53.681Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-09-09T18:01:53.681Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-09-09T18:01:53.681Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-09-09T18:01:53.681Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-09-09T18:01:54.620Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-09-09T18:01:57.158Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-09-09T18:01:59.699Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-09-09T18:02:02.237Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-09-09T18:03:00.349Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-09-09T18:03:00.349Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-09-09T18:03:00.349Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-09-09T18:03:02.256Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-09-09T18:03:05.575Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-09-09T18:03:08.111Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-09-09T18:03:30.051Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-09-09T18:03:42.262Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-09-09T18:03:42.830Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-09-09T18:03:45.366Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-09-09T18:03:47.904Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-09-09T18:03:56.037Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-09-09T18:04:00.236Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-09-09T18:04:03.529Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-09-09T18:04:06.069Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-09-09T18:04:07.978Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-09-09T18:04:11.270Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-09-09T18:04:13.808Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-09-09T18:04:16.348Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-09-09T18:05:12.604Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-09-09T18:05:24.813Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite (1654.54s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.18s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.29s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.51s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.43s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.14s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:562: [dade0593283f9] joining swarm manager [da8c8541a431e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:584: [d1461ee72b43c] joining swarm manager [da8c8541a431e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] check_test.go:380: [dade0593283f9] daemon is not started [2020-09-09T18:05:42.903Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.70s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:45: [df0fd6420b718] joining swarm manager [d349be0b5cb32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.00s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.36s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.41s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:303: [d1cf5b0e04af3] joining swarm manager [dd036059289d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:304: [d1a97d063948a] joining swarm manager [dd036059289d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.59s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:271: [d8804b3fbeb02] joining swarm manager [d21e19eb2dcb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:272: [d10301cf30b92] joining swarm manager [d21e19eb2dcb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.08s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.85s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.90s) [2020-09-09T18:05:42.903Z] docker_api_swarm_node_test.go:19: [df1e3ce5cbae0] joining swarm manager [d56e1414e1717]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_node_test.go:20: [d334120b9e7ba] joining swarm manager [d56e1414e1717]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (54.55s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:501: [de010867f8f76] joining swarm manager [d8c08eb553892]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:506: [db04f7d6559af] joining swarm manager [d8c08eb553892]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.51s) [2020-09-09T18:05:42.903Z] docker_api_swarm_node_test.go:80: [d2d63f75a567a] joining swarm manager [d55419e532072]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.19s) [2020-09-09T18:05:42.903Z] docker_api_swarm_node_test.go:52: [d43978407365a] joining swarm manager [d72e29a922ca0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_node_test.go:53: [d5fe12c167c27] joining swarm manager [d72e29a922ca0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.58s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.93s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:201: [d264c78809d8c] joining swarm manager [dd5237cdf15ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.58s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:383: [d29b05df87f5e] joining swarm manager [d65b5b18a3085]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:384: [de977cff06aef] joining swarm manager [d65b5b18a3085]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] check_test.go:380: [de977cff06aef] daemon is not started [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.69s) [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:801: [d00daf708ca4e] joining swarm manager [daa84f990fa39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:801: [da4e175bdcc38] joining swarm manager [daa84f990fa39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:801: [d5c157cff93a3] joining swarm manager [daa84f990fa39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:801: [d3f8df3b4270a] joining swarm manager [daa84f990fa39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-09T18:05:42.903Z] docker_api_swarm_test.go:809: [d72f8ecbe4bdc] joining swarm manager [daa84f990fa39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.38s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.71s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.77s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:394: [daa1149732b08] joining swarm manager [d7bd1f0237d01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:394: [dd47ffcac859c] joining swarm manager [d7bd1f0237d01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.59s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:342: [d7180822225f9] joining swarm manager [df8e52efc41f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:342: [dc4771d040fae] joining swarm manager [df8e52efc41f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.19s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:489: [db7f80070fb8f] joining swarm manager [da4fc4717ab92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:489: [d6f2c800bd453] joining swarm manager [da4fc4717ab92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.64s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.59s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:127: [d8897ecb614e5] joining swarm manager [ddd8c1397bb97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:128: [d09a071cb236c] joining swarm manager [ddd8c1397bb97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:136: [de239b17bbf86] joining swarm manager [ddd8c1397bb97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:137: [d3914b06bca66] joining swarm manager [ddd8c1397bb97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.59s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.90s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:303: [d60c8de6a073f] joining swarm manager [d0bb345f6f884]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:303: [deabbc10e5607] joining swarm manager [d0bb345f6f884]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.08s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:99: [d469f43656497] joining swarm manager [df15617b2776c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:100: [d66f8bb0923cf] joining swarm manager [df15617b2776c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] check_test.go:380: [d469f43656497] daemon is not started [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.54s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:532: [d2839a1892627] joining swarm manager [d8e4a495ac04c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:533: [dbb9065a8a5bf] joining swarm manager [d8e4a495ac04c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.70s) [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:147: [df482f477e553] joining swarm manager [d08f681bdbe1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_api_swarm_service_test.go:147: [d7c6f5407fcb7] joining swarm manager [d08f681bdbe1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.17s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.93s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.66s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.76s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.18s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.16s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.53s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.28s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.80s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.85s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.71s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.15s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.73s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.10s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.28s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.85s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.41s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.84s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.23s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.73s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.87s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.15s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.39s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.95s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.61s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.50s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.14s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.75s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.10s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.61s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.72s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.07s) [2020-09-09T18:05:42.903Z] docker_cli_service_logs_test.go:245: checking task mdrr083fqu9m [2020-09-09T18:05:42.903Z] docker_cli_service_logs_test.go:250: checking messages for mdrr083fqu9m [2020-09-09T18:05:42.903Z] docker_cli_service_logs_test.go:245: checking task k41lbrg7mw6x [2020-09-09T18:05:42.903Z] docker_cli_service_logs_test.go:250: checking messages for k41lbrg7mw6x [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.67s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.83s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.80s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.34s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.45s) [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1901: [de46d62af41dc] joining swarm manager [d6697fa94c598]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1902: [d30b7f5079a28] joining swarm manager [d6697fa94c598]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.98s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.25s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.69s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.54s) [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1802: [d98dd5f6087de] joining swarm manager [dd1fd20a3b9a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1803: [d24bac8654045] joining swarm manager [dd1fd20a3b9a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.48s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (117.66s) [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1321: [dbdb9ec0bc4fb] joining swarm manager [d118969fd7eb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1322: [d0e2dccbf5920] joining swarm manager [d118969fd7eb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.65s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.64s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.47s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.33s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.51s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.41s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.77s) [2020-09-09T18:05:42.903Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.16s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.28s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.57s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.35s) [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1186: [db6f8cabdc74a] joining swarm manager [df67454aed13d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.903Z] docker_cli_swarm_test.go:1195: [d728bc43e0878] joining swarm manager [df67454aed13d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.10s) [2020-09-09T18:05:42.903Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.50s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (115.29s) [2020-09-09T18:05:42.904Z] docker_cli_swarm_test.go:1118: [d74edba5e0e47] joining swarm manager [d5a0898d5a230]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.904Z] docker_cli_swarm_test.go:1119: [d3e771803b941] joining swarm manager [d5a0898d5a230]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.904Z] docker_cli_swarm_test.go:1172: [d9ac703d99364] joining swarm manager [d5a0898d5a230]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.40s) [2020-09-09T18:05:42.904Z] docker_cli_swarm_test.go:1453: [d21863dbd43e1] joining swarm manager [dc95803a077d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.904Z] docker_cli_swarm_test.go:1454: [d4569a578d675] joining swarm manager [dc95803a077d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.33s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.90s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.29s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.05s) [2020-09-09T18:05:42.904Z] docker_cli_swarm_unix_test.go:62: [d26a8af715050] joining swarm manager [d0f81708ddc99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.32s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.36s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.23s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.20s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.57s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.14s) [2020-09-09T18:05:42.904Z] docker_api_swarm_test.go:961: [de92e664eae2b] joining swarm manager [d22ab3f2fdfbc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.53s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.35s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.34s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.43s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.38s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.49s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.61s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.61s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.49s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.59s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.04s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.24s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.97s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (16.85s) [2020-09-09T18:05:42.904Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.85s) [2020-09-09T18:05:42.904Z] === RUN TestDockerExternalVolumeSuite [2020-09-09T18:05:42.904Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-09-09T18:05:57.788Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-09-09T18:07:05.511Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-09-09T18:07:15.488Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-09-09T18:07:47.568Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-09-09T18:07:59.776Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-09-09T18:08:31.879Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-09-09T18:08:46.758Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-09-09T18:09:18.836Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-09-09T18:09:33.765Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-09-09T18:09:48.674Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-09-09T18:10:35.353Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-09-09T18:10:53.443Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-09-09T18:11:25.555Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-09-09T18:11:57.634Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-09-09T18:12:12.512Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-09-09T18:12:27.391Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-09-09T18:12:45.477Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite (436.82s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) [2020-09-09T18:13:00.393Z] docker_cli_external_volume_driver_test.go:53: [df07a604e9db9] daemon is not started [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-09-09T18:13:00.393Z] docker_cli_external_volume_driver_test.go:53: [d74f17b53b68f] daemon is not started [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-09-09T18:13:00.393Z] docker_cli_external_volume_driver_test.go:53: [dbe9bef2ce9cc] daemon is not started [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-09-09T18:13:00.393Z] docker_cli_external_volume_driver_test.go:53: [d6c0ddda823c7] daemon is not started [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.16s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.79s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.25s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.97s) [2020-09-09T18:13:00.393Z] docker_cli_external_volume_driver_test.go:485: [da0febf06dbfe] daemon is not started [2020-09-09T18:13:00.393Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-09-09T18:13:00.393Z] docker_cli_external_volume_driver_test.go:53: [d54fb8b5261aa] daemon is not started [2020-09-09T18:13:00.393Z] PASS [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] === Skipped [2020-09-09T18:13:00.393Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-09T18:13:00.393Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-09T18:13:00.393Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-09T18:13:00.393Z] check_test.go:309: [d350724bc70e9] daemon is not started [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-09-09T18:13:00.393Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-09-09T18:13:00.393Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-09T18:13:00.393Z] check_test.go:309: [dec895bec61db] daemon is not started [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-09T18:13:00.393Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-09T18:13:00.393Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-09T18:13:00.393Z] check_test.go:309: [d4911a6c8416d] daemon is not started [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-09T18:13:00.393Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-09T18:13:00.393Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-09T18:13:00.393Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-09T18:13:00.393Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] DONE 273 tests, 5 skipped in 2453.862s [2020-09-09T18:13:00.393Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-09T18:13:00.393Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d929f9a754b6d/docker.pid [2020-09-09T18:13:00.393Z] +++ kill 5324 [2020-09-09T18:13:00.393Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5324 is not a child of this shell [2020-09-09T18:13:00.393Z] warning: PID 5324 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d929f9a754b6d/docker.pid had a nonzero exit code [2020-09-09T18:13:00.393Z] ++++ cat bundles/test-integration/docker.pid [2020-09-09T18:13:00.393Z] +++ kill 7555 [2020-09-09T18:13:00.393Z] +++ /etc/init.d/apparmor stop [2020-09-09T18:13:00.393Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] Unloading profiles will leave already running processes permanently [2020-09-09T18:13:00.393Z] unconfined, which can lead to unexpected situations. [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] To set a process to complain mode, use the command line tool [2020-09-09T18:13:00.393Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-09T18:13:00.393Z] +++ true [2020-09-09T18:13:00.393Z] exiting test-integration [2020-09-09T18:13:00.393Z] ++ exit 0 [2020-09-09T18:13:00.393Z] [2020-09-09T18:13:00.393Z] + exit 0 [2020-09-09T18:13:00.393Z] ++ jobs -p [2020-09-09T18:13:00.393Z] + pids= [2020-09-09T18:13:00.393Z] + echo 'Remaining pids to kill: []' [2020-09-09T18:13:00.393Z] Remaining pids to kill: [] [2020-09-09T18:13:00.393Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-09-09T18:13:00.408Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-09T18:13:01.339Z] + echo Ensuring container killed. [2020-09-09T18:13:01.339Z] Ensuring container killed. [2020-09-09T18:13:01.339Z] + docker ps -aq -f name=docker-pr2-* [2020-09-09T18:13:01.339Z] + cids=db9b21a17e9d [2020-09-09T18:13:01.339Z] f4eb73c22a1c [2020-09-09T18:13:01.339Z] eee8b3797afd [2020-09-09T18:13:01.339Z] + [ -n db9b21a17e9d [2020-09-09T18:13:01.339Z] f4eb73c22a1c [2020-09-09T18:13:01.339Z] eee8b3797afd ] [2020-09-09T18:13:01.339Z] + docker rm -vf db9b21a17e9d f4eb73c22a1c eee8b3797afd [2020-09-09T18:13:03.248Z] db9b21a17e9d [2020-09-09T18:13:03.248Z] f4eb73c22a1c [2020-09-09T18:13:04.627Z] eee8b3797afd [Pipeline] sh [2020-09-09T18:13:04.910Z] + echo Chowning /workspace to jenkins user [2020-09-09T18:13:04.910Z] Chowning /workspace to jenkins user [2020-09-09T18:13:04.910Z] + id -u [2020-09-09T18:13:04.910Z] + id -g [2020-09-09T18:13:04.910Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41411:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-09T18:13:08.500Z] + bundleName=amd64 [2020-09-09T18:13:08.500Z] + echo Creating amd64-bundles.tar.gz [2020-09-09T18:13:08.500Z] Creating amd64-bundles.tar.gz [2020-09-09T18:13:08.500Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-09T18:13:08.500Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-09T18:13:09.452Z] Archiving artifacts [2020-09-09T18:13:09.814Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T18:13:10.126Z] + make clean [2020-09-09T18:13:10.387Z] docker volume rm -f docker-dev-cache [2020-09-09T18:13:10.387Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-09T18:23:49.159Z] ok github.com/docker/docker/integration-cli 2080.062s [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === Skipped [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-09T18:23:49.159Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-09-09T18:23:49.159Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-09T18:23:49.159Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-09-09T18:23:49.159Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-09T18:23:49.159Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-09T18:23:49.159Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-09T18:23:49.159Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-09T18:23:49.159Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-09T18:23:49.159Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-09T18:23:49.159Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.159Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-09-09T18:23:49.160Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.26s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.26s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-09-09T18:23:49.160Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.25s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.24s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.24s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-09T18:23:49.160Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-09T18:23:49.160Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.160Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2020-09-09T18:23:49.161Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.26s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.25s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2020-09-09T18:23:49.161Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-09T18:23:49.161Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_sni_test.go:18: Flakey test [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-09T18:23:49.161Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-09T18:23:49.161Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.161Z] [2020-09-09T18:23:49.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-09T18:23:49.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-09-09T18:23:49.162Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-09T18:23:49.162Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-09T18:23:49.162Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-09-09T18:23:49.162Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-09T18:23:49.162Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-09T18:23:49.162Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-09T18:23:49.162Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-09T18:23:49.162Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-09T18:23:49.162Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-09T18:23:49.162Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-09T18:23:49.162Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.162Z] [2020-09-09T18:23:49.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-09T18:23:49.163Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-09T18:23:49.163Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-09T18:23:49.163Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-09T18:23:49.163Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-09T18:23:49.163Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-09T18:23:49.163Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-09-09T18:23:49.163Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2020-09-09T18:23:49.163Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-09-09T18:23:49.163Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.163Z] [2020-09-09T18:23:49.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-09T18:23:49.164Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-09T18:23:49.164Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-09T18:23:49.164Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.164Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-09T18:23:49.165Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.165Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-09-09T18:23:49.166Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-09T18:23:49.166Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-09T18:23:49.166Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-09T18:23:49.166Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.166Z] [2020-09-09T18:23:49.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-09T18:23:49.166Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-09T18:23:49.167Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-09T18:23:49.167Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.167Z] [2020-09-09T18:23:49.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-09T18:23:49.168Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-09-09T18:23:49.168Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] DONE 1096 tests, 549 skipped in 2087.431s [2020-09-09T18:23:49.168Z] INFO: Integration tests ended at 09/09/2020 18:23:35. Duration:00:34:47.6705521 [2020-09-09T18:23:49.168Z] INFO: Docker info of the daemon under test at end of run [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] Containers: 2 [2020-09-09T18:23:49.168Z] Running: 0 [2020-09-09T18:23:49.168Z] Paused: 0 [2020-09-09T18:23:49.168Z] Stopped: 2 [2020-09-09T18:23:49.168Z] Images: 15 [2020-09-09T18:23:49.168Z] Server Version: 0.0.0-dev [2020-09-09T18:23:49.168Z] Storage Driver: windowsfilter [2020-09-09T18:23:49.168Z] Windows: [2020-09-09T18:23:49.168Z] Logging Driver: json-file [2020-09-09T18:23:49.168Z] Plugins: [2020-09-09T18:23:49.168Z] Volume: local [2020-09-09T18:23:49.168Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-09T18:23:49.168Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-09T18:23:49.168Z] Swarm: inactive [2020-09-09T18:23:49.168Z] Default Isolation: process [2020-09-09T18:23:49.168Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-09T18:23:49.168Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-09T18:23:49.168Z] OSType: windows [2020-09-09T18:23:49.168Z] Architecture: x86_64 [2020-09-09T18:23:49.168Z] CPUs: 4 [2020-09-09T18:23:49.168Z] Total Memory: 32GiB [2020-09-09T18:23:49.168Z] Name: azwin-2-5bb1e0 [2020-09-09T18:23:49.168Z] ID: AOU6:4O5D:4BHT:VPXV:FSNG:KY3D:K3VX:65CW:EBOK:X7MW:E2NH:7PDY [2020-09-09T18:23:49.168Z] Docker Root Dir: D:\CI\PR-41411\2\daemon [2020-09-09T18:23:49.168Z] Debug Mode (client): false [2020-09-09T18:23:49.168Z] Debug Mode (server): true [2020-09-09T18:23:49.168Z] File Descriptors: -1 [2020-09-09T18:23:49.168Z] Goroutines: 18 [2020-09-09T18:23:49.168Z] System Time: 2020-09-09T18:23:35.1804466Z [2020-09-09T18:23:49.168Z] EventsListeners: 0 [2020-09-09T18:23:49.168Z] Registry: https://index.docker.io/v1/ [2020-09-09T18:23:49.168Z] Labels: [2020-09-09T18:23:49.168Z] Experimental: false [2020-09-09T18:23:49.168Z] Insecure Registries: [2020-09-09T18:23:49.168Z] 127.0.0.0/8 [2020-09-09T18:23:49.168Z] Live Restore Enabled: false [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] [2020-09-09T18:23:49.168Z] INFO: Stopping daemon under test [2020-09-09T18:23:49.168Z] SUCCESS: The process with PID 6072 (child process of PID 4576) has been terminated. [2020-09-09T18:23:49.168Z] SUCCESS: The process with PID 4576 (child process of PID 1720) has been terminated. [2020-09-09T18:23:49.168Z] INFO: Stop tailing logs of the daemon under tests [2020-09-09T18:23:49.168Z] INFO: executeCI.ps1 Completed successfully at 09/09/2020 18:23:35. [2020-09-09T18:23:49.168Z] INFO: Tidying up at end of run [2020-09-09T18:23:49.168Z] INFO: Saving daemon under test log (d:\CI\PR-41411\2\dut.out) to C:\windows\TEMP\CIDUT.out [2020-09-09T18:23:49.168Z] INFO: Saving daemon under test log (d:\CI\PR-41411\2\dut.err) to C:\windows\TEMP\CIDUT.err [2020-09-09T18:23:49.168Z] INFO: Nuke-Everything... [2020-09-09T18:23:49.168Z] INFO: Container count on control daemon to delete is 2 [2020-09-09T18:23:49.168Z] 64ba2da7c10e [2020-09-09T18:23:49.168Z] 300fe4086f09 [2020-09-09T18:23:49.168Z] INFO: Tidying pidfile d:\CI\PR-41411\2\docker.pid [2020-09-09T18:23:49.168Z] INFO: Nuking d:\CI [2020-09-09T18:24:01.593Z] INFO: Zapped successfully [2020-09-09T18:24:01.593Z] [2020-09-09T18:24:01.593Z] INFO: executeCI.ps1 exiting at Wed Sep 9 18:23:59 CUT 2020. Duration 00:55:02.4728861 [2020-09-09T18:24:01.593Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-09-09T18:24:01.839Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-09-09T18:24:09.475Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-09-09T18:24:11.236Z] Archiving artifacts [2020-09-09T18:24:25.223Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41411/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-09T18:24:26.157Z] + make clean [2020-09-09T18:24:28.351Z] docker volume rm -f docker-dev-cache [2020-09-09T18:24:28.351Z] 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