Pull request #41447 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 41be7293f54f15dc04f024bf2b0f09e1a697208b+f416e99a0574290f0fb65708b5f6a086182a14d0 (0961db7b04635de0cd2b8b870107b7361b192174) 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-14T12:51:23.559Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-09-14T12:51:23.564Z] Trying to pass milestone 1 [Pipeline] milestone [2020-09-14T12:51:23.609Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-09-14T12:51:23.812Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05d8b3d414ec20004) in /home/ubuntu/workspace/moby_PR-41447 [Pipeline] { [Pipeline] checkout [2020-09-14T12:51:23.872Z] using credential docker-jenkins-github-credentials [2020-09-14T12:51:23.894Z] Fetching changes from the remote Git repository [2020-09-14T12:51:23.903Z] Fetching without tags [2020-09-14T12:51:23.876Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-14T12:51:23.894Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:51:23.908Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:51:23.908Z] > git --version # timeout=10 [2020-09-14T12:51:23.913Z] > git --version # 'git version 2.17.1' [2020-09-14T12:51:23.913Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:23.914Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:51:36.851Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:37.411Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:37.411Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:51:37.814Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:51:37.836Z] First time build. Skipping changelog. [2020-09-14T12:51:36.851Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:36.856Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:37.377Z] > git remote # timeout=10 [2020-09-14T12:51:37.381Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:51:37.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:37.387Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:51:37.396Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:51:37.411Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:37.419Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:37.816Z] > git rev-list --no-walk 3dea0dc61c3979cec61baa9b198ebdb774f78869 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-14T12:51:38.576Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41447:/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-14T12:51:38.576Z] Unable to find image 'alpine:latest' locally [2020-09-14T12:51:38.576Z] latest: Pulling from library/alpine [2020-09-14T12:51:38.576Z] df20fa9351a1: Pulling fs layer [2020-09-14T12:51:38.836Z] df20fa9351a1: Download complete [2020-09-14T12:51:38.836Z] df20fa9351a1: Pull complete [2020-09-14T12:51:38.836Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-14T12:51:38.836Z] Status: Downloaded newer image for alpine:latest [2020-09-14T12:51:41.371Z] 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-14T12:51:41.601Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e8e79e9d25a6c2db) in /home/ubuntu/workspace/moby_PR-41447 [2020-09-14T12:51:41.602Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05d8b3d414ec20004) in /home/ubuntu/workspace/moby_PR-41447 [Pipeline] node [Pipeline] node [2020-09-14T12:51:41.603Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41447 [Pipeline] node [2020-09-14T12:51:41.606Z] Running on ppc64le-ubuntu-15 in /home/docker/workspace/moby_PR-41447 [2020-09-14T12:51:41.606Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0ce1030aea2efcbb0) in /home/ubuntu/workspace/moby_PR-41447 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2020-09-14T12:51:41.691Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-09-14T12:51:41.700Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-09-14T12:51:41.703Z] Fetching changes from the remote Git repository [Pipeline] checkout [2020-09-14T12:51:41.712Z] Fetching without tags [2020-09-14T12:51:41.712Z] Fetching changes from the remote Git repository [2020-09-14T12:51:41.723Z] Fetching without tags [Pipeline] // stage [2020-09-14T12:51:41.724Z] using credential docker-jenkins-github-credentials [2020-09-14T12:51:41.734Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-09-14T12:51:41.740Z] using credential docker-jenkins-github-credentials [2020-09-14T12:51:41.741Z] Fetching without tags [2020-09-14T12:51:41.753Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-09-14T12:51:41.756Z] Fetching changes from the remote Git repository [2020-09-14T12:51:41.771Z] Fetching changes from the remote Git repository [Pipeline] stage [2020-09-14T12:51:41.772Z] Fetching without tags [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2020-09-14T12:51:41.786Z] Fetching without tags [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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-09-14T12:51:42.002Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:42.399Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:42.399Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:51:42.452Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:51:41.683Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-14T12:51:41.690Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:51:41.700Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:51:41.700Z] > git --version # timeout=10 [2020-09-14T12:51:41.704Z] > git --version # 'git version 2.17.1' [2020-09-14T12:51:41.704Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:41.705Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:51:41.704Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-14T12:51:41.712Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:51:41.723Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:51:41.723Z] > git --version # timeout=10 [2020-09-14T12:51:41.730Z] > git --version # 'git version 2.17.1' [2020-09-14T12:51:41.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:41.730Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:51:42.002Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:42.009Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:42.361Z] > git remote # timeout=10 [2020-09-14T12:51:42.363Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:51:42.374Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:42.375Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:51:42.391Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:51:42.399Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:42.402Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:41.752Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-14T12:51:41.759Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:51:41.767Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:51:41.767Z] > git --version # timeout=10 [2020-09-14T12:51:41.771Z] > git --version # 'git version 2.7.4' [2020-09-14T12:51:41.771Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:41.772Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:51:41.750Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-14T12:51:41.762Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:51:41.779Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:51:41.779Z] > git --version # timeout=10 [2020-09-14T12:51:41.781Z] > git --version # 'git version 2.17.1' [2020-09-14T12:51:41.781Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:41.781Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:51:41.762Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-14T12:51:41.777Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:51:41.793Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:51:41.793Z] > git --version # timeout=10 [2020-09-14T12:51:41.795Z] > git --version # 'git version 2.7.4' [2020-09-14T12:51:41.796Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:41.797Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-14T12:51:43.346Z] + [ PR != PR ] [2020-09-14T12:51:43.346Z] + [ master != master ] [2020-09-14T12:51:43.346Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-14T12:51:43.694Z] + docker version [2020-09-14T12:51:43.695Z] Client: Docker Engine - Community [2020-09-14T12:51:43.695Z] Version: 19.03.12 [2020-09-14T12:51:43.695Z] API version: 1.40 [2020-09-14T12:51:43.695Z] Go version: go1.13.10 [2020-09-14T12:51:43.695Z] Git commit: 48a66213fe [2020-09-14T12:51:43.695Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-14T12:51:43.695Z] OS/Arch: linux/amd64 [2020-09-14T12:51:43.695Z] Experimental: false [2020-09-14T12:51:43.695Z] [2020-09-14T12:51:43.695Z] Server: Docker Engine - Community [2020-09-14T12:51:43.695Z] Engine: [2020-09-14T12:51:43.695Z] Version: 19.03.12 [2020-09-14T12:51:43.695Z] API version: 1.40 (minimum version 1.12) [2020-09-14T12:51:43.695Z] Go version: go1.13.10 [2020-09-14T12:51:43.695Z] Git commit: 48a66213fe [2020-09-14T12:51:43.695Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-14T12:51:43.695Z] OS/Arch: linux/amd64 [2020-09-14T12:51:43.695Z] Experimental: true [2020-09-14T12:51:43.695Z] containerd: [2020-09-14T12:51:43.695Z] Version: 1.2.13 [2020-09-14T12:51:43.695Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:43.695Z] runc: [2020-09-14T12:51:43.695Z] Version: 1.0.0-rc10 [2020-09-14T12:51:43.695Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:43.695Z] docker-init: [2020-09-14T12:51:43.695Z] Version: 0.18.0 [2020-09-14T12:51:43.695Z] GitCommit: fec3683 [Pipeline] sh [2020-09-14T12:51:43.978Z] + docker info [2020-09-14T12:51:44.549Z] Client: [2020-09-14T12:51:44.549Z] Debug Mode: false [2020-09-14T12:51:44.549Z] [2020-09-14T12:51:44.549Z] Server: [2020-09-14T12:51:44.549Z] Containers: 0 [2020-09-14T12:51:44.549Z] Running: 0 [2020-09-14T12:51:44.549Z] Paused: 0 [2020-09-14T12:51:44.549Z] Stopped: 0 [2020-09-14T12:51:44.549Z] Images: 3 [2020-09-14T12:51:44.549Z] Server Version: 19.03.12 [2020-09-14T12:51:44.549Z] Storage Driver: overlay2 [2020-09-14T12:51:44.549Z] Backing Filesystem: extfs [2020-09-14T12:51:44.549Z] Supports d_type: true [2020-09-14T12:51:44.549Z] Native Overlay Diff: true [2020-09-14T12:51:44.549Z] Logging Driver: json-file [2020-09-14T12:51:44.549Z] Cgroup Driver: cgroupfs [2020-09-14T12:51:44.549Z] Plugins: [2020-09-14T12:51:44.549Z] Volume: local [2020-09-14T12:51:44.549Z] Network: bridge host ipvlan macvlan null overlay [2020-09-14T12:51:44.549Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-14T12:51:44.549Z] Swarm: inactive [2020-09-14T12:51:44.549Z] Runtimes: runc [2020-09-14T12:51:44.549Z] Default Runtime: runc [2020-09-14T12:51:44.549Z] Init Binary: docker-init [2020-09-14T12:51:44.549Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:44.549Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:44.549Z] init version: fec3683 [2020-09-14T12:51:44.549Z] Security Options: [2020-09-14T12:51:44.549Z] apparmor [2020-09-14T12:51:44.549Z] seccomp [2020-09-14T12:51:44.549Z] Profile: default [2020-09-14T12:51:44.549Z] Kernel Version: 5.3.0-1035-aws [2020-09-14T12:51:44.549Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-14T12:51:44.549Z] OSType: linux [2020-09-14T12:51:44.549Z] Architecture: x86_64 [2020-09-14T12:51:44.549Z] CPUs: 2 [2020-09-14T12:51:44.549Z] Total Memory: 7.487GiB [2020-09-14T12:51:44.549Z] Name: ip-10-100-40-174 [2020-09-14T12:51:44.549Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-14T12:51:44.549Z] Docker Root Dir: /var/lib/docker [2020-09-14T12:51:44.549Z] Debug Mode: false [2020-09-14T12:51:44.549Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:51:44.549Z] Labels: [2020-09-14T12:51:44.549Z] Experimental: true [2020-09-14T12:51:44.549Z] Insecure Registries: [2020-09-14T12:51:44.549Z] 127.0.0.0/8 [2020-09-14T12:51:44.549Z] Live Restore Enabled: true [2020-09-14T12:51:44.549Z] [2020-09-14T12:51:44.549Z] WARNING: No swap limit support [Pipeline] sh [2020-09-14T12:51:44.829Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:44.829Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:44.829Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41447/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-14T12:51:46.731Z] + bash /home/ubuntu/workspace/moby_PR-41447/check-config.sh [2020-09-14T12:51:46.731Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-14T12:51:46.731Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-14T12:51:46.731Z] [2020-09-14T12:51:46.731Z] Generally Necessary: [2020-09-14T12:51:46.731Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-14T12:51:46.731Z] - apparmor: enabled and tools installed [2020-09-14T12:51:46.731Z] - CONFIG_NAMESPACES: enabled [2020-09-14T12:51:46.731Z] - CONFIG_NET_NS: enabled [2020-09-14T12:51:46.731Z] - CONFIG_PID_NS: enabled [2020-09-14T12:51:46.731Z] - CONFIG_IPC_NS: enabled [2020-09-14T12:51:46.731Z] - CONFIG_UTS_NS: enabled [2020-09-14T12:51:46.731Z] - CONFIG_CGROUPS: enabled [2020-09-14T12:51:46.731Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-14T12:51:46.731Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-14T12:51:46.731Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-14T12:51:46.731Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-14T12:51:46.731Z] - CONFIG_CPUSETS: enabled [2020-09-14T12:51:46.732Z] - CONFIG_MEMCG: enabled [2020-09-14T12:51:46.732Z] - CONFIG_KEYS: enabled [2020-09-14T12:51:46.732Z] - CONFIG_VETH: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-14T12:51:46.732Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-14T12:51:46.732Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-14T12:51:46.732Z] [2020-09-14T12:51:46.732Z] Optional Features: [2020-09-14T12:51:46.732Z] - CONFIG_USER_NS: enabled [2020-09-14T12:51:46.732Z] - CONFIG_SECCOMP: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-14T12:51:46.732Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-14T12:51:46.732Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-14T12:51:46.732Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-14T12:51:46.732Z] - CONFIG_BLK_CGROUP: enabled [2020-09-14T12:51:46.732Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-14T12:51:46.732Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-14T12:51:46.732Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-14T12:51:46.732Z] - CONFIG_CGROUP_PERF: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-14T12:51:46.732Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-14T12:51:46.732Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-14T12:51:46.732Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-14T12:51:46.732Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_IP_VS: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-14T12:51:46.732Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-14T12:51:46.732Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-14T12:51:46.732Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_EXT4_FS: enabled [2020-09-14T12:51:46.732Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-14T12:51:46.732Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-14T12:51:46.732Z] - Network Drivers: [2020-09-14T12:51:46.732Z] - "overlay": [2020-09-14T12:51:46.732Z] - CONFIG_VXLAN: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-14T12:51:46.732Z] Optional (for encrypted networks): [2020-09-14T12:51:46.732Z] - CONFIG_CRYPTO: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-14T12:51:46.732Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-14T12:51:46.732Z] - CONFIG_XFRM: enabled [2020-09-14T12:51:46.732Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-14T12:51:46.732Z] - "ipvlan": [2020-09-14T12:51:46.732Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-14T12:51:46.732Z] - "macvlan": [2020-09-14T12:51:46.732Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_DUMMY: enabled (as module) [2020-09-14T12:51:46.732Z] - "ftp,tftp client in container": [2020-09-14T12:51:46.732Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-14T12:51:46.732Z] - Storage Drivers: [2020-09-14T12:51:46.732Z] - "aufs": [2020-09-14T12:51:46.732Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-14T12:51:46.732Z] - "btrfs": [2020-09-14T12:51:46.732Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-14T12:51:46.732Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-14T12:51:46.732Z] - "devicemapper": [2020-09-14T12:51:46.732Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-14T12:51:46.732Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-14T12:51:46.732Z] - "overlay": [2020-09-14T12:51:46.990Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-14T12:51:46.990Z] - "zfs": [2020-09-14T12:51:46.990Z] - /dev/zfs: present [2020-09-14T12:51:46.990Z] - zfs command: missing [2020-09-14T12:51:46.990Z] - zpool command: missing [2020-09-14T12:51:46.990Z] [2020-09-14T12:51:46.990Z] Limits: [2020-09-14T12:51:46.990Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-14T12:51:46.990Z] [2020-09-14T12:51:46.990Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-14T12:51:47.321Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:41be7293f54f15dc04f024bf2b0f09e1a697208b . [2020-09-14T12:51:47.321Z] #2 [internal] load .dockerignore [2020-09-14T12:51:47.321Z] #2 transferring context: 87B done [2020-09-14T12:51:47.321Z] #2 DONE 0.0s [2020-09-14T12:51:47.321Z] [2020-09-14T12:51:47.321Z] #1 [internal] load build definition from Dockerfile [2020-09-14T12:51:47.321Z] #1 transferring dockerfile: 16.37kB done [2020-09-14T12:51:47.321Z] #1 DONE 0.0s [2020-09-14T12:51:47.321Z] [2020-09-14T12:51:47.321Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-14T12:51:47.581Z] #3 DONE 0.2s [2020-09-14T12:51:47.581Z] [2020-09-14T12:51:47.581Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-14T12:51:47.581Z] #4 CACHED [2020-09-14T12:51:47.581Z] [2020-09-14T12:51:47.581Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:51:47.839Z] #5 DONE 0.1s [2020-09-14T12:51:47.839Z] [2020-09-14T12:51:47.839Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-14T12:51:47.839Z] #6 DONE 0.1s [2020-09-14T12:51:47.839Z] [2020-09-14T12:51:47.839Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-14T12:51:47.839Z] #58 DONE 0.0s [2020-09-14T12:51:47.839Z] [2020-09-14T12:51:47.839Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:51:47.839Z] #7 DONE 0.0s [2020-09-14T12:51:47.839Z] [2020-09-14T12:51:47.839Z] #20 [internal] load build context [2020-09-14T12:51:49.222Z] #20 transferring context: 51.55MB 1.2s done [2020-09-14T12:51:49.222Z] #20 DONE 1.3s [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #57 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-14T12:51:49.222Z] #16 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #53 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:49.222Z] #52 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:49.222Z] #54 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:49.222Z] #43 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #48 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:49.222Z] #49 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:51:49.222Z] #17 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-14T12:51:49.222Z] #56 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #29 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:51:49.222Z] #38 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-14T12:51:49.222Z] #55 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:51:49.222Z] #10 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-14T12:51:49.222Z] #14 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T12:51:49.222Z] #24 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #61 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #31 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-14T12:51:49.222Z] #40 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:51:49.222Z] #25 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:49.222Z] #47 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-14T12:51:49.222Z] #18 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:49.222Z] #30 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-14T12:51:49.222Z] #59 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-14T12:51:49.222Z] #9 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-14T12:51:49.222Z] #13 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #42 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:51:49.222Z] #19 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-14T12:51:49.222Z] #26 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #46 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:51:49.222Z] #32 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-14T12:51:49.222Z] #44 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-14T12:51:49.222Z] #8 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:49.222Z] #45 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:49.222Z] #60 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:51:49.222Z] #36 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-14T12:51:49.222Z] #15 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-14T12:51:49.222Z] #11 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-14T12:51:49.222Z] #35 CACHED [2020-09-14T12:51:49.222Z] [2020-09-14T12:51:49.222Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-14T12:51:49.223Z] #50 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-14T12:51:49.223Z] #27 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:49.223Z] #33 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:51:49.223Z] #23 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:51:49.223Z] #28 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-14T12:51:49.223Z] #12 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-14T12:51:49.223Z] #34 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:49.223Z] #41 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-14T12:51:49.223Z] #37 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:49.223Z] #21 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:51:49.223Z] #39 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:51:49.223Z] #51 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-14T12:51:49.223Z] #22 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-14T12:51:49.223Z] #62 CACHED [2020-09-14T12:51:49.223Z] [2020-09-14T12:51:49.223Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-14T12:51:50.160Z] #63 DONE 0.9s [2020-09-14T12:51:50.160Z] [2020-09-14T12:51:50.160Z] #64 exporting to image [2020-09-14T12:51:50.160Z] #64 exporting layers [2020-09-14T12:51:50.726Z] #64 exporting layers 0.8s done [2020-09-14T12:51:50.726Z] #64 writing image sha256:414fa7d037b73fdd0c0e814a196d4416c0c291600effe1b3e04dbf42e17ea1f6 [2020-09-14T12:51:50.726Z] #64 writing image sha256:414fa7d037b73fdd0c0e814a196d4416c0c291600effe1b3e04dbf42e17ea1f6 done [2020-09-14T12:51:50.726Z] #64 naming to docker.io/library/docker:41be7293f54f15dc04f024bf2b0f09e1a697208b done [2020-09-14T12:51:50.726Z] #64 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-09-14T12:51:50.892Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:51.057Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41447/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/validate/default [2020-09-14T12:51:50.898Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:50.900Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:51.414Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:51.414Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:51:51.778Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:51:51.993Z] Congratulations! All commits are properly signed with the DCO! [2020-09-14T12:51:51.993Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-09-14T12:51:51.993Z] No api/types/ or api/swagger.yaml changes in diff. [2020-09-14T12:51:51.993Z] Congratulations! All TOML source files changed here have valid syntax. [2020-09-14T12:51:51.993Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-09-14T12:51:51.993Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-09-14T12:51:51.993Z] Congratulations! No new tests were added to integration-cli. [2020-09-14T12:51:51.993Z] [2020-09-14T12:51:51.993Z] INFO Start validation with golang-ci-lint [2020-09-14T12:51:52.252Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-09-14T12:51:52.252Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-14T12:51:52.252Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-14T12:51:52.684Z] + docker version [2020-09-14T12:51:52.684Z] Client: Docker Engine - Community [2020-09-14T12:51:52.684Z] Version: 19.03.7 [2020-09-14T12:51:52.684Z] API version: 1.40 [2020-09-14T12:51:52.684Z] Go version: go1.12.17 [2020-09-14T12:51:52.684Z] Git commit: 7141c199a2 [2020-09-14T12:51:52.684Z] Built: Sat Mar 7 16:48:47 2020 [2020-09-14T12:51:52.684Z] OS/Arch: linux/s390x [2020-09-14T12:51:52.684Z] Experimental: false [2020-09-14T12:51:52.684Z] [2020-09-14T12:51:52.684Z] Server: Docker Engine - Community [2020-09-14T12:51:52.684Z] Engine: [2020-09-14T12:51:52.684Z] Version: 19.03.7 [2020-09-14T12:51:52.684Z] API version: 1.40 (minimum version 1.12) [2020-09-14T12:51:52.684Z] Go version: go1.12.17 [2020-09-14T12:51:52.684Z] Git commit: 7141c199a2 [2020-09-14T12:51:52.684Z] Built: Sat Mar 7 16:47:46 2020 [2020-09-14T12:51:52.684Z] OS/Arch: linux/s390x [2020-09-14T12:51:52.684Z] Experimental: true [2020-09-14T12:51:52.684Z] containerd: [2020-09-14T12:51:52.684Z] Version: 1.2.13 [2020-09-14T12:51:52.684Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:52.684Z] runc: [2020-09-14T12:51:52.684Z] Version: 1.0.0-rc10 [2020-09-14T12:51:52.684Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:52.684Z] docker-init: [2020-09-14T12:51:52.684Z] Version: 0.18.0 [2020-09-14T12:51:52.684Z] GitCommit: fec3683 [2020-09-14T12:51:51.386Z] > git remote # timeout=10 [2020-09-14T12:51:51.387Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:51:51.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:51.389Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:51:51.408Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:51:51.420Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:51.421Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [Pipeline] sh [2020-09-14T12:51:53.078Z] + docker info [2020-09-14T12:51:53.370Z] Client: [2020-09-14T12:51:53.370Z] Debug Mode: false [2020-09-14T12:51:53.370Z] [2020-09-14T12:51:53.370Z] Server: [2020-09-14T12:51:53.370Z] Containers: 0 [2020-09-14T12:51:53.370Z] Running: 0 [2020-09-14T12:51:53.370Z] Paused: 0 [2020-09-14T12:51:53.370Z] Stopped: 0 [2020-09-14T12:51:53.370Z] Images: 2 [2020-09-14T12:51:53.370Z] Server Version: 19.03.7 [2020-09-14T12:51:53.370Z] Storage Driver: overlay2 [2020-09-14T12:51:53.370Z] Backing Filesystem: [2020-09-14T12:51:53.370Z] Supports d_type: true [2020-09-14T12:51:53.370Z] Native Overlay Diff: true [2020-09-14T12:51:53.370Z] Logging Driver: json-file [2020-09-14T12:51:53.370Z] Cgroup Driver: cgroupfs [2020-09-14T12:51:53.370Z] Plugins: [2020-09-14T12:51:53.370Z] Volume: local [2020-09-14T12:51:53.370Z] Network: bridge host ipvlan macvlan null overlay [2020-09-14T12:51:53.370Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-14T12:51:53.370Z] Swarm: inactive [2020-09-14T12:51:53.370Z] Runtimes: runc [2020-09-14T12:51:53.370Z] Default Runtime: runc [2020-09-14T12:51:53.370Z] Init Binary: docker-init [2020-09-14T12:51:53.370Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:53.370Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:53.370Z] init version: fec3683 [2020-09-14T12:51:53.370Z] Security Options: [2020-09-14T12:51:53.370Z] apparmor [2020-09-14T12:51:53.370Z] seccomp [2020-09-14T12:51:53.370Z] Profile: default [2020-09-14T12:51:53.370Z] Kernel Version: 4.15.0-91-generic [2020-09-14T12:51:53.370Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-14T12:51:53.370Z] OSType: linux [2020-09-14T12:51:53.370Z] Architecture: s390x [2020-09-14T12:51:53.370Z] CPUs: 2 [2020-09-14T12:51:53.370Z] Total Memory: 7.861GiB [2020-09-14T12:51:53.370Z] Name: s390x-ubuntu-16 [2020-09-14T12:51:53.370Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-09-14T12:51:53.370Z] Docker Root Dir: /var/lib/docker [2020-09-14T12:51:53.370Z] Debug Mode: false [2020-09-14T12:51:53.370Z] Username: dockerbuildbot [2020-09-14T12:51:53.370Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:51:53.370Z] Labels: [2020-09-14T12:51:53.370Z] Experimental: true [2020-09-14T12:51:53.370Z] Insecure Registries: [2020-09-14T12:51:53.370Z] 127.0.0.0/8 [2020-09-14T12:51:53.370Z] Live Restore Enabled: false [2020-09-14T12:51:53.370Z] [2020-09-14T12:51:53.370Z] WARNING: No swap limit support [Pipeline] sh [2020-09-14T12:51:53.745Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:53.745Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:53.745Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41447/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-14T12:51:53.745Z] + bash /home/jenkins/workspace/moby_PR-41447/check-config.sh [2020-09-14T12:51:53.745Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-14T12:51:53.745Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-09-14T12:51:53.745Z] [2020-09-14T12:51:53.745Z] Generally Necessary: [2020-09-14T12:51:53.745Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-14T12:51:53.745Z] - apparmor: enabled and tools installed [2020-09-14T12:51:53.745Z] - CONFIG_NAMESPACES: enabled [2020-09-14T12:51:53.745Z] - CONFIG_NET_NS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_PID_NS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_IPC_NS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_UTS_NS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_CGROUPS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-14T12:51:53.745Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-14T12:51:53.745Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-14T12:51:53.745Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-14T12:51:53.745Z] - CONFIG_CPUSETS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_MEMCG: enabled [2020-09-14T12:51:53.745Z] - CONFIG_KEYS: enabled [2020-09-14T12:51:53.745Z] - CONFIG_VETH: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-14T12:51:53.745Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-14T12:51:54.037Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-14T12:51:54.037Z] [2020-09-14T12:51:54.037Z] Optional Features: [2020-09-14T12:51:54.037Z] - CONFIG_USER_NS: enabled [2020-09-14T12:51:54.037Z] - CONFIG_SECCOMP: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-14T12:51:54.037Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-14T12:51:54.037Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-14T12:51:54.037Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-14T12:51:54.037Z] - CONFIG_BLK_CGROUP: enabled [2020-09-14T12:51:54.037Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-14T12:51:54.037Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CGROUP_PERF: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-14T12:51:54.037Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-14T12:51:54.037Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-14T12:51:54.037Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-14T12:51:54.037Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_IP_VS: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-14T12:51:54.037Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-14T12:51:54.037Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-14T12:51:54.037Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_EXT4_FS: enabled [2020-09-14T12:51:54.037Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-14T12:51:54.037Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-14T12:51:54.037Z] - Network Drivers: [2020-09-14T12:51:54.037Z] - "overlay": [2020-09-14T12:51:54.037Z] - CONFIG_VXLAN: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-14T12:51:54.037Z] Optional (for encrypted networks): [2020-09-14T12:51:54.037Z] - CONFIG_CRYPTO: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-14T12:51:54.037Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-14T12:51:54.037Z] - CONFIG_XFRM: enabled [2020-09-14T12:51:54.037Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-14T12:51:54.037Z] - "ipvlan": [2020-09-14T12:51:54.037Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-14T12:51:54.037Z] - "macvlan": [2020-09-14T12:51:54.037Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_DUMMY: enabled (as module) [2020-09-14T12:51:54.037Z] - "ftp,tftp client in container": [2020-09-14T12:51:54.037Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-14T12:51:54.037Z] - Storage Drivers: [2020-09-14T12:51:54.037Z] - "aufs": [2020-09-14T12:51:54.037Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-14T12:51:54.037Z] - "btrfs": [2020-09-14T12:51:54.037Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-14T12:51:54.037Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-14T12:51:54.037Z] - "devicemapper": [2020-09-14T12:51:54.037Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-14T12:51:54.037Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-14T12:51:54.037Z] - "overlay": [2020-09-14T12:51:54.037Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-14T12:51:54.037Z] - "zfs": [2020-09-14T12:51:54.037Z] - /dev/zfs: missing [2020-09-14T12:51:54.037Z] - zfs command: missing [2020-09-14T12:51:54.037Z] - zpool command: missing [2020-09-14T12:51:54.037Z] [2020-09-14T12:51:54.037Z] Limits: [2020-09-14T12:51:54.037Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-14T12:51:54.037Z] [2020-09-14T12:51:54.037Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-14T12:51:54.462Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:41be7293f54f15dc04f024bf2b0f09e1a697208b . [2020-09-14T12:51:54.462Z] #1 [internal] load .dockerignore [2020-09-14T12:51:54.462Z] #1 transferring context: 87B done [2020-09-14T12:51:54.462Z] #1 DONE 0.0s [2020-09-14T12:51:54.462Z] [2020-09-14T12:51:54.462Z] #2 [internal] load build definition from Dockerfile [2020-09-14T12:51:54.462Z] #2 transferring dockerfile: 16.37kB done [2020-09-14T12:51:54.462Z] #2 DONE 0.0s [2020-09-14T12:51:54.462Z] [2020-09-14T12:51:54.462Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-14T12:51:54.753Z] #3 DONE 0.2s [2020-09-14T12:51:54.753Z] [2020-09-14T12:51:54.753Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-14T12:51:54.753Z] #4 CACHED [2020-09-14T12:51:55.027Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:55.384Z] [2020-09-14T12:51:55.384Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:51:55.384Z] #6 ... [2020-09-14T12:51:55.384Z] [2020-09-14T12:51:55.384Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-14T12:51:55.384Z] #5 DONE 0.1s [2020-09-14T12:51:55.384Z] [2020-09-14T12:51:55.384Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:51:55.384Z] #6 DONE 0.1s [2020-09-14T12:51:55.384Z] [2020-09-14T12:51:55.384Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-14T12:51:55.384Z] #58 DONE 0.0s [2020-09-14T12:51:55.384Z] [2020-09-14T12:51:55.384Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:51:55.384Z] #7 DONE 0.0s [2020-09-14T12:51:55.384Z] [2020-09-14T12:51:55.384Z] #20 [internal] load build context [2020-09-14T12:51:55.565Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:55.566Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:51:55.014Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:55.019Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:55.532Z] > git remote # timeout=10 [2020-09-14T12:51:55.537Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:51:55.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:55.539Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:51:55.545Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:51:55.553Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:55.558Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:56.019Z] #20 transferring context: 51.55MB 0.7s done [2020-09-14T12:51:56.019Z] #20 DONE 0.7s [2020-09-14T12:51:56.048Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:51:56.106Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #50 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:56.309Z] #49 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #48 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:51:56.309Z] #17 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:56.309Z] #43 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-14T12:51:56.309Z] #35 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:51:56.309Z] #19 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #57 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #42 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #29 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-14T12:51:56.309Z] #59 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:51:56.309Z] #38 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-14T12:51:56.309Z] #26 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #34 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:56.309Z] #41 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-14T12:51:56.309Z] #56 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-14T12:51:56.309Z] #9 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:56.309Z] #45 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-14T12:51:56.309Z] #8 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:56.309Z] #30 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-14T12:51:56.309Z] #13 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:51:56.309Z] #39 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:56.309Z] #33 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-14T12:51:56.309Z] #16 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:51:56.309Z] #10 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-14T12:51:56.309Z] #40 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-14T12:51:56.309Z] #14 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:56.309Z] #21 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:51:56.309Z] #28 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:51:56.309Z] #23 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-14T12:51:56.309Z] #18 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #44 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:51:56.309Z] #51 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-14T12:51:56.309Z] #15 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:51:56.309Z] #32 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #53 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:56.309Z] #54 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:56.309Z] #60 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #37 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:56.309Z] #47 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-14T12:51:56.309Z] #55 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-14T12:51:56.309Z] #11 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-14T12:51:56.309Z] #46 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-14T12:51:56.309Z] #22 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T12:51:56.309Z] #24 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-14T12:51:56.309Z] #12 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:56.309Z] #52 CACHED [2020-09-14T12:51:56.309Z] [2020-09-14T12:51:56.309Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-14T12:51:56.309Z] #27 CACHED [2020-09-14T12:51:56.310Z] [2020-09-14T12:51:56.310Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-14T12:51:56.310Z] #61 CACHED [2020-09-14T12:51:56.310Z] [2020-09-14T12:51:56.310Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-14T12:51:56.310Z] #31 CACHED [2020-09-14T12:51:56.310Z] [2020-09-14T12:51:56.310Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:51:56.310Z] #36 CACHED [2020-09-14T12:51:56.310Z] [2020-09-14T12:51:56.310Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:51:56.310Z] #25 CACHED [2020-09-14T12:51:56.310Z] [2020-09-14T12:51:56.310Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-14T12:51:56.310Z] #62 CACHED [2020-09-14T12:51:56.310Z] [2020-09-14T12:51:56.310Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-09-14T12:51:56.601Z] Still waiting to schedule task [2020-09-14T12:51:56.601Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-09-14T12:51:56.607Z] Still waiting to schedule task [2020-09-14T12:51:56.607Z] Waiting for next available executor on ‘windows-2019’ [Pipeline] sh [2020-09-14T12:51:56.893Z] + docker version [2020-09-14T12:51:56.893Z] Client: Docker Engine - Community [2020-09-14T12:51:56.893Z] Version: 19.03.12 [2020-09-14T12:51:56.893Z] API version: 1.40 [2020-09-14T12:51:56.893Z] Go version: go1.13.10 [2020-09-14T12:51:56.893Z] Git commit: 48a66213fe [2020-09-14T12:51:56.893Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-14T12:51:56.893Z] OS/Arch: linux/amd64 [2020-09-14T12:51:56.893Z] Experimental: false [2020-09-14T12:51:56.893Z] [2020-09-14T12:51:56.893Z] Server: Docker Engine - Community [2020-09-14T12:51:56.893Z] Engine: [2020-09-14T12:51:56.893Z] Version: 19.03.12 [2020-09-14T12:51:56.893Z] API version: 1.40 (minimum version 1.12) [2020-09-14T12:51:56.893Z] Go version: go1.13.10 [2020-09-14T12:51:56.893Z] Git commit: 48a66213fe [2020-09-14T12:51:56.893Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-14T12:51:56.893Z] OS/Arch: linux/amd64 [2020-09-14T12:51:56.893Z] Experimental: true [2020-09-14T12:51:56.893Z] containerd: [2020-09-14T12:51:56.893Z] Version: 1.2.13 [2020-09-14T12:51:56.893Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:56.893Z] runc: [2020-09-14T12:51:56.893Z] Version: 1.0.0-rc10 [2020-09-14T12:51:56.893Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:56.893Z] docker-init: [2020-09-14T12:51:56.893Z] Version: 0.18.0 [2020-09-14T12:51:56.893Z] GitCommit: fec3683 [Pipeline] sh [2020-09-14T12:51:57.085Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:51:57.086Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:51:57.167Z] + docker info [2020-09-14T12:51:57.167Z] Client: [2020-09-14T12:51:57.167Z] Debug Mode: false [2020-09-14T12:51:57.167Z] [2020-09-14T12:51:57.167Z] Server: [2020-09-14T12:51:57.167Z] Containers: 0 [2020-09-14T12:51:57.167Z] Running: 0 [2020-09-14T12:51:57.168Z] Paused: 0 [2020-09-14T12:51:57.168Z] Stopped: 0 [2020-09-14T12:51:57.168Z] Images: 22 [2020-09-14T12:51:57.168Z] Server Version: 19.03.12 [2020-09-14T12:51:57.168Z] Storage Driver: overlay2 [2020-09-14T12:51:57.168Z] Backing Filesystem: extfs [2020-09-14T12:51:57.168Z] Supports d_type: true [2020-09-14T12:51:57.168Z] Native Overlay Diff: true [2020-09-14T12:51:57.168Z] Logging Driver: json-file [2020-09-14T12:51:57.168Z] Cgroup Driver: cgroupfs [2020-09-14T12:51:57.168Z] Plugins: [2020-09-14T12:51:57.168Z] Volume: local [2020-09-14T12:51:57.168Z] Network: bridge host ipvlan macvlan null overlay [2020-09-14T12:51:57.168Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-14T12:51:57.168Z] Swarm: inactive [2020-09-14T12:51:57.168Z] Runtimes: runc [2020-09-14T12:51:57.168Z] Default Runtime: runc [2020-09-14T12:51:57.168Z] Init Binary: docker-init [2020-09-14T12:51:57.168Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:57.168Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:57.168Z] init version: fec3683 [2020-09-14T12:51:57.168Z] Security Options: [2020-09-14T12:51:57.168Z] apparmor [2020-09-14T12:51:57.168Z] seccomp [2020-09-14T12:51:57.168Z] Profile: default [2020-09-14T12:51:57.168Z] Kernel Version: 5.3.0-1035-aws [2020-09-14T12:51:57.168Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-14T12:51:57.168Z] OSType: linux [2020-09-14T12:51:57.168Z] Architecture: x86_64 [2020-09-14T12:51:57.168Z] CPUs: 2 [2020-09-14T12:51:57.168Z] Total Memory: 7.487GiB [2020-09-14T12:51:57.168Z] Name: ip-10-100-80-199 [2020-09-14T12:51:57.168Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-14T12:51:57.168Z] Docker Root Dir: /var/lib/docker [2020-09-14T12:51:57.168Z] Debug Mode: false [2020-09-14T12:51:57.168Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:51:57.168Z] Labels: [2020-09-14T12:51:57.168Z] Experimental: true [2020-09-14T12:51:57.168Z] Insecure Registries: [2020-09-14T12:51:57.168Z] 127.0.0.0/8 [2020-09-14T12:51:57.168Z] Live Restore Enabled: true [2020-09-14T12:51:57.168Z] [2020-09-14T12:51:57.168Z] WARNING: No swap limit support [Pipeline] sh [2020-09-14T12:51:57.210Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:51:57.341Z] #63 DONE 0.9s [2020-09-14T12:51:57.341Z] [2020-09-14T12:51:57.341Z] #64 exporting to image [2020-09-14T12:51:57.341Z] #64 exporting layers [2020-09-14T12:51:57.486Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:57.486Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:57.486Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41447/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-14T12:51:57.486Z] + bash /home/ubuntu/workspace/moby_PR-41447/check-config.sh [2020-09-14T12:51:57.486Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-14T12:51:57.486Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-14T12:51:57.486Z] [2020-09-14T12:51:57.486Z] Generally Necessary: [2020-09-14T12:51:57.486Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-14T12:51:57.486Z] - apparmor: enabled and tools installed [2020-09-14T12:51:57.486Z] - CONFIG_NAMESPACES: enabled [2020-09-14T12:51:57.486Z] - CONFIG_NET_NS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_PID_NS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_IPC_NS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_UTS_NS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CGROUPS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CPUSETS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_MEMCG: enabled [2020-09-14T12:51:57.486Z] - CONFIG_KEYS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_VETH: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-14T12:51:57.486Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-14T12:51:57.486Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-14T12:51:57.486Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-14T12:51:57.486Z] [2020-09-14T12:51:57.486Z] Optional Features: [2020-09-14T12:51:57.486Z] - CONFIG_USER_NS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_SECCOMP: enabled [2020-09-14T12:51:57.486Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-14T12:51:57.486Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-14T12:51:57.486Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-14T12:51:57.486Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-14T12:51:57.486Z] - CONFIG_BLK_CGROUP: enabled [2020-09-14T12:51:57.486Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-14T12:51:56.131Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:56.135Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:51:57.069Z] > git remote # timeout=10 [2020-09-14T12:51:57.078Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:51:57.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:51:57.087Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:51:57.102Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:51:57.111Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:51:57.115Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-14T12:51:57.743Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-14T12:51:57.743Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-14T12:51:57.743Z] - CONFIG_CGROUP_PERF: enabled [2020-09-14T12:51:57.743Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-14T12:51:57.743Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-14T12:51:57.743Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-14T12:51:57.743Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-14T12:51:57.743Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-14T12:51:57.743Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_IP_VS: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-14T12:51:57.743Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-14T12:51:57.743Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-14T12:51:57.743Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_EXT4_FS: enabled [2020-09-14T12:51:57.743Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-14T12:51:57.743Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-14T12:51:57.743Z] - Network Drivers: [2020-09-14T12:51:57.743Z] - "overlay": [2020-09-14T12:51:57.743Z] - CONFIG_VXLAN: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-14T12:51:57.743Z] Optional (for encrypted networks): [2020-09-14T12:51:57.743Z] - CONFIG_CRYPTO: enabled [2020-09-14T12:51:57.743Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-14T12:51:57.743Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-14T12:51:57.743Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-14T12:51:57.743Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-14T12:51:57.743Z] - CONFIG_XFRM: enabled [2020-09-14T12:51:57.743Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-14T12:51:57.743Z] - "ipvlan": [2020-09-14T12:51:57.743Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-14T12:51:57.743Z] - "macvlan": [2020-09-14T12:51:57.743Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_DUMMY: enabled (as module) [2020-09-14T12:51:57.743Z] - "ftp,tftp client in container": [2020-09-14T12:51:57.743Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-14T12:51:57.743Z] - Storage Drivers: [2020-09-14T12:51:57.743Z] - "aufs": [2020-09-14T12:51:57.743Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-14T12:51:57.743Z] - "btrfs": [2020-09-14T12:51:57.743Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-14T12:51:57.743Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-14T12:51:57.743Z] - "devicemapper": [2020-09-14T12:51:57.743Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-14T12:51:57.743Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-14T12:51:57.743Z] - "overlay": [2020-09-14T12:51:57.743Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-14T12:51:57.743Z] - "zfs": [2020-09-14T12:51:57.743Z] - /dev/zfs: present [2020-09-14T12:51:57.743Z] - zfs command: missing [2020-09-14T12:51:57.743Z] - zpool command: missing [2020-09-14T12:51:57.743Z] [2020-09-14T12:51:57.743Z] Limits: [2020-09-14T12:51:57.743Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-14T12:51:57.743Z] [2020-09-14T12:51:57.743Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-14T12:51:57.971Z] #64 exporting layers 0.7s done [2020-09-14T12:51:57.971Z] #64 writing image sha256:79cb9ad9797287159dec2eab1ac243f6ab148cec40689b4f137130979770ec54 done [2020-09-14T12:51:57.971Z] #64 naming to docker.io/library/docker:41be7293f54f15dc04f024bf2b0f09e1a697208b done [2020-09-14T12:51:57.971Z] #64 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2020-09-14T12:51:58.049Z] + docker version [2020-09-14T12:51:58.049Z] Client: Docker Engine - Community [2020-09-14T12:51:58.049Z] Version: 19.03.12 [2020-09-14T12:51:58.049Z] API version: 1.40 [2020-09-14T12:51:58.049Z] Go version: go1.13.10 [2020-09-14T12:51:58.049Z] Git commit: 48a6621 [2020-09-14T12:51:58.049Z] Built: Mon Jun 22 15:46:32 2020 [2020-09-14T12:51:58.049Z] OS/Arch: linux/arm64 [2020-09-14T12:51:58.049Z] Experimental: false [2020-09-14T12:51:58.049Z] [2020-09-14T12:51:58.049Z] Server: Docker Engine - Community [2020-09-14T12:51:58.049Z] Engine: [2020-09-14T12:51:58.049Z] Version: 19.03.12 [2020-09-14T12:51:58.049Z] API version: 1.40 (minimum version 1.12) [2020-09-14T12:51:58.049Z] Go version: go1.13.10 [2020-09-14T12:51:58.049Z] Git commit: 48a6621 [2020-09-14T12:51:58.049Z] Built: Mon Jun 22 15:45:04 2020 [2020-09-14T12:51:58.049Z] OS/Arch: linux/arm64 [2020-09-14T12:51:58.049Z] Experimental: true [2020-09-14T12:51:58.049Z] containerd: [2020-09-14T12:51:58.049Z] Version: 1.2.13 [2020-09-14T12:51:58.049Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:58.049Z] runc: [2020-09-14T12:51:58.049Z] Version: 1.0.0-rc10 [2020-09-14T12:51:58.049Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:58.049Z] docker-init: [2020-09-14T12:51:58.049Z] Version: 0.18.0 [2020-09-14T12:51:58.049Z] GitCommit: fec3683 [Pipeline] sh [2020-09-14T12:51:58.121Z] + sudo modprobe ip_vs [2020-09-14T12:51:58.121Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:41be7293f54f15dc04f024bf2b0f09e1a697208b . [2020-09-14T12:51:58.121Z] #2 [internal] load .dockerignore [2020-09-14T12:51:58.121Z] #2 transferring context: 87B done [2020-09-14T12:51:58.121Z] #2 DONE 0.0s [2020-09-14T12:51:58.121Z] [2020-09-14T12:51:58.121Z] #1 [internal] load build definition from Dockerfile [2020-09-14T12:51:58.121Z] #1 transferring dockerfile: 16.37kB done [2020-09-14T12:51:58.121Z] #1 DONE 0.0s [2020-09-14T12:51:58.121Z] [2020-09-14T12:51:58.121Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-14T12:51:58.121Z] #3 DONE 0.1s [Pipeline] sh [2020-09-14T12:51:58.393Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/test/unit [2020-09-14T12:51:58.406Z] + docker info [2020-09-14T12:51:58.419Z] [2020-09-14T12:51:58.419Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-14T12:51:58.419Z] #4 CACHED [2020-09-14T12:51:58.419Z] [2020-09-14T12:51:58.419Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:51:58.419Z] #5 DONE 0.1s [2020-09-14T12:51:58.419Z] [2020-09-14T12:51:58.419Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-14T12:51:58.419Z] #6 DONE 0.1s [2020-09-14T12:51:58.419Z] [2020-09-14T12:51:58.419Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-14T12:51:58.419Z] #58 DONE 0.0s [2020-09-14T12:51:58.419Z] [2020-09-14T12:51:58.419Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:51:58.419Z] #7 DONE 0.0s [2020-09-14T12:51:58.419Z] [2020-09-14T12:51:58.419Z] #20 [internal] load build context [2020-09-14T12:51:58.978Z] Client: [2020-09-14T12:51:58.978Z] Debug Mode: false [2020-09-14T12:51:58.978Z] [2020-09-14T12:51:58.978Z] Server: [2020-09-14T12:51:58.978Z] Containers: 0 [2020-09-14T12:51:58.978Z] Running: 0 [2020-09-14T12:51:58.978Z] Paused: 0 [2020-09-14T12:51:58.978Z] Stopped: 0 [2020-09-14T12:51:58.978Z] Images: 2 [2020-09-14T12:51:58.978Z] Server Version: 19.03.12 [2020-09-14T12:51:58.978Z] Storage Driver: overlay2 [2020-09-14T12:51:58.978Z] Backing Filesystem: extfs [2020-09-14T12:51:58.978Z] Supports d_type: true [2020-09-14T12:51:58.978Z] Native Overlay Diff: true [2020-09-14T12:51:58.978Z] Logging Driver: json-file [2020-09-14T12:51:58.978Z] Cgroup Driver: cgroupfs [2020-09-14T12:51:58.978Z] Plugins: [2020-09-14T12:51:58.978Z] Volume: local [2020-09-14T12:51:58.978Z] Network: bridge host ipvlan macvlan null overlay [2020-09-14T12:51:58.978Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-14T12:51:58.978Z] Swarm: inactive [2020-09-14T12:51:58.978Z] Runtimes: runc [2020-09-14T12:51:58.978Z] Default Runtime: runc [2020-09-14T12:51:58.978Z] Init Binary: docker-init [2020-09-14T12:51:58.978Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:51:58.978Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:51:58.978Z] init version: fec3683 [2020-09-14T12:51:58.978Z] Security Options: [2020-09-14T12:51:58.978Z] apparmor [2020-09-14T12:51:58.978Z] seccomp [2020-09-14T12:51:58.978Z] Profile: default [2020-09-14T12:51:58.978Z] Kernel Version: 4.15.0-1082-aws [2020-09-14T12:51:58.978Z] Operating System: Ubuntu 16.04.7 LTS [2020-09-14T12:51:58.978Z] OSType: linux [2020-09-14T12:51:58.978Z] Architecture: aarch64 [2020-09-14T12:51:58.978Z] CPUs: 4 [2020-09-14T12:51:58.978Z] Total Memory: 7.525GiB [2020-09-14T12:51:58.978Z] Name: ip-10-100-120-217 [2020-09-14T12:51:58.978Z] ID: KYKG:A322:XPRH:JZGL:H3VU:BFQ2:WUGA:GP6K:7QES:XZZH:RIWE:PUKP [2020-09-14T12:51:58.978Z] Docker Root Dir: /var/lib/docker [2020-09-14T12:51:58.978Z] Debug Mode: false [2020-09-14T12:51:58.978Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:51:58.978Z] Labels: [2020-09-14T12:51:58.978Z] Experimental: true [2020-09-14T12:51:58.978Z] Insecure Registries: [2020-09-14T12:51:58.978Z] 127.0.0.0/8 [2020-09-14T12:51:58.978Z] Live Restore Enabled: true [2020-09-14T12:51:58.978Z] [2020-09-14T12:51:58.978Z] WARNING: No swap limit support [Pipeline] sh [2020-09-14T12:51:59.266Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:59.266Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:51:59.266Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41447/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-14T12:51:59.266Z] + bash /home/ubuntu/workspace/moby_PR-41447/check-config.sh [2020-09-14T12:51:59.266Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-14T12:51:59.266Z] info: reading kernel config from /boot/config-4.15.0-1082-aws ... [2020-09-14T12:51:59.266Z] [2020-09-14T12:51:59.266Z] Generally Necessary: [2020-09-14T12:51:59.266Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-14T12:51:59.266Z] - apparmor: enabled and tools installed [2020-09-14T12:51:59.266Z] - CONFIG_NAMESPACES: enabled [2020-09-14T12:51:59.266Z] - CONFIG_NET_NS: enabled [2020-09-14T12:51:59.266Z] - CONFIG_PID_NS: enabled [2020-09-14T12:51:59.266Z] - CONFIG_IPC_NS: enabled [2020-09-14T12:51:59.266Z] - CONFIG_UTS_NS: enabled [2020-09-14T12:51:59.266Z] - CONFIG_CGROUPS: enabled [2020-09-14T12:51:59.529Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-14T12:51:59.529Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-14T12:51:59.529Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-14T12:51:59.529Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-14T12:51:59.529Z] - CONFIG_CPUSETS: enabled [2020-09-14T12:51:59.529Z] - CONFIG_MEMCG: enabled [2020-09-14T12:51:59.529Z] - CONFIG_KEYS: enabled [2020-09-14T12:51:59.529Z] - CONFIG_VETH: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-14T12:51:59.529Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-14T12:51:59.529Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-14T12:51:59.529Z] [2020-09-14T12:51:59.529Z] Optional Features: [2020-09-14T12:51:59.529Z] - CONFIG_USER_NS: enabled [2020-09-14T12:51:59.529Z] - CONFIG_SECCOMP: enabled [2020-09-14T12:51:59.529Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-14T12:51:59.529Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-14T12:51:59.529Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-14T12:51:59.529Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-14T12:51:59.791Z] - CONFIG_BLK_CGROUP: enabled [2020-09-14T12:51:59.791Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-14T12:51:59.791Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-14T12:51:59.791Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-14T12:51:59.791Z] - CONFIG_CGROUP_PERF: enabled [2020-09-14T12:51:59.791Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-14T12:51:59.791Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-14T12:51:59.791Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-14T12:51:59.791Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-14T12:51:59.791Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-14T12:51:59.791Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-14T12:51:59.791Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-14T12:51:59.791Z] - CONFIG_IP_VS: enabled (as module) [2020-09-14T12:51:59.791Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-14T12:51:59.791Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-14T12:51:59.791Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-14T12:51:59.791Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-14T12:51:59.791Z] - CONFIG_EXT4_FS: enabled [2020-09-14T12:51:59.791Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-14T12:51:59.791Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-14T12:51:59.791Z] - Network Drivers: [2020-09-14T12:51:59.791Z] - "overlay": [2020-09-14T12:51:59.791Z] - CONFIG_VXLAN: enabled (as module) [2020-09-14T12:51:59.791Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-14T12:51:59.791Z] Optional (for encrypted networks): [2020-09-14T12:51:59.837Z] #20 transferring context: 51.55MB 1.2s done [2020-09-14T12:51:59.837Z] #20 DONE 1.2s [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:59.837Z] #54 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-14T12:51:59.837Z] #12 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #34 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:59.837Z] #60 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-14T12:51:59.837Z] #18 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-14T12:51:59.837Z] #59 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #37 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-14T12:51:59.837Z] #15 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:59.837Z] #41 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #48 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-14T12:51:59.837Z] #16 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:51:59.837Z] #28 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-14T12:51:59.837Z] #22 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-14T12:51:59.837Z] #35 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-14T12:51:59.837Z] #8 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:51:59.837Z] #10 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:51:59.837Z] #39 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:51:59.837Z] #51 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:51:59.837Z] #36 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #53 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-14T12:51:59.837Z] #40 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:59.837Z] #47 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-14T12:51:59.837Z] #13 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T12:51:59.837Z] #24 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #42 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:51:59.837Z] #19 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #44 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:51:59.837Z] #17 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-14T12:51:59.837Z] #26 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-14T12:51:59.837Z] #27 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:59.837Z] #43 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #31 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:59.837Z] #21 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-14T12:51:59.837Z] #55 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #46 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:59.837Z] #49 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-14T12:51:59.837Z] #56 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #50 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-14T12:51:59.837Z] #14 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-14T12:51:59.837Z] #9 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:51:59.837Z] #33 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #29 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-14T12:51:59.837Z] #11 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:51:59.837Z] #38 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:51:59.837Z] #25 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:51:59.837Z] #32 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #61 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-14T12:51:59.837Z] #57 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:59.837Z] #52 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:51:59.837Z] #30 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:51:59.837Z] #45 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:51:59.837Z] #23 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-14T12:51:59.837Z] #62 CACHED [2020-09-14T12:51:59.837Z] [2020-09-14T12:51:59.837Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-14T12:52:00.051Z] - CONFIG_CRYPTO: enabled [2020-09-14T12:52:00.051Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-14T12:52:00.051Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-14T12:52:00.051Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-14T12:52:00.051Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-14T12:52:00.051Z] - CONFIG_XFRM: enabled [2020-09-14T12:52:00.051Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-14T12:52:00.051Z] - "ipvlan": [2020-09-14T12:52:00.051Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-14T12:52:00.051Z] - "macvlan": [2020-09-14T12:52:00.051Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_DUMMY: enabled (as module) [2020-09-14T12:52:00.051Z] - "ftp,tftp client in container": [2020-09-14T12:52:00.051Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-14T12:52:00.051Z] - Storage Drivers: [2020-09-14T12:52:00.051Z] - "aufs": [2020-09-14T12:52:00.051Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-14T12:52:00.051Z] - "btrfs": [2020-09-14T12:52:00.051Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-14T12:52:00.051Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-14T12:52:00.051Z] - "devicemapper": [2020-09-14T12:52:00.051Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-14T12:52:00.051Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-14T12:52:00.051Z] - "overlay": [2020-09-14T12:52:00.051Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-14T12:52:00.051Z] - "zfs": [2020-09-14T12:52:00.051Z] - /dev/zfs: missing [2020-09-14T12:52:00.051Z] - zfs command: missing [2020-09-14T12:52:00.051Z] - zpool command: missing [2020-09-14T12:52:00.051Z] [2020-09-14T12:52:00.051Z] Limits: [2020-09-14T12:52:00.051Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-14T12:52:00.051Z] [2020-09-14T12:52:00.051Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-14T12:52:00.399Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:41be7293f54f15dc04f024bf2b0f09e1a697208b . [2020-09-14T12:52:00.399Z] #2 [internal] load build definition from Dockerfile [2020-09-14T12:52:00.399Z] #2 transferring dockerfile: 16.37kB done [2020-09-14T12:52:00.399Z] #2 DONE 0.0s [2020-09-14T12:52:00.399Z] [2020-09-14T12:52:00.399Z] #1 [internal] load .dockerignore [2020-09-14T12:52:00.399Z] #1 transferring context: 87B done [2020-09-14T12:52:00.399Z] #1 DONE 0.0s [2020-09-14T12:52:00.399Z] [2020-09-14T12:52:00.399Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-14T12:52:00.399Z] #3 DONE 0.1s [2020-09-14T12:52:00.525Z] ? github.com/docker/docker/api [no test files] [2020-09-14T12:52:00.661Z] [2020-09-14T12:52:00.661Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-14T12:52:00.661Z] #4 CACHED [2020-09-14T12:52:00.770Z] #63 DONE 0.9s [2020-09-14T12:52:00.770Z] [2020-09-14T12:52:00.770Z] #64 exporting to image [2020-09-14T12:52:00.770Z] #64 exporting layers [2020-09-14T12:52:00.926Z] [2020-09-14T12:52:00.926Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-14T12:52:00.926Z] #5 DONE 0.1s [2020-09-14T12:52:00.926Z] [2020-09-14T12:52:00.926Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:52:00.926Z] #6 DONE 0.1s [2020-09-14T12:52:00.926Z] [2020-09-14T12:52:00.926Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-14T12:52:00.926Z] #58 DONE 0.0s [2020-09-14T12:52:00.926Z] [2020-09-14T12:52:00.926Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:52:00.926Z] #7 DONE 0.0s [2020-09-14T12:52:00.926Z] [2020-09-14T12:52:00.926Z] #20 [internal] load build context [2020-09-14T12:52:01.695Z] #64 exporting layers 0.9s done [2020-09-14T12:52:01.695Z] #64 writing image sha256:7fa14f529f3d469cabb5c296927436f695a210469cbe673c3da969bac3e40dff [2020-09-14T12:52:01.695Z] #64 writing image sha256:7fa14f529f3d469cabb5c296927436f695a210469cbe673c3da969bac3e40dff done [2020-09-14T12:52:01.695Z] #64 naming to docker.io/library/docker:41be7293f54f15dc04f024bf2b0f09e1a697208b done [2020-09-14T12:52:01.695Z] #64 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-09-14T12:52:02.020Z] + trap exit INT TERM [2020-09-14T12:52:02.020Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-09-14T12:52:02.020Z] + CONTAINER_NAME=docker-pr2 [2020-09-14T12:52:02.020Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41447/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh dynbinary-daemon [2020-09-14T12:52:02.277Z] [2020-09-14T12:52:02.533Z] Removing bundles/ [2020-09-14T12:52:02.533Z] [2020-09-14T12:52:02.533Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-14T12:52:02.533Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:52:02.533Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T12:52:02.847Z] #20 transferring context: 51.55MB 1.5s done [2020-09-14T12:52:02.847Z] #20 DONE 1.7s [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #42 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #61 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:52:02.847Z] #39 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-14T12:52:02.847Z] #15 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:52:02.847Z] #52 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:52:02.847Z] #38 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-14T12:52:02.847Z] #59 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:52:02.847Z] #49 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #50 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:52:02.847Z] #54 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:52:02.847Z] #45 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-14T12:52:02.847Z] #12 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-14T12:52:02.847Z] #8 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:52:02.847Z] #19 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #34 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #57 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:52:02.847Z] #47 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-14T12:52:02.847Z] #40 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-14T12:52:02.847Z] #56 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #48 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-14T12:52:02.847Z] #35 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-14T12:52:02.847Z] #16 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-14T12:52:02.847Z] #18 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:52:02.847Z] #33 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #31 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-14T12:52:02.847Z] #9 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #44 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-14T12:52:02.847Z] #26 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:52:02.847Z] #51 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:52:02.847Z] #23 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-14T12:52:02.847Z] #13 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:52:02.847Z] #28 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #53 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:52:02.847Z] #60 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #29 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-14T12:52:02.847Z] #27 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-14T12:52:02.847Z] #11 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:52:02.847Z] #36 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #46 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-14T12:52:02.847Z] #14 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:52:02.847Z] #43 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:52:02.847Z] #25 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T12:52:02.847Z] #24 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:52:02.847Z] #10 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:52:02.847Z] #41 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-14T12:52:02.847Z] #37 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:52:02.847Z] #17 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:52:02.847Z] #32 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-14T12:52:02.847Z] #55 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:52:02.847Z] #21 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-14T12:52:02.847Z] #22 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:52:02.847Z] #30 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-14T12:52:02.847Z] #62 CACHED [2020-09-14T12:52:02.847Z] [2020-09-14T12:52:02.847Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-14T12:52:04.760Z] #63 DONE 1.9s [2020-09-14T12:52:04.760Z] [2020-09-14T12:52:04.760Z] #64 exporting to image [2020-09-14T12:52:04.760Z] #64 exporting layers [2020-09-14T12:52:04.911Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:52:04.918Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:52:04.921Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:52:05.752Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:52:05.752Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:52:06.147Z] #64 exporting layers 1.6s done [2020-09-14T12:52:06.407Z] #64 writing image sha256:cabcd4cb648f23388e23641c8f359772550d19047a7c97e27f8ad4cdde77ad1c done [2020-09-14T12:52:06.407Z] #64 naming to docker.io/library/docker:41be7293f54f15dc04f024bf2b0f09e1a697208b done [2020-09-14T12:52:06.407Z] #64 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-14T12:52:06.721Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:52:06.746Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/test/unit [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-14T12:52:05.711Z] > git remote # timeout=10 [2020-09-14T12:52:05.714Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:52:05.717Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:52:05.718Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:52:05.743Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:52:05.758Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:52:05.761Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:52:07.579Z] + docker version [2020-09-14T12:52:07.579Z] Client: [2020-09-14T12:52:07.579Z] Version: 18.06.1-ce [2020-09-14T12:52:07.579Z] API version: 1.38 [2020-09-14T12:52:07.579Z] Go version: go1.10.3 [2020-09-14T12:52:07.579Z] Git commit: e68fc7a [2020-09-14T12:52:07.579Z] Built: Tue Aug 21 17:26:10 2018 [2020-09-14T12:52:07.579Z] OS/Arch: linux/ppc64le [2020-09-14T12:52:07.579Z] Experimental: false [2020-09-14T12:52:07.579Z] [2020-09-14T12:52:07.579Z] Server: [2020-09-14T12:52:07.579Z] Engine: [2020-09-14T12:52:07.579Z] Version: 18.06.1-ce [2020-09-14T12:52:07.579Z] API version: 1.38 (minimum version 1.12) [2020-09-14T12:52:07.579Z] Go version: go1.10.3 [2020-09-14T12:52:07.579Z] Git commit: e68fc7a [2020-09-14T12:52:07.579Z] Built: Tue Aug 21 17:24:20 2018 [2020-09-14T12:52:07.579Z] OS/Arch: linux/ppc64le [2020-09-14T12:52:07.579Z] Experimental: true [Pipeline] sh [2020-09-14T12:52:07.970Z] + docker info [2020-09-14T12:52:07.970Z] Containers: 0 [2020-09-14T12:52:07.970Z] Running: 0 [2020-09-14T12:52:07.970Z] Paused: 0 [2020-09-14T12:52:07.970Z] Stopped: 0 [2020-09-14T12:52:07.970Z] Images: 0 [2020-09-14T12:52:07.970Z] Server Version: 18.06.1-ce [2020-09-14T12:52:07.970Z] Storage Driver: overlay2 [2020-09-14T12:52:07.970Z] Backing Filesystem: extfs [2020-09-14T12:52:07.970Z] Supports d_type: true [2020-09-14T12:52:07.970Z] Native Overlay Diff: true [2020-09-14T12:52:07.970Z] Logging Driver: json-file [2020-09-14T12:52:07.970Z] Cgroup Driver: cgroupfs [2020-09-14T12:52:07.970Z] Plugins: [2020-09-14T12:52:07.970Z] Volume: local [2020-09-14T12:52:07.970Z] Network: bridge host ipvlan macvlan null overlay [2020-09-14T12:52:07.970Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-09-14T12:52:07.970Z] Swarm: inactive [2020-09-14T12:52:07.970Z] Runtimes: runc [2020-09-14T12:52:07.970Z] Default Runtime: runc [2020-09-14T12:52:07.970Z] Init Binary: docker-init [2020-09-14T12:52:07.970Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-09-14T12:52:07.970Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-09-14T12:52:07.970Z] init version: fec3683 [2020-09-14T12:52:07.970Z] Security Options: [2020-09-14T12:52:07.970Z] apparmor [2020-09-14T12:52:07.970Z] seccomp [2020-09-14T12:52:07.970Z] Profile: default [2020-09-14T12:52:07.970Z] Kernel Version: 4.4.0-139-generic [2020-09-14T12:52:07.970Z] Operating System: Ubuntu 16.04.3 LTS [2020-09-14T12:52:07.970Z] OSType: linux [2020-09-14T12:52:07.970Z] Architecture: ppc64le [2020-09-14T12:52:07.970Z] CPUs: 4 [2020-09-14T12:52:07.970Z] Total Memory: 7.972GiB [2020-09-14T12:52:07.970Z] Name: ppc64le-ubuntu-15 [2020-09-14T12:52:07.970Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-09-14T12:52:07.970Z] Docker Root Dir: /var/lib/docker [2020-09-14T12:52:07.970Z] Debug Mode (client): false [2020-09-14T12:52:07.970Z] Debug Mode (server): false [2020-09-14T12:52:07.970Z] Username: dockerbuildbot [2020-09-14T12:52:07.970Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:52:07.970Z] Labels: [2020-09-14T12:52:07.970Z] Experimental: true [2020-09-14T12:52:07.970Z] Insecure Registries: [2020-09-14T12:52:07.970Z] 127.0.0.0/8 [2020-09-14T12:52:07.970Z] Live Restore Enabled: false [2020-09-14T12:52:07.970Z] [Pipeline] sh [2020-09-14T12:52:08.370Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:52:08.370Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:52:08.370Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41447/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-14T12:52:08.370Z] + bash /home/docker/workspace/moby_PR-41447/check-config.sh [2020-09-14T12:52:08.370Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-14T12:52:08.370Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-09-14T12:52:08.370Z] [2020-09-14T12:52:08.370Z] Generally Necessary: [2020-09-14T12:52:08.370Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-14T12:52:08.370Z] - apparmor: enabled and tools installed [2020-09-14T12:52:08.370Z] - CONFIG_NAMESPACES: enabled [2020-09-14T12:52:08.370Z] - CONFIG_NET_NS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_PID_NS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_IPC_NS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_UTS_NS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_CGROUPS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-14T12:52:08.370Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-14T12:52:08.370Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-14T12:52:08.370Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-14T12:52:08.370Z] - CONFIG_CPUSETS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_MEMCG: enabled [2020-09-14T12:52:08.370Z] - CONFIG_KEYS: enabled [2020-09-14T12:52:08.370Z] - CONFIG_VETH: enabled (as module) [2020-09-14T12:52:08.370Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-14T12:52:08.370Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-14T12:52:08.668Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-14T12:52:08.668Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-09-14T12:52:08.668Z] [2020-09-14T12:52:08.668Z] Optional Features: [2020-09-14T12:52:08.668Z] - CONFIG_USER_NS: enabled [2020-09-14T12:52:08.668Z] - CONFIG_SECCOMP: enabled [2020-09-14T12:52:08.668Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-14T12:52:08.668Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-14T12:52:08.668Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-14T12:52:08.668Z] (cgroup swap accounting is currently enabled) [2020-09-14T12:52:08.668Z] - CONFIG_MEMCG_KMEM: enabled [2020-09-14T12:52:08.668Z] - CONFIG_BLK_CGROUP: enabled [2020-09-14T12:52:08.668Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-14T12:52:08.668Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-14T12:52:08.668Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-14T12:52:08.668Z] - CONFIG_CGROUP_PERF: enabled [2020-09-14T12:52:08.668Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-14T12:52:08.668Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-14T12:52:08.668Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-14T12:52:08.668Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-14T12:52:08.668Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-14T12:52:08.668Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_IP_VS: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-14T12:52:08.668Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-14T12:52:08.668Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-14T12:52:08.668Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_EXT4_FS: enabled [2020-09-14T12:52:08.668Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-14T12:52:08.668Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-14T12:52:08.668Z] - Network Drivers: [2020-09-14T12:52:08.668Z] - "overlay": [2020-09-14T12:52:08.668Z] - CONFIG_VXLAN: enabled (as module) [2020-09-14T12:52:08.668Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-14T12:52:08.668Z] Optional (for encrypted networks): [2020-09-14T12:52:08.961Z] - CONFIG_CRYPTO: enabled [2020-09-14T12:52:08.961Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_XFRM: enabled [2020-09-14T12:52:08.961Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-14T12:52:08.961Z] - "ipvlan": [2020-09-14T12:52:08.961Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-14T12:52:08.961Z] - "macvlan": [2020-09-14T12:52:08.961Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_DUMMY: enabled (as module) [2020-09-14T12:52:08.961Z] - "ftp,tftp client in container": [2020-09-14T12:52:08.961Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-14T12:52:08.961Z] - Storage Drivers: [2020-09-14T12:52:08.961Z] - "aufs": [2020-09-14T12:52:08.961Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-14T12:52:08.961Z] - "btrfs": [2020-09-14T12:52:08.961Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-14T12:52:08.961Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-14T12:52:08.961Z] - "devicemapper": [2020-09-14T12:52:08.961Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-14T12:52:08.961Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-14T12:52:08.961Z] - "overlay": [2020-09-14T12:52:08.961Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-14T12:52:08.961Z] - "zfs": [2020-09-14T12:52:08.961Z] - /dev/zfs: missing [2020-09-14T12:52:08.961Z] - zfs command: missing [2020-09-14T12:52:08.961Z] - zpool command: missing [2020-09-14T12:52:08.961Z] [2020-09-14T12:52:08.961Z] Limits: [2020-09-14T12:52:08.961Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-14T12:52:08.961Z] [2020-09-14T12:52:08.961Z] + true [Pipeline] } [2020-09-14T12:52:08.995Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-14T12:52:09.404Z] + make bundles/buildx [2020-09-14T12:52:09.698Z] make: command: Command not found [2020-09-14T12:52:09.698Z] make: command: Command not found [2020-09-14T12:52:09.698Z] mkdir bundles [2020-09-14T12:52:09.698Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-09-14T12:52:09.698Z] --build-arg BUILDX_COMMIT \ [2020-09-14T12:52:09.698Z] --build-arg BUILDX_REPO \ [2020-09-14T12:52:09.698Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-09-14T12:52:09.698Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-09-14T12:52:09.698Z] . [2020-09-14T12:52:09.698Z] /bin/sh: 4: go: not found [2020-09-14T12:52:09.698Z] /bin/sh: 5: go: not found [2020-09-14T12:52:10.954Z] ? github.com/docker/docker/api [no test files] [2020-09-14T12:52:11.797Z] Sending build context to Docker daemon 56.32MB [2020-09-14T12:52:11.797Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-09-14T12:52:11.797Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-09-14T12:52:11.797Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-09-14T12:52:11.797Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-09-14T12:52:11.797Z] 1.13.15-buster: Pulling from library/golang [2020-09-14T12:52:12.092Z] db4e2d8d5901: Pulling fs layer [2020-09-14T12:52:12.092Z] dfe2d012519c: Pulling fs layer [2020-09-14T12:52:12.092Z] 5d8f1d1f9197: Pulling fs layer [2020-09-14T12:52:12.092Z] 1301750ffb48: Pulling fs layer [2020-09-14T12:52:12.092Z] dc5c6edc9cff: Pulling fs layer [2020-09-14T12:52:12.092Z] 3c370c2e2f82: Pulling fs layer [2020-09-14T12:52:12.092Z] 5ffb2f5886e2: Pulling fs layer [2020-09-14T12:52:12.092Z] 1301750ffb48: Waiting [2020-09-14T12:52:12.092Z] dc5c6edc9cff: Waiting [2020-09-14T12:52:12.092Z] 3c370c2e2f82: Waiting [2020-09-14T12:52:12.092Z] 5ffb2f5886e2: Waiting [2020-09-14T12:52:12.390Z] dfe2d012519c: Verifying Checksum [2020-09-14T12:52:12.390Z] dfe2d012519c: Download complete [2020-09-14T12:52:12.691Z] 5d8f1d1f9197: Verifying Checksum [2020-09-14T12:52:12.691Z] 5d8f1d1f9197: Download complete [2020-09-14T12:52:14.232Z] db4e2d8d5901: Download complete [2020-09-14T12:52:15.297Z] 1301750ffb48: Verifying Checksum [2020-09-14T12:52:15.297Z] 1301750ffb48: Download complete [2020-09-14T12:52:15.297Z] 5ffb2f5886e2: Verifying Checksum [2020-09-14T12:52:15.297Z] 5ffb2f5886e2: Download complete [2020-09-14T12:52:16.361Z] dc5c6edc9cff: Verifying Checksum [2020-09-14T12:52:16.361Z] dc5c6edc9cff: Download complete [2020-09-14T12:52:17.895Z] db4e2d8d5901: Pull complete [2020-09-14T12:52:18.540Z] dfe2d012519c: Pull complete [2020-09-14T12:52:18.835Z] 5d8f1d1f9197: Pull complete [2020-09-14T12:52:18.835Z] 3c370c2e2f82: Verifying Checksum [2020-09-14T12:52:18.835Z] 3c370c2e2f82: Download complete [2020-09-14T12:52:20.932Z] 1301750ffb48: Pull complete [2020-09-14T12:52:23.224Z] ok github.com/docker/docker/api/server 0.097s coverage: 9.0% of statements [2020-09-14T12:52:23.704Z] dc5c6edc9cff: Pull complete [2020-09-14T12:52:27.267Z] 3c370c2e2f82: Pull complete [2020-09-14T12:52:27.267Z] 5ffb2f5886e2: Pull complete [2020-09-14T12:52:27.267Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-14T12:52:27.267Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-09-14T12:52:27.267Z] ---> 805dc2d65d1c [2020-09-14T12:52:27.267Z] Step 5/15 : ARG BUILDX_REPO [2020-09-14T12:52:27.267Z] ---> Running in d9dd6493e091 [2020-09-14T12:52:27.267Z] Removing intermediate container d9dd6493e091 [2020-09-14T12:52:27.267Z] ---> 74a23201eb25 [2020-09-14T12:52:27.267Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-09-14T12:52:27.267Z] ---> Running in 55e627367184 [2020-09-14T12:52:27.560Z] Cloning into '/buildx'... [2020-09-14T12:52:31.104Z] Removing intermediate container 55e627367184 [2020-09-14T12:52:31.104Z] ---> 4110335b1f1a [2020-09-14T12:52:31.104Z] Step 7/15 : WORKDIR /buildx [2020-09-14T12:52:31.104Z] ---> Running in cad8dc41ad82 [2020-09-14T12:52:31.104Z] Removing intermediate container cad8dc41ad82 [2020-09-14T12:52:31.104Z] ---> 160ecfb1f854 [2020-09-14T12:52:31.104Z] Step 8/15 : ARG BUILDX_COMMIT [2020-09-14T12:52:31.104Z] ---> Running in 4127b9e88aaf [2020-09-14T12:52:31.104Z] Removing intermediate container 4127b9e88aaf [2020-09-14T12:52:31.104Z] ---> 68a51bc9135b [2020-09-14T12:52:31.104Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-09-14T12:52:31.104Z] ---> Running in 4539f27adf17 [2020-09-14T12:52:31.397Z] From https://github.com/docker/buildx [2020-09-14T12:52:31.397Z] * [new tag] v0.3.1 -> build [2020-09-14T12:52:32.033Z] Switched to branch 'build' [2020-09-14T12:52:32.677Z] Removing intermediate container 4539f27adf17 [2020-09-14T12:52:32.677Z] ---> 52ba22bda891 [2020-09-14T12:52:32.677Z] Step 10/15 : ARG GOOS [2020-09-14T12:52:32.677Z] ---> Running in 87cbc3830b90 [2020-09-14T12:52:32.974Z] Removing intermediate container 87cbc3830b90 [2020-09-14T12:52:32.974Z] ---> 98fb3a93df0b [2020-09-14T12:52:32.974Z] Step 11/15 : ARG GOARCH [2020-09-14T12:52:32.974Z] ---> Running in be7bed355304 [2020-09-14T12:52:32.974Z] Removing intermediate container be7bed355304 [2020-09-14T12:52:32.974Z] ---> 7e6cdaf2b82a [2020-09-14T12:52:32.974Z] 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-14T12:52:32.974Z] ---> Running in 7e83182b8a6b [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-14T12:52:56.313Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2020-09-14T12:52:56.313Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-14T12:52:56.313Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-14T12:52:56.313Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/types [no test files] [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-14T12:52:56.604Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-14T12:52:56.901Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-14T12:52:56.901Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-14T12:52:56.901Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-14T12:52:57.099Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a2b88a85b703c071) in /home/ubuntu/workspace/moby_PR-41447 [Pipeline] { [Pipeline] checkout [2020-09-14T12:52:57.192Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-09-14T12:52:57.192Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-14T12:52:57.192Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-14T12:52:57.482Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-09-14T12:52:59.861Z] using credential docker-jenkins-github-credentials [2020-09-14T12:52:59.868Z] Cloning the remote Git repository [2020-09-14T12:52:59.868Z] Cloning with configured refspecs honoured and without tags [2020-09-14T12:53:00.253Z] ok github.com/docker/docker/builder/remotecontext 0.372s coverage: 13.6% of statements [2020-09-14T12:53:00.544Z] ok github.com/docker/docker/builder/dockerfile 1.011s coverage: 48.0% of statements [2020-09-14T12:52:59.777Z] Cloning repository https://github.com/moby/moby.git [2020-09-14T12:52:59.834Z] > git init /home/ubuntu/workspace/moby_PR-41447 # timeout=10 [2020-09-14T12:53:00.118Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:53:00.118Z] > git --version # timeout=10 [2020-09-14T12:53:00.133Z] > git --version # 'git version 2.17.1' [2020-09-14T12:53:00.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:53:00.135Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:53:00.836Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2020-09-14T12:53:02.341Z] ok github.com/docker/docker/builder/remotecontext/git 1.697s coverage: 86.3% of statements [2020-09-14T12:53:02.341Z] ? github.com/docker/docker/cli [no test files] [2020-09-14T12:53:02.341Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-14T12:53:03.373Z] ok github.com/docker/docker/client 0.115s coverage: 75.4% of statements [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/server/middleware 0.042s coverage: 37.7% of statements [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 92.2% of statements [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/types/time 0.038s coverage: 100.0% of statements [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 5.7% of statements [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/api/types/versions 0.016s coverage: 75.0% of statements [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-14T12:53:19.727Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-14T12:53:19.727Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2020-09-14T12:53:19.862Z] Fetching without tags [2020-09-14T12:53:19.989Z] ok github.com/docker/docker/cli/debug 0.029s coverage: 100.0% of statements [2020-09-14T12:53:20.144Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:53:20.484Z] Removing intermediate container 7e83182b8a6b [2020-09-14T12:53:20.484Z] ---> 01c838fd6f21 [2020-09-14T12:53:20.484Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-09-14T12:53:20.484Z] ---> 805dc2d65d1c [2020-09-14T12:53:20.484Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-09-14T12:53:20.484Z] ---> 6a1c17ebb3ca [2020-09-14T12:53:20.484Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-09-14T12:53:20.484Z] ---> Running in e0c557b85b6c [2020-09-14T12:53:20.484Z] Removing intermediate container e0c557b85b6c [2020-09-14T12:53:20.484Z] ---> 0fc88f2b61af [2020-09-14T12:53:20.484Z] Successfully built 0fc88f2b61af [2020-09-14T12:53:20.484Z] Successfully tagged moby-buildx:latest [2020-09-14T12:53:20.484Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-09-14T12:53:20.484Z] if [ -n "${id}" ]; then \ [2020-09-14T12:53:20.484Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-09-14T12:53:20.484Z] && touch bundles/buildx; \ [2020-09-14T12:53:20.484Z] docker rm -f ${id}; \ [2020-09-14T12:53:20.484Z] fi [2020-09-14T12:53:20.484Z] 778f8ad4a7afa3d3ccd107c435bc5220786db3d58585e57ca9890dc4bd302d5d [2020-09-14T12:53:20.484Z] bundles/buildx version [2020-09-14T12:53:20.484Z] buildx v0.3.1 6db68d0 [2020-09-14T12:53:20.484Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:41be7293f54f15dc04f024bf2b0f09e1a697208b . [2020-09-14T12:53:20.484Z] #1 [internal] booting buildkit [2020-09-14T12:53:20.484Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-09-14T12:53:20.484Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2020-09-14T12:53:20.484Z] #1 creating container buildx_buildkit_default [2020-09-14T12:53:20.484Z] #1 creating container buildx_buildkit_default 0.4s done [2020-09-14T12:53:20.484Z] #1 DONE 3.0s [2020-09-14T12:53:20.484Z] [2020-09-14T12:53:20.484Z] #2 [internal] load build definition from Dockerfile [2020-09-14T12:53:20.484Z] #2 transferring dockerfile: 16.36kB done [2020-09-14T12:53:20.484Z] #2 DONE 0.0s [2020-09-14T12:53:20.484Z] [2020-09-14T12:53:20.484Z] #3 [internal] load .dockerignore [2020-09-14T12:53:20.484Z] #3 transferring context: 87B done [2020-09-14T12:53:20.484Z] #3 DONE 0.0s [2020-09-14T12:53:20.484Z] [2020-09-14T12:53:20.484Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-14T12:53:20.484Z] #4 DONE 0.8s [2020-09-14T12:53:20.484Z] [2020-09-14T12:53:20.484Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-14T12:53:20.484Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-14T12:53:20.484Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-14T12:53:20.484Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-09-14T12:53:20.484Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-09-14T12:53:20.484Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-09-14T12:53:20.484Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done [2020-09-14T12:53:20.484Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-09-14T12:53:20.484Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.4s done [2020-09-14T12:53:20.484Z] #5 DONE 1.0s [2020-09-14T12:53:20.776Z] [2020-09-14T12:53:20.776Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:53:20.798Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:53:20.798Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:53:20.936Z] ok github.com/docker/docker/builder/remotecontext 0.286s coverage: 13.6% of statements [2020-09-14T12:53:19.778Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:53:19.795Z] > git config --add remote.origin.fetch +refs/pull/41447/head:refs/remotes/origin/PR-41447 # timeout=10 [2020-09-14T12:53:19.819Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:53:19.830Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:53:19.852Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:53:19.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:53:19.854Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:53:20.136Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:53:20.157Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:53:20.711Z] > git remote # timeout=10 [2020-09-14T12:53:20.722Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:53:20.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:53:20.740Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:53:20.765Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-14T12:53:20.788Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:53:20.802Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:53:21.416Z] #7 ... [2020-09-14T12:53:21.416Z] [2020-09-14T12:53:21.416Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-14T12:53:21.416Z] #6 DONE 0.6s [2020-09-14T12:53:21.416Z] [2020-09-14T12:53:21.416Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:53:21.416Z] #7 DONE 0.7s [2020-09-14T12:53:21.416Z] [2020-09-14T12:53:21.416Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:53:21.416Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-14T12:53:21.884Z] ok github.com/docker/docker/builder/dockerfile 0.932s coverage: 48.0% of statements [2020-09-14T12:53:21.884Z] ok github.com/docker/docker/builder/remotecontext/git 3.538s coverage: 86.3% of statements [2020-09-14T12:53:21.884Z] ? github.com/docker/docker/cli [no test files] [2020-09-14T12:53:21.884Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-14T12:53:22.476Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-09-14T12:53:22.476Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-09-14T12:53:22.476Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.1s [2020-09-14T12:53:22.476Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-14T12:53:22.476Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2020-09-14T12:53:22.476Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 2.59MB / 10.73MB 0.5s [2020-09-14T12:53:22.476Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 703.70kB / 8.25MB 0.5s [2020-09-14T12:53:22.476Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 4.95MB / 10.73MB 0.6s [2020-09-14T12:53:22.476Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 1.51MB / 8.25MB 0.6s [2020-09-14T12:53:22.476Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 5.41MB / 54.14MB 0.6s [2020-09-14T12:53:22.476Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 6.39MB / 10.73MB 0.7s [2020-09-14T12:53:22.476Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 3.73MB / 8.25MB 0.7s [2020-09-14T12:53:22.476Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 8.26MB / 54.14MB 0.7s [2020-09-14T12:53:22.476Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 3.72MB / 57.46MB 0.7s [2020-09-14T12:53:22.476Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 5.35MB / 73.58MB 0.7s [2020-09-14T12:53:22.878Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 7.64MB / 10.73MB 0.9s [2020-09-14T12:53:22.878Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 6.57MB / 96.52MB 0.9s [2020-09-14T12:53:22.878Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 6.18MB / 8.25MB 0.9s [2020-09-14T12:53:22.878Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s [2020-09-14T12:53:22.878Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done [2020-09-14T12:53:22.878Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 12.65MB / 54.14MB 1.1s [2020-09-14T12:53:22.878Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 10.93MB / 73.58MB 1.1s [2020-09-14T12:53:22.878Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s done [2020-09-14T12:53:22.878Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 6.70MB / 57.46MB 1.2s [2020-09-14T12:53:23.181Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 15.25MB / 96.52MB 1.4s [2020-09-14T12:53:23.181Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 17.03MB / 54.14MB 1.4s [2020-09-14T12:53:23.181Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 16.05MB / 73.58MB 1.4s [2020-09-14T12:53:23.181Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.54MB / 54.14MB 1.5s [2020-09-14T12:53:23.181Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 10.50MB / 57.46MB 1.5s [2020-09-14T12:53:23.544Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 24.58MB / 96.52MB 1.7s [2020-09-14T12:53:23.544Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 24.06MB / 54.14MB 1.7s [2020-09-14T12:53:23.544Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 13.47MB / 57.46MB 1.7s [2020-09-14T12:53:23.544Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 21.95MB / 73.58MB 1.7s [2020-09-14T12:53:23.544Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 27.10MB / 54.14MB 1.8s [2020-09-14T12:53:23.544Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 25.91MB / 73.58MB 1.8s [2020-09-14T12:53:23.929Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 30.19MB / 96.52MB 2.0s [2020-09-14T12:53:23.929Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 17.06MB / 57.46MB 2.0s [2020-09-14T12:53:23.929Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 32.17MB / 54.14MB 2.1s [2020-09-14T12:53:23.929Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 31.37MB / 73.58MB 2.1s [2020-09-14T12:53:23.929Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 35.33MB / 96.52MB 2.2s [2020-09-14T12:53:23.929Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 36.93MB / 54.14MB 2.2s [2020-09-14T12:53:23.929Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 20.50MB / 57.46MB 2.2s [2020-09-14T12:53:24.162Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:53:24.237Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 35.66MB / 73.58MB 2.4s [2020-09-14T12:53:24.237Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 42.27MB / 54.14MB 2.5s [2020-09-14T12:53:24.237Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 46.32MB / 54.14MB 2.7s [2020-09-14T12:53:24.237Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 24.40MB / 57.46MB 2.7s [2020-09-14T12:53:24.237Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 39.48MB / 73.58MB 2.7s [2020-09-14T12:53:24.592Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 41.36MB / 96.52MB 2.9s [2020-09-14T12:53:24.592Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 49.99MB / 54.14MB 2.9s [2020-09-14T12:53:24.592Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 52.78MB / 54.14MB 3.0s [2020-09-14T12:53:24.592Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 27.53MB / 57.46MB 3.0s [2020-09-14T12:53:24.914Z] Commit message: "daemon/listeners: use pkg/errors" [2020-09-14T12:53:24.969Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 3.1s done [2020-09-14T12:53:24.969Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 45.72MB / 73.58MB 3.2s [2020-09-14T12:53:24.969Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 30.60MB / 57.46MB 3.3s [2020-09-14T12:53:24.969Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 51.03MB / 73.58MB 3.3s [2020-09-14T12:53:25.129Z] [2020-09-14T12:53:25.368Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 47.25MB / 96.52MB 3.4s [2020-09-14T12:53:25.368Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 56.20MB / 73.58MB 3.4s [2020-09-14T12:53:25.368Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 34.45MB / 57.46MB 3.6s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-14T12:53:25.691Z] + TEST_INTEGRATION_DEST=1 [2020-09-14T12:53:25.691Z] + CONTAINER_NAME=docker-pr2-1 [2020-09-14T12:53:25.691Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-09-14T12:53:25.691Z] + run_tests test-integration-flaky [2020-09-14T12:53:25.691Z] + '[' -n 0 ']' [2020-09-14T12:53:25.691Z] + rm= [2020-09-14T12:53:25.691Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41447/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41447/.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=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh test-integration-flaky test-integration [2020-09-14T12:53:25.691Z] + c=0 [2020-09-14T12:53:25.691Z] + TEST_INTEGRATION_DEST=3 [2020-09-14T12:53:25.691Z] + CONTAINER_NAME=docker-pr2-3 [2020-09-14T12:53:25.691Z] + TEST_SKIP_INTEGRATION=1 [2020-09-14T12:53:25.691Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-14T12:53:25.691Z] + run_tests [2020-09-14T12:53:25.691Z] + '[' -n 0 ']' [2020-09-14T12:53:25.691Z] + rm= [2020-09-14T12:53:25.691Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41447/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41447/.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=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh '' test-integration [2020-09-14T12:53:25.691Z] + TEST_INTEGRATION_DEST=2 [2020-09-14T12:53:25.691Z] + CONTAINER_NAME=docker-pr2-2 [2020-09-14T12:53:25.691Z] + TEST_SKIP_INTEGRATION=1 [2020-09-14T12:53:25.691Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-14T12:53:25.691Z] + run_tests [2020-09-14T12:53:25.691Z] + '[' -n 0 ']' [2020-09-14T12:53:25.691Z] + rm= [2020-09-14T12:53:25.691Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41447/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41447/.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=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh '' test-integration [2020-09-14T12:53:25.691Z] ++ jobs -p [2020-09-14T12:53:25.691Z] + for job in $(jobs -p) [2020-09-14T12:53:25.691Z] + wait 28808 [2020-09-14T12:53:25.699Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 52.24MB / 96.52MB 3.7s [2020-09-14T12:53:25.699Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 64.04MB / 73.58MB 3.7s [2020-09-14T12:53:25.699Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 38.67MB / 57.46MB 3.9s [2020-09-14T12:53:25.699Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 41.71MB / 57.46MB 4.0s [2020-09-14T12:53:25.699Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 71.31MB / 73.58MB 4.0s [2020-09-14T12:53:25.908Z] + docker version [2020-09-14T12:53:26.026Z] #8 ... [2020-09-14T12:53:26.026Z] [2020-09-14T12:53:26.026Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-14T12:53:26.026Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-14T12:53:26.026Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-14T12:53:26.026Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.4s done [2020-09-14T12:53:26.026Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-14T12:53:26.026Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 2.7s done [2020-09-14T12:53:26.026Z] #59 DONE 4.4s [2020-09-14T12:53:26.026Z] [2020-09-14T12:53:26.026Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:53:26.026Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 58.86MB / 96.52MB 4.2s [2020-09-14T12:53:26.026Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.2s done [2020-09-14T12:53:26.026Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 46.66MB / 57.46MB 4.3s [2020-09-14T12:53:26.026Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 65.90MB / 96.52MB 4.5s [2020-09-14T12:53:26.026Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 50.06MB / 57.46MB 4.5s [2020-09-14T12:53:26.330Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 54.91MB / 57.46MB 4.6s [2020-09-14T12:53:26.617Z] [2020-09-14T12:53:26.617Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-09-14T12:53:26.617Z] [2020-09-14T12:53:26.617Z] [2020-09-14T12:53:26.635Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 77.10MB / 96.52MB 4.8s [2020-09-14T12:53:26.636Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.8s done [2020-09-14T12:53:26.915Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T12:53:26.915Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T12:53:26.915Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T12:53:26.915Z] HOSTNAME=316b92c50ffa [2020-09-14T12:53:26.915Z] TEST_SKIP_INTEGRATION=1 [2020-09-14T12:53:26.915Z] TESTDEBUG=0 [2020-09-14T12:53:26.915Z] DEST=bundles/test-integration [2020-09-14T12:53:26.915Z] PWD=/go/src/github.com/docker/docker [2020-09-14T12:53:26.915Z] KEEPBUNDLE=1 [2020-09-14T12:53:26.915Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:53:26.915Z] container=docker [2020-09-14T12:53:26.915Z] HOME=/root [2020-09-14T12:53:26.915Z] GOLANG_VERSION=1.13.15 [2020-09-14T12:53:26.915Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T12:53:26.915Z] VALIDATE_BRANCH=master [2020-09-14T12:53:26.915Z] TERM=xterm [2020-09-14T12:53:26.915Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T12:53:26.915Z] SHLVL=1 [2020-09-14T12:53:26.915Z] TIMEOUT=120m [2020-09-14T12:53:26.915Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T12:53:26.915Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T12:53:26.915Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T12:53:26.915Z] HOSTNAME=e8f16b7db4e6 [2020-09-14T12:53:26.915Z] TEST_SKIP_INTEGRATION=1 [2020-09-14T12:53:26.915Z] TESTDEBUG=0 [2020-09-14T12:53:26.915Z] DEST=bundles/test-integration [2020-09-14T12:53:26.915Z] PWD=/go/src/github.com/docker/docker [2020-09-14T12:53:26.915Z] KEEPBUNDLE=1 [2020-09-14T12:53:26.915Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:53:26.915Z] container=docker [2020-09-14T12:53:26.915Z] HOME=/root [2020-09-14T12:53:26.915Z] GOLANG_VERSION=1.13.15 [2020-09-14T12:53:26.915Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T12:53:26.915Z] VALIDATE_BRANCH=master [2020-09-14T12:53:26.915Z] TERM=xterm [2020-09-14T12:53:26.915Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T12:53:26.915Z] SHLVL=1 [2020-09-14T12:53:26.915Z] TIMEOUT=120m [2020-09-14T12:53:26.915Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T12:53:26.915Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T12:53:26.915Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-14T12:53:26.915Z] GO111MODULE=off [2020-09-14T12:53:26.915Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T12:53:26.915Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T12:53:26.915Z] GOPATH=/go [2020-09-14T12:53:26.915Z] PKG_CONFIG=pkg-config [2020-09-14T12:53:26.915Z] _=/usr/bin/env [2020-09-14T12:53:26.915Z] Building test suite binary ./integration-cli/test.main [2020-09-14T12:53:26.915Z] [2020-09-14T12:53:26.915Z] GO111MODULE=off [2020-09-14T12:53:26.915Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T12:53:26.915Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T12:53:26.915Z] GOPATH=/go [2020-09-14T12:53:26.915Z] PKG_CONFIG=pkg-config [2020-09-14T12:53:26.915Z] _=/usr/bin/env [2020-09-14T12:53:26.915Z] Building test suite binary ./integration-cli/test.main [2020-09-14T12:53:26.915Z] No new tests added to integration. [2020-09-14T12:53:26.915Z] [2020-09-14T12:53:26.945Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 88.14MB / 96.52MB 5.1s [2020-09-14T12:53:26.945Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 95.29MB / 96.52MB 5.2s [2020-09-14T12:53:27.170Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T12:53:27.242Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.4s done [2020-09-14T12:53:27.242Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-14T12:53:27.242Z] #8 ... [2020-09-14T12:53:27.242Z] [2020-09-14T12:53:27.242Z] #21 [internal] load build context [2020-09-14T12:53:27.242Z] #21 transferring context: 51.55MB 5.8s done [2020-09-14T12:53:27.242Z] #21 DONE 5.9s [2020-09-14T12:53:27.535Z] [2020-09-14T12:53:27.535Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:53:28.488Z] ok github.com/docker/docker/client 0.242s coverage: 75.4% of statements [2020-09-14T12:53:28.577Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T12:53:28.577Z] HOSTNAME=1923364934f1 [2020-09-14T12:53:28.577Z] TESTDEBUG=0 [2020-09-14T12:53:28.577Z] DEST=bundles/test-integration [2020-09-14T12:53:28.577Z] PWD=/go/src/github.com/docker/docker [2020-09-14T12:53:28.577Z] KEEPBUNDLE=1 [2020-09-14T12:53:28.577Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:53:28.577Z] container=docker [2020-09-14T12:53:28.577Z] HOME=/root [2020-09-14T12:53:28.577Z] GOLANG_VERSION=1.13.15 [2020-09-14T12:53:28.577Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T12:53:28.577Z] VALIDATE_BRANCH=master [2020-09-14T12:53:28.577Z] TERM=xterm [2020-09-14T12:53:28.577Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T12:53:28.577Z] SHLVL=1 [2020-09-14T12:53:28.577Z] TIMEOUT=120m [2020-09-14T12:53:28.577Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T12:53:28.577Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T12:53:28.577Z] GO111MODULE=off [2020-09-14T12:53:28.577Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-14T12:53:28.577Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T12:53:28.577Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T12:53:28.577Z] GOPATH=/go [2020-09-14T12:53:28.577Z] PKG_CONFIG=pkg-config [2020-09-14T12:53:28.577Z] _=/usr/bin/env [2020-09-14T12:53:28.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-14T12:53:30.461Z] ok github.com/docker/docker/cmd/dockerd 0.058s coverage: 30.8% of statements [2020-09-14T12:53:30.461Z] ok github.com/docker/docker/container 0.130s coverage: 34.7% of statements [2020-09-14T12:53:30.461Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-14T12:53:30.461Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-14T12:53:30.461Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-14T12:53:30.461Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-14T12:53:34.002Z] Client: Docker Engine - Community [2020-09-14T12:53:34.002Z] Version: 19.03.12 [2020-09-14T12:53:34.002Z] API version: 1.40 [2020-09-14T12:53:34.002Z] Go version: go1.13.10 [2020-09-14T12:53:34.002Z] Git commit: 48a66213fe [2020-09-14T12:53:34.002Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-14T12:53:34.002Z] OS/Arch: linux/amd64 [2020-09-14T12:53:34.002Z] Experimental: false [2020-09-14T12:53:34.002Z] [2020-09-14T12:53:34.002Z] Server: Docker Engine - Community [2020-09-14T12:53:34.002Z] Engine: [2020-09-14T12:53:34.002Z] Version: 19.03.12 [2020-09-14T12:53:34.002Z] API version: 1.40 (minimum version 1.12) [2020-09-14T12:53:34.002Z] Go version: go1.13.10 [2020-09-14T12:53:34.002Z] Git commit: 48a66213fe [2020-09-14T12:53:34.002Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-14T12:53:34.002Z] OS/Arch: linux/amd64 [2020-09-14T12:53:34.002Z] Experimental: true [2020-09-14T12:53:34.002Z] containerd: [2020-09-14T12:53:34.002Z] Version: 1.2.13 [2020-09-14T12:53:34.002Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:53:34.003Z] runc: [2020-09-14T12:53:34.003Z] Version: 1.0.0-rc10 [2020-09-14T12:53:34.003Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:53:34.003Z] docker-init: [2020-09-14T12:53:34.003Z] Version: 0.18.0 [2020-09-14T12:53:34.003Z] GitCommit: fec3683 [Pipeline] sh [2020-09-14T12:53:34.309Z] + docker info [2020-09-14T12:53:36.025Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements [2020-09-14T12:53:36.692Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2020-09-14T12:53:38.222Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-09-14T12:53:44.253Z] Client: [2020-09-14T12:53:44.253Z] Debug Mode: false [2020-09-14T12:53:44.253Z] [2020-09-14T12:53:44.253Z] Server: [2020-09-14T12:53:44.253Z] Containers: 0 [2020-09-14T12:53:44.253Z] Running: 0 [2020-09-14T12:53:44.253Z] Paused: 0 [2020-09-14T12:53:44.253Z] Stopped: 0 [2020-09-14T12:53:44.253Z] Images: 0 [2020-09-14T12:53:44.253Z] Server Version: 19.03.12 [2020-09-14T12:53:44.253Z] Storage Driver: overlay2 [2020-09-14T12:53:44.253Z] Backing Filesystem: extfs [2020-09-14T12:53:44.253Z] Supports d_type: true [2020-09-14T12:53:44.253Z] Native Overlay Diff: true [2020-09-14T12:53:44.253Z] Logging Driver: json-file [2020-09-14T12:53:44.253Z] Cgroup Driver: cgroupfs [2020-09-14T12:53:44.253Z] Plugins: [2020-09-14T12:53:44.253Z] Volume: local [2020-09-14T12:53:44.253Z] Network: bridge host ipvlan macvlan null overlay [2020-09-14T12:53:44.253Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-14T12:53:44.253Z] Swarm: inactive [2020-09-14T12:53:44.253Z] Runtimes: runc [2020-09-14T12:53:44.253Z] Default Runtime: runc [2020-09-14T12:53:44.253Z] Init Binary: docker-init [2020-09-14T12:53:44.253Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-14T12:53:44.253Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-14T12:53:44.253Z] init version: fec3683 [2020-09-14T12:53:44.253Z] Security Options: [2020-09-14T12:53:44.253Z] apparmor [2020-09-14T12:53:44.253Z] seccomp [2020-09-14T12:53:44.253Z] Profile: default [2020-09-14T12:53:44.253Z] Kernel Version: 5.3.0-1035-aws [2020-09-14T12:53:44.253Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-14T12:53:44.253Z] OSType: linux [2020-09-14T12:53:44.253Z] Architecture: x86_64 [2020-09-14T12:53:44.253Z] CPUs: 2 [2020-09-14T12:53:44.253Z] Total Memory: 7.487GiB [2020-09-14T12:53:44.253Z] Name: ip-10-100-76-105 [2020-09-14T12:53:44.253Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-14T12:53:44.253Z] Docker Root Dir: /var/lib/docker [2020-09-14T12:53:44.253Z] Debug Mode: false [2020-09-14T12:53:44.253Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:53:44.253Z] Labels: [2020-09-14T12:53:44.253Z] Experimental: true [2020-09-14T12:53:44.253Z] Insecure Registries: [2020-09-14T12:53:44.253Z] 127.0.0.0/8 [2020-09-14T12:53:44.253Z] Live Restore Enabled: true [2020-09-14T12:53:44.253Z] [2020-09-14T12:53:44.253Z] WARNING: No swap limit support [Pipeline] sh [2020-09-14T12:53:44.535Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:53:44.535Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:53:44.535Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41447/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-14T12:53:44.535Z] + bash /home/ubuntu/workspace/moby_PR-41447/check-config.sh [2020-09-14T12:53:44.535Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-14T12:53:44.535Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-14T12:53:44.535Z] [2020-09-14T12:53:44.535Z] Generally Necessary: [2020-09-14T12:53:44.535Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-14T12:53:44.535Z] - apparmor: enabled and tools installed [2020-09-14T12:53:44.535Z] - CONFIG_NAMESPACES: enabled [2020-09-14T12:53:44.535Z] - CONFIG_NET_NS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_PID_NS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_IPC_NS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_UTS_NS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_CGROUPS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-14T12:53:44.535Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-14T12:53:44.535Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-14T12:53:44.535Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-14T12:53:44.535Z] - CONFIG_CPUSETS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_MEMCG: enabled [2020-09-14T12:53:44.535Z] - CONFIG_KEYS: enabled [2020-09-14T12:53:44.535Z] - CONFIG_VETH: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-14T12:53:44.800Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-14T12:53:44.800Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-14T12:53:44.800Z] [2020-09-14T12:53:44.800Z] Optional Features: [2020-09-14T12:53:44.800Z] - CONFIG_USER_NS: enabled [2020-09-14T12:53:44.800Z] - CONFIG_SECCOMP: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-14T12:53:44.800Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-14T12:53:44.800Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-14T12:53:44.800Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-14T12:53:44.800Z] - CONFIG_BLK_CGROUP: enabled [2020-09-14T12:53:44.800Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-14T12:53:44.800Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-14T12:53:44.800Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-14T12:53:44.800Z] - CONFIG_CGROUP_PERF: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-14T12:53:44.800Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-14T12:53:44.800Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-14T12:53:44.800Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-14T12:53:44.800Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_IP_VS: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-14T12:53:44.800Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-14T12:53:44.800Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-14T12:53:44.800Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_EXT4_FS: enabled [2020-09-14T12:53:44.800Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-14T12:53:44.800Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-14T12:53:44.800Z] - Network Drivers: [2020-09-14T12:53:44.800Z] - "overlay": [2020-09-14T12:53:44.800Z] - CONFIG_VXLAN: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-14T12:53:44.800Z] Optional (for encrypted networks): [2020-09-14T12:53:44.800Z] - CONFIG_CRYPTO: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-14T12:53:44.800Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-14T12:53:44.800Z] - CONFIG_XFRM: enabled [2020-09-14T12:53:44.800Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-14T12:53:44.800Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-14T12:53:44.800Z] - "ipvlan": [2020-09-14T12:53:45.056Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-14T12:53:45.056Z] - "macvlan": [2020-09-14T12:53:45.056Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-14T12:53:45.056Z] - CONFIG_DUMMY: enabled (as module) [2020-09-14T12:53:45.056Z] - "ftp,tftp client in container": [2020-09-14T12:53:45.056Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-14T12:53:45.056Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-14T12:53:45.056Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-14T12:53:45.056Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-14T12:53:45.056Z] - Storage Drivers: [2020-09-14T12:53:45.056Z] - "aufs": [2020-09-14T12:53:45.056Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-14T12:53:45.056Z] - "btrfs": [2020-09-14T12:53:45.056Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-14T12:53:45.056Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-14T12:53:45.056Z] - "devicemapper": [2020-09-14T12:53:45.056Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-14T12:53:45.056Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-14T12:53:45.056Z] - "overlay": [2020-09-14T12:53:45.056Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-14T12:53:45.056Z] - "zfs": [2020-09-14T12:53:45.056Z] - /dev/zfs: present [2020-09-14T12:53:45.056Z] - zfs command: missing [2020-09-14T12:53:45.056Z] - zpool command: missing [2020-09-14T12:53:45.056Z] [2020-09-14T12:53:45.056Z] Limits: [2020-09-14T12:53:45.056Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-14T12:53:45.056Z] [2020-09-14T12:53:45.056Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-09-14T12:53:45.106Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.431s coverage: 14.1% of statements [Pipeline] sh [2020-09-14T12:53:45.430Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:41be7293f54f15dc04f024bf2b0f09e1a697208b . [2020-09-14T12:53:45.430Z] #1 [internal] load .dockerignore [2020-09-14T12:53:45.430Z] #1 transferring context: [2020-09-14T12:53:45.688Z] #1 transferring context: 87B done [2020-09-14T12:53:45.688Z] #1 DONE 0.2s [2020-09-14T12:53:45.688Z] [2020-09-14T12:53:45.688Z] #2 [internal] load build definition from Dockerfile [2020-09-14T12:53:45.688Z] #2 transferring dockerfile: 16.37kB 0.0s done [2020-09-14T12:53:45.688Z] #2 DONE 0.2s [2020-09-14T12:53:45.688Z] [2020-09-14T12:53:45.688Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-14T12:53:45.945Z] #3 DONE 0.3s [2020-09-14T12:53:45.945Z] [2020-09-14T12:53:45.945Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-14T12:53:45.945Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-14T12:53:45.945Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-14T12:53:45.945Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-14T12:53:45.945Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 1.07MB / 8.88MB 0.1s [2020-09-14T12:53:45.945Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-14T12:53:45.945Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-09-14T12:53:45.945Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-14T12:53:46.138Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 81.8% of statements [2020-09-14T12:53:46.153Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 18.8s done [2020-09-14T12:53:46.153Z] #8 DONE 24.5s [2020-09-14T12:53:46.153Z] [2020-09-14T12:53:46.153Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-14T12:53:46.153Z] #9 DONE 0.1s [2020-09-14T12:53:46.153Z] [2020-09-14T12:53:46.153Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-14T12:53:46.153Z] #10 DONE 0.2s [2020-09-14T12:53:46.153Z] [2020-09-14T12:53:46.153Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-14T12:53:46.153Z] #28 DONE 0.1s [2020-09-14T12:53:46.153Z] [2020-09-14T12:53:46.153Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:53:46.203Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-09-14T12:53:46.465Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-09-14T12:53:46.466Z] #4 DONE 0.5s [2020-09-14T12:53:46.466Z] [2020-09-14T12:53:46.466Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-14T12:53:46.491Z] #39 ... [2020-09-14T12:53:46.491Z] [2020-09-14T12:53:46.491Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-14T12:53:46.491Z] #36 DONE 0.1s [2020-09-14T12:53:46.491Z] [2020-09-14T12:53:46.491Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:53:46.723Z] #6 DONE 0.2s [2020-09-14T12:53:46.723Z] [2020-09-14T12:53:46.723Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-14T12:53:46.723Z] #5 DONE 0.3s [2020-09-14T12:53:46.723Z] [2020-09-14T12:53:46.723Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:53:46.723Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-14T12:53:46.769Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-09-14T12:53:46.990Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-14T12:53:46.990Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-14T12:53:46.990Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-14T12:53:46.990Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.67MB / 50.40MB 0.2s [2020-09-14T12:53:46.990Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.28MB / 7.81MB 0.2s [2020-09-14T12:53:47.138Z] #37 0.729 + git clone https://github.com/docker/distribution.git . [2020-09-14T12:53:47.138Z] #37 0.740 Cloning into '.'... [2020-09-14T12:53:47.247Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.73MB / 50.40MB 0.3s [2020-09-14T12:53:47.247Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s [2020-09-14T12:53:47.247Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.83MB / 50.40MB 0.5s [2020-09-14T12:53:47.247Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s done [2020-09-14T12:53:47.247Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.27MB / 10.00MB 0.5s [2020-09-14T12:53:47.401Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-09-14T12:53:47.815Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.22MB / 50.40MB 0.9s [2020-09-14T12:53:47.815Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-09-14T12:53:47.815Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 8.77MB / 51.83MB 0.9s [2020-09-14T12:53:47.815Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.23MB / 68.67MB 0.9s [2020-09-14T12:53:47.815Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.1s [2020-09-14T12:53:47.815Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.87MB / 51.83MB 1.1s [2020-09-14T12:53:47.815Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.93MB / 68.67MB 1.1s [2020-09-14T12:53:48.078Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.15MB / 51.83MB 1.2s [2020-09-14T12:53:48.078Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 24.21MB / 68.67MB 1.2s [2020-09-14T12:53:48.078Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.39MB / 51.83MB 1.3s [2020-09-14T12:53:48.078Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.48MB / 68.67MB 1.3s [2020-09-14T12:53:48.336Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.09MB / 51.83MB 1.4s [2020-09-14T12:53:48.336Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.68MB / 68.67MB 1.4s [2020-09-14T12:53:48.336Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done [2020-09-14T12:53:48.336Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.54MB / 51.83MB 1.6s [2020-09-14T12:53:48.336Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.58MB / 68.67MB 1.6s [2020-09-14T12:53:48.336Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.17MB / 120.17MB 1.6s [2020-09-14T12:53:48.433Z] ok github.com/docker/docker/daemon 12.226s coverage: 17.4% of statements [2020-09-14T12:53:48.433Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-14T12:53:48.433Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-14T12:53:48.433Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-14T12:53:48.433Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-14T12:53:48.433Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-09-14T12:53:48.593Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.83MB / 51.83MB 1.7s [2020-09-14T12:53:48.593Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.91MB / 120.17MB 1.7s [2020-09-14T12:53:48.593Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-09-14T12:53:48.593Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.8s [2020-09-14T12:53:48.593Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.28MB / 68.67MB 1.8s [2020-09-14T12:53:48.850Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.66MB / 68.67MB 1.9s [2020-09-14T12:53:48.850Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 29.97MB / 120.17MB 1.9s [2020-09-14T12:53:48.850Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.53MB / 68.67MB 2.0s [2020-09-14T12:53:49.110Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.2s [2020-09-14T12:53:49.110Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.71MB / 120.17MB 2.2s [2020-09-14T12:53:49.110Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 62.94MB / 120.17MB 2.4s [2020-09-14T12:53:49.675Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done [2020-09-14T12:53:49.675Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.03MB / 120.17MB 2.8s [2020-09-14T12:53:49.675Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.8s [2020-09-14T12:53:49.675Z] #7 ... [2020-09-14T12:53:49.675Z] [2020-09-14T12:53:49.675Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-14T12:53:49.675Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-14T12:53:49.675Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-14T12:53:49.675Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-14T12:53:49.675Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-09-14T12:53:49.675Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.1s done [2020-09-14T12:53:49.675Z] #58 DONE 3.0s [2020-09-14T12:53:49.675Z] [2020-09-14T12:53:49.675Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:53:49.675Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.9s done [2020-09-14T12:53:49.675Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.9s done [2020-09-14T12:53:49.935Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.26MB / 120.17MB 3.1s [2020-09-14T12:53:49.935Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.78MB / 120.17MB 3.2s [2020-09-14T12:53:50.200Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.73MB / 120.17MB 3.3s [2020-09-14T12:53:50.200Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.5s [2020-09-14T12:53:50.501Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-09-14T12:53:51.134Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.213s coverage: 57.0% of statements [2020-09-14T12:53:51.576Z] #7 ... [2020-09-14T12:53:51.576Z] [2020-09-14T12:53:51.576Z] #20 [internal] load build context [2020-09-14T12:53:51.576Z] #20 transferring context: 51.55MB 4.5s done [2020-09-14T12:53:51.576Z] #20 DONE 4.7s [2020-09-14T12:53:51.576Z] [2020-09-14T12:53:51.576Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-14T12:53:51.576Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.6s done [2020-09-14T12:53:51.675Z] #37 ... [2020-09-14T12:53:51.675Z] [2020-09-14T12:53:51.675Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:53:51.675Z] #44 0.878 + RM_GOPATH=0 [2020-09-14T12:53:51.675Z] #44 0.878 + TMP_GOPATH= [2020-09-14T12:53:51.675Z] #44 0.878 + : /build [2020-09-14T12:53:51.675Z] #44 0.878 + '[' -z '' ']' [2020-09-14T12:53:51.675Z] #44 0.913 ++ mktemp -d [2020-09-14T12:53:51.675Z] #44 0.935 + export GOPATH=/tmp/tmp.gADUCbBZYk [2020-09-14T12:53:51.675Z] #44 0.937 + GOPATH=/tmp/tmp.gADUCbBZYk [2020-09-14T12:53:51.675Z] #44 0.938 + RM_GOPATH=1 [2020-09-14T12:53:51.675Z] #44 0.940 + case "$(go env GOARCH)" in [2020-09-14T12:53:51.675Z] #44 0.941 ++ go env GOARCH [2020-09-14T12:53:51.675Z] #44 0.987 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:51.675Z] #44 0.988 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:51.675Z] #44 0.990 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:51.675Z] #44 0.995 + dir=/tmp/install [2020-09-14T12:53:51.675Z] #44 0.996 + bin=gotestsum [2020-09-14T12:53:51.675Z] #44 0.996 + shift [2020-09-14T12:53:51.675Z] #44 0.997 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-14T12:53:51.675Z] #44 0.997 + . /tmp/install/gotestsum.installer [2020-09-14T12:53:51.675Z] #44 0.997 ++ : v0.3.5 [2020-09-14T12:53:51.675Z] #44 0.998 + install_gotestsum [2020-09-14T12:53:51.675Z] #44 0.999 + set -e [2020-09-14T12:53:51.675Z] #44 0.999 + export GO111MODULE=on [2020-09-14T12:53:51.675Z] #44 0.999 + GO111MODULE=on [2020-09-14T12:53:51.675Z] #44 0.999 + GOBIN=/build [2020-09-14T12:53:51.675Z] #44 0.999 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-14T12:53:51.675Z] #44 1.162 go: finding gotest.tools v0.3.5 [2020-09-14T12:53:51.675Z] #44 1.164 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-14T12:53:51.675Z] #44 2.250 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-14T12:53:51.675Z] #44 3.266 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-14T12:53:51.675Z] #44 4.619 go: downloading gotest.tools v2.1.0+incompatible [2020-09-14T12:53:51.675Z] #44 4.852 go: extracting gotest.tools v2.1.0+incompatible [2020-09-14T12:53:51.675Z] #44 4.985 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-14T12:53:51.675Z] #44 4.987 go: downloading github.com/fatih/color v1.6.0 [2020-09-14T12:53:51.675Z] #44 4.992 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-14T12:53:51.675Z] #44 5.008 go: downloading github.com/pkg/errors v0.8.0 [2020-09-14T12:53:51.675Z] #44 5.048 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T12:53:51.675Z] #44 5.411 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-14T12:53:51.675Z] #44 5.443 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T12:53:51.675Z] #44 5.449 go: extracting github.com/fatih/color v1.6.0 [2020-09-14T12:53:51.978Z] #44 5.554 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-14T12:53:51.978Z] #44 5.555 go: extracting github.com/pkg/errors v0.8.0 [2020-09-14T12:53:52.299Z] #44 5.826 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-14T12:53:52.299Z] #44 5.854 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-14T12:53:52.299Z] #44 5.870 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T12:53:52.299Z] #44 5.903 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-14T12:53:52.299Z] #44 5.907 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-14T12:53:52.299Z] #44 5.908 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T12:53:52.299Z] #44 5.911 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T12:53:52.299Z] #44 6.048 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-14T12:53:52.602Z] #44 6.318 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-14T12:53:52.948Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.3s done [2020-09-14T12:53:52.948Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-09-14T12:53:53.206Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2020-09-14T12:53:53.463Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-09-14T12:53:53.721Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2020-09-14T12:53:53.978Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-09-14T12:53:55.091Z] ok github.com/docker/docker/cmd/dockerd 0.125s coverage: 30.8% of statements [2020-09-14T12:53:55.091Z] ok github.com/docker/docker/container 0.139s coverage: 34.7% of statements [2020-09-14T12:53:55.091Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-14T12:53:55.091Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-14T12:53:55.091Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-14T12:53:55.091Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-14T12:53:55.398Z] #44 8.781 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T12:53:55.398Z] #44 8.891 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T12:53:55.589Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.352s coverage: 46.2% of statements [2020-09-14T12:53:55.697Z] #44 9.523 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T12:53:55.905Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done [2020-09-14T12:53:56.161Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2020-09-14T12:53:56.347Z] #44 ... [2020-09-14T12:53:56.347Z] [2020-09-14T12:53:56.347Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:53:56.347Z] #55 0.547 + RM_GOPATH=0 [2020-09-14T12:53:56.347Z] #55 0.547 + TMP_GOPATH= [2020-09-14T12:53:56.347Z] #55 0.547 + : /build [2020-09-14T12:53:56.347Z] #55 0.548 + '[' -z '' ']' [2020-09-14T12:53:56.347Z] #55 0.548 ++ mktemp -d [2020-09-14T12:53:56.347Z] #55 0.549 + export GOPATH=/tmp/tmp.QZ3N7SEUrx [2020-09-14T12:53:56.347Z] #55 0.549 + GOPATH=/tmp/tmp.QZ3N7SEUrx [2020-09-14T12:53:56.347Z] #55 0.549 + RM_GOPATH=1 [2020-09-14T12:53:56.347Z] #55 0.550 + case "$(go env GOARCH)" in [2020-09-14T12:53:56.347Z] #55 0.550 ++ go env GOARCH [2020-09-14T12:53:56.347Z] #55 0.555 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.347Z] #55 0.555 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.347Z] #55 0.555 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:56.347Z] #55 0.557 + dir=/tmp/install [2020-09-14T12:53:56.347Z] #55 0.557 + bin=rootlesskit [2020-09-14T12:53:56.347Z] #55 0.557 + shift [2020-09-14T12:53:56.347Z] #55 0.557 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-14T12:53:56.347Z] #55 0.557 + . /tmp/install/rootlesskit.installer [2020-09-14T12:53:56.347Z] #55 0.557 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-14T12:53:56.347Z] #55 0.557 + install_rootlesskit [2020-09-14T12:53:56.347Z] #55 0.557 + case "$1" in [2020-09-14T12:53:56.347Z] #55 0.557 + export CGO_ENABLED=0 [2020-09-14T12:53:56.347Z] #55 0.557 + CGO_ENABLED=0 [2020-09-14T12:53:56.347Z] #55 0.557 + _install_rootlesskit [2020-09-14T12:53:56.347Z] #55 0.558 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-14T12:53:56.347Z] #55 0.558 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-14T12:53:56.347Z] #55 0.558 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.QZ3N7SEUrx/src/github.com/rootless-containers/rootlesskit [2020-09-14T12:53:56.347Z] #55 0.559 Cloning into '/tmp/tmp.QZ3N7SEUrx/src/github.com/rootless-containers/rootlesskit'... [2020-09-14T12:53:56.347Z] #55 4.587 + cd /tmp/tmp.QZ3N7SEUrx/src/github.com/rootless-containers/rootlesskit [2020-09-14T12:53:56.347Z] #55 4.587 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-14T12:53:56.347Z] #55 5.380 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-14T12:53:56.347Z] #55 5.380 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-14T12:53:56.347Z] #55 ... [2020-09-14T12:53:56.347Z] [2020-09-14T12:53:56.347Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:53:56.347Z] #29 0.705 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-14T12:53:56.347Z] #29 0.712 Cloning into '.'... [2020-09-14T12:53:56.649Z] #29 ... [2020-09-14T12:53:56.649Z] [2020-09-14T12:53:56.649Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:53:56.649Z] #42 0.812 + RM_GOPATH=0 [2020-09-14T12:53:56.649Z] #42 0.812 + TMP_GOPATH= [2020-09-14T12:53:56.649Z] #42 0.813 + : /build [2020-09-14T12:53:56.649Z] #42 0.813 + '[' -z '' ']' [2020-09-14T12:53:56.649Z] #42 0.817 ++ mktemp -d [2020-09-14T12:53:56.649Z] #42 0.826 + export GOPATH=/tmp/tmp.imwYjNjNfx [2020-09-14T12:53:56.649Z] #42 0.826 + GOPATH=/tmp/tmp.imwYjNjNfx [2020-09-14T12:53:56.649Z] #42 0.826 + RM_GOPATH=1 [2020-09-14T12:53:56.649Z] #42 0.827 + case "$(go env GOARCH)" in [2020-09-14T12:53:56.649Z] #42 0.828 ++ go env GOARCH [2020-09-14T12:53:56.649Z] #42 0.916 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.649Z] #42 0.916 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.649Z] #42 0.921 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:56.649Z] #42 0.931 + dir=/tmp/install [2020-09-14T12:53:56.649Z] #42 0.932 + bin=vndr [2020-09-14T12:53:56.649Z] #42 0.932 + shift [2020-09-14T12:53:56.649Z] #42 0.933 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-14T12:53:56.649Z] #42 0.933 + . /tmp/install/vndr.installer [2020-09-14T12:53:56.649Z] #42 0.934 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-14T12:53:56.649Z] #42 0.937 + install_vndr [2020-09-14T12:53:56.649Z] #42 0.938 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-14T12:53:56.649Z] #42 0.938 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-14T12:53:56.649Z] #42 0.938 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.imwYjNjNfx/src/github.com/LK4D4/vndr [2020-09-14T12:53:56.649Z] #42 0.959 Cloning into '/tmp/tmp.imwYjNjNfx/src/github.com/LK4D4/vndr'... [2020-09-14T12:53:56.649Z] #42 2.096 + cd /tmp/tmp.imwYjNjNfx/src/github.com/LK4D4/vndr [2020-09-14T12:53:56.649Z] #42 2.097 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-14T12:53:56.649Z] #42 2.105 + go build -buildmode=pie -v -o /build/vndr . [2020-09-14T12:53:56.649Z] #42 3.590 internal/cpu [2020-09-14T12:53:56.649Z] #42 3.652 runtime/internal/sys [2020-09-14T12:53:56.649Z] #42 3.802 runtime/internal/atomic [2020-09-14T12:53:56.649Z] #42 3.880 internal/race [2020-09-14T12:53:56.649Z] #42 4.132 sync/atomic [2020-09-14T12:53:56.649Z] #42 4.181 runtime/internal/math [2020-09-14T12:53:56.649Z] #42 4.552 unicode [2020-09-14T12:53:56.649Z] #42 4.598 unicode/utf8 [2020-09-14T12:53:56.649Z] #42 5.574 math/bits [2020-09-14T12:53:56.649Z] #42 5.609 internal/bytealg [2020-09-14T12:53:56.649Z] #42 6.432 internal/testlog [2020-09-14T12:53:56.649Z] #42 7.403 encoding [2020-09-14T12:53:56.649Z] #42 7.873 unicode/utf16 [2020-09-14T12:53:56.649Z] #42 7.887 math [2020-09-14T12:53:56.649Z] #42 8.096 runtime [2020-09-14T12:53:56.649Z] #42 8.626 container/list [2020-09-14T12:53:56.649Z] #42 ... [2020-09-14T12:53:56.649Z] [2020-09-14T12:53:56.649Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:53:56.649Z] #31 0.810 + RM_GOPATH=0 [2020-09-14T12:53:56.649Z] #31 0.813 + TMP_GOPATH= [2020-09-14T12:53:56.649Z] #31 0.813 + : /build [2020-09-14T12:53:56.649Z] #31 0.813 + '[' -z '' ']' [2020-09-14T12:53:56.649Z] #31 0.816 ++ mktemp -d [2020-09-14T12:53:56.649Z] #31 0.823 + export GOPATH=/tmp/tmp.DCwLypEZIz [2020-09-14T12:53:56.649Z] #31 0.824 + GOPATH=/tmp/tmp.DCwLypEZIz [2020-09-14T12:53:56.649Z] #31 0.824 + RM_GOPATH=1 [2020-09-14T12:53:56.649Z] #31 0.824 + case "$(go env GOARCH)" in [2020-09-14T12:53:56.649Z] #31 0.825 ++ go env GOARCH [2020-09-14T12:53:56.649Z] #31 0.911 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.649Z] #31 0.911 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.649Z] #31 0.912 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:56.649Z] #31 0.924 + dir=/tmp/install [2020-09-14T12:53:56.649Z] #31 0.925 + bin=tomlv [2020-09-14T12:53:56.649Z] #31 0.925 + shift [2020-09-14T12:53:56.649Z] #31 0.926 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-14T12:53:56.649Z] #31 0.927 + . /tmp/install/tomlv.installer [2020-09-14T12:53:56.649Z] #31 0.928 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-14T12:53:56.649Z] #31 0.930 + install_tomlv [2020-09-14T12:53:56.649Z] #31 0.930 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-14T12:53:56.649Z] #31 0.931 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-14T12:53:56.649Z] #31 0.931 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.DCwLypEZIz/src/github.com/BurntSushi/toml [2020-09-14T12:53:56.649Z] #31 0.936 Cloning into '/tmp/tmp.DCwLypEZIz/src/github.com/BurntSushi/toml'... [2020-09-14T12:53:56.649Z] #31 2.384 + cd /tmp/tmp.DCwLypEZIz/src/github.com/BurntSushi/toml [2020-09-14T12:53:56.649Z] #31 2.384 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-14T12:53:56.649Z] #31 2.397 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-14T12:53:56.649Z] #31 3.341 internal/cpu [2020-09-14T12:53:56.649Z] #31 3.372 runtime/internal/sys [2020-09-14T12:53:56.649Z] #31 3.452 runtime/internal/atomic [2020-09-14T12:53:56.649Z] #31 3.558 math/bits [2020-09-14T12:53:56.649Z] #31 4.099 runtime/internal/math [2020-09-14T12:53:56.649Z] #31 4.348 unicode/utf8 [2020-09-14T12:53:56.649Z] #31 4.562 internal/bytealg [2020-09-14T12:53:56.649Z] #31 4.650 sync/atomic [2020-09-14T12:53:56.649Z] #31 5.319 unicode [2020-09-14T12:53:56.649Z] #31 5.863 math [2020-09-14T12:53:56.649Z] #31 6.593 runtime [2020-09-14T12:53:56.649Z] #31 7.437 encoding [2020-09-14T12:53:56.649Z] #31 7.959 runtime/cgo [2020-09-14T12:53:56.673Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-09-14T12:53:56.949Z] #31 ... [2020-09-14T12:53:56.949Z] [2020-09-14T12:53:56.949Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:53:56.949Z] #33 1.108 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:53:56.949Z] #33 1.263 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:53:56.949Z] #33 1.275 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:53:56.949Z] #33 2.656 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-14T12:53:56.949Z] #33 5.106 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-14T12:53:56.949Z] #33 6.853 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-14T12:53:56.949Z] #33 ... [2020-09-14T12:53:56.949Z] [2020-09-14T12:53:56.949Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:53:56.949Z] #46 0.855 + RM_GOPATH=0 [2020-09-14T12:53:56.949Z] #46 0.855 + TMP_GOPATH= [2020-09-14T12:53:56.949Z] #46 0.855 + : /build [2020-09-14T12:53:56.949Z] #46 0.855 + '[' -z '' ']' [2020-09-14T12:53:56.949Z] #46 0.856 ++ mktemp -d [2020-09-14T12:53:56.949Z] #46 0.858 + export GOPATH=/tmp/tmp.Vi7FGDESY9 [2020-09-14T12:53:56.949Z] #46 0.859 + GOPATH=/tmp/tmp.Vi7FGDESY9 [2020-09-14T12:53:56.949Z] #46 0.859 + RM_GOPATH=1 [2020-09-14T12:53:56.949Z] #46 0.859 + case "$(go env GOARCH)" in [2020-09-14T12:53:56.949Z] #46 0.866 ++ go env GOARCH [2020-09-14T12:53:56.949Z] #46 0.913 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.949Z] #46 0.913 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:56.949Z] #46 0.914 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:56.949Z] #46 0.923 + dir=/tmp/install [2020-09-14T12:53:56.949Z] #46 0.939 + bin=golangci_lint [2020-09-14T12:53:56.949Z] #46 0.939 + shift [2020-09-14T12:53:56.949Z] #46 0.939 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-14T12:53:56.949Z] #46 0.939 + . /tmp/install/golangci_lint.installer [2020-09-14T12:53:56.949Z] #46 0.939 ++ : v1.23.8 [2020-09-14T12:53:56.949Z] #46 0.943 + install_golangci_lint [2020-09-14T12:53:56.949Z] #46 0.946 + echo 'Installing golangci-lint version v1.23.8' [2020-09-14T12:53:56.949Z] #46 0.946 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-14T12:53:56.949Z] #46 0.946 Installing golangci-lint version v1.23.8 [2020-09-14T12:53:57.253Z] #46 ... [2020-09-14T12:53:57.253Z] [2020-09-14T12:53:57.253Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:53:57.253Z] #39 0.674 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:53:57.253Z] #39 0.832 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:53:57.253Z] #39 0.959 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:53:57.253Z] #39 1.938 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-14T12:53:57.253Z] #39 4.628 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-14T12:53:57.253Z] #39 6.730 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-14T12:53:57.253Z] #39 ... [2020-09-14T12:53:57.253Z] [2020-09-14T12:53:57.253Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:53:57.253Z] #52 1.089 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:53:57.253Z] #52 1.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:53:57.253Z] #52 1.220 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:53:57.253Z] #52 2.697 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-14T12:53:57.253Z] #52 5.286 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-14T12:53:57.253Z] #52 6.915 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-14T12:53:57.553Z] #52 ... [2020-09-14T12:53:57.553Z] [2020-09-14T12:53:57.553Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:53:57.553Z] #11 1.122 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:53:57.553Z] #11 1.208 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:53:57.553Z] #11 1.252 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:53:57.553Z] #11 2.569 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-14T12:53:57.553Z] #11 5.222 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-14T12:53:57.553Z] #11 6.718 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-14T12:53:57.553Z] #11 ... [2020-09-14T12:53:57.553Z] [2020-09-14T12:53:57.553Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:53:57.553Z] #24 1.094 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:53:57.553Z] #24 1.268 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:53:57.553Z] #24 1.271 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:53:57.553Z] #24 2.683 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-14T12:53:57.553Z] #24 4.929 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-14T12:53:57.553Z] #24 7.198 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-14T12:53:57.645Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2020-09-14T12:53:57.853Z] #24 ... [2020-09-14T12:53:57.854Z] [2020-09-14T12:53:57.854Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:53:57.854Z] #61 0.834 + RM_GOPATH=0 [2020-09-14T12:53:57.854Z] #61 0.834 + TMP_GOPATH= [2020-09-14T12:53:57.854Z] #61 0.834 + : /build [2020-09-14T12:53:57.854Z] #61 0.834 + '[' -z '' ']' [2020-09-14T12:53:57.854Z] #61 0.836 ++ mktemp -d [2020-09-14T12:53:57.854Z] #61 0.849 + export GOPATH=/tmp/tmp.qd8R5lLqLh [2020-09-14T12:53:57.854Z] #61 0.888 + GOPATH=/tmp/tmp.qd8R5lLqLh [2020-09-14T12:53:57.854Z] #61 0.889 + RM_GOPATH=1 [2020-09-14T12:53:57.854Z] #61 0.889 + case "$(go env GOARCH)" in [2020-09-14T12:53:57.854Z] #61 0.894 ++ go env GOARCH [2020-09-14T12:53:57.854Z] #61 0.908 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:57.854Z] #61 0.908 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:57.854Z] #61 0.912 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:57.854Z] #61 0.934 + dir=/tmp/install [2020-09-14T12:53:57.854Z] #61 0.935 + bin=proxy [2020-09-14T12:53:57.854Z] #61 0.935 + shift [2020-09-14T12:53:57.854Z] #61 0.937 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-14T12:53:57.854Z] #61 0.938 + . /tmp/install/proxy.installer [2020-09-14T12:53:57.854Z] #61 0.945 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-14T12:53:57.854Z] #61 0.949 + install_proxy [2020-09-14T12:53:57.854Z] #61 0.949 + case "$1" in [2020-09-14T12:53:57.854Z] #61 0.950 + export CGO_ENABLED=0 [2020-09-14T12:53:57.854Z] #61 0.950 + CGO_ENABLED=0 [2020-09-14T12:53:57.854Z] #61 0.951 + _install_proxy [2020-09-14T12:53:57.854Z] #61 0.951 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-14T12:53:57.854Z] #61 0.951 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-14T12:53:57.854Z] #61 0.952 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.qd8R5lLqLh/src/github.com/docker/libnetwork [2020-09-14T12:53:57.854Z] #61 0.984 Cloning into '/tmp/tmp.qd8R5lLqLh/src/github.com/docker/libnetwork'... [2020-09-14T12:53:57.854Z] #61 ... [2020-09-14T12:53:57.854Z] [2020-09-14T12:53:57.854Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:53:57.854Z] #22 0.821 + RM_GOPATH=0 [2020-09-14T12:53:57.854Z] #22 0.821 + TMP_GOPATH= [2020-09-14T12:53:57.854Z] #22 0.821 + : /build [2020-09-14T12:53:57.854Z] #22 0.821 + '[' -z '' ']' [2020-09-14T12:53:57.854Z] #22 0.829 ++ mktemp -d [2020-09-14T12:53:57.854Z] #22 0.836 + export GOPATH=/tmp/tmp.b2goK4Eq4B [2020-09-14T12:53:57.854Z] #22 0.836 + GOPATH=/tmp/tmp.b2goK4Eq4B [2020-09-14T12:53:57.854Z] #22 0.836 + RM_GOPATH=1 [2020-09-14T12:53:57.854Z] #22 0.837 + case "$(go env GOARCH)" in [2020-09-14T12:53:57.854Z] #22 0.838 ++ go env GOARCH [2020-09-14T12:53:57.854Z] #22 0.967 Install docker/cli version 17.06.2-ce from stable [2020-09-14T12:53:57.854Z] #22 0.969 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:57.854Z] #22 0.969 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:57.854Z] #22 0.969 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:57.854Z] #22 0.969 + dir=/tmp/install [2020-09-14T12:53:57.854Z] #22 0.969 + bin=dockercli [2020-09-14T12:53:57.854Z] #22 0.969 + shift [2020-09-14T12:53:57.854Z] #22 0.969 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-14T12:53:57.854Z] #22 0.969 + . /tmp/install/dockercli.installer [2020-09-14T12:53:57.854Z] #22 0.969 ++ : stable [2020-09-14T12:53:57.854Z] #22 0.969 ++ : 17.06.2-ce [2020-09-14T12:53:57.854Z] #22 0.969 + install_dockercli [2020-09-14T12:53:57.854Z] #22 0.969 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-14T12:53:57.854Z] #22 0.993 ++ uname -m [2020-09-14T12:53:57.854Z] #22 1.000 + arch=ppc64le [2020-09-14T12:53:57.854Z] #22 1.000 + '[' ppc64le '!=' x86_64 ']' [2020-09-14T12:53:57.854Z] #22 1.000 + '[' ppc64le '!=' s390x ']' [2020-09-14T12:53:57.854Z] #22 1.000 + '[' ppc64le '!=' armhf ']' [2020-09-14T12:53:57.854Z] #22 1.000 + build_dockercli [2020-09-14T12:53:57.854Z] #22 1.000 + git clone https://github.com/docker/docker-ce /tmp/tmp.b2goK4Eq4B/tmp/docker-ce [2020-09-14T12:53:57.854Z] #22 1.006 Cloning into '/tmp/tmp.b2goK4Eq4B/tmp/docker-ce'... [2020-09-14T12:53:58.155Z] #22 ... [2020-09-14T12:53:58.155Z] [2020-09-14T12:53:58.155Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:53:58.155Z] #48 0.829 + RM_GOPATH=0 [2020-09-14T12:53:58.155Z] #48 0.829 + TMP_GOPATH= [2020-09-14T12:53:58.155Z] #48 0.829 + : /build [2020-09-14T12:53:58.155Z] #48 0.830 + '[' -z '' ']' [2020-09-14T12:53:58.155Z] #48 0.832 ++ mktemp -d [2020-09-14T12:53:58.155Z] #48 0.838 + export GOPATH=/tmp/tmp.yyWAPKCEOW [2020-09-14T12:53:58.155Z] #48 0.838 + GOPATH=/tmp/tmp.yyWAPKCEOW [2020-09-14T12:53:58.155Z] #48 0.838 + RM_GOPATH=1 [2020-09-14T12:53:58.155Z] #48 0.838 + case "$(go env GOARCH)" in [2020-09-14T12:53:58.155Z] #48 0.840 ++ go env GOARCH [2020-09-14T12:53:58.155Z] #48 0.865 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:58.155Z] #48 0.866 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:53:58.155Z] #48 0.867 ++ dirname /tmp/install/install.sh [2020-09-14T12:53:58.155Z] #48 0.869 + dir=/tmp/install [2020-09-14T12:53:58.155Z] #48 0.870 + bin=shfmt [2020-09-14T12:53:58.155Z] #48 0.870 + shift [2020-09-14T12:53:58.155Z] #48 0.870 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-14T12:53:58.155Z] #48 0.873 + . /tmp/install/shfmt.installer [2020-09-14T12:53:58.155Z] #48 0.874 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-14T12:53:58.155Z] #48 0.875 + install_shfmt [2020-09-14T12:53:58.155Z] #48 0.876 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-14T12:53:58.155Z] #48 0.876 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-14T12:53:58.155Z] #48 0.876 + git clone https://github.com/mvdan/sh.git /tmp/tmp.yyWAPKCEOW/src/github.com/mvdan/sh [2020-09-14T12:53:58.155Z] #48 0.882 Cloning into '/tmp/tmp.yyWAPKCEOW/src/github.com/mvdan/sh'... [2020-09-14T12:53:58.155Z] #48 10.77 + cd /tmp/tmp.yyWAPKCEOW/src/github.com/mvdan/sh [2020-09-14T12:53:58.155Z] #48 10.77 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-14T12:53:58.155Z] #48 10.84 + GO111MODULE=on [2020-09-14T12:53:58.155Z] #48 10.84 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-14T12:53:58.155Z] #48 ... [2020-09-14T12:53:58.155Z] [2020-09-14T12:53:58.155Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:53:58.155Z] #42 11.36 crypto/internal/subtle [2020-09-14T12:53:58.155Z] #42 11.96 crypto/subtle [2020-09-14T12:53:58.686Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.1s done [2020-09-14T12:53:58.686Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2020-09-14T12:53:58.796Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|imports|files|deps|exports_file) took 1m56.053077521s [2020-09-14T12:53:58.796Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 472.994965ms [2020-09-14T12:53:58.807Z] #42 12.52 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-14T12:53:59.038Z] ok github.com/docker/docker/daemon/cluster/convert 0.027s coverage: 35.9% of statements [2020-09-14T12:53:59.108Z] #42 12.88 internal/nettrace [2020-09-14T12:53:59.407Z] #42 13.22 runtime/cgo [2020-09-14T12:54:00.314Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.386s coverage: 49.5% of statements [2020-09-14T12:54:00.957Z] ok github.com/docker/docker/daemon/cluster 0.147s coverage: 0.5% of statements [2020-09-14T12:54:02.859Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.2s done [2020-09-14T12:54:02.996Z] #42 16.33 vendor/golang.org/x/crypto/internal/subtle [2020-09-14T12:54:02.996Z] #42 ... [2020-09-14T12:54:02.996Z] [2020-09-14T12:54:02.996Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:54:02.996Z] #37 16.47 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-14T12:54:03.115Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-14T12:54:03.115Z] #7 DONE 16.3s [2020-09-14T12:54:03.115Z] [2020-09-14T12:54:03.115Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-14T12:54:03.518Z] ok github.com/docker/docker/daemon/discovery 0.017s coverage: 30.0% of statements [2020-09-14T12:54:04.095Z] ok github.com/docker/docker/daemon/config 0.100s coverage: 81.8% of statements [2020-09-14T12:54:05.044Z] ok github.com/docker/docker/daemon/events 0.091s coverage: 50.0% of statements [2020-09-14T12:54:05.112Z] #37 18.57 + 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-14T12:54:05.992Z] ok github.com/docker/docker/daemon/graphdriver 0.036s coverage: 2.2% of statements [2020-09-14T12:54:06.392Z] #8 DONE 2.8s [2020-09-14T12:54:06.392Z] [2020-09-14T12:54:06.392Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-14T12:54:06.392Z] #9 DONE 0.5s [2020-09-14T12:54:06.392Z] [2020-09-14T12:54:06.392Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:06.651Z] #21 ... [2020-09-14T12:54:06.651Z] [2020-09-14T12:54:06.651Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-14T12:54:06.651Z] #35 DONE 0.2s [2020-09-14T12:54:06.651Z] [2020-09-14T12:54:06.651Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-14T12:54:06.651Z] #27 DONE 0.2s [2020-09-14T12:54:06.651Z] [2020-09-14T12:54:06.651Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:54:07.337Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.810s coverage: 73.1% of statements [2020-09-14T12:54:07.337Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-14T12:54:07.337Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.867s coverage: 57.7% of statements [2020-09-14T12:54:07.337Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-14T12:54:07.692Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2020-09-14T12:54:07.983Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.699s coverage: 76.1% of statements [2020-09-14T12:54:07.983Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-14T12:54:08.718Z] #37 ... [2020-09-14T12:54:08.718Z] [2020-09-14T12:54:08.718Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:08.718Z] #44 12.32 go: finding github.com/fatih/color v1.6.0 [2020-09-14T12:54:08.718Z] #44 12.34 go: finding github.com/pkg/errors v0.8.0 [2020-09-14T12:54:08.718Z] #44 12.37 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-14T12:54:08.718Z] #44 12.39 go: finding github.com/spf13/pflag v1.0.1 [2020-09-14T12:54:08.718Z] #44 12.60 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-14T12:54:08.718Z] #44 12.82 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-14T12:54:08.718Z] #44 13.09 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T12:54:08.718Z] #44 13.16 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T12:54:08.718Z] #44 13.18 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-14T12:54:08.718Z] #44 13.34 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T12:54:08.718Z] #44 13.49 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T12:54:08.718Z] #44 ... [2020-09-14T12:54:08.718Z] [2020-09-14T12:54:08.718Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:08.718Z] #61 17.55 Checking out files: 68% (1423/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-14T12:54:08.718Z] #61 18.15 + cd /tmp/tmp.qd8R5lLqLh/src/github.com/docker/libnetwork [2020-09-14T12:54:08.718Z] #61 18.16 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-14T12:54:08.718Z] #61 18.36 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-14T12:54:08.718Z] #61 ... [2020-09-14T12:54:08.718Z] [2020-09-14T12:54:08.718Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:08.718Z] #48 12.49 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-14T12:54:08.718Z] #48 12.51 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-14T12:54:08.718Z] #48 12.56 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-14T12:54:08.718Z] #48 12.80 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-14T12:54:08.718Z] #48 12.82 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-14T12:54:08.718Z] #48 14.20 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-14T12:54:08.718Z] #48 14.84 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-14T12:54:08.718Z] #48 16.44 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-14T12:54:08.718Z] #48 17.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-14T12:54:08.718Z] #48 17.96 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-14T12:54:08.718Z] #48 18.33 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-14T12:54:08.718Z] #48 18.53 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-14T12:54:08.718Z] #48 19.55 runtime/cgo [2020-09-14T12:54:08.718Z] #48 19.80 runtime [2020-09-14T12:54:08.770Z] INFO [runner/unused/goanalysis] analyzers took 27.144725754s with top 10 stages: buildssa: 23.105845481s, U1000: 4.038880273s [2020-09-14T12:54:09.088Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2020-09-14T12:54:09.379Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-09-14T12:54:10.010Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.8% of statements [2020-09-14T12:54:10.010Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-14T12:54:10.010Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-14T12:54:10.206Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-09-14T12:54:10.778Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.472s coverage: 14.1% of statements [2020-09-14T12:54:10.825Z] #28 ... [2020-09-14T12:54:10.825Z] [2020-09-14T12:54:10.825Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:10.825Z] #21 2.373 + RM_GOPATH=0 [2020-09-14T12:54:10.825Z] #21 2.373 + TMP_GOPATH= [2020-09-14T12:54:10.825Z] #21 2.373 + : /build [2020-09-14T12:54:10.825Z] #21 2.373 + '[' -z '' ']' [2020-09-14T12:54:10.825Z] #21 2.373 ++ mktemp -d [2020-09-14T12:54:10.825Z] #21 2.373 + export GOPATH=/tmp/tmp.sF1O9b2u6B [2020-09-14T12:54:10.825Z] #21 2.373 + GOPATH=/tmp/tmp.sF1O9b2u6B [2020-09-14T12:54:10.825Z] #21 2.373 + RM_GOPATH=1 [2020-09-14T12:54:10.825Z] #21 2.373 + case "$(go env GOARCH)" in [2020-09-14T12:54:10.825Z] #21 2.373 ++ go env GOARCH [2020-09-14T12:54:10.825Z] #21 2.376 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:10.825Z] #21 2.376 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:10.825Z] #21 2.376 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:10.825Z] #21 2.377 + dir=/tmp/install [2020-09-14T12:54:10.825Z] #21 2.377 + bin=dockercli [2020-09-14T12:54:10.825Z] #21 2.377 + shift [2020-09-14T12:54:10.825Z] #21 2.377 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-14T12:54:10.825Z] #21 2.377 + . /tmp/install/dockercli.installer [2020-09-14T12:54:10.825Z] #21 2.377 ++ : stable [2020-09-14T12:54:10.825Z] #21 2.377 ++ : 17.06.2-ce [2020-09-14T12:54:10.825Z] #21 2.377 + install_dockercli [2020-09-14T12:54:10.825Z] #21 2.377 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-14T12:54:10.825Z] #21 2.377 Install docker/cli version 17.06.2-ce from stable [2020-09-14T12:54:10.825Z] #21 2.378 ++ uname -m [2020-09-14T12:54:10.825Z] #21 2.378 + arch=x86_64 [2020-09-14T12:54:10.825Z] #21 2.383 + '[' x86_64 '!=' x86_64 ']' [2020-09-14T12:54:10.825Z] #21 2.383 + url=https://download.docker.com/linux/static [2020-09-14T12:54:10.825Z] #21 2.383 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-14T12:54:10.825Z] #21 2.383 + tar -xz docker/docker [2020-09-14T12:54:10.825Z] #21 3.817 + mkdir -p /build [2020-09-14T12:54:10.825Z] #21 3.817 + mv docker/docker /build/ [2020-09-14T12:54:10.825Z] #21 3.819 + rmdir docker [2020-09-14T12:54:10.825Z] #21 DONE 4.1s [2020-09-14T12:54:10.825Z] [2020-09-14T12:54:10.825Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:10.825Z] #41 4.270 + RM_GOPATH=0 [2020-09-14T12:54:10.825Z] #41 4.270 + TMP_GOPATH= [2020-09-14T12:54:10.825Z] #41 4.270 + : /build [2020-09-14T12:54:10.825Z] #41 4.270 + '[' -z '' ']' [2020-09-14T12:54:10.825Z] #41 4.270 ++ mktemp -d [2020-09-14T12:54:10.825Z] #41 4.270 + export GOPATH=/tmp/tmp.jRDHdt6KBB [2020-09-14T12:54:10.825Z] #41 4.270 + GOPATH=/tmp/tmp.jRDHdt6KBB [2020-09-14T12:54:10.825Z] #41 4.270 + RM_GOPATH=1 [2020-09-14T12:54:10.825Z] #41 4.270 + case "$(go env GOARCH)" in [2020-09-14T12:54:10.825Z] #41 4.276 ++ go env GOARCH [2020-09-14T12:54:10.825Z] #41 4.277 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:10.825Z] #41 4.277 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:10.825Z] #41 4.278 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-14T12:54:10.825Z] #41 4.278 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:10.825Z] #41 4.278 + dir=/tmp/install [2020-09-14T12:54:10.825Z] #41 4.278 + bin=vndr [2020-09-14T12:54:10.825Z] #41 4.278 + shift [2020-09-14T12:54:10.825Z] #41 4.278 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-14T12:54:10.825Z] #41 4.278 + . /tmp/install/vndr.installer [2020-09-14T12:54:10.825Z] #41 4.278 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-14T12:54:10.825Z] #41 4.278 + install_vndr [2020-09-14T12:54:10.825Z] #41 4.278 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-14T12:54:10.825Z] #41 4.278 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.jRDHdt6KBB/src/github.com/LK4D4/vndr [2020-09-14T12:54:10.825Z] #41 4.281 Cloning into '/tmp/tmp.jRDHdt6KBB/src/github.com/LK4D4/vndr'... [2020-09-14T12:54:11.082Z] #41 4.637 + cd /tmp/tmp.jRDHdt6KBB/src/github.com/LK4D4/vndr [2020-09-14T12:54:11.082Z] #41 4.637 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-14T12:54:11.082Z] #41 4.637 + go build -buildmode=pie -v -o /build/vndr . [2020-09-14T12:54:11.097Z] ok github.com/docker/docker/daemon/logger 0.209s coverage: 41.0% of statements [2020-09-14T12:54:11.507Z] #48 ... [2020-09-14T12:54:11.507Z] [2020-09-14T12:54:11.507Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:11.507Z] #33 15.29 Fetched 8156 kB in 14s (575 kB/s) [2020-09-14T12:54:11.507Z] #33 15.29 Reading package lists... [2020-09-14T12:54:11.645Z] #41 5.117 runtime/internal/atomic [2020-09-14T12:54:11.645Z] #41 5.117 internal/cpu [2020-09-14T12:54:11.645Z] #41 5.292 runtime/internal/sys [2020-09-14T12:54:11.725Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.738s coverage: 57.0% of statements [2020-09-14T12:54:11.794Z] ok github.com/docker/docker/daemon/logger/awslogs 0.117s coverage: 77.4% of statements [2020-09-14T12:54:11.794Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-14T12:54:11.794Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-14T12:54:11.794Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2020-09-14T12:54:11.807Z] #33 22.35 Reading package lists... [2020-09-14T12:54:11.808Z] #33 ... [2020-09-14T12:54:11.808Z] [2020-09-14T12:54:11.808Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:11.808Z] #39 16.44 Fetched 8156 kB in 16s (514 kB/s) [2020-09-14T12:54:11.808Z] #39 16.44 Reading package lists... [2020-09-14T12:54:11.902Z] #41 5.616 internal/bytealg [2020-09-14T12:54:12.107Z] #39 23.96 Reading package lists... [2020-09-14T12:54:12.107Z] #39 ... [2020-09-14T12:54:12.107Z] [2020-09-14T12:54:12.107Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:12.107Z] #11 15.75 Fetched 8156 kB in 15s (557 kB/s) [2020-09-14T12:54:12.107Z] #11 15.75 Reading package lists... [2020-09-14T12:54:12.107Z] #11 22.74 Reading package lists... [2020-09-14T12:54:12.107Z] #11 ... [2020-09-14T12:54:12.107Z] [2020-09-14T12:54:12.107Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:12.107Z] #24 15.99 Fetched 8156 kB in 15s (547 kB/s) [2020-09-14T12:54:12.107Z] #24 15.99 Reading package lists... [2020-09-14T12:54:12.160Z] #41 5.711 runtime/internal/math [2020-09-14T12:54:12.408Z] #24 23.51 Reading package lists... [2020-09-14T12:54:12.408Z] #24 ... [2020-09-14T12:54:12.408Z] [2020-09-14T12:54:12.408Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:54:12.408Z] #52 15.95 Fetched 8156 kB in 15s (549 kB/s) [2020-09-14T12:54:12.408Z] #52 15.95 Reading package lists... [2020-09-14T12:54:12.416Z] #41 5.914 internal/race [2020-09-14T12:54:12.416Z] #41 ... [2020-09-14T12:54:12.416Z] [2020-09-14T12:54:12.416Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:54:12.416Z] #28 5.728 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-14T12:54:12.416Z] #28 5.728 Cloning into '.'... [2020-09-14T12:54:12.891Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 23.9% of statements [2020-09-14T12:54:12.891Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 61.6% of statements [2020-09-14T12:54:13.181Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2020-09-14T12:54:14.298Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-09-14T12:54:14.316Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 75.2% of statements [2020-09-14T12:54:14.316Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-14T12:54:14.316Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.041s coverage: 37.7% of statements [2020-09-14T12:54:14.967Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.005s coverage: 33.3% of statements [2020-09-14T12:54:15.205Z] #52 23.16 Reading package lists... [2020-09-14T12:54:15.205Z] #52 ... [2020-09-14T12:54:15.205Z] [2020-09-14T12:54:15.205Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:15.205Z] #33 22.35 Reading package lists... [2020-09-14T12:54:15.688Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.427s coverage: 46.2% of statements [2020-09-14T12:54:15.949Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.936s coverage: 73.1% of statements [2020-09-14T12:54:16.077Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 46.8% of statements [2020-09-14T12:54:16.266Z] #33 28.71 Building dependency tree... [2020-09-14T12:54:16.435Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-09-14T12:54:16.606Z] #28 ... [2020-09-14T12:54:16.606Z] [2020-09-14T12:54:16.606Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:54:16.606Z] #51 5.792 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:54:16.606Z] #51 5.897 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:54:16.606Z] #51 5.897 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:54:16.606Z] #51 7.169 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-14T12:54:16.606Z] #51 9.196 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-14T12:54:16.606Z] #51 ... [2020-09-14T12:54:16.606Z] [2020-09-14T12:54:16.606Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:16.606Z] #45 5.141 + RM_GOPATH=0 [2020-09-14T12:54:16.606Z] #45 5.141 + TMP_GOPATH= [2020-09-14T12:54:16.606Z] #45 5.141 + : /build [2020-09-14T12:54:16.606Z] #45 5.141 + '[' -z '' ']' [2020-09-14T12:54:16.606Z] #45 5.141 ++ mktemp -d [2020-09-14T12:54:16.606Z] #45 5.141 + export GOPATH=/tmp/tmp.UzpzXmagls [2020-09-14T12:54:16.606Z] #45 5.141 + GOPATH=/tmp/tmp.UzpzXmagls [2020-09-14T12:54:16.606Z] #45 5.141 + RM_GOPATH=1 [2020-09-14T12:54:16.606Z] #45 5.141 + case "$(go env GOARCH)" in [2020-09-14T12:54:16.606Z] #45 5.141 ++ go env GOARCH [2020-09-14T12:54:16.606Z] #45 5.158 Installing golangci-lint version v1.23.8 [2020-09-14T12:54:16.606Z] #45 5.158 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:16.606Z] #45 5.158 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:16.606Z] #45 5.158 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:16.606Z] #45 5.158 + dir=/tmp/install [2020-09-14T12:54:16.606Z] #45 5.158 + bin=golangci_lint [2020-09-14T12:54:16.606Z] #45 5.158 + shift [2020-09-14T12:54:16.606Z] #45 5.158 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-14T12:54:16.606Z] #45 5.158 + . /tmp/install/golangci_lint.installer [2020-09-14T12:54:16.606Z] #45 5.158 ++ : v1.23.8 [2020-09-14T12:54:16.606Z] #45 5.158 + install_golangci_lint [2020-09-14T12:54:16.606Z] #45 5.158 + echo 'Installing golangci-lint version v1.23.8' [2020-09-14T12:54:16.606Z] #45 5.158 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-14T12:54:16.606Z] #45 ... [2020-09-14T12:54:16.606Z] [2020-09-14T12:54:16.606Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:16.606Z] #10 6.482 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:54:16.606Z] #10 6.610 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:54:16.606Z] #10 6.610 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:54:16.606Z] #10 7.588 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-14T12:54:16.606Z] #10 9.352 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-14T12:54:16.865Z] #10 ... [2020-09-14T12:54:16.865Z] [2020-09-14T12:54:16.865Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:16.865Z] #47 4.521 + RM_GOPATH=0 [2020-09-14T12:54:16.865Z] #47 4.522 + TMP_GOPATH= [2020-09-14T12:54:16.865Z] #47 4.522 + : /build [2020-09-14T12:54:16.865Z] #47 4.522 + '[' -z '' ']' [2020-09-14T12:54:16.865Z] #47 4.523 ++ mktemp -d [2020-09-14T12:54:16.865Z] #47 4.523 + export GOPATH=/tmp/tmp.HdR0BJY5Nr [2020-09-14T12:54:16.865Z] #47 4.523 + GOPATH=/tmp/tmp.HdR0BJY5Nr [2020-09-14T12:54:16.865Z] #47 4.523 + RM_GOPATH=1 [2020-09-14T12:54:16.865Z] #47 4.523 + case "$(go env GOARCH)" in [2020-09-14T12:54:16.865Z] #47 4.524 ++ go env GOARCH [2020-09-14T12:54:16.865Z] #47 4.535 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:16.865Z] #47 4.535 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:16.865Z] #47 4.535 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:16.865Z] #47 4.535 + dir=/tmp/install [2020-09-14T12:54:16.865Z] #47 4.535 + bin=shfmt [2020-09-14T12:54:16.865Z] #47 4.535 + shift [2020-09-14T12:54:16.865Z] #47 4.535 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-14T12:54:16.865Z] #47 4.535 + . /tmp/install/shfmt.installer [2020-09-14T12:54:16.866Z] #47 4.535 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-14T12:54:16.866Z] #47 4.535 + install_shfmt [2020-09-14T12:54:16.866Z] #47 4.535 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-14T12:54:16.866Z] #47 4.535 + git clone https://github.com/mvdan/sh.git /tmp/tmp.HdR0BJY5Nr/src/github.com/mvdan/sh [2020-09-14T12:54:16.866Z] #47 4.535 Cloning into '/tmp/tmp.HdR0BJY5Nr/src/github.com/mvdan/sh'... [2020-09-14T12:54:16.866Z] #47 4.536 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-14T12:54:16.866Z] #47 ... [2020-09-14T12:54:16.866Z] [2020-09-14T12:54:16.866Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:16.866Z] #32 6.580 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:54:16.866Z] #32 6.628 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:54:16.866Z] #32 6.635 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:54:16.866Z] #32 7.703 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-14T12:54:16.866Z] #32 9.736 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-14T12:54:17.080Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-09-14T12:54:17.080Z] ok github.com/docker/docker/daemon/logger/splunk 1.456s coverage: 82.5% of statements [2020-09-14T12:54:17.080Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-14T12:54:17.080Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-14T12:54:17.127Z] #32 ... [2020-09-14T12:54:17.127Z] [2020-09-14T12:54:17.127Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:17.127Z] #54 5.142 + RM_GOPATH=0 [2020-09-14T12:54:17.127Z] #54 5.142 + TMP_GOPATH= [2020-09-14T12:54:17.127Z] #54 5.142 + : /build [2020-09-14T12:54:17.127Z] #54 5.142 + '[' -z '' ']' [2020-09-14T12:54:17.127Z] #54 5.159 ++ mktemp -d [2020-09-14T12:54:17.127Z] #54 5.159 + export GOPATH=/tmp/tmp.HwlEJrxY4Q [2020-09-14T12:54:17.127Z] #54 5.159 + GOPATH=/tmp/tmp.HwlEJrxY4Q [2020-09-14T12:54:17.127Z] #54 5.159 + RM_GOPATH=1 [2020-09-14T12:54:17.127Z] #54 5.159 + case "$(go env GOARCH)" in [2020-09-14T12:54:17.127Z] #54 5.159 ++ go env GOARCH [2020-09-14T12:54:17.127Z] #54 5.181 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.127Z] #54 5.181 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.127Z] #54 5.181 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:17.127Z] #54 5.181 + dir=/tmp/install [2020-09-14T12:54:17.127Z] #54 5.181 + bin=rootlesskit [2020-09-14T12:54:17.127Z] #54 5.181 + shift [2020-09-14T12:54:17.127Z] #54 5.181 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-14T12:54:17.127Z] #54 5.189 + . /tmp/install/rootlesskit.installer [2020-09-14T12:54:17.127Z] #54 5.189 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-14T12:54:17.127Z] #54 5.189 + install_rootlesskit [2020-09-14T12:54:17.127Z] #54 5.189 + case "$1" in [2020-09-14T12:54:17.127Z] #54 5.189 + export CGO_ENABLED=0 [2020-09-14T12:54:17.127Z] #54 5.189 + CGO_ENABLED=0 [2020-09-14T12:54:17.127Z] #54 5.189 + _install_rootlesskit [2020-09-14T12:54:17.127Z] #54 5.189 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-14T12:54:17.127Z] #54 5.189 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.HwlEJrxY4Q/src/github.com/rootless-containers/rootlesskit [2020-09-14T12:54:17.127Z] #54 5.189 Cloning into '/tmp/tmp.HwlEJrxY4Q/src/github.com/rootless-containers/rootlesskit'... [2020-09-14T12:54:17.127Z] #54 5.189 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-14T12:54:17.127Z] #54 ... [2020-09-14T12:54:17.127Z] [2020-09-14T12:54:17.127Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:54:17.127Z] #36 5.543 + git clone https://github.com/docker/distribution.git . [2020-09-14T12:54:17.127Z] #36 5.543 Cloning into '.'... [2020-09-14T12:54:17.386Z] #36 ... [2020-09-14T12:54:17.386Z] [2020-09-14T12:54:17.386Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:17.386Z] #60 4.782 + RM_GOPATH=0 [2020-09-14T12:54:17.386Z] #60 4.782 + TMP_GOPATH= [2020-09-14T12:54:17.386Z] #60 4.782 + : /build [2020-09-14T12:54:17.386Z] #60 4.782 + '[' -z '' ']' [2020-09-14T12:54:17.386Z] #60 4.782 ++ mktemp -d [2020-09-14T12:54:17.386Z] #60 4.783 + export GOPATH=/tmp/tmp.bFkgxFa8Bd [2020-09-14T12:54:17.386Z] #60 4.783 + GOPATH=/tmp/tmp.bFkgxFa8Bd [2020-09-14T12:54:17.386Z] #60 4.783 + RM_GOPATH=1 [2020-09-14T12:54:17.386Z] #60 4.783 + case "$(go env GOARCH)" in [2020-09-14T12:54:17.386Z] #60 4.783 ++ go env GOARCH [2020-09-14T12:54:17.386Z] #60 4.797 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-09-14T12:54:17.386Z] #60 4.797 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.386Z] #60 4.797 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.386Z] #60 4.797 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:17.386Z] #60 4.797 + dir=/tmp/install [2020-09-14T12:54:17.386Z] #60 4.797 + bin=proxy [2020-09-14T12:54:17.386Z] #60 4.797 + shift [2020-09-14T12:54:17.386Z] #60 4.797 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-14T12:54:17.386Z] #60 4.797 + . /tmp/install/proxy.installer [2020-09-14T12:54:17.386Z] #60 4.797 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-09-14T12:54:17.386Z] #60 4.797 + install_proxy [2020-09-14T12:54:17.386Z] #60 4.797 + case "$1" in [2020-09-14T12:54:17.386Z] #60 4.797 + export CGO_ENABLED=0 [2020-09-14T12:54:17.386Z] #60 4.797 + CGO_ENABLED=0 [2020-09-14T12:54:17.386Z] #60 4.797 + _install_proxy [2020-09-14T12:54:17.386Z] #60 4.797 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-09-14T12:54:17.386Z] #60 4.797 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.bFkgxFa8Bd/src/github.com/docker/libnetwork [2020-09-14T12:54:17.386Z] #60 4.797 Cloning into '/tmp/tmp.bFkgxFa8Bd/src/github.com/docker/libnetwork'... [2020-09-14T12:54:17.644Z] #60 ... [2020-09-14T12:54:17.644Z] [2020-09-14T12:54:17.644Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:17.644Z] #23 5.829 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:54:17.644Z] #23 5.987 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:54:17.644Z] #23 5.987 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:54:17.644Z] #23 7.296 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-14T12:54:17.644Z] #23 9.463 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-14T12:54:17.644Z] #23 ... [2020-09-14T12:54:17.644Z] [2020-09-14T12:54:17.644Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:17.644Z] #38 6.544 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:54:17.644Z] #38 6.675 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:54:17.644Z] #38 6.675 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:54:17.644Z] #38 7.452 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-14T12:54:17.644Z] #38 9.632 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-14T12:54:17.866Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.924s coverage: 49.5% of statements [2020-09-14T12:54:17.902Z] #38 ... [2020-09-14T12:54:17.903Z] [2020-09-14T12:54:17.903Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:17.903Z] #30 5.403 + RM_GOPATH=0 [2020-09-14T12:54:17.903Z] #30 5.403 + TMP_GOPATH= [2020-09-14T12:54:17.903Z] #30 5.403 + : /build [2020-09-14T12:54:17.903Z] #30 5.403 + '[' -z '' ']' [2020-09-14T12:54:17.903Z] #30 5.412 ++ mktemp -d [2020-09-14T12:54:17.903Z] #30 5.422 + export GOPATH=/tmp/tmp.2udogqRnRA [2020-09-14T12:54:17.903Z] #30 5.422 + GOPATH=/tmp/tmp.2udogqRnRA [2020-09-14T12:54:17.903Z] #30 5.422 + RM_GOPATH=1 [2020-09-14T12:54:17.903Z] #30 5.422 + case "$(go env GOARCH)" in [2020-09-14T12:54:17.903Z] #30 5.422 ++ go env GOARCH [2020-09-14T12:54:17.903Z] #30 5.467 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.903Z] #30 5.467 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.903Z] #30 5.469 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:17.903Z] #30 5.480 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-14T12:54:17.903Z] #30 5.483 + dir=/tmp/install [2020-09-14T12:54:17.903Z] #30 5.483 + bin=tomlv [2020-09-14T12:54:17.903Z] #30 5.483 + shift [2020-09-14T12:54:17.903Z] #30 5.483 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-14T12:54:17.903Z] #30 5.483 + . /tmp/install/tomlv.installer [2020-09-14T12:54:17.903Z] #30 5.483 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-14T12:54:17.903Z] #30 5.483 + install_tomlv [2020-09-14T12:54:17.903Z] #30 5.483 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-14T12:54:17.903Z] #30 5.483 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2udogqRnRA/src/github.com/BurntSushi/toml [2020-09-14T12:54:17.903Z] #30 5.483 Cloning into '/tmp/tmp.2udogqRnRA/src/github.com/BurntSushi/toml'... [2020-09-14T12:54:17.903Z] #30 6.640 + cd /tmp/tmp.2udogqRnRA/src/github.com/BurntSushi/toml [2020-09-14T12:54:17.903Z] #30 6.640 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-14T12:54:17.903Z] #30 6.652 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-14T12:54:17.903Z] #30 7.089 math/bits [2020-09-14T12:54:17.903Z] #30 7.229 runtime [2020-09-14T12:54:17.903Z] #30 7.930 math [2020-09-14T12:54:17.903Z] #30 ... [2020-09-14T12:54:17.903Z] [2020-09-14T12:54:17.903Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:17.903Z] #43 5.589 + RM_GOPATH=0 [2020-09-14T12:54:17.903Z] #43 5.589 + TMP_GOPATH= [2020-09-14T12:54:17.903Z] #43 5.589 + : /build [2020-09-14T12:54:17.903Z] #43 5.589 + '[' -z '' ']' [2020-09-14T12:54:17.903Z] #43 5.589 ++ mktemp -d [2020-09-14T12:54:17.903Z] #43 5.589 + export GOPATH=/tmp/tmp.5EIPj2v3KH [2020-09-14T12:54:17.903Z] #43 5.589 + GOPATH=/tmp/tmp.5EIPj2v3KH [2020-09-14T12:54:17.903Z] #43 5.589 + RM_GOPATH=1 [2020-09-14T12:54:17.903Z] #43 5.589 + case "$(go env GOARCH)" in [2020-09-14T12:54:17.903Z] #43 5.616 ++ go env GOARCH [2020-09-14T12:54:17.903Z] #43 5.646 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.903Z] #43 5.646 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:17.903Z] #43 5.646 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:17.903Z] #43 5.651 + dir=/tmp/install [2020-09-14T12:54:17.903Z] #43 5.651 + bin=gotestsum [2020-09-14T12:54:17.903Z] #43 5.651 + shift [2020-09-14T12:54:17.903Z] #43 5.651 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-14T12:54:17.903Z] #43 5.651 + . /tmp/install/gotestsum.installer [2020-09-14T12:54:17.903Z] #43 5.651 ++ : v0.3.5 [2020-09-14T12:54:17.903Z] #43 5.651 + install_gotestsum [2020-09-14T12:54:17.903Z] #43 5.651 + set -e [2020-09-14T12:54:17.903Z] #43 5.651 + export GO111MODULE=on [2020-09-14T12:54:17.903Z] #43 5.651 + GO111MODULE=on [2020-09-14T12:54:17.903Z] #43 5.651 + GOBIN=/build [2020-09-14T12:54:17.903Z] #43 5.651 + go get gotest.tools/gotestsum@v0.3.5 [2020-09-14T12:54:17.903Z] #43 5.656 go: finding gotest.tools v0.3.5 [2020-09-14T12:54:17.903Z] #43 5.711 go: finding gotest.tools/gotestsum v0.3.5 [2020-09-14T12:54:17.903Z] #43 6.976 go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-14T12:54:17.903Z] #43 7.464 go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-14T12:54:17.903Z] #43 8.181 go: downloading gotest.tools v2.1.0+incompatible [2020-09-14T12:54:17.903Z] #43 8.270 go: extracting gotest.tools v2.1.0+incompatible [2020-09-14T12:54:17.903Z] #43 8.430 go: downloading github.com/spf13/pflag v1.0.1 [2020-09-14T12:54:17.903Z] #43 8.633 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T12:54:17.903Z] #43 8.637 go: downloading github.com/pkg/errors v0.8.0 [2020-09-14T12:54:17.903Z] #43 8.638 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-14T12:54:17.903Z] #43 8.639 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-14T12:54:17.903Z] #43 8.640 go: downloading github.com/fatih/color v1.6.0 [2020-09-14T12:54:17.903Z] #43 8.862 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T12:54:17.903Z] #43 8.918 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T12:54:17.903Z] #43 8.955 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-14T12:54:17.903Z] #43 9.238 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-14T12:54:17.903Z] #43 9.259 go: extracting github.com/pkg/errors v0.8.0 [2020-09-14T12:54:17.903Z] #43 9.285 go: extracting github.com/spf13/pflag v1.0.1 [2020-09-14T12:54:17.903Z] #43 9.436 go: extracting github.com/fatih/color v1.6.0 [2020-09-14T12:54:17.903Z] #43 9.446 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-14T12:54:17.903Z] #43 9.450 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-14T12:54:17.903Z] #43 9.574 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-14T12:54:17.903Z] #43 9.627 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T12:54:17.903Z] #43 9.633 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T12:54:17.903Z] #43 9.755 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-14T12:54:17.903Z] #43 11.55 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T12:54:18.113Z] ok github.com/docker/docker/distribution/metadata 0.023s coverage: 48.2% of statements [2020-09-14T12:54:18.160Z] #43 ... [2020-09-14T12:54:18.160Z] [2020-09-14T12:54:18.160Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:18.160Z] #32 11.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-14T12:54:18.395Z] #33 32.30 The following additional packages will be installed: [2020-09-14T12:54:18.693Z] #33 32.32 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-14T12:54:18.693Z] #33 32.33 Suggested packages: [2020-09-14T12:54:18.693Z] #33 32.33 cmake-doc ninja-build lrzip [2020-09-14T12:54:18.693Z] #33 32.33 Recommended packages: [2020-09-14T12:54:18.693Z] #33 32.33 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-14T12:54:18.811Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.480s coverage: 76.1% of statements [2020-09-14T12:54:19.383Z] ok github.com/docker/docker/daemon 12.387s coverage: 17.4% of statements [2020-09-14T12:54:19.383Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-14T12:54:19.383Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-14T12:54:19.383Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-14T12:54:19.383Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-14T12:54:19.383Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-14T12:54:19.383Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.057s coverage: 58.0% of statements [2020-09-14T12:54:19.619Z] ok github.com/docker/docker/distribution 1.235s coverage: 21.9% of statements [2020-09-14T12:54:19.619Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-14T12:54:19.755Z] #33 33.36 The following NEW packages will be installed: [2020-09-14T12:54:19.755Z] #33 33.38 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-14T12:54:19.755Z] #33 33.38 vim-common xxd [2020-09-14T12:54:19.755Z] #33 33.63 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:19.755Z] #33 33.63 Need to get 14.9 MB of archives. [2020-09-14T12:54:19.755Z] #33 33.63 After this operation, 67.2 MB of additional disk space will be used. [2020-09-14T12:54:19.755Z] #33 33.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-14T12:54:20.054Z] #33 33.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-14T12:54:20.054Z] #33 33.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-09-14T12:54:20.249Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-09-14T12:54:20.331Z] ok github.com/docker/docker/daemon/links 0.027s coverage: 93.0% of statements [2020-09-14T12:54:20.354Z] #33 33.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-14T12:54:20.904Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.046s coverage: 3.0% of statements [2020-09-14T12:54:20.921Z] ok github.com/docker/docker/distribution/xfer 1.872s coverage: 85.1% of statements [2020-09-14T12:54:20.921Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-14T12:54:20.921Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-09-14T12:54:21.417Z] #33 34.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-09-14T12:54:21.417Z] #33 35.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-09-14T12:54:21.417Z] #33 35.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-09-14T12:54:21.417Z] #33 35.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-09-14T12:54:21.417Z] #33 35.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-09-14T12:54:21.417Z] #33 35.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-09-14T12:54:22.023Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2020-09-14T12:54:22.024Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-14T12:54:22.024Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2020-09-14T12:54:22.024Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-14T12:54:22.314Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-09-14T12:54:22.486Z] #33 ... [2020-09-14T12:54:22.486Z] [2020-09-14T12:54:22.486Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:22.486Z] #39 23.96 Reading package lists... [2020-09-14T12:54:22.486Z] #39 31.26 Building dependency tree... [2020-09-14T12:54:22.486Z] #39 34.09 The following additional packages will be installed: [2020-09-14T12:54:22.486Z] #39 34.09 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-14T12:54:22.486Z] #39 34.09 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-14T12:54:22.486Z] #39 34.09 Suggested packages: [2020-09-14T12:54:22.486Z] #39 34.10 manpages-dev python-setuptools [2020-09-14T12:54:22.486Z] #39 35.90 The following NEW packages will be installed: [2020-09-14T12:54:22.486Z] #39 35.90 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-14T12:54:22.486Z] #39 35.90 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-14T12:54:22.486Z] #39 35.90 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-14T12:54:22.486Z] #39 35.90 python-six zlib1g-dev [2020-09-14T12:54:22.486Z] #39 36.02 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:22.486Z] #39 36.02 Need to get 4075 kB of archives. [2020-09-14T12:54:22.486Z] #39 36.02 After this operation, 24.5 MB of additional disk space will be used. [2020-09-14T12:54:22.486Z] #39 36.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-09-14T12:54:22.486Z] #39 36.05 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-14T12:54:22.486Z] #39 36.06 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-14T12:54:22.486Z] #39 36.07 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-14T12:54:22.486Z] #39 36.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-09-14T12:54:22.486Z] #39 36.09 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-14T12:54:22.486Z] #39 36.11 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-14T12:54:22.486Z] #39 36.11 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-14T12:54:22.486Z] #39 36.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-09-14T12:54:22.486Z] #39 36.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-09-14T12:54:22.486Z] #39 36.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-09-14T12:54:22.785Z] #39 36.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-09-14T12:54:22.785Z] #39 36.48 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-14T12:54:22.785Z] #39 36.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-09-14T12:54:22.785Z] #39 36.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-14T12:54:22.785Z] #39 36.52 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-09-14T12:54:22.785Z] #39 36.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-09-14T12:54:22.825Z] ok github.com/docker/docker/daemon/logger 0.232s coverage: 41.0% of statements [2020-09-14T12:54:22.825Z] ok github.com/docker/docker/daemon/images 0.069s coverage: 4.8% of statements [2020-09-14T12:54:23.347Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2020-09-14T12:54:23.402Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.998s coverage: 57.7% of statements [2020-09-14T12:54:23.402Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-14T12:54:23.402Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-14T12:54:23.402Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-14T12:54:23.402Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-14T12:54:23.436Z] #39 ... [2020-09-14T12:54:23.436Z] [2020-09-14T12:54:23.436Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:23.437Z] #33 36.69 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:23.437Z] #33 36.96 Fetched 14.9 MB in 2s (7976 kB/s) [2020-09-14T12:54:23.437Z] #33 37.09 Selecting previously unselected package xxd. [2020-09-14T12:54:23.437Z] #33 37.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-14T12:54:23.437Z] #33 37.22 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-14T12:54:23.437Z] #33 37.23 Unpacking xxd (2:8.1.0875-5) ... [2020-09-14T12:54:23.442Z] #32 ... [2020-09-14T12:54:23.442Z] [2020-09-14T12:54:23.442Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:23.442Z] #41 6.086 sync/atomic [2020-09-14T12:54:23.442Z] #41 6.623 runtime [2020-09-14T12:54:23.442Z] #41 6.721 unicode [2020-09-14T12:54:23.442Z] #41 9.949 unicode/utf8 [2020-09-14T12:54:23.442Z] #41 10.74 math [2020-09-14T12:54:23.442Z] #41 14.89 unicode/utf16 [2020-09-14T12:54:23.442Z] #41 15.20 container/list [2020-09-14T12:54:23.442Z] #41 15.72 crypto/internal/subtle [2020-09-14T12:54:23.442Z] #41 15.86 crypto/subtle [2020-09-14T12:54:23.442Z] #41 16.04 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-14T12:54:23.442Z] #41 16.19 internal/nettrace [2020-09-14T12:54:23.442Z] #41 16.27 runtime/cgo [2020-09-14T12:54:23.442Z] #41 ... [2020-09-14T12:54:23.442Z] [2020-09-14T12:54:23.442Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:23.442Z] #47 13.57 + cd /tmp/tmp.HdR0BJY5Nr/src/github.com/mvdan/sh [2020-09-14T12:54:23.442Z] #47 13.57 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-14T12:54:23.442Z] #47 13.72 + GO111MODULE=on [2020-09-14T12:54:23.442Z] #47 13.72 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-14T12:54:23.442Z] #47 15.13 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-14T12:54:23.442Z] #47 15.19 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-14T12:54:23.442Z] #47 15.27 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-14T12:54:23.442Z] #47 15.46 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-14T12:54:23.442Z] #47 15.52 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-14T12:54:23.442Z] #47 16.30 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-14T12:54:23.442Z] #47 16.92 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-14T12:54:23.638Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-14T12:54:23.743Z] #33 37.51 Selecting previously unselected package vim-common. [2020-09-14T12:54:23.743Z] #33 37.54 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-14T12:54:23.743Z] #33 37.62 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-14T12:54:23.978Z] ok github.com/docker/docker/daemon/logger/awslogs 0.350s coverage: 77.8% of statements [2020-09-14T12:54:23.978Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-14T12:54:23.978Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-14T12:54:24.241Z] ok github.com/docker/docker/daemon/logger/gelf 0.084s coverage: 67.0% of statements [2020-09-14T12:54:24.394Z] #33 38.12 Selecting previously unselected package cmake-data. [2020-09-14T12:54:24.394Z] #33 38.12 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-14T12:54:24.394Z] #33 38.13 Unpacking cmake-data (3.13.4-1) ... [2020-09-14T12:54:24.517Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 23.9% of statements [2020-09-14T12:54:24.780Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 87.2% of statements [2020-09-14T12:54:24.815Z] #47 18.32 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-14T12:54:25.142Z] ok github.com/docker/docker/pkg/archive 0.517s coverage: 77.0% of statements [2020-09-14T12:54:25.353Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 61.6% of statements [2020-09-14T12:54:25.946Z] #33 ... [2020-09-14T12:54:25.946Z] [2020-09-14T12:54:25.946Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:54:25.946Z] #52 23.16 Reading package lists... [2020-09-14T12:54:25.946Z] #52 30.87 Building dependency tree... [2020-09-14T12:54:25.946Z] #52 35.20 The following additional packages will be installed: [2020-09-14T12:54:25.946Z] #52 35.22 libbtrfs0 [2020-09-14T12:54:25.946Z] #52 35.54 The following NEW packages will be installed: [2020-09-14T12:54:25.946Z] #52 35.56 libbtrfs-dev libbtrfs0 [2020-09-14T12:54:25.946Z] #52 35.84 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:25.946Z] #52 35.84 Need to get 120 kB of archives. [2020-09-14T12:54:25.946Z] #52 35.84 After this operation, 423 kB of additional disk space will be used. [2020-09-14T12:54:25.946Z] #52 35.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-14T12:54:25.946Z] #52 35.87 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-14T12:54:25.946Z] #52 37.90 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:25.946Z] #52 38.29 Fetched 120 kB in 0s (1555 kB/s) [2020-09-14T12:54:25.946Z] #52 38.42 Selecting previously unselected package libbtrfs0. [2020-09-14T12:54:25.946Z] #52 38.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 ... 15339 files and directories currently installed.) [2020-09-14T12:54:25.946Z] #52 38.61 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-14T12:54:25.946Z] #52 38.62 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-14T12:54:25.946Z] #52 38.78 Selecting previously unselected package libbtrfs-dev. [2020-09-14T12:54:25.946Z] #52 38.86 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-14T12:54:25.946Z] #52 38.87 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:54:25.946Z] #52 39.20 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-14T12:54:25.946Z] #52 39.22 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:54:25.946Z] #52 39.23 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:54:25.946Z] #52 DONE 39.6s [2020-09-14T12:54:25.946Z] [2020-09-14T12:54:25.946Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:25.946Z] #39 38.34 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:25.946Z] #39 38.60 Fetched 4075 kB in 1s (7195 kB/s) [2020-09-14T12:54:25.946Z] #39 38.71 Selecting previously unselected package libcap-dev:ppc64el. [2020-09-14T12:54:25.946Z] #39 38.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-14T12:54:25.946Z] #39 38.84 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-09-14T12:54:25.946Z] #39 38.85 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-09-14T12:54:25.946Z] #39 39.04 Selecting previously unselected package libnet1:ppc64el. [2020-09-14T12:54:25.946Z] #39 39.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-14T12:54:25.946Z] #39 39.07 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-14T12:54:25.946Z] #39 39.23 Selecting previously unselected package libnet1-dev. [2020-09-14T12:54:25.946Z] #39 39.25 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-14T12:54:25.946Z] #39 39.26 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-14T12:54:25.946Z] #39 39.54 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-14T12:54:25.946Z] #39 39.54 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-14T12:54:25.946Z] #39 39.55 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-14T12:54:25.946Z] #39 39.77 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-09-14T12:54:26.175Z] ok github.com/docker/docker/pkg/authorization 0.577s coverage: 68.3% of statements [2020-09-14T12:54:26.187Z] #47 19.65 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-14T12:54:26.248Z] #39 39.81 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-09-14T12:54:26.248Z] #39 39.81 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-14T12:54:26.248Z] #39 40.15 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-14T12:54:26.248Z] #39 40.15 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-14T12:54:26.248Z] #39 40.15 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-14T12:54:26.302Z] ok github.com/docker/docker/daemon/logger/local 0.077s coverage: 75.2% of statements [2020-09-14T12:54:26.302Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-14T12:54:26.446Z] #47 19.91 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-14T12:54:26.446Z] #47 20.10 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-14T12:54:26.446Z] #47 20.13 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-14T12:54:26.465Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-14T12:54:26.554Z] #39 40.24 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-09-14T12:54:26.554Z] #39 40.26 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-09-14T12:54:26.554Z] #39 ... [2020-09-14T12:54:26.554Z] [2020-09-14T12:54:26.554Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:26.554Z] #11 22.74 Reading package lists... [2020-09-14T12:54:26.554Z] #11 30.46 Building dependency tree... [2020-09-14T12:54:26.554Z] #11 34.48 The following additional packages will be installed: [2020-09-14T12:54:26.554Z] #11 34.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-14T12:54:26.554Z] #11 34.48 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-14T12:54:26.554Z] #11 34.49 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-14T12:54:26.554Z] #11 34.49 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-14T12:54:26.554Z] #11 34.51 Suggested packages: [2020-09-14T12:54:26.554Z] #11 34.51 gcc-8-locales seccomp wine64 [2020-09-14T12:54:26.554Z] #11 36.34 The following NEW packages will be installed: [2020-09-14T12:54:26.554Z] #11 36.34 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-14T12:54:26.554Z] #11 36.34 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-14T12:54:26.554Z] #11 36.34 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-14T12:54:26.554Z] #11 36.35 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-14T12:54:26.554Z] #11 36.35 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-14T12:54:26.554Z] #11 36.35 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-14T12:54:26.554Z] #11 36.54 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:26.554Z] #11 36.54 Need to get 78.9 MB of archives. [2020-09-14T12:54:26.554Z] #11 36.54 After this operation, 532 MB of additional disk space will be used. [2020-09-14T12:54:26.554Z] #11 36.54 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-14T12:54:26.554Z] #11 36.81 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-14T12:54:26.554Z] #11 37.21 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-14T12:54:26.554Z] #11 37.23 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-14T12:54:26.554Z] #11 37.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-09-14T12:54:26.554Z] #11 37.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-14T12:54:26.554Z] #11 37.80 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-14T12:54:26.554Z] #11 38.14 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-14T12:54:26.554Z] #11 38.16 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-14T12:54:26.554Z] #11 ... [2020-09-14T12:54:26.554Z] [2020-09-14T12:54:26.554Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:26.554Z] #53 0.394 + RM_GOPATH=0 [2020-09-14T12:54:26.554Z] #53 0.400 + TMP_GOPATH= [2020-09-14T12:54:26.554Z] #53 0.400 + : /build [2020-09-14T12:54:26.554Z] #53 0.400 + '[' -z '' ']' [2020-09-14T12:54:26.554Z] #53 0.404 ++ mktemp -d [2020-09-14T12:54:26.554Z] #53 0.411 + export GOPATH=/tmp/tmp.3e2wjwBd51 [2020-09-14T12:54:26.554Z] #53 0.412 + GOPATH=/tmp/tmp.3e2wjwBd51 [2020-09-14T12:54:26.554Z] #53 0.412 + RM_GOPATH=1 [2020-09-14T12:54:26.554Z] #53 0.412 + case "$(go env GOARCH)" in [2020-09-14T12:54:26.554Z] #53 0.412 ++ go env GOARCH [2020-09-14T12:54:26.554Z] #53 0.464 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:26.554Z] #53 0.464 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:26.554Z] #53 0.469 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:26.554Z] #53 0.488 + dir=/tmp/install [2020-09-14T12:54:26.554Z] #53 0.500 + bin=containerd [2020-09-14T12:54:26.554Z] #53 0.500 + shift [2020-09-14T12:54:26.554Z] #53 0.500 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-14T12:54:26.554Z] #53 0.500 + . /tmp/install/containerd.installer [2020-09-14T12:54:26.554Z] #53 0.503 ++ set -e [2020-09-14T12:54:26.554Z] #53 0.503 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-14T12:54:26.554Z] #53 0.504 + install_containerd [2020-09-14T12:54:26.554Z] #53 0.505 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-14T12:54:26.554Z] #53 0.505 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-14T12:54:26.554Z] #53 0.505 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3e2wjwBd51/src/github.com/containerd/containerd [2020-09-14T12:54:26.554Z] #53 0.514 Cloning into '/tmp/tmp.3e2wjwBd51/src/github.com/containerd/containerd'... [2020-09-14T12:54:26.756Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-09-14T12:54:26.858Z] #53 ... [2020-09-14T12:54:26.858Z] [2020-09-14T12:54:26.858Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:26.858Z] #61 DONE 40.5s [2020-09-14T12:54:26.858Z] [2020-09-14T12:54:26.858Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:26.858Z] #24 23.51 Reading package lists... [2020-09-14T12:54:26.858Z] #24 30.99 Building dependency tree... [2020-09-14T12:54:26.858Z] #24 35.47 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-14T12:54:26.858Z] #24 35.47 The following additional packages will be installed: [2020-09-14T12:54:26.858Z] #24 35.49 libjq1 libonig5 [2020-09-14T12:54:26.858Z] #24 36.11 The following NEW packages will be installed: [2020-09-14T12:54:26.858Z] #24 36.12 jq libjq1 libonig5 [2020-09-14T12:54:26.858Z] #24 36.34 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:26.858Z] #24 36.34 Need to get 358 kB of archives. [2020-09-14T12:54:26.858Z] #24 36.34 After this operation, 1277 kB of additional disk space will be used. [2020-09-14T12:54:26.858Z] #24 36.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-14T12:54:26.858Z] #24 36.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-14T12:54:26.858Z] #24 36.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-14T12:54:26.858Z] #24 38.40 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:26.858Z] #24 38.82 Fetched 358 kB in 0s (2915 kB/s) [2020-09-14T12:54:26.858Z] #24 38.98 Selecting previously unselected package libonig5:ppc64el. [2020-09-14T12:54:26.858Z] #24 38.98 (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-14T12:54:26.858Z] #24 39.14 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-09-14T12:54:26.858Z] #24 39.14 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-14T12:54:26.858Z] #24 39.44 Selecting previously unselected package libjq1:ppc64el. [2020-09-14T12:54:26.858Z] #24 39.45 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-14T12:54:26.858Z] #24 39.46 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-14T12:54:26.858Z] #24 39.78 Selecting previously unselected package jq. [2020-09-14T12:54:26.858Z] #24 39.80 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-14T12:54:26.858Z] #24 39.80 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-14T12:54:26.858Z] #24 40.09 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-14T12:54:26.858Z] #24 40.10 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-14T12:54:26.858Z] #24 40.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-14T12:54:26.858Z] #24 40.16 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:54:26.858Z] #24 DONE 40.7s [2020-09-14T12:54:26.858Z] [2020-09-14T12:54:26.858Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:26.858Z] #39 40.27 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-14T12:54:26.858Z] #39 40.43 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-09-14T12:54:26.858Z] #39 40.43 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-09-14T12:54:26.858Z] #39 40.44 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-14T12:54:26.858Z] #39 ... [2020-09-14T12:54:26.858Z] [2020-09-14T12:54:26.858Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T12:54:26.858Z] #25 DONE 0.1s [2020-09-14T12:54:26.877Z] time="2020-09-14T12:54:26Z" level=error msg="Failed to remove source log file: remove /tmp/TestCheckCapacityAndRotate181191810/log621486585.1: no such file or directory" [2020-09-14T12:54:26.877Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.099s coverage: 37.7% of statements [2020-09-14T12:54:27.140Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.035s coverage: 33.3% of statements [2020-09-14T12:54:27.163Z] [2020-09-14T12:54:27.163Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:27.377Z] #47 20.99 runtime/cgo [2020-09-14T12:54:27.377Z] #47 21.09 runtime [2020-09-14T12:54:27.377Z] #47 ... [2020-09-14T12:54:27.377Z] [2020-09-14T12:54:27.377Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:27.377Z] #54 11.08 + cd /tmp/tmp.HwlEJrxY4Q/src/github.com/rootless-containers/rootlesskit [2020-09-14T12:54:27.377Z] #54 11.08 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-14T12:54:27.377Z] #54 11.64 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-14T12:54:27.377Z] #54 11.64 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-14T12:54:27.636Z] #54 ... [2020-09-14T12:54:27.636Z] [2020-09-14T12:54:27.636Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:27.636Z] #43 11.92 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T12:54:27.636Z] #43 12.72 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T12:54:27.636Z] #43 15.07 go: finding github.com/fatih/color v1.6.0 [2020-09-14T12:54:27.636Z] #43 15.12 go: finding github.com/pkg/errors v0.8.0 [2020-09-14T12:54:27.636Z] #43 15.24 go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-14T12:54:27.636Z] #43 15.33 go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-14T12:54:27.636Z] #43 15.40 go: finding github.com/spf13/pflag v1.0.1 [2020-09-14T12:54:27.636Z] #43 15.41 go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-14T12:54:27.636Z] #43 15.71 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T12:54:27.636Z] #43 15.85 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T12:54:27.636Z] #43 15.88 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-14T12:54:27.636Z] #43 15.95 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T12:54:27.636Z] #43 16.07 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T12:54:27.715Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2020-09-14T12:54:27.978Z] ok github.com/docker/docker/daemon/logger/syslog 0.026s coverage: 46.8% of statements [2020-09-14T12:54:28.200Z] #43 ... [2020-09-14T12:54:28.200Z] [2020-09-14T12:54:28.200Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:28.200Z] #10 11.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-14T12:54:28.200Z] #10 ... [2020-09-14T12:54:28.200Z] [2020-09-14T12:54:28.200Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:28.200Z] #23 11.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-14T12:54:28.459Z] #23 ... [2020-09-14T12:54:28.459Z] [2020-09-14T12:54:28.459Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:54:28.459Z] #51 11.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-14T12:54:28.459Z] #51 21.87 Fetched 8379 kB in 16s (510 kB/s) [2020-09-14T12:54:28.459Z] #51 21.87 Reading package lists... [2020-09-14T12:54:28.459Z] #51 ... [2020-09-14T12:54:28.459Z] [2020-09-14T12:54:28.459Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:28.459Z] #30 11.94 internal/testlog [2020-09-14T12:54:28.459Z] #30 12.28 encoding [2020-09-14T12:54:28.459Z] #30 12.51 runtime/cgo [2020-09-14T12:54:28.716Z] #30 ... [2020-09-14T12:54:28.716Z] [2020-09-14T12:54:28.716Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:28.716Z] #38 12.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-14T12:54:28.716Z] #38 ... [2020-09-14T12:54:28.716Z] [2020-09-14T12:54:28.716Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:28.716Z] #23 22.23 Fetched 8379 kB in 17s (504 kB/s) [2020-09-14T12:54:28.924Z] ok github.com/docker/docker/daemon/network 0.022s coverage: 63.8% of statements [2020-09-14T12:54:29.301Z] #26 2.306 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-14T12:54:29.873Z] ok github.com/docker/docker/daemon/logger/splunk 1.995s coverage: 82.5% of statements [2020-09-14T12:54:29.873Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-14T12:54:29.873Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-14T12:54:29.873Z] ok github.com/docker/docker/distribution/metadata 0.119s coverage: 48.2% of statements [2020-09-14T12:54:29.979Z] #26 2.799 [2020-09-14T12:54:31.222Z] ok github.com/docker/docker/pkg/chrootarchive 3.451s coverage: 43.2% of statements [2020-09-14T12:54:31.223Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-09-14T12:54:31.223Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-09-14T12:54:31.223Z] ok github.com/docker/docker/layer 7.808s coverage: 68.8% of statements [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/oci [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-14T12:54:31.223Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-14T12:54:31.513Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-09-14T12:54:31.797Z] ok github.com/docker/docker/errdefs 0.015s coverage: 49.4% of statements [2020-09-14T12:54:31.797Z] ok github.com/docker/docker/distribution 1.012s coverage: 21.9% of statements [2020-09-14T12:54:31.797Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-14T12:54:31.805Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-09-14T12:54:31.842Z] #26 3.050 ## 3.6% ####### 10.2% ########### 16.3% ################# 24.1% #################### 28.2% ########################## 36.4% ################################ 44.6% ##################################### 52.7% ############################################# 62.9% ##################################################### 74.3% ######################################################### 80.5% ############################################################### 88.6% #################################################################### 94.7% ######################################################################## 100.0% [2020-09-14T12:54:32.061Z] ok github.com/docker/docker/image 0.049s coverage: 86.4% of statements [2020-09-14T12:54:32.197Z] #26 5.141 [2020-09-14T12:54:32.440Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-09-14T12:54:32.508Z] #26 5.331 ############# 18.3% ######################################### 58.3% ###################################################################### 98.4% ######################################################################## 100.0% [2020-09-14T12:54:32.731Z] ok github.com/docker/docker/pkg/dmesg 0.019s coverage: 83.3% of statements [2020-09-14T12:54:33.010Z] ok github.com/docker/docker/image/cache 0.020s coverage: 19.2% of statements [2020-09-14T12:54:33.010Z] ok github.com/docker/docker/image/v1 0.055s coverage: 25.0% of statements [2020-09-14T12:54:33.010Z] ok github.com/docker/docker/distribution/xfer 1.695s coverage: 85.1% of statements [2020-09-14T12:54:33.010Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-14T12:54:33.010Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-14T12:54:33.010Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-14T12:54:33.156Z] #26 6.250 [2020-09-14T12:54:33.586Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2020-09-14T12:54:33.768Z] #26 6.469 ### 5.5% ################## 26.1% ######################################## 56.9% ############################################################### 87.8% ######################################################################## 100.0% [2020-09-14T12:54:34.019Z] #23 22.23 Reading package lists... [2020-09-14T12:54:34.019Z] #23 ... [2020-09-14T12:54:34.019Z] [2020-09-14T12:54:34.019Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:34.019Z] #60 22.67 Checking out files: 63% (1321/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-14T12:54:34.019Z] #60 23.39 + cd /tmp/tmp.bFkgxFa8Bd/src/github.com/docker/libnetwork [2020-09-14T12:54:34.019Z] #60 23.39 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-09-14T12:54:34.019Z] #60 23.89 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-14T12:54:34.236Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-09-14T12:54:34.423Z] #26 7.296 [2020-09-14T12:54:34.423Z] #26 ... [2020-09-14T12:54:34.423Z] [2020-09-14T12:54:34.423Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:34.423Z] #42 48.16 internal/reflectlite [2020-09-14T12:54:34.423Z] #42 48.16 github.com/LK4D4/vndr/godl/singleflight [2020-09-14T12:54:34.423Z] #42 48.21 math/rand [2020-09-14T12:54:34.423Z] #42 48.23 internal/singleflight [2020-09-14T12:54:34.527Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements [2020-09-14T12:54:34.537Z] ok github.com/docker/docker/pkg/aaparser 0.020s coverage: 50.0% of statements [2020-09-14T12:54:35.160Z] ok github.com/docker/docker/pkg/discovery/kv 3.083s coverage: 84.1% of statements [2020-09-14T12:54:35.160Z] ok github.com/docker/docker/pkg/fsutils 0.400s coverage: 85.1% of statements [2020-09-14T12:54:35.393Z] #60 ... [2020-09-14T12:54:35.393Z] [2020-09-14T12:54:35.393Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:35.393Z] #23 22.23 Reading package lists... [2020-09-14T12:54:35.452Z] ok github.com/docker/docker/pkg/homedir 0.014s coverage: 11.4% of statements [2020-09-14T12:54:35.485Z] ok github.com/docker/docker/opts 0.060s coverage: 67.1% of statements [2020-09-14T12:54:36.432Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2020-09-14T12:54:36.484Z] ok github.com/docker/docker/pkg/ioutils 0.275s coverage: 69.3% of statements [2020-09-14T12:54:36.484Z] ok github.com/docker/docker/pkg/idtools 0.507s coverage: 70.1% of statements [2020-09-14T12:54:36.695Z] ok github.com/docker/docker/pkg/authorization 0.513s coverage: 68.3% of statements [2020-09-14T12:54:36.776Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2020-09-14T12:54:36.776Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-09-14T12:54:36.776Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-14T12:54:36.776Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-14T12:54:36.776Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-14T12:54:36.776Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-09-14T12:54:36.776Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-14T12:54:36.958Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2020-09-14T12:54:37.067Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-09-14T12:54:37.067Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2020-09-14T12:54:37.219Z] ok github.com/docker/docker/pkg/archive 1.145s coverage: 76.8% of statements [2020-09-14T12:54:37.231Z] #42 ... [2020-09-14T12:54:37.231Z] [2020-09-14T12:54:37.231Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:37.231Z] #44 DONE 50.7s [2020-09-14T12:54:37.231Z] [2020-09-14T12:54:37.231Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:37.231Z] #26 7.524 # 2.4% ##### 8.2% ########### 15.9% ################ 23.5% ##################### 29.3% ####################### 33.2% ########################### 38.9% ############################## 42.7% ################################# 47.1% ################################### 49.1% ##################################### 51.6% ######################################## 55.8% ########################################### 60.2% ############################################### 65.9% ##################################################### 73.6% ########################################################## 81.2% ################################################################ 89.3% ################################################################# 91.3% ##################################################################### 95.9% ##################################################################### 96.5% ####################################################################### 99.3% ######################################################################## 100.0% [2020-09-14T12:54:37.231Z] #26 ... [2020-09-14T12:54:37.231Z] [2020-09-14T12:54:37.231Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:37.231Z] #39 41.01 Selecting previously unselected package libprotobuf17:ppc64el. [2020-09-14T12:54:37.231Z] #39 41.02 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 41.03 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:37.231Z] #39 42.19 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-09-14T12:54:37.231Z] #39 42.19 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 42.19 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:37.231Z] #39 42.63 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-09-14T12:54:37.231Z] #39 42.66 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 42.67 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:37.231Z] #39 44.57 Selecting previously unselected package libprotoc17:ppc64el. [2020-09-14T12:54:37.231Z] #39 44.58 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 44.61 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:37.231Z] #39 45.66 Selecting previously unselected package protobuf-c-compiler. [2020-09-14T12:54:37.231Z] #39 45.67 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 45.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-14T12:54:37.231Z] #39 45.84 Selecting previously unselected package protobuf-compiler. [2020-09-14T12:54:37.231Z] #39 45.87 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 45.88 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-14T12:54:37.231Z] #39 46.11 Selecting previously unselected package python-pkg-resources. [2020-09-14T12:54:37.231Z] #39 46.14 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-14T12:54:37.231Z] #39 46.17 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-14T12:54:37.231Z] #39 46.40 Selecting previously unselected package python-six. [2020-09-14T12:54:37.231Z] #39 46.46 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-14T12:54:37.231Z] #39 46.47 Unpacking python-six (1.12.0-1) ... [2020-09-14T12:54:37.231Z] #39 46.63 Selecting previously unselected package python-protobuf. [2020-09-14T12:54:37.231Z] #39 46.66 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-09-14T12:54:37.231Z] #39 46.67 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-14T12:54:37.231Z] #39 47.34 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-14T12:54:37.231Z] #39 ... [2020-09-14T12:54:37.231Z] [2020-09-14T12:54:37.231Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:54:37.231Z] #29 49.20 Checking out files: 84% (1289/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 99% (1511/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-14T12:54:37.231Z] #29 50.32 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-14T12:54:37.231Z] #29 50.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-14T12:54:37.358Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2020-09-14T12:54:37.481Z] ok github.com/docker/docker/pkg/directory 0.035s coverage: 80.0% of statements [2020-09-14T12:54:37.649Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-09-14T12:54:37.649Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-14T12:54:37.649Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-14T12:54:38.057Z] ok github.com/docker/docker/pkg/discovery 0.015s coverage: 58.3% of statements [2020-09-14T12:54:38.169Z] #23 29.18 Reading package lists... [2020-09-14T12:54:38.170Z] #23 ... [2020-09-14T12:54:38.170Z] [2020-09-14T12:54:38.170Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:38.170Z] #32 21.84 Fetched 8379 kB in 16s (539 kB/s) [2020-09-14T12:54:38.170Z] #32 21.84 Reading package lists... [2020-09-14T12:54:38.279Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2020-09-14T12:54:38.320Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2020-09-14T12:54:38.426Z] #32 29.10 Reading package lists... [2020-09-14T12:54:38.426Z] #32 ... [2020-09-14T12:54:38.426Z] [2020-09-14T12:54:38.426Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:54:38.426Z] #36 22.46 Checking out files: 87% (1459/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-14T12:54:38.426Z] #36 22.72 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-14T12:54:38.426Z] #36 24.52 + 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-14T12:54:38.570Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-09-14T12:54:38.832Z] #29 ... [2020-09-14T12:54:38.832Z] [2020-09-14T12:54:38.832Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:38.832Z] #33 42.42 Selecting previously unselected package libicu63:ppc64el. [2020-09-14T12:54:38.832Z] #33 42.43 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 42.44 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-14T12:54:38.832Z] #33 49.75 Selecting previously unselected package libxml2:ppc64el. [2020-09-14T12:54:38.832Z] #33 49.77 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 49.79 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-14T12:54:38.832Z] #33 50.79 Selecting previously unselected package libarchive13:ppc64el. [2020-09-14T12:54:38.832Z] #33 50.82 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 50.83 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-14T12:54:38.832Z] #33 51.50 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-09-14T12:54:38.832Z] #33 51.51 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 51.51 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-14T12:54:38.832Z] #33 51.66 Selecting previously unselected package librhash0:ppc64el. [2020-09-14T12:54:38.832Z] #33 51.69 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 51.70 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-09-14T12:54:38.832Z] #33 52.00 Selecting previously unselected package libuv1:ppc64el. [2020-09-14T12:54:38.832Z] #33 52.02 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 52.03 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-09-14T12:54:38.832Z] #33 52.25 Selecting previously unselected package cmake. [2020-09-14T12:54:38.832Z] #33 52.28 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #33 52.29 Unpacking cmake (3.13.4-1) ... [2020-09-14T12:54:38.832Z] #33 ... [2020-09-14T12:54:38.832Z] [2020-09-14T12:54:38.832Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:38.832Z] #11 42.47 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-14T12:54:38.832Z] #11 46.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-09-14T12:54:38.832Z] #11 46.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-09-14T12:54:38.832Z] #11 46.24 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-14T12:54:38.832Z] #11 46.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-14T12:54:38.832Z] #11 46.26 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-14T12:54:38.832Z] #11 46.28 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-09-14T12:54:38.832Z] #11 46.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-09-14T12:54:38.832Z] #11 46.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-09-14T12:54:38.832Z] #11 46.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-09-14T12:54:38.832Z] #11 46.47 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-09-14T12:54:38.832Z] #11 46.49 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-09-14T12:54:38.832Z] #11 46.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-09-14T12:54:38.832Z] #11 46.60 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-14T12:54:38.832Z] #11 46.62 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-09-14T12:54:38.832Z] #11 46.63 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-09-14T12:54:38.832Z] #11 48.11 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:38.832Z] #11 48.44 Fetched 78.9 MB in 10s (7745 kB/s) [2020-09-14T12:54:38.832Z] #11 48.68 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-14T12:54:38.832Z] #11 48.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-14T12:54:38.832Z] #11 48.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-09-14T12:54:38.832Z] #11 48.82 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-14T12:54:38.832Z] #11 ... [2020-09-14T12:54:38.832Z] [2020-09-14T12:54:38.832Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:38.832Z] #26 10.56 [2020-09-14T12:54:38.860Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-09-14T12:54:38.893Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-09-14T12:54:38.989Z] #36 ... [2020-09-14T12:54:38.989Z] [2020-09-14T12:54:38.989Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:38.989Z] #10 22.49 Fetched 8379 kB in 16s (514 kB/s) [2020-09-14T12:54:38.989Z] #10 22.49 Reading package lists... [2020-09-14T12:54:38.989Z] #10 29.53 Reading package lists... [2020-09-14T12:54:38.989Z] #10 ... [2020-09-14T12:54:38.989Z] [2020-09-14T12:54:38.989Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:54:38.989Z] #51 21.87 Reading package lists... [2020-09-14T12:54:39.151Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-14T12:54:39.248Z] #51 29.11 Reading package lists... [2020-09-14T12:54:39.248Z] #51 ... [2020-09-14T12:54:39.248Z] [2020-09-14T12:54:39.248Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:39.248Z] #38 22.87 Fetched 8379 kB in 17s (506 kB/s) [2020-09-14T12:54:39.248Z] #38 22.87 Reading package lists... [2020-09-14T12:54:39.466Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-09-14T12:54:40.038Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-09-14T12:54:40.182Z] ok github.com/docker/docker/pkg/pubsub 1.019s coverage: 73.9% of statements [2020-09-14T12:54:40.472Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-09-14T12:54:40.983Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-09-14T12:54:41.011Z] #26 10.93 0.0% # 1.4% # 2.5% ### 5.2% #### 6.8% ###### 8.5% ####### 10.1% ######## 11.9% ########## 13.9% ########### 15.8% ############ 17.9% ############## 19.6% ############## 20.8% ############### 22.2% ################# 24.1% ################## 25.2% ################### 26.8% #################### 29.0% ###################### 30.6% ####################### 32.3% ######################## 33.9% ######################### 36.1% ########################### 38.2% ############################# 40.8% ############################## 42.4% ################################ 44.6% [2020-09-14T12:54:41.011Z] #26 ... [2020-09-14T12:54:41.011Z] [2020-09-14T12:54:41.011Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:41.011Z] #31 44.86 sync [2020-09-14T12:54:41.011Z] #31 44.87 internal/reflectlite [2020-09-14T12:54:41.011Z] #31 48.90 errors [2020-09-14T12:54:41.011Z] #31 48.90 sort [2020-09-14T12:54:41.011Z] #31 49.40 io [2020-09-14T12:54:41.011Z] #31 49.40 internal/oserror [2020-09-14T12:54:41.011Z] #31 49.44 strconv [2020-09-14T12:54:41.011Z] #31 49.72 syscall [2020-09-14T12:54:41.011Z] #31 54.67 strings [2020-09-14T12:54:41.011Z] #31 54.70 bytes [2020-09-14T12:54:41.244Z] ok github.com/docker/docker/pkg/chrootarchive 3.505s coverage: 43.2% of statements [2020-09-14T12:54:41.336Z] #31 ... [2020-09-14T12:54:41.336Z] [2020-09-14T12:54:41.336Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:41.818Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-09-14T12:54:42.080Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-09-14T12:54:42.080Z] ok github.com/docker/docker/pkg/fsutils 0.357s coverage: 85.1% of statements [2020-09-14T12:54:42.342Z] ok github.com/docker/docker/pkg/discovery/kv 3.099s coverage: 84.1% of statements [2020-09-14T12:54:42.516Z] #38 29.80 Reading package lists... [2020-09-14T12:54:42.516Z] #38 ... [2020-09-14T12:54:42.516Z] [2020-09-14T12:54:42.516Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:42.516Z] #23 29.18 Reading package lists... [2020-09-14T12:54:43.203Z] ok github.com/docker/docker/pkg/signal 2.343s coverage: 61.0% of statements [2020-09-14T12:54:43.289Z] ok github.com/docker/docker/layer 7.793s coverage: 68.8% of statements [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/oci [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-14T12:54:43.289Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-14T12:54:43.289Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2020-09-14T12:54:43.497Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-09-14T12:54:43.551Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2020-09-14T12:54:43.551Z] ok github.com/docker/docker/pkg/ioutils 0.614s coverage: 70.6% of statements [2020-09-14T12:54:43.775Z] #23 36.32 Building dependency tree... [2020-09-14T12:54:43.775Z] #23 ... [2020-09-14T12:54:43.775Z] [2020-09-14T12:54:43.775Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:43.775Z] #41 27.40 vendor/golang.org/x/crypto/curve25519 [2020-09-14T12:54:43.812Z] #26 10.93 0.0% # 1.4% # 2.5% ### 5.2% #### 6.8% ###### 8.5% ####### 10.1% ######## 11.9% ########## 13.9% ########### 15.8% ############ 17.9% ############## 19.6% ############## 20.8% ############### 22.2% ################# 24.1% ################## 25.2% ################### 26.8% #################### 29.0% ###################### 30.6% ####################### 32.3% ######################## 33.9% ######################### 36.1% ########################### 38.2% ############################# 40.8% ############################## 42.4% ################################ 44.6% ################################# 46.8% ################################### 48.9% #################################### 50.6% ##################################### 52.2% ###################################### 53.8% ######################################## 56.0% ######################################### 58.2% ########################################### 60.3% ############################################ 62.5% ############################################## 64.1% ############################################### 66.3% ################################################# 68.3% ################################################### 71.0% #################################################### 73.2% ###################################################### 75.6% ####################################################### 76.7% ######################################################## 78.0% ######################################################### 79.3% ########################################################## 80.7% ########################################################### 82.4% ############################################################ 84.0% ############################################################# 85.1% [2020-09-14T12:54:43.812Z] #26 ... [2020-09-14T12:54:43.812Z] [2020-09-14T12:54:43.812Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:43.812Z] #33 56.88 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-14T12:54:43.812Z] #33 57.03 Setting up xxd (2:8.1.0875-5) ... [2020-09-14T12:54:43.812Z] #33 57.03 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-09-14T12:54:43.812Z] #33 57.04 Setting up vim-common (2:8.1.0875-5) ... [2020-09-14T12:54:43.812Z] #33 57.10 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-09-14T12:54:43.812Z] #33 57.12 Setting up cmake-data (3.13.4-1) ... [2020-09-14T12:54:43.812Z] #33 57.15 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-14T12:54:43.812Z] #33 57.16 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-14T12:54:43.812Z] #33 57.18 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-14T12:54:43.812Z] #33 57.21 Setting up cmake (3.13.4-1) ... [2020-09-14T12:54:43.812Z] #33 57.22 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:54:43.812Z] #33 57.30 Processing triggers for mime-support (3.62) ... [2020-09-14T12:54:43.812Z] #33 DONE 57.6s [2020-09-14T12:54:43.812Z] [2020-09-14T12:54:43.812Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:43.814Z] ok github.com/docker/docker/pkg/idtools 0.885s coverage: 70.1% of statements [2020-09-14T12:54:43.814Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-14T12:54:43.814Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-14T12:54:43.814Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-14T12:54:43.814Z] ok github.com/docker/docker/pkg/namesgenerator 0.014s coverage: 85.7% of statements [2020-09-14T12:54:43.814Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-14T12:54:43.825Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-09-14T12:54:44.035Z] #41 ... [2020-09-14T12:54:44.035Z] [2020-09-14T12:54:44.035Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:44.035Z] #30 36.62 internal/reflectlite [2020-09-14T12:54:44.035Z] #30 36.64 sync [2020-09-14T12:54:44.115Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-09-14T12:54:44.115Z] ok github.com/docker/docker/pkg/symlink 0.004s coverage: 87.7% of statements [2020-09-14T12:54:44.389Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2020-09-14T12:54:44.389Z] ok github.com/docker/docker/pkg/parsers/kernel 0.014s coverage: 60.0% of statements [2020-09-14T12:54:44.823Z] Running on azwin-2-7ade50 in d:\jenkins\workspace\moby_PR-41447 [Pipeline] { [Pipeline] ws [2020-09-14T12:54:44.856Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2020-09-14T12:54:44.860Z] ok github.com/docker/docker/pkg/pidfile 0.044s coverage: 82.4% of statements [2020-09-14T12:54:44.860Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.046s coverage: 86.7% of statements [2020-09-14T12:54:44.860Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-14T12:54:44.860Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-14T12:54:44.873Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 53.8% of statements [2020-09-14T12:54:44.894Z] #26 10.93 0.0% # 1.4% # 2.5% ### 5.2% #### 6.8% ###### 8.5% ####### 10.1% ######## 11.9% ########## 13.9% ########### 15.8% ############ 17.9% ############## 19.6% ############## 20.8% ############### 22.2% ################# 24.1% ################## 25.2% ################### 26.8% #################### 29.0% ###################### 30.6% ####################### 32.3% ######################## 33.9% ######################### 36.1% ########################### 38.2% ############################# 40.8% ############################## 42.4% ################################ 44.6% ################################# 46.8% ################################### 48.9% #################################### 50.6% ##################################### 52.2% ###################################### 53.8% ######################################## 56.0% ######################################### 58.2% ########################################### 60.3% ############################################ 62.5% ############################################## 64.1% ############################################### 66.3% ################################################# 68.3% ################################################### 71.0% #################################################### 73.2% ###################################################### 75.6% ####################################################### 76.7% ######################################################## 78.0% ######################################################### 79.3% ########################################################## 80.7% ########################################################### 82.4% ############################################################ 84.0% ############################################################# 85.1% ############################################################# 85.6% ############################################################# 85.9% ############################################################## 86.6% ############################################################## 87.4% ################################################################ 88.9% ################################################################ 90.0% ################################################################# 91.7% #################################################################### 94.5% #################################################################### 95.6% ##################################################################### 97.2% ####################################################################### 98.8% ######################################################################## 100.0% [Pipeline] checkout [2020-09-14T12:54:45.122Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2020-09-14T12:54:45.172Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2020-09-14T12:54:45.195Z] #26 18.19 [2020-09-14T12:54:45.462Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2020-09-14T12:54:45.941Z] #30 39.67 sort [2020-09-14T12:54:45.941Z] #30 39.67 errors [2020-09-14T12:54:46.069Z] ok github.com/docker/docker/pkg/pools 0.014s coverage: 88.2% of statements [2020-09-14T12:54:46.069Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2020-09-14T12:54:46.069Z] ok github.com/docker/docker/pkg/progress 0.026s coverage: 75.9% of statements [2020-09-14T12:54:46.092Z] ok github.com/docker/docker/pkg/tarsum 0.030s coverage: 89.3% of statements [2020-09-14T12:54:46.092Z] testing: warning: no tests to run [2020-09-14T12:54:46.092Z] coverage: [no statements] [2020-09-14T12:54:46.092Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-14T12:54:46.382Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-09-14T12:54:46.505Z] #30 40.12 strconv [2020-09-14T12:54:46.644Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2020-09-14T12:54:46.673Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-14T12:54:46.673Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-14T12:54:46.757Z] #26 19.70 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-14T12:54:47.072Z] #26 20.13 [2020-09-14T12:54:47.242Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-09-14T12:54:47.371Z] #26 20.29 ######## 11.8% ######################################################################## 100.0% [2020-09-14T12:54:47.436Z] #30 40.96 io [2020-09-14T12:54:47.510Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 73.9% of statements [2020-09-14T12:54:47.671Z] #26 20.60 [2020-09-14T12:54:47.998Z] #30 ... [2020-09-14T12:54:47.998Z] [2020-09-14T12:54:47.998Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:54:47.998Z] #43 DONE 41.4s [2020-09-14T12:54:47.998Z] [2020-09-14T12:54:47.998Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:47.998Z] #23 36.32 Building dependency tree... [2020-09-14T12:54:47.998Z] #23 40.31 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-14T12:54:47.998Z] #23 40.31 The following additional packages will be installed: [2020-09-14T12:54:47.998Z] #23 40.33 libjq1 libonig5 [2020-09-14T12:54:47.998Z] #23 40.82 The following NEW packages will be installed: [2020-09-14T12:54:47.998Z] #23 40.83 jq libjq1 libonig5 [2020-09-14T12:54:47.998Z] #23 41.21 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:47.998Z] #23 41.21 Need to get 355 kB of archives. [2020-09-14T12:54:47.998Z] #23 41.21 After this operation, 1072 kB of additional disk space will be used. [2020-09-14T12:54:47.998Z] #23 41.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-14T12:54:47.998Z] #23 41.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-14T12:54:47.998Z] #23 41.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-14T12:54:48.083Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2020-09-14T12:54:48.083Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2020-09-14T12:54:48.345Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-09-14T12:54:48.560Z] #23 ... [2020-09-14T12:54:48.560Z] [2020-09-14T12:54:48.560Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:48.560Z] #60 DONE 42.2s [2020-09-14T12:54:48.735Z] ok github.com/docker/docker/plugin 0.543s coverage: 23.1% of statements [2020-09-14T12:54:48.823Z] [2020-09-14T12:54:48.823Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:48.823Z] #10 29.53 Reading package lists... [2020-09-14T12:54:48.823Z] #10 36.33 Building dependency tree... [2020-09-14T12:54:48.823Z] #10 40.18 The following additional packages will be installed: [2020-09-14T12:54:48.823Z] #10 40.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-14T12:54:48.823Z] #10 40.19 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-14T12:54:48.823Z] #10 40.19 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-14T12:54:48.823Z] #10 40.20 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-14T12:54:48.823Z] #10 40.21 Suggested packages: [2020-09-14T12:54:48.823Z] #10 40.22 gcc-8-locales seccomp wine64 [2020-09-14T12:54:48.823Z] #10 41.96 The following NEW packages will be installed: [2020-09-14T12:54:48.823Z] #10 41.98 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-14T12:54:48.823Z] #10 41.98 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-14T12:54:48.823Z] #10 41.98 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-14T12:54:48.823Z] #10 41.98 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-14T12:54:48.823Z] #10 41.98 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-14T12:54:48.823Z] #10 42.01 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-14T12:54:49.026Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-09-14T12:54:49.081Z] #10 42.57 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:49.081Z] #10 42.57 Need to get 77.7 MB of archives. [2020-09-14T12:54:49.081Z] #10 42.57 After this operation, 487 MB of additional disk space will be used. [2020-09-14T12:54:49.081Z] #10 42.57 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-14T12:54:49.081Z] #10 ... [2020-09-14T12:54:49.081Z] [2020-09-14T12:54:49.081Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:49.081Z] #30 42.63 internal/oserror [2020-09-14T12:54:49.217Z] #26 22.09 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-14T12:54:49.217Z] #26 22.15 skipping existing 5cb8031fd95d [2020-09-14T12:54:49.217Z] #26 22.31 [2020-09-14T12:54:49.289Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 53.8% of statements [2020-09-14T12:54:49.289Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.9% of statements [2020-09-14T12:54:49.337Z] #30 42.99 syscall [2020-09-14T12:54:49.515Z] #26 ... [2020-09-14T12:54:49.515Z] [2020-09-14T12:54:49.515Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:49.515Z] #48 53.22 io [2020-09-14T12:54:49.515Z] #48 53.25 strconv [2020-09-14T12:54:49.515Z] #48 53.27 syscall [2020-09-14T12:54:49.515Z] #48 53.30 sort [2020-09-14T12:54:49.515Z] #48 58.78 bytes [2020-09-14T12:54:49.515Z] #48 58.79 strings [2020-09-14T12:54:49.515Z] #48 ... [2020-09-14T12:54:49.515Z] [2020-09-14T12:54:49.515Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:49.515Z] #42 53.31 io [2020-09-14T12:54:49.515Z] #42 53.31 strconv [2020-09-14T12:54:49.515Z] #42 53.31 sort [2020-09-14T12:54:49.515Z] #42 53.54 syscall [2020-09-14T12:54:49.515Z] #42 58.11 vendor/golang.org/x/net/dns/dnsmessage [2020-09-14T12:54:49.515Z] #42 59.06 bytes [2020-09-14T12:54:49.552Z] ok github.com/docker/docker/pkg/signal 2.842s coverage: 61.0% of statements [2020-09-14T12:54:49.657Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-09-14T12:54:49.815Z] ok github.com/docker/docker/pkg/tailfile 0.135s coverage: 88.6% of statements [2020-09-14T12:54:49.816Z] #42 ... [2020-09-14T12:54:49.816Z] [2020-09-14T12:54:49.816Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:49.816Z] #34 0.310 + RM_GOPATH=0 [2020-09-14T12:54:49.816Z] #34 0.310 + TMP_GOPATH= [2020-09-14T12:54:49.816Z] #34 0.310 + : /build [2020-09-14T12:54:49.816Z] #34 0.310 + '[' -z '' ']' [2020-09-14T12:54:49.816Z] #34 0.312 ++ mktemp -d [2020-09-14T12:54:49.816Z] #34 0.334 + export GOPATH=/tmp/tmp.ZfqMvMMOIJ [2020-09-14T12:54:49.816Z] #34 0.335 + GOPATH=/tmp/tmp.ZfqMvMMOIJ [2020-09-14T12:54:49.816Z] #34 0.335 + RM_GOPATH=1 [2020-09-14T12:54:49.816Z] #34 0.335 + case "$(go env GOARCH)" in [2020-09-14T12:54:49.816Z] #34 0.345 ++ go env GOARCH [2020-09-14T12:54:49.816Z] #34 0.382 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:49.816Z] #34 0.382 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:54:49.816Z] #34 0.393 ++ dirname /tmp/install/install.sh [2020-09-14T12:54:49.816Z] #34 0.394 + dir=/tmp/install [2020-09-14T12:54:49.816Z] #34 0.397 + bin=tini [2020-09-14T12:54:49.816Z] #34 0.397 + shift [2020-09-14T12:54:49.816Z] #34 0.397 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-14T12:54:49.816Z] #34 0.404 + . /tmp/install/tini.installer [2020-09-14T12:54:49.816Z] #34 0.405 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-14T12:54:49.816Z] #34 0.433 + install_tini [2020-09-14T12:54:49.816Z] #34 0.433 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-14T12:54:49.816Z] #34 0.433 + git clone https://github.com/krallin/tini.git /tmp/tmp.ZfqMvMMOIJ/tini [2020-09-14T12:54:49.816Z] #34 0.433 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-14T12:54:49.816Z] #34 0.473 Cloning into '/tmp/tmp.ZfqMvMMOIJ/tini'... [2020-09-14T12:54:49.816Z] #34 1.730 + cd /tmp/tmp.ZfqMvMMOIJ/tini [2020-09-14T12:54:49.816Z] #34 1.730 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-14T12:54:49.816Z] #34 1.745 + cmake . [2020-09-14T12:54:49.816Z] #34 2.651 -- The C compiler identification is GNU 8.3.0 [2020-09-14T12:54:49.816Z] #34 2.757 -- Check for working C compiler: /usr/bin/cc [2020-09-14T12:54:49.816Z] #34 3.561 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-14T12:54:49.816Z] #34 3.577 -- Detecting C compiler ABI info [2020-09-14T12:54:49.816Z] #34 4.266 -- Detecting C compiler ABI info - done [2020-09-14T12:54:49.816Z] #34 4.373 -- Detecting C compile features [2020-09-14T12:54:49.816Z] #34 ... [2020-09-14T12:54:49.816Z] [2020-09-14T12:54:49.816Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:49.816Z] #11 53.62 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-14T12:54:49.816Z] #11 53.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-09-14T12:54:49.816Z] #11 53.63 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-14T12:54:49.816Z] #11 57.41 Selecting previously unselected package binutils-mingw-w64. [2020-09-14T12:54:49.816Z] #11 57.42 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-14T12:54:49.816Z] #11 57.44 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-14T12:54:49.816Z] #11 57.51 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-09-14T12:54:49.816Z] #11 57.52 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-14T12:54:49.816Z] #11 57.52 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-14T12:54:49.816Z] #11 57.72 Selecting previously unselected package dmsetup. [2020-09-14T12:54:49.816Z] #11 57.72 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-09-14T12:54:49.816Z] #11 57.73 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-14T12:54:49.816Z] #11 57.92 Selecting previously unselected package mingw-w64-common. [2020-09-14T12:54:49.816Z] #11 57.94 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-14T12:54:49.816Z] #11 57.96 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-14T12:54:49.947Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-09-14T12:54:50.076Z] testing: warning: no tests to run [2020-09-14T12:54:50.076Z] coverage: [no statements] [2020-09-14T12:54:50.076Z] ok github.com/docker/docker/pkg/term/windows 0.018s coverage: [no statements] [no tests to run] [2020-09-14T12:54:50.116Z] #11 ... [2020-09-14T12:54:50.116Z] [2020-09-14T12:54:50.116Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:50.116Z] #31 63.31 reflect [2020-09-14T12:54:50.116Z] #31 63.75 bufio [2020-09-14T12:54:50.340Z] ok github.com/docker/docker/pkg/tarsum 0.114s coverage: 89.3% of statements [2020-09-14T12:54:50.603Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-09-14T12:54:50.604Z] ok github.com/docker/docker/pkg/truncindex 0.116s coverage: 91.5% of statements [2020-09-14T12:54:50.783Z] #31 ... [2020-09-14T12:54:50.783Z] [2020-09-14T12:54:50.783Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:50.783Z] #39 54.49 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:50.783Z] #39 54.50 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-14T12:54:50.783Z] #39 54.52 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-14T12:54:50.783Z] #39 54.53 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-14T12:54:50.783Z] #39 54.55 Setting up python-six (1.12.0-1) ... [2020-09-14T12:54:50.783Z] #39 59.04 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-14T12:54:50.783Z] #39 59.04 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-14T12:54:50.783Z] #39 59.05 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:50.783Z] #39 59.06 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-09-14T12:54:50.783Z] #39 59.06 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:50.783Z] #39 59.07 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-14T12:54:50.783Z] #39 59.07 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-14T12:54:50.783Z] #39 59.08 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-14T12:54:50.783Z] #39 59.09 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-14T12:54:50.783Z] #39 59.09 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-14T12:54:50.866Z] ok github.com/docker/docker/pkg/useragent 0.015s coverage: 88.9% of statements [2020-09-14T12:54:50.979Z] ok github.com/docker/docker/registry 0.091s coverage: 56.3% of statements [2020-09-14T12:54:51.085Z] #39 ... [2020-09-14T12:54:51.085Z] [2020-09-14T12:54:51.085Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:51.085Z] #34 6.584 -- Detecting C compile features - done [2020-09-14T12:54:51.085Z] #34 6.609 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-14T12:54:51.085Z] #34 6.832 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-14T12:54:51.085Z] #34 7.025 -- Configuring done [2020-09-14T12:54:51.085Z] #34 7.058 -- Generating done [2020-09-14T12:54:51.085Z] #34 7.060 -- Build files have been written to: /tmp/tmp.ZfqMvMMOIJ/tini [2020-09-14T12:54:51.085Z] #34 7.073 + make tini-static [2020-09-14T12:54:51.231Z] #30 ... [2020-09-14T12:54:51.231Z] [2020-09-14T12:54:51.231Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-14T12:54:51.231Z] #51 29.11 Reading package lists... [2020-09-14T12:54:51.231Z] #51 36.30 Building dependency tree... [2020-09-14T12:54:51.231Z] #51 40.31 The following additional packages will be installed: [2020-09-14T12:54:51.231Z] #51 40.32 libbtrfs0 [2020-09-14T12:54:51.231Z] #51 40.54 The following NEW packages will be installed: [2020-09-14T12:54:51.231Z] #51 40.58 libbtrfs-dev libbtrfs0 [2020-09-14T12:54:51.231Z] #51 41.06 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:51.231Z] #51 41.06 Need to get 119 kB of archives. [2020-09-14T12:54:51.231Z] #51 41.06 After this operation, 387 kB of additional disk space will be used. [2020-09-14T12:54:51.231Z] #51 41.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-14T12:54:51.231Z] #51 41.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-14T12:54:51.231Z] #51 43.03 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:51.231Z] #51 43.47 Fetched 119 kB in 0s (439 kB/s) [2020-09-14T12:54:51.231Z] #51 43.68 Selecting previously unselected package libbtrfs0. [2020-09-14T12:54:51.231Z] #51 43.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-14T12:54:51.231Z] #51 43.90 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-14T12:54:51.231Z] #51 43.98 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-14T12:54:51.231Z] #51 44.08 Selecting previously unselected package libbtrfs-dev. [2020-09-14T12:54:51.231Z] #51 44.09 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-14T12:54:51.231Z] #51 44.11 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:54:51.231Z] #51 44.36 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-14T12:54:51.231Z] #51 44.38 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:54:51.231Z] #51 44.38 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:54:51.231Z] #51 DONE 44.6s [2020-09-14T12:54:51.231Z] [2020-09-14T12:54:51.231Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-14T12:54:51.231Z] #23 43.25 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:51.231Z] #23 43.63 Fetched 355 kB in 0s (1080 kB/s) [2020-09-14T12:54:51.231Z] #23 43.94 Selecting previously unselected package libonig5:amd64. [2020-09-14T12:54:51.231Z] #23 43.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-14T12:54:51.231Z] #23 44.10 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-14T12:54:51.231Z] #23 44.12 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-14T12:54:51.231Z] #23 44.39 Selecting previously unselected package libjq1:amd64. [2020-09-14T12:54:51.231Z] #23 44.44 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-14T12:54:51.231Z] #23 44.45 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-14T12:54:51.231Z] #23 44.64 Selecting previously unselected package jq. [2020-09-14T12:54:51.231Z] #23 44.71 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-14T12:54:51.231Z] #23 44.74 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-14T12:54:51.231Z] #23 44.96 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-14T12:54:51.270Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-09-14T12:54:51.384Z] #34 7.491 Scanning dependencies of target tini-static [2020-09-14T12:54:51.384Z] #34 7.569 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-14T12:54:51.525Z] #23 45.01 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-14T12:54:51.525Z] #23 45.01 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-14T12:54:51.525Z] #23 45.03 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:54:51.561Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-09-14T12:54:51.782Z] #23 DONE 45.4s [2020-09-14T12:54:51.782Z] [2020-09-14T12:54:51.782Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:54:51.782Z] #10 42.85 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-14T12:54:51.782Z] #10 43.36 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-14T12:54:51.782Z] #10 43.39 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-14T12:54:51.782Z] #10 43.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-14T12:54:51.782Z] #10 43.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-14T12:54:51.782Z] #10 44.14 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-14T12:54:51.782Z] #10 44.46 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-14T12:54:51.782Z] #10 44.47 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-14T12:54:51.782Z] #10 ... [2020-09-14T12:54:51.782Z] [2020-09-14T12:54:51.782Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T12:54:51.782Z] #24 DONE 0.1s [2020-09-14T12:54:52.043Z] [2020-09-14T12:54:52.043Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:52.193Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-09-14T12:54:52.257Z] ok github.com/docker/docker/plugin/v2 0.015s coverage: 14.5% of statements [2020-09-14T12:54:52.306Z] #25 ... [2020-09-14T12:54:52.306Z] [2020-09-14T12:54:52.306Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:52.306Z] #32 29.10 Reading package lists... [2020-09-14T12:54:52.306Z] #32 36.23 Building dependency tree... [2020-09-14T12:54:52.306Z] #32 40.31 The following additional packages will be installed: [2020-09-14T12:54:52.306Z] #32 40.34 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-14T12:54:52.306Z] #32 40.35 Suggested packages: [2020-09-14T12:54:52.306Z] #32 40.36 cmake-doc ninja-build lrzip [2020-09-14T12:54:52.306Z] #32 40.36 Recommended packages: [2020-09-14T12:54:52.306Z] #32 40.37 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-14T12:54:52.306Z] #32 41.54 The following NEW packages will be installed: [2020-09-14T12:54:52.306Z] #32 41.56 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-14T12:54:52.306Z] #32 41.56 vim-common xxd [2020-09-14T12:54:52.306Z] #32 42.09 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:52.306Z] #32 42.09 Need to get 14.9 MB of archives. [2020-09-14T12:54:52.306Z] #32 42.09 After this operation, 61.8 MB of additional disk space will be used. [2020-09-14T12:54:52.306Z] #32 42.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-14T12:54:52.306Z] #32 42.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-14T12:54:52.306Z] #32 42.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-14T12:54:52.306Z] #32 42.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-14T12:54:52.306Z] #32 43.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-14T12:54:52.306Z] #32 43.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-14T12:54:52.306Z] #32 43.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-14T12:54:52.306Z] #32 43.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-14T12:54:52.306Z] #32 43.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-14T12:54:52.306Z] #32 43.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-14T12:54:52.306Z] #32 45.96 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:52.483Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-09-14T12:54:52.563Z] #32 46.22 Fetched 14.9 MB in 2s (6139 kB/s) [2020-09-14T12:54:52.563Z] #32 ... [2020-09-14T12:54:52.563Z] [2020-09-14T12:54:52.563Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:52.563Z] #38 29.80 Reading package lists... [2020-09-14T12:54:52.563Z] #38 36.58 Building dependency tree... [2020-09-14T12:54:52.563Z] #38 40.59 The following additional packages will be installed: [2020-09-14T12:54:52.563Z] #38 40.59 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-14T12:54:52.563Z] #38 40.62 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-14T12:54:52.563Z] #38 40.63 Suggested packages: [2020-09-14T12:54:52.563Z] #38 40.63 manpages-dev python-setuptools [2020-09-14T12:54:52.563Z] #38 42.61 The following NEW packages will be installed: [2020-09-14T12:54:52.563Z] #38 42.61 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-14T12:54:52.563Z] #38 42.61 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-14T12:54:52.563Z] #38 42.61 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-14T12:54:52.563Z] #38 42.61 python-six zlib1g-dev [2020-09-14T12:54:52.563Z] #38 43.22 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:54:52.563Z] #38 43.22 Need to get 4095 kB of archives. [2020-09-14T12:54:52.563Z] #38 43.22 After this operation, 22.5 MB of additional disk space will be used. [2020-09-14T12:54:52.563Z] #38 43.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-14T12:54:52.563Z] #38 43.22 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-14T12:54:52.563Z] #38 43.22 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-14T12:54:52.563Z] #38 43.22 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-14T12:54:52.563Z] #38 43.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-14T12:54:52.563Z] #38 43.22 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-14T12:54:52.563Z] #38 43.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-09-14T12:54:52.563Z] #38 43.22 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-14T12:54:52.563Z] #38 43.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-14T12:54:52.563Z] #38 43.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-14T12:54:52.563Z] #38 43.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-14T12:54:52.563Z] #38 43.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-14T12:54:52.563Z] #38 43.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-14T12:54:52.563Z] #38 43.77 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-14T12:54:52.563Z] #38 43.81 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-14T12:54:52.563Z] #38 43.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-14T12:54:52.563Z] #38 43.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-14T12:54:52.563Z] #38 45.57 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:54:52.563Z] #38 46.00 Fetched 4095 kB in 1s (3777 kB/s) [2020-09-14T12:54:52.563Z] #38 46.13 Selecting previously unselected package libcap-dev:amd64. [2020-09-14T12:54:52.563Z] #38 46.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-14T12:54:52.563Z] #38 46.20 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-14T12:54:52.563Z] #38 46.21 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-14T12:54:52.819Z] #38 46.45 Selecting previously unselected package libnet1:amd64. [2020-09-14T12:54:52.819Z] #38 46.46 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-14T12:54:52.819Z] #38 ... [2020-09-14T12:54:52.819Z] [2020-09-14T12:54:52.819Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:54:52.819Z] #32 46.41 Selecting previously unselected package xxd. [2020-09-14T12:54:52.832Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 73.8% of statements [2020-09-14T12:54:52.928Z] #34 ... [2020-09-14T12:54:52.928Z] [2020-09-14T12:54:52.928Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:54:52.928Z] #39 66.33 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-14T12:54:52.928Z] #39 66.33 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:54:52.928Z] #39 DONE 66.7s [2020-09-14T12:54:52.928Z] [2020-09-14T12:54:52.928Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:54:53.076Z] #32 46.41 (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-14T12:54:53.076Z] #32 46.50 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-14T12:54:53.076Z] #32 46.51 Unpacking xxd (2:8.1.0875-5) ... [2020-09-14T12:54:53.076Z] #32 46.77 Selecting previously unselected package vim-common. [2020-09-14T12:54:53.095Z] ok github.com/docker/docker/reference 0.016s coverage: 83.7% of statements [2020-09-14T12:54:53.333Z] #32 46.79 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-14T12:54:53.333Z] #32 46.85 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-14T12:54:53.357Z] ok github.com/docker/docker/plugin 0.579s coverage: 23.1% of statements [2020-09-14T12:54:53.580Z] #40 ... [2020-09-14T12:54:53.580Z] [2020-09-14T12:54:53.580Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:53.580Z] #26 23.81 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-14T12:54:53.580Z] #26 23.87 skipping existing 283607eaa57e [2020-09-14T12:54:53.580Z] #26 24.08 [2020-09-14T12:54:53.580Z] #26 25.66 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-14T12:54:53.580Z] #26 25.99 [2020-09-14T12:54:53.580Z] #26 26.22 ######################################################################## 100.0% [2020-09-14T12:54:53.580Z] #26 26.38 [2020-09-14T12:54:53.580Z] #26 26.42 Download of images into '/build' complete. [2020-09-14T12:54:53.580Z] #26 26.42 Use something like the following to load the result into a Docker daemon: [2020-09-14T12:54:53.580Z] #26 26.42 tar -cC '/build' . | docker load [2020-09-14T12:54:53.580Z] #26 DONE 26.5s [2020-09-14T12:54:53.580Z] [2020-09-14T12:54:53.580Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:53.580Z] #34 9.370 [100%] Linking C executable tini-static [2020-09-14T12:54:53.589Z] #32 47.24 Selecting previously unselected package cmake-data. [2020-09-14T12:54:53.589Z] #32 47.24 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-14T12:54:53.589Z] #32 47.26 Unpacking cmake-data (3.13.4-1) ... [2020-09-14T12:54:54.304Z] ok github.com/docker/docker/registry/resumable 0.037s coverage: 100.0% of statements [2020-09-14T12:54:54.304Z] ok github.com/docker/docker/restartmanager 0.020s coverage: 45.3% of statements [2020-09-14T12:54:54.548Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2020-09-14T12:54:54.639Z] #34 10.62 [100%] Built target tini-static [2020-09-14T12:54:54.639Z] #34 10.73 + mkdir -p /build [2020-09-14T12:54:54.639Z] #34 10.74 + cp tini-static /build/docker-init [2020-09-14T12:54:54.838Z] ok github.com/docker/docker/volume/local 0.036s coverage: 73.0% of statements [2020-09-14T12:54:54.950Z] #34 DONE 10.9s [2020-09-14T12:54:54.950Z] [2020-09-14T12:54:54.950Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:54:54.950Z] #48 65.36 bufio [2020-09-14T12:54:54.950Z] #48 66.27 reflect [2020-09-14T12:54:54.950Z] #48 68.06 regexp/syntax [2020-09-14T12:54:55.250Z] ok github.com/docker/docker/testutil 0.013s coverage: 62.5% of statements [2020-09-14T12:54:55.250Z] ok github.com/docker/docker/registry 0.219s coverage: 56.3% of statements [2020-09-14T12:54:55.469Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-09-14T12:54:55.512Z] ok github.com/docker/docker/runconfig 0.032s coverage: 66.1% of statements [2020-09-14T12:54:56.101Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.1% of statements [2020-09-14T12:54:56.111Z] #32 ... [2020-09-14T12:54:56.111Z] [2020-09-14T12:54:56.111Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:54:56.111Z] #41 39.48 github.com/LK4D4/vndr/godl/singleflight [2020-09-14T12:54:56.111Z] #41 39.51 internal/reflectlite [2020-09-14T12:54:56.111Z] #41 39.86 math/rand [2020-09-14T12:54:56.111Z] #41 40.99 internal/singleflight [2020-09-14T12:54:56.111Z] #41 43.09 strconv [2020-09-14T12:54:56.111Z] #41 43.09 bytes [2020-09-14T12:54:56.111Z] #41 46.69 bufio [2020-09-14T12:54:56.111Z] #41 48.01 reflect [2020-09-14T12:54:56.111Z] #41 48.42 syscall [2020-09-14T12:54:56.111Z] #41 ... [2020-09-14T12:54:56.111Z] [2020-09-14T12:54:56.111Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:54:56.111Z] #25 2.340 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-14T12:54:56.111Z] #25 2.657 [2020-09-14T12:54:56.367Z] #25 2.904 # 2.1% #### 6.2% ########## 14.4% ############### 21.8% #################### 29.0% ######################### 35.1% ############################# 41.6% ################################# 46.9% ###################################### 52.8% ########################################## 58.4% ############################################# 63.9% ################################################# 68.8% ######################################################## 77.9% ############################################################ 84.4% ############################################################### 88.7% ##################################################################### 96.8% ######################################################################## 100.0% [2020-09-14T12:54:56.623Z] #25 4.867 [2020-09-14T12:54:57.055Z] #48 ... [2020-09-14T12:54:57.055Z] [2020-09-14T12:54:57.055Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:54:57.055Z] #40 2.526 Note: Building without setproctitle() and strlcpy() support. [2020-09-14T12:54:57.055Z] #40 2.539 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-14T12:54:57.055Z] #40 2.587 Note: Building without GnuTLS support [2020-09-14T12:54:57.055Z] #40 2.591 Makefile.config:39: Warn: you have no libnftables installed [2020-09-14T12:54:57.055Z] #40 2.599 Makefile.config:40: Warn: Building without nftables support [2020-09-14T12:54:57.135Z] #25 5.029 #### 5.8% ################################ 44.8% ############################################################## 86.9% ######################################################################## 100.0% [2020-09-14T12:54:57.433Z] ok github.com/docker/docker/volume/drivers 0.019s coverage: 36.1% of statements [2020-09-14T12:54:57.696Z] #25 5.717 [2020-09-14T12:54:57.705Z] #40 4.659 fatal: not a git repository (or any of the parent directories): .git [2020-09-14T12:54:57.705Z] #40 4.697 GEN .gitid [2020-09-14T12:54:57.705Z] #40 4.714 GEN criu/include/version.h [2020-09-14T12:54:57.705Z] #40 4.748 GEN include/common/asm [2020-09-14T12:54:57.953Z] #25 5.928 ################# 24.1% ####################################################### 76.7% ######################################################################## 100.0% [2020-09-14T12:54:58.378Z] ok github.com/docker/docker/volume/local 0.051s coverage: 73.0% of statements [2020-09-14T12:54:58.378Z] ok github.com/docker/docker/volume/mounts 0.079s coverage: 67.0% of statements [2020-09-14T12:54:58.515Z] #25 6.495 [2020-09-14T12:54:59.319Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.1% of statements [2020-09-14T12:54:59.825Z] #40 6.449 PBCC images/timens.pb-c.c [2020-09-14T12:54:59.825Z] #40 6.538 DEP images/timens.pb-c.d [2020-09-14T12:54:59.825Z] #40 6.623 PBCC images/fown.pb-c.c [2020-09-14T12:54:59.825Z] #40 6.664 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-14T12:54:59.825Z] #40 6.882 PBCC images/opts.pb-c.c [2020-09-14T12:54:59.825Z] #40 6.928 PBCC images/memfd.pb-c.c [2020-09-14T12:55:00.055Z] #25 6.687 #### 5.9% ######## 11.3% ############ 17.0% ################ 22.6% ##################### 29.7% ######################### 36.0% ############################## 42.6% ################################### 49.2% ########################################## 58.6% ################################################# 68.2% ###################################################### 75.4% ############################################################# 84.7% ################################################################## 93.0% ######################################################################## 100.0% [2020-09-14T12:55:00.134Z] #40 6.993 DEP images/fown.pb-c.d [2020-09-14T12:55:00.134Z] #40 7.071 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-14T12:55:00.134Z] #40 7.159 DEP images/opts.pb-c.d [2020-09-14T12:55:00.134Z] #40 7.193 DEP images/memfd.pb-c.d [2020-09-14T12:55:00.134Z] #40 7.275 PBCC images/sit.pb-c.c [2020-09-14T12:55:00.313Z] #25 8.490 [2020-09-14T12:55:00.436Z] #40 7.362 DEP images/sit.pb-c.d [2020-09-14T12:55:00.436Z] #40 7.423 PBCC images/macvlan.pb-c.c [2020-09-14T12:55:00.436Z] #40 7.437 DEP images/macvlan.pb-c.d [2020-09-14T12:55:00.436Z] #40 7.518 PBCC images/autofs.pb-c.c [2020-09-14T12:55:00.436Z] #40 7.540 DEP images/autofs.pb-c.d [2020-09-14T12:55:00.436Z] #40 7.603 PBCC images/sysctl.pb-c.c [2020-09-14T12:55:00.736Z] #40 7.619 DEP images/sysctl.pb-c.d [2020-09-14T12:55:00.736Z] #40 7.701 PBCC images/time.pb-c.c [2020-09-14T12:55:00.736Z] #40 7.738 DEP images/time.pb-c.d [2020-09-14T12:55:00.736Z] #40 7.775 PBCC images/binfmt-misc.pb-c.c [2020-09-14T12:55:00.736Z] #40 7.812 DEP images/binfmt-misc.pb-c.d [2020-09-14T12:55:00.736Z] #40 7.858 PBCC images/seccomp.pb-c.c [2020-09-14T12:55:01.056Z] #40 7.882 DEP images/seccomp.pb-c.d [2020-09-14T12:55:01.056Z] #40 8.046 PBCC images/userns.pb-c.c [2020-09-14T12:55:01.056Z] #40 8.079 DEP images/userns.pb-c.d [2020-09-14T12:55:01.056Z] #40 8.132 PBCC images/cgroup.pb-c.c [2020-09-14T12:55:01.056Z] #40 8.163 DEP images/cgroup.pb-c.d [2020-09-14T12:55:01.056Z] #40 8.195 PBCC images/ext-file.pb-c.c [2020-09-14T12:55:01.056Z] #40 8.218 DEP images/ext-file.pb-c.d [2020-09-14T12:55:01.082Z] #25 8.661 0.4% ## 3.4% ### 5.4% ##### 7.8% ####### 10.1% # [2020-09-14T12:55:01.082Z] #25 ... [2020-09-14T12:55:01.082Z] [2020-09-14T12:55:01.082Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:55:01.082Z] #52 1.636 + RM_GOPATH=0 [2020-09-14T12:55:01.082Z] #52 1.636 + TMP_GOPATH= [2020-09-14T12:55:01.082Z] #52 1.636 + : /build [2020-09-14T12:55:01.082Z] #52 1.648 + '[' -z '' ']' [2020-09-14T12:55:01.082Z] #52 1.648 ++ mktemp -d [2020-09-14T12:55:01.082Z] #52 1.648 + export GOPATH=/tmp/tmp.kC1McyYkMH [2020-09-14T12:55:01.082Z] #52 1.648 + GOPATH=/tmp/tmp.kC1McyYkMH [2020-09-14T12:55:01.082Z] #52 1.648 + RM_GOPATH=1 [2020-09-14T12:55:01.082Z] #52 1.648 + case "$(go env GOARCH)" in [2020-09-14T12:55:01.082Z] #52 1.652 ++ go env GOARCH [2020-09-14T12:55:01.082Z] #52 1.763 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:55:01.082Z] #52 1.763 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:55:01.082Z] #52 1.766 ++ dirname /tmp/install/install.sh [2020-09-14T12:55:01.082Z] #52 1.772 + dir=/tmp/install [2020-09-14T12:55:01.082Z] #52 1.772 + bin=containerd [2020-09-14T12:55:01.082Z] #52 1.773 + shift [2020-09-14T12:55:01.082Z] #52 1.773 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-14T12:55:01.082Z] #52 1.773 + . /tmp/install/containerd.installer [2020-09-14T12:55:01.082Z] #52 1.773 ++ set -e [2020-09-14T12:55:01.082Z] #52 1.785 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-14T12:55:01.082Z] #52 1.785 + install_containerd [2020-09-14T12:55:01.082Z] #52 1.816 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a' [2020-09-14T12:55:01.082Z] #52 1.816 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-14T12:55:01.082Z] #52 1.817 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kC1McyYkMH/src/github.com/containerd/containerd [2020-09-14T12:55:01.082Z] #52 1.827 Cloning into '/tmp/tmp.kC1McyYkMH/src/github.com/containerd/containerd'... [2020-09-14T12:55:01.082Z] #52 ... [2020-09-14T12:55:01.082Z] [2020-09-14T12:55:01.082Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:55:01.360Z] #40 8.310 PBCC images/rpc.pb-c.c [2020-09-14T12:55:01.360Z] #40 ... [2020-09-14T12:55:01.360Z] [2020-09-14T12:55:01.360Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:01.360Z] #11 65.04 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-14T12:55:01.360Z] #11 65.05 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-14T12:55:01.360Z] #11 65.05 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-14T12:55:01.360Z] #11 72.41 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-14T12:55:01.360Z] #11 72.43 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-14T12:55:01.360Z] #11 72.44 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:01.360Z] #11 72.58 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-14T12:55:01.360Z] #11 72.60 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-14T12:55:01.360Z] #11 72.61 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:01.360Z] #11 ... [2020-09-14T12:55:01.360Z] [2020-09-14T12:55:01.360Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:01.360Z] #40 8.437 DEP images/rpc.pb-c.d [2020-09-14T12:55:01.360Z] #40 8.507 PBCC images/siginfo.pb-c.c [2020-09-14T12:55:01.360Z] #40 8.542 DEP images/siginfo.pb-c.d [2020-09-14T12:55:01.607Z] #25 8.661 0.4% ## 3.4% ### 5.4% ##### 7.8% ####### 10.1% ######### 12.7% ########### 15.7% ############# 18.1% ############## 20.5% ################# 23.6% ################## 26.1% [2020-09-14T12:55:01.607Z] #25 ... [2020-09-14T12:55:01.607Z] [2020-09-14T12:55:01.607Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:01.607Z] #30 45.38 reflect [2020-09-14T12:55:01.607Z] #30 51.65 time [2020-09-14T12:55:01.660Z] #40 8.631 PBCC images/pagemap.pb-c.c [2020-09-14T12:55:01.660Z] #40 8.751 DEP images/pagemap.pb-c.d [2020-09-14T12:55:01.660Z] #40 8.823 PBCC images/rlimit.pb-c.c [2020-09-14T12:55:01.660Z] #40 ... [2020-09-14T12:55:01.660Z] [2020-09-14T12:55:01.660Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:01.660Z] #31 65.48 path [2020-09-14T12:55:01.660Z] #31 66.69 text/tabwriter [2020-09-14T12:55:01.660Z] #31 73.54 internal/syscall/execenv [2020-09-14T12:55:01.660Z] #31 73.54 internal/syscall/unix [2020-09-14T12:55:01.660Z] #31 73.59 time [2020-09-14T12:55:01.865Z] #30 ... [2020-09-14T12:55:01.865Z] [2020-09-14T12:55:01.865Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:55:01.961Z] #31 ... [2020-09-14T12:55:01.961Z] [2020-09-14T12:55:01.961Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:01.961Z] #40 8.866 DEP images/rlimit.pb-c.d [2020-09-14T12:55:01.961Z] #40 8.980 PBCC images/file-lock.pb-c.c [2020-09-14T12:55:01.961Z] #40 9.013 DEP images/file-lock.pb-c.d [2020-09-14T12:55:01.961Z] #40 9.068 PBCC images/tty.pb-c.c [2020-09-14T12:55:01.961Z] #40 ... [2020-09-14T12:55:01.961Z] [2020-09-14T12:55:01.961Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:01.961Z] #42 65.84 bufio [2020-09-14T12:55:01.961Z] #42 66.21 reflect [2020-09-14T12:55:01.961Z] #42 72.10 regexp/syntax [2020-09-14T12:55:01.961Z] #42 75.32 vendor/golang.org/x/text/transform [2020-09-14T12:55:02.263Z] #42 ... [2020-09-14T12:55:02.263Z] [2020-09-14T12:55:02.263Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:02.263Z] #40 9.136 DEP images/tty.pb-c.d [2020-09-14T12:55:02.263Z] #40 9.194 PBCC images/tun.pb-c.c [2020-09-14T12:55:02.263Z] #40 9.252 PBCC images/netdev.pb-c.c [2020-09-14T12:55:02.263Z] #40 9.303 DEP images/tun.pb-c.d [2020-09-14T12:55:02.263Z] #40 9.343 DEP images/netdev.pb-c.d [2020-09-14T12:55:02.263Z] #40 9.389 PBCC images/vma.pb-c.c [2020-09-14T12:55:02.263Z] #40 9.430 DEP images/vma.pb-c.d [2020-09-14T12:55:02.263Z] #40 9.500 PBCC images/creds.pb-c.c [2020-09-14T12:55:02.564Z] #40 9.540 DEP images/creds.pb-c.d [2020-09-14T12:55:02.564Z] #40 9.596 PBCC images/utsns.pb-c.c [2020-09-14T12:55:02.564Z] #40 9.626 DEP images/utsns.pb-c.d [2020-09-14T12:55:02.564Z] #40 9.671 PBCC images/ipc-desc.pb-c.c [2020-09-14T12:55:02.564Z] #40 9.707 PBCC images/ipc-sem.pb-c.c [2020-09-14T12:55:02.564Z] #40 9.744 DEP images/ipc-desc.pb-c.d [2020-09-14T12:55:02.866Z] #40 9.801 DEP images/ipc-sem.pb-c.d [2020-09-14T12:55:02.866Z] #40 9.840 PBCC images/ipc-msg.pb-c.c [2020-09-14T12:55:02.866Z] #40 9.859 DEP images/ipc-msg.pb-c.d [2020-09-14T12:55:02.866Z] #40 9.930 PBCC images/ipc-shm.pb-c.c [2020-09-14T12:55:02.866Z] #40 9.983 DEP images/ipc-shm.pb-c.d [2020-09-14T12:55:02.892Z] #25 8.661 0.4% ## 3.4% ### 5.4% ##### 7.8% ####### 10.1% ######### 12.7% ########### 15.7% ############# 18.1% ############## 20.5% ################# 23.6% ################## 26.1% ##################### 29.2% ###################### 31.1% ######################## 33.7% ########################## 36.2% ############################ 39.4% ############################## 42.4% ################################ 45.4% ################################## 48.0% #################################### 50.2% ##################################### 52.3% ###################################### 54.1% [2020-09-14T12:55:02.892Z] #25 ... [2020-09-14T12:55:02.892Z] [2020-09-14T12:55:02.892Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:55:02.892Z] #38 46.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-14T12:55:02.892Z] #38 46.71 Selecting previously unselected package libnet1-dev. [2020-09-14T12:55:02.892Z] #38 46.72 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 46.73 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-14T12:55:02.892Z] #38 46.95 Selecting previously unselected package libnl-3-200:amd64. [2020-09-14T12:55:02.892Z] #38 46.97 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 46.97 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-14T12:55:02.892Z] #38 47.11 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-14T12:55:02.892Z] #38 47.12 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 47.13 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-14T12:55:02.892Z] #38 47.38 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-14T12:55:02.892Z] #38 47.39 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 47.40 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-14T12:55:02.892Z] #38 47.47 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-14T12:55:02.892Z] #38 47.50 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 47.52 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-14T12:55:02.892Z] #38 47.66 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-14T12:55:02.892Z] #38 47.67 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 47.67 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-14T12:55:02.892Z] #38 47.97 Selecting previously unselected package libprotobuf17:amd64. [2020-09-14T12:55:02.892Z] #38 47.97 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 47.97 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:02.892Z] #38 48.88 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-14T12:55:02.892Z] #38 48.88 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 48.88 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:02.892Z] #38 49.17 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-14T12:55:02.892Z] #38 49.17 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 49.20 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:02.892Z] #38 50.61 Selecting previously unselected package libprotoc17:amd64. [2020-09-14T12:55:02.892Z] #38 50.61 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 50.61 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:02.892Z] #38 51.22 Selecting previously unselected package protobuf-c-compiler. [2020-09-14T12:55:02.892Z] #38 51.22 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 51.23 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-14T12:55:02.892Z] #38 51.35 Selecting previously unselected package protobuf-compiler. [2020-09-14T12:55:02.892Z] #38 51.36 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 51.37 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-14T12:55:02.892Z] #38 51.62 Selecting previously unselected package python-pkg-resources. [2020-09-14T12:55:02.892Z] #38 51.62 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-14T12:55:02.892Z] #38 51.63 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-14T12:55:02.892Z] #38 51.90 Selecting previously unselected package python-six. [2020-09-14T12:55:02.892Z] #38 51.90 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-14T12:55:02.892Z] #38 51.90 Unpacking python-six (1.12.0-1) ... [2020-09-14T12:55:02.892Z] #38 51.97 Selecting previously unselected package python-protobuf. [2020-09-14T12:55:02.892Z] #38 51.97 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-14T12:55:02.892Z] #38 51.99 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-14T12:55:02.892Z] #38 52.60 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-14T12:55:03.148Z] #38 ... [2020-09-14T12:55:03.148Z] [2020-09-14T12:55:03.148Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:03.148Z] #41 56.69 time [2020-09-14T12:55:03.167Z] #40 10.06 PBCC images/ipc-var.pb-c.c [2020-09-14T12:55:03.167Z] #40 10.11 DEP images/ipc-var.pb-c.d [2020-09-14T12:55:03.167Z] #40 10.18 PBCC images/sk-opts.pb-c.c [2020-09-14T12:55:03.167Z] #40 10.21 PBCC images/packet-sock.pb-c.c [2020-09-14T12:55:03.167Z] #40 10.26 DEP images/sk-opts.pb-c.d [2020-09-14T12:55:03.167Z] #40 10.34 DEP images/packet-sock.pb-c.d [2020-09-14T12:55:03.468Z] #40 10.40 PBCC images/sk-netlink.pb-c.c [2020-09-14T12:55:03.468Z] #40 10.51 DEP images/sk-netlink.pb-c.d [2020-09-14T12:55:03.468Z] #40 10.61 PBCC images/sk-inet.pb-c.c [2020-09-14T12:55:03.767Z] #40 10.64 DEP images/sk-inet.pb-c.d [2020-09-14T12:55:03.767Z] #40 10.71 PBCC images/sk-unix.pb-c.c [2020-09-14T12:55:03.767Z] #40 10.82 DEP images/sk-unix.pb-c.d [2020-09-14T12:55:03.767Z] #40 10.84 PBCC images/mm.pb-c.c [2020-09-14T12:55:03.767Z] #40 10.87 DEP images/mm.pb-c.d [2020-09-14T12:55:03.767Z] #40 10.90 PBCC images/timerfd.pb-c.c [2020-09-14T12:55:03.767Z] #40 10.93 DEP images/timerfd.pb-c.d [2020-09-14T12:55:04.068Z] #40 10.95 PBCC images/timer.pb-c.c [2020-09-14T12:55:04.068Z] #40 10.98 DEP images/timer.pb-c.d [2020-09-14T12:55:04.068Z] #40 11.03 PBCC images/sa.pb-c.c [2020-09-14T12:55:04.068Z] #40 11.09 DEP images/sa.pb-c.d [2020-09-14T12:55:04.068Z] #40 11.13 PBCC images/pipe-data.pb-c.c [2020-09-14T12:55:04.068Z] #40 11.16 DEP images/pipe-data.pb-c.d [2020-09-14T12:55:04.068Z] #40 11.24 PBCC images/mnt.pb-c.c [2020-09-14T12:55:04.068Z] #40 11.30 DEP images/mnt.pb-c.d [2020-09-14T12:55:04.383Z] #40 11.35 PBCC images/sk-packet.pb-c.c [2020-09-14T12:55:04.383Z] #40 11.38 DEP images/sk-packet.pb-c.d [2020-09-14T12:55:04.383Z] #40 11.54 PBCC images/tcp-stream.pb-c.c [2020-09-14T12:55:04.383Z] #40 11.60 DEP images/tcp-stream.pb-c.d [2020-09-14T12:55:04.682Z] #40 11.68 PBCC images/pipe.pb-c.c [2020-09-14T12:55:04.682Z] #40 11.76 DEP images/pipe.pb-c.d [2020-09-14T12:55:04.682Z] #40 11.83 PBCC images/pstree.pb-c.c [2020-09-14T12:55:04.682Z] #40 11.86 DEP images/pstree.pb-c.d [2020-09-14T12:55:04.981Z] #40 11.93 PBCC images/fs.pb-c.c [2020-09-14T12:55:04.981Z] #40 11.97 DEP images/fs.pb-c.d [2020-09-14T12:55:04.981Z] #40 12.08 PBCC images/signalfd.pb-c.c [2020-09-14T12:55:05.040Z] #41 ... [2020-09-14T12:55:05.040Z] [2020-09-14T12:55:05.040Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:05.040Z] #10 48.28 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-14T12:55:05.040Z] #10 50.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-14T12:55:05.040Z] #10 50.87 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-14T12:55:05.040Z] #10 50.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-14T12:55:05.040Z] #10 50.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-14T12:55:05.040Z] #10 50.88 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-14T12:55:05.040Z] #10 50.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-14T12:55:05.040Z] #10 50.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-14T12:55:05.040Z] #10 50.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-14T12:55:05.040Z] #10 50.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-14T12:55:05.040Z] #10 51.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-14T12:55:05.040Z] #10 51.03 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-14T12:55:05.040Z] #10 51.08 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-14T12:55:05.040Z] #10 51.10 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-14T12:55:05.040Z] #10 51.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-14T12:55:05.040Z] #10 51.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-14T12:55:05.040Z] #10 52.46 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:55:05.040Z] #10 52.66 Fetched 77.7 MB in 9s (8746 kB/s) [2020-09-14T12:55:05.040Z] #10 52.75 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-14T12:55:05.040Z] #10 52.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-14T12:55:05.040Z] #10 52.86 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-14T12:55:05.040Z] #10 52.87 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-14T12:55:05.040Z] #10 55.62 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-14T12:55:05.040Z] #10 55.65 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-14T12:55:05.040Z] #10 55.65 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-14T12:55:05.040Z] #10 ... [2020-09-14T12:55:05.040Z] [2020-09-14T12:55:05.040Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:55:05.040Z] #25 8.661 0.4% ## 3.4% ### 5.4% ##### 7.8% ####### 10.1% ######### 12.7% ########### 15.7% ############# 18.1% ############## 20.5% ################# 23.6% ################## 26.1% ##################### 29.2% ###################### 31.1% ######################## 33.7% ########################## 36.2% ############################ 39.4% ############################## 42.4% ################################ 45.4% ################################## 48.0% #################################### 50.2% ##################################### 52.3% ###################################### 54.1% ######################################## 56.3% ######################################### 58.0% ########################################### 60.3% ############################################# 62.7% ############################################### 65.3% ################################################# 68.9% ################################################### 72.2% ##################################################### 74.6% ####################################################### 77.0% ######################################################## 78.8% ########################################################## 81.5% ############################################################# 84.8% ############################################################## 86.2% ############################################################### 88.3% ################################################################# 90.5% ################################################################## 92.3% ################################################################### 94.0% ##################################################################### 95.8% ####################################################################### 98.9% ######################################################################## 100.0% [2020-09-14T12:55:05.040Z] #25 13.22 [2020-09-14T12:55:05.281Z] #40 12.12 DEP images/signalfd.pb-c.d [2020-09-14T12:55:05.281Z] #40 12.18 PBCC images/fh.pb-c.c [2020-09-14T12:55:05.281Z] #40 12.24 PBCC images/fsnotify.pb-c.c [2020-09-14T12:55:05.281Z] #40 12.29 DEP images/fh.pb-c.d [2020-09-14T12:55:05.281Z] #40 12.35 DEP images/fsnotify.pb-c.d [2020-09-14T12:55:05.281Z] #40 12.43 PBCC images/eventpoll.pb-c.c [2020-09-14T12:55:05.281Z] #40 12.47 DEP images/eventpoll.pb-c.d [2020-09-14T12:55:05.580Z] #40 12.52 PBCC images/eventfd.pb-c.c [2020-09-14T12:55:05.580Z] #40 12.55 DEP images/eventfd.pb-c.d [2020-09-14T12:55:05.580Z] #40 12.63 PBCC images/remap-file-path.pb-c.c [2020-09-14T12:55:05.580Z] #40 12.68 DEP images/remap-file-path.pb-c.d [2020-09-14T12:55:05.580Z] #40 12.73 PBCC images/fifo.pb-c.c [2020-09-14T12:55:05.879Z] #40 12.76 DEP images/fifo.pb-c.d [2020-09-14T12:55:05.879Z] #40 12.85 PBCC images/ghost-file.pb-c.c [2020-09-14T12:55:05.879Z] #40 12.88 DEP images/ghost-file.pb-c.d [2020-09-14T12:55:05.879Z] #40 12.96 PBCC images/regfile.pb-c.c [2020-09-14T12:55:05.879Z] #40 13.03 DEP images/regfile.pb-c.d [2020-09-14T12:55:05.969Z] #25 14.14 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-14T12:55:06.178Z] #40 13.13 PBCC images/ns.pb-c.c [2020-09-14T12:55:06.178Z] #40 13.17 DEP images/ns.pb-c.d [2020-09-14T12:55:06.178Z] #40 13.20 PBCC images/fdinfo.pb-c.c [2020-09-14T12:55:06.178Z] #40 13.30 DEP images/fdinfo.pb-c.d [2020-09-14T12:55:06.225Z] #25 ... [2020-09-14T12:55:06.225Z] [2020-09-14T12:55:06.225Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:06.225Z] #47 49.88 reflect [2020-09-14T12:55:06.225Z] #47 49.89 syscall [2020-09-14T12:55:06.225Z] #47 58.49 context [2020-09-14T12:55:06.225Z] #47 59.32 internal/poll [2020-09-14T12:55:06.482Z] #47 ... [2020-09-14T12:55:06.482Z] [2020-09-14T12:55:06.482Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:06.482Z] #10 59.13 Selecting previously unselected package binutils-mingw-w64. [2020-09-14T12:55:06.482Z] #10 59.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-14T12:55:06.482Z] #10 59.17 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-14T12:55:06.482Z] #10 59.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-14T12:55:06.482Z] #10 59.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-14T12:55:06.482Z] #10 59.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-14T12:55:06.482Z] #10 59.54 Selecting previously unselected package dmsetup. [2020-09-14T12:55:06.482Z] #10 59.55 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-14T12:55:06.482Z] #10 59.55 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-14T12:55:06.482Z] #10 59.76 Selecting previously unselected package mingw-w64-common. [2020-09-14T12:55:06.482Z] #10 59.77 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-14T12:55:06.482Z] #10 59.77 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-14T12:55:06.494Z] #40 13.42 PBCC images/core-aarch64.pb-c.c [2020-09-14T12:55:06.494Z] #40 13.52 PBCC images/core-arm.pb-c.c [2020-09-14T12:55:06.494Z] #40 13.58 PBCC images/core-ppc64.pb-c.c [2020-09-14T12:55:06.741Z] #10 ... [2020-09-14T12:55:06.741Z] [2020-09-14T12:55:06.741Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:55:06.741Z] #32 50.27 Selecting previously unselected package libicu63:amd64. [2020-09-14T12:55:06.741Z] #32 50.29 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 50.30 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-14T12:55:06.741Z] #32 58.48 Selecting previously unselected package libxml2:amd64. [2020-09-14T12:55:06.741Z] #32 58.49 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 58.50 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-14T12:55:06.741Z] #32 59.13 Selecting previously unselected package libarchive13:amd64. [2020-09-14T12:55:06.741Z] #32 59.15 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 59.16 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-14T12:55:06.741Z] #32 59.54 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-14T12:55:06.741Z] #32 59.55 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 59.55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-14T12:55:06.741Z] #32 59.71 Selecting previously unselected package librhash0:amd64. [2020-09-14T12:55:06.741Z] #32 59.71 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 59.73 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-14T12:55:06.741Z] #32 59.96 Selecting previously unselected package libuv1:amd64. [2020-09-14T12:55:06.741Z] #32 59.96 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 59.97 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-14T12:55:06.741Z] #32 60.15 Selecting previously unselected package cmake. [2020-09-14T12:55:06.741Z] #32 60.16 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-14T12:55:06.741Z] #32 60.19 Unpacking cmake (3.13.4-1) ... [2020-09-14T12:55:06.741Z] #32 ... [2020-09-14T12:55:06.741Z] [2020-09-14T12:55:06.741Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:55:06.741Z] #28 50.07 Checking out files: 85% (1299/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-14T12:55:06.741Z] #28 50.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-14T12:55:06.741Z] #28 51.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-14T12:55:06.792Z] #40 13.66 PBCC images/core-s390.pb-c.c [2020-09-14T12:55:06.792Z] #40 13.72 PBCC images/core-x86.pb-c.c [2020-09-14T12:55:06.792Z] #40 13.78 PBCC images/core.pb-c.c [2020-09-14T12:55:06.792Z] #40 13.92 PBCC images/inventory.pb-c.c [2020-09-14T12:55:06.998Z] #28 ... [2020-09-14T12:55:06.998Z] [2020-09-14T12:55:06.998Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:55:06.998Z] #25 14.52 [2020-09-14T12:55:06.998Z] #25 14.71 ######################################################################## 100.0% [2020-09-14T12:55:06.998Z] #25 14.84 [2020-09-14T12:55:07.092Z] #40 14.00 DEP images/core-aarch64.pb-c.d [2020-09-14T12:55:07.092Z] #40 14.07 DEP images/core-arm.pb-c.d [2020-09-14T12:55:07.092Z] #40 14.16 DEP images/core-ppc64.pb-c.d [2020-09-14T12:55:07.392Z] #40 14.24 DEP images/core-s390.pb-c.d [2020-09-14T12:55:07.392Z] #40 14.28 DEP images/core-x86.pb-c.d [2020-09-14T12:55:07.392Z] #40 14.36 DEP images/core.pb-c.d [2020-09-14T12:55:07.392Z] #40 14.41 DEP images/inventory.pb-c.d [2020-09-14T12:55:07.392Z] #40 14.47 PBCC images/cpuinfo.pb-c.c [2020-09-14T12:55:07.392Z] #40 14.49 DEP images/cpuinfo.pb-c.d [2020-09-14T12:55:07.392Z] #40 14.55 PBCC images/stats.pb-c.c [2020-09-14T12:55:07.392Z] #40 14.59 DEP images/stats.pb-c.d [2020-09-14T12:55:07.560Z] #25 15.73 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-14T12:55:08.042Z] #40 ... [2020-09-14T12:55:08.042Z] [2020-09-14T12:55:08.042Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:55:08.125Z] #25 16.20 [2020-09-14T12:55:08.382Z] #25 16.39 0.6% ####################################################### 77.0% ######################################################################## 100.0% [2020-09-14T12:55:08.639Z] #25 16.66 [2020-09-14T12:55:08.943Z] #53 42.23 Checking out files: 54% (1770/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: 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: 99% (3233/3238) Checking out files: 100% (3238/3238) Checking out files: 100% (3238/3238), done. [2020-09-14T12:55:08.943Z] #53 43.29 + cd /tmp/tmp.3e2wjwBd51/src/github.com/containerd/containerd [2020-09-14T12:55:09.064Z] using credential docker-jenkins-github-credentials [2020-09-14T12:55:09.142Z] Cloning the remote Git repository [2020-09-14T12:55:09.142Z] Cloning with configured refspecs honoured and without tags [2020-09-14T12:55:09.244Z] #53 43.29 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-14T12:55:09.569Z] #25 17.49 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-14T12:55:09.569Z] #25 17.57 skipping existing c35d46ef359f [2020-09-14T12:55:09.569Z] #25 17.65 [2020-09-14T12:55:10.305Z] #53 44.26 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-14T12:55:10.305Z] #53 44.26 + BUILDTAGS='netgo osusergo static_build' [2020-09-14T12:55:10.305Z] #53 44.26 + export EXTRA_FLAGS=-buildmode=pie [2020-09-14T12:55:10.305Z] #53 44.26 + EXTRA_FLAGS=-buildmode=pie [2020-09-14T12:55:10.305Z] #53 44.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-14T12:55:10.305Z] #53 44.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-14T12:55:10.305Z] #53 44.26 + '[' '' = dynamic ']' [2020-09-14T12:55:10.305Z] #53 44.26 + make [2020-09-14T12:55:09.336Z] Cloning repository https://github.com/moby/moby.git [2020-09-14T12:55:09.756Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-09-14T12:55:10.950Z] #25 18.78 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-14T12:55:10.950Z] #25 19.13 [2020-09-14T12:55:10.954Z] #53 45.04 + bin/ctr [2020-09-14T12:55:11.207Z] #25 19.26 ######################################################################## 100.0% [2020-09-14T12:55:11.207Z] #25 19.36 [2020-09-14T12:55:11.207Z] #25 19.45 Download of images into '/build' complete. [2020-09-14T12:55:11.464Z] #25 19.45 Use something like the following to load the result into a Docker daemon: [2020-09-14T12:55:11.464Z] #25 19.45 tar -cC '/build' . | docker load [2020-09-14T12:55:12.030Z] #25 ... [2020-09-14T12:55:12.030Z] [2020-09-14T12:55:12.030Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:12.030Z] #10 65.53 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-14T12:55:12.030Z] #10 65.54 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-14T12:55:12.030Z] #10 65.55 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-14T12:55:12.030Z] #10 ... [2020-09-14T12:55:12.030Z] [2020-09-14T12:55:12.030Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-14T12:55:12.030Z] #25 DONE 20.2s [2020-09-14T12:55:12.030Z] [2020-09-14T12:55:12.030Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-14T12:55:12.030Z] #32 63.21 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-14T12:55:12.030Z] #32 63.23 Setting up xxd (2:8.1.0875-5) ... [2020-09-14T12:55:12.030Z] #32 63.26 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-14T12:55:12.030Z] #32 63.28 Setting up vim-common (2:8.1.0875-5) ... [2020-09-14T12:55:12.030Z] #32 63.30 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-14T12:55:12.030Z] #32 63.32 Setting up cmake-data (3.13.4-1) ... [2020-09-14T12:55:12.030Z] #32 63.34 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-14T12:55:12.030Z] #32 63.35 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-14T12:55:12.030Z] #32 63.37 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-14T12:55:12.030Z] #32 63.38 Setting up cmake (3.13.4-1) ... [2020-09-14T12:55:12.030Z] #32 63.39 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:55:12.030Z] #32 63.48 Processing triggers for mime-support (3.62) ... [2020-09-14T12:55:12.030Z] #32 DONE 65.6s [2020-09-14T12:55:12.287Z] [2020-09-14T12:55:12.287Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:10.715Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:55:10.716Z] > git --version # timeout=10 [2020-09-14T12:55:10.760Z] > git --version # 'git version 2.24.1.windows.2' [2020-09-14T12:55:10.761Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:55:10.763Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:55:13.073Z] #53 ... [2020-09-14T12:55:13.073Z] [2020-09-14T12:55:13.073Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:13.073Z] #48 76.41 time [2020-09-14T12:55:13.073Z] #48 76.41 regexp [2020-09-14T12:55:13.073Z] #48 86.48 path/filepath [2020-09-14T12:55:13.073Z] #48 86.48 mvdan.cc/sh/v3/fileutil [2020-09-14T12:55:13.073Z] #48 ... [2020-09-14T12:55:13.073Z] [2020-09-14T12:55:13.073Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:13.073Z] #40 16.06 make[1]: Nothing to be done for 'all'. [2020-09-14T12:55:13.073Z] #40 17.72 CC images/stats.o [2020-09-14T12:55:13.074Z] #40 18.24 CC images/core.o [2020-09-14T12:55:13.074Z] #40 19.04 CC images/core-x86.o [2020-09-14T12:55:13.074Z] #40 19.69 CC images/core-arm.o [2020-09-14T12:55:13.371Z] #40 20.22 CC images/core-aarch64.o [2020-09-14T12:55:13.653Z] #33 1.640 + RM_GOPATH=0 [2020-09-14T12:55:13.654Z] #33 1.640 + TMP_GOPATH= [2020-09-14T12:55:13.654Z] #33 1.640 + : /build [2020-09-14T12:55:13.654Z] #33 1.640 + '[' -z '' ']' [2020-09-14T12:55:13.654Z] #33 1.640 ++ mktemp -d [2020-09-14T12:55:13.654Z] #33 1.649 + export GOPATH=/tmp/tmp.Ndx06AIdR2 [2020-09-14T12:55:13.654Z] #33 1.649 + GOPATH=/tmp/tmp.Ndx06AIdR2 [2020-09-14T12:55:13.654Z] #33 1.649 + RM_GOPATH=1 [2020-09-14T12:55:13.654Z] #33 1.649 + case "$(go env GOARCH)" in [2020-09-14T12:55:13.654Z] #33 1.649 ++ go env GOARCH [2020-09-14T12:55:13.654Z] #33 1.669 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:55:13.654Z] #33 1.669 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:55:13.654Z] #33 1.669 ++ dirname /tmp/install/install.sh [2020-09-14T12:55:13.654Z] #33 1.669 + dir=/tmp/install [2020-09-14T12:55:13.654Z] #33 1.670 + bin=tini [2020-09-14T12:55:13.654Z] #33 1.670 + shift [2020-09-14T12:55:13.654Z] #33 1.670 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-14T12:55:13.654Z] #33 1.670 + . /tmp/install/tini.installer [2020-09-14T12:55:13.654Z] #33 1.670 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-14T12:55:13.654Z] #33 1.670 + install_tini [2020-09-14T12:55:13.654Z] #33 1.670 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-14T12:55:13.654Z] #33 1.670 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ndx06AIdR2/tini [2020-09-14T12:55:13.654Z] #33 1.670 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-14T12:55:13.654Z] #33 1.699 Cloning into '/tmp/tmp.Ndx06AIdR2/tini'... [2020-09-14T12:55:13.670Z] #40 20.67 CC images/core-ppc64.o [2020-09-14T12:55:14.217Z] #33 ... [2020-09-14T12:55:14.217Z] [2020-09-14T12:55:14.217Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:55:14.217Z] #38 57.78 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:14.217Z] #38 57.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-14T12:55:14.217Z] #38 57.82 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-14T12:55:14.217Z] #38 57.85 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-14T12:55:14.217Z] #38 57.86 Setting up python-six (1.12.0-1) ... [2020-09-14T12:55:14.217Z] #38 61.78 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-14T12:55:14.217Z] #38 61.79 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-14T12:55:14.217Z] #38 61.81 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:14.217Z] #38 61.83 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-14T12:55:14.217Z] #38 61.85 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:14.217Z] #38 61.86 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-14T12:55:14.217Z] #38 61.87 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-14T12:55:14.217Z] #38 61.89 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-14T12:55:14.217Z] #38 61.90 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-14T12:55:14.217Z] #38 61.95 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-14T12:55:14.217Z] #38 ... [2020-09-14T12:55:14.217Z] [2020-09-14T12:55:14.217Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:14.217Z] #30 57.92 internal/poll [2020-09-14T12:55:14.217Z] #30 60.23 internal/syscall/execenv [2020-09-14T12:55:14.217Z] #30 60.45 internal/syscall/unix [2020-09-14T12:55:14.217Z] #30 60.57 internal/fmtsort [2020-09-14T12:55:14.217Z] #30 60.83 os [2020-09-14T12:55:14.217Z] #30 61.35 strings [2020-09-14T12:55:14.217Z] #30 64.22 path [2020-09-14T12:55:14.217Z] #30 64.79 text/tabwriter [2020-09-14T12:55:14.217Z] #30 64.81 fmt [2020-09-14T12:55:14.217Z] #30 65.49 path/filepath [2020-09-14T12:55:14.705Z] ok github.com/docker/docker/pkg/plugins 33.612s coverage: 76.6% of statements [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/rootless [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/volume [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-14T12:55:14.705Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === Skipped [2020-09-14T12:55:14.705Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-14T12:55:14.705Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-14T12:55:14.705Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:73: No driver to put! [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-14T12:55:14.705Z] time="2020-09-14T12:53:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-14T12:55:14.705Z] time="2020-09-14T12:53:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-14T12:55:14.705Z] time="2020-09-14T12:53:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-14T12:55:14.705Z] time="2020-09-14T12:53:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-14T12:55:14.705Z] time="2020-09-14T12:53:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:73: No driver to put! [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-14T12:55:14.705Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-14T12:55:14.705Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-14T12:55:14.705Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:14.705Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-14T12:55:14.705Z] graphtest_unix.go:73: No driver to put! [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-14T12:55:14.705Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-14T12:55:14.705Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] [2020-09-14T12:55:14.705Z] DONE 2138 tests, 26 skipped in 192.219s [2020-09-14T12:55:14.731Z] #40 21.57 CC images/core-s390.o Post stage [Pipeline] junit [2020-09-14T12:55:14.749Z] Recording test results [2020-09-14T12:55:14.779Z] #30 68.28 io/ioutil [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-14T12:55:15.033Z] #40 ... [2020-09-14T12:55:15.033Z] [2020-09-14T12:55:15.033Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:15.033Z] #31 78.78 internal/poll [2020-09-14T12:55:15.033Z] #31 80.38 os [2020-09-14T12:55:15.033Z] #31 84.30 internal/fmtsort [2020-09-14T12:55:15.033Z] #31 85.15 path/filepath [2020-09-14T12:55:15.033Z] #31 85.17 fmt [2020-09-14T12:55:15.033Z] #31 87.09 io/ioutil [2020-09-14T12:55:15.282Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -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:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh dynbinary test-integration [2020-09-14T12:55:15.332Z] #31 89.03 github.com/BurntSushi/toml [2020-09-14T12:55:15.332Z] #31 89.04 log [2020-09-14T12:55:15.332Z] #31 89.05 flag [2020-09-14T12:55:15.332Z] #31 ... [2020-09-14T12:55:15.332Z] [2020-09-14T12:55:15.332Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:15.332Z] #48 89.05 encoding/binary [2020-09-14T12:55:15.332Z] #48 89.06 flag [2020-09-14T12:55:15.332Z] #48 89.06 go/token [2020-09-14T12:55:15.332Z] #48 89.06 github.com/pkg/diff [2020-09-14T12:55:15.343Z] #30 ... [2020-09-14T12:55:15.344Z] [2020-09-14T12:55:15.344Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:15.344Z] #33 3.138 + cd /tmp/tmp.Ndx06AIdR2/tini [2020-09-14T12:55:15.344Z] #33 3.138 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-14T12:55:15.344Z] #33 3.171 + cmake . [2020-09-14T12:55:15.574Z] [2020-09-14T12:55:15.574Z] Removing bundles/ [2020-09-14T12:55:15.574Z] [2020-09-14T12:55:15.574Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-14T12:55:15.574Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:55:15.574Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T12:55:15.990Z] #48 ... [2020-09-14T12:55:15.990Z] [2020-09-14T12:55:15.990Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:15.990Z] #42 79.73 context [2020-09-14T12:55:15.990Z] #42 79.89 internal/poll [2020-09-14T12:55:15.990Z] #42 82.93 regexp [2020-09-14T12:55:15.990Z] #42 84.72 os [2020-09-14T12:55:15.990Z] #42 ... [2020-09-14T12:55:15.990Z] [2020-09-14T12:55:15.990Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:15.990Z] #40 22.54 CC images/cpuinfo.o [2020-09-14T12:55:15.990Z] #40 23.13 CC images/inventory.o [2020-09-14T12:55:16.276Z] #33 4.053 -- The C compiler identification is GNU 8.3.0 [2020-09-14T12:55:16.276Z] #33 4.132 -- Check for working C compiler: /usr/bin/cc [2020-09-14T12:55:16.276Z] #33 ... [2020-09-14T12:55:16.276Z] [2020-09-14T12:55:16.276Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-14T12:55:16.276Z] #38 69.64 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-14T12:55:16.276Z] #38 69.66 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:55:16.276Z] #38 DONE 70.0s [2020-09-14T12:55:16.291Z] #40 23.50 CC images/fdinfo.o [2020-09-14T12:55:16.533Z] [2020-09-14T12:55:16.533Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:16.533Z] #30 69.99 github.com/BurntSushi/toml [2020-09-14T12:55:16.533Z] #30 70.00 flag [2020-09-14T12:55:16.939Z] #40 23.88 CC images/fown.o [2020-09-14T12:55:16.940Z] #40 24.09 CC images/ns.o [2020-09-14T12:55:17.239Z] #40 24.29 CC images/regfile.o [2020-09-14T12:55:17.538Z] #40 24.55 CC images/ghost-file.o [2020-09-14T12:55:17.838Z] #40 24.90 CC images/fifo.o [2020-09-14T12:55:17.903Z] #30 ... [2020-09-14T12:55:17.903Z] [2020-09-14T12:55:17.903Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:17.903Z] #47 61.12 os [2020-09-14T12:55:17.903Z] #47 64.42 encoding/binary [2020-09-14T12:55:17.903Z] #47 65.59 fmt [2020-09-14T12:55:17.903Z] #47 66.38 encoding/base64 [2020-09-14T12:55:17.903Z] #47 68.18 path/filepath [2020-09-14T12:55:17.903Z] #47 70.41 golang.org/x/sys/unix [2020-09-14T12:55:17.903Z] #47 ... [2020-09-14T12:55:17.903Z] [2020-09-14T12:55:17.903Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:17.903Z] #33 5.057 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-14T12:55:17.903Z] #33 5.057 -- Detecting C compiler ABI info [2020-09-14T12:55:17.903Z] #33 5.660 -- Detecting C compiler ABI info - done [2020-09-14T12:55:17.903Z] #33 5.711 -- Detecting C compile features [2020-09-14T12:55:18.139Z] #40 25.20 CC images/remap-file-path.o [2020-09-14T12:55:18.452Z] #40 25.49 CC images/eventfd.o [2020-09-14T12:55:18.749Z] #40 25.75 CC images/eventpoll.o [2020-09-14T12:55:18.835Z] #33 ... [2020-09-14T12:55:18.835Z] [2020-09-14T12:55:18.835Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:18.835Z] #41 62.54 os [2020-09-14T12:55:18.835Z] #41 62.72 strings [2020-09-14T12:55:18.835Z] #41 65.21 regexp/syntax [2020-09-14T12:55:18.835Z] #41 66.48 fmt [2020-09-14T12:55:18.835Z] #41 72.16 regexp [2020-09-14T12:55:19.087Z] #40 26.07 CC images/fh.o [2020-09-14T12:55:19.096Z] #41 ... [2020-09-14T12:55:19.096Z] [2020-09-14T12:55:19.096Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:19.096Z] #47 72.46 encoding/json [2020-09-14T12:55:19.386Z] #40 26.45 CC images/fsnotify.o [2020-09-14T12:55:20.443Z] #40 27.24 CC images/signalfd.o [2020-09-14T12:55:20.443Z] #40 27.47 CC images/fs.o [2020-09-14T12:55:20.741Z] #40 27.70 CC images/pstree.o [2020-09-14T12:55:21.039Z] #40 28.03 CC images/pipe.o [2020-09-14T12:55:21.267Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.6% of statements [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/rootless [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/volume [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-14T12:55:21.267Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-14T12:55:21.267Z] [2020-09-14T12:55:21.267Z] === Skipped [2020-09-14T12:55:21.267Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-14T12:55:21.268Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-14T12:55:21.268Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:73: No driver to put! [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-14T12:55:21.268Z] time="2020-09-14T12:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-14T12:55:21.268Z] time="2020-09-14T12:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-14T12:55:21.268Z] time="2020-09-14T12:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-14T12:55:21.268Z] time="2020-09-14T12:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-14T12:55:21.268Z] time="2020-09-14T12:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:73: No driver to put! [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-14T12:55:21.268Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-14T12:55:21.268Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-14T12:55:21.268Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T12:55:21.268Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-14T12:55:21.268Z] graphtest_unix.go:73: No driver to put! [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-14T12:55:21.268Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-14T12:55:21.268Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] [2020-09-14T12:55:21.268Z] DONE 2138 tests, 26 skipped in 191.105s Post stage [Pipeline] junit [2020-09-14T12:55:21.282Z] Recording test results [2020-09-14T12:55:21.337Z] #40 28.37 CC images/tcp-stream.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-14T12:55:21.641Z] #40 28.61 CC images/sk-packet.o [2020-09-14T12:55:21.794Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -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:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh dynbinary test-integration [2020-09-14T12:55:22.289Z] #40 29.05 CC images/mnt.o [2020-09-14T12:55:22.289Z] #40 29.31 CC images/pipe-data.o [2020-09-14T12:55:22.591Z] #40 29.53 CC images/sa.o [2020-09-14T12:55:22.591Z] #40 29.76 CC images/timer.o [2020-09-14T12:55:22.740Z] [2020-09-14T12:55:22.740Z] Removing bundles/ [2020-09-14T12:55:22.740Z] [2020-09-14T12:55:22.740Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-14T12:55:22.740Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:55:22.740Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T12:55:23.243Z] #40 30.14 CC images/timerfd.o [2020-09-14T12:55:23.243Z] #40 30.35 CC images/mm.o [2020-09-14T12:55:23.891Z] #40 30.70 CC images/sk-opts.o [2020-09-14T12:55:23.891Z] #40 30.91 CC images/sk-unix.o [2020-09-14T12:55:24.198Z] #40 ... [2020-09-14T12:55:24.198Z] [2020-09-14T12:55:24.198Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:24.198Z] #31 93.89 github.com/BurntSushi/toml/cmd/tomlv [2020-09-14T12:55:24.198Z] #31 DONE 98.0s [2020-09-14T12:55:24.198Z] [2020-09-14T12:55:24.198Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:24.198Z] #40 31.21 CC images/sk-inet.o [2020-09-14T12:55:24.198Z] #40 ... [2020-09-14T12:55:24.198Z] [2020-09-14T12:55:24.198Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:24.198Z] #48 91.99 go/scanner [2020-09-14T12:55:24.198Z] #48 93.30 mvdan.cc/editorconfig [2020-09-14T12:55:24.198Z] #48 93.54 mvdan.cc/sh/v3/syntax [2020-09-14T12:55:24.198Z] #48 95.31 encoding/base64 [2020-09-14T12:55:24.198Z] #48 96.09 go/ast [2020-09-14T12:55:24.198Z] #48 97.77 golang.org/x/sys/unix [2020-09-14T12:55:24.198Z] #48 97.90 encoding/json [2020-09-14T12:55:24.348Z] #47 ... [2020-09-14T12:55:24.348Z] [2020-09-14T12:55:24.348Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:24.348Z] #33 7.888 -- Detecting C compile features - done [2020-09-14T12:55:24.348Z] #33 7.937 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-14T12:55:24.348Z] #33 8.170 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-14T12:55:24.348Z] #33 8.298 -- Configuring done [2020-09-14T12:55:24.348Z] #33 8.334 -- Generating done [2020-09-14T12:55:24.348Z] #33 8.341 -- Build files have been written to: /tmp/tmp.Ndx06AIdR2/tini [2020-09-14T12:55:24.348Z] #33 8.356 + make tini-static [2020-09-14T12:55:24.348Z] #33 8.786 Scanning dependencies of target tini-static [2020-09-14T12:55:24.348Z] #33 8.864 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-14T12:55:24.348Z] #33 10.34 [100%] Linking C executable tini-static [2020-09-14T12:55:24.348Z] #33 11.05 [100%] Built target tini-static [2020-09-14T12:55:24.348Z] #33 11.15 + mkdir -p /build [2020-09-14T12:55:24.348Z] #33 11.15 + cp tini-static /build/docker-init [2020-09-14T12:55:24.348Z] #33 DONE 11.8s [2020-09-14T12:55:24.348Z] [2020-09-14T12:55:24.348Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:24.348Z] #39 2.119 Note: Building without setproctitle() and strlcpy() support. [2020-09-14T12:55:24.348Z] #39 2.119 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-14T12:55:24.348Z] #39 2.138 Note: Building without GnuTLS support [2020-09-14T12:55:24.348Z] #39 2.150 Makefile.config:39: Warn: you have no libnftables installed [2020-09-14T12:55:24.349Z] #39 2.150 Makefile.config:40: Warn: Building without nftables support [2020-09-14T12:55:24.349Z] #39 4.327 fatal: not a git repository (or any of the parent directories): .git [2020-09-14T12:55:24.349Z] #39 4.375 GEN .gitid [2020-09-14T12:55:24.349Z] #39 4.399 GEN criu/include/version.h [2020-09-14T12:55:24.349Z] #39 4.460 GEN include/common/asm [2020-09-14T12:55:24.349Z] #39 6.079 PBCC images/timens.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.125 DEP images/timens.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.190 PBCC images/fown.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.214 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.298 PBCC images/opts.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.341 PBCC images/memfd.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.451 DEP images/fown.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.527 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.611 DEP images/opts.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.700 DEP images/memfd.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.780 PBCC images/sit.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.821 DEP images/sit.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.877 PBCC images/macvlan.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.895 DEP images/macvlan.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.920 PBCC images/autofs.pb-c.c [2020-09-14T12:55:24.349Z] #39 6.938 DEP images/autofs.pb-c.d [2020-09-14T12:55:24.349Z] #39 6.967 PBCC images/sysctl.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.015 DEP images/sysctl.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.051 PBCC images/time.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.082 DEP images/time.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.127 PBCC images/binfmt-misc.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.159 DEP images/binfmt-misc.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.211 PBCC images/seccomp.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.217 DEP images/seccomp.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.270 PBCC images/userns.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.310 DEP images/userns.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.364 PBCC images/cgroup.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.466 DEP images/cgroup.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.518 PBCC images/ext-file.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.541 DEP images/ext-file.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.707 PBCC images/rpc.pb-c.c [2020-09-14T12:55:24.349Z] #39 7.833 DEP images/rpc.pb-c.d [2020-09-14T12:55:24.349Z] #39 7.969 PBCC images/siginfo.pb-c.c [2020-09-14T12:55:24.349Z] #39 8.039 DEP images/siginfo.pb-c.d [2020-09-14T12:55:24.604Z] #39 8.146 PBCC images/pagemap.pb-c.c [2020-09-14T12:55:24.852Z] #48 ... [2020-09-14T12:55:24.852Z] [2020-09-14T12:55:24.852Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:24.852Z] #40 31.74 CC images/tun.o [2020-09-14T12:55:24.862Z] #39 8.299 DEP images/pagemap.pb-c.d [2020-09-14T12:55:24.862Z] #39 8.426 PBCC images/rlimit.pb-c.c [2020-09-14T12:55:24.862Z] #39 8.467 DEP images/rlimit.pb-c.d [2020-09-14T12:55:25.118Z] #39 8.611 PBCC images/file-lock.pb-c.c [2020-09-14T12:55:25.118Z] #39 8.671 DEP images/file-lock.pb-c.d [2020-09-14T12:55:25.118Z] #39 8.715 PBCC images/tty.pb-c.c [2020-09-14T12:55:25.118Z] #39 8.819 DEP images/tty.pb-c.d [2020-09-14T12:55:25.152Z] #40 32.08 CC images/sk-netlink.o [2020-09-14T12:55:25.152Z] #40 32.23 CC images/packet-sock.o [2020-09-14T12:55:25.375Z] #39 8.862 PBCC images/tun.pb-c.c [2020-09-14T12:55:25.375Z] #39 8.916 PBCC images/netdev.pb-c.c [2020-09-14T12:55:25.375Z] #39 ... [2020-09-14T12:55:25.375Z] [2020-09-14T12:55:25.375Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:25.375Z] #30 71.76 log [2020-09-14T12:55:25.375Z] #30 74.29 github.com/BurntSushi/toml/cmd/tomlv [2020-09-14T12:55:25.375Z] #30 DONE 79.0s [2020-09-14T12:55:25.375Z] [2020-09-14T12:55:25.375Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:25.375Z] #39 9.012 DEP images/tun.pb-c.d [2020-09-14T12:55:25.375Z] #39 9.115 DEP images/netdev.pb-c.d [2020-09-14T12:55:25.375Z] #39 ... [2020-09-14T12:55:25.375Z] [2020-09-14T12:55:25.375Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:25.375Z] #10 74.37 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-14T12:55:25.375Z] #10 74.39 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-14T12:55:25.375Z] #10 74.39 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:25.375Z] #10 74.60 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-14T12:55:25.375Z] #10 74.60 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-14T12:55:25.375Z] #10 74.61 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:25.452Z] #40 32.62 CC images/ipc-var.o [2020-09-14T12:55:25.752Z] #40 32.78 CC images/ipc-desc.o [2020-09-14T12:55:25.937Z] #10 ... [2020-09-14T12:55:25.937Z] [2020-09-14T12:55:25.937Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:25.937Z] #39 9.244 PBCC images/vma.pb-c.c [2020-09-14T12:55:25.937Z] #39 9.368 DEP images/vma.pb-c.d [2020-09-14T12:55:25.937Z] #39 9.502 PBCC images/creds.pb-c.c [2020-09-14T12:55:25.937Z] #39 9.545 DEP images/creds.pb-c.d [2020-09-14T12:55:25.937Z] #39 9.644 PBCC images/utsns.pb-c.c [2020-09-14T12:55:26.050Z] #40 33.06 CC images/ipc-shm.o [2020-09-14T12:55:26.197Z] #39 9.680 DEP images/utsns.pb-c.d [2020-09-14T12:55:26.197Z] #39 9.771 PBCC images/ipc-desc.pb-c.c [2020-09-14T12:55:26.197Z] #39 9.829 PBCC images/ipc-sem.pb-c.c [2020-09-14T12:55:26.197Z] #39 9.875 DEP images/ipc-desc.pb-c.d [2020-09-14T12:55:26.197Z] #39 9.993 DEP images/ipc-sem.pb-c.d [2020-09-14T12:55:26.350Z] #40 33.31 CC images/ipc-msg.o [2020-09-14T12:55:26.455Z] #39 10.11 PBCC images/ipc-msg.pb-c.c [2020-09-14T12:55:26.455Z] #39 10.19 DEP images/ipc-msg.pb-c.d [2020-09-14T12:55:26.455Z] #39 10.20 PBCC images/ipc-shm.pb-c.c [2020-09-14T12:55:26.455Z] #39 10.21 DEP images/ipc-shm.pb-c.d [2020-09-14T12:55:26.455Z] #39 10.22 PBCC images/ipc-var.pb-c.c [2020-09-14T12:55:26.649Z] #40 33.61 CC images/ipc-sem.o [2020-09-14T12:55:26.649Z] #40 ... [2020-09-14T12:55:26.649Z] [2020-09-14T12:55:26.649Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:26.649Z] #42 90.33 github.com/LK4D4/vndr/versioned [2020-09-14T12:55:26.649Z] #42 91.45 internal/lazyregexp [2020-09-14T12:55:26.649Z] #42 91.45 os/exec [2020-09-14T12:55:26.649Z] #42 91.54 net [2020-09-14T12:55:26.649Z] #42 95.13 net/url [2020-09-14T12:55:26.649Z] #42 95.14 go/scanner [2020-09-14T12:55:26.649Z] #42 95.17 text/template/parse [2020-09-14T12:55:26.649Z] #42 99.28 go/ast [2020-09-14T12:55:26.649Z] #42 100.2 encoding/json [2020-09-14T12:55:26.649Z] #42 ... [2020-09-14T12:55:26.649Z] [2020-09-14T12:55:26.649Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:26.649Z] #40 33.86 CC images/utsns.o [2020-09-14T12:55:26.711Z] #39 10.28 DEP images/ipc-var.pb-c.d [2020-09-14T12:55:26.711Z] #39 10.32 PBCC images/sk-opts.pb-c.c [2020-09-14T12:55:26.711Z] #39 10.35 PBCC images/packet-sock.pb-c.c [2020-09-14T12:55:26.711Z] #39 10.39 DEP images/sk-opts.pb-c.d [2020-09-14T12:55:26.711Z] #39 10.43 DEP images/packet-sock.pb-c.d [2020-09-14T12:55:26.948Z] #40 34.02 CC images/creds.o [2020-09-14T12:55:26.968Z] #39 10.49 PBCC images/sk-netlink.pb-c.c [2020-09-14T12:55:26.968Z] #39 10.54 DEP images/sk-netlink.pb-c.d [2020-09-14T12:55:26.968Z] #39 10.59 PBCC images/sk-inet.pb-c.c [2020-09-14T12:55:26.968Z] #39 10.65 DEP images/sk-inet.pb-c.d [2020-09-14T12:55:26.968Z] #39 10.68 PBCC images/sk-unix.pb-c.c [2020-09-14T12:55:26.968Z] #39 10.77 DEP images/sk-unix.pb-c.d [2020-09-14T12:55:27.224Z] #39 10.82 PBCC images/mm.pb-c.c [2020-09-14T12:55:27.224Z] #39 10.85 DEP images/mm.pb-c.d [2020-09-14T12:55:27.224Z] #39 10.91 PBCC images/timerfd.pb-c.c [2020-09-14T12:55:27.250Z] #40 34.27 CC images/vma.o [2020-09-14T12:55:27.434Z] Fetching without tags [2020-09-14T12:55:27.114Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:55:27.171Z] > git config --add remote.origin.fetch +refs/pull/41447/head:refs/remotes/origin/PR-41447 # timeout=10 [2020-09-14T12:55:27.224Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:55:27.341Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-14T12:55:27.514Z] #39 11.00 DEP images/timerfd.pb-c.d [2020-09-14T12:55:27.514Z] #39 11.12 PBCC images/timer.pb-c.c [2020-09-14T12:55:27.514Z] #39 11.18 DEP images/timer.pb-c.d [2020-09-14T12:55:27.553Z] #40 34.56 CC images/netdev.o [2020-09-14T12:55:27.794Z] #39 11.24 PBCC images/sa.pb-c.c [2020-09-14T12:55:27.794Z] #39 11.27 DEP images/sa.pb-c.d [2020-09-14T12:55:27.794Z] #39 11.33 PBCC images/pipe-data.pb-c.c [2020-09-14T12:55:27.794Z] #39 11.37 DEP images/pipe-data.pb-c.d [2020-09-14T12:55:27.794Z] #39 11.41 PBCC images/mnt.pb-c.c [2020-09-14T12:55:27.794Z] #39 11.49 DEP images/mnt.pb-c.d [2020-09-14T12:55:27.794Z] #39 11.56 PBCC images/sk-packet.pb-c.c [2020-09-14T12:55:27.891Z] #40 34.94 CC images/tty.o [2020-09-14T12:55:28.054Z] #39 11.57 DEP images/sk-packet.pb-c.d [2020-09-14T12:55:28.054Z] #39 11.68 PBCC images/tcp-stream.pb-c.c [2020-09-14T12:55:28.054Z] #39 11.72 DEP images/tcp-stream.pb-c.d [2020-09-14T12:55:28.054Z] #39 11.74 PBCC images/pipe.pb-c.c [2020-09-14T12:55:28.054Z] #39 11.77 DEP images/pipe.pb-c.d [2020-09-14T12:55:28.553Z] #39 11.84 PBCC images/pstree.pb-c.c [2020-09-14T12:55:28.553Z] #39 11.90 DEP images/pstree.pb-c.d [2020-09-14T12:55:28.553Z] #39 11.95 PBCC images/fs.pb-c.c [2020-09-14T12:55:28.553Z] #39 11.99 DEP images/fs.pb-c.d [2020-09-14T12:55:28.553Z] #39 12.04 PBCC images/signalfd.pb-c.c [2020-09-14T12:55:28.553Z] #39 12.11 DEP images/signalfd.pb-c.d [2020-09-14T12:55:28.553Z] #39 12.16 PBCC images/fh.pb-c.c [2020-09-14T12:55:28.553Z] #39 12.24 PBCC images/fsnotify.pb-c.c [2020-09-14T12:55:28.618Z] #40 35.59 CC images/file-lock.o [2020-09-14T12:55:28.699Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:55:28.810Z] #39 12.37 DEP images/fh.pb-c.d [2020-09-14T12:55:28.810Z] #39 12.39 DEP images/fsnotify.pb-c.d [2020-09-14T12:55:28.810Z] #39 12.47 PBCC images/eventpoll.pb-c.c [2020-09-14T12:55:28.810Z] #39 12.49 DEP images/eventpoll.pb-c.d [2020-09-14T12:55:28.810Z] #39 12.53 PBCC images/eventfd.pb-c.c [2020-09-14T12:55:28.810Z] #39 12.55 DEP images/eventfd.pb-c.d [2020-09-14T12:55:28.810Z] #39 12.58 PBCC images/remap-file-path.pb-c.c [2020-09-14T12:55:28.917Z] #40 35.79 CC images/rlimit.o [2020-09-14T12:55:28.917Z] #40 35.97 CC images/pagemap.o [2020-09-14T12:55:29.066Z] #39 12.61 DEP images/remap-file-path.pb-c.d [2020-09-14T12:55:29.066Z] #39 12.65 PBCC images/fifo.pb-c.c [2020-09-14T12:55:29.066Z] #39 12.67 DEP images/fifo.pb-c.d [2020-09-14T12:55:29.066Z] #39 12.70 PBCC images/ghost-file.pb-c.c [2020-09-14T12:55:29.066Z] #39 12.74 DEP images/ghost-file.pb-c.d [2020-09-14T12:55:29.066Z] #39 12.79 PBCC images/regfile.pb-c.c [2020-09-14T12:55:29.218Z] #40 36.24 CC images/siginfo.o [2020-09-14T12:55:29.322Z] #39 12.83 DEP images/regfile.pb-c.d [2020-09-14T12:55:29.322Z] #39 12.91 PBCC images/ns.pb-c.c [2020-09-14T12:55:29.322Z] #39 12.91 DEP images/ns.pb-c.d [2020-09-14T12:55:29.322Z] #39 12.96 PBCC images/fdinfo.pb-c.c [2020-09-14T12:55:29.322Z] #39 ... [2020-09-14T12:55:29.322Z] [2020-09-14T12:55:29.322Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:29.322Z] #41 72.90 go/token [2020-09-14T12:55:29.322Z] #41 73.88 go/scanner [2020-09-14T12:55:29.322Z] #41 75.44 go/ast [2020-09-14T12:55:29.322Z] #41 76.19 internal/lazyregexp [2020-09-14T12:55:29.322Z] #41 76.46 net/url [2020-09-14T12:55:29.322Z] #41 78.46 text/template/parse [2020-09-14T12:55:29.322Z] #41 81.67 go/parser [2020-09-14T12:55:29.517Z] #40 36.48 CC images/rpc.o [2020-09-14T12:55:29.579Z] #41 ... [2020-09-14T12:55:29.579Z] [2020-09-14T12:55:29.579Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:55:30.218Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.240459138s with top 10 stages: buildssa: 1m36.908368957s, goimports: 22.912070158s, unconvert: 12.451818096s, gosec: 9.43666665s, golint: 5.914681024s, misspell: 4.348120854s, ineffassign: 4.185542946s, vrp: 3.29138785s, inspect: 2.846769052s, printf: 1.935929091s [2020-09-14T12:55:30.218Z] INFO [runner] Issues before processing: 2299, after processing: 0 [2020-09-14T12:55:30.218Z] INFO [runner] Processors filtering stat (out/in): cgo: 1690/2299, path_prettifier: 1690/1690, skip_files: 1690/1690, identifier_marker: 1585/1585, nolint: 0/64, filename_unadjuster: 1690/1690, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, exclude: 1585/1585, exclude-rules: 64/1585 [2020-09-14T12:55:30.218Z] INFO [runner] processing took 59.054488ms with stages: nolint: 26.314955ms, identifier_marker: 16.061042ms, path_prettifier: 7.734083ms, autogenerated_exclude: 3.759408ms, exclude-rules: 3.330316ms, skip_dirs: 1.584992ms, cgo: 176.602µs, filename_unadjuster: 88.655µs, max_same_issues: 1.191µs, uniq_by_line: 788ns, skip_files: 413ns, max_from_linter: 412ns, diff: 412ns, exclude: 365ns, source_code: 361ns, path_shortener: 250ns, max_per_file_from_linter: 243ns [2020-09-14T12:55:30.218Z] INFO [runner] linters took 1m37.283857547s with stages: goanalysis_metalinter: 1m17.874145584s, unused: 19.350484543s [2020-09-14T12:55:30.218Z] INFO File cache stats: 1443 entries of total size 6.8MiB [2020-09-14T12:55:30.218Z] INFO Memory: 1470 samples, avg is 763.9MB, max is 3774.6MB [2020-09-14T12:55:30.218Z] INFO Execution took 3m33.820563584s [2020-09-14T12:55:30.218Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-09-14T12:55:30.348Z] #52 38.02 Checking out files: 54% (1772/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: 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: 91% (2972/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-14T12:55:30.348Z] #52 39.34 + cd /tmp/tmp.kC1McyYkMH/src/github.com/containerd/containerd [2020-09-14T12:55:30.348Z] #52 39.34 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a [2020-09-14T12:55:27.471Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-14T12:55:27.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:55:27.473Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-14T12:55:28.829Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:55:28.875Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:55:30.553Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh dynbinary-daemon test-docker-py [2020-09-14T12:55:30.604Z] #52 39.60 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-14T12:55:30.604Z] #52 39.61 + BUILDTAGS='netgo osusergo static_build' [2020-09-14T12:55:30.604Z] #52 39.61 + export EXTRA_FLAGS=-buildmode=pie [2020-09-14T12:55:30.604Z] #52 39.61 + EXTRA_FLAGS=-buildmode=pie [2020-09-14T12:55:30.604Z] #52 39.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-14T12:55:30.604Z] #52 39.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-14T12:55:30.604Z] #52 39.61 + '[' '' = dynamic ']' [2020-09-14T12:55:30.604Z] #52 39.61 + make [2020-09-14T12:55:30.688Z] #40 ... [2020-09-14T12:55:30.688Z] [2020-09-14T12:55:30.688Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:30.688Z] #11 94.25 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-14T12:55:30.688Z] #11 94.25 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-14T12:55:30.688Z] #11 94.27 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:30.813Z] [2020-09-14T12:55:31.027Z] #11 ... [2020-09-14T12:55:31.027Z] [2020-09-14T12:55:31.027Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:31.027Z] #40 37.97 CC images/ext-file.o [2020-09-14T12:55:31.027Z] #40 38.20 CC images/cgroup.o [2020-09-14T12:55:31.071Z] Removing bundles/ [2020-09-14T12:55:31.071Z] [2020-09-14T12:55:31.071Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-14T12:55:31.071Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:55:31.071Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T12:55:31.532Z] #52 40.57 + bin/ctr [2020-09-14T12:55:31.768Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:55:31.768Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447) [2020-09-14T12:55:31.935Z] #40 38.87 CC images/userns.o [2020-09-14T12:55:31.935Z] #40 39.13 CC images/google/protobuf/descriptor.o [2020-09-14T12:55:31.337Z] > git remote # timeout=10 [2020-09-14T12:55:31.409Z] > git config --get remote.origin.url # timeout=10 [2020-09-14T12:55:31.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-14T12:55:31.455Z] > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10 [2020-09-14T12:55:31.591Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-09-14T12:55:31.800Z] > git config core.sparsecheckout # timeout=10 [2020-09-14T12:55:31.848Z] > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10 [2020-09-14T12:55:34.073Z] #40 41.19 CC images/opts.o [2020-09-14T12:55:34.371Z] #40 41.39 CC images/seccomp.o [2020-09-14T12:55:34.672Z] #40 41.68 CC images/binfmt-misc.o [2020-09-14T12:55:34.977Z] #40 42.00 CC images/time.o [2020-09-14T12:55:35.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-14T12:55:35.281Z] #40 42.24 CC images/sysctl.o [2020-09-14T12:55:35.281Z] #40 42.48 CC images/autofs.o [2020-09-14T12:55:35.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-14T12:55:35.585Z] #40 42.76 CC images/macvlan.o [2020-09-14T12:55:35.886Z] #40 42.96 CC images/sit.o [2020-09-14T12:55:36.195Z] #40 43.25 CC images/memfd.o [2020-09-14T12:55:36.493Z] #40 ... [2020-09-14T12:55:36.493Z] [2020-09-14T12:55:36.493Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:36.493Z] #11 109.2 Selecting previously unselected package libapparmor1:ppc64el. [2020-09-14T12:55:36.493Z] #11 109.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 109.3 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-09-14T12:55:36.493Z] #11 109.4 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-09-14T12:55:36.493Z] #11 109.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 109.4 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-14T12:55:36.493Z] #11 109.6 Selecting previously unselected package libbtrfs0. [2020-09-14T12:55:36.493Z] #11 109.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 109.7 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-14T12:55:36.493Z] #11 109.8 Selecting previously unselected package libbtrfs-dev. [2020-09-14T12:55:36.493Z] #11 109.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 109.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:55:36.493Z] #11 110.0 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-09-14T12:55:36.493Z] #11 110.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 110.0 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-14T12:55:36.493Z] #11 110.1 Selecting previously unselected package libudev-dev:ppc64el. [2020-09-14T12:55:36.493Z] #11 110.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 110.2 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-14T12:55:36.493Z] #11 110.4 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-09-14T12:55:36.493Z] #11 110.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-09-14T12:55:36.493Z] #11 110.4 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-09-14T12:55:36.780Z] #52 ... [2020-09-14T12:55:36.780Z] [2020-09-14T12:55:36.780Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:36.780Z] #47 79.54 github.com/pkg/diff [2020-09-14T12:55:36.780Z] #47 80.44 go/ast [2020-09-14T12:55:36.780Z] #47 81.43 golang.org/x/crypto/ssh/terminal [2020-09-14T12:55:36.780Z] #47 82.89 mvdan.cc/editorconfig [2020-09-14T12:55:36.780Z] #47 83.86 mvdan.cc/sh/v3/fileutil [2020-09-14T12:55:36.780Z] #47 83.99 mvdan.cc/sh/v3/syntax [2020-09-14T12:55:36.780Z] #47 ... [2020-09-14T12:55:36.780Z] [2020-09-14T12:55:36.780Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:36.780Z] #39 13.06 DEP images/fdinfo.pb-c.d [2020-09-14T12:55:36.780Z] #39 13.13 PBCC images/core-aarch64.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.18 PBCC images/core-arm.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.24 PBCC images/core-ppc64.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.31 PBCC images/core-s390.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.36 PBCC images/core-x86.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.43 PBCC images/core.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.55 PBCC images/inventory.pb-c.c [2020-09-14T12:55:36.780Z] #39 13.65 DEP images/core-aarch64.pb-c.d [2020-09-14T12:55:36.780Z] #39 13.69 DEP images/core-arm.pb-c.d [2020-09-14T12:55:36.780Z] #39 13.73 DEP images/core-ppc64.pb-c.d [2020-09-14T12:55:36.780Z] #39 13.76 DEP images/core-s390.pb-c.d [2020-09-14T12:55:36.780Z] #39 13.84 DEP images/core-x86.pb-c.d [2020-09-14T12:55:36.780Z] #39 13.94 DEP images/core.pb-c.d [2020-09-14T12:55:36.780Z] #39 14.05 DEP images/inventory.pb-c.d [2020-09-14T12:55:36.780Z] #39 14.12 PBCC images/cpuinfo.pb-c.c [2020-09-14T12:55:36.780Z] #39 14.17 DEP images/cpuinfo.pb-c.d [2020-09-14T12:55:36.780Z] #39 14.19 PBCC images/stats.pb-c.c [2020-09-14T12:55:36.780Z] #39 14.23 DEP images/stats.pb-c.d [2020-09-14T12:55:36.780Z] #39 15.56 make[1]: Nothing to be done for 'all'. [2020-09-14T12:55:36.780Z] #39 16.86 CC images/stats.o [2020-09-14T12:55:36.780Z] #39 17.21 CC images/core.o [2020-09-14T12:55:36.780Z] #39 17.83 CC images/core-x86.o [2020-09-14T12:55:36.780Z] #39 18.32 CC images/core-arm.o [2020-09-14T12:55:36.780Z] #39 18.81 CC images/core-aarch64.o [2020-09-14T12:55:36.780Z] #39 19.17 CC images/core-ppc64.o [2020-09-14T12:55:36.780Z] #39 19.71 CC images/core-s390.o [2020-09-14T12:55:36.780Z] #39 20.32 CC images/cpuinfo.o [2020-09-14T12:55:36.780Z] #39 ... [2020-09-14T12:55:36.780Z] [2020-09-14T12:55:36.780Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:36.780Z] #47 90.52 mvdan.cc/sh/v3/cmd/shfmt [2020-09-14T12:55:36.791Z] #11 110.7 Selecting previously unselected package libpcre16-3:ppc64el. [2020-09-14T12:55:37.090Z] #11 110.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-09-14T12:55:37.090Z] #11 110.8 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-14T12:55:37.090Z] #11 110.9 Selecting previously unselected package libpcre32-3:ppc64el. [2020-09-14T12:55:37.090Z] #11 110.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-09-14T12:55:37.090Z] #11 111.0 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-14T12:55:37.391Z] #11 111.1 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-09-14T12:55:37.391Z] #11 111.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-09-14T12:55:37.391Z] #11 111.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-14T12:55:37.391Z] #11 111.2 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-09-14T12:55:37.391Z] #11 111.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-09-14T12:55:37.391Z] #11 111.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-14T12:55:38.044Z] #11 111.6 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-09-14T12:55:38.044Z] #11 111.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-09-14T12:55:38.044Z] #11 111.6 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-14T12:55:38.044Z] #11 111.9 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-09-14T12:55:38.044Z] #11 111.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-09-14T12:55:38.044Z] #11 111.9 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-14T12:55:38.044Z] #11 112.0 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-09-14T12:55:38.044Z] #11 112.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-09-14T12:55:38.362Z] #11 112.0 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-14T12:55:38.362Z] #11 112.1 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-09-14T12:55:38.362Z] #11 112.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-14T12:55:38.362Z] #11 112.2 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-09-14T12:55:39.016Z] #11 112.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:39.016Z] #11 112.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-14T12:55:39.016Z] #11 112.7 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-14T12:55:39.016Z] #11 112.7 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-14T12:55:39.016Z] #11 112.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-14T12:55:39.016Z] #11 112.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:55:39.016Z] #11 112.7 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-14T12:55:39.016Z] #11 112.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-14T12:55:39.016Z] #11 112.8 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-14T12:55:39.016Z] #11 112.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-14T12:55:39.016Z] #11 112.8 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-14T12:55:39.016Z] #11 112.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:39.016Z] #11 112.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-14T12:55:39.016Z] #11 112.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-14T12:55:39.016Z] #11 112.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:39.017Z] #11 112.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-14T12:55:39.017Z] #11 112.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-14T12:55:39.017Z] #11 112.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-14T12:55:39.017Z] #11 112.9 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-14T12:55:39.017Z] #11 112.9 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-14T12:55:39.017Z] #11 112.9 Setting up dmsetup (2:1.02.155-3) ... [2020-09-14T12:55:39.017Z] #11 112.9 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-14T12:55:39.017Z] #11 112.9 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-14T12:55:39.017Z] #11 112.9 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:55:39.317Z] #11 DONE 113.2s [2020-09-14T12:55:39.317Z] [2020-09-14T12:55:39.317Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:39.317Z] #40 43.63 CC images/timens.o [2020-09-14T12:55:39.317Z] #40 44.01 LINK images/built-in.o [2020-09-14T12:55:39.317Z] #40 44.17 GEN compel/include/asm [2020-09-14T12:55:39.317Z] #40 44.20 GEN compel/include/version.h [2020-09-14T12:55:39.317Z] #40 44.23 touch .config [2020-09-14T12:55:39.317Z] #40 44.28 GEN include/common/config.h [2020-09-14T12:55:39.317Z] #40 44.44 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-14T12:55:39.317Z] #40 44.47 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-14T12:55:39.317Z] #40 44.50 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-09-14T12:55:39.317Z] #40 44.54 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-09-14T12:55:39.317Z] #40 44.58 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-09-14T12:55:39.317Z] #40 44.62 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-09-14T12:55:39.317Z] #40 44.67 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-09-14T12:55:39.317Z] #40 44.72 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-14T12:55:39.317Z] #40 44.73 DEP compel/plugins/std/infect.d [2020-09-14T12:55:39.317Z] #40 44.87 DEP compel/plugins/std/string.d [2020-09-14T12:55:39.317Z] #40 45.04 DEP compel/plugins/std/log.d [2020-09-14T12:55:39.317Z] #40 45.19 DEP compel/plugins/std/fds.d [2020-09-14T12:55:39.317Z] #40 45.34 DEP compel/plugins/std/std.d [2020-09-14T12:55:39.317Z] #40 45.44 DEP compel/plugins/shmem/shmem.d [2020-09-14T12:55:39.317Z] #40 45.54 DEP compel/plugins/fds/fds.d [2020-09-14T12:55:39.317Z] #40 45.76 CC compel/plugins/std/std.o [2020-09-14T12:55:39.317Z] #40 46.05 CC compel/plugins/std/fds.o [2020-09-14T12:55:39.317Z] #40 46.37 CC compel/plugins/std/log.o [2020-09-14T12:55:39.978Z] #40 ... [2020-09-14T12:55:39.978Z] [2020-09-14T12:55:39.978Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-14T12:55:39.978Z] #12 DONE 0.5s [2020-09-14T12:55:39.978Z] [2020-09-14T12:55:39.978Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:39.978Z] #50 0.538 + RM_GOPATH=0 [2020-09-14T12:55:39.978Z] #50 0.539 + TMP_GOPATH= [2020-09-14T12:55:39.978Z] #50 0.539 + : /build [2020-09-14T12:55:39.978Z] #50 0.539 + '[' -z '' ']' [2020-09-14T12:55:39.978Z] #50 0.541 ++ mktemp -d [2020-09-14T12:55:39.978Z] #50 0.557 + export GOPATH=/tmp/tmp.HBl2bEOqXl [2020-09-14T12:55:39.978Z] #50 0.564 + GOPATH=/tmp/tmp.HBl2bEOqXl [2020-09-14T12:55:39.978Z] #50 0.565 + RM_GOPATH=1 [2020-09-14T12:55:39.978Z] #50 0.565 + case "$(go env GOARCH)" in [2020-09-14T12:55:39.978Z] #50 0.569 ++ go env GOARCH [2020-09-14T12:55:39.978Z] #50 0.575 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:55:39.978Z] #50 0.575 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:55:39.978Z] #50 0.576 ++ dirname /tmp/install/install.sh [2020-09-14T12:55:39.978Z] #50 0.585 + dir=/tmp/install [2020-09-14T12:55:39.978Z] #50 0.585 + bin=runc [2020-09-14T12:55:39.978Z] #50 0.585 + shift [2020-09-14T12:55:39.978Z] #50 0.587 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-14T12:55:39.978Z] #50 0.587 + . /tmp/install/runc.installer [2020-09-14T12:55:39.978Z] #50 0.600 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-14T12:55:39.978Z] #50 0.601 + install_runc [2020-09-14T12:55:39.978Z] #50 0.603 + uname -r [2020-09-14T12:55:39.978Z] #50 0.606 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-14T12:55:39.978Z] #50 0.613 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-14T12:55:39.978Z] #50 0.613 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-14T12:55:39.978Z] #50 0.613 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HBl2bEOqXl/src/github.com/opencontainers/runc [2020-09-14T12:55:39.978Z] #50 0.613 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-14T12:55:39.978Z] #50 0.618 Cloning into '/tmp/tmp.HBl2bEOqXl/src/github.com/opencontainers/runc'... [2020-09-14T12:55:40.047Z] #47 ... [2020-09-14T12:55:40.047Z] [2020-09-14T12:55:40.047Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:40.047Z] #41 83.29 text/template [2020-09-14T12:55:40.047Z] #41 85.22 encoding/xml [2020-09-14T12:55:40.047Z] #41 88.50 go/doc [2020-09-14T12:55:40.047Z] #41 90.95 github.com/LK4D4/vndr/versioned [2020-09-14T12:55:40.047Z] #41 91.06 compress/flate [2020-09-14T12:55:40.047Z] #41 91.17 github.com/LK4D4/vndr/build [2020-09-14T12:55:40.047Z] #41 ... [2020-09-14T12:55:40.047Z] [2020-09-14T12:55:40.047Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:40.047Z] #39 20.87 CC images/inventory.o [2020-09-14T12:55:40.047Z] #39 21.14 CC images/fdinfo.o [2020-09-14T12:55:40.047Z] #39 21.46 CC images/fown.o [2020-09-14T12:55:40.047Z] #39 21.64 CC images/ns.o [2020-09-14T12:55:40.047Z] #39 21.88 CC images/regfile.o [2020-09-14T12:55:40.047Z] #39 22.07 CC images/ghost-file.o [2020-09-14T12:55:40.047Z] #39 22.30 CC images/fifo.o [2020-09-14T12:55:40.047Z] #39 22.50 CC images/remap-file-path.o [2020-09-14T12:55:40.047Z] #39 22.74 CC images/eventfd.o [2020-09-14T12:55:40.048Z] #39 22.92 CC images/eventpoll.o [2020-09-14T12:55:40.048Z] #39 23.18 CC images/fh.o [2020-09-14T12:55:40.048Z] #39 23.52 CC images/fsnotify.o [2020-09-14T12:55:40.278Z] #50 ... [2020-09-14T12:55:40.278Z] [2020-09-14T12:55:40.278Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-14T12:55:40.278Z] #13 DONE 0.4s [2020-09-14T12:55:40.303Z] #39 24.01 CC images/signalfd.o [2020-09-14T12:55:40.579Z] [2020-09-14T12:55:40.579Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:40.579Z] #40 47.65 CC compel/plugins/std/string.o [2020-09-14T12:55:40.864Z] #39 24.26 CC images/fs.o [2020-09-14T12:55:40.864Z] #39 24.43 CC images/pstree.o [2020-09-14T12:55:40.881Z] #40 ... [2020-09-14T12:55:40.881Z] [2020-09-14T12:55:40.881Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-14T12:55:40.881Z] #14 0.336 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-14T12:55:40.881Z] #14 DONE 0.4s [2020-09-14T12:55:40.881Z] [2020-09-14T12:55:40.881Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-14T12:55:41.126Z] #39 24.61 CC images/pipe.o [2020-09-14T12:55:41.183Z] #15 DONE 0.4s [2020-09-14T12:55:41.183Z] [2020-09-14T12:55:41.183Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-14T12:55:41.381Z] #39 24.84 CC images/tcp-stream.o [2020-09-14T12:55:41.381Z] #39 25.03 CC images/sk-packet.o [2020-09-14T12:55:41.483Z] #16 DONE 0.3s [2020-09-14T12:55:41.483Z] [2020-09-14T12:55:41.483Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:41.483Z] #48 115.4 golang.org/x/crypto/ssh/terminal [2020-09-14T12:55:41.637Z] #39 25.29 CC images/mnt.o [2020-09-14T12:55:42.140Z] #48 ... [2020-09-14T12:55:42.140Z] [2020-09-14T12:55:42.140Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-09-14T12:55:42.140Z] #17 DONE 0.4s [2020-09-14T12:55:42.140Z] [2020-09-14T12:55:42.140Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:42.140Z] #42 105.8 text/template [2020-09-14T12:55:42.140Z] #42 110.0 go/parser [2020-09-14T12:55:42.140Z] #42 111.8 encoding/xml [2020-09-14T12:55:42.140Z] #42 ... [2020-09-14T12:55:42.140Z] [2020-09-14T12:55:42.140Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:42.140Z] #40 48.48 CC compel/plugins/std/infect.o [2020-09-14T12:55:42.140Z] #40 48.94 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-09-14T12:55:42.140Z] #40 48.97 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-09-14T12:55:42.140Z] #40 49.01 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-09-14T12:55:42.140Z] #40 49.08 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-09-14T12:55:42.140Z] #40 49.13 AR compel/plugins/std.lib.a [2020-09-14T12:55:42.140Z] #40 49.19 CC compel/plugins/fds/fds.o [2020-09-14T12:55:42.199Z] #39 25.60 CC images/pipe-data.o [2020-09-14T12:55:42.199Z] #39 25.83 CC images/sa.o [2020-09-14T12:55:42.440Z] #40 49.41 AR compel/plugins/fds.lib.a [2020-09-14T12:55:42.440Z] #40 49.46 HOSTDEP compel/src/lib/log-host.d [2020-09-14T12:55:42.440Z] #40 49.56 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-14T12:55:42.740Z] #40 49.67 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-09-14T12:55:42.740Z] #40 49.77 HOSTDEP compel/src/main-host.d [2020-09-14T12:55:42.761Z] #39 26.21 CC images/timer.o [2020-09-14T12:55:43.017Z] #39 26.66 CC images/timerfd.o [2020-09-14T12:55:43.042Z] #40 49.87 DEP compel/src/lib/ptrace.d [2020-09-14T12:55:43.042Z] #40 50.14 DEP compel/src/lib/infect.d [2020-09-14T12:55:43.273Z] #39 26.86 CC images/mm.o [2020-09-14T12:55:43.342Z] #40 50.43 DEP compel/src/lib/infect-util.d [2020-09-14T12:55:43.342Z] #40 50.54 DEP compel/src/lib/infect-rpc.d [2020-09-14T12:55:43.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-14T12:55:43.530Z] #39 ... [2020-09-14T12:55:43.530Z] [2020-09-14T12:55:43.530Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:43.530Z] #47 DONE 97.1s [2020-09-14T12:55:43.530Z] [2020-09-14T12:55:43.530Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:43.530Z] #41 93.67 hash/crc32 [2020-09-14T12:55:43.530Z] #41 94.36 compress/gzip [2020-09-14T12:55:43.530Z] #41 94.37 net [2020-09-14T12:55:43.530Z] #41 94.80 vendor/golang.org/x/text/transform [2020-09-14T12:55:43.530Z] #41 95.49 vendor/golang.org/x/text/unicode/bidi [2020-09-14T12:55:43.530Z] #41 96.89 vendor/golang.org/x/text/secure/bidirule [2020-09-14T12:55:43.530Z] #41 97.15 vendor/golang.org/x/text/unicode/norm [2020-09-14T12:55:43.642Z] #40 50.68 DEP compel/arch/ppc64/src/lib/infect.d [2020-09-14T12:55:43.642Z] #40 50.80 DEP compel/arch/ppc64/src/lib/cpu.d [2020-09-14T12:55:43.945Z] #40 50.87 DEP compel/src/lib/log.d [2020-09-14T12:55:43.945Z] #40 50.99 DEP compel/src/main.d [2020-09-14T12:55:43.945Z] #40 51.09 DEP compel/src/lib/handle-elf.d [2020-09-14T12:55:44.246Z] #40 51.21 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-09-14T12:55:44.246Z] #40 51.35 CC compel/src/lib/log.o [2020-09-14T12:55:44.913Z] #40 51.70 CC compel/arch/ppc64/src/lib/cpu.o [2020-09-14T12:55:44.913Z] #40 52.00 CC compel/arch/ppc64/src/lib/infect.o [2020-09-14T12:55:45.990Z] #40 52.86 CC compel/src/lib/infect-rpc.o [2020-09-14T12:55:46.292Z] #40 53.23 CC compel/src/lib/infect-util.o [2020-09-14T12:55:46.592Z] #40 53.62 CC compel/src/lib/infect.o [2020-09-14T12:55:46.803Z] #41 ... [2020-09-14T12:55:46.803Z] [2020-09-14T12:55:46.803Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:46.803Z] #39 27.38 CC images/sk-opts.o [2020-09-14T12:55:46.803Z] #39 27.55 CC images/sk-unix.o [2020-09-14T12:55:46.803Z] #39 27.89 CC images/sk-inet.o [2020-09-14T12:55:46.803Z] #39 28.36 CC images/tun.o [2020-09-14T12:55:46.803Z] #39 28.72 CC images/sk-netlink.o [2020-09-14T12:55:46.803Z] #39 28.93 CC images/packet-sock.o [2020-09-14T12:55:46.803Z] #39 29.27 CC images/ipc-var.o [2020-09-14T12:55:46.803Z] #39 29.47 CC images/ipc-desc.o [2020-09-14T12:55:46.803Z] #39 29.63 CC images/ipc-shm.o [2020-09-14T12:55:46.803Z] #39 29.89 CC images/ipc-msg.o [2020-09-14T12:55:46.803Z] #39 30.20 CC images/ipc-sem.o [2020-09-14T12:55:46.803Z] #39 30.42 CC images/utsns.o [2020-09-14T12:55:47.059Z] #39 30.59 CC images/creds.o [2020-09-14T12:55:47.315Z] #39 30.81 CC images/vma.o [2020-09-14T12:55:47.315Z] #39 31.05 CC images/netdev.o [2020-09-14T12:55:47.571Z] #39 31.35 CC images/tty.o [2020-09-14T12:55:47.948Z] Commit message: "daemon/listeners: use pkg/errors" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-14T12:55:48.505Z] #39 31.90 CC images/file-lock.o [2020-09-14T12:55:48.505Z] #39 32.14 CC images/rlimit.o [2020-09-14T12:55:48.761Z] #39 32.29 CC images/pagemap.o [2020-09-14T12:55:49.017Z] #39 32.59 CC images/siginfo.o [2020-09-14T12:55:49.274Z] #39 32.79 CC images/rpc.o [2020-09-14T12:55:50.185Z] #40 56.87 CC compel/src/lib/ptrace.o [2020-09-14T12:55:50.185Z] #40 ... [2020-09-14T12:55:50.185Z] [2020-09-14T12:55:50.185Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:50.185Z] #50 10.55 + cd /tmp/tmp.HBl2bEOqXl/src/github.com/opencontainers/runc [2020-09-14T12:55:50.185Z] #50 10.55 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-14T12:55:50.204Z] #39 33.78 CC images/ext-file.o [2020-09-14T12:55:50.461Z] #39 33.96 CC images/cgroup.o [2020-09-14T12:55:50.486Z] #50 ... [2020-09-14T12:55:50.486Z] [2020-09-14T12:55:50.486Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-14T12:55:50.486Z] #48 118.3 mvdan.cc/sh/v3/cmd/shfmt [2020-09-14T12:55:50.486Z] #48 DONE 124.3s [2020-09-14T12:55:50.486Z] [2020-09-14T12:55:50.486Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:50.486Z] #50 11.00 + '[' -z '' ']' [2020-09-14T12:55:50.486Z] #50 11.00 + target=static [2020-09-14T12:55:50.486Z] #50 11.00 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-14T12:55:50.486Z] #50 11.22 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-14T12:55:50.718Z] #39 34.47 CC images/userns.o [2020-09-14T12:55:50.883Z] + docker version [2020-09-14T12:55:51.284Z] #39 34.78 CC images/google/protobuf/descriptor.o [2020-09-14T12:55:52.029Z] #50 ... [2020-09-14T12:55:52.029Z] [2020-09-14T12:55:52.029Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:55:52.029Z] #18 0.578 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:55:52.029Z] #18 0.719 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:55:52.030Z] #18 0.824 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:55:52.030Z] #18 1.741 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-14T12:55:52.030Z] #18 3.164 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB] [2020-09-14T12:55:52.030Z] #18 4.660 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-14T12:55:52.334Z] #18 ... [2020-09-14T12:55:52.334Z] [2020-09-14T12:55:52.334Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:52.334Z] #40 57.37 AR compel/libcompel.a [2020-09-14T12:55:52.334Z] #40 57.47 HOSTCC compel/src/main-host.o [2020-09-14T12:55:52.334Z] #40 58.05 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-09-14T12:55:52.334Z] #40 58.24 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-14T12:55:52.334Z] #40 58.74 HOSTCC compel/src/lib/log-host.o [2020-09-14T12:55:52.334Z] #40 59.00 HOSTLINK compel/compel-host-bin [2020-09-14T12:55:52.334Z] #40 59.09 DEP soccr/soccr.d [2020-09-14T12:55:52.334Z] #40 59.37 CC soccr/soccr.o [2020-09-14T12:55:52.654Z] #39 36.18 CC images/opts.o [2020-09-14T12:55:52.654Z] #39 36.34 CC images/seccomp.o [2020-09-14T12:55:53.217Z] #39 36.61 CC images/binfmt-misc.o [2020-09-14T12:55:53.217Z] #39 36.76 CC images/time.o [2020-09-14T12:55:53.474Z] #39 36.92 CC images/sysctl.o [2020-09-14T12:55:53.474Z] #39 37.11 CC images/autofs.o [2020-09-14T12:55:53.741Z] #39 37.33 CC images/macvlan.o [2020-09-14T12:55:53.997Z] #39 37.50 CC images/sit.o [2020-09-14T12:55:53.997Z] #39 ... [2020-09-14T12:55:53.997Z] [2020-09-14T12:55:53.997Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:55:53.997Z] #10 97.59 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-14T12:55:53.997Z] #10 97.59 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-14T12:55:53.997Z] #10 97.62 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:55:53.997Z] #10 ... [2020-09-14T12:55:53.997Z] [2020-09-14T12:55:53.997Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:53.997Z] #39 37.72 CC images/memfd.o [2020-09-14T12:55:54.254Z] #39 38.04 CC images/timens.o [2020-09-14T12:55:54.445Z] #40 61.30 AR soccr/libsoccr.a [2020-09-14T12:55:54.445Z] #40 61.33 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-14T12:55:54.510Z] #39 38.19 LINK images/built-in.o [2020-09-14T12:55:54.510Z] #39 38.29 GEN compel/include/asm [2020-09-14T12:55:54.765Z] #39 38.31 GEN compel/include/version.h [2020-09-14T12:55:54.765Z] #39 38.33 touch .config [2020-09-14T12:55:54.765Z] #39 38.38 GEN include/common/config.h [2020-09-14T12:55:54.765Z] #39 38.43 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-14T12:55:54.765Z] #39 38.45 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-14T12:55:54.765Z] #39 38.47 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-14T12:55:54.765Z] #39 38.48 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-14T12:55:54.765Z] #39 38.49 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-14T12:55:54.765Z] #39 38.51 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-14T12:55:54.765Z] #39 38.53 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-14T12:55:54.765Z] #39 38.55 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-14T12:55:55.021Z] #39 38.56 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-14T12:55:55.021Z] #39 38.59 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-14T12:55:55.021Z] #39 38.59 DEP compel/plugins/std/infect.d [2020-09-14T12:55:55.021Z] #39 38.73 DEP compel/plugins/std/string.d [2020-09-14T12:55:55.021Z] #39 38.82 DEP compel/plugins/std/log.d [2020-09-14T12:55:55.095Z] #40 61.94 DEP criu/arch/ppc64/sigframe.d [2020-09-14T12:55:55.095Z] #40 62.09 DEP criu/arch/ppc64/crtools.d [2020-09-14T12:55:55.277Z] #39 38.90 DEP compel/plugins/std/fds.d [2020-09-14T12:55:55.401Z] #40 62.33 DEP criu/arch/ppc64/cpu.d [2020-09-14T12:55:55.401Z] #40 62.59 CC criu/arch/ppc64/cpu.o [2020-09-14T12:55:55.534Z] #39 39.00 DEP compel/plugins/std/std.d [2020-09-14T12:55:55.534Z] #39 39.10 DEP compel/plugins/shmem/shmem.d [2020-09-14T12:55:55.534Z] #39 39.17 DEP compel/plugins/fds/fds.d [2020-09-14T12:55:55.534Z] #39 39.25 CC compel/plugins/std/std.o [2020-09-14T12:55:55.790Z] #39 39.53 CC compel/plugins/std/fds.o [2020-09-14T12:55:56.051Z] #40 ... [2020-09-14T12:55:56.051Z] [2020-09-14T12:55:56.051Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:55:56.051Z] #55 129.7 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-14T12:55:56.051Z] #55 129.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-14T12:55:56.354Z] #39 39.90 CC compel/plugins/std/log.o [2020-09-14T12:55:56.702Z] #55 ... [2020-09-14T12:55:56.702Z] [2020-09-14T12:55:56.702Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:56.702Z] #42 120.2 go/doc [2020-09-14T12:55:56.702Z] #42 121.5 math/big [2020-09-14T12:55:56.702Z] #42 ... [2020-09-14T12:55:56.702Z] [2020-09-14T12:55:56.702Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:55:56.702Z] #40 63.21 CC criu/arch/ppc64/crtools.o [2020-09-14T12:55:56.918Z] #39 40.52 CC compel/plugins/std/string.o [2020-09-14T12:55:57.355Z] #40 64.28 CC criu/arch/ppc64/sigframe.o [2020-09-14T12:55:57.481Z] #39 41.06 CC compel/plugins/std/infect.o [2020-09-14T12:55:57.481Z] #39 ... [2020-09-14T12:55:57.481Z] [2020-09-14T12:55:57.481Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:55:57.481Z] #41 101.1 vendor/golang.org/x/net/idna [2020-09-14T12:55:57.481Z] #41 103.2 vendor/golang.org/x/net/http2/hpack [2020-09-14T12:55:57.481Z] #41 104.3 mime [2020-09-14T12:55:57.481Z] #41 105.8 mime/quotedprintable [2020-09-14T12:55:57.481Z] #41 106.1 net/http/internal [2020-09-14T12:55:57.481Z] #41 110.7 net/textproto [2020-09-14T12:55:57.481Z] #41 110.7 crypto/x509 [2020-09-14T12:55:57.656Z] #40 64.65 LINK criu/arch/ppc64/crtools.built-in.o [2020-09-14T12:55:57.656Z] #40 64.68 DEP criu/pie/util-vdso.d [2020-09-14T12:55:57.739Z] #41 ... [2020-09-14T12:55:57.739Z] [2020-09-14T12:55:57.739Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:55:57.739Z] #54 108.7 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-14T12:55:57.739Z] #54 108.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-14T12:55:57.956Z] #40 64.83 DEP criu/pie/util.d [2020-09-14T12:55:57.956Z] #40 64.97 CC criu/pie/util.o [2020-09-14T12:55:58.010Z] Client: Docker Engine - Enterprise [2020-09-14T12:55:58.010Z] Version: 19.03.5 [2020-09-14T12:55:58.010Z] API version: 1.40 [2020-09-14T12:55:58.010Z] Go version: go1.12.12 [2020-09-14T12:55:58.010Z] Git commit: 2ee0c57608 [2020-09-14T12:55:58.010Z] Built: 11/13/2019 08:00:16 [2020-09-14T12:55:58.010Z] OS/Arch: windows/amd64 [2020-09-14T12:55:58.010Z] Experimental: false [2020-09-14T12:55:58.010Z] [2020-09-14T12:55:58.010Z] Server: Docker Engine - Enterprise [2020-09-14T12:55:58.010Z] Engine: [2020-09-14T12:55:58.010Z] Version: 19.03.5 [2020-09-14T12:55:58.010Z] API version: 1.40 (minimum version 1.24) [2020-09-14T12:55:58.010Z] Go version: go1.12.12 [2020-09-14T12:55:58.010Z] Git commit: 2ee0c57608 [2020-09-14T12:55:58.010Z] Built: 11/13/2019 07:58:51 [2020-09-14T12:55:58.010Z] OS/Arch: windows/amd64 [2020-09-14T12:55:58.010Z] Experimental: true [2020-09-14T12:55:58.257Z] #40 65.32 CC criu/pie/util-vdso.o [Pipeline] sh [2020-09-14T12:55:58.925Z] #40 66.13 AR criu/pie/pie.lib.a [2020-09-14T12:55:59.224Z] #40 66.22 DEP criu/pie/restorer.d [2020-09-14T12:55:59.524Z] #40 66.50 DEP criu/arch/ppc64/vdso-trampoline.d [2020-09-14T12:55:59.524Z] #40 66.53 DEP criu/arch/ppc64/restorer.d [2020-09-14T12:55:59.573Z] + docker info [2020-09-14T12:55:59.836Z] #40 66.82 DEP criu/arch/ppc64/vdso-pie.d [2020-09-14T12:55:59.836Z] #40 66.96 DEP criu/pie/parasite-vdso.d [2020-09-14T12:56:00.135Z] #40 67.16 DEP criu/pie/parasite.d [2020-09-14T12:56:00.258Z] #54 ... [2020-09-14T12:56:00.258Z] [2020-09-14T12:56:00.258Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:56:00.258Z] #10 112.4 Selecting previously unselected package libapparmor1:amd64. [2020-09-14T12:56:00.258Z] #10 112.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 112.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-14T12:56:00.258Z] #10 112.6 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-14T12:56:00.258Z] #10 112.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 112.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-14T12:56:00.258Z] #10 112.8 Selecting previously unselected package libbtrfs0. [2020-09-14T12:56:00.258Z] #10 112.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 112.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-14T12:56:00.258Z] #10 112.8 Selecting previously unselected package libbtrfs-dev. [2020-09-14T12:56:00.258Z] #10 112.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 112.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:56:00.258Z] #10 113.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-14T12:56:00.258Z] #10 113.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 113.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-14T12:56:00.258Z] #10 113.1 Selecting previously unselected package libudev-dev:amd64. [2020-09-14T12:56:00.258Z] #10 113.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 113.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-14T12:56:00.258Z] #10 113.3 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-14T12:56:00.258Z] #10 113.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 113.3 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-14T12:56:00.258Z] #10 113.6 Selecting previously unselected package libpcre16-3:amd64. [2020-09-14T12:56:00.258Z] #10 113.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 113.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-14T12:56:00.258Z] #10 113.8 Selecting previously unselected package libpcre32-3:amd64. [2020-09-14T12:56:00.258Z] #10 113.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-14T12:56:00.258Z] #10 113.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-14T12:56:00.436Z] #40 67.44 CC criu/pie/parasite.o [2020-09-14T12:56:00.513Z] #10 114.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-14T12:56:00.513Z] #10 114.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-14T12:56:00.513Z] #10 114.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-14T12:56:00.513Z] #10 114.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-14T12:56:00.513Z] #10 114.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-14T12:56:00.513Z] #10 114.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-14T12:56:01.453Z] #10 114.9 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-14T12:56:01.453Z] #10 114.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-14T12:56:01.453Z] #10 115.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-14T12:56:02.016Z] #10 115.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-14T12:56:02.016Z] #10 115.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-14T12:56:02.273Z] #10 ... [2020-09-14T12:56:02.273Z] [2020-09-14T12:56:02.273Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:56:02.273Z] #54 DONE 115.8s [2020-09-14T12:56:02.273Z] [2020-09-14T12:56:02.273Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:56:02.273Z] #10 115.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-14T12:56:02.273Z] #10 ... [2020-09-14T12:56:02.273Z] [2020-09-14T12:56:02.273Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-14T12:56:02.273Z] #55 DONE 0.1s [2020-09-14T12:56:02.273Z] [2020-09-14T12:56:02.273Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-14T12:56:02.273Z] #56 DONE 0.0s [2020-09-14T12:56:02.273Z] [2020-09-14T12:56:02.273Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-14T12:56:02.273Z] #10 115.9 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-14T12:56:02.273Z] #10 115.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-14T12:56:02.273Z] #10 115.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-14T12:56:02.273Z] #10 116.1 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-14T12:56:02.530Z] #10 116.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-14T12:56:02.530Z] #10 116.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-14T12:56:02.548Z] #40 69.14 LINK criu/pie/parasite.built-in.o [2020-09-14T12:56:02.548Z] #40 69.17 GEN criu/pie/parasite-blob.h [2020-09-14T12:56:02.548Z] #40 69.26 CC criu/pie/parasite-vdso.o [2020-09-14T12:56:02.548Z] #40 ... [2020-09-14T12:56:02.548Z] [2020-09-14T12:56:02.548Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:02.548Z] #18 10.48 Fetched 8156 kB in 10s (814 kB/s) [2020-09-14T12:56:02.548Z] #18 10.48 Reading package lists... [2020-09-14T12:56:02.548Z] #18 14.86 Reading package lists... [2020-09-14T12:56:02.548Z] #18 19.08 Building dependency tree... [2020-09-14T12:56:02.848Z] #18 20.77 libcap2-bin is already the newest version (1:2.25-2). [2020-09-14T12:56:02.848Z] #18 20.77 The following additional packages will be installed: [2020-09-14T12:56:02.848Z] #18 20.77 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-14T12:56:02.848Z] #18 20.77 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-14T12:56:02.848Z] #18 20.77 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-14T12:56:02.848Z] #18 20.77 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-14T12:56:02.848Z] #18 20.77 python3.7 python3.7-minimal vim-runtime xxd [2020-09-14T12:56:02.848Z] #18 20.78 Suggested packages: [2020-09-14T12:56:02.848Z] #18 20.78 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-14T12:56:02.848Z] #18 20.78 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-14T12:56:02.848Z] #18 20.78 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-14T12:56:02.848Z] #18 20.78 Recommended packages: [2020-09-14T12:56:02.848Z] #18 20.78 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-14T12:56:02.848Z] #18 20.78 python3-keyrings.alt python3-xdg unzip [2020-09-14T12:56:03.461Z] #10 116.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-14T12:56:03.461Z] #10 117.0 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-14T12:56:03.461Z] #10 117.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-14T12:56:03.461Z] #10 117.1 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-14T12:56:03.461Z] #10 117.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-14T12:56:03.461Z] #10 117.1 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-14T12:56:03.461Z] #10 117.2 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-14T12:56:03.461Z] #10 117.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-14T12:56:03.461Z] #10 117.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-14T12:56:03.461Z] #10 117.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:56:03.496Z] #18 ... [2020-09-14T12:56:03.496Z] [2020-09-14T12:56:03.496Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:03.496Z] #40 70.44 CC criu/arch/ppc64/vdso-pie.o [2020-09-14T12:56:03.496Z] #40 ... [2020-09-14T12:56:03.496Z] [2020-09-14T12:56:03.496Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:56:03.496Z] #55 DONE 137.3s [2020-09-14T12:56:03.496Z] [2020-09-14T12:56:03.496Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-14T12:56:03.496Z] #56 DONE 0.1s [2020-09-14T12:56:03.496Z] [2020-09-14T12:56:03.496Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:03.496Z] #42 130.8 vendor/golang.org/x/text/unicode/norm [2020-09-14T12:56:03.496Z] #42 132.1 github.com/LK4D4/vndr/build [2020-09-14T12:56:03.719Z] #10 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-14T12:56:03.719Z] #10 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-14T12:56:03.719Z] #10 117.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-14T12:56:03.719Z] #10 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-14T12:56:03.719Z] #10 117.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-14T12:56:03.719Z] #10 117.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-14T12:56:03.719Z] #10 117.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-14T12:56:03.719Z] #10 117.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-14T12:56:03.719Z] #10 117.4 Setting up dmsetup (2:1.02.155-3) ... [2020-09-14T12:56:03.719Z] #10 117.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-14T12:56:03.719Z] #10 117.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-14T12:56:03.719Z] #10 117.4 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:56:03.797Z] #42 ... [2020-09-14T12:56:03.797Z] [2020-09-14T12:56:03.797Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-14T12:56:03.797Z] #57 DONE 0.1s [2020-09-14T12:56:03.797Z] [2020-09-14T12:56:03.797Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:03.797Z] #40 70.88 CC criu/arch/ppc64/restorer.o [2020-09-14T12:56:03.974Z] #10 DONE 117.7s [2020-09-14T12:56:03.974Z] [2020-09-14T12:56:03.974Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:03.974Z] #39 41.44 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-14T12:56:03.974Z] #39 41.49 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-14T12:56:03.974Z] #39 41.54 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-14T12:56:03.974Z] #39 41.60 AR compel/plugins/std.lib.a [2020-09-14T12:56:03.975Z] #39 41.67 CC compel/plugins/fds/fds.o [2020-09-14T12:56:03.975Z] #39 41.85 AR compel/plugins/fds.lib.a [2020-09-14T12:56:03.975Z] #39 41.92 HOSTDEP compel/src/lib/log-host.d [2020-09-14T12:56:03.975Z] #39 42.04 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-14T12:56:03.975Z] #39 42.15 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-14T12:56:03.975Z] #39 42.22 HOSTDEP compel/src/main-host.d [2020-09-14T12:56:03.975Z] #39 42.35 DEP compel/src/lib/ptrace.d [2020-09-14T12:56:03.975Z] #39 42.43 DEP compel/src/lib/infect.d [2020-09-14T12:56:03.975Z] #39 42.57 DEP compel/src/lib/infect-util.d [2020-09-14T12:56:03.975Z] #39 42.72 DEP compel/src/lib/infect-rpc.d [2020-09-14T12:56:03.975Z] #39 42.88 DEP compel/arch/x86/src/lib/infect.d [2020-09-14T12:56:03.975Z] #39 43.08 DEP compel/arch/x86/src/lib/cpu.d [2020-09-14T12:56:03.975Z] #39 43.15 DEP compel/src/lib/log.d [2020-09-14T12:56:03.975Z] #39 43.28 DEP compel/src/main.d [2020-09-14T12:56:03.975Z] #39 43.43 DEP compel/src/lib/handle-elf.d [2020-09-14T12:56:03.975Z] #39 43.51 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-14T12:56:03.975Z] #39 43.63 CC compel/src/lib/log.o [2020-09-14T12:56:03.975Z] #39 43.83 CC compel/arch/x86/src/lib/cpu.o [2020-09-14T12:56:03.975Z] #39 44.67 CC compel/arch/x86/src/lib/infect.o [2020-09-14T12:56:03.975Z] #39 45.30 CC compel/src/lib/infect-rpc.o [2020-09-14T12:56:03.975Z] #39 45.66 CC compel/src/lib/infect-util.o [2020-09-14T12:56:03.975Z] #39 45.93 CC compel/src/lib/infect.o [2020-09-14T12:56:04.097Z] #40 71.18 CC criu/arch/ppc64/vdso-trampoline.o [2020-09-14T12:56:04.097Z] #40 71.22 CC criu/pie/restorer.o [2020-09-14T12:56:05.347Z] #39 48.94 CC compel/src/lib/ptrace.o [2020-09-14T12:56:05.603Z] #39 ... [2020-09-14T12:56:05.603Z] [2020-09-14T12:56:05.603Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-14T12:56:05.603Z] #11 DONE 1.5s [2020-09-14T12:56:05.603Z] [2020-09-14T12:56:05.603Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:05.603Z] #49 1.386 + RM_GOPATH=0 [2020-09-14T12:56:05.603Z] #49 1.386 + TMP_GOPATH= [2020-09-14T12:56:05.603Z] #49 1.386 + : /build [2020-09-14T12:56:05.603Z] #49 1.386 + '[' -z '' ']' [2020-09-14T12:56:05.603Z] #49 1.386 ++ mktemp -d [2020-09-14T12:56:05.603Z] #49 1.387 + export GOPATH=/tmp/tmp.w3W24s7NyR [2020-09-14T12:56:05.604Z] #49 1.391 + GOPATH=/tmp/tmp.w3W24s7NyR [2020-09-14T12:56:05.604Z] #49 1.391 + RM_GOPATH=1 [2020-09-14T12:56:05.604Z] #49 1.391 + case "$(go env GOARCH)" in [2020-09-14T12:56:05.604Z] #49 1.391 ++ go env GOARCH [2020-09-14T12:56:05.604Z] #49 1.404 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T12:56:05.604Z] #49 1.405 + GO_BUILDMODE=-buildmode=pie [2020-09-14T12:56:05.604Z] #49 1.405 ++ dirname /tmp/install/install.sh [2020-09-14T12:56:05.604Z] #49 1.406 + dir=/tmp/install [2020-09-14T12:56:05.604Z] #49 1.420 + bin=runc [2020-09-14T12:56:05.604Z] #49 1.421 + shift [2020-09-14T12:56:05.604Z] #49 1.421 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-14T12:56:05.604Z] #49 1.421 + . /tmp/install/runc.installer [2020-09-14T12:56:05.604Z] #49 1.422 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-14T12:56:05.604Z] #49 1.422 + install_runc [2020-09-14T12:56:05.604Z] #49 1.424 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-14T12:56:05.604Z] #49 1.425 + uname -r [2020-09-14T12:56:05.604Z] #49 1.437 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-14T12:56:05.604Z] #49 1.437 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-14T12:56:05.604Z] #49 1.437 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-14T12:56:05.604Z] #49 1.437 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.w3W24s7NyR/src/github.com/opencontainers/runc [2020-09-14T12:56:05.604Z] #49 1.443 Cloning into '/tmp/tmp.w3W24s7NyR/src/github.com/opencontainers/runc'... [2020-09-14T12:56:06.970Z] #49 ... [2020-09-14T12:56:06.970Z] [2020-09-14T12:56:06.970Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-14T12:56:06.970Z] #12 DONE 1.1s [2020-09-14T12:56:06.970Z] [2020-09-14T12:56:06.970Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:06.970Z] #39 49.44 AR compel/libcompel.a [2020-09-14T12:56:06.970Z] #39 49.59 HOSTCC compel/src/main-host.o [2020-09-14T12:56:06.970Z] #39 49.97 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-14T12:56:06.970Z] #39 50.15 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-14T12:56:06.970Z] #39 50.71 HOSTCC compel/src/lib/log-host.o [2020-09-14T12:56:07.226Z] #39 50.97 HOSTLINK compel/compel-host-bin [2020-09-14T12:56:07.482Z] #39 ... [2020-09-14T12:56:07.482Z] [2020-09-14T12:56:07.482Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-14T12:56:07.482Z] #13 0.885 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-14T12:56:07.482Z] #13 DONE 1.0s [2020-09-14T12:56:07.482Z] [2020-09-14T12:56:07.482Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:07.482Z] #39 51.19 DEP soccr/soccr.d [2020-09-14T12:56:07.674Z] #40 74.50 LINK criu/pie/restorer.built-in.o [2020-09-14T12:56:07.674Z] #40 74.54 GEN criu/pie/restorer-blob.h [2020-09-14T12:56:07.674Z] #40 74.66 DEP criu/vdso.d [2020-09-14T12:56:07.674Z] #40 74.90 DEP criu/uts_ns.d [2020-09-14T12:56:07.972Z] #40 75.11 DEP criu/util.d [2020-09-14T12:56:08.046Z] #39 51.49 CC soccr/soccr.o [2020-09-14T12:56:08.270Z] #40 75.36 DEP criu/uffd.d [2020-09-14T12:56:08.304Z] #39 ... [2020-09-14T12:56:08.304Z] [2020-09-14T12:56:08.304Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:08.304Z] #41 111.9 vendor/golang.org/x/net/http/httpguts [2020-09-14T12:56:08.304Z] #41 112.1 vendor/golang.org/x/net/http/httpproxy [2020-09-14T12:56:08.304Z] #41 112.6 mime/multipart [2020-09-14T12:56:08.304Z] #41 114.6 crypto/tls [2020-09-14T12:56:08.749Z] #41 ... [2020-09-14T12:56:08.749Z] [2020-09-14T12:56:08.749Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-14T12:56:08.749Z] #14 DONE 1.0s [2020-09-14T12:56:08.749Z] [2020-09-14T12:56:08.749Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-14T12:56:08.769Z] #40 75.53 DEP criu/tun.d [2020-09-14T12:56:08.769Z] #40 75.78 DEP criu/tty.d [2020-09-14T12:56:08.769Z] #40 75.95 DEP criu/timerfd.d [2020-09-14T12:56:09.074Z] #40 76.18 DEP criu/timens.d [2020-09-14T12:56:09.372Z] #40 76.36 DEP criu/sysfs_parse.d [2020-09-14T12:56:09.372Z] #40 ... [2020-09-14T12:56:09.372Z] [2020-09-14T12:56:09.372Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:09.372Z] #18 23.60 The following NEW packages will be installed: [2020-09-14T12:56:09.372Z] #18 23.60 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-14T12:56:09.372Z] #18 23.60 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-14T12:56:09.373Z] #18 23.61 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-14T12:56:09.373Z] #18 23.61 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-14T12:56:09.373Z] #18 23.61 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-14T12:56:09.373Z] #18 23.61 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-14T12:56:09.373Z] #18 23.61 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-14T12:56:09.373Z] #18 23.61 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-14T12:56:09.373Z] #18 23.61 xz-utils zip [2020-09-14T12:56:09.373Z] #18 23.69 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:56:09.373Z] #18 23.69 Need to get 29.2 MB of archives. [2020-09-14T12:56:09.373Z] #18 23.69 After this operation, 134 MB of additional disk space will be used. [2020-09-14T12:56:09.373Z] #18 23.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-09-14T12:56:09.373Z] #18 23.73 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-14T12:56:09.373Z] #18 23.77 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-14T12:56:09.373Z] #18 23.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-09-14T12:56:09.373Z] #18 23.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-09-14T12:56:09.373Z] #18 23.89 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-14T12:56:09.373Z] #18 23.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-09-14T12:56:09.373Z] #18 24.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-09-14T12:56:09.373Z] #18 24.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-09-14T12:56:09.373Z] #18 24.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-09-14T12:56:09.373Z] #18 24.01 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-09-14T12:56:09.373Z] #18 24.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-09-14T12:56:09.373Z] #18 24.02 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-09-14T12:56:09.373Z] #18 24.02 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-09-14T12:56:09.373Z] #18 24.03 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-09-14T12:56:09.373Z] #18 24.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-09-14T12:56:09.373Z] #18 24.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-14T12:56:09.373Z] #18 24.09 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-14T12:56:09.373Z] #18 24.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-09-14T12:56:09.373Z] #18 24.12 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-14T12:56:09.373Z] #18 24.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-09-14T12:56:09.373Z] #18 24.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-09-14T12:56:09.373Z] #18 24.18 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-09-14T12:56:09.373Z] #18 24.19 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-14T12:56:09.373Z] #18 24.20 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-14T12:56:09.373Z] #18 24.21 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-14T12:56:09.373Z] #18 24.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-09-14T12:56:09.373Z] #18 24.22 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-09-14T12:56:09.373Z] #18 24.22 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-14T12:56:09.373Z] #18 24.73 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-14T12:56:09.373Z] #18 24.74 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-14T12:56:09.373Z] #18 24.75 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-14T12:56:09.373Z] #18 24.75 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-09-14T12:56:09.373Z] #18 24.76 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-09-14T12:56:09.373Z] #18 24.78 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-09-14T12:56:09.373Z] #18 24.86 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-14T12:56:09.373Z] #18 24.87 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-09-14T12:56:09.373Z] #18 24.87 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-09-14T12:56:09.373Z] #18 24.89 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-14T12:56:09.373Z] #18 24.90 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-09-14T12:56:09.373Z] #18 24.92 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-14T12:56:09.373Z] #18 24.92 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-09-14T12:56:09.373Z] #18 24.98 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-14T12:56:09.373Z] #18 25.01 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-09-14T12:56:09.373Z] #18 25.02 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-14T12:56:09.373Z] #18 25.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-09-14T12:56:09.373Z] #18 25.48 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-09-14T12:56:09.373Z] #18 25.50 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-09-14T12:56:09.373Z] #18 26.30 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:56:09.373Z] #18 26.43 Fetched 29.2 MB in 2s (15.7 MB/s) [2020-09-14T12:56:09.373Z] #18 26.50 Selecting previously unselected package pigz. [2020-09-14T12:56:09.373Z] #18 26.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-09-14T12:56:09.373Z] #18 26.58 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-09-14T12:56:09.373Z] #18 26.60 Unpacking pigz (2.4-1) ... [2020-09-14T12:56:09.373Z] #18 26.70 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-09-14T12:56:09.373Z] #18 26.70 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-14T12:56:09.373Z] #18 26.72 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-14T12:56:09.373Z] #18 27.17 Selecting previously unselected package python3.7-minimal. [2020-09-14T12:56:09.373Z] #18 27.17 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-14T12:56:09.373Z] #18 27.18 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-14T12:56:09.679Z] #15 DONE 1.0s [2020-09-14T12:56:09.679Z] [2020-09-14T12:56:09.679Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:09.679Z] #39 53.24 AR soccr/libsoccr.a [2020-09-14T12:56:09.936Z] #39 53.37 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-14T12:56:10.020Z] #18 28.04 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-14T12:56:10.020Z] #18 28.05 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-14T12:56:10.498Z] #39 53.95 DEP criu/arch/x86/sigframe.d [2020-09-14T12:56:10.498Z] #39 54.11 DEP criu/arch/x86/sigaction_compat.d [2020-09-14T12:56:10.498Z] #39 54.21 DEP criu/arch/x86/kerndat.d [2020-09-14T12:56:10.755Z] #39 ... [2020-09-14T12:56:10.755Z] [2020-09-14T12:56:10.755Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-14T12:56:10.755Z] #16 DONE 1.0s [2020-09-14T12:56:10.755Z] [2020-09-14T12:56:10.755Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:10.755Z] #39 54.42 DEP criu/arch/x86/crtools.d [2020-09-14T12:56:11.011Z] #39 54.65 DEP criu/arch/x86/cpu.d [2020-09-14T12:56:11.011Z] #39 54.74 CC criu/arch/x86/cpu.o [2020-09-14T12:56:11.946Z] #39 55.40 CC criu/arch/x86/crtools.o [2020-09-14T12:56:12.489Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:56:12.489Z] [2020-09-14T12:56:12.489Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T12:56:12.489Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T12:56:12.489Z] HOSTNAME=0d0a97921a4c [2020-09-14T12:56:12.489Z] TESTDEBUG=0 [2020-09-14T12:56:12.489Z] DEST=bundles/test-integration [2020-09-14T12:56:12.489Z] PWD=/go/src/github.com/docker/docker [2020-09-14T12:56:12.489Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:56:12.489Z] container=docker [2020-09-14T12:56:12.489Z] HOME=/root [2020-09-14T12:56:12.489Z] GOLANG_VERSION=1.13.15 [2020-09-14T12:56:12.489Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T12:56:12.489Z] VALIDATE_BRANCH=master [2020-09-14T12:56:12.489Z] TERM=xterm [2020-09-14T12:56:12.489Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T12:56:12.489Z] SHLVL=1 [2020-09-14T12:56:12.489Z] TIMEOUT=120m [2020-09-14T12:56:12.489Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T12:56:12.489Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T12:56:12.489Z] GO111MODULE=off [2020-09-14T12:56:12.489Z] DOCKER_EXPERIMENTAL=1 [2020-09-14T12:56:12.489Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-14T12:56:12.489Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T12:56:12.489Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T12:56:12.489Z] GOPATH=/go [2020-09-14T12:56:12.489Z] PKG_CONFIG=pkg-config [2020-09-14T12:56:12.489Z] _=/usr/bin/env [2020-09-14T12:56:12.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-14T12:56:12.813Z] #18 30.45 Selecting previously unselected package python3-minimal. [2020-09-14T12:56:12.813Z] #18 30.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 ... 23610 files and directories currently installed.) [2020-09-14T12:56:12.813Z] #18 30.53 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-09-14T12:56:12.813Z] #18 30.57 Unpacking python3-minimal (3.7.3-1) ... [2020-09-14T12:56:12.813Z] #18 30.67 Selecting previously unselected package libmpdec2:ppc64el. [2020-09-14T12:56:12.813Z] #18 30.67 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-09-14T12:56:12.813Z] #18 30.69 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-09-14T12:56:12.813Z] #18 30.81 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-09-14T12:56:12.813Z] #18 30.81 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-14T12:56:12.813Z] #18 30.82 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-14T12:56:13.312Z] #39 56.74 CC criu/arch/x86/kerndat.o [2020-09-14T12:56:13.569Z] #39 57.14 CC criu/arch/x86/sigaction_compat.o [2020-09-14T12:56:13.826Z] #39 57.40 CC criu/arch/x86/sigframe.o [2020-09-14T12:56:13.879Z] #18 31.77 Selecting previously unselected package python3.7. [2020-09-14T12:56:13.879Z] #18 31.79 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-14T12:56:13.879Z] #18 31.79 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-14T12:56:13.879Z] #18 31.92 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-09-14T12:56:13.879Z] #18 31.93 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-09-14T12:56:13.879Z] #18 31.93 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-14T12:56:14.082Z] #39 57.62 LINK criu/arch/x86/crtools.built-in.o [2020-09-14T12:56:14.082Z] #39 57.68 DEP criu/pie/util-vdso-elf32.d [2020-09-14T12:56:14.082Z] #39 57.81 DEP criu/pie/util-vdso.d [2020-09-14T12:56:14.179Z] #18 32.05 Setting up python3-minimal (3.7.3-1) ... [2020-09-14T12:56:14.339Z] #39 57.93 DEP criu/pie/util.d [2020-09-14T12:56:14.596Z] #39 58.12 CC criu/pie/util.o [2020-09-14T12:56:14.852Z] #39 58.47 CC criu/pie/util-vdso.o [2020-09-14T12:56:15.241Z] #18 33.36 Selecting previously unselected package python3. [2020-09-14T12:56:15.425Z] #39 59.04 CC criu/pie/util-vdso-elf32.o [2020-09-14T12:56:15.548Z] #18 33.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-09-14T12:56:15.548Z] #18 33.40 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-09-14T12:56:15.548Z] #18 33.42 Unpacking python3 (3.7.3-1) ... [2020-09-14T12:56:15.548Z] #18 33.53 Selecting previously unselected package libip4tc0:ppc64el. [2020-09-14T12:56:15.548Z] #18 33.54 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-09-14T12:56:15.548Z] #18 33.55 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-09-14T12:56:15.548Z] #18 33.63 Selecting previously unselected package libip6tc0:ppc64el. [2020-09-14T12:56:15.548Z] #18 33.64 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-09-14T12:56:15.548Z] #18 33.65 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-09-14T12:56:15.548Z] #18 33.72 Selecting previously unselected package libiptc0:ppc64el. [2020-09-14T12:56:15.859Z] #18 33.74 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-09-14T12:56:15.859Z] #18 33.75 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-09-14T12:56:15.859Z] #18 33.89 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-09-14T12:56:15.859Z] #18 33.90 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-09-14T12:56:15.859Z] #18 33.91 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-14T12:56:15.859Z] #18 33.99 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-09-14T12:56:15.989Z] #39 59.62 AR criu/pie/pie.lib.a [2020-09-14T12:56:15.989Z] #39 59.68 DEP criu/pie/restorer.d [2020-09-14T12:56:16.157Z] #18 34.01 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-09-14T12:56:16.157Z] #18 34.02 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-14T12:56:16.157Z] #18 34.07 Selecting previously unselected package libnftnl11:ppc64el. [2020-09-14T12:56:16.157Z] #18 34.08 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-09-14T12:56:16.157Z] #18 34.08 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-09-14T12:56:16.157Z] #18 34.19 Selecting previously unselected package iptables. [2020-09-14T12:56:16.157Z] #18 34.19 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-09-14T12:56:16.157Z] #18 34.20 Unpacking iptables (1.8.2-4) ... [2020-09-14T12:56:16.245Z] #39 59.90 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-14T12:56:16.245Z] #39 60.02 DEP criu/arch/x86/restorer_unmap.d [2020-09-14T12:56:16.502Z] #39 60.04 DEP criu/arch/x86/restorer.d [2020-09-14T12:56:16.502Z] #39 60.28 DEP criu/arch/x86/vdso-pie.d [2020-09-14T12:56:16.803Z] #18 34.68 Selecting previously unselected package xxd. [2020-09-14T12:56:16.803Z] #18 34.70 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-14T12:56:16.803Z] #18 34.71 Unpacking xxd (2:8.1.0875-5) ... [2020-09-14T12:56:16.803Z] #18 34.81 Selecting previously unselected package vim-common. [2020-09-14T12:56:16.803Z] #18 34.82 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-14T12:56:16.803Z] #18 34.90 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-14T12:56:17.064Z] #39 60.43 DEP criu/pie/parasite-vdso.d [2020-09-14T12:56:17.064Z] #39 60.65 DEP criu/pie/parasite.d [2020-09-14T12:56:17.100Z] #18 35.12 Selecting previously unselected package bash-completion. [2020-09-14T12:56:17.100Z] #18 35.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-14T12:56:17.320Z] #39 60.87 CC criu/pie/parasite.o [2020-09-14T12:56:18.688Z] #39 62.07 LINK criu/pie/parasite.built-in.o [2020-09-14T12:56:18.688Z] #39 62.08 GEN criu/pie/parasite-blob.h [2020-09-14T12:56:18.688Z] #39 62.13 CC criu/pie/parasite-vdso.o [2020-09-14T12:56:18.945Z] #39 ... [2020-09-14T12:56:18.945Z] [2020-09-14T12:56:18.945Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:18.945Z] #41 122.5 net/http/httptrace [2020-09-14T12:56:18.945Z] #41 122.8 net/http [2020-09-14T12:56:19.201Z] #41 ... [2020-09-14T12:56:19.201Z] [2020-09-14T12:56:19.201Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:19.201Z] #49 10.07 + cd /tmp/tmp.w3W24s7NyR/src/github.com/opencontainers/runc [2020-09-14T12:56:19.201Z] #49 10.07 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-14T12:56:19.201Z] #49 10.48 + '[' -z '' ']' [2020-09-14T12:56:19.201Z] #49 10.49 + target=static [2020-09-14T12:56:19.201Z] #49 10.49 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-14T12:56:19.201Z] #49 10.60 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-14T12:56:19.898Z] #18 ... [2020-09-14T12:56:19.898Z] [2020-09-14T12:56:19.898Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:19.898Z] #40 76.55 DEP criu/sysctl.d [2020-09-14T12:56:19.898Z] #40 76.75 DEP criu/string.d [2020-09-14T12:56:19.898Z] #40 76.80 DEP criu/stats.d [2020-09-14T12:56:19.898Z] #40 76.93 DEP criu/sockets.d [2020-09-14T12:56:19.898Z] #40 77.13 DEP criu/sk-unix.d [2020-09-14T12:56:19.898Z] #40 77.41 DEP criu/sk-tcp.d [2020-09-14T12:56:19.898Z] #40 77.66 DEP criu/sk-queue.d [2020-09-14T12:56:19.898Z] #40 77.88 DEP criu/sk-packet.d [2020-09-14T12:56:19.898Z] #40 78.08 DEP criu/sk-netlink.d [2020-09-14T12:56:19.898Z] #40 78.30 DEP criu/sk-inet.d [2020-09-14T12:56:19.898Z] #40 78.49 DEP criu/signalfd.d [2020-09-14T12:56:19.898Z] #40 78.68 DEP criu/sigframe.d [2020-09-14T12:56:19.898Z] #40 78.84 DEP criu/shmem.d [2020-09-14T12:56:19.898Z] #40 79.02 DEP criu/servicefd.d [2020-09-14T12:56:19.898Z] #40 79.19 DEP criu/seize.d [2020-09-14T12:56:19.898Z] #40 79.39 DEP criu/seccomp.d [2020-09-14T12:56:19.898Z] #40 79.64 DEP criu/rst-malloc.d [2020-09-14T12:56:19.898Z] #40 79.72 DEP criu/rbtree.d [2020-09-14T12:56:19.898Z] #40 79.75 DEP criu/pstree.d [2020-09-14T12:56:19.898Z] #40 79.99 DEP criu/protobuf.d [2020-09-14T12:56:19.898Z] #40 80.21 GEN criu/protobuf-desc-gen.h [2020-09-14T12:56:19.898Z] #40 82.45 DEP criu/protobuf-desc.d [2020-09-14T12:56:19.898Z] #40 82.61 DEP criu/proc_parse.d [2020-09-14T12:56:19.898Z] #40 82.85 DEP criu/plugin.d [2020-09-14T12:56:19.898Z] #40 82.95 DEP criu/pipes.d [2020-09-14T12:56:19.898Z] #40 83.15 DEP criu/pie-util.d [2020-09-14T12:56:19.898Z] #40 83.25 DEP criu/pie-util-vdso.d [2020-09-14T12:56:19.898Z] #40 83.43 DEP criu/path.d [2020-09-14T12:56:19.898Z] #40 83.56 DEP criu/parasite-syscall.d [2020-09-14T12:56:19.898Z] #40 83.86 DEP criu/pagemap.d [2020-09-14T12:56:19.898Z] #40 84.05 DEP criu/pagemap-cache.d [2020-09-14T12:56:19.898Z] #40 84.19 DEP criu/page-xfer.d [2020-09-14T12:56:19.898Z] #40 84.42 DEP criu/page-pipe.d [2020-09-14T12:56:19.898Z] #40 84.54 DEP criu/netfilter.d [2020-09-14T12:56:19.898Z] #40 84.72 DEP criu/net.d [2020-09-14T12:56:19.898Z] #40 84.98 DEP criu/namespaces.d [2020-09-14T12:56:19.898Z] #40 85.15 DEP criu/mount.d [2020-09-14T12:56:19.898Z] #40 85.31 DEP criu/memfd.d [2020-09-14T12:56:19.898Z] #40 85.55 DEP criu/mem.d [2020-09-14T12:56:19.898Z] #40 85.91 DEP criu/lsm.d [2020-09-14T12:56:19.898Z] #40 86.12 DEP criu/log.d [2020-09-14T12:56:19.898Z] #40 86.24 DEP criu/libnetlink.d [2020-09-14T12:56:19.898Z] #40 86.40 DEP criu/kerndat.d [2020-09-14T12:56:19.898Z] #40 86.60 DEP criu/kcmp-ids.d [2020-09-14T12:56:19.898Z] #40 86.68 DEP criu/irmap.d [2020-09-14T12:56:19.898Z] #40 86.80 DEP criu/ipc_ns.d [2020-09-14T12:56:19.898Z] #40 ... [2020-09-14T12:56:19.898Z] [2020-09-14T12:56:19.898Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:19.898Z] #42 143.4 vendor/golang.org/x/net/http2/hpack [2020-09-14T12:56:19.898Z] #42 144.7 mime [2020-09-14T12:56:19.898Z] #42 145.9 vendor/golang.org/x/net/idna [2020-09-14T12:56:19.898Z] #42 150.8 net/textproto [2020-09-14T12:56:19.898Z] #42 150.8 vendor/golang.org/x/net/http/httpproxy [2020-09-14T12:56:19.898Z] #42 150.8 crypto/x509 [2020-09-14T12:56:19.898Z] #42 152.4 vendor/golang.org/x/net/http/httpguts [2020-09-14T12:56:19.898Z] #42 ... [2020-09-14T12:56:19.898Z] [2020-09-14T12:56:19.898Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:19.898Z] #40 87.03 DEP criu/image.d [2020-09-14T12:56:20.192Z] #49 ... [2020-09-14T12:56:20.192Z] [2020-09-14T12:56:20.192Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:20.192Z] #39 62.83 CC criu/arch/x86/vdso-pie.o [2020-09-14T12:56:20.192Z] #39 63.22 CC criu/arch/x86/restorer.o [2020-09-14T12:56:20.192Z] #39 63.81 CC criu/arch/x86/restorer_unmap.o [2020-09-14T12:56:20.192Z] #39 63.85 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-14T12:56:20.197Z] #40 87.33 DEP criu/image-desc.d [2020-09-14T12:56:20.449Z] #39 ... [2020-09-14T12:56:20.449Z] [2020-09-14T12:56:20.449Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:20.449Z] #17 1.351 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-14T12:56:20.449Z] #17 1.400 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-14T12:56:20.449Z] #17 1.405 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-14T12:56:20.449Z] #17 2.005 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-14T12:56:20.449Z] #17 3.065 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB] [2020-09-14T12:56:20.449Z] #17 4.425 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-14T12:56:20.449Z] #17 9.550 Fetched 8379 kB in 8s (993 kB/s) [2020-09-14T12:56:20.496Z] #40 87.44 DEP criu/fsnotify.d [2020-09-14T12:56:20.496Z] #40 87.64 DEP criu/filesystems.d [2020-09-14T12:56:20.711Z] #17 9.550 Reading package lists... [2020-09-14T12:56:20.711Z] #17 ... [2020-09-14T12:56:20.711Z] [2020-09-14T12:56:20.711Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:20.711Z] #39 64.23 CC criu/pie/restorer.o [2020-09-14T12:56:20.794Z] #40 87.82 DEP criu/files.d [2020-09-14T12:56:21.093Z] #40 88.01 DEP criu/files-reg.d [2020-09-14T12:56:21.093Z] #40 88.17 DEP criu/files-ext.d [2020-09-14T12:56:21.394Z] #40 88.34 DEP criu/file-lock.d [2020-09-14T12:56:21.394Z] #40 88.56 DEP criu/file-ids.d [2020-09-14T12:56:21.691Z] #40 88.84 DEP criu/fifo.d [2020-09-14T12:56:22.008Z] #40 88.99 DEP criu/fdstore.d [2020-09-14T12:56:22.008Z] #40 89.11 DEP criu/fault-injection.d [2020-09-14T12:56:22.008Z] #40 89.15 DEP criu/external.d [2020-09-14T12:56:22.304Z] #40 89.38 DEP criu/eventpoll.d [2020-09-14T12:56:22.605Z] #40 89.73 DEP criu/eventfd.d [2020-09-14T12:56:22.905Z] #40 89.94 DEP criu/crtools.d [2020-09-14T12:56:23.205Z] #40 90.20 DEP criu/cr-service.d [2020-09-14T12:56:23.505Z] #40 90.43 DEP criu/cr-restore.d [2020-09-14T12:56:23.807Z] #40 90.88 DEP criu/cr-errno.d [2020-09-14T12:56:23.977Z] #39 67.11 LINK criu/pie/restorer.built-in.o [2020-09-14T12:56:23.977Z] #39 67.12 GEN criu/pie/restorer-blob.h [2020-09-14T12:56:23.977Z] #39 67.21 DEP criu/vdso.d [2020-09-14T12:56:23.977Z] #39 67.41 DEP criu/vdso-compat.d [2020-09-14T12:56:23.977Z] #39 67.59 DEP criu/uts_ns.d [2020-09-14T12:56:24.107Z] #40 90.93 DEP criu/cr-dump.d [2020-09-14T12:56:24.107Z] #40 91.25 DEP criu/cr-dedup.d [2020-09-14T12:56:24.232Z] #39 67.74 DEP criu/util.d [2020-09-14T12:56:24.232Z] #39 67.91 DEP criu/uffd.d [2020-09-14T12:56:24.407Z] #40 91.47 DEP criu/cr-check.d [2020-09-14T12:56:24.488Z] #39 68.15 DEP criu/tun.d [2020-09-14T12:56:24.729Z] #40 91.75 DEP criu/config.d [2020-09-14T12:56:24.744Z] #39 68.37 DEP criu/tty.d [2020-09-14T12:56:24.999Z] #39 68.64 DEP criu/timerfd.d [2020-09-14T12:56:25.029Z] #40 92.09 DEP criu/clone-noasan.d [2020-09-14T12:56:25.255Z] #39 68.80 DEP criu/timens.d [2020-09-14T12:56:25.328Z] #40 92.22 DEP criu/cgroup.d [2020-09-14T12:56:25.328Z] #40 92.45 DEP criu/cgroup-props.d [2020-09-14T12:56:25.511Z] #39 68.97 DEP criu/sysfs_parse.d [2020-09-14T12:56:25.511Z] #39 69.18 DEP criu/sysctl.d [2020-09-14T12:56:25.627Z] #40 92.63 DEP criu/bitmap.d [2020-09-14T12:56:25.627Z] #40 92.64 DEP criu/bfd.d [2020-09-14T12:56:25.767Z] #39 69.36 DEP criu/string.d [2020-09-14T12:56:25.767Z] #39 69.41 DEP criu/stats.d [2020-09-14T12:56:25.767Z] #39 69.50 DEP criu/sockets.d [2020-09-14T12:56:25.926Z] #40 92.77 DEP criu/autofs.d [2020-09-14T12:56:25.926Z] #40 92.97 DEP criu/aio.d [2020-09-14T12:56:25.926Z] #40 ... [2020-09-14T12:56:25.926Z] [2020-09-14T12:56:25.926Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:56:25.926Z] #22 155.3 Checking out files: 28% (3067/10926) Checking out files: 29% (3169/10926) Checking out files: 30% (3278/10926) Checking out files: 31% (3388/10926) Checking out files: 32% (3497/10926) Checking out files: 33% (3606/10926) Checking out files: 34% (3715/10926) Checking out files: 35% (3825/10926) Checking out files: 36% (3934/10926) Checking out files: 37% (4043/10926) Checking out files: 38% (4152/10926) Checking out files: 39% (4262/10926) Checking out files: 40% (4371/10926) Checking out files: 41% (4480/10926) Checking out files: 42% (4589/10926) Checking out files: 43% (4699/10926) Checking out files: 44% (4808/10926) Checking out files: 45% (4917/10926) Checking out files: 46% (5026/10926) Checking out files: 47% (5136/10926) Checking out files: 47% (5143/10926) Checking out files: 48% (5245/10926) Checking out files: 49% (5354/10926) Checking out files: 50% (5463/10926) Checking out files: 51% (5573/10926) Checking out files: 52% (5682/10926) Checking out files: 53% (5791/10926) Checking out files: 54% (5901/10926) Checking out files: 55% (6010/10926) Checking out files: 56% (6119/10926) Checking out files: 57% (6228/10926) Checking out files: 58% (6338/10926) Checking out files: 59% (6447/10926) Checking out files: 60% (6556/10926) Checking out files: 61% (6665/10926) Checking out files: 62% (6775/10926) Checking out files: 63% (6884/10926) Checking out files: 64% (6993/10926) Checking out files: 65% (7102/10926) Checking out files: 66% (7212/10926) Checking out files: 67% (7321/10926) Checking out files: 68% (7430/10926) Checking out files: 69% (7539/10926) Checking out files: 69% (7561/10926) Checking out files: 70% (7649/10926) Checking out files: 71% (7758/10926) Checking out files: 72% (7867/10926) Checking out files: 73% (7976/10926) Checking out files: 74% (8086/10926) Checking out files: 75% (8195/10926) Checking out files: 76% (8304/10926) Checking out files: 77% (8414/10926) Checking out files: 78% (8523/10926) Checking out files: 79% (8632/10926) Checking out files: 80% (8741/10926) Checking out files: 81% (8851/10926) Checking out files: 82% (8960/10926) Checking out files: 83% (9069/10926) Checking out files: 84% (9178/10926) Checking out files: 85% (9288/10926) Checking out files: 86% (9397/10926) Checking out files: 87% (9506/10926) Checking out files: 88% (9615/10926) Checking out files: 89% (9725/10926) Checking out files: 90% (9834/10926) Checking out files: 91% (9943/10926) Checking out files: 91% (9996/10926) Checking out files: 92% (10052/10926) Checking out files: 93% (10162/10926) Checking out files: 94% (10271/10926) Checking out files: 95% (10380/10926) Checking out files: 96% (10489/10926) Checking out files: 97% (10599/10926) Checking out files: 98% (10708/10926) Checking out files: 99% (10817/10926) Checking out files: 100% (10926/10926) Checking out files: 100% (10926/10926), done. [2020-09-14T12:56:25.926Z] #22 158.9 + cd /tmp/tmp.b2goK4Eq4B/tmp/docker-ce [2020-09-14T12:56:25.926Z] #22 158.9 + git checkout -q v17.06.2-ce [2020-09-14T12:56:26.026Z] #39 69.78 DEP criu/sk-unix.d [2020-09-14T12:56:26.284Z] #39 69.97 DEP criu/sk-tcp.d [2020-09-14T12:56:26.541Z] #39 70.14 DEP criu/sk-queue.d [2020-09-14T12:56:26.798Z] #39 70.30 DEP criu/sk-packet.d [2020-09-14T12:56:26.798Z] #39 70.42 DEP criu/sk-netlink.d [2020-09-14T12:56:27.055Z] #39 70.54 DEP criu/sk-inet.d [2020-09-14T12:56:27.055Z] #39 70.67 DEP criu/signalfd.d [2020-09-14T12:56:27.311Z] #39 70.84 DEP criu/sigframe.d [2020-09-14T12:56:27.311Z] #39 70.92 DEP criu/shmem.d [2020-09-14T12:56:27.568Z] #39 71.14 DEP criu/servicefd.d [2020-09-14T12:56:27.568Z] #39 71.29 DEP criu/seize.d [2020-09-14T12:56:27.825Z] #39 71.40 DEP criu/seccomp.d [2020-09-14T12:56:27.825Z] #39 71.61 DEP criu/rst-malloc.d [2020-09-14T12:56:28.081Z] #39 71.69 DEP criu/rbtree.d [2020-09-14T12:56:28.081Z] #39 71.74 DEP criu/pstree.d [2020-09-14T12:56:28.338Z] #39 71.91 DEP criu/protobuf.d [2020-09-14T12:56:28.594Z] #39 72.06 GEN criu/protobuf-desc-gen.h [2020-09-14T12:56:28.719Z] #22 162.4 + mkdir -p /tmp/tmp.b2goK4Eq4B/src/github.com/docker [2020-09-14T12:56:28.719Z] #22 162.4 + mv components/cli /tmp/tmp.b2goK4Eq4B/src/github.com/docker/cli [2020-09-14T12:56:28.719Z] #22 162.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-14T12:56:29.620Z] Client: [2020-09-14T12:56:29.620Z] Debug Mode: false [2020-09-14T12:56:29.620Z] Plugins: [2020-09-14T12:56:29.620Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-14T12:56:29.620Z] [2020-09-14T12:56:29.620Z] Server: [2020-09-14T12:56:29.620Z] Containers: 0 [2020-09-14T12:56:29.620Z] Running: 0 [2020-09-14T12:56:29.620Z] Paused: 0 [2020-09-14T12:56:29.620Z] Stopped: 0 [2020-09-14T12:56:29.620Z] Images: 0 [2020-09-14T12:56:29.620Z] Server Version: 19.03.5 [2020-09-14T12:56:29.620Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-14T12:56:29.620Z] Windows: [2020-09-14T12:56:29.620Z] LCOW: [2020-09-14T12:56:29.620Z] Logging Driver: json-file [2020-09-14T12:56:29.620Z] Plugins: [2020-09-14T12:56:29.620Z] Volume: local [2020-09-14T12:56:29.620Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-14T12:56:29.620Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-14T12:56:29.620Z] Swarm: inactive [2020-09-14T12:56:29.620Z] Default Isolation: process [2020-09-14T12:56:29.620Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-14T12:56:29.620Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-14T12:56:29.620Z] OSType: windows [2020-09-14T12:56:29.620Z] Architecture: x86_64 [2020-09-14T12:56:29.620Z] CPUs: 4 [2020-09-14T12:56:29.620Z] Total Memory: 32GiB [2020-09-14T12:56:29.620Z] Name: azwin-2-7ade50 [2020-09-14T12:56:29.620Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-09-14T12:56:29.620Z] Docker Root Dir: D:\docker [2020-09-14T12:56:29.620Z] Debug Mode: false [2020-09-14T12:56:29.620Z] Registry: https://index.docker.io/v1/ [2020-09-14T12:56:29.620Z] Labels: [2020-09-14T12:56:29.620Z] Experimental: true [2020-09-14T12:56:29.620Z] Insecure Registries: [2020-09-14T12:56:29.620Z] 10.0.0.4:5000 [2020-09-14T12:56:29.620Z] 127.0.0.0/8 [2020-09-14T12:56:29.620Z] Registry Mirrors: [2020-09-14T12:56:29.620Z] http://10.0.0.4:5000/ [2020-09-14T12:56:29.620Z] Live Restore Enabled: false [2020-09-14T12:56:29.620Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-09-14T12:56:30.489Z] #39 73.67 DEP criu/protobuf-desc.d [2020-09-14T12:56:30.489Z] #39 73.80 DEP criu/proc_parse.d [2020-09-14T12:56:30.489Z] #39 74.02 DEP criu/plugin.d [2020-09-14T12:56:30.489Z] #39 74.12 DEP criu/pipes.d [2020-09-14T12:56:30.746Z] #39 74.30 DEP criu/pie-util.d [2020-09-14T12:56:31.006Z] #39 74.48 DEP criu/pie-util-vdso.d [2020-09-14T12:56:31.006Z] #39 74.55 DEP criu/pie-util-vdso-elf32.d [2020-09-14T12:56:31.006Z] #39 74.69 DEP criu/path.d [2020-09-14T12:56:31.263Z] #39 74.93 DEP criu/parasite-syscall.d [2020-09-14T12:56:31.522Z] #39 ... [2020-09-14T12:56:31.522Z] [2020-09-14T12:56:31.522Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:31.522Z] #41 135.1 github.com/LK4D4/vndr/godl [2020-09-14T12:56:31.522Z] #41 135.8 github.com/LK4D4/vndr [2020-09-14T12:56:31.522Z] #41 DONE 145.2s [2020-09-14T12:56:31.522Z] [2020-09-14T12:56:31.522Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:31.522Z] #39 75.17 DEP criu/pagemap.d [2020-09-14T12:56:31.522Z] #39 ... [2020-09-14T12:56:31.522Z] [2020-09-14T12:56:31.522Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:31.522Z] #17 9.550 Reading package lists... [2020-09-14T12:56:31.522Z] #17 13.36 Reading package lists... [2020-09-14T12:56:31.522Z] #17 17.28 Building dependency tree... [2020-09-14T12:56:31.522Z] #17 18.85 libcap2-bin is already the newest version (1:2.25-2). [2020-09-14T12:56:31.522Z] #17 18.85 The following additional packages will be installed: [2020-09-14T12:56:31.522Z] #17 18.86 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-14T12:56:31.522Z] #17 18.86 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-14T12:56:31.522Z] #17 18.86 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-14T12:56:31.522Z] #17 18.86 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-14T12:56:31.522Z] #17 18.86 python3.7 python3.7-minimal vim-runtime xxd [2020-09-14T12:56:31.522Z] #17 18.86 Suggested packages: [2020-09-14T12:56:31.522Z] #17 18.86 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-14T12:56:31.522Z] #17 18.86 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-14T12:56:31.522Z] #17 18.86 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-14T12:56:31.522Z] #17 18.86 Recommended packages: [2020-09-14T12:56:31.522Z] #17 18.87 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-14T12:56:31.522Z] #17 18.87 python3-keyrings.alt python3-xdg unzip [2020-09-14T12:56:31.522Z] #17 20.91 The following NEW packages will be installed: [2020-09-14T12:56:31.522Z] #17 20.92 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-14T12:56:31.522Z] #17 20.92 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-14T12:56:31.522Z] #17 20.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-14T12:56:31.522Z] #17 20.92 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-14T12:56:31.522Z] #17 20.92 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-14T12:56:31.522Z] #17 20.93 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-14T12:56:31.522Z] #17 20.93 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-14T12:56:31.522Z] #17 20.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-14T12:56:31.522Z] #17 20.93 xz-utils zip [2020-09-14T12:56:31.533Z] #22 ... [2020-09-14T12:56:31.533Z] [2020-09-14T12:56:31.533Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:31.533Z] #42 154.8 crypto/tls [2020-09-14T12:56:31.533Z] #42 163.0 net/http/httptrace [2020-09-14T12:56:31.533Z] #42 163.5 net/http [2020-09-14T12:56:31.533Z] #42 ... [2020-09-14T12:56:31.533Z] [2020-09-14T12:56:31.533Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:31.533Z] #18 39.23 Unpacking bash-completion (1:2.8-6) ... [2020-09-14T12:56:31.533Z] #18 39.76 Selecting previously unselected package bzip2. [2020-09-14T12:56:31.533Z] #18 39.77 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 39.78 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-14T12:56:31.533Z] #18 39.86 Selecting previously unselected package xz-utils. [2020-09-14T12:56:31.533Z] #18 39.86 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 39.86 Unpacking xz-utils (5.2.4-1) ... [2020-09-14T12:56:31.533Z] #18 40.15 Selecting previously unselected package apparmor. [2020-09-14T12:56:31.533Z] #18 40.16 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 40.29 Unpacking apparmor (2.13.2-10) ... [2020-09-14T12:56:31.533Z] #18 40.78 Selecting previously unselected package aufs-tools. [2020-09-14T12:56:31.533Z] #18 40.79 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 40.79 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-14T12:56:31.533Z] #18 40.94 Selecting previously unselected package libonig5:ppc64el. [2020-09-14T12:56:31.533Z] #18 40.95 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 40.96 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-14T12:56:31.533Z] #18 41.10 Selecting previously unselected package libjq1:ppc64el. [2020-09-14T12:56:31.533Z] #18 41.11 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 41.11 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-14T12:56:31.533Z] #18 41.26 Selecting previously unselected package jq. [2020-09-14T12:56:31.533Z] #18 41.27 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 41.27 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-14T12:56:31.533Z] #18 41.35 Selecting previously unselected package libaio1:ppc64el. [2020-09-14T12:56:31.533Z] #18 41.37 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 41.38 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-09-14T12:56:31.533Z] #18 41.44 Selecting previously unselected package libgpm2:ppc64el. [2020-09-14T12:56:31.533Z] #18 41.47 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 41.48 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-09-14T12:56:31.533Z] #18 41.54 Selecting previously unselected package libicu63:ppc64el. [2020-09-14T12:56:31.533Z] #18 41.56 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 41.57 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-14T12:56:31.533Z] #18 45.89 Selecting previously unselected package libnet1:ppc64el. [2020-09-14T12:56:31.533Z] #18 45.89 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 45.90 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-14T12:56:31.533Z] #18 46.03 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-14T12:56:31.533Z] #18 46.03 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 46.04 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-14T12:56:31.533Z] #18 46.17 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-14T12:56:31.533Z] #18 46.18 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 46.18 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-14T12:56:31.533Z] #18 46.26 Selecting previously unselected package libreadline5:ppc64el. [2020-09-14T12:56:31.533Z] #18 46.27 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 46.28 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-14T12:56:31.533Z] #18 46.46 Selecting previously unselected package net-tools. [2020-09-14T12:56:31.533Z] #18 46.46 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 46.46 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-14T12:56:31.533Z] #18 46.81 Selecting previously unselected package python-pip-whl. [2020-09-14T12:56:31.533Z] #18 46.82 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-14T12:56:31.533Z] #18 46.83 Unpacking python-pip-whl (18.1-5) ... [2020-09-14T12:56:31.533Z] #18 47.42 Selecting previously unselected package python3-lib2to3. [2020-09-14T12:56:31.533Z] #18 47.42 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-14T12:56:31.533Z] #18 47.43 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-14T12:56:31.533Z] #18 47.58 Selecting previously unselected package python3-distutils. [2020-09-14T12:56:31.533Z] #18 47.59 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-14T12:56:31.533Z] #18 47.59 Unpacking python3-distutils (3.7.3-1) ... [2020-09-14T12:56:31.533Z] #18 47.69 Selecting previously unselected package python3-pip. [2020-09-14T12:56:31.533Z] #18 47.70 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-14T12:56:31.533Z] #18 47.70 Unpacking python3-pip (18.1-5) ... [2020-09-14T12:56:31.533Z] #18 47.91 Selecting previously unselected package python3-pkg-resources. [2020-09-14T12:56:31.533Z] #18 47.92 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-14T12:56:31.533Z] #18 47.92 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-14T12:56:31.533Z] #18 48.08 Selecting previously unselected package python3-setuptools. [2020-09-14T12:56:31.533Z] #18 48.09 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-14T12:56:31.533Z] #18 48.10 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-14T12:56:31.533Z] #18 48.40 Selecting previously unselected package python3-wheel. [2020-09-14T12:56:31.533Z] #18 48.40 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-14T12:56:31.533Z] #18 48.42 Unpacking python3-wheel (0.32.3-2) ... [2020-09-14T12:56:31.533Z] #18 48.53 Selecting previously unselected package sudo. [2020-09-14T12:56:31.533Z] #18 48.54 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 48.56 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-14T12:56:31.533Z] #18 49.17 Selecting previously unselected package thin-provisioning-tools. [2020-09-14T12:56:31.533Z] #18 49.18 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 49.20 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-14T12:56:31.533Z] #18 49.47 Selecting previously unselected package uidmap. [2020-09-14T12:56:31.533Z] #18 49.47 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-09-14T12:56:31.533Z] #18 49.48 Unpacking uidmap (1:4.5-1.1) ... [2020-09-14T12:56:31.533Z] #18 49.62 Selecting previously unselected package vim-runtime. [2020-09-14T12:56:31.533Z] #18 49.63 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-14T12:56:31.533Z] #18 49.69 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-14T12:56:31.795Z] #17 ... [2020-09-14T12:56:31.795Z] [2020-09-14T12:56:31.795Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:31.795Z] #39 75.40 DEP criu/pagemap-cache.d [2020-09-14T12:56:31.834Z] #18 49.78 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-14T12:56:31.834Z] #18 49.79 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-14T12:56:32.053Z] #39 75.68 DEP criu/page-xfer.d [2020-09-14T12:56:32.310Z] #39 75.85 DEP criu/page-pipe.d [2020-09-14T12:56:32.310Z] #39 75.98 DEP criu/netfilter.d [2020-09-14T12:56:32.566Z] #39 76.28 DEP criu/net.d [2020-09-14T12:56:33.130Z] #39 76.57 DEP criu/namespaces.d [2020-09-14T12:56:33.130Z] #39 76.73 DEP criu/mount.d [2020-09-14T12:56:33.387Z] #39 76.84 DEP criu/memfd.d [2020-09-14T12:56:33.387Z] #39 76.94 DEP criu/mem.d [2020-09-14T12:56:33.387Z] #39 77.09 DEP criu/lsm.d [2020-09-14T12:56:33.645Z] #39 77.19 DEP criu/log.d [2020-09-14T12:56:33.645Z] #39 77.27 DEP criu/libnetlink.d [2020-09-14T12:56:33.901Z] #39 77.49 DEP criu/kerndat.d [2020-09-14T12:56:34.158Z] #39 77.68 DEP criu/kcmp-ids.d [2020-09-14T12:56:34.158Z] #39 77.76 DEP criu/irmap.d [2020-09-14T12:56:34.158Z] #39 77.88 DEP criu/ipc_ns.d [2020-09-14T12:56:34.415Z] #39 78.07 DEP criu/image.d [2020-09-14T12:56:34.672Z] #39 78.21 DEP criu/image-desc.d [2020-09-14T12:56:34.672Z] #39 78.29 DEP criu/fsnotify.d [2020-09-14T12:56:34.672Z] #39 78.43 DEP criu/filesystems.d [2020-09-14T12:56:34.928Z] #39 78.56 DEP criu/files.d [2020-09-14T12:56:34.929Z] #39 78.65 DEP criu/files-reg.d [2020-09-14T12:56:34.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-14T12:56:34.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-14T12:56:35.185Z] #39 78.79 DEP criu/files-ext.d [2020-09-14T12:56:35.185Z] #39 78.87 DEP criu/file-lock.d [2020-09-14T12:56:35.185Z] #39 78.97 DEP criu/file-ids.d [2020-09-14T12:56:35.404Z] #18 53.35 Selecting previously unselected package vim. [2020-09-14T12:56:35.404Z] #18 53.35 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-14T12:56:35.404Z] #18 53.39 Unpacking vim (2:8.1.0875-5) ... [2020-09-14T12:56:35.442Z] #39 79.11 DEP criu/fifo.d [2020-09-14T12:56:35.442Z] #39 79.23 DEP criu/fdstore.d [2020-09-14T12:56:35.699Z] #39 79.34 DEP criu/fault-injection.d [2020-09-14T12:56:35.699Z] #39 79.38 DEP criu/external.d [2020-09-14T12:56:35.699Z] #39 79.46 DEP criu/eventpoll.d [2020-09-14T12:56:35.955Z] #39 79.64 DEP criu/eventfd.d [2020-09-14T12:56:35.955Z] #39 79.75 DEP criu/crtools.d [2020-09-14T12:56:36.053Z] #18 54.00 Selecting previously unselected package xfsprogs. [2020-09-14T12:56:36.053Z] #18 54.01 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-09-14T12:56:36.053Z] #18 54.01 Unpacking xfsprogs (4.20.0-1) ... [2020-09-14T12:56:36.053Z] #18 ... [2020-09-14T12:56:36.053Z] [2020-09-14T12:56:36.053Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:36.053Z] #40 93.20 DEP criu/action-scripts.d [2020-09-14T12:56:36.053Z] #40 93.57 CC criu/action-scripts.o [2020-09-14T12:56:36.053Z] #40 94.33 CC criu/aio.o [2020-09-14T12:56:36.053Z] #40 95.35 CC criu/autofs.o [2020-09-14T12:56:36.053Z] #40 97.85 CC criu/bfd.o [2020-09-14T12:56:36.053Z] #40 98.61 CC criu/bitmap.o [2020-09-14T12:56:36.053Z] #40 98.81 CC criu/cgroup-props.o [2020-09-14T12:56:36.053Z] #40 99.94 CC criu/cgroup.o [2020-09-14T12:56:36.520Z] #39 79.93 DEP criu/cr-service.d [2020-09-14T12:56:36.520Z] #39 80.06 DEP criu/cr-restore.d [2020-09-14T12:56:36.712Z] #40 ... [2020-09-14T12:56:36.712Z] [2020-09-14T12:56:36.712Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:36.712Z] #18 54.62 Selecting previously unselected package zip. [2020-09-14T12:56:36.712Z] #18 54.64 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-09-14T12:56:36.712Z] #18 54.65 Unpacking zip (3.0-11+b1) ... [2020-09-14T12:56:36.777Z] #39 80.33 DEP criu/cr-errno.d [2020-09-14T12:56:36.777Z] #39 80.34 DEP criu/cr-dump.d [2020-09-14T12:56:36.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-14T12:56:37.012Z] #18 54.96 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-14T12:56:37.012Z] #18 54.97 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-14T12:56:37.012Z] #18 54.98 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-09-14T12:56:37.012Z] #18 54.98 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-14T12:56:37.012Z] #18 55.03 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-09-14T12:56:37.012Z] #18 55.04 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-09-14T12:56:37.012Z] #18 55.04 Setting up uidmap (1:4.5-1.1) ... [2020-09-14T12:56:37.012Z] #18 55.06 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-09-14T12:56:37.012Z] #18 55.06 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-14T12:56:37.012Z] #18 55.07 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-14T12:56:37.012Z] #18 55.09 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-14T12:56:37.012Z] #18 55.10 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-14T12:56:37.012Z] #18 55.11 Setting up xxd (2:8.1.0875-5) ... [2020-09-14T12:56:37.012Z] #18 55.12 Setting up zip (3.0-11+b1) ... [2020-09-14T12:56:37.012Z] #18 55.13 Setting up vim-common (2:8.1.0875-5) ... [2020-09-14T12:56:37.012Z] #18 55.16 Setting up bash-completion (1:2.8-6) ... [2020-09-14T12:56:37.034Z] #39 80.50 DEP criu/cr-dedup.d [2020-09-14T12:56:37.034Z] #39 80.63 DEP criu/cr-check.d [2020-09-14T12:56:37.291Z] #39 80.82 DEP criu/config.d [2020-09-14T12:56:37.291Z] #39 80.94 DEP criu/clone-noasan.d [2020-09-14T12:56:37.291Z] #39 81.00 DEP criu/cgroup.d [2020-09-14T12:56:37.548Z] #39 81.11 DEP criu/cgroup-props.d [2020-09-14T12:56:37.548Z] #39 81.18 DEP criu/bitmap.d [2020-09-14T12:56:37.548Z] #39 81.19 DEP criu/bfd.d [2020-09-14T12:56:37.548Z] #39 81.27 DEP criu/autofs.d [2020-09-14T12:56:37.804Z] #39 81.44 DEP criu/aio.d [2020-09-14T12:56:38.061Z] #39 81.57 DEP criu/action-scripts.d [2020-09-14T12:56:38.061Z] #39 81.76 CC criu/action-scripts.o [2020-09-14T12:56:38.625Z] #39 82.26 CC criu/aio.o [2020-09-14T12:56:39.189Z] #39 82.76 CC criu/autofs.o [2020-09-14T12:56:39.189Z] #39 ... [2020-09-14T12:56:39.189Z] [2020-09-14T12:56:39.189Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:39.189Z] #17 21.33 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-14T12:56:39.189Z] #17 21.33 Need to get 28.5 MB of archives. [2020-09-14T12:56:39.189Z] #17 21.33 After this operation, 116 MB of additional disk space will be used. [2020-09-14T12:56:39.189Z] #17 21.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-14T12:56:39.189Z] #17 21.34 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-14T12:56:39.189Z] #17 21.44 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-14T12:56:39.189Z] #17 21.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-14T12:56:39.189Z] #17 21.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-14T12:56:39.189Z] #17 21.71 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-14T12:56:39.189Z] #17 21.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-14T12:56:39.189Z] #17 21.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-14T12:56:39.189Z] #17 21.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-14T12:56:39.189Z] #17 21.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-14T12:56:39.189Z] #17 21.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-14T12:56:39.189Z] #17 21.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-14T12:56:39.189Z] #17 21.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-14T12:56:39.189Z] #17 21.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-14T12:56:39.189Z] #17 21.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-14T12:56:39.189Z] #17 21.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-14T12:56:39.189Z] #17 21.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-14T12:56:39.189Z] #17 21.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-14T12:56:39.189Z] #17 21.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-14T12:56:39.189Z] #17 22.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-14T12:56:39.189Z] #17 22.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-14T12:56:39.189Z] #17 22.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-14T12:56:39.189Z] #17 22.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-14T12:56:39.189Z] #17 22.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-14T12:56:39.189Z] #17 22.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-14T12:56:39.189Z] #17 22.12 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-14T12:56:39.189Z] #17 22.13 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-14T12:56:39.189Z] #17 22.13 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-14T12:56:39.189Z] #17 22.17 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-14T12:56:39.189Z] #17 22.75 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-14T12:56:39.189Z] #17 22.75 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-14T12:56:39.189Z] #17 22.75 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-14T12:56:39.189Z] #17 22.75 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-14T12:56:39.189Z] #17 22.75 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-14T12:56:39.189Z] #17 22.77 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-14T12:56:39.189Z] #17 22.84 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-14T12:56:39.189Z] #17 22.85 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-14T12:56:39.189Z] #17 22.86 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-14T12:56:39.189Z] #17 22.86 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-14T12:56:39.189Z] #17 22.88 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-14T12:56:39.189Z] #17 22.88 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-14T12:56:39.189Z] #17 22.89 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-14T12:56:39.189Z] #17 22.91 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-14T12:56:39.189Z] #17 22.94 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-14T12:56:39.189Z] #17 22.96 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-14T12:56:39.189Z] #17 23.17 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-14T12:56:39.189Z] #17 23.21 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-14T12:56:39.189Z] #17 23.23 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-14T12:56:39.189Z] #17 23.80 debconf: delaying package configuration, since apt-utils is not installed [2020-09-14T12:56:39.189Z] #17 23.90 Fetched 28.5 MB in 2s (13.0 MB/s) [2020-09-14T12:56:39.189Z] #17 23.96 Selecting previously unselected package pigz. [2020-09-14T12:56:39.189Z] #17 23.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-09-14T12:56:39.189Z] #17 24.02 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-14T12:56:39.189Z] #17 24.02 Unpacking pigz (2.4-1) ... [2020-09-14T12:56:39.189Z] #17 24.13 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-14T12:56:39.189Z] #17 24.14 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-14T12:56:39.189Z] #17 24.15 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-14T12:56:39.189Z] #17 24.66 Selecting previously unselected package python3.7-minimal. [2020-09-14T12:56:39.189Z] #17 24.67 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-14T12:56:39.189Z] #17 24.69 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-14T12:56:39.189Z] #17 25.60 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-14T12:56:39.189Z] #17 25.61 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-14T12:56:39.189Z] #17 27.80 Selecting previously unselected package python3-minimal. [2020-09-14T12:56:39.189Z] #17 27.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-09-14T12:56:39.189Z] #17 27.85 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-14T12:56:39.189Z] #17 27.86 Unpacking python3-minimal (3.7.3-1) ... [2020-09-14T12:56:39.189Z] #17 27.97 Selecting previously unselected package libmpdec2:amd64. [2020-09-14T12:56:39.189Z] #17 27.98 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-14T12:56:39.189Z] #17 28.04 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-14T12:56:39.189Z] #17 28.19 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-14T12:56:39.190Z] #17 28.19 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-14T12:56:39.190Z] #17 28.20 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-14T12:56:39.446Z] #17 ... [2020-09-14T12:56:39.446Z] [2020-09-14T12:56:39.446Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:56:39.446Z] #28 DONE 152.7s [2020-09-14T12:56:39.446Z] [2020-09-14T12:56:39.446Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:56:40.375Z] #36 ... [2020-09-14T12:56:40.375Z] [2020-09-14T12:56:40.375Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:40.375Z] #17 29.75 Selecting previously unselected package python3.7. [2020-09-14T12:56:40.375Z] #17 29.76 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-14T12:56:40.375Z] #17 29.80 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-14T12:56:40.632Z] #17 29.94 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-14T12:56:40.632Z] #17 29.94 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-14T12:56:40.632Z] #17 29.94 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-14T12:56:40.632Z] #17 30.06 Setting up python3-minimal (3.7.3-1) ... [2020-09-14T12:56:41.195Z] #17 30.67 Selecting previously unselected package python3. [2020-09-14T12:56:41.451Z] #17 30.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-09-14T12:56:41.451Z] #17 30.70 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-14T12:56:41.451Z] #17 30.75 Unpacking python3 (3.7.3-1) ... [2020-09-14T12:56:41.451Z] #17 30.85 Selecting previously unselected package libip4tc0:amd64. [2020-09-14T12:56:41.451Z] #17 30.85 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-14T12:56:41.451Z] #17 30.86 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-14T12:56:41.451Z] #17 30.93 Selecting previously unselected package libip6tc0:amd64. [2020-09-14T12:56:41.708Z] #17 30.94 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-14T12:56:41.708Z] #17 30.95 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-14T12:56:41.708Z] #17 31.02 Selecting previously unselected package libiptc0:amd64. [2020-09-14T12:56:41.708Z] #17 31.03 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-14T12:56:41.708Z] #17 31.04 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-14T12:56:41.708Z] #17 31.13 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-14T12:56:41.708Z] #17 31.13 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-14T12:56:41.708Z] #17 31.14 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-14T12:56:41.965Z] #17 31.20 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-14T12:56:41.965Z] #17 31.20 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-14T12:56:41.965Z] #17 31.22 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-14T12:56:41.965Z] #17 31.29 Selecting previously unselected package libnftnl11:amd64. [2020-09-14T12:56:41.965Z] #17 31.29 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-14T12:56:41.965Z] #17 31.30 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-14T12:56:41.965Z] #17 31.43 Selecting previously unselected package iptables. [2020-09-14T12:56:42.223Z] #17 31.44 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-14T12:56:42.223Z] #17 31.45 Unpacking iptables (1.8.2-4) ... [2020-09-14T12:56:42.480Z] #17 31.73 Selecting previously unselected package xxd. [2020-09-14T12:56:42.480Z] #17 31.73 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-14T12:56:42.480Z] #17 31.74 Unpacking xxd (2:8.1.0875-5) ... [2020-09-14T12:56:42.480Z] #17 31.83 Selecting previously unselected package vim-common. [2020-09-14T12:56:42.480Z] #17 31.84 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-14T12:56:42.480Z] #17 31.86 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-14T12:56:42.669Z] #18 59.99 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-09-14T12:56:42.669Z] #18 59.99 Setting up xz-utils (5.2.4-1) ... [2020-09-14T12:56:42.669Z] #18 60.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-14T12:56:42.669Z] #18 60.03 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-14T12:56:42.669Z] #18 60.13 invoke-rc.d: could not determine current runlevel [2020-09-14T12:56:42.669Z] #18 60.16 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-14T12:56:42.669Z] #18 60.17 Setting up pigz (2.4-1) ... [2020-09-14T12:56:42.669Z] #18 60.17 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-14T12:56:42.669Z] #18 60.18 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-14T12:56:42.669Z] #18 60.18 Setting up python-pip-whl (18.1-5) ... [2020-09-14T12:56:42.669Z] #18 60.19 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-09-14T12:56:42.669Z] #18 60.19 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-14T12:56:42.737Z] #17 32.03 Selecting previously unselected package bash-completion. [2020-09-14T12:56:42.737Z] #17 32.04 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-14T12:56:42.968Z] #18 60.90 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-09-14T12:56:42.968Z] #18 60.90 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-14T12:56:42.968Z] #18 60.91 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-14T12:56:42.968Z] #18 60.91 Setting up vim (2:8.1.0875-5) ... [2020-09-14T12:56:42.968Z] #18 60.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-14T12:56:42.968Z] #18 60.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-14T12:56:42.968Z] #18 60.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-14T12:56:42.968Z] #18 60.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-14T12:56:42.968Z] #18 60.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-14T12:56:42.968Z] #18 60.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-14T12:56:42.968Z] #18 61.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-14T12:56:42.968Z] #18 61.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-14T12:56:43.267Z] #18 61.09 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-14T12:56:43.267Z] #18 61.10 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-14T12:56:43.268Z] #18 61.13 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-14T12:56:43.268Z] #18 61.14 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-14T12:56:43.268Z] #18 61.14 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-14T12:56:43.268Z] #18 61.15 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-14T12:56:44.267Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:56:44.267Z] [2020-09-14T12:56:44.267Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T12:56:44.267Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T12:56:44.267Z] HOSTNAME=8dc1397f073d [2020-09-14T12:56:44.267Z] TESTDEBUG=0 [2020-09-14T12:56:44.267Z] DEST=bundles/test-integration [2020-09-14T12:56:44.267Z] PWD=/go/src/github.com/docker/docker [2020-09-14T12:56:44.267Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:56:44.267Z] container=docker [2020-09-14T12:56:44.267Z] HOME=/root [2020-09-14T12:56:44.267Z] GOLANG_VERSION=1.13.15 [2020-09-14T12:56:44.267Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T12:56:44.267Z] VALIDATE_BRANCH=master [2020-09-14T12:56:44.267Z] TERM=xterm [2020-09-14T12:56:44.267Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T12:56:44.267Z] SHLVL=1 [2020-09-14T12:56:44.267Z] TIMEOUT=120m [2020-09-14T12:56:44.267Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T12:56:44.267Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T12:56:44.267Z] GO111MODULE=off [2020-09-14T12:56:44.267Z] DOCKER_EXPERIMENTAL=1 [2020-09-14T12:56:44.267Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-14T12:56:44.267Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T12:56:44.267Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T12:56:44.267Z] GOPATH=/go [2020-09-14T12:56:44.267Z] PKG_CONFIG=pkg-config [2020-09-14T12:56:44.267Z] _=/usr/bin/env [2020-09-14T12:56:44.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-14T12:56:45.260Z] #17 34.49 Unpacking bash-completion (1:2.8-6) ... [2020-09-14T12:56:45.327Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-09-14T12:56:45.327Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-552336e1\powershellScript.ps1'; exit $LASTEXITCODE; [2020-09-14T12:56:45.327Z] ---------------------------------------------------------------------------- [2020-09-14T12:56:45.327Z] [2020-09-14T12:56:45.327Z] INFO: executeCI.ps1 starting at Mon Sep 14 12:56:44 CUT 2020 [2020-09-14T12:56:45.327Z] [2020-09-14T12:56:45.327Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-09-14T12:56:45.327Z] INFO: Running git version 2.24.1.windows.2 [2020-09-14T12:56:45.327Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-09-14T12:56:45.327Z] INFO: Environment variables: [2020-09-14T12:56:45.327Z] [2020-09-14T12:56:45.327Z] Name Value [2020-09-14T12:56:45.327Z] ---- ----- [2020-09-14T12:56:45.327Z] ALLUSERSPROFILE C:\ProgramData [2020-09-14T12:56:45.327Z] amd64 true [2020-09-14T12:56:45.327Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-09-14T12:56:45.327Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-09-14T12:56:45.327Z] arm64 true [2020-09-14T12:56:45.327Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-09-14T12:56:45.327Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-09-14T12:56:45.327Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-09-14T12:56:45.327Z] BRANCH_NAME PR-41447 [2020-09-14T12:56:45.327Z] BUILD_DISPLAY_NAME #2 [2020-09-14T12:56:45.327Z] BUILD_ID 2 [2020-09-14T12:56:45.327Z] BUILD_NUMBER 2 [2020-09-14T12:56:45.327Z] BUILD_TAG jenkins-moby-PR-41447-2 [2020-09-14T12:56:45.327Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41447/2/ [2020-09-14T12:56:45.327Z] CHANGE_AUTHOR thaJeztah [2020-09-14T12:56:45.327Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-09-14T12:56:45.327Z] CHANGE_BRANCH daemon_errors [2020-09-14T12:56:45.327Z] CHANGE_FORK thaJeztah/docker [2020-09-14T12:56:45.327Z] CHANGE_ID 41447 [2020-09-14T12:56:45.327Z] CHANGE_TARGET master [2020-09-14T12:56:45.327Z] CHANGE_TITLE daemon/listeners: use pkg/errors [2020-09-14T12:56:45.327Z] CHANGE_URL https://github.com/moby/moby/pull/41447 [2020-09-14T12:56:45.327Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-14T12:56:45.327Z] CommonProgramFiles C:\Program Files\Common Files [2020-09-14T12:56:45.327Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-09-14T12:56:45.327Z] CommonProgramW6432 C:\Program Files\Common Files [2020-09-14T12:56:45.327Z] COMPUTERNAME azwin-2-7ade50 [2020-09-14T12:56:45.327Z] ComSpec C:\windows\system32\cmd.exe [2020-09-14T12:56:45.327Z] ConfigSequenceNumber 0 [2020-09-14T12:56:45.327Z] dco true [2020-09-14T12:56:45.327Z] DOCKER_BUILDKIT 0 [2020-09-14T12:56:45.327Z] DOCKER_DUT_DEBUG 1 [2020-09-14T12:56:45.327Z] DOCKER_EXPERIMENTAL 1 [2020-09-14T12:56:45.327Z] DOCKER_GRAPHDRIVER overlay2 [2020-09-14T12:56:45.327Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-09-14T12:56:45.327Z] EXECUTOR_NUMBER 0 [2020-09-14T12:56:45.327Z] FQDN azwin-2-7ade50.westus.cloudapp.azure.com [2020-09-14T12:56:45.327Z] GIT_BRANCH PR-41447 [2020-09-14T12:56:45.327Z] GIT_COMMIT 41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T12:56:45.327Z] GIT_URL https://github.com/moby/moby.git [2020-09-14T12:56:45.327Z] HUDSON_COOKIE f0c46a71-9b62-4a0e-b1ba-e48c670bd5af [2020-09-14T12:56:45.327Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-09-14T12:56:45.327Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-09-14T12:56:45.327Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-09-14T12:56:45.327Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-09-14T12:56:45.327Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-09-14T12:56:45.327Z] JENKINS_NODE_COOKIE 04b83b71-d2de-44b4-9dd0-cf8c5b009ea3 [2020-09-14T12:56:45.327Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-09-14T12:56:45.327Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-09-14T12:56:45.327Z] JOB_BASE_NAME PR-41447 [2020-09-14T12:56:45.327Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41447/display/redirect [2020-09-14T12:56:45.327Z] JOB_NAME moby/PR-41447 [2020-09-14T12:56:45.327Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41447/ [2020-09-14T12:56:45.327Z] library.jps.version master [2020-09-14T12:56:45.327Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-09-14T12:56:45.327Z] NODE_LABELS amd64 azure azwin-2-7ade50 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-09-14T12:56:45.327Z] NODE_NAME azwin-2-7ade50 [2020-09-14T12:56:45.327Z] NUMBER_OF_PROCESSORS 4 [2020-09-14T12:56:45.327Z] OS Windows_NT [2020-09-14T12:56:45.327Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-09-14T12:56:45.329Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-09-14T12:56:45.329Z] ppc64le true [2020-09-14T12:56:45.329Z] PROCESSOR_ARCHITECTURE AMD64 [2020-09-14T12:56:45.329Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-09-14T12:56:45.329Z] PROCESSOR_LEVEL 6 [2020-09-14T12:56:45.329Z] PROCESSOR_REVISION 5504 [2020-09-14T12:56:45.329Z] ProgramData C:\ProgramData [2020-09-14T12:56:45.329Z] ProgramFiles C:\Program Files [2020-09-14T12:56:45.329Z] ProgramFiles(x86) C:\Program Files (x86) [2020-09-14T12:56:45.329Z] ProgramW6432 C:\Program Files [2020-09-14T12:56:45.329Z] PROMPT $P$G [2020-09-14T12:56:45.329Z] PSExecutionPolicyPreference Bypass [2020-09-14T12:56:45.329Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-09-14T12:56:45.329Z] PUBLIC C:\Users\Public [2020-09-14T12:56:45.329Z] rootless true [2020-09-14T12:56:45.329Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41447/2/display/redirect?page=changes [2020-09-14T12:56:45.329Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41447/2/display/redirect [2020-09-14T12:56:45.329Z] s390x true [2020-09-14T12:56:45.329Z] SKIP_VALIDATION_TESTS 1 [2020-09-14T12:56:45.329Z] SOURCES_DRIVE d [2020-09-14T12:56:45.329Z] SOURCES_SUBDIR gopath [2020-09-14T12:56:45.329Z] STAGE_NAME Run tests [2020-09-14T12:56:45.329Z] SystemDrive C: [2020-09-14T12:56:45.329Z] SystemRoot C:\windows [2020-09-14T12:56:45.329Z] TEMP C:\windows\TEMP [2020-09-14T12:56:45.329Z] TESTDEBUG 0 [2020-09-14T12:56:45.329Z] TESTRUN_DRIVE d [2020-09-14T12:56:45.329Z] TESTRUN_SUBDIR CI [2020-09-14T12:56:45.329Z] TIMEOUT 120m [2020-09-14T12:56:45.329Z] TMP C:\windows\TEMP [2020-09-14T12:56:45.329Z] unit_validate true [2020-09-14T12:56:45.329Z] USERDOMAIN WORKGROUP [2020-09-14T12:56:45.329Z] USERNAME azwin-2-7ade50$ [2020-09-14T12:56:45.329Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-09-14T12:56:45.329Z] validate_force false [2020-09-14T12:56:45.329Z] windir C:\windows [2020-09-14T12:56:45.329Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-09-14T12:56:45.329Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-09-14T12:56:45.329Z] windowsRS1 false [2020-09-14T12:56:45.329Z] windowsRS5 true [2020-09-14T12:56:45.329Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-09-14T12:56:45.329Z] [2020-09-14T12:56:45.329Z] [2020-09-14T12:56:45.329Z] [2020-09-14T12:56:45.329Z] INFO: Sources under d:\gopath\... [2020-09-14T12:56:45.329Z] INFO: Test run under d:\CI\... [2020-09-14T12:56:45.329Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-09-14T12:56:45.329Z] INFO: docker/docker repository was found [2020-09-14T12:56:45.517Z] #17 34.81 Selecting previously unselected package bzip2. [2020-09-14T12:56:45.517Z] #17 34.81 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-14T12:56:45.517Z] #17 34.82 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-14T12:56:45.517Z] #17 34.88 Selecting previously unselected package xz-utils. [2020-09-14T12:56:45.517Z] #17 34.89 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-14T12:56:45.517Z] #17 34.89 Unpacking xz-utils (5.2.4-1) ... [2020-09-14T12:56:45.517Z] #17 35.06 Selecting previously unselected package apparmor. [2020-09-14T12:56:45.774Z] #17 35.07 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-14T12:56:45.774Z] #17 35.15 Unpacking apparmor (2.13.2-10) ... [2020-09-14T12:56:45.793Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-09-14T12:56:46.257Z] ltsc2019: Pulling from windows/servercore [2020-09-14T12:56:46.337Z] #17 35.51 Selecting previously unselected package aufs-tools. [2020-09-14T12:56:46.337Z] #17 35.51 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-14T12:56:46.337Z] #17 35.52 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-14T12:56:46.337Z] #17 35.65 Selecting previously unselected package libonig5:amd64. [2020-09-14T12:56:46.337Z] #17 35.66 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-14T12:56:46.337Z] #17 35.67 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-14T12:56:46.337Z] #17 35.79 Selecting previously unselected package libjq1:amd64. [2020-09-14T12:56:46.337Z] #17 35.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-14T12:56:46.337Z] #17 35.81 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-14T12:56:46.337Z] #17 35.90 Selecting previously unselected package jq. [2020-09-14T12:56:46.594Z] #17 35.91 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-14T12:56:46.594Z] #17 35.92 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-14T12:56:46.594Z] #17 36.03 Selecting previously unselected package libaio1:amd64. [2020-09-14T12:56:46.594Z] #17 36.04 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-14T12:56:46.594Z] #17 36.04 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-14T12:56:46.594Z] #17 36.09 Selecting previously unselected package libgpm2:amd64. [2020-09-14T12:56:46.594Z] #17 36.10 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-14T12:56:46.594Z] #17 36.11 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-14T12:56:46.594Z] #17 36.16 Selecting previously unselected package libicu63:amd64. [2020-09-14T12:56:46.721Z] 4612f6d0b889: Pulling fs layer [2020-09-14T12:56:46.721Z] c3aff4450246: Pulling fs layer [2020-09-14T12:56:46.845Z] #18 64.79 Setting up iptables (1.8.2-4) ... [2020-09-14T12:56:46.845Z] #18 64.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-14T12:56:46.845Z] #18 64.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-14T12:56:46.845Z] #18 64.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-14T12:56:46.845Z] #18 64.85 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-14T12:56:46.845Z] #18 64.86 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-14T12:56:46.845Z] #18 64.86 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-14T12:56:46.845Z] #18 64.89 Setting up python3 (3.7.3-1) ... [2020-09-14T12:56:46.850Z] #17 36.17 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-14T12:56:46.850Z] #17 36.18 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-14T12:56:47.493Z] #18 65.50 Setting up python3-wheel (0.32.3-2) ... [2020-09-14T12:56:48.548Z] #18 66.56 Setting up apparmor (2.13.2-10) ... [2020-09-14T12:56:48.846Z] #18 ... [2020-09-14T12:56:48.846Z] [2020-09-14T12:56:48.846Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:48.846Z] #40 105.8 CC criu/clone-noasan.o [2020-09-14T12:56:48.846Z] #40 106.0 CC criu/config.o [2020-09-14T12:56:48.846Z] #40 108.7 CC criu/cr-check.o [2020-09-14T12:56:48.846Z] #40 111.7 CC criu/cr-dedup.o [2020-09-14T12:56:48.846Z] #40 112.2 CC criu/cr-dump.o [2020-09-14T12:56:48.846Z] #40 115.3 CC criu/cr-errno.o [2020-09-14T12:56:48.846Z] #40 115.4 CC criu/cr-restore.o [2020-09-14T12:56:50.138Z] #17 39.51 Selecting previously unselected package libnet1:amd64. [2020-09-14T12:56:50.138Z] #17 39.52 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-14T12:56:50.138Z] #17 39.53 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-14T12:56:50.396Z] #17 39.64 Selecting previously unselected package libnl-3-200:amd64. [2020-09-14T12:56:50.396Z] #17 39.65 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-14T12:56:50.396Z] #17 39.65 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-14T12:56:50.396Z] #17 39.73 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-14T12:56:50.396Z] #17 39.73 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-14T12:56:50.396Z] #17 39.74 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-14T12:56:50.396Z] #17 39.80 Selecting previously unselected package libreadline5:amd64. [2020-09-14T12:56:50.396Z] #17 39.80 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-14T12:56:50.396Z] #17 39.81 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-14T12:56:50.657Z] #17 39.92 Selecting previously unselected package net-tools. [2020-09-14T12:56:50.657Z] #17 39.93 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-14T12:56:50.657Z] #17 39.94 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-14T12:56:50.657Z] #17 40.12 Selecting previously unselected package python-pip-whl. [2020-09-14T12:56:50.657Z] #17 40.13 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-14T12:56:50.917Z] #17 40.14 Unpacking python-pip-whl (18.1-5) ... [2020-09-14T12:56:50.917Z] #17 ... [2020-09-14T12:56:50.917Z] [2020-09-14T12:56:50.917Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:56:50.917Z] #39 84.50 CC criu/bfd.o [2020-09-14T12:56:50.917Z] #39 84.87 CC criu/bitmap.o [2020-09-14T12:56:50.917Z] #39 85.01 CC criu/cgroup-props.o [2020-09-14T12:56:50.917Z] #39 85.78 CC criu/cgroup.o [2020-09-14T12:56:50.917Z] #39 88.34 CC criu/clone-noasan.o [2020-09-14T12:56:50.917Z] #39 88.59 CC criu/config.o [2020-09-14T12:56:50.917Z] #39 89.95 CC criu/cr-check.o [2020-09-14T12:56:50.917Z] #39 91.37 CC criu/cr-dedup.o [2020-09-14T12:56:50.917Z] #39 91.81 CC criu/cr-dump.o [2020-09-14T12:56:50.917Z] #39 93.73 CC criu/cr-errno.o [2020-09-14T12:56:50.917Z] #39 93.78 CC criu/cr-restore.o [2020-09-14T12:56:50.967Z] #40 ... [2020-09-14T12:56:50.967Z] [2020-09-14T12:56:50.967Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:50.967Z] #18 68.79 Setting up xfsprogs (4.20.0-1) ... [2020-09-14T12:56:50.967Z] #18 68.79 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-14T12:56:51.174Z] #39 ... [2020-09-14T12:56:51.174Z] [2020-09-14T12:56:51.174Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:51.174Z] #17 40.68 Selecting previously unselected package python3-lib2to3. [2020-09-14T12:56:51.431Z] #17 40.69 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-14T12:56:51.431Z] #17 40.70 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-14T12:56:51.431Z] #17 40.80 Selecting previously unselected package python3-distutils. [2020-09-14T12:56:51.431Z] #17 40.81 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-14T12:56:51.431Z] #17 40.82 Unpacking python3-distutils (3.7.3-1) ... [2020-09-14T12:56:51.567Z] #18 69.35 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-14T12:56:51.688Z] #17 40.98 Selecting previously unselected package python3-pip. [2020-09-14T12:56:51.688Z] #17 40.98 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-14T12:56:51.688Z] #17 40.98 Unpacking python3-pip (18.1-5) ... [2020-09-14T12:56:51.688Z] #17 41.11 Selecting previously unselected package python3-pkg-resources. [2020-09-14T12:56:51.688Z] #17 41.11 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-14T12:56:51.688Z] #17 41.12 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-14T12:56:51.945Z] #17 41.23 Selecting previously unselected package python3-setuptools. [2020-09-14T12:56:51.945Z] #17 41.23 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-14T12:56:51.945Z] #17 41.24 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-14T12:56:52.202Z] #17 41.47 Selecting previously unselected package python3-wheel. [2020-09-14T12:56:52.202Z] #17 41.47 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-14T12:56:52.202Z] #17 41.48 Unpacking python3-wheel (0.32.3-2) ... [2020-09-14T12:56:52.202Z] #17 41.54 Selecting previously unselected package sudo. [2020-09-14T12:56:52.202Z] #17 41.55 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-14T12:56:52.202Z] #17 41.56 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-14T12:56:52.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-14T12:56:52.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-14T12:56:52.511Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:56:52.668Z] #18 70.46 Setting up python3-distutils (3.7.3-1) ... [2020-09-14T12:56:52.764Z] #17 42.05 Selecting previously unselected package thin-provisioning-tools. [2020-09-14T12:56:52.764Z] #17 42.07 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-14T12:56:52.764Z] #17 42.08 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-14T12:56:52.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-14T12:56:53.021Z] #17 42.33 Selecting previously unselected package uidmap. [2020-09-14T12:56:53.021Z] #17 42.35 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-14T12:56:53.021Z] #17 42.36 Unpacking uidmap (1:4.5-1.1) ... [2020-09-14T12:56:53.021Z] #17 42.50 Selecting previously unselected package vim-runtime. [2020-09-14T12:56:53.021Z] #17 42.50 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-14T12:56:53.265Z] #18 71.10 Setting up python3-setuptools (40.8.0-1) ... [2020-09-14T12:56:53.278Z] #17 42.54 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-14T12:56:53.278Z] #17 42.58 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-14T12:56:53.278Z] #17 42.59 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-14T12:56:53.447Z] [2020-09-14T12:56:53.447Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-09-14T12:56:53.567Z] #18 ... [2020-09-14T12:56:53.567Z] [2020-09-14T12:56:53.567Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:56:53.567Z] #42 177.3 github.com/LK4D4/vndr/godl [2020-09-14T12:56:53.567Z] #42 178.2 github.com/LK4D4/vndr [2020-09-14T12:56:53.706Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-09-14T12:56:53.706Z] Using test binary docker [2020-09-14T12:56:53.706Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-14T12:56:53.964Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T12:56:53.964Z] INFO: Waiting for daemon to start... [2020-09-14T12:56:53.964Z] Starting dockerd [2020-09-14T12:56:54.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-14T12:56:54.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-14T12:56:54.216Z] #42 DONE 188.0s [2020-09-14T12:56:54.216Z] [2020-09-14T12:56:54.216Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:56:55.287Z] #46 ... [2020-09-14T12:56:55.287Z] [2020-09-14T12:56:55.287Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:56:55.287Z] #18 73.13 Setting up python3-pip (18.1-5) ... [2020-09-14T12:56:55.344Z] c3aff4450246: Verifying Checksum [2020-09-14T12:56:55.344Z] c3aff4450246: Download complete [2020-09-14T12:56:55.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-14T12:56:55.863Z] . [2020-09-14T12:56:55.863Z] INFO: Building docker-sdk-python3:4.3.0... [2020-09-14T12:56:56.554Z] #17 45.46 Selecting previously unselected package vim. [2020-09-14T12:56:56.554Z] #17 45.47 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-14T12:56:56.554Z] #17 45.48 Unpacking vim (2:8.1.0875-5) ... [2020-09-14T12:56:56.811Z] #17 46.02 Selecting previously unselected package xfsprogs. [2020-09-14T12:56:56.811Z] #17 46.03 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-14T12:56:56.811Z] #17 46.04 Unpacking xfsprogs (4.20.0-1) ... [2020-09-14T12:56:56.829Z] #18 74.76 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:56:56.829Z] #18 74.80 Processing triggers for mime-support (3.62) ... [2020-09-14T12:56:57.068Z] #17 46.48 Selecting previously unselected package zip. [2020-09-14T12:56:57.068Z] #17 46.49 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-14T12:56:57.068Z] #17 46.49 Unpacking zip (3.0-11+b1) ... [2020-09-14T12:56:57.127Z] #18 DONE 75.0s [2020-09-14T12:56:57.127Z] [2020-09-14T12:56:57.127Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-14T12:56:57.324Z] #17 46.65 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-14T12:56:57.324Z] #17 46.67 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-14T12:56:57.324Z] #17 46.70 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-14T12:56:57.324Z] #17 46.72 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-14T12:56:57.324Z] #17 46.73 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-14T12:56:57.324Z] #17 46.74 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-14T12:56:57.324Z] #17 46.75 Setting up uidmap (1:4.5-1.1) ... [2020-09-14T12:56:57.324Z] #17 46.78 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-14T12:56:57.324Z] #17 46.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-14T12:56:57.324Z] #17 46.83 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-14T12:56:57.324Z] #17 46.86 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-14T12:56:57.324Z] #17 46.87 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-14T12:56:57.427Z] #19 0.358 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-14T12:56:57.427Z] #19 0.363 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-14T12:56:57.427Z] #19 0.366 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-14T12:56:57.427Z] #19 DONE 0.4s [2020-09-14T12:56:57.427Z] [2020-09-14T12:56:57.427Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:56:57.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-14T12:56:57.581Z] #17 46.88 Setting up xxd (2:8.1.0875-5) ... [2020-09-14T12:56:57.581Z] #17 46.89 Setting up zip (3.0-11+b1) ... [2020-09-14T12:56:57.581Z] #17 46.91 Setting up vim-common (2:8.1.0875-5) ... [2020-09-14T12:56:57.581Z] #17 46.93 Setting up bash-completion (1:2.8-6) ... [2020-09-14T12:56:58.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-14T12:56:59.114Z] 4612f6d0b889: Verifying Checksum [2020-09-14T12:56:59.114Z] 4612f6d0b889: Download complete [2020-09-14T12:56:59.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-14T12:57:00.117Z] #17 49.52 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-14T12:57:00.117Z] #17 49.53 Setting up xz-utils (5.2.4-1) ... [2020-09-14T12:57:00.117Z] #17 49.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-14T12:57:00.117Z] #17 49.56 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-14T12:57:00.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-14T12:57:00.374Z] #17 49.62 invoke-rc.d: could not determine current runlevel [2020-09-14T12:57:00.374Z] #17 49.63 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-14T12:57:00.374Z] #17 49.64 Setting up pigz (2.4-1) ... [2020-09-14T12:57:00.374Z] #17 49.66 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-14T12:57:00.374Z] #17 49.67 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-14T12:57:00.374Z] #17 49.71 Setting up python-pip-whl (18.1-5) ... [2020-09-14T12:57:00.374Z] #17 49.73 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-14T12:57:00.374Z] #17 49.74 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-14T12:57:00.631Z] #17 50.10 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-14T12:57:00.631Z] #17 50.11 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-14T12:57:00.631Z] #17 50.12 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-14T12:57:00.888Z] #17 50.14 Setting up vim (2:8.1.0875-5) ... [2020-09-14T12:57:00.888Z] #17 50.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-14T12:57:00.888Z] #17 50.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-14T12:57:00.888Z] #17 50.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-14T12:57:00.888Z] #17 50.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-14T12:57:00.888Z] #17 50.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-14T12:57:00.888Z] #17 50.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-14T12:57:00.888Z] #17 50.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-14T12:57:00.888Z] #17 50.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-14T12:57:00.888Z] #17 50.21 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-14T12:57:00.888Z] #17 50.22 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-14T12:57:00.888Z] #17 50.24 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-14T12:57:00.888Z] #17 50.26 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-14T12:57:00.888Z] #17 50.26 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-14T12:57:00.888Z] #17 50.28 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-14T12:57:01.022Z] #20 ... [2020-09-14T12:57:01.022Z] [2020-09-14T12:57:01.022Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-14T12:57:01.022Z] #29 DONE 194.2s [2020-09-14T12:57:01.022Z] [2020-09-14T12:57:01.022Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:01.022Z] #40 122.3 CC criu/cr-service.o [2020-09-14T12:57:01.022Z] #40 124.4 CC criu/crtools.o [2020-09-14T12:57:01.022Z] #40 125.2 CC criu/eventfd.o [2020-09-14T12:57:01.022Z] #40 125.6 CC criu/eventpoll.o [2020-09-14T12:57:01.022Z] #40 126.6 CC criu/external.o [2020-09-14T12:57:01.022Z] #40 127.0 CC criu/fault-injection.o [2020-09-14T12:57:01.022Z] #40 127.1 CC criu/fdstore.o [2020-09-14T12:57:01.022Z] #40 127.6 CC criu/fifo.o [2020-09-14T12:57:01.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-14T12:57:01.677Z] #40 128.6 CC criu/file-ids.o [2020-09-14T12:57:02.329Z] #40 129.1 CC criu/file-lock.o [2020-09-14T12:57:02.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-14T12:57:02.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-14T12:57:03.398Z] #40 ... [2020-09-14T12:57:03.399Z] [2020-09-14T12:57:03.399Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:57:03.399Z] #20 5.665 Collecting yamllint==1.16.0 [2020-09-14T12:57:03.399Z] #20 5.991 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-14T12:57:03.409Z] #17 52.87 Setting up iptables (1.8.2-4) ... [2020-09-14T12:57:03.409Z] #17 52.89 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-14T12:57:03.409Z] #17 52.89 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-14T12:57:03.409Z] #17 52.91 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-14T12:57:03.665Z] #17 52.91 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-14T12:57:03.665Z] #17 52.92 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-14T12:57:03.665Z] #17 52.92 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-14T12:57:03.665Z] #17 52.93 Setting up python3 (3.7.3-1) ... [2020-09-14T12:57:03.697Z] #20 6.154 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-14T12:57:03.697Z] #20 6.234 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-14T12:57:03.697Z] #20 6.304 Collecting pyyaml (from yamllint==1.16.0) [2020-09-14T12:57:03.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-14T12:57:03.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-14T12:57:03.997Z] #20 6.586 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-14T12:57:04.229Z] #17 53.40 Setting up python3-wheel (0.32.3-2) ... [2020-09-14T12:57:04.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-14T12:57:04.485Z] #17 ... [2020-09-14T12:57:04.485Z] [2020-09-14T12:57:04.485Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:04.485Z] #39 98.07 CC criu/cr-service.o [2020-09-14T12:57:04.485Z] #39 99.57 CC criu/crtools.o [2020-09-14T12:57:04.485Z] #39 100.1 CC criu/eventfd.o [2020-09-14T12:57:04.485Z] #39 100.5 CC criu/eventpoll.o [2020-09-14T12:57:04.485Z] #39 101.3 CC criu/external.o [2020-09-14T12:57:04.485Z] #39 101.6 CC criu/fault-injection.o [2020-09-14T12:57:04.485Z] #39 101.7 CC criu/fdstore.o [2020-09-14T12:57:04.485Z] #39 102.1 CC criu/fifo.o [2020-09-14T12:57:04.485Z] #39 102.6 CC criu/file-ids.o [2020-09-14T12:57:04.485Z] #39 102.9 CC criu/file-lock.o [2020-09-14T12:57:04.485Z] #39 103.7 CC criu/files-ext.o [2020-09-14T12:57:04.485Z] #39 104.1 CC criu/files-reg.o [2020-09-14T12:57:04.485Z] #39 106.2 CC criu/files.o [2020-09-14T12:57:04.485Z] #39 108.1 CC criu/filesystems.o [2020-09-14T12:57:04.742Z] #39 ... [2020-09-14T12:57:04.742Z] [2020-09-14T12:57:04.742Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:57:04.742Z] #17 54.18 Setting up apparmor (2.13.2-10) ... [2020-09-14T12:57:04.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-14T12:57:04.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-14T12:57:04.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-14T12:57:04.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-14T12:57:05.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-14T12:57:05.537Z] #20 8.177 Building wheels for collected packages: pyyaml [2020-09-14T12:57:05.537Z] #20 8.180 Running setup.py bdist_wheel for pyyaml: started [2020-09-14T12:57:05.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-14T12:57:06.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-14T12:57:06.536Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T12:57:06.536Z] Using test binary docker [2020-09-14T12:57:06.536Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-14T12:57:06.536Z] +++ /etc/init.d/apparmor start [2020-09-14T12:57:06.537Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T12:57:06.537Z] INFO: Waiting for daemon to start... [2020-09-14T12:57:06.537Z] Starting dockerd [2020-09-14T12:57:06.537Z] +++ 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-14T12:57:06.636Z] #17 56.07 Setting up xfsprogs (4.20.0-1) ... [2020-09-14T12:57:06.636Z] #17 56.08 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-14T12:57:07.089Z] #20 9.412 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-14T12:57:07.089Z] #20 9.413 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-14T12:57:07.089Z] #20 9.507 Successfully built pyyaml [2020-09-14T12:57:07.089Z] #20 9.528 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-14T12:57:07.199Z] #17 56.41 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-14T12:57:07.389Z] #20 9.922 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-14T12:57:07.691Z] #20 DONE 10.1s [2020-09-14T12:57:07.691Z] [2020-09-14T12:57:07.691Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:07.691Z] #40 130.4 CC criu/files-ext.o [2020-09-14T12:57:07.691Z] #40 130.7 CC criu/files-reg.o [2020-09-14T12:57:07.691Z] #40 133.0 CC criu/files.o [2020-09-14T12:57:07.801Z] #17 57.18 Setting up python3-distutils (3.7.3-1) ... [2020-09-14T12:57:08.345Z] #40 135.5 CC criu/filesystems.o [2020-09-14T12:57:08.394Z] #17 57.76 Setting up python3-setuptools (40.8.0-1) ... [2020-09-14T12:57:08.625Z] . [2020-09-14T12:57:08.625Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T12:57:08.625Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T12:57:08.625Z] Error: No such image: emptyfs [2020-09-14T12:57:08.625Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-14T12:57:08.625Z] ++++ docker load [2020-09-14T12:57:08.625Z] Running integration-test (iteration 1) [2020-09-14T12:57:08.625Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-09-14T12:57:08.625Z] ++ 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-14T12:57:08.625Z] ++ set -e [2020-09-14T12:57:08.625Z] ++ '[' -n 0 ']' [2020-09-14T12:57:08.625Z] ++ set -x [2020-09-14T12:57:08.625Z] ++ env -i DEST=/go/src/github.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-14T12:57:09.461Z] #40 136.5 CC criu/fsnotify.o [2020-09-14T12:57:09.796Z] #17 58.96 Setting up python3-pip (18.1-5) ... [2020-09-14T12:57:10.359Z] #17 ... [2020-09-14T12:57:10.359Z] [2020-09-14T12:57:10.359Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:57:10.359Z] #36 183.6 + dpkg --print-architecture [2020-09-14T12:57:10.359Z] #36 183.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-14T12:57:11.005Z] #40 137.7 CC criu/image-desc.o [2020-09-14T12:57:11.005Z] #40 137.8 CC criu/image.o [2020-09-14T12:57:11.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-14T12:57:11.288Z] #36 184.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-14T12:57:11.288Z] #36 184.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-14T12:57:11.288Z] #36 ... [2020-09-14T12:57:11.288Z] [2020-09-14T12:57:11.288Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-14T12:57:11.288Z] #17 59.87 Processing triggers for libc-bin (2.28-10) ... [2020-09-14T12:57:11.288Z] #17 59.89 Processing triggers for mime-support (3.62) ... [2020-09-14T12:57:11.288Z] #17 DONE 60.7s [2020-09-14T12:57:11.544Z] [2020-09-14T12:57:11.544Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-14T12:57:11.651Z] #40 138.7 CC criu/ipc_ns.o [2020-09-14T12:57:12.472Z] #18 0.929 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-14T12:57:12.472Z] #18 0.933 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-14T12:57:12.472Z] #18 0.936 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-14T12:57:12.472Z] #18 DONE 1.0s [2020-09-14T12:57:12.472Z] [2020-09-14T12:57:12.472Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:12.472Z] #39 108.6 CC criu/fsnotify.o [2020-09-14T12:57:12.472Z] #39 109.8 CC criu/image-desc.o [2020-09-14T12:57:12.472Z] #39 109.9 CC criu/image.o [2020-09-14T12:57:12.472Z] #39 110.6 CC criu/ipc_ns.o [2020-09-14T12:57:12.472Z] #39 111.6 CC criu/irmap.o [2020-09-14T12:57:12.472Z] #39 112.3 CC criu/kcmp-ids.o [2020-09-14T12:57:12.472Z] #39 112.6 CC criu/kerndat.o [2020-09-14T12:57:12.472Z] #39 113.5 CC criu/libnetlink.o [2020-09-14T12:57:12.472Z] #39 113.9 CC criu/log.o [2020-09-14T12:57:12.472Z] #39 114.3 CC criu/lsm.o [2020-09-14T12:57:12.472Z] #39 114.6 CC criu/mem.o [2020-09-14T12:57:12.472Z] #39 ... [2020-09-14T12:57:12.472Z] [2020-09-14T12:57:12.472Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:57:12.730Z] #40 139.9 CC criu/irmap.o [2020-09-14T12:57:13.788Z] #40 140.5 CC criu/kcmp-ids.o [2020-09-14T12:57:13.788Z] #40 140.8 CC criu/kerndat.o [2020-09-14T12:57:15.331Z] #40 142.2 CC criu/libnetlink.o [2020-09-14T12:57:15.632Z] #40 142.6 CC criu/log.o [2020-09-14T12:57:15.935Z] #40 143.2 CC criu/lsm.o [2020-09-14T12:57:16.585Z] #40 143.8 CC criu/mem.o [2020-09-14T12:57:17.096Z] Loaded image: buildpack-deps:buster [2020-09-14T12:57:17.096Z] Loaded image: busybox:latest [2020-09-14T12:57:17.096Z] Loaded image: busybox:glibc [2020-09-14T12:57:17.096Z] Loaded image: debian:buster [2020-09-14T12:57:17.096Z] Loaded image: hello-world:latest [2020-09-14T12:57:17.096Z] INFO: Testing against a local daemon [2020-09-14T12:57:17.096Z] === RUN TestCgroupNamespacesBuild [2020-09-14T12:57:17.853Z] #19 5.021 Collecting yamllint==1.16.0 [2020-09-14T12:57:17.853Z] #19 ... [2020-09-14T12:57:17.853Z] [2020-09-14T12:57:17.853Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:57:17.853Z] #45 189.5 + cd /tmp/tmp.UzpzXmagls/src/github.com/golangci/golangci-lint/ [2020-09-14T12:57:17.853Z] #45 189.5 + git checkout -q v1.23.8 [2020-09-14T12:57:17.853Z] #45 190.3 ++ git describe --tags [2020-09-14T12:57:17.853Z] #45 190.3 + version=v1.23.8 [2020-09-14T12:57:17.853Z] #45 190.3 ++ git rev-parse --short HEAD [2020-09-14T12:57:17.853Z] #45 190.3 + commit=76a82c6 [2020-09-14T12:57:17.853Z] #45 190.3 ++ git show -s --format=%cd [2020-09-14T12:57:17.853Z] #45 190.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-14T12:57:17.853Z] #45 190.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-14T12:57:18.698Z] #40 145.7 CC criu/memfd.o [2020-09-14T12:57:19.313Z] --- PASS: TestCgroupNamespacesBuild (1.99s) [2020-09-14T12:57:19.313Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-14T12:57:19.356Z] #40 146.4 CC criu/mount.o [2020-09-14T12:57:20.815Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.75s) [2020-09-14T12:57:20.815Z] === RUN TestBuildWithSession [2020-09-14T12:57:20.815Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-14T12:57:20.815Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T12:57:20.815Z] === RUN TestBuildSquashParent [2020-09-14T12:57:21.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-14T12:57:23.099Z] #45 ... [2020-09-14T12:57:23.099Z] [2020-09-14T12:57:23.099Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:57:23.099Z] #19 10.42 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-14T12:57:23.099Z] #19 10.51 Collecting pyyaml (from yamllint==1.16.0) [2020-09-14T12:57:23.099Z] #19 10.64 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-14T12:57:23.099Z] #19 ... [2020-09-14T12:57:23.099Z] [2020-09-14T12:57:23.099Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:23.099Z] #39 116.8 CC criu/memfd.o [2020-09-14T12:57:23.099Z] #39 117.6 CC criu/mount.o [2020-09-14T12:57:23.099Z] #39 121.5 CC criu/namespaces.o [2020-09-14T12:57:23.099Z] #39 122.9 CC criu/net.o [2020-09-14T12:57:23.099Z] #39 125.7 CC criu/netfilter.o [2020-09-14T12:57:23.099Z] #39 126.0 CC criu/page-pipe.o [2020-09-14T12:57:23.099Z] #39 126.7 CC criu/page-xfer.o [2020-09-14T12:57:23.897Z] #40 150.5 CC criu/namespaces.o [2020-09-14T12:57:24.465Z] #39 ... [2020-09-14T12:57:24.465Z] [2020-09-14T12:57:24.465Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-14T12:57:24.465Z] #19 11.92 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-14T12:57:24.465Z] #19 11.96 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-14T12:57:24.465Z] #19 12.01 Building wheels for collected packages: pyyaml [2020-09-14T12:57:24.465Z] #19 12.02 Running setup.py bdist_wheel for pyyaml: started [2020-09-14T12:57:24.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-14T12:57:25.393Z] #19 13.03 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-14T12:57:25.393Z] #19 13.03 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-14T12:57:25.393Z] #19 13.10 Successfully built pyyaml [2020-09-14T12:57:25.393Z] #19 13.12 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-14T12:57:25.435Z] #40 152.5 CC criu/net.o [2020-09-14T12:57:25.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-14T12:57:25.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-14T12:57:25.955Z] #19 13.44 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-14T12:57:26.213Z] #19 DONE 13.9s [2020-09-14T12:57:26.213Z] [2020-09-14T12:57:26.213Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-14T12:57:26.469Z] #22 DONE 0.2s [2020-09-14T12:57:26.469Z] [2020-09-14T12:57:26.469Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:26.469Z] #39 128.5 CC criu/pagemap-cache.o [2020-09-14T12:57:26.469Z] #39 129.0 CC criu/pagemap.o [2020-09-14T12:57:26.469Z] #39 130.2 CC criu/parasite-syscall.o [2020-09-14T12:57:27.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-14T12:57:27.703Z] --- PASS: TestBuildSquashParent (6.93s) [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:57:27.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:57:27.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:57:27.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:57:27.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:57:27.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:57:27.703Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:57:27.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:57:27.703Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:57:27.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:57:27.835Z] #39 131.2 CC criu/path.o [2020-09-14T12:57:27.835Z] #39 131.5 CC criu/pie-util-vdso-elf32.o [2020-09-14T12:57:28.092Z] #39 131.9 CC criu/pie-util-vdso.o [2020-09-14T12:57:28.655Z] #39 132.2 CC criu/pie-util.o [2020-09-14T12:57:28.912Z] #39 132.4 CC criu/pipes.o [2020-09-14T12:57:29.022Z] #40 156.1 CC criu/netfilter.o [2020-09-14T12:57:29.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-14T12:57:29.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-14T12:57:29.319Z] #40 156.5 CC criu/page-pipe.o [2020-09-14T12:57:29.475Z] #39 ... [2020-09-14T12:57:29.475Z] [2020-09-14T12:57:29.475Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-14T12:57:29.475Z] #26 DONE 3.1s [2020-09-14T12:57:29.475Z] [2020-09-14T12:57:29.475Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:29.475Z] #39 133.1 CC criu/plugin.o [2020-09-14T12:57:29.735Z] #39 ... [2020-09-14T12:57:29.735Z] [2020-09-14T12:57:29.735Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-14T12:57:29.735Z] #29 DONE 0.3s [2020-09-14T12:57:29.735Z] [2020-09-14T12:57:29.735Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:29.735Z] #39 133.4 CC criu/proc_parse.o [2020-09-14T12:57:29.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-14T12:57:29.992Z] #39 ... [2020-09-14T12:57:29.992Z] [2020-09-14T12:57:29.992Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-14T12:57:29.992Z] #31 DONE 0.1s [2020-09-14T12:57:29.992Z] [2020-09-14T12:57:29.992Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-14T12:57:29.992Z] #34 DONE 0.0s [2020-09-14T12:57:29.992Z] [2020-09-14T12:57:29.992Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:57:30.371Z] #40 157.3 CC criu/page-xfer.o [2020-09-14T12:57:30.432Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:57:30.432Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:57:30.921Z] #52 ... [2020-09-14T12:57:30.921Z] [2020-09-14T12:57:30.921Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:57:30.921Z] #49 86.85 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-14T12:57:31.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-14T12:57:31.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-14T12:57:31.909Z] #40 159.1 CC criu/pagemap-cache.o [2020-09-14T12:57:32.555Z] #40 159.6 CC criu/pagemap.o [2020-09-14T12:57:32.812Z] #49 88.88 + mkdir -p /build [2020-09-14T12:57:33.069Z] #49 88.89 + cp runc /build/runc [2020-09-14T12:57:33.167Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:57:33.167Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:57:33.325Z] #49 DONE 89.3s [2020-09-14T12:57:33.325Z] [2020-09-14T12:57:33.325Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:33.325Z] #39 136.0 CC criu/protobuf-desc.o [2020-09-14T12:57:33.325Z] #39 136.9 CC criu/protobuf.o [2020-09-14T12:57:33.613Z] #40 160.8 CC criu/parasite-syscall.o [2020-09-14T12:57:33.892Z] #39 137.4 CC criu/pstree.o [2020-09-14T12:57:34.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-14T12:57:35.164Z] #40 161.8 CC criu/path.o [2020-09-14T12:57:35.165Z] #40 162.1 CC criu/pie-util-vdso.o [2020-09-14T12:57:35.263Z] #39 138.9 CC criu/rbtree.o [2020-09-14T12:57:35.519Z] #39 139.2 CC criu/rst-malloc.o [2020-09-14T12:57:35.775Z] #39 139.4 CC criu/seccomp.o [2020-09-14T12:57:35.811Z] #40 162.6 CC criu/pie-util.o [2020-09-14T12:57:35.811Z] #40 162.9 CC criu/pipes.o [2020-09-14T12:57:35.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.55s) [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.63s) [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.43s) [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.37s) [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.59s) [2020-09-14T12:57:35.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.64s) [2020-09-14T12:57:35.891Z] === RUN TestBuildMultiStageCopy [2020-09-14T12:57:35.891Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-14T12:57:36.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-14T12:57:36.338Z] #39 140.0 CC criu/seize.o [2020-09-14T12:57:36.867Z] #40 163.8 CC criu/plugin.o [2020-09-14T12:57:37.167Z] #40 164.3 CC criu/proc_parse.o [2020-09-14T12:57:37.268Z] #39 140.8 CC criu/servicefd.o [2020-09-14T12:57:37.529Z] #39 ... [2020-09-14T12:57:37.529Z] [2020-09-14T12:57:37.529Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:57:37.529Z] #36 DONE 210.9s [2020-09-14T12:57:37.529Z] [2020-09-14T12:57:37.529Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:37.529Z] #39 141.1 CC criu/shmem.o [2020-09-14T12:57:37.957Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-14T12:57:38.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-14T12:57:38.589Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-14T12:57:38.897Z] #39 142.2 CC criu/sigframe.o [2020-09-14T12:57:38.897Z] #39 142.3 CC criu/signalfd.o [2020-09-14T12:57:38.897Z] #39 142.5 CC criu/sk-inet.o [2020-09-14T12:57:39.154Z] #39 ... [2020-09-14T12:57:39.154Z] [2020-09-14T12:57:39.154Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-14T12:57:39.154Z] #37 DONE 0.5s [2020-09-14T12:57:39.154Z] [2020-09-14T12:57:39.154Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:39.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-14T12:57:39.220Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-14T12:57:39.717Z] #39 143.2 CC criu/sk-netlink.o [2020-09-14T12:57:39.717Z] #39 143.5 CC criu/sk-packet.o [2020-09-14T12:57:39.850Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-14T12:57:39.951Z] #40 ... [2020-09-14T12:57:39.951Z] [2020-09-14T12:57:39.951Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:57:39.951Z] #37 233.1 + dpkg --print-architecture [2020-09-14T12:57:39.951Z] #37 233.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-14T12:57:39.951Z] #37 233.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-14T12:57:39.951Z] #37 233.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-14T12:57:40.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-14T12:57:40.280Z] #39 143.9 CC criu/sk-queue.o [2020-09-14T12:57:40.493Z] --- PASS: TestBuildMultiStageCopy (4.96s) [2020-09-14T12:57:40.493Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s) [2020-09-14T12:57:40.493Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2020-09-14T12:57:40.493Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2020-09-14T12:57:40.493Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-09-14T12:57:40.493Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2020-09-14T12:57:40.493Z] === RUN TestBuildMultiStageParentConfig [2020-09-14T12:57:40.536Z] #39 144.2 CC criu/sk-tcp.o [2020-09-14T12:57:40.793Z] #39 144.4 CC criu/sk-unix.o [2020-09-14T12:57:41.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-14T12:57:41.996Z] --- PASS: TestBuildMultiStageParentConfig (1.56s) [2020-09-14T12:57:41.996Z] === RUN TestBuildLabelWithTargets [2020-09-14T12:57:42.161Z] #39 145.5 CC criu/sockets.o [2020-09-14T12:57:42.417Z] #39 146.0 CC criu/stats.o [2020-09-14T12:57:42.417Z] #39 146.2 CC criu/string.o [2020-09-14T12:57:42.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-14T12:57:42.598Z] sha256:4858baf62374b81c800763710162ea437b060f30e60d95bf965d51fe9dfef7f9 [2020-09-14T12:57:42.598Z] INFO: Starting docker-py tests... [2020-09-14T12:57:42.598Z] ============================= test session starts ============================== [2020-09-14T12:57:42.598Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-09-14T12:57:42.598Z] rootdir: /src, inifile: pytest.ini [2020-09-14T12:57:42.598Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-09-14T12:57:42.598Z] collected 389 items / 1 deselected / 388 selected [2020-09-14T12:57:42.598Z] [2020-09-14T12:57:42.674Z] #39 146.2 CC criu/sysctl.o [2020-09-14T12:57:42.931Z] #39 146.6 CC criu/sysfs_parse.o [2020-09-14T12:57:43.187Z] #39 146.9 CC criu/timens.o [2020-09-14T12:57:43.445Z] #39 147.1 CC criu/timerfd.o [2020-09-14T12:57:43.541Z] #37 ... [2020-09-14T12:57:43.541Z] [2020-09-14T12:57:43.541Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-14T12:57:43.541Z] #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-14T12:57:43.541Z] #50 123.6 + mkdir -p /build [2020-09-14T12:57:43.541Z] #50 123.6 + cp runc /build/runc [2020-09-14T12:57:43.541Z] #50 DONE 123.8s [2020-09-14T12:57:43.541Z] [2020-09-14T12:57:43.541Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:57:43.541Z] #46 235.6 + cd /tmp/tmp.Vi7FGDESY9/src/github.com/golangci/golangci-lint/ [2020-09-14T12:57:43.541Z] #46 235.6 + git checkout -q v1.23.8 [2020-09-14T12:57:43.541Z] #46 236.6 ++ git describe --tags [2020-09-14T12:57:43.541Z] #46 236.6 + version=v1.23.8 [2020-09-14T12:57:43.541Z] #46 236.6 ++ git rev-parse --short HEAD [2020-09-14T12:57:43.541Z] #46 236.6 + commit=76a82c6 [2020-09-14T12:57:43.541Z] #46 236.6 ++ git show -s --format=%cd [2020-09-14T12:57:43.541Z] #46 236.6 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-14T12:57:43.541Z] #46 236.6 + 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-14T12:57:43.703Z] #39 147.3 CC criu/tty.o [2020-09-14T12:57:44.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-14T12:57:44.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-14T12:57:44.720Z] --- PASS: TestBuildLabelWithTargets (2.38s) [2020-09-14T12:57:44.720Z] === RUN TestBuildWithEmptyLayers [2020-09-14T12:57:45.071Z] #39 148.4 CC criu/tun.o [2020-09-14T12:57:45.071Z] #39 148.8 CC criu/uffd.o [2020-09-14T12:57:45.351Z] --- PASS: TestBuildWithEmptyLayers (0.99s) [2020-09-14T12:57:45.351Z] === RUN TestBuildMultiStageOnBuild [2020-09-14T12:57:45.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-14T12:57:46.000Z] #39 149.5 CC criu/util.o [2020-09-14T12:57:46.564Z] #39 150.2 CC criu/uts_ns.o [2020-09-14T12:57:46.820Z] #39 150.3 CC criu/vdso-compat.o [2020-09-14T12:57:46.820Z] #39 150.5 CC criu/vdso.o [2020-09-14T12:57:47.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-14T12:57:47.384Z] #39 150.9 LINK criu/built-in.o [2020-09-14T12:57:47.384Z] #39 151.0 LINK criu/criu [2020-09-14T12:57:47.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-14T12:57:47.640Z] #39 151.3 DEP lib/c/criu.d [2020-09-14T12:57:47.910Z] #39 151.3 CC images/rpc.pb-c.o [2020-09-14T12:57:48.166Z] #39 151.8 CC lib/c/criu.o [2020-09-14T12:57:48.552Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T12:57:48.552Z] Using test binary docker [2020-09-14T12:57:48.730Z] #39 152.5 LINK lib/c/built-in.o [2020-09-14T12:57:48.812Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-14T12:57:48.812Z] +++ /etc/init.d/apparmor start [2020-09-14T12:57:48.812Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T12:57:48.812Z] INFO: Waiting for daemon to start... [2020-09-14T12:57:48.812Z] Starting dockerd [2020-09-14T12:57:48.812Z] +++ 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-14T12:57:48.858Z] --- PASS: TestBuildMultiStageOnBuild (2.92s) [2020-09-14T12:57:48.858Z] === RUN TestBuildUncleanTarFilenames [2020-09-14T12:57:48.987Z] #39 152.5 LINK lib/c/libcriu.so [2020-09-14T12:57:48.987Z] #39 152.5 LINK lib/c/libcriu.a [2020-09-14T12:57:48.987Z] #39 152.6 GEN magic.py [2020-09-14T12:57:49.243Z] #39 152.7 Note: Building without setproctitle() and strlcpy() support. [2020-09-14T12:57:49.243Z] #39 152.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-14T12:57:49.243Z] #39 152.7 Note: Building without GnuTLS support [2020-09-14T12:57:49.243Z] #39 152.7 Makefile.config:39: Warn: you have no libnftables installed [2020-09-14T12:57:49.243Z] #39 152.7 Makefile.config:40: Warn: Building without nftables support [2020-09-14T12:57:49.491Z] --- PASS: TestBuildUncleanTarFilenames (1.31s) [2020-09-14T12:57:49.491Z] === RUN TestBuildMultiStageLayerLeak [2020-09-14T12:57:49.805Z] #39 153.4 fatal: not a git repository (or any of the parent directories): .git [2020-09-14T12:57:50.373Z] #39 153.9 make[1]: Nothing to be done for 'all'. [2020-09-14T12:57:50.517Z] #46 ... [2020-09-14T12:57:50.517Z] [2020-09-14T12:57:50.517Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:57:50.517Z] #40 168.7 CC criu/protobuf-desc.o [2020-09-14T12:57:50.517Z] #40 170.0 CC criu/protobuf.o [2020-09-14T12:57:50.517Z] #40 170.6 CC criu/pstree.o [2020-09-14T12:57:50.517Z] #40 172.4 CC criu/rbtree.o [2020-09-14T12:57:50.517Z] #40 172.7 CC criu/rst-malloc.o [2020-09-14T12:57:50.517Z] #40 173.1 CC criu/seccomp.o [2020-09-14T12:57:50.517Z] #40 173.8 CC criu/seize.o [2020-09-14T12:57:50.517Z] #40 175.0 CC criu/servicefd.o [2020-09-14T12:57:50.517Z] #40 175.6 CC criu/shmem.o [2020-09-14T12:57:50.517Z] #40 176.9 CC criu/sigframe.o [2020-09-14T12:57:50.517Z] #40 177.1 CC criu/signalfd.o [2020-09-14T12:57:50.517Z] #40 177.4 CC criu/sk-inet.o [2020-09-14T12:57:50.629Z] #39 154.4 make[1]: 'images/built-in.o' is up to date. [2020-09-14T12:57:50.629Z] #39 154.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-14T12:57:50.723Z] . [2020-09-14T12:57:50.723Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T12:57:50.885Z] #39 154.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-14T12:57:50.885Z] #39 154.5 make[1]: 'compel/libcompel.a' is up to date. [2020-09-14T12:57:50.885Z] #39 154.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-14T12:57:50.885Z] #39 154.5 make[1]: Nothing to be done for 'all'. [2020-09-14T12:57:50.885Z] #39 154.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-14T12:57:50.885Z] #39 154.6 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:50.984Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T12:57:50.984Z] Error: No such image: emptyfs [2020-09-14T12:57:50.984Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-14T12:57:50.984Z] ++++ docker load [2020-09-14T12:57:51.142Z] #39 154.6 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.142Z] #39 154.7 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.142Z] #39 154.7 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.142Z] #39 154.8 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.142Z] #39 154.8 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.142Z] #39 154.8 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.142Z] #39 154.9 make[2]: Nothing to be done for 'all'. [2020-09-14T12:57:51.245Z] Running integration-test (iteration 1) [2020-09-14T12:57:51.245Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-09-14T12:57:51.245Z] ++ 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-14T12:57:51.245Z] ++ set -e [2020-09-14T12:57:51.245Z] ++ '[' -n 0 ']' [2020-09-14T12:57:51.245Z] ++ set -x [2020-09-14T12:57:51.245Z] ++ env -i DEST=/go/src/github.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-14T12:57:51.401Z] #39 154.9 INSTALL criu/criu [2020-09-14T12:57:51.576Z] #40 178.6 CC criu/sk-netlink.o [2020-09-14T12:57:51.660Z] #39 DONE 155.2s [2020-09-14T12:57:51.660Z] [2020-09-14T12:57:51.660Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:57:51.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-14T12:57:51.878Z] #40 179.0 CC criu/sk-packet.o [2020-09-14T12:57:52.551Z] #40 179.7 CC criu/sk-queue.o [2020-09-14T12:57:52.600Z] #45 ... [2020-09-14T12:57:52.600Z] [2020-09-14T12:57:52.600Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-14T12:57:52.600Z] #40 DONE 0.0s [2020-09-14T12:57:52.600Z] [2020-09-14T12:57:52.600Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-14T12:57:52.856Z] #42 DONE 0.2s [2020-09-14T12:57:52.856Z] [2020-09-14T12:57:52.856Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-14T12:57:52.856Z] #44 DONE 0.0s [2020-09-14T12:57:52.856Z] [2020-09-14T12:57:52.856Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:57:53.000Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s) [2020-09-14T12:57:53.000Z] === RUN TestBuildWithHugeFile [2020-09-14T12:57:53.205Z] #40 180.2 CC criu/sk-tcp.o [2020-09-14T12:57:53.861Z] #40 180.9 CC criu/sk-unix.o [2020-09-14T12:57:54.454Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-09-14T12:57:54.714Z] tests/integration/api_client_test.py ..... [ 7%] [2020-09-14T12:57:55.291Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T12:57:55.291Z] Using test binary docker [2020-09-14T12:57:55.291Z] +++ /etc/init.d/apparmor start [2020-09-14T12:57:55.291Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T12:57:55.291Z] Starting dockerd [2020-09-14T12:57:55.291Z] INFO: Waiting for daemon to start... [2020-09-14T12:57:55.291Z] +++ 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-14T12:57:55.978Z] #40 183.1 CC criu/sockets.o [2020-09-14T12:57:56.739Z] tests/integration/api_config_test.py ..... [ 8%] [2020-09-14T12:57:57.041Z] #40 184.1 CC criu/stats.o [2020-09-14T12:57:57.692Z] #40 184.7 CC criu/string.o [2020-09-14T12:57:57.692Z] #40 184.8 CC criu/sysctl.o [2020-09-14T12:57:57.849Z] . [2020-09-14T12:57:57.849Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T12:57:57.849Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T12:57:57.849Z] Error: No such image: emptyfs [2020-09-14T12:57:57.849Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-14T12:57:57.849Z] ++++ docker load [2020-09-14T12:57:58.105Z] Running integration-test (iteration 1) [2020-09-14T12:57:58.105Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-14T12:57:58.105Z] ++ 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-14T12:57:58.105Z] ++ set -e [2020-09-14T12:57:58.105Z] ++ '[' -n 0 ']' [2020-09-14T12:57:58.105Z] ++ set -x [2020-09-14T12:57:58.105Z] ++ env -i DEST=/go/src/github.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-14T12:57:58.347Z] #40 185.5 CC criu/sysfs_parse.o [2020-09-14T12:57:59.020Z] #40 186.0 CC criu/timens.o [2020-09-14T12:57:59.321Z] #40 186.5 CC criu/timerfd.o [2020-09-14T12:57:59.401Z] #52 187.6 + bin/containerd [2020-09-14T12:57:59.974Z] #40 186.9 CC criu/tty.o [2020-09-14T12:58:02.778Z] #40 189.4 CC criu/tun.o [2020-09-14T12:58:03.080Z] #40 190.0 CC criu/uffd.o [2020-09-14T12:58:03.478Z] Loaded image: buildpack-deps:buster [2020-09-14T12:58:03.478Z] Loaded image: busybox:latest [2020-09-14T12:58:03.478Z] Loaded image: busybox:glibc [2020-09-14T12:58:03.478Z] Loaded image: debian:buster [2020-09-14T12:58:03.478Z] Loaded image: hello-world:latest [2020-09-14T12:58:03.478Z] INFO: Testing against a local daemon [2020-09-14T12:58:03.478Z] === RUN TestCgroupNamespacesBuild [2020-09-14T12:58:04.621Z] #40 191.7 CC criu/util.o [2020-09-14T12:58:05.390Z] --- PASS: TestCgroupNamespacesBuild (2.94s) [2020-09-14T12:58:05.390Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-14T12:58:06.742Z] #40 193.6 CC criu/uts_ns.o [2020-09-14T12:58:07.040Z] #40 ... [2020-09-14T12:58:07.040Z] [2020-09-14T12:58:07.040Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-14T12:58:07.040Z] #37 DONE 260.6s [2020-09-14T12:58:07.040Z] [2020-09-14T12:58:07.040Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-14T12:58:07.040Z] #40 193.9 CC criu/vdso.o [2020-09-14T12:58:07.304Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-09-14T12:58:07.304Z] === RUN TestBuildWithSession [2020-09-14T12:58:07.304Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-14T12:58:07.304Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T12:58:07.304Z] === RUN TestBuildSquashParent [2020-09-14T12:58:07.688Z] #40 194.6 LINK criu/built-in.o [2020-09-14T12:58:07.688Z] #40 194.8 LINK criu/criu [2020-09-14T12:58:08.345Z] #40 195.4 DEP lib/c/criu.d [2020-09-14T12:58:08.345Z] #40 195.5 CC images/rpc.pb-c.o [2020-09-14T12:58:09.404Z] #40 196.3 CC lib/c/criu.o [2020-09-14T12:58:10.943Z] #40 197.7 LINK lib/c/built-in.o [2020-09-14T12:58:10.943Z] #40 197.7 LINK lib/c/libcriu.so [2020-09-14T12:58:10.943Z] #40 197.7 LINK lib/c/libcriu.a [2020-09-14T12:58:10.943Z] #40 197.9 GEN magic.py [2020-09-14T12:58:10.943Z] #40 198.1 Note: Building without setproctitle() and strlcpy() support. [2020-09-14T12:58:10.943Z] #40 198.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-14T12:58:11.242Z] #40 198.2 Note: Building without GnuTLS support [2020-09-14T12:58:11.242Z] #40 198.2 Makefile.config:39: Warn: you have no libnftables installed [2020-09-14T12:58:11.242Z] #40 198.2 Makefile.config:40: Warn: Building without nftables support [2020-09-14T12:58:11.892Z] #40 199.0 fatal: not a git repository (or any of the parent directories): .git [2020-09-14T12:58:12.948Z] #40 200.1 make[1]: Nothing to be done for 'all'. [2020-09-14T12:58:13.884Z] --- PASS: TestBuildSquashParent (5.93s) [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:58:13.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:58:13.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:58:13.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:58:13.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:58:13.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:58:13.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:58:13.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:58:13.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:58:13.884Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:58:13.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:58:13.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:58:14.482Z] #40 201.2 make[1]: 'images/built-in.o' is up to date. [2020-09-14T12:58:14.482Z] #40 201.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-14T12:58:14.482Z] #40 201.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-14T12:58:14.482Z] #40 201.4 make[1]: 'compel/libcompel.a' is up to date. [2020-09-14T12:58:14.482Z] #40 201.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-14T12:58:14.482Z] #40 201.4 make[1]: Nothing to be done for 'all'. [2020-09-14T12:58:14.482Z] #40 201.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-14T12:58:14.794Z] #40 201.8 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:14.794Z] #40 201.8 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.092Z] #40 201.9 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.092Z] #40 202.2 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.092Z] #40 202.3 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.092Z] #40 202.3 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.392Z] #40 202.4 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.392Z] #40 202.5 make[2]: Nothing to be done for 'all'. [2020-09-14T12:58:15.392Z] #40 202.6 INSTALL criu/criu [2020-09-14T12:58:15.702Z] #40 DONE 202.7s [2020-09-14T12:58:15.702Z] [2020-09-14T12:58:15.702Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:15.820Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:58:15.820Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.70s) [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.77s) [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s) [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.95s) [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.00s) [2020-09-14T12:58:18.366Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.17s) [2020-09-14T12:58:18.366Z] === RUN TestBuildMultiStageCopy [2020-09-14T12:58:18.366Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-14T12:58:20.125Z] --- PASS: TestBuildWithHugeFile (25.87s) [2020-09-14T12:58:20.125Z] === RUN TestBuildWithEmptyDockerfile [2020-09-14T12:58:20.125Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T12:58:20.125Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T12:58:20.125Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T12:58:20.125Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T12:58:20.125Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T12:58:20.125Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T12:58:20.125Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T12:58:20.125Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T12:58:20.125Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T12:58:20.125Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-09-14T12:58:20.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-09-14T12:58:20.125Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-09-14T12:58:20.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2020-09-14T12:58:20.125Z] === RUN TestBuildPreserveOwnership [2020-09-14T12:58:20.125Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-14T12:58:20.279Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-14T12:58:20.539Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-14T12:58:21.112Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-14T12:58:21.384Z] #52 ... [2020-09-14T12:58:21.384Z] [2020-09-14T12:58:21.384Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:21.384Z] #45 DONE 254.5s [2020-09-14T12:58:21.384Z] [2020-09-14T12:58:21.384Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:21.681Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-14T12:58:22.252Z] --- PASS: TestBuildMultiStageCopy (4.33s) [2020-09-14T12:58:22.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.22s) [2020-09-14T12:58:22.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-09-14T12:58:22.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2020-09-14T12:58:22.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2020-09-14T12:58:22.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2020-09-14T12:58:22.252Z] === RUN TestBuildMultiStageParentConfig [2020-09-14T12:58:22.748Z] #52 ... [2020-09-14T12:58:22.748Z] [2020-09-14T12:58:22.748Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-14T12:58:22.848Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-14T12:58:23.311Z] #46 DONE 0.5s [2020-09-14T12:58:23.311Z] [2020-09-14T12:58:23.311Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-14T12:58:23.311Z] #48 DONE 0.0s [2020-09-14T12:58:23.311Z] [2020-09-14T12:58:23.311Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-14T12:58:23.311Z] #50 DONE 0.1s [2020-09-14T12:58:23.311Z] [2020-09-14T12:58:23.311Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:23.636Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2020-09-14T12:58:23.636Z] === RUN TestBuildLabelWithTargets [2020-09-14T12:58:25.574Z] --- PASS: TestBuildPreserveOwnership (6.41s) [2020-09-14T12:58:25.574Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.18s) [2020-09-14T12:58:25.575Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.22s) [2020-09-14T12:58:25.575Z] === RUN TestBuildPlatformInvalid [2020-09-14T12:58:25.575Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-09-14T12:58:25.575Z] PASS [2020-09-14T12:58:25.575Z] [2020-09-14T12:58:25.575Z] === Skipped [2020-09-14T12:58:25.575Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-09-14T12:58:25.575Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T12:58:25.575Z] [2020-09-14T12:58:25.575Z] [2020-09-14T12:58:25.575Z] DONE 32 tests, 1 skipped in 76.535s [2020-09-14T12:58:25.575Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-09-14T12:58:25.575Z] ++ 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-14T12:58:25.575Z] ++ set -e [2020-09-14T12:58:25.575Z] ++ '[' -n 0 ']' [2020-09-14T12:58:25.575Z] ++ set -x [2020-09-14T12:58:25.575Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-14T12:58:25.575Z] INFO: Testing against a local daemon [2020-09-14T12:58:25.575Z] === RUN TestConfigInspect [2020-09-14T12:58:25.691Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-09-14T12:58:26.181Z] --- PASS: TestBuildLabelWithTargets (2.16s) [2020-09-14T12:58:26.181Z] === RUN TestBuildWithEmptyLayers [2020-09-14T12:58:26.751Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-09-14T12:58:26.751Z] === RUN TestBuildMultiStageOnBuild [2020-09-14T12:58:29.294Z] --- PASS: TestBuildMultiStageOnBuild (2.65s) [2020-09-14T12:58:29.294Z] === RUN TestBuildUncleanTarFilenames [2020-09-14T12:58:30.018Z] --- PASS: TestConfigInspect (3.90s) [2020-09-14T12:58:30.018Z] === RUN TestConfigList [2020-09-14T12:58:30.680Z] --- PASS: TestBuildUncleanTarFilenames (1.39s) [2020-09-14T12:58:30.680Z] === RUN TestBuildMultiStageLayerLeak [2020-09-14T12:58:32.744Z] --- PASS: TestConfigList (3.63s) [2020-09-14T12:58:32.744Z] === RUN TestConfigsCreateAndDelete [2020-09-14T12:58:33.979Z] --- PASS: TestBuildMultiStageLayerLeak (2.73s) [2020-09-14T12:58:33.979Z] === RUN TestBuildWithHugeFile [2020-09-14T12:58:36.317Z] --- PASS: TestConfigsCreateAndDelete (3.54s) [2020-09-14T12:58:36.317Z] === RUN TestConfigsUpdate [2020-09-14T12:58:36.856Z] Loaded image: buildpack-deps:buster [2020-09-14T12:58:36.856Z] Loaded image: busybox:latest [2020-09-14T12:58:37.112Z] Loaded image: busybox:glibc [2020-09-14T12:58:37.112Z] Loaded image: debian:buster [2020-09-14T12:58:37.368Z] Loaded image: hello-world:latest [2020-09-14T12:58:37.368Z] INFO: Testing against a local daemon [2020-09-14T12:58:37.368Z] === RUN TestCgroupNamespacesBuild [2020-09-14T12:58:38.157Z] #52 226.6 + bin/containerd-stress [2020-09-14T12:58:39.523Z] #52 228.4 + bin/containerd-shim [2020-09-14T12:58:40.724Z] --- PASS: TestCgroupNamespacesBuild (3.20s) [2020-09-14T12:58:40.724Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-14T12:58:40.765Z] --- PASS: TestConfigsUpdate (3.73s) [2020-09-14T12:58:40.765Z] === RUN TestTemplatedConfig [2020-09-14T12:58:42.655Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s) [2020-09-14T12:58:42.655Z] === RUN TestBuildWithSession [2020-09-14T12:58:42.655Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-14T12:58:42.655Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T12:58:42.655Z] === RUN TestBuildSquashParent [2020-09-14T12:58:43.489Z] --- PASS: TestTemplatedConfig (3.46s) [2020-09-14T12:58:43.489Z] === RUN TestConfigCreateResolve [2020-09-14T12:58:46.062Z] #52 235.1 + bin/containerd-shim-runc-v1 [2020-09-14T12:58:47.937Z] --- PASS: TestConfigCreateResolve (3.60s) [2020-09-14T12:58:47.937Z] === RUN TestConfigDaemonLibtrustID [2020-09-14T12:58:47.937Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-09-14T12:58:47.937Z] PASS [2020-09-14T12:58:47.937Z] [2020-09-14T12:58:47.937Z] DONE 7 tests in 22.462s [2020-09-14T12:58:47.937Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-09-14T12:58:47.937Z] ++ 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-14T12:58:47.937Z] ++ set -e [2020-09-14T12:58:47.937Z] ++ '[' -n 0 ']' [2020-09-14T12:58:47.937Z] ++ set -x [2020-09-14T12:58:47.937Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-14T12:58:47.937Z] INFO: Testing against a local daemon [2020-09-14T12:58:47.937Z] === RUN TestCheckpoint [2020-09-14T12:58:47.937Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-14T12:58:47.937Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T12:58:47.937Z] === RUN TestContainerInvalidJSON [2020-09-14T12:58:47.937Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T12:58:47.937Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T12:58:47.937Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T12:58:47.937Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T12:58:47.937Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-14T12:58:47.937Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-14T12:58:47.937Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T12:58:47.937Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-14T12:58:47.937Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T12:58:47.937Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-14T12:58:47.937Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-14T12:58:47.937Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-14T12:58:47.937Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-14T12:58:47.937Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-14T12:58:47.937Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-09-14T12:58:47.937Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-14T12:58:48.227Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-09-14T12:58:48.227Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-14T12:58:48.227Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2020-09-14T12:58:48.227Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-14T12:58:48.517Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-09-14T12:58:48.517Z] === RUN TestCopyFromContainer [2020-09-14T12:58:48.534Z] #53 259.6 + bin/containerd [2020-09-14T12:58:48.534Z] #53 ... [2020-09-14T12:58:48.534Z] [2020-09-14T12:58:48.534Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:48.534Z] #22 299.2 + return [2020-09-14T12:58:48.534Z] #22 DONE 299.3s [2020-09-14T12:58:48.534Z] [2020-09-14T12:58:48.534Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:48.534Z] #53 ... [2020-09-14T12:58:48.534Z] [2020-09-14T12:58:48.534Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-14T12:58:48.534Z] #23 DONE 0.1s [2020-09-14T12:58:48.534Z] [2020-09-14T12:58:48.534Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-14T12:58:48.534Z] #27 DONE 0.6s [2020-09-14T12:58:48.534Z] [2020-09-14T12:58:48.534Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-14T12:58:48.535Z] #30 DONE 0.1s [2020-09-14T12:58:48.535Z] [2020-09-14T12:58:48.535Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-14T12:58:48.535Z] #32 DONE 0.1s [2020-09-14T12:58:48.535Z] [2020-09-14T12:58:48.535Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:48.535Z] #46 ... [2020-09-14T12:58:48.535Z] [2020-09-14T12:58:48.535Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-14T12:58:48.535Z] #35 DONE 0.1s [2020-09-14T12:58:48.535Z] [2020-09-14T12:58:48.535Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-14T12:58:48.535Z] #38 DONE 0.2s [2020-09-14T12:58:48.535Z] [2020-09-14T12:58:48.535Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:48.833Z] #53 ... [2020-09-14T12:58:48.833Z] [2020-09-14T12:58:48.833Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-14T12:58:48.833Z] #41 DONE 0.1s [2020-09-14T12:58:48.833Z] [2020-09-14T12:58:48.833Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-14T12:58:48.833Z] #43 DONE 0.1s [2020-09-14T12:58:48.833Z] [2020-09-14T12:58:48.833Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-14T12:58:49.132Z] #45 DONE 0.1s [2020-09-14T12:58:49.132Z] [2020-09-14T12:58:49.132Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:58:50.577Z] === RUN TestCopyFromContainer// [2020-09-14T12:58:50.577Z] === RUN TestCopyFromContainer//bar/root [2020-09-14T12:58:50.577Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-14T12:58:50.577Z] === RUN TestCopyFromContainer/bar/quux [2020-09-14T12:58:50.577Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-14T12:58:50.868Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-14T12:58:50.868Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-14T12:58:50.868Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-14T12:58:51.159Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-14T12:58:51.159Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer (2.86s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer// (0.04s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-09-14T12:58:51.159Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-09-14T12:58:51.159Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-14T12:58:51.159Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T12:58:51.159Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T12:58:51.159Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T12:58:51.159Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T12:58:51.159Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T12:58:51.159Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T12:58:51.159Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T12:58:51.159Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T12:58:51.159Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T12:58:51.159Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-14T12:58:51.159Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-14T12:58:51.159Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-14T12:58:51.159Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-14T12:58:51.159Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-14T12:58:51.309Z] #52 239.5 + bin/containerd-shim-runc-v2 [2020-09-14T12:58:51.309Z] #52 240.4 + binaries [2020-09-14T12:58:51.449Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-09-14T12:58:51.449Z] === RUN TestCreateWithInvalidEnv [2020-09-14T12:58:51.449Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-14T12:58:51.449Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-14T12:58:51.449Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-14T12:58:51.449Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-14T12:58:51.449Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-14T12:58:51.449Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-14T12:58:51.449Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-14T12:58:51.449Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-14T12:58:51.449Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-14T12:58:51.449Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-14T12:58:51.449Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-14T12:58:51.449Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-14T12:58:51.449Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-14T12:58:51.449Z] === RUN TestCreateTmpfsMountsTarget [2020-09-14T12:58:51.449Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-09-14T12:58:51.449Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-14T12:58:51.565Z] #52 240.4 + install -D bin/containerd /build/containerd [2020-09-14T12:58:51.565Z] #52 240.4 + install -D bin/containerd-shim /build/containerd-shim [2020-09-14T12:58:51.565Z] #52 240.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-14T12:58:51.565Z] #52 240.4 + install -D bin/ctr /build/ctr [2020-09-14T12:58:52.734Z] --- PASS: TestBuildSquashParent (8.71s) [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:58:52.734Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:58:52.734Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:58:52.734Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:58:52.734Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:58:52.734Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:58:52.734Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:58:52.734Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:58:52.734Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T12:58:52.734Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T12:58:52.928Z] #52 DONE 241.7s [2020-09-14T12:58:53.489Z] [2020-09-14T12:58:53.489Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-14T12:58:54.174Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s) [2020-09-14T12:58:54.174Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-14T12:58:54.415Z] #53 DONE 0.9s [2020-09-14T12:58:54.415Z] [2020-09-14T12:58:54.415Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-14T12:58:54.624Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T12:58:54.624Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T12:58:54.670Z] #57 DONE 0.2s [2020-09-14T12:58:54.670Z] [2020-09-14T12:58:54.670Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-14T12:58:55.231Z] #59 DONE 0.4s [2020-09-14T12:58:55.231Z] [2020-09-14T12:58:55.231Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-14T12:58:55.231Z] #61 DONE 0.0s [2020-09-14T12:58:55.231Z] [2020-09-14T12:58:55.231Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-14T12:58:55.231Z] #62 DONE 0.0s [2020-09-14T12:58:55.231Z] [2020-09-14T12:58:55.231Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-14T12:58:55.792Z] #63 DONE 0.7s [2020-09-14T12:58:55.792Z] [2020-09-14T12:58:55.792Z] #64 exporting to image [2020-09-14T12:58:55.792Z] #64 exporting layers [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.52s) [2020-09-14T12:58:56.312Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-14T12:58:56.312Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T12:58:56.312Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T12:58:56.312Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T12:58:56.312Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T12:58:56.312Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T12:58:56.312Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T12:58:56.312Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T12:58:56.312Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T12:58:56.312Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T12:58:56.312Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T12:58:56.312Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T12:58:56.312Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T12:58:56.312Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T12:58:56.312Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T12:58:56.312Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-14T12:58:56.312Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-14T12:58:56.312Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-14T12:58:57.343Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2020-09-14T12:58:57.343Z] === RUN TestCreateDifferentPlatform [2020-09-14T12:58:57.343Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-14T12:58:57.343Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-14T12:58:57.343Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-14T12:58:57.343Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-14T12:58:57.343Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-14T12:58:57.343Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-14T12:58:57.343Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-14T12:58:57.343Z] === RUN TestContainerStartOnDaemonRestart [2020-09-14T12:58:57.343Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-14T12:58:57.343Z] === RUN TestDaemonRestartIpcMode [2020-09-14T12:58:57.343Z] === PAUSE TestDaemonRestartIpcMode [2020-09-14T12:58:57.343Z] === RUN TestDaemonHostGatewayIP [2020-09-14T12:58:57.343Z] === PAUSE TestDaemonHostGatewayIP [2020-09-14T12:58:57.343Z] === RUN TestContainerKillOnDaemonStart [2020-09-14T12:58:57.343Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-14T12:58:57.343Z] === RUN TestDiff [2020-09-14T12:58:57.891Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T12:58:57.891Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T12:58:57.990Z] --- PASS: TestDiff (0.74s) [2020-09-14T12:58:57.990Z] === RUN TestExecWithCloseStdin [2020-09-14T12:58:59.088Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-09-14T12:58:59.088Z] === RUN TestExec [2020-09-14T12:58:59.719Z] --- PASS: TestExec (0.92s) [2020-09-14T12:58:59.719Z] === RUN TestExecUser [2020-09-14T12:59:00.796Z] --- PASS: TestExecUser (0.97s) [2020-09-14T12:59:00.796Z] === RUN TestExportContainerAndImportImage [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.03s) [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.06s) [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.20s) [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.17s) [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s) [2020-09-14T12:59:01.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.22s) [2020-09-14T12:59:01.204Z] === RUN TestBuildMultiStageCopy [2020-09-14T12:59:01.204Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-14T12:59:01.885Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2020-09-14T12:59:01.885Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-14T12:59:02.330Z] #64 exporting layers 6.3s done [2020-09-14T12:59:02.330Z] #64 writing image sha256:8479b23dfb0526dba483a2927d5899a47898598f2f40ea5c8da4fdc4b7a6212d done [2020-09-14T12:59:02.330Z] #64 naming to docker.io/library/docker:41be7293f54f15dc04f024bf2b0f09e1a697208b done [2020-09-14T12:59:02.330Z] #64 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-14T12:59:02.727Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -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:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh dynbinary test-integration [2020-09-14T12:59:03.477Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2020-09-14T12:59:03.477Z] === RUN TestHealthCheckWorkdir [2020-09-14T12:59:03.655Z] [2020-09-14T12:59:03.764Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-14T12:59:03.764Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-14T12:59:03.912Z] Removing bundles/ [2020-09-14T12:59:03.912Z] [2020-09-14T12:59:03.912Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-14T12:59:03.912Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T12:59:03.912Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T12:59:04.325Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-14T12:59:04.508Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2020-09-14T12:59:04.508Z] === RUN TestHealthKillContainer [2020-09-14T12:59:04.886Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-14T12:59:05.449Z] --- PASS: TestBuildMultiStageCopy (4.64s) [2020-09-14T12:59:05.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.45s) [2020-09-14T12:59:05.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s) [2020-09-14T12:59:05.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-09-14T12:59:05.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2020-09-14T12:59:05.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2020-09-14T12:59:05.449Z] === RUN TestBuildMultiStageParentConfig [2020-09-14T12:59:06.856Z] --- PASS: TestBuildMultiStageParentConfig (1.31s) [2020-09-14T12:59:06.857Z] === RUN TestBuildLabelWithTargets [2020-09-14T12:59:08.077Z] --- PASS: TestHealthKillContainer (2.98s) [2020-09-14T12:59:08.077Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-14T12:59:08.367Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2020-09-14T12:59:08.367Z] === RUN TestIpcModeNone [2020-09-14T12:59:09.456Z] --- PASS: TestBuildLabelWithTargets (2.19s) [2020-09-14T12:59:09.456Z] === RUN TestBuildWithEmptyLayers [2020-09-14T12:59:09.556Z] --- PASS: TestIpcModeNone (0.92s) [2020-09-14T12:59:09.556Z] === RUN TestIpcModePrivate [2020-09-14T12:59:10.251Z] --- PASS: TestIpcModePrivate (0.88s) [2020-09-14T12:59:10.251Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-09-14T12:59:10.251Z] === RUN TestIpcModeShareable [2020-09-14T12:59:10.424Z] --- PASS: TestBuildWithEmptyLayers (1.19s) [2020-09-14T12:59:10.424Z] === RUN TestBuildMultiStageOnBuild [2020-09-14T12:59:10.883Z] --- PASS: TestIpcModeShareable (0.88s) [2020-09-14T12:59:10.883Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-09-14T12:59:10.883Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-14T12:59:10.933Z] 4612f6d0b889: Pull complete [2020-09-14T12:59:11.722Z] #53 ... [2020-09-14T12:59:11.722Z] [2020-09-14T12:59:11.722Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:59:11.722Z] #46 DONE 323.1s [2020-09-14T12:59:11.722Z] [2020-09-14T12:59:11.722Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:59:11.722Z] #53 ... [2020-09-14T12:59:11.722Z] [2020-09-14T12:59:11.722Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-14T12:59:12.022Z] #47 DONE 0.2s [2020-09-14T12:59:12.022Z] [2020-09-14T12:59:12.022Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-14T12:59:12.022Z] #49 DONE 0.1s [2020-09-14T12:59:12.022Z] [2020-09-14T12:59:12.022Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:59:12.022Z] #53 ... [2020-09-14T12:59:12.022Z] [2020-09-14T12:59:12.022Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-14T12:59:12.022Z] #51 DONE 0.1s [2020-09-14T12:59:12.320Z] [2020-09-14T12:59:12.320Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-14T12:59:12.940Z] --- PASS: TestBuildMultiStageOnBuild (2.66s) [2020-09-14T12:59:12.940Z] === RUN TestBuildUncleanTarFilenames [2020-09-14T12:59:14.459Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.98s) [2020-09-14T12:59:14.459Z] === RUN TestAPIIpcModeHost [2020-09-14T12:59:14.459Z] --- PASS: TestAPIIpcModeHost (0.59s) [2020-09-14T12:59:14.459Z] === RUN TestDaemonIpcModeShareable [2020-09-14T12:59:14.872Z] --- PASS: TestBuildUncleanTarFilenames (1.77s) [2020-09-14T12:59:14.872Z] === RUN TestBuildMultiStageLayerLeak [2020-09-14T12:59:16.520Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2020-09-14T12:59:16.520Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-14T12:59:16.520Z] === RUN TestDaemonIpcModePrivate [2020-09-14T12:59:18.123Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2020-09-14T12:59:18.123Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-14T12:59:18.123Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-14T12:59:18.228Z] --- PASS: TestBuildMultiStageLayerLeak (3.14s) [2020-09-14T12:59:18.228Z] === RUN TestBuildWithHugeFile [2020-09-14T12:59:18.526Z] ..........................xx.................... [ 29%] [2020-09-14T12:59:20.228Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2020-09-14T12:59:20.228Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-14T12:59:20.228Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-14T12:59:20.702Z] --- PASS: TestBuildWithHugeFile (40.21s) [2020-09-14T12:59:20.702Z] === RUN TestBuildWithEmptyDockerfile [2020-09-14T12:59:20.702Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T12:59:20.702Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T12:59:20.702Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T12:59:20.702Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T12:59:20.702Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T12:59:20.702Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T12:59:20.702Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T12:59:20.702Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T12:59:20.702Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T12:59:20.702Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2020-09-14T12:59:20.702Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-09-14T12:59:20.702Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2020-09-14T12:59:20.702Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-09-14T12:59:20.702Z] === RUN TestBuildPreserveOwnership [2020-09-14T12:59:20.702Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-14T12:59:20.702Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-14T12:59:20.702Z] --- PASS: TestBuildPreserveOwnership (5.81s) [2020-09-14T12:59:20.702Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.75s) [2020-09-14T12:59:20.702Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.04s) [2020-09-14T12:59:20.702Z] === RUN TestBuildPlatformInvalid [2020-09-14T12:59:20.702Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-09-14T12:59:20.702Z] PASS [2020-09-14T12:59:20.702Z] [2020-09-14T12:59:20.702Z] === Skipped [2020-09-14T12:59:20.702Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-09-14T12:59:20.702Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T12:59:20.702Z] [2020-09-14T12:59:20.702Z] [2020-09-14T12:59:20.702Z] DONE 32 tests, 1 skipped in 88.955s [2020-09-14T12:59:20.702Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-09-14T12:59:20.702Z] ++ 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-14T12:59:20.702Z] ++ set -e [2020-09-14T12:59:20.702Z] ++ '[' -n 0 ']' [2020-09-14T12:59:20.702Z] ++ set -x [2020-09-14T12:59:20.702Z] ++ env -i DEST=/go/src/github.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-14T12:59:20.702Z] INFO: Testing against a local daemon [2020-09-14T12:59:20.702Z] === RUN TestConfigInspect [2020-09-14T12:59:21.733Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2020-09-14T12:59:21.733Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-14T12:59:21.733Z] === RUN TestIpcModeOlderClient [2020-09-14T12:59:21.733Z] === PAUSE TestIpcModeOlderClient [2020-09-14T12:59:21.733Z] === RUN TestKillContainerInvalidSignal [2020-09-14T12:59:22.363Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2020-09-14T12:59:22.363Z] === RUN TestKillContainer [2020-09-14T12:59:22.654Z] === RUN TestKillContainer/no_signal [2020-09-14T12:59:23.285Z] === RUN TestKillContainer/non_killing_signal [2020-09-14T12:59:23.915Z] === RUN TestKillContainer/killing_signal [2020-09-14T12:59:24.000Z] --- PASS: TestConfigInspect (3.33s) [2020-09-14T12:59:24.000Z] === RUN TestConfigList [2020-09-14T12:59:25.419Z] --- PASS: TestKillContainer (2.71s) [2020-09-14T12:59:25.419Z] --- PASS: TestKillContainer/no_signal (0.88s) [2020-09-14T12:59:25.419Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2020-09-14T12:59:25.419Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-09-14T12:59:25.419Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-14T12:59:25.419Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-14T12:59:26.052Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-14T12:59:27.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.75s) [2020-09-14T12:59:27.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2020-09-14T12:59:27.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2020-09-14T12:59:27.082Z] === RUN TestKillStoppedContainer [2020-09-14T12:59:27.082Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-09-14T12:59:27.082Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-14T12:59:27.082Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-09-14T12:59:27.082Z] === RUN TestKillDifferentUserContainer [2020-09-14T12:59:27.310Z] --- PASS: TestConfigList (3.25s) [2020-09-14T12:59:27.310Z] === RUN TestConfigsCreateAndDelete [2020-09-14T12:59:28.114Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-09-14T12:59:28.115Z] === RUN TestInspectOomKilledTrue [2020-09-14T12:59:28.115Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-14T12:59:28.115Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T12:59:28.115Z] === RUN TestInspectOomKilledFalse [2020-09-14T12:59:28.115Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-14T12:59:28.115Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T12:59:28.115Z] === RUN TestLinksEtcHostsContentMatch [2020-09-14T12:59:28.161Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T12:59:28.161Z] Using test binary docker [2020-09-14T12:59:28.161Z] +++ /etc/init.d/apparmor start [2020-09-14T12:59:28.161Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T12:59:28.161Z] INFO: Waiting for daemon to start... [2020-09-14T12:59:28.161Z] Starting dockerd [2020-09-14T12:59:28.161Z] +++ 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-14T12:59:28.161Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T12:59:28.161Z] Using test binary docker [2020-09-14T12:59:28.161Z] +++ /etc/init.d/apparmor start [2020-09-14T12:59:28.161Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T12:59:28.161Z] INFO: Waiting for daemon to start... [2020-09-14T12:59:28.161Z] Starting dockerd [2020-09-14T12:59:28.161Z] +++ 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-14T12:59:28.745Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) [2020-09-14T12:59:28.745Z] === RUN TestLinksContainerNames [2020-09-14T12:59:30.248Z] --- PASS: TestLinksContainerNames (1.74s) [2020-09-14T12:59:30.248Z] === RUN TestLogsFollowTailEmpty [2020-09-14T12:59:30.607Z] --- PASS: TestConfigsCreateAndDelete (3.17s) [2020-09-14T12:59:30.607Z] === RUN TestConfigsUpdate [2020-09-14T12:59:31.030Z] #53 303.6 + bin/containerd-stress [2020-09-14T12:59:31.278Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2020-09-14T12:59:31.278Z] === RUN TestContainerNetworkMountsNoChown [2020-09-14T12:59:31.574Z] . [2020-09-14T12:59:31.574Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T12:59:31.574Z] [2020-09-14T12:59:31.574Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T12:59:31.574Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T12:59:31.574Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T12:59:31.574Z] Error: No such image: emptyfs [2020-09-14T12:59:31.574Z] ++++ docker load [2020-09-14T12:59:31.574Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-14T12:59:31.574Z] Error: No such image: emptyfs [2020-09-14T12:59:31.574Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-14T12:59:31.574Z] ++++ docker load [2020-09-14T12:59:31.574Z] Running integration-test (iteration 1) [2020-09-14T12:59:31.574Z] Running integration-test (iteration 1) [2020-09-14T12:59:31.574Z] 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-14T12:59:31.574Z] ++ 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-14T12:59:31.574Z] ++ set -e [2020-09-14T12:59:31.574Z] ++ '[' -n 0 ']' [2020-09-14T12:59:31.574Z] ++ set -x [2020-09-14T12:59:31.574Z] ++ env -i DEST=/go/src/github.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-14T12:59:31.574Z] 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-14T12:59:31.574Z] ++ 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-14T12:59:31.574Z] ++ set -e [2020-09-14T12:59:31.574Z] ++ '[' -n 0 ']' [2020-09-14T12:59:31.574Z] ++ set -x [2020-09-14T12:59:31.574Z] ++ env -i DEST=/go/src/github.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-14T12:59:31.908Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/default [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/default [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/private [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/private [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rprivate [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/slave [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/slave [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rslave [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/shared [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/shared [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rshared [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-14T12:59:31.908Z] === CONT TestMountDaemonRoot/default [2020-09-14T12:59:31.908Z] === CONT TestMountDaemonRoot/rslave [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-14T12:59:31.908Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T12:59:31.908Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/slave [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/rprivate [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/private [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/shared [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/rshared [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-14T12:59:31.909Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T12:59:31.909Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T12:59:31.909Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-14T12:59:32.075Z] #53 306.1 + bin/containerd-shim [2020-09-14T12:59:32.199Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-14T12:59:32.199Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-14T12:59:32.199Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-14T12:59:32.199Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T12:59:32.199Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-14T12:59:32.199Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-14T12:59:32.489Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-14T12:59:32.779Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-09-14T12:59:33.069Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-14T12:59:33.069Z] === RUN TestContainerBindMountNonRecursive [2020-09-14T12:59:33.902Z] --- PASS: TestConfigsUpdate (3.22s) [2020-09-14T12:59:33.902Z] === RUN TestTemplatedConfig [2020-09-14T12:59:34.051Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-09-14T12:59:35.134Z] --- PASS: TestContainerBindMountNonRecursive (2.04s) [2020-09-14T12:59:35.134Z] === RUN TestNetworkNat [2020-09-14T12:59:35.764Z] --- PASS: TestNetworkNat (0.89s) [2020-09-14T12:59:35.764Z] === RUN TestNetworkLocalhostTCPNat [2020-09-14T12:59:36.795Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-09-14T12:59:36.795Z] === RUN TestNetworkLoopbackNat [2020-09-14T12:59:37.200Z] --- PASS: TestTemplatedConfig (3.44s) [2020-09-14T12:59:37.200Z] === RUN TestConfigCreateResolve [2020-09-14T12:59:39.742Z] --- PASS: TestConfigCreateResolve (2.72s) [2020-09-14T12:59:39.742Z] === RUN TestConfigDaemonLibtrustID [2020-09-14T12:59:40.305Z] --- PASS: TestNetworkLoopbackNat (3.22s) [2020-09-14T12:59:40.305Z] === RUN TestPause [2020-09-14T12:59:40.313Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2020-09-14T12:59:40.313Z] PASS [2020-09-14T12:59:40.313Z] [2020-09-14T12:59:40.313Z] DONE 7 tests in 19.970s [2020-09-14T12:59:40.313Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-09-14T12:59:40.313Z] ++ 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-14T12:59:40.313Z] ++ set -e [2020-09-14T12:59:40.313Z] ++ '[' -n 0 ']' [2020-09-14T12:59:40.313Z] ++ set -x [2020-09-14T12:59:40.313Z] ++ env -i DEST=/go/src/github.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-14T12:59:40.313Z] INFO: Testing against a local daemon [2020-09-14T12:59:40.313Z] === RUN TestCheckpoint [2020-09-14T12:59:40.313Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-14T12:59:40.313Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T12:59:40.313Z] === RUN TestContainerInvalidJSON [2020-09-14T12:59:40.313Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T12:59:40.313Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T12:59:40.313Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T12:59:40.313Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T12:59:40.313Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-14T12:59:40.313Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-14T12:59:40.313Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T12:59:40.313Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-14T12:59:40.313Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T12:59:40.313Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-14T12:59:40.313Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-14T12:59:40.313Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-14T12:59:40.313Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-14T12:59:40.313Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-14T12:59:40.574Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-09-14T12:59:40.574Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-14T12:59:40.574Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-09-14T12:59:40.574Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-14T12:59:40.656Z] #53 313.5 + bin/containerd-shim-runc-v1 [2020-09-14T12:59:40.835Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-09-14T12:59:40.835Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-14T12:59:40.835Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-09-14T12:59:40.835Z] === RUN TestCopyFromContainer [2020-09-14T12:59:40.936Z] --- PASS: TestPause (0.88s) [2020-09-14T12:59:40.936Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-14T12:59:40.936Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T12:59:40.936Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T12:59:40.936Z] === RUN TestPauseStopPausedContainer [2020-09-14T12:59:41.559Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-09-14T12:59:41.567Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-09-14T12:59:41.567Z] === RUN TestPsFilter [2020-09-14T12:59:41.857Z] --- PASS: TestPsFilter (0.26s) [2020-09-14T12:59:41.857Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-14T12:59:42.747Z] === RUN TestCopyFromContainer// [2020-09-14T12:59:42.890Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2020-09-14T12:59:42.890Z] === RUN TestRemoveContainerWithVolume [2020-09-14T12:59:43.008Z] === RUN TestCopyFromContainer//bar/root [2020-09-14T12:59:43.008Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-14T12:59:43.008Z] === RUN TestCopyFromContainer/bar/quux [2020-09-14T12:59:43.269Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-14T12:59:43.269Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-14T12:59:43.521Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2020-09-14T12:59:43.521Z] === RUN TestRemoveContainerRunning [2020-09-14T12:59:43.530Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-14T12:59:43.530Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-14T12:59:43.790Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-14T12:59:43.790Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-14T12:59:44.033Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer (3.04s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-09-14T12:59:44.050Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-09-14T12:59:44.050Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-14T12:59:44.050Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T12:59:44.050Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T12:59:44.050Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T12:59:44.050Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T12:59:44.050Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T12:59:44.050Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T12:59:44.050Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T12:59:44.050Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T12:59:44.050Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T12:59:44.050Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-09-14T12:59:44.050Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-14T12:59:44.050Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-14T12:59:44.050Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-14T12:59:44.050Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-14T12:59:44.050Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2020-09-14T12:59:44.050Z] === RUN TestCreateWithInvalidEnv [2020-09-14T12:59:44.050Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-14T12:59:44.050Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-14T12:59:44.050Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-14T12:59:44.050Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-14T12:59:44.050Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-14T12:59:44.050Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-14T12:59:44.050Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-14T12:59:44.050Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-14T12:59:44.050Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-14T12:59:44.050Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-14T12:59:44.050Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-14T12:59:44.050Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-14T12:59:44.050Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-14T12:59:44.050Z] === RUN TestCreateTmpfsMountsTarget [2020-09-14T12:59:44.050Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-09-14T12:59:44.050Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-14T12:59:44.222Z] #53 318.5 + bin/containerd-shim-runc-v2 [2020-09-14T12:59:44.552Z] --- PASS: TestRemoveContainerRunning (0.87s) [2020-09-14T12:59:44.552Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-14T12:59:45.184Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s) [2020-09-14T12:59:45.184Z] === RUN TestRemoveInvalidContainer [2020-09-14T12:59:45.475Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-14T12:59:45.475Z] === RUN TestRenameLinkedContainer [2020-09-14T12:59:45.744Z] #53 319.6 + binaries [2020-09-14T12:59:45.744Z] #53 319.6 + install -D bin/containerd /build/containerd [2020-09-14T12:59:45.744Z] #53 319.7 + install -D bin/containerd-shim /build/containerd-shim [2020-09-14T12:59:45.744Z] #53 319.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-14T12:59:45.744Z] #53 319.7 + install -D bin/ctr /build/ctr [2020-09-14T12:59:45.744Z] #53 DONE 319.8s [2020-09-14T12:59:46.595Z] --- PASS: TestCreateWithCustomMaskedPaths (2.11s) [2020-09-14T12:59:46.595Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-14T12:59:46.804Z] [2020-09-14T12:59:46.804Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-14T12:59:46.804Z] #54 DONE 0.1s [2020-09-14T12:59:46.804Z] [2020-09-14T12:59:46.804Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-14T12:59:46.804Z] #58 DONE 0.1s [2020-09-14T12:59:46.804Z] [2020-09-14T12:59:46.804Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-14T12:59:46.804Z] #60 DONE 0.1s [2020-09-14T12:59:46.804Z] [2020-09-14T12:59:46.804Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-14T12:59:46.804Z] #62 DONE 0.1s [2020-09-14T12:59:47.098Z] [2020-09-14T12:59:47.098Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-14T12:59:47.098Z] #63 DONE 0.0s [2020-09-14T12:59:47.098Z] [2020-09-14T12:59:47.098Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2020-09-14T12:59:48.507Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-14T12:59:48.507Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T12:59:48.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T12:59:48.507Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T12:59:48.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T12:59:48.507Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T12:59:48.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T12:59:48.507Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T12:59:48.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T12:59:48.507Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T12:59:48.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T12:59:48.507Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T12:59:48.507Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T12:59:48.507Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T12:59:48.507Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T12:59:48.507Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-09-14T12:59:48.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-09-14T12:59:48.507Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-14T12:59:48.988Z] --- PASS: TestRenameLinkedContainer (3.43s) [2020-09-14T12:59:48.988Z] === RUN TestRenameStoppedContainer [2020-09-14T12:59:49.189Z] #64 DONE 2.1s [2020-09-14T12:59:49.189Z] [2020-09-14T12:59:49.189Z] #65 exporting to oci image format [2020-09-14T12:59:49.189Z] #65 exporting layers [2020-09-14T12:59:49.448Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2020-09-14T12:59:49.448Z] === RUN TestCreateDifferentPlatform [2020-09-14T12:59:49.448Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-14T12:59:49.448Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-14T12:59:49.448Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-09-14T12:59:49.448Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-14T12:59:49.448Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-14T12:59:49.448Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-14T12:59:49.448Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-09-14T12:59:49.448Z] === RUN TestContainerStartOnDaemonRestart [2020-09-14T12:59:49.448Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-14T12:59:49.448Z] === RUN TestDaemonRestartIpcMode [2020-09-14T12:59:49.448Z] === PAUSE TestDaemonRestartIpcMode [2020-09-14T12:59:49.448Z] === RUN TestDaemonHostGatewayIP [2020-09-14T12:59:49.448Z] === PAUSE TestDaemonHostGatewayIP [2020-09-14T12:59:49.448Z] === RUN TestContainerKillOnDaemonStart [2020-09-14T12:59:49.448Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-14T12:59:49.448Z] === RUN TestDiff [2020-09-14T12:59:49.619Z] --- PASS: TestRenameStoppedContainer (0.87s) [2020-09-14T12:59:49.619Z] === RUN TestRenameRunningContainerAndReuse [2020-09-14T12:59:50.019Z] --- PASS: TestDiff (0.74s) [2020-09-14T12:59:50.019Z] === RUN TestExecWithCloseStdin [2020-09-14T12:59:50.960Z] --- PASS: TestExecWithCloseStdin (0.86s) [2020-09-14T12:59:50.960Z] === RUN TestExec [2020-09-14T12:59:51.686Z] --- PASS: TestRenameRunningContainerAndReuse (1.69s) [2020-09-14T12:59:51.686Z] === RUN TestRenameInvalidName [2020-09-14T12:59:51.900Z] --- PASS: TestExec (0.89s) [2020-09-14T12:59:51.900Z] === RUN TestExecUser [2020-09-14T12:59:52.316Z] --- PASS: TestRenameInvalidName (0.87s) [2020-09-14T12:59:52.316Z] === RUN TestRenameAnonymousContainer [2020-09-14T12:59:52.840Z] --- PASS: TestExecUser (0.86s) [2020-09-14T12:59:52.840Z] === RUN TestExportContainerAndImportImage [2020-09-14T12:59:53.782Z] --- PASS: TestExportContainerAndImportImage (1.05s) [2020-09-14T12:59:53.782Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-14T12:59:55.700Z] --- PASS: TestExportContainerAfterDaemonRestart (2.04s) [2020-09-14T12:59:55.700Z] === RUN TestHealthCheckWorkdir [2020-09-14T12:59:57.084Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2020-09-14T12:59:57.084Z] === RUN TestHealthKillContainer [2020-09-14T12:59:57.875Z] --- PASS: TestRenameAnonymousContainer (4.82s) [2020-09-14T12:59:57.875Z] === RUN TestRenameContainerWithSameName [2020-09-14T12:59:57.875Z] --- PASS: TestRenameContainerWithSameName (0.94s) [2020-09-14T12:59:57.875Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-14T12:59:59.624Z] --- PASS: TestHealthKillContainer (2.83s) [2020-09-14T12:59:59.624Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-14T12:59:59.937Z] --- PASS: TestRenameContainerWithLinkedContainer (1.70s) [2020-09-14T12:59:59.937Z] === RUN TestResize [2020-09-14T12:59:59.972Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-09-14T13:00:00.565Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2020-09-14T13:00:00.565Z] === RUN TestIpcModeNone [2020-09-14T13:00:00.570Z] --- PASS: TestResize (0.84s) [2020-09-14T13:00:00.570Z] === RUN TestResizeWithInvalidSize [2020-09-14T13:00:01.136Z] --- PASS: TestIpcModeNone (0.85s) [2020-09-14T13:00:01.136Z] === RUN TestIpcModePrivate [2020-09-14T13:00:01.200Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-09-14T13:00:01.200Z] === RUN TestResizeWhenContainerNotStarted [2020-09-14T13:00:02.081Z] --- PASS: TestIpcModePrivate (0.81s) [2020-09-14T13:00:02.081Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2020-09-14T13:00:02.081Z] === RUN TestIpcModeShareable [2020-09-14T13:00:02.231Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s) [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:02.231Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:02.231Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:02.231Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:00:02.231Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:00:03.024Z] --- PASS: TestIpcModeShareable (0.86s) [2020-09-14T13:00:03.024Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-09-14T13:00:03.024Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-14T13:00:04.954Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:04.954Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:05.674Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.53s) [2020-09-14T13:00:05.674Z] === RUN TestAPIIpcModeHost [2020-09-14T13:00:06.100Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:06.100Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:06.245Z] --- PASS: TestAPIIpcModeHost (0.67s) [2020-09-14T13:00:06.245Z] === RUN TestDaemonIpcModeShareable [2020-09-14T13:00:07.602Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:00:07.602Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:00:08.158Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-09-14T13:00:08.158Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-09-14T13:00:08.158Z] === RUN TestDaemonIpcModePrivate [2020-09-14T13:00:09.034Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-09-14T13:00:10.071Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2020-09-14T13:00:10.071Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-09-14T13:00:10.071Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-14T13:00:10.327Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:00:10.327Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:00:10.360Z] Loaded image: buildpack-deps:buster [2020-09-14T13:00:10.485Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-09-14T13:00:10.923Z] Loaded image: busybox:latest [2020-09-14T13:00:10.923Z] Loaded image: buildpack-deps:buster [2020-09-14T13:00:11.181Z] Loaded image: busybox:latest [2020-09-14T13:00:11.181Z] Loaded image: busybox:glibc [2020-09-14T13:00:11.181Z] Loaded image: debian:buster [2020-09-14T13:00:11.437Z] Loaded image: hello-world:latest [2020-09-14T13:00:11.437Z] INFO: Testing against a local daemon [2020-09-14T13:00:11.437Z] === RUN TestDockerSuite [2020-09-14T13:00:11.453Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2020-09-14T13:00:11.453Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-09-14T13:00:11.453Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-14T13:00:11.698Z] Loaded image: busybox:glibc [2020-09-14T13:00:11.698Z] Loaded image: debian:buster [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-14T13:00:11.698Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-14T13:00:11.954Z] Loaded image: hello-world:latest [2020-09-14T13:00:11.954Z] INFO: Testing against a local daemon [2020-09-14T13:00:11.954Z] === RUN TestDockerDaemonSuite [2020-09-14T13:00:11.954Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-09-14T13:00:13.050Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:00:13.050Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:00:13.365Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-09-14T13:00:13.365Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-09-14T13:00:13.365Z] === RUN TestIpcModeOlderClient [2020-09-14T13:00:13.365Z] === PAUSE TestIpcModeOlderClient [2020-09-14T13:00:13.365Z] === RUN TestKillContainerInvalidSignal [2020-09-14T13:00:14.308Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-09-14T13:00:14.308Z] === RUN TestKillContainer [2020-09-14T13:00:14.308Z] === RUN TestKillContainer/no_signal [2020-09-14T13:00:14.878Z] === RUN TestKillContainer/non_killing_signal [2020-09-14T13:00:15.259Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-09-14T13:00:15.449Z] === RUN TestKillContainer/killing_signal [2020-09-14T13:00:15.774Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:00:15.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.32s) [2020-09-14T13:00:15.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.38s) [2020-09-14T13:00:15.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s) [2020-09-14T13:00:15.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.50s) [2020-09-14T13:00:15.774Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.39s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.44s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.05s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.19s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.28s) [2020-09-14T13:00:15.775Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2020-09-14T13:00:15.775Z] === RUN TestCgroupNamespacesRun [2020-09-14T13:00:16.199Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-14T13:00:16.199Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-14T13:00:16.454Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-14T13:00:16.831Z] --- PASS: TestKillContainer (2.33s) [2020-09-14T13:00:16.831Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-09-14T13:00:16.831Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-09-14T13:00:16.831Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2020-09-14T13:00:16.831Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-14T13:00:16.831Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-14T13:00:17.104Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-14T13:00:17.283Z] --- PASS: TestCgroupNamespacesRun (1.92s) [2020-09-14T13:00:17.283Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-14T13:00:17.402Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-14T13:00:17.980Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s) [2020-09-14T13:00:17.980Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-09-14T13:00:17.980Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-09-14T13:00:17.980Z] === RUN TestKillStoppedContainer [2020-09-14T13:00:18.032Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-14T13:00:18.241Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-09-14T13:00:18.241Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-14T13:00:18.241Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-09-14T13:00:18.241Z] === RUN TestKillDifferentUserContainer [2020-09-14T13:00:18.592Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-14T13:00:18.592Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-14T13:00:19.180Z] --- PASS: TestKillDifferentUserContainer (0.78s) [2020-09-14T13:00:19.181Z] === RUN TestInspectOomKilledTrue [2020-09-14T13:00:19.181Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-14T13:00:19.181Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:00:19.181Z] === RUN TestInspectOomKilledFalse [2020-09-14T13:00:19.181Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-14T13:00:19.181Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:00:19.181Z] === RUN TestLinksEtcHostsContentMatch [2020-09-14T13:00:19.352Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2020-09-14T13:00:19.352Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-14T13:00:19.577Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-09-14T13:00:19.752Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-09-14T13:00:19.752Z] === RUN TestLinksContainerNames [2020-09-14T13:00:19.833Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-14T13:00:20.088Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-14T13:00:20.343Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-14T13:00:20.343Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-14T13:00:20.929Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2020-09-14T13:00:20.930Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-14T13:00:21.135Z] --- PASS: TestLinksContainerNames (1.54s) [2020-09-14T13:00:21.135Z] === RUN TestLogsFollowTailEmpty [2020-09-14T13:00:21.269Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-14T13:00:21.526Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-14T13:00:22.079Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-09-14T13:00:22.079Z] === RUN TestContainerNetworkMountsNoChown [2020-09-14T13:00:22.089Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-09-14T13:00:22.344Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-14T13:00:22.344Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-14T13:00:22.599Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-14T13:00:22.599Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-14T13:00:22.650Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s) [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/default [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/default [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/private [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/private [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rprivate [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/slave [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/slave [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rslave [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/shared [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/shared [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rshared [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/default [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/rslave [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/rshared [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/slave [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/rprivate [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/private [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/shared [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:00:22.650Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-14T13:00:22.650Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-14T13:00:22.650Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:00:22.911Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:00:22.998Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2020-09-14T13:00:22.998Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:00:23.171Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-14T13:00:23.171Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-09-14T13:00:23.171Z] === RUN TestContainerBindMountNonRecursive [2020-09-14T13:00:24.507Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2020-09-14T13:00:24.507Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-14T13:00:24.527Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-09-14T13:00:25.296Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T13:00:25.715Z] --- PASS: TestContainerBindMountNonRecursive (2.09s) [2020-09-14T13:00:25.715Z] === RUN TestNetworkNat [2020-09-14T13:00:25.859Z] [2020-09-14T13:00:25.859Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T13:00:26.059Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.69s) [2020-09-14T13:00:26.059Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-14T13:00:26.114Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T13:00:26.114Z] HOSTNAME=34c8818b8380 [2020-09-14T13:00:26.114Z] DEST=bundles/test-integration [2020-09-14T13:00:26.114Z] PWD=/go/src/github.com/docker/docker [2020-09-14T13:00:26.114Z] DOCKER_ROOTLESS=1 [2020-09-14T13:00:26.114Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T13:00:26.114Z] container=docker [2020-09-14T13:00:26.114Z] HOME=/root [2020-09-14T13:00:26.114Z] GOLANG_VERSION=1.13.15 [2020-09-14T13:00:26.114Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T13:00:26.114Z] VALIDATE_BRANCH=master [2020-09-14T13:00:26.114Z] TERM=xterm [2020-09-14T13:00:26.114Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T13:00:26.114Z] SHLVL=1 [2020-09-14T13:00:26.114Z] TIMEOUT=120m [2020-09-14T13:00:26.114Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T13:00:26.114Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T13:00:26.114Z] GO111MODULE=off [2020-09-14T13:00:26.114Z] DOCKER_EXPERIMENTAL=1 [2020-09-14T13:00:26.114Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-14T13:00:26.114Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T13:00:26.114Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T13:00:26.114Z] GOPATH=/go [2020-09-14T13:00:26.114Z] PKG_CONFIG=pkg-config [2020-09-14T13:00:26.114Z] _=/usr/bin/env [2020-09-14T13:00:26.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-14T13:00:26.284Z] --- PASS: TestNetworkNat (0.88s) [2020-09-14T13:00:26.284Z] === RUN TestNetworkLocalhostTCPNat [2020-09-14T13:00:26.458Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-14T13:00:26.758Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-09-14T13:00:27.094Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-09-14T13:00:27.094Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-14T13:00:27.226Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-09-14T13:00:27.226Z] === RUN TestNetworkLoopbackNat [2020-09-14T13:00:28.603Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-09-14T13:00:28.603Z] === RUN TestKernelTCPMemory [2020-09-14T13:00:28.687Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-09-14T13:00:28.687Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-14T13:00:29.624Z] ......................... [ 67%] [2020-09-14T13:00:29.638Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-09-14T13:00:29.638Z] === RUN TestNISDomainname [2020-09-14T13:00:30.050Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-09-14T13:00:30.521Z] --- PASS: TestNetworkLoopbackNat (3.14s) [2020-09-14T13:00:30.521Z] === RUN TestPause [2020-09-14T13:00:30.673Z] --- PASS: TestNISDomainname (0.95s) [2020-09-14T13:00:30.673Z] === RUN TestHostnameDnsResolution [2020-09-14T13:00:30.976Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-14T13:00:31.092Z] --- PASS: TestPause (0.81s) [2020-09-14T13:00:31.092Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-14T13:00:31.092Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:00:31.092Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:00:31.092Z] === RUN TestPauseStopPausedContainer [2020-09-14T13:00:32.032Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-09-14T13:00:32.032Z] === RUN TestPsFilter [2020-09-14T13:00:32.032Z] --- PASS: TestPsFilter (0.26s) [2020-09-14T13:00:32.032Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-14T13:00:32.181Z] --- PASS: TestHostnameDnsResolution (1.74s) [2020-09-14T13:00:32.181Z] === RUN TestStats [2020-09-14T13:00:32.910Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-14T13:00:32.910Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-09-14T13:00:32.973Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-09-14T13:00:32.974Z] === RUN TestRemoveContainerWithVolume [2020-09-14T13:00:33.837Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-14T13:00:33.915Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-09-14T13:00:33.915Z] === RUN TestRemoveContainerRunning [2020-09-14T13:00:34.398Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-14T13:00:34.485Z] --- PASS: TestRemoveContainerRunning (0.77s) [2020-09-14T13:00:34.485Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-14T13:00:35.326Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-14T13:00:35.326Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-09-14T13:00:35.425Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-09-14T13:00:35.425Z] === RUN TestRemoveInvalidContainer [2020-09-14T13:00:35.425Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-14T13:00:35.425Z] === RUN TestRenameLinkedContainer [2020-09-14T13:00:35.702Z] --- PASS: TestStats (2.97s) [2020-09-14T13:00:35.702Z] === RUN TestStopContainerWithTimeout [2020-09-14T13:00:35.702Z] === RUN TestStopContainerWithTimeout/0 [2020-09-14T13:00:35.702Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-14T13:00:35.702Z] === RUN TestStopContainerWithTimeout/1 [2020-09-14T13:00:35.702Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-14T13:00:35.702Z] === RUN TestStopContainerWithTimeout/3 [2020-09-14T13:00:35.702Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-14T13:00:35.702Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-14T13:00:35.702Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-14T13:00:35.702Z] === CONT TestStopContainerWithTimeout/0 [2020-09-14T13:00:35.702Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-14T13:00:36.254Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-09-14T13:00:36.336Z] === CONT TestStopContainerWithTimeout/1 [2020-09-14T13:00:38.142Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-09-14T13:00:38.408Z] === CONT TestStopContainerWithTimeout/3 [2020-09-14T13:00:38.704Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-09-14T13:00:38.723Z] --- PASS: TestRenameLinkedContainer (3.00s) [2020-09-14T13:00:38.723Z] === RUN TestRenameStoppedContainer [2020-09-14T13:00:38.983Z] --- PASS: TestRenameStoppedContainer (0.74s) [2020-09-14T13:00:38.983Z] === RUN TestRenameRunningContainerAndReuse [2020-09-14T13:00:40.111Z] === RUN TestDockerSuite/TestAttachDetach [2020-09-14T13:00:40.896Z] --- PASS: TestRenameRunningContainerAndReuse (1.55s) [2020-09-14T13:00:40.896Z] === RUN TestRenameInvalidName [2020-09-14T13:00:41.054Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-14T13:00:41.141Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-14T13:00:41.141Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2020-09-14T13:00:41.141Z] --- PASS: TestStopContainerWithTimeout/1 (1.98s) [2020-09-14T13:00:41.141Z] --- PASS: TestStopContainerWithTimeout/-1 (3.18s) [2020-09-14T13:00:41.141Z] --- PASS: TestStopContainerWithTimeout/3 (2.94s) [2020-09-14T13:00:41.141Z] === RUN TestDeleteDevicemapper [2020-09-14T13:00:41.141Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-14T13:00:41.141Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:00:41.141Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-14T13:00:41.466Z] --- PASS: TestRenameInvalidName (0.78s) [2020-09-14T13:00:41.466Z] === RUN TestRenameAnonymousContainer [2020-09-14T13:00:41.981Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-14T13:00:42.237Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-09-14T13:00:43.601Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-14T13:00:44.570Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-09-14T13:00:44.570Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-14T13:00:45.497Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-14T13:00:45.611Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.76s) [2020-09-14T13:00:45.611Z] === RUN TestUpdateMemory [2020-09-14T13:00:45.611Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-14T13:00:45.611Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:00:45.611Z] === RUN TestUpdateCPUQuota [2020-09-14T13:00:45.668Z] --- PASS: TestRenameAnonymousContainer (3.94s) [2020-09-14T13:00:45.668Z] === RUN TestRenameContainerWithSameName [2020-09-14T13:00:45.929Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2020-09-14T13:00:45.929Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-14T13:00:46.059Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-09-14T13:00:46.245Z] --- PASS: TestUpdateCPUQuota (1.13s) [2020-09-14T13:00:46.245Z] === RUN TestUpdatePidsLimit [2020-09-14T13:00:46.245Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-14T13:00:46.537Z] === RUN TestUpdatePidsLimit/no_change [2020-09-14T13:00:46.830Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-14T13:00:46.986Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-14T13:00:47.464Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-14T13:00:47.756Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-14T13:00:47.842Z] --- PASS: TestRenameContainerWithLinkedContainer (1.51s) [2020-09-14T13:00:47.842Z] === RUN TestResize [2020-09-14T13:00:48.048Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-14T13:00:48.340Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-14T13:00:48.413Z] --- PASS: TestResize (0.78s) [2020-09-14T13:00:48.413Z] === RUN TestResizeWithInvalidSize [2020-09-14T13:00:48.876Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-09-14T13:00:48.876Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-14T13:00:49.131Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-09-14T13:00:49.354Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2020-09-14T13:00:49.354Z] === RUN TestResizeWhenContainerNotStarted [2020-09-14T13:00:49.691Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit (3.63s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-09-14T13:00:49.852Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-09-14T13:00:49.852Z] === RUN TestUpdateRestartPolicy [2020-09-14T13:00:49.935Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:49.935Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:49.935Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:49.935Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:00:49.935Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:49.935Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:00:49.936Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:00:49.988Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-14T13:00:51.396Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-14T13:00:51.396Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-14T13:00:51.396Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-09-14T13:00:51.851Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:00:51.957Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-09-14T13:00:52.253Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-09-14T13:00:52.423Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:00:52.684Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:00:52.946Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:00:53.219Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-14T13:00:54.582Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-09-14T13:00:55.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:00:55.497Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:55.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:00:56.440Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:00:56.472Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.61s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.95s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.54s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.53s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.48s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.73s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.65s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-09-14T13:00:58.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.20s) [2020-09-14T13:00:58.351Z] === RUN TestCgroupNamespacesRun [2020-09-14T13:00:58.988Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-09-14T13:01:00.264Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2020-09-14T13:01:00.264Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-14T13:01:00.358Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-09-14T13:01:00.614Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-09-14T13:01:02.175Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-09-14T13:01:02.175Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-14T13:01:02.491Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2020-09-14T13:01:02.491Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-14T13:01:03.154Z] --- PASS: TestBuildWithHugeFile (105.44s) [2020-09-14T13:01:03.154Z] === RUN TestBuildWithEmptyDockerfile [2020-09-14T13:01:03.154Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:01:03.154Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:01:03.154Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:01:03.154Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:01:03.154Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:01:03.154Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:01:03.154Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:01:03.154Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:01:03.410Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:01:03.410Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-09-14T13:01:03.410Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-09-14T13:01:03.410Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-09-14T13:01:03.410Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2020-09-14T13:01:03.410Z] === RUN TestBuildPreserveOwnership [2020-09-14T13:01:03.527Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2020-09-14T13:01:03.527Z] === RUN TestWaitNonBlocked [2020-09-14T13:01:03.527Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:01:03.527Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:01:03.527Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:01:03.527Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:01:03.527Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:01:03.527Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:01:03.705Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-14T13:01:04.086Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2020-09-14T13:01:04.086Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-14T13:01:04.309Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-09-14T13:01:04.563Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-14T13:01:04.563Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2020-09-14T13:01:04.563Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2020-09-14T13:01:04.563Z] === RUN TestWaitBlocked [2020-09-14T13:01:04.563Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:01:04.563Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:01:04.563Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:01:04.563Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:01:04.563Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:01:04.563Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:01:05.469Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s) [2020-09-14T13:01:05.469Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-14T13:01:05.619Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-14T13:01:05.619Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s) [2020-09-14T13:01:05.619Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.25s) [2020-09-14T13:01:05.619Z] === CONT TestContainerStartOnDaemonRestart [2020-09-14T13:01:05.619Z] === CONT TestIpcModeOlderClient [2020-09-14T13:01:05.913Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-09-14T13:01:05.913Z] === CONT TestDaemonHostGatewayIP [2020-09-14T13:01:06.865Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-14T13:01:07.380Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) [2020-09-14T13:01:07.380Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-14T13:01:07.522Z] c3aff4450246: Pull complete [2020-09-14T13:01:07.522Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-14T13:01:07.522Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:01:07.522Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:01:07.522Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-09-14T13:01:07.522Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-09-14T13:01:07.522Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457' [2020-09-14T13:01:07.522Z] INFO: Docker version of control daemon [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] Client: Docker Engine - Enterprise [2020-09-14T13:01:07.522Z] Version: 19.03.5 [2020-09-14T13:01:07.522Z] API version: 1.40 [2020-09-14T13:01:07.522Z] Go version: go1.12.12 [2020-09-14T13:01:07.522Z] Git commit: 2ee0c57608 [2020-09-14T13:01:07.522Z] Built: 11/13/2019 08:00:16 [2020-09-14T13:01:07.522Z] OS/Arch: windows/amd64 [2020-09-14T13:01:07.522Z] Experimental: false [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] Server: Docker Engine - Enterprise [2020-09-14T13:01:07.522Z] Engine: [2020-09-14T13:01:07.522Z] Version: 19.03.5 [2020-09-14T13:01:07.522Z] API version: 1.40 (minimum version 1.24) [2020-09-14T13:01:07.522Z] Go version: go1.12.12 [2020-09-14T13:01:07.522Z] Git commit: 2ee0c57608 [2020-09-14T13:01:07.522Z] Built: 11/13/2019 07:58:51 [2020-09-14T13:01:07.522Z] OS/Arch: windows/amd64 [2020-09-14T13:01:07.522Z] Experimental: true [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] INFO: Docker info of control daemon [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] Client: [2020-09-14T13:01:07.522Z] Debug Mode: false [2020-09-14T13:01:07.522Z] Plugins: [2020-09-14T13:01:07.522Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] Server: [2020-09-14T13:01:07.522Z] Containers: 0 [2020-09-14T13:01:07.522Z] Running: 0 [2020-09-14T13:01:07.522Z] Paused: 0 [2020-09-14T13:01:07.522Z] Stopped: 0 [2020-09-14T13:01:07.522Z] Images: 1 [2020-09-14T13:01:07.522Z] Server Version: 19.03.5 [2020-09-14T13:01:07.522Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-14T13:01:07.522Z] Windows: [2020-09-14T13:01:07.522Z] LCOW: [2020-09-14T13:01:07.522Z] Logging Driver: json-file [2020-09-14T13:01:07.522Z] Plugins: [2020-09-14T13:01:07.522Z] Volume: local [2020-09-14T13:01:07.522Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-14T13:01:07.522Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-14T13:01:07.522Z] Swarm: inactive [2020-09-14T13:01:07.522Z] Default Isolation: process [2020-09-14T13:01:07.522Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-14T13:01:07.522Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-14T13:01:07.522Z] OSType: windows [2020-09-14T13:01:07.522Z] Architecture: x86_64 [2020-09-14T13:01:07.522Z] CPUs: 4 [2020-09-14T13:01:07.522Z] Total Memory: 32GiB [2020-09-14T13:01:07.522Z] Name: azwin-2-7ade50 [2020-09-14T13:01:07.522Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-09-14T13:01:07.522Z] Docker Root Dir: D:\docker [2020-09-14T13:01:07.522Z] Debug Mode: false [2020-09-14T13:01:07.522Z] Registry: https://index.docker.io/v1/ [2020-09-14T13:01:07.522Z] Labels: [2020-09-14T13:01:07.522Z] Experimental: true [2020-09-14T13:01:07.522Z] Insecure Registries: [2020-09-14T13:01:07.522Z] 10.0.0.4:5000 [2020-09-14T13:01:07.522Z] 127.0.0.0/8 [2020-09-14T13:01:07.522Z] Registry Mirrors: [2020-09-14T13:01:07.522Z] http://10.0.0.4:5000/ [2020-09-14T13:01:07.522Z] Live Restore Enabled: false [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] INFO: Commit hash is 41be7293f5 [2020-09-14T13:01:07.522Z] INFO: Nuke-Everything... [2020-09-14T13:01:07.522Z] INFO: Container count on control daemon to delete is 0 [2020-09-14T13:01:07.522Z] INFO: Nuking d:\CI [2020-09-14T13:01:07.522Z] INFO: Zapped successfully [2020-09-14T13:01:07.522Z] INFO: Location for testing is d:\CI\PR-41447\2 [2020-09-14T13:01:07.522Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] INFO: Building the image from Dockerfile.windows at 09/14/2020 13:00:58... [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] Sending build context to Docker daemon 56.31MB [2020-09-14T13:01:07.522Z] [2020-09-14T13:01:07.522Z] Step 1/10 : FROM microsoft/windowsservercore [2020-09-14T13:01:07.522Z] ---> 715aaeac112d [2020-09-14T13:01:07.522Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-09-14T13:01:07.522Z] ---> Running in 93cc0bd027f7 [2020-09-14T13:01:07.522Z] Removing intermediate container 93cc0bd027f7 [2020-09-14T13:01:07.522Z] ---> 7ae79df8a78f [2020-09-14T13:01:07.522Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-09-14T13:01:07.522Z] ---> Running in d8dc027df9d4 [2020-09-14T13:01:07.522Z] Removing intermediate container d8dc027df9d4 [2020-09-14T13:01:07.522Z] ---> 955c5d67ee0d [2020-09-14T13:01:07.522Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-09-14T13:01:07.522Z] ---> Running in 0552a357432d [2020-09-14T13:01:07.522Z] Removing intermediate container 0552a357432d [2020-09-14T13:01:07.522Z] ---> ddcdb8c1896d [2020-09-14T13:01:07.522Z] 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-14T13:01:07.522Z] ---> Running in be45fe51d87b [2020-09-14T13:01:07.522Z] Removing intermediate container be45fe51d87b [2020-09-14T13:01:07.522Z] ---> ab7335be9809 [2020-09-14T13:01:07.522Z] 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-14T13:01:07.522Z] ---> Running in 140b8a3ff764 [2020-09-14T13:01:07.792Z] --- PASS: TestBuildPreserveOwnership (4.21s) [2020-09-14T13:01:07.792Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.93s) [2020-09-14T13:01:07.792Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.27s) [2020-09-14T13:01:07.792Z] === RUN TestBuildPlatformInvalid [2020-09-14T13:01:07.792Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2020-09-14T13:01:07.792Z] PASS [2020-09-14T13:01:07.792Z] [2020-09-14T13:01:07.792Z] === Skipped [2020-09-14T13:01:07.792Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-14T13:01:07.792Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T13:01:07.792Z] [2020-09-14T13:01:07.792Z] [2020-09-14T13:01:07.792Z] DONE 32 tests, 1 skipped in 189.709s [2020-09-14T13:01:07.792Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-14T13:01:07.792Z] ++ 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-14T13:01:07.792Z] ++ set -e [2020-09-14T13:01:07.792Z] ++ '[' -n 0 ']' [2020-09-14T13:01:07.792Z] ++ set -x [2020-09-14T13:01:07.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-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-14T13:01:08.047Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-09-14T13:01:08.047Z] INFO: Testing against a local daemon [2020-09-14T13:01:08.047Z] === RUN TestConfigInspect [2020-09-14T13:01:08.607Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-09-14T13:01:08.646Z] --- PASS: TestContainerStartOnDaemonRestart (3.01s) [2020-09-14T13:01:08.646Z] === CONT TestContainerKillOnDaemonStart [2020-09-14T13:01:09.170Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-09-14T13:01:09.295Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2020-09-14T13:01:09.295Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-14T13:01:09.427Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-14T13:01:09.427Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-09-14T13:01:09.682Z] --- PASS: TestDaemonHostGatewayIP (3.86s) [2020-09-14T13:01:09.682Z] === CONT TestDaemonRestartIpcMode [2020-09-14T13:01:09.683Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-14T13:01:09.867Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-09-14T13:01:09.867Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-14T13:01:09.980Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-09-14T13:01:10.370Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-09-14T13:01:11.347Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-14T13:01:11.347Z] --- PASS: TestConfigInspect (3.07s) [2020-09-14T13:01:11.347Z] === RUN TestConfigList [2020-09-14T13:01:11.347Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-14T13:01:11.606Z] #65 exporting layers 81.4s done [2020-09-14T13:01:11.606Z] #65 exporting manifest sha256:512b60a25ecfaf9327bef5b1f110c8bee6d03de2924a3fe54c039f332a18a73a [2020-09-14T13:01:11.606Z] #65 exporting manifest sha256:512b60a25ecfaf9327bef5b1f110c8bee6d03de2924a3fe54c039f332a18a73a done [2020-09-14T13:01:11.606Z] #65 exporting config sha256:359b09ab35ad2ff96a147d866c799c27f346ddcefcb3388db325e44bcc295fcd done [2020-09-14T13:01:11.606Z] #65 sending tarball [2020-09-14T13:01:11.777Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-09-14T13:01:11.778Z] === RUN TestKernelTCPMemory [2020-09-14T13:01:12.279Z] [2020-09-14T13:01:12.279Z] SUCCESS: Specified value was saved. [2020-09-14T13:01:12.313Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-09-14T13:01:12.722Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-09-14T13:01:12.722Z] === RUN TestNISDomainname [2020-09-14T13:01:12.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-14T13:01:12.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-14T13:01:12.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-14T13:01:12.874Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-09-14T13:01:13.200Z] --- PASS: TestDaemonRestartIpcMode (3.58s) [2020-09-14T13:01:13.663Z] --- PASS: TestNISDomainname (0.93s) [2020-09-14T13:01:13.663Z] === RUN TestHostnameDnsResolution [2020-09-14T13:01:14.280Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-09-14T13:01:14.281Z] --- PASS: TestConfigList (3.17s) [2020-09-14T13:01:14.281Z] === RUN TestConfigsCreateAndDelete [2020-09-14T13:01:14.476Z] INFO: Downloading git... [2020-09-14T13:01:15.456Z] INFO: Downloading go... [2020-09-14T13:01:15.576Z] --- PASS: TestHostnameDnsResolution (1.70s) [2020-09-14T13:01:15.576Z] === RUN TestStats [2020-09-14T13:01:16.592Z] INFO: Downloading compiler 1 of 3... [2020-09-14T13:01:16.834Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-14T13:01:16.834Z] --- PASS: TestConfigsCreateAndDelete (2.09s) [2020-09-14T13:01:16.834Z] === RUN TestConfigsUpdate [2020-09-14T13:01:17.397Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-14T13:01:17.575Z] INFO: Downloading compiler 2 of 3... [2020-09-14T13:01:17.575Z] INFO: Downloading compiler 3 of 3... [2020-09-14T13:01:17.653Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-09-14T13:01:18.040Z] INFO: Extracting git... [2020-09-14T13:01:18.230Z] --- PASS: TestStats (2.78s) [2020-09-14T13:01:18.230Z] === RUN TestStopContainerWithTimeout [2020-09-14T13:01:18.230Z] === RUN TestStopContainerWithTimeout/0 [2020-09-14T13:01:18.230Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-14T13:01:18.230Z] === RUN TestStopContainerWithTimeout/1 [2020-09-14T13:01:18.230Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-14T13:01:18.230Z] === RUN TestStopContainerWithTimeout/3 [2020-09-14T13:01:18.230Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-14T13:01:18.230Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-14T13:01:18.230Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-14T13:01:18.230Z] === CONT TestStopContainerWithTimeout/0 [2020-09-14T13:01:18.230Z] === CONT TestStopContainerWithTimeout/3 [2020-09-14T13:01:18.230Z] === CONT TestStopContainerWithTimeout/1 [2020-09-14T13:01:18.230Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-14T13:01:19.022Z] --- PASS: TestConfigsUpdate (2.56s) [2020-09-14T13:01:19.022Z] === RUN TestTemplatedConfig [2020-09-14T13:01:20.432Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-09-14T13:01:20.432Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-09-14T13:01:21.530Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-14T13:01:21.530Z] --- PASS: TestStopContainerWithTimeout/0 (1.28s) [2020-09-14T13:01:21.530Z] --- PASS: TestStopContainerWithTimeout/1 (2.29s) [2020-09-14T13:01:21.530Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2020-09-14T13:01:21.530Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2020-09-14T13:01:21.530Z] === RUN TestDeleteDevicemapper [2020-09-14T13:01:21.530Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-14T13:01:21.530Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:01:21.530Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-14T13:01:21.717Z] --- PASS: TestContainerKillOnDaemonStart (12.36s) [2020-09-14T13:01:21.717Z] PASS [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] === Skipped [2020-09-14T13:01:21.717Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-09-14T13:01:21.717Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-14T13:01:21.717Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-14T13:01:21.717Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:01:21.717Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-09-14T13:01:21.717Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-09-14T13:01:21.717Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] [2020-09-14T13:01:21.717Z] DONE 192 tests, 6 skipped in 153.346s [2020-09-14T13:01:21.717Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-09-14T13:01:21.717Z] ++ 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-14T13:01:21.717Z] ++ set -e [2020-09-14T13:01:21.717Z] ++ '[' -n 0 ']' [2020-09-14T13:01:21.717Z] ++ set -x [2020-09-14T13:01:21.717Z] ++ env -i DEST=/go/src/github.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-14T13:01:21.717Z] INFO: Testing against a local daemon [2020-09-14T13:01:21.717Z] === RUN TestCommitInheritsEnv [2020-09-14T13:01:22.011Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-09-14T13:01:22.011Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-14T13:01:22.011Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-14T13:01:22.011Z] === RUN TestImagesFilterMultiReference [2020-09-14T13:01:22.011Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-09-14T13:01:22.011Z] === RUN TestImagePullPlatformInvalid [2020-09-14T13:01:22.011Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-09-14T13:01:22.011Z] === RUN TestRemoveImageOrphaning [2020-09-14T13:01:22.365Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-09-14T13:01:22.621Z] --- PASS: TestTemplatedConfig (3.55s) [2020-09-14T13:01:22.621Z] === RUN TestConfigCreateResolve [2020-09-14T13:01:22.646Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-09-14T13:01:22.646Z] === RUN TestRemoveImageGarbageCollector [2020-09-14T13:01:22.646Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:01:22.646Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:01:22.646Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-14T13:01:22.646Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-14T13:01:22.646Z] === RUN TestTagInvalidReference [2020-09-14T13:01:22.646Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-14T13:01:22.646Z] === RUN TestTagValidPrefixedRepo [2020-09-14T13:01:22.646Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-14T13:01:22.646Z] === RUN TestTagExistedNameWithoutForce [2020-09-14T13:01:22.646Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-09-14T13:01:22.646Z] === RUN TestTagOfficialNames [2020-09-14T13:01:22.646Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-14T13:01:22.646Z] === RUN TestTagMatchesDigest [2020-09-14T13:01:22.646Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-14T13:01:22.646Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-14T13:01:23.444Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s) [2020-09-14T13:01:23.444Z] === RUN TestUpdateMemory [2020-09-14T13:01:23.444Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-14T13:01:23.444Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:23.444Z] === RUN TestUpdateCPUQuota [2020-09-14T13:01:23.985Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-14T13:01:24.831Z] --- PASS: TestUpdateCPUQuota (1.27s) [2020-09-14T13:01:24.831Z] === RUN TestUpdatePidsLimit [2020-09-14T13:01:24.831Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-14T13:01:24.933Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-09-14T13:01:25.091Z] === RUN TestUpdatePidsLimit/no_change [2020-09-14T13:01:25.237Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-09-14T13:01:25.494Z] --- PASS: TestConfigCreateResolve (2.79s) [2020-09-14T13:01:25.494Z] === RUN TestConfigDaemonLibtrustID [2020-09-14T13:01:25.662Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-14T13:01:25.923Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-14T13:01:26.057Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2020-09-14T13:01:26.057Z] PASS [2020-09-14T13:01:26.057Z] [2020-09-14T13:01:26.057Z] DONE 7 tests in 17.978s [2020-09-14T13:01:26.057Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-14T13:01:26.057Z] ++ 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-14T13:01:26.057Z] ++ set -e [2020-09-14T13:01:26.057Z] ++ '[' -n 0 ']' [2020-09-14T13:01:26.057Z] ++ set -x [2020-09-14T13:01:26.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-14T13:01:26.057Z] INFO: Testing against a local daemon [2020-09-14T13:01:26.057Z] === RUN TestCheckpoint [2020-09-14T13:01:26.057Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-14T13:01:26.057Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:01:26.057Z] === RUN TestContainerInvalidJSON [2020-09-14T13:01:26.057Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:01:26.057Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:01:26.057Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:01:26.057Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:01:26.057Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:01:26.057Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:01:26.057Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:01:26.057Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:01:26.057Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:01:26.057Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-14T13:01:26.057Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-14T13:01:26.057Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-14T13:01:26.057Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-14T13:01:26.057Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-14T13:01:26.313Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-09-14T13:01:26.313Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-14T13:01:26.313Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-09-14T13:01:26.313Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-14T13:01:26.313Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-09-14T13:01:26.313Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-09-14T13:01:26.313Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-14T13:01:26.494Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-14T13:01:26.568Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-09-14T13:01:26.568Z] === RUN TestCopyFromContainer [2020-09-14T13:01:26.754Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-14T13:01:27.015Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-14T13:01:27.137Z] tests/integration/client_test.py ..... [ 75%] [2020-09-14T13:01:27.137Z] tests/integration/context_api_test.py ... [ 76%] [2020-09-14T13:01:27.186Z] #65 ... [2020-09-14T13:01:27.186Z] [2020-09-14T13:01:27.186Z] #66 importing to docker [2020-09-14T13:01:27.186Z] #66 ... [2020-09-14T13:01:27.186Z] [2020-09-14T13:01:27.186Z] #65 exporting to oci image format [2020-09-14T13:01:27.186Z] #65 sending tarball 15.5s done [2020-09-14T13:01:27.186Z] #65 DONE 96.9s [2020-09-14T13:01:27.186Z] [2020-09-14T13:01:27.186Z] #66 importing to docker [2020-09-14T13:01:27.704Z] tests/integration/errors_test.py . [ 76%] [2020-09-14T13:01:27.933Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-14T13:01:27.933Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-14T13:01:27.933Z] === RUN TestCopyFromContainer// [2020-09-14T13:01:28.189Z] === RUN TestCopyFromContainer//bar/root [2020-09-14T13:01:28.189Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-09-14T13:01:28.189Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit (3.58s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-09-14T13:01:28.399Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-09-14T13:01:28.399Z] === RUN TestUpdateRestartPolicy [2020-09-14T13:01:28.446Z] === RUN TestCopyFromContainer/bar/quux [2020-09-14T13:01:28.702Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-14T13:01:28.702Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-14T13:01:28.999Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-14T13:01:28.999Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-14T13:01:28.999Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-14T13:01:29.256Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer (2.94s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer// (0.14s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s) [2020-09-14T13:01:29.513Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-09-14T13:01:29.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-14T13:01:29.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:01:29.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:01:29.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:01:29.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:01:29.513Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:01:29.513Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:01:29.513Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:01:29.513Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:01:29.513Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:01:29.513Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2020-09-14T13:01:29.513Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-14T13:01:29.513Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-14T13:01:29.513Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-14T13:01:29.513Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-14T13:01:29.513Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-09-14T13:01:29.513Z] === RUN TestCreateWithInvalidEnv [2020-09-14T13:01:29.513Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-14T13:01:29.513Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-14T13:01:29.513Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-14T13:01:29.513Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-14T13:01:29.513Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-14T13:01:29.513Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-14T13:01:29.513Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-14T13:01:29.513Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-14T13:01:29.513Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-14T13:01:29.513Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-14T13:01:29.513Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-14T13:01:29.513Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-14T13:01:29.513Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-09-14T13:01:29.513Z] === RUN TestCreateTmpfsMountsTarget [2020-09-14T13:01:29.513Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-14T13:01:29.513Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-14T13:01:30.075Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-14T13:01:30.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-14T13:01:31.484Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-09-14T13:01:31.740Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s) [2020-09-14T13:01:31.740Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-14T13:01:31.740Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-09-14T13:01:32.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-14T13:01:32.923Z] INFO: Expanding go... [2020-09-14T13:01:33.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.86s) [2020-09-14T13:01:33.673Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-14T13:01:33.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:01:33.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:01:33.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:01:33.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:01:33.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:01:33.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:01:33.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:01:33.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:01:33.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:01:33.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:01:33.673Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:01:33.673Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:01:33.673Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:01:33.673Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:01:33.673Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.06s) [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-09-14T13:01:33.673Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-09-14T13:01:33.673Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-14T13:01:33.929Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-14T13:01:34.184Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s) [2020-09-14T13:01:34.184Z] === RUN TestCreateDifferentPlatform [2020-09-14T13:01:34.184Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-14T13:01:34.184Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-14T13:01:34.184Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2020-09-14T13:01:34.184Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2020-09-14T13:01:34.184Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-14T13:01:34.184Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-14T13:01:34.440Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-14T13:01:34.440Z] === RUN TestContainerStartOnDaemonRestart [2020-09-14T13:01:34.440Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-14T13:01:34.440Z] === RUN TestDaemonRestartIpcMode [2020-09-14T13:01:34.440Z] === PAUSE TestDaemonRestartIpcMode [2020-09-14T13:01:34.440Z] === RUN TestDaemonHostGatewayIP [2020-09-14T13:01:34.440Z] === PAUSE TestDaemonHostGatewayIP [2020-09-14T13:01:34.440Z] === RUN TestContainerKillOnDaemonStart [2020-09-14T13:01:34.440Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-14T13:01:34.440Z] === RUN TestDiff [2020-09-14T13:01:34.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-14T13:01:34.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-14T13:01:35.001Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-14T13:01:35.001Z] --- PASS: TestDiff (0.59s) [2020-09-14T13:01:35.001Z] === RUN TestExecWithCloseStdin [2020-09-14T13:01:35.605Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-09-14T13:01:35.605Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-14T13:01:35.605Z] --- PASS: TestExecWithCloseStdin (0.79s) [2020-09-14T13:01:35.605Z] === RUN TestExec [2020-09-14T13:01:36.534Z] --- PASS: TestExec (0.85s) [2020-09-14T13:01:36.534Z] === RUN TestExecUser [2020-09-14T13:01:36.696Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-14T13:01:37.463Z] --- PASS: TestExecUser (0.82s) [2020-09-14T13:01:37.463Z] === RUN TestExportContainerAndImportImage [2020-09-14T13:01:38.391Z] --- PASS: TestExportContainerAndImportImage (0.97s) [2020-09-14T13:01:38.391Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-14T13:01:38.647Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-14T13:01:39.253Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-09-14T13:01:39.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-14T13:01:40.180Z] --- PASS: TestExportContainerAfterDaemonRestart (1.64s) [2020-09-14T13:01:40.180Z] === RUN TestHealthCheckWorkdir [2020-09-14T13:01:40.625Z] --- PASS: TestUpdateRestartPolicy (12.31s) [2020-09-14T13:01:40.625Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-14T13:01:40.740Z] --- PASS: TestHealthCheckWorkdir (0.77s) [2020-09-14T13:01:40.740Z] === RUN TestHealthKillContainer [2020-09-14T13:01:41.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-14T13:01:41.569Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-09-14T13:01:41.569Z] === RUN TestWaitNonBlocked [2020-09-14T13:01:41.569Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:01:41.569Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:01:41.569Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:01:41.569Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:01:41.569Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:01:41.569Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:01:41.670Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-14T13:01:42.231Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-09-14T13:01:42.231Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-14T13:01:42.510Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-14T13:01:42.510Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s) [2020-09-14T13:01:42.510Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2020-09-14T13:01:42.510Z] === RUN TestWaitBlocked [2020-09-14T13:01:42.510Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:01:42.510Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:01:42.510Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:01:42.510Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:01:42.510Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:01:42.510Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:01:42.596Z] #66 DONE 16.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-14T13:01:42.792Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-09-14T13:01:43.048Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-14T13:01:43.065Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/test/unit [2020-09-14T13:01:43.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-14T13:01:43.305Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-09-14T13:01:43.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-14T13:01:43.569Z] --- PASS: TestHealthKillContainer (2.71s) [2020-09-14T13:01:43.569Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-14T13:01:43.825Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-09-14T13:01:43.894Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-14T13:01:43.894Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.91s) [2020-09-14T13:01:43.894Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2020-09-14T13:01:43.894Z] === CONT TestContainerStartOnDaemonRestart [2020-09-14T13:01:43.894Z] === CONT TestIpcModeOlderClient [2020-09-14T13:01:43.894Z] === CONT TestDaemonHostGatewayIP [2020-09-14T13:01:43.894Z] === CONT TestContainerKillOnDaemonStart [2020-09-14T13:01:43.894Z] --- PASS: TestIpcModeOlderClient (0.25s) [2020-09-14T13:01:43.894Z] === CONT TestDaemonRestartIpcMode [2020-09-14T13:01:44.080Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2020-09-14T13:01:44.080Z] === RUN TestIpcModeNone [2020-09-14T13:01:44.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-14T13:01:45.007Z] --- PASS: TestIpcModeNone (0.87s) [2020-09-14T13:01:45.007Z] === RUN TestIpcModePrivate [2020-09-14T13:01:45.568Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-09-14T13:01:45.823Z] --- PASS: TestIpcModePrivate (0.80s) [2020-09-14T13:01:45.823Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:93, shared: false, mustBeShared: false [2020-09-14T13:01:45.823Z] === RUN TestIpcModeShareable [2020-09-14T13:01:46.079Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-14T13:01:46.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-14T13:01:46.641Z] --- PASS: TestIpcModeShareable (0.81s) [2020-09-14T13:01:46.641Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2020-09-14T13:01:46.641Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-14T13:01:46.644Z] ? github.com/docker/docker/api [no test files] [2020-09-14T13:01:47.201Z] --- PASS: TestContainerStartOnDaemonRestart (3.60s) [2020-09-14T13:01:47.246Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-09-14T13:01:47.771Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2020-09-14T13:01:48.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-14T13:01:48.342Z] --- PASS: TestDaemonHostGatewayIP (4.76s) [2020-09-14T13:01:49.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-14T13:01:49.134Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-09-14T13:01:49.134Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.60s) [2020-09-14T13:01:49.134Z] === RUN TestAPIIpcModeHost [2020-09-14T13:01:50.061Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-09-14T13:01:50.061Z] === RUN TestDaemonIpcModeShareable [2020-09-14T13:01:50.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-14T13:01:50.671Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-09-14T13:01:50.685Z] INFO: Expanding compiler 1 of 3... [2020-09-14T13:01:51.321Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T13:01:51.321Z] Using test binary docker [2020-09-14T13:01:51.576Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-14T13:01:51.576Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T13:01:51.576Z] INFO: Waiting for daemon to start... [2020-09-14T13:01:51.576Z] Starting dockerd [2020-09-14T13:01:51.598Z] --- PASS: TestDaemonIpcModeShareable (1.64s) [2020-09-14T13:01:51.598Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2020-09-14T13:01:51.598Z] === RUN TestDaemonIpcModePrivate [2020-09-14T13:01:51.662Z] INFO: Expanding compiler 2 of 3... [2020-09-14T13:01:52.524Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-09-14T13:01:53.086Z] --- PASS: TestDaemonIpcModePrivate (1.67s) [2020-09-14T13:01:53.086Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2020-09-14T13:01:53.086Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-14T13:01:53.086Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-14T13:01:54.018Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-09-14T13:01:54.844Z] . [2020-09-14T13:01:54.844Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T13:01:54.844Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T13:01:54.844Z] Error: No such image: emptyfs [2020-09-14T13:01:54.844Z] Running integration-test (iteration 1) [2020-09-14T13:01:54.844Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-14T13:01:55.033Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s) [2020-09-14T13:01:55.033Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-09-14T13:01:55.033Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-14T13:01:55.960Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-09-14T13:01:56.401Z] INFO: Expanding compiler 3 of 3... [2020-09-14T13:01:56.401Z] INFO: Removing downloaded files... [2020-09-14T13:01:56.521Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-09-14T13:01:56.521Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2020-09-14T13:01:56.521Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2020-09-14T13:01:56.521Z] === RUN TestIpcModeOlderClient [2020-09-14T13:01:56.777Z] === PAUSE TestIpcModeOlderClient [2020-09-14T13:01:56.777Z] === RUN TestKillContainerInvalidSignal [2020-09-14T13:01:56.865Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-09-14T13:01:56.865Z] INFO: Configuring git core.autocrlf... [2020-09-14T13:01:57.338Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2020-09-14T13:01:57.338Z] === RUN TestKillContainer [2020-09-14T13:01:57.338Z] === RUN TestKillContainer/no_signal [2020-09-14T13:01:57.593Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-14T13:01:57.853Z] === RUN TestKillContainer/non_killing_signal [2020-09-14T13:01:58.339Z] --- PASS: TestContainerKillOnDaemonStart (13.10s) [2020-09-14T13:01:58.339Z] PASS [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] === Skipped [2020-09-14T13:01:58.339Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-09-14T13:01:58.339Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-14T13:01:58.339Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-14T13:01:58.339Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:01:58.339Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-14T13:01:58.339Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-09-14T13:01:58.339Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] [2020-09-14T13:01:58.339Z] DONE 192 tests, 6 skipped in 136.478s [2020-09-14T13:01:58.339Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-09-14T13:01:58.339Z] ++ 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-14T13:01:58.339Z] ++ set -e [2020-09-14T13:01:58.339Z] ++ '[' -n 0 ']' [2020-09-14T13:01:58.339Z] ++ set -x [2020-09-14T13:01:58.339Z] ++ env -i DEST=/go/src/github.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-14T13:01:58.339Z] INFO: Testing against a local daemon [2020-09-14T13:01:58.339Z] === RUN TestCommitInheritsEnv [2020-09-14T13:01:58.339Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-09-14T13:01:58.339Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-14T13:01:58.339Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-14T13:01:58.339Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-14T13:01:58.339Z] === RUN TestImagesFilterMultiReference [2020-09-14T13:01:58.339Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-14T13:01:58.339Z] === RUN TestImagePullPlatformInvalid [2020-09-14T13:01:58.339Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-09-14T13:01:58.339Z] === RUN TestRemoveImageOrphaning [2020-09-14T13:01:58.339Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2020-09-14T13:01:58.339Z] === RUN TestRemoveImageGarbageCollector [2020-09-14T13:01:58.339Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:01:58.339Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:01:58.339Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-14T13:01:58.339Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-14T13:01:58.339Z] === RUN TestTagInvalidReference [2020-09-14T13:01:58.339Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-14T13:01:58.339Z] === RUN TestTagValidPrefixedRepo [2020-09-14T13:01:58.339Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-14T13:01:58.339Z] === RUN TestTagExistedNameWithoutForce [2020-09-14T13:01:58.339Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-09-14T13:01:58.339Z] === RUN TestTagOfficialNames [2020-09-14T13:01:58.339Z] --- PASS: TestTagOfficialNames (0.07s) [2020-09-14T13:01:58.339Z] === RUN TestTagMatchesDigest [2020-09-14T13:01:58.458Z] === RUN TestKillContainer/killing_signal [2020-09-14T13:01:58.600Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-14T13:01:58.600Z] PASS [2020-09-14T13:01:58.600Z] [2020-09-14T13:01:58.600Z] === Skipped [2020-09-14T13:01:58.600Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-14T13:01:58.600Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-14T13:01:58.600Z] [2020-09-14T13:01:58.600Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:01:58.600Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:01:58.600Z] [2020-09-14T13:01:58.600Z] [2020-09-14T13:01:58.600Z] DONE 12 tests, 2 skipped in 1.768s [2020-09-14T13:01:58.600Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-09-14T13:01:58.600Z] ++ 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-14T13:01:58.600Z] ++ set -e [2020-09-14T13:01:58.600Z] ++ '[' -n 0 ']' [2020-09-14T13:01:58.600Z] ++ set -x [2020-09-14T13:01:58.600Z] ++ env -i DEST=/go/src/github.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-14T13:01:58.600Z] INFO: Testing against a local daemon [2020-09-14T13:01:58.600Z] === RUN TestNetworkCreateDelete [2020-09-14T13:01:59.019Z] --- PASS: TestKillContainer (1.75s) [2020-09-14T13:01:59.019Z] --- PASS: TestKillContainer/no_signal (0.58s) [2020-09-14T13:01:59.019Z] --- PASS: TestKillContainer/non_killing_signal (0.41s) [2020-09-14T13:01:59.019Z] --- PASS: TestKillContainer/killing_signal (0.58s) [2020-09-14T13:01:59.019Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-14T13:01:59.019Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-14T13:01:59.172Z] --- PASS: TestNetworkCreateDelete (0.47s) [2020-09-14T13:01:59.172Z] === RUN TestDockerNetworkDeletePreferID [2020-09-14T13:01:59.580Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-14T13:01:59.835Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-14T13:02:00.135Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-09-14T13:02:00.135Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-14T13:02:00.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s) [2020-09-14T13:02:00.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.59s) [2020-09-14T13:02:00.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2020-09-14T13:02:00.391Z] === RUN TestKillStoppedContainer [2020-09-14T13:02:00.391Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-09-14T13:02:00.391Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-14T13:02:00.391Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-09-14T13:02:00.391Z] === RUN TestKillDifferentUserContainer [2020-09-14T13:02:00.557Z] --- PASS: TestDockerNetworkDeletePreferID (1.29s) [2020-09-14T13:02:00.557Z] === RUN TestDaemonDNSFallback [2020-09-14T13:02:01.318Z] --- PASS: TestKillDifferentUserContainer (0.58s) [2020-09-14T13:02:01.318Z] === RUN TestInspectOomKilledTrue [2020-09-14T13:02:01.318Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-14T13:02:01.318Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:02:01.318Z] === RUN TestInspectOomKilledFalse [2020-09-14T13:02:01.318Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-14T13:02:01.318Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:02:01.318Z] === RUN TestLinksEtcHostsContentMatch [2020-09-14T13:02:01.573Z] --- PASS: TestLinksEtcHostsContentMatch (0.45s) [2020-09-14T13:02:01.573Z] === RUN TestLinksContainerNames [2020-09-14T13:02:02.988Z] --- PASS: TestLinksContainerNames (1.20s) [2020-09-14T13:02:02.988Z] === RUN TestLogsFollowTailEmpty [2020-09-14T13:02:03.252Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2020-09-14T13:02:03.252Z] === RUN TestContainerNetworkMountsNoChown [2020-09-14T13:02:03.540Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-09-14T13:02:03.814Z] --- PASS: TestContainerNetworkMountsNoChown (0.57s) [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/default [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/default [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/private [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/private [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/rprivate [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/slave [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/slave [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/rslave [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/shared [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/shared [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/rshared [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-14T13:02:03.814Z] === CONT TestMountDaemonRoot/default [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-14T13:02:03.814Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-14T13:02:03.814Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rshared [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rprivate [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/shared [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rslave [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/slave [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/private [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-14T13:02:04.072Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:02:04.072Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:02:04.072Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:02:04.329Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:02:04.585Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-14T13:02:04.585Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:02:04.585Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-14T13:02:04.585Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-14T13:02:04.585Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-09-14T13:02:04.586Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-14T13:02:04.586Z] === RUN TestContainerBindMountNonRecursive [2020-09-14T13:02:05.373Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2020-09-14T13:02:06.518Z] --- PASS: TestContainerBindMountNonRecursive (1.70s) [2020-09-14T13:02:06.518Z] === RUN TestNetworkNat [2020-09-14T13:02:06.518Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-14T13:02:06.518Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-09-14T13:02:06.773Z] --- PASS: TestNetworkNat (0.65s) [2020-09-14T13:02:06.773Z] === RUN TestNetworkLocalhostTCPNat [2020-09-14T13:02:07.014Z] Loaded image: buildpack-deps:buster [2020-09-14T13:02:07.014Z] Loaded image: busybox:latest [2020-09-14T13:02:07.014Z] Loaded image: busybox:glibc [2020-09-14T13:02:07.014Z] Loaded image: debian:buster [2020-09-14T13:02:07.014Z] Loaded image: hello-world:latest [2020-09-14T13:02:07.014Z] INFO: Testing against a local daemon [2020-09-14T13:02:07.014Z] === RUN TestCgroupNamespacesBuild [2020-09-14T13:02:07.744Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-14T13:02:07.744Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2020-09-14T13:02:07.744Z] === RUN TestNetworkLoopbackNat [2020-09-14T13:02:08.672Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-14T13:02:08.690Z] --- PASS: TestDaemonDNSFallback (7.40s) [2020-09-14T13:02:08.691Z] === RUN TestInspectNetwork [2020-09-14T13:02:11.179Z] --- PASS: TestCgroupNamespacesBuild (3.88s) [2020-09-14T13:02:11.179Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-14T13:02:11.230Z] --- PASS: TestNetworkLoopbackNat (3.03s) [2020-09-14T13:02:11.230Z] === RUN TestPause [2020-09-14T13:02:11.486Z] --- PASS: TestPause (0.81s) [2020-09-14T13:02:11.486Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-14T13:02:11.486Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:02:11.486Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:02:11.486Z] === RUN TestPauseStopPausedContainer [2020-09-14T13:02:12.414Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-14T13:02:12.414Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-09-14T13:02:12.414Z] === RUN TestPsFilter [2020-09-14T13:02:12.713Z] --- PASS: TestPsFilter (0.14s) [2020-09-14T13:02:12.713Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-14T13:02:12.895Z] === RUN TestInspectNetwork/full_network_id [2020-09-14T13:02:12.895Z] === RUN TestInspectNetwork/partial_network_id [2020-09-14T13:02:12.895Z] === RUN TestInspectNetwork/network_name [2020-09-14T13:02:12.895Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-14T13:02:12.969Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-09-14T13:02:13.066Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.12s) [2020-09-14T13:02:13.066Z] === RUN TestBuildWithSession [2020-09-14T13:02:13.066Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-14T13:02:13.066Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T13:02:13.066Z] === RUN TestBuildSquashParent [2020-09-14T13:02:13.531Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-09-14T13:02:13.531Z] === RUN TestRemoveContainerWithVolume [2020-09-14T13:02:14.092Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2020-09-14T13:02:14.092Z] === RUN TestRemoveContainerRunning [2020-09-14T13:02:15.018Z] --- PASS: TestRemoveContainerRunning (0.76s) [2020-09-14T13:02:15.018Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-14T13:02:15.583Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-09-14T13:02:15.583Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.76s) [2020-09-14T13:02:15.583Z] === RUN TestRemoveInvalidContainer [2020-09-14T13:02:15.583Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-14T13:02:15.583Z] === RUN TestRenameLinkedContainer [2020-09-14T13:02:18.176Z] --- PASS: TestInspectNetwork (9.38s) [2020-09-14T13:02:18.176Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-14T13:02:18.176Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-14T13:02:18.176Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-14T13:02:18.176Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-14T13:02:18.176Z] === RUN TestRunContainerWithBridgeNone [2020-09-14T13:02:19.459Z] ......... [ 86%] [2020-09-14T13:02:19.789Z] --- PASS: TestRenameLinkedContainer (3.53s) [2020-09-14T13:02:19.789Z] === RUN TestRenameStoppedContainer [2020-09-14T13:02:19.789Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-14T13:02:20.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-14T13:02:20.046Z] --- PASS: TestRenameStoppedContainer (1.04s) [2020-09-14T13:02:20.046Z] === RUN TestRenameRunningContainerAndReuse [2020-09-14T13:02:20.087Z] --- PASS: TestRunContainerWithBridgeNone (2.53s) [2020-09-14T13:02:20.087Z] === RUN TestNetworkInvalidJSON [2020-09-14T13:02:20.087Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-14T13:02:20.087Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-14T13:02:20.087Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:02:20.087Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:02:20.087Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:02:20.087Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:02:20.087Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-14T13:02:20.087Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:02:20.087Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:02:20.087Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-14T13:02:20.087Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-14T13:02:20.087Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-14T13:02:20.087Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-14T13:02:20.087Z] === RUN TestHostIPv4BridgeLabel [2020-09-14T13:02:20.658Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2020-09-14T13:02:20.658Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-14T13:02:21.145Z] --- PASS: TestBuildSquashParent (7.17s) [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T13:02:21.145Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T13:02:21.145Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T13:02:21.145Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T13:02:21.145Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T13:02:21.145Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T13:02:21.145Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T13:02:21.145Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T13:02:21.145Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T13:02:21.145Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T13:02:21.706Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T13:02:21.706Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T13:02:21.983Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s) [2020-09-14T13:02:21.983Z] === RUN TestRenameInvalidName [2020-09-14T13:02:22.043Z] --- PASS: TestDaemonRestartWithLiveRestore (1.35s) [2020-09-14T13:02:22.043Z] === RUN TestDaemonDefaultNetworkPools [2020-09-14T13:02:22.239Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-14T13:02:22.801Z] --- PASS: TestRenameInvalidName (0.90s) [2020-09-14T13:02:22.801Z] === RUN TestRenameAnonymousContainer [2020-09-14T13:02:23.275Z] tests/integration/models_images_test.py ............... [ 89%] [2020-09-14T13:02:23.426Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s) [2020-09-14T13:02:23.426Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-14T13:02:24.219Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T13:02:24.219Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T13:02:24.727Z] tests/integration/models_networks_test.py .... [ 90%] [2020-09-14T13:02:25.338Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.90s) [2020-09-14T13:02:25.338Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-14T13:02:25.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s) [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.43s) [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.08s) [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.16s) [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.95s) [2020-09-14T13:02:26.106Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s) [2020-09-14T13:02:26.106Z] === RUN TestBuildMultiStageCopy [2020-09-14T13:02:26.106Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-14T13:02:26.293Z] --- PASS: TestRenameAnonymousContainer (3.61s) [2020-09-14T13:02:26.293Z] === RUN TestRenameContainerWithSameName [2020-09-14T13:02:26.855Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-14T13:02:27.112Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2020-09-14T13:02:27.112Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-14T13:02:27.882Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2020-09-14T13:02:27.882Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-14T13:02:28.455Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s) [2020-09-14T13:02:28.455Z] === RUN TestServiceWithPredefinedNetwork [2020-09-14T13:02:29.044Z] --- PASS: TestRenameContainerWithLinkedContainer (1.73s) [2020-09-14T13:02:29.044Z] === RUN TestResize [2020-09-14T13:02:29.369Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-14T13:02:29.605Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-14T13:02:29.990Z] tests/integration/models_nodes_test.py . [ 91%] [2020-09-14T13:02:30.166Z] --- PASS: TestResize (1.23s) [2020-09-14T13:02:30.166Z] === RUN TestResizeWithInvalidSize [2020-09-14T13:02:30.294Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-14T13:02:30.421Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-09-14T13:02:30.926Z] tests/integration/models_resources_test.py . [ 91%] [2020-09-14T13:02:30.982Z] --- PASS: TestResizeWithInvalidSize (0.78s) [2020-09-14T13:02:30.982Z] === RUN TestResizeWhenContainerNotStarted [2020-09-14T13:02:31.219Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-14T13:02:31.544Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:02:31.544Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:02:31.544Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:02:31.544Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:02:31.544Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:02:31.762Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2020-09-14T13:02:31.762Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-14T13:02:31.762Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:02:31.762Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:02:31.762Z] === RUN TestServiceWithDataPathPortInit [2020-09-14T13:02:31.801Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-14T13:02:32.145Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-14T13:02:32.804Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-09-14T13:02:33.127Z] --- PASS: TestBuildMultiStageCopy (7.39s) [2020-09-14T13:02:33.127Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.39s) [2020-09-14T13:02:33.127Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-09-14T13:02:33.127Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-09-14T13:02:33.127Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-09-14T13:02:33.127Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-09-14T13:02:33.127Z] === RUN TestBuildMultiStageParentConfig [2020-09-14T13:02:34.168Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-09-14T13:02:34.423Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-14T13:02:34.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:02:34.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:02:35.789Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-14T13:02:36.045Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:02:36.300Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:02:37.091Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-09-14T13:02:38.189Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:02:38.189Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:02:38.368Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-09-14T13:02:38.368Z] === RUN TestBuildLabelWithTargets [2020-09-14T13:02:39.118Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-09-14T13:02:39.118Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-14T13:02:39.839Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-09-14T13:02:39.839Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-09-14T13:02:40.484Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:02:40.740Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:02:42.149Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-09-14T13:02:43.795Z] tests/integration/regression_test.py ...... [ 98%] [2020-09-14T13:02:44.331Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-09-14T13:02:44.331Z] tests/integration/credentials/utils_test.py . [100%] [2020-09-14T13:02:44.331Z] [2020-09-14T13:02:44.331Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-09-14T13:02:44.331Z] =========================== short test summary info ============================ [2020-09-14T13:02:44.331Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-09-14T13:02:44.331Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-09-14T13:02:44.331Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-09-14T13:02:44.331Z] Not supported on most drivers [2020-09-14T13:02:44.331Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-09-14T13:02:44.331Z] Output of docker top depends on host distro, and is not formalized. [2020-09-14T13:02:44.331Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-09-14T13:02:44.331Z] Output of docker top depends on host distro, and is not formalized. [2020-09-14T13:02:44.331Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-09-14T13:02:44.331Z] Can fail if eth0 has multiple IP addresses [2020-09-14T13:02:44.331Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-09-14T13:02:44.331Z] This doesn't seem to be taken into account by the engine [2020-09-14T13:02:44.331Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-09-14T13:02:44.331Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-09-14T13:02:44.331Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 306.25 seconds == [2020-09-14T13:02:44.590Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-09-14T13:02:44.663Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:02:44.663Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:02:44.858Z] --- PASS: TestImportExtremelyLargeImageWorks (80.41s) [2020-09-14T13:02:44.858Z] PASS [2020-09-14T13:02:44.858Z] [2020-09-14T13:02:44.858Z] === Skipped [2020-09-14T13:02:44.858Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:02:44.858Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:02:44.858Z] [2020-09-14T13:02:44.858Z] [2020-09-14T13:02:44.858Z] DONE 12 tests, 1 skipped in 81.996s [2020-09-14T13:02:44.858Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-09-14T13:02:44.858Z] ++ 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-14T13:02:44.858Z] ++ set -e [2020-09-14T13:02:44.858Z] ++ '[' -n 0 ']' [2020-09-14T13:02:44.858Z] ++ set -x [2020-09-14T13:02:44.858Z] ++ env -i DEST=/go/src/github.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-14T13:02:44.858Z] INFO: Testing against a local daemon [2020-09-14T13:02:44.858Z] === RUN TestNetworkCreateDelete [2020-09-14T13:02:44.858Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-09-14T13:02:44.858Z] === RUN TestDockerNetworkDeletePreferID [2020-09-14T13:02:44.858Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2020-09-14T13:02:44.858Z] === RUN TestDaemonDNSFallback [2020-09-14T13:02:46.369Z] --- PASS: TestDaemonDNSFallback (2.50s) [2020-09-14T13:02:46.369Z] === RUN TestInspectNetwork [2020-09-14T13:02:46.460Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-09-14T13:02:46.460Z] === RUN TestBuildWithEmptyLayers [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.76s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.92s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.88s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.65s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.61s) [2020-09-14T13:02:47.943Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.80s) [2020-09-14T13:02:47.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.99s) [2020-09-14T13:02:47.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.90s) [2020-09-14T13:02:47.944Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.76s) [2020-09-14T13:02:47.944Z] === RUN TestCgroupNamespacesRun [2020-09-14T13:02:47.944Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-09-14T13:02:49.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-09-14T13:02:49.328Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-09-14T13:02:49.328Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-14T13:02:49.725Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-09-14T13:02:49.725Z] === RUN TestBuildMultiStageOnBuild [2020-09-14T13:02:49.932Z] --- PASS: TestServiceWithDataPathPortInit (17.81s) [2020-09-14T13:02:49.932Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-14T13:02:50.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-14T13:02:51.257Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-09-14T13:02:51.257Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-14T13:02:51.555Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-09-14T13:02:51.943Z] === RUN TestInspectNetwork/full_network_id [2020-09-14T13:02:51.943Z] === RUN TestInspectNetwork/partial_network_id [2020-09-14T13:02:51.943Z] === RUN TestInspectNetwork/network_name [2020-09-14T13:02:51.943Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-14T13:02:52.923Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.77s) [2020-09-14T13:02:52.923Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-14T13:02:53.893Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-14T13:02:54.822Z] --- PASS: TestCgroupNamespacesRunHostMode (1.89s) [2020-09-14T13:02:54.822Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-14T13:02:55.012Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-09-14T13:02:55.012Z] === RUN TestBuildUncleanTarFilenames [2020-09-14T13:02:55.012Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2020-09-14T13:02:55.012Z] === RUN TestBuildMultiStageLayerLeak [2020-09-14T13:02:56.185Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-14T13:02:56.440Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) [2020-09-14T13:02:56.440Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-14T13:02:56.699Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-14T13:02:56.786Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:02:56.786Z] [2020-09-14T13:02:56.786Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:02:56.786Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:02:56.786Z] [2020-09-14T13:02:56.786Z] To set a process to complain mode, use the command line tool [2020-09-14T13:02:56.786Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:02:56.786Z] Post stage [Pipeline] junit [2020-09-14T13:02:57.056Z] Recording test results [Pipeline] sh [2020-09-14T13:02:57.511Z] --- PASS: TestInspectNetwork (10.94s) [2020-09-14T13:02:57.511Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-14T13:02:57.511Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-14T13:02:57.511Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-14T13:02:57.511Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-14T13:02:57.511Z] === RUN TestRunContainerWithBridgeNone [2020-09-14T13:02:57.545Z] + echo Ensuring container killed. [2020-09-14T13:02:57.545Z] Ensuring container killed. [2020-09-14T13:02:57.545Z] + docker rm -vf docker-pr2 [2020-09-14T13:02:57.545Z] Error: No such container: docker-pr2 [2020-09-14T13:02:57.545Z] + true [Pipeline] sh [2020-09-14T13:02:57.832Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:02:57.833Z] Chowning /workspace to jenkins user [2020-09-14T13:02:57.833Z] + id -u [2020-09-14T13:02:57.833Z] + id -g [2020-09-14T13:02:57.833Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41447:/workspace busybox chown -R 1000:1000 /workspace [2020-09-14T13:02:58.062Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.64s) [2020-09-14T13:02:58.062Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-14T13:02:58.625Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:02:59.067Z] + bundleName=docker-py [2020-09-14T13:02:59.067Z] + echo Creating docker-py-bundles.tar.gz [2020-09-14T13:02:59.067Z] Creating docker-py-bundles.tar.gz [2020-09-14T13:02:59.067Z] + 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-14T13:02:59.078Z] Archiving artifacts [2020-09-14T13:02:59.185Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2020-09-14T13:02:59.185Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-14T13:02:59.258Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2020-09-14T13:02:59.258Z] === RUN TestBuildWithHugeFile [2020-09-14T13:02:59.584Z] --- PASS: TestRunContainerWithBridgeNone (2.37s) [2020-09-14T13:02:59.584Z] === RUN TestNetworkInvalidJSON [2020-09-14T13:02:59.584Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-14T13:02:59.584Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-14T13:02:59.584Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:02:59.584Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:02:59.584Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:02:59.584Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:02:59.584Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-14T13:02:59.584Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:02:59.584Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:02:59.584Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-09-14T13:02:59.584Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-14T13:02:59.584Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-14T13:02:59.584Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-14T13:02:59.584Z] === RUN TestHostIPv4BridgeLabel [2020-09-14T13:02:59.927Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.05s) [2020-09-14T13:02:59.927Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ngj2okmt98zqu0shcvnmabi2f Created:2020-09-14 13:02:51.078352047 +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[823235827e9ee814f4d1e220d7229e9ab70bcee888ca387db76fc0fb4a27b596:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mezwxlh8rb09xg4vjdezuk6ks EndpointID:588b09f10c7905e2ea4c0a7b7b1d01fdd3576c3b909ee49c62017ff4b9641903 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cb99c513d9bda140cd75a479ddefdb342d94fd6704d3c19a0ac9c7f80e131f46 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:86ac9570a33f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mezwxlh8rb09xg4vjdezuk6ks EndpointID:588b09f10c7905e2ea4c0a7b7b1d01fdd3576c3b909ee49c62017ff4b9641903 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-14T13:02:59.927Z] PASS [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] === Skipped [2020-09-14T13:02:59.927Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:02:59.927Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] DONE 23 tests, 1 skipped in 59.969s [2020-09-14T13:02:59.927Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:02:59.927Z] ++ 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-14T13:02:59.927Z] ++ set -e [2020-09-14T13:02:59.927Z] ++ '[' -n 0 ']' [2020-09-14T13:02:59.927Z] ++ set -x [2020-09-14T13:02:59.927Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-14T13:02:59.927Z] INFO: Testing against a local daemon [2020-09-14T13:02:59.927Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-14T13:02:59.927Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:02:59.927Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:02:59.927Z] === RUN TestDockerNetworkIpvlan [2020-09-14T13:02:59.927Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:02:59.927Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:02:59.927Z] PASS [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] === Skipped [2020-09-14T13:02:59.927Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:02:59.927Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:02:59.927Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] [2020-09-14T13:02:59.927Z] DONE 2 tests, 2 skipped in 0.169s [2020-09-14T13:02:59.927Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:02:59.927Z] ++ 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-14T13:02:59.927Z] ++ set -e [2020-09-14T13:02:59.927Z] ++ '[' -n 0 ']' [2020-09-14T13:02:59.927Z] ++ set -x [2020-09-14T13:02:59.927Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-14T13:02:59.927Z] INFO: Testing against a local daemon [2020-09-14T13:02:59.927Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-14T13:03:00.217Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-09-14T13:03:00.217Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-14T13:03:00.868Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.99s) [2020-09-14T13:03:00.868Z] === RUN TestDockerNetworkMacvlan [2020-09-14T13:03:01.072Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.94s) [2020-09-14T13:03:01.072Z] === RUN TestKernelTCPMemory [2020-09-14T13:03:01.255Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-09-14T13:03:01.255Z] === RUN TestDaemonDefaultNetworkPools [2020-09-14T13:03:01.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-09-14T13:03:01.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-14T13:03:01.808Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-14T13:03:01.890Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2020-09-14T13:03:01.890Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-14T13:03:01.932Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-09-14T13:03:01.932Z] === RUN TestNISDomainname [2020-09-14T13:03:02.860Z] --- PASS: TestNISDomainname (0.93s) [2020-09-14T13:03:02.860Z] === RUN TestHostnameDnsResolution [2020-09-14T13:03:03.192Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-14T13:03:03.399Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-09-14T13:03:03.399Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-14T13:03:04.268Z] --- PASS: TestHostnameDnsResolution (1.23s) [2020-09-14T13:03:04.268Z] === RUN TestStats [2020-09-14T13:03:04.268Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-09-14T13:03:04.348Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [2020-09-14T13:03:04.435Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2020-09-14T13:03:04.435Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [Pipeline] sh [2020-09-14T13:03:04.575Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-14T13:03:04.709Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh binary-daemon [2020-09-14T13:03:04.969Z] [2020-09-14T13:03:05.071Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-09-14T13:03:05.071Z] === RUN TestServiceWithPredefinedNetwork [2020-09-14T13:03:05.227Z] Removing bundles/ [2020-09-14T13:03:05.227Z] [2020-09-14T13:03:05.227Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-09-14T13:03:05.227Z] Building: bundles/binary-daemon/dockerd-dev [2020-09-14T13:03:05.227Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T13:03:06.155Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-14T13:03:06.155Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-09-14T13:03:06.758Z] --- PASS: TestStats (2.75s) [2020-09-14T13:03:06.758Z] === RUN TestStopContainerWithTimeout [2020-09-14T13:03:06.758Z] === RUN TestStopContainerWithTimeout/0 [2020-09-14T13:03:06.758Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-14T13:03:06.758Z] === RUN TestStopContainerWithTimeout/1 [2020-09-14T13:03:06.758Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-14T13:03:06.758Z] === RUN TestStopContainerWithTimeout/3 [2020-09-14T13:03:06.758Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-14T13:03:06.758Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-14T13:03:06.758Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-14T13:03:06.758Z] === CONT TestStopContainerWithTimeout/0 [2020-09-14T13:03:06.758Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-14T13:03:06.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-14T13:03:07.872Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-14T13:03:08.164Z] === CONT TestStopContainerWithTimeout/3 [2020-09-14T13:03:08.164Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-09-14T13:03:08.419Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-14T13:03:08.592Z] --- PASS: TestServiceWithPredefinedNetwork (3.62s) [2020-09-14T13:03:08.592Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-14T13:03:08.592Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:03:08.592Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:03:08.592Z] === RUN TestServiceWithDataPathPortInit [2020-09-14T13:03:08.980Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-14T13:03:09.555Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-14T13:03:09.811Z] === CONT TestStopContainerWithTimeout/1 [2020-09-14T13:03:10.738Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-09-14T13:03:10.738Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-09-14T13:03:10.738Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-09-14T13:03:11.172Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-14T13:03:11.665Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-09-14T13:03:11.665Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2020-09-14T13:03:11.665Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2020-09-14T13:03:11.665Z] --- PASS: TestStopContainerWithTimeout/3 (2.69s) [2020-09-14T13:03:11.665Z] --- PASS: TestStopContainerWithTimeout/1 (1.81s) [2020-09-14T13:03:11.665Z] === RUN TestDeleteDevicemapper [2020-09-14T13:03:11.665Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-14T13:03:11.665Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:03:11.665Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-14T13:03:14.970Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-09-14T13:03:14.970Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-09-14T13:03:15.225Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.49s) [2020-09-14T13:03:15.225Z] === RUN TestUpdateMemory [2020-09-14T13:03:15.225Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-14T13:03:15.225Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:03:15.225Z] === RUN TestUpdateCPUQuota [2020-09-14T13:03:16.587Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-14T13:03:16.587Z] --- PASS: TestUpdateCPUQuota (1.47s) [2020-09-14T13:03:16.587Z] === RUN TestUpdatePidsLimit [2020-09-14T13:03:16.587Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-14T13:03:17.148Z] === RUN TestUpdatePidsLimit/no_change [2020-09-14T13:03:17.148Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-09-14T13:03:17.404Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-14T13:03:17.758Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-14T13:03:17.965Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-14T13:03:18.221Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-14T13:03:18.221Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-14T13:03:18.477Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-14T13:03:18.780Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-14T13:03:19.038Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan (17.99s) [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.93s) [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.01s) [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.72s) [2020-09-14T13:03:19.142Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.29s) [2020-09-14T13:03:19.142Z] PASS [2020-09-14T13:03:19.142Z] [2020-09-14T13:03:19.142Z] DONE 8 tests in 20.147s [2020-09-14T13:03:19.142Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-14T13:03:19.142Z] ++ 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-14T13:03:19.142Z] ++ set -e [2020-09-14T13:03:19.142Z] ++ '[' -n 0 ']' [2020-09-14T13:03:19.142Z] ++ set -x [2020-09-14T13:03:19.142Z] ++ env -i DEST=/go/src/github.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-14T13:03:19.142Z] testing: warning: no tests to run [2020-09-14T13:03:19.142Z] PASS [2020-09-14T13:03:19.142Z] [2020-09-14T13:03:19.142Z] DONE 0 tests in 0.030s [2020-09-14T13:03:19.142Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-14T13:03:19.142Z] ++ 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-14T13:03:19.142Z] ++ set -e [2020-09-14T13:03:19.142Z] ++ '[' -n 0 ']' [2020-09-14T13:03:19.142Z] ++ set -x [2020-09-14T13:03:19.142Z] ++ env -i DEST=/go/src/github.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-14T13:03:19.142Z] INFO: Testing against a local daemon [2020-09-14T13:03:19.142Z] === RUN TestAuthZPluginAllowRequest [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit (3.29s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/no_change (0.34s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.31s) [2020-09-14T13:03:19.965Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-09-14T13:03:19.965Z] === RUN TestUpdateRestartPolicy [2020-09-14T13:03:21.053Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2020-09-14T13:03:21.053Z] === RUN TestAuthZPluginTLS [2020-09-14T13:03:21.625Z] --- PASS: TestAuthZPluginTLS (0.67s) [2020-09-14T13:03:21.625Z] === RUN TestAuthZPluginDenyRequest [2020-09-14T13:03:21.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-09-14T13:03:22.198Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2020-09-14T13:03:22.198Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-14T13:03:22.769Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2020-09-14T13:03:22.769Z] === RUN TestAuthZPluginDenyResponse [2020-09-14T13:03:22.912Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-14T13:03:23.710Z] --- PASS: TestAuthZPluginDenyResponse (0.66s) [2020-09-14T13:03:23.710Z] === RUN TestAuthZPluginAllowEventStream [2020-09-14T13:03:24.800Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-14T13:03:24.800Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-09-14T13:03:25.094Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s) [2020-09-14T13:03:25.094Z] === RUN TestAuthZPluginErrorResponse [2020-09-14T13:03:25.402Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-14T13:03:25.658Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-14T13:03:25.914Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-14T13:03:26.036Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2020-09-14T13:03:26.036Z] === RUN TestAuthZPluginErrorRequest [2020-09-14T13:03:26.211Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-14T13:03:26.468Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-14T13:03:26.468Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-14T13:03:26.607Z] --- PASS: TestAuthZPluginErrorRequest (0.64s) [2020-09-14T13:03:26.607Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-14T13:03:27.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-09-14T13:03:27.179Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2020-09-14T13:03:27.179Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-14T13:03:27.592Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/server/middleware 0.022s coverage: 37.7% of statements [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 5.7% of statements [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-14T13:03:27.922Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2020-09-14T13:03:27.922Z] ok github.com/docker/docker/builder/remotecontext/git 3.892s coverage: 86.3% of statements [2020-09-14T13:03:29.460Z] ok github.com/docker/docker/builder/remotecontext 0.417s coverage: 13.6% of statements [2020-09-14T13:03:29.723Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s) [2020-09-14T13:03:29.723Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-14T13:03:30.856Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-09-14T13:03:30.994Z] ok github.com/docker/docker/builder/dockerfile 1.249s coverage: 48.0% of statements [2020-09-14T13:03:30.994Z] ? github.com/docker/docker/cli [no test files] [2020-09-14T13:03:30.994Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-14T13:03:31.066Z] --- PASS: TestServiceWithDataPathPortInit (20.47s) [2020-09-14T13:03:31.066Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-14T13:03:31.430Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-14T13:03:31.637Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.28s) [2020-09-14T13:03:31.637Z] === RUN TestAuthZPluginHeader [2020-09-14T13:03:32.357Z] --- PASS: TestUpdateRestartPolicy (12.34s) [2020-09-14T13:03:32.357Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-14T13:03:32.357Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-14T13:03:32.579Z] --- PASS: TestAuthZPluginHeader (1.00s) [2020-09-14T13:03:32.579Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-14T13:03:32.579Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-14T13:03:32.579Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:32.579Z] === RUN TestAuthZPluginV2Disable [2020-09-14T13:03:32.579Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-14T13:03:32.579Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:32.579Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-14T13:03:32.579Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-14T13:03:32.579Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:32.579Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-14T13:03:32.579Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-14T13:03:32.579Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:32.579Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-14T13:03:33.285Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2020-09-14T13:03:33.285Z] === RUN TestWaitNonBlocked [2020-09-14T13:03:33.285Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:03:33.285Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:03:33.285Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:03:33.285Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:03:33.285Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:03:33.285Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:03:34.213Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-09-14T13:03:34.213Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-09-14T13:03:34.213Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2020-09-14T13:03:34.213Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.20s) [2020-09-14T13:03:34.213Z] === RUN TestWaitBlocked [2020-09-14T13:03:34.213Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:03:34.213Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:03:34.213Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:03:34.213Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:03:34.213Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:03:34.213Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:03:34.575Z] ok github.com/docker/docker/client 0.452s coverage: 75.4% of statements [2020-09-14T13:03:35.577Z] --- PASS: TestWaitBlocked (0.03s) [2020-09-14T13:03:35.577Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2020-09-14T13:03:35.577Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.14s) [2020-09-14T13:03:35.577Z] === CONT TestContainerStartOnDaemonRestart [2020-09-14T13:03:35.577Z] === CONT TestContainerKillOnDaemonStart [2020-09-14T13:03:35.873Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-14T13:03:36.800Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-14T13:03:37.363Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-14T13:03:37.619Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-14T13:03:38.547Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-14T13:03:38.547Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-09-14T13:03:38.803Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-14T13:03:39.364Z] --- PASS: TestContainerStartOnDaemonRestart (3.73s) [2020-09-14T13:03:39.364Z] === CONT TestIpcModeOlderClient [2020-09-14T13:03:39.364Z] --- PASS: TestIpcModeOlderClient (0.10s) [2020-09-14T13:03:39.364Z] === CONT TestDaemonHostGatewayIP [2020-09-14T13:03:39.574Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.65s) [2020-09-14T13:03:39.574Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:f7j2lyxhl21lmrn4p7tsmw2cc Created:2020-09-14 13:03:30.504825938 +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[0f30e8043079de5d34900de3860642a5d7839fc585b8c5f6c53de5ced7a3bbc3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.b19hy86o8kvfqvpves0jzgjym EndpointID:82af9ba7d8ec95b93d29cad4ee3e812d5ce0bf4c201da75e5c65f22e96da63dd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:972321c1c7e4d2be4244d767993dd1925bc7cd99dbe3b9c9d42e8ee36f29828b 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:82c2c4ebe355 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.b19hy86o8kvfqvpves0jzgjym EndpointID:82af9ba7d8ec95b93d29cad4ee3e812d5ce0bf4c201da75e5c65f22e96da63dd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-14T13:03:39.574Z] PASS [2020-09-14T13:03:39.574Z] [2020-09-14T13:03:39.574Z] === Skipped [2020-09-14T13:03:39.574Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:03:39.574Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:03:39.574Z] [2020-09-14T13:03:39.574Z] [2020-09-14T13:03:39.574Z] DONE 23 tests, 1 skipped in 56.612s [2020-09-14T13:03:39.866Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:03:39.866Z] ++ 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-14T13:03:39.866Z] ++ set -e [2020-09-14T13:03:39.866Z] ++ '[' -n 0 ']' [2020-09-14T13:03:39.866Z] ++ set -x [2020-09-14T13:03:39.866Z] ++ env -i DEST=/go/src/github.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-14T13:03:40.158Z] INFO: Testing against a local daemon [2020-09-14T13:03:40.158Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-14T13:03:40.158Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:03:40.158Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:03:40.158Z] === RUN TestDockerNetworkIpvlan [2020-09-14T13:03:40.158Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:03:40.158Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:03:40.158Z] PASS [2020-09-14T13:03:40.158Z] [2020-09-14T13:03:40.158Z] === Skipped [2020-09-14T13:03:40.158Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:03:40.158Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:03:40.158Z] [2020-09-14T13:03:40.158Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:03:40.158Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:03:40.158Z] [2020-09-14T13:03:40.158Z] [2020-09-14T13:03:40.158Z] DONE 2 tests, 2 skipped in 0.380s [2020-09-14T13:03:40.158Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:03:40.158Z] ++ 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-14T13:03:40.158Z] ++ set -e [2020-09-14T13:03:40.158Z] ++ '[' -n 0 ']' [2020-09-14T13:03:40.158Z] ++ set -x [2020-09-14T13:03:40.158Z] ++ env -i DEST=/go/src/github.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-14T13:03:40.450Z] INFO: Testing against a local daemon [2020-09-14T13:03:40.450Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-14T13:03:41.255Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-09-14T13:03:41.960Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2020-09-14T13:03:41.960Z] === RUN TestDockerNetworkMacvlan [2020-09-14T13:03:42.596Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-14T13:03:42.619Z] --- PASS: TestDaemonHostGatewayIP (3.40s) [2020-09-14T13:03:42.619Z] === CONT TestDaemonRestartIpcMode [2020-09-14T13:03:43.633Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-14T13:03:44.510Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-09-14T13:03:44.668Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-14T13:03:45.876Z] --- PASS: TestDaemonRestartIpcMode (3.16s) [2020-09-14T13:03:47.376Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-09-14T13:03:48.189Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-14T13:03:48.739Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-14T13:03:48.739Z] --- PASS: TestContainerKillOnDaemonStart (13.37s) [2020-09-14T13:03:48.739Z] PASS [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] === Skipped [2020-09-14T13:03:48.739Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-14T13:03:48.739Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-14T13:03:48.739Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-14T13:03:48.739Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:03:48.739Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-14T13:03:48.739Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-14T13:03:48.739Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] [2020-09-14T13:03:48.739Z] DONE 192 tests, 6 skipped in 142.923s [2020-09-14T13:03:49.043Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-14T13:03:49.043Z] ++ 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-14T13:03:49.043Z] ++ set -e [2020-09-14T13:03:49.043Z] ++ '[' -n 0 ']' [2020-09-14T13:03:49.043Z] ++ set -x [2020-09-14T13:03:49.043Z] ++ env -i DEST=/go/src/github.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-14T13:03:49.043Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-09-14T13:03:49.043Z] INFO: Testing against a local daemon [2020-09-14T13:03:49.043Z] === RUN TestCommitInheritsEnv [2020-09-14T13:03:49.298Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-14T13:03:49.553Z] --- PASS: TestCommitInheritsEnv (0.48s) [2020-09-14T13:03:49.553Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-14T13:03:49.553Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-14T13:03:49.553Z] === RUN TestImagesFilterMultiReference [2020-09-14T13:03:49.809Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-09-14T13:03:49.809Z] === RUN TestImagePullPlatformInvalid [2020-09-14T13:03:49.809Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-14T13:03:49.809Z] === RUN TestRemoveImageOrphaning [2020-09-14T13:03:49.809Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-14T13:03:50.065Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2020-09-14T13:03:50.065Z] === RUN TestRemoveImageGarbageCollector [2020-09-14T13:03:52.035Z] --- PASS: TestRemoveImageGarbageCollector (1.77s) [2020-09-14T13:03:52.035Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-14T13:03:52.035Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-14T13:03:52.035Z] === RUN TestTagInvalidReference [2020-09-14T13:03:52.035Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-14T13:03:52.035Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-14T13:03:52.035Z] === RUN TestTagValidPrefixedRepo [2020-09-14T13:03:52.035Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-14T13:03:52.035Z] === RUN TestTagExistedNameWithoutForce [2020-09-14T13:03:52.035Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-14T13:03:52.035Z] === RUN TestTagOfficialNames [2020-09-14T13:03:52.035Z] --- PASS: TestTagOfficialNames (0.06s) [2020-09-14T13:03:52.035Z] === RUN TestTagMatchesDigest [2020-09-14T13:03:52.035Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-14T13:03:52.035Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-14T13:03:52.605Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-09-14T13:03:52.650Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-14T13:03:53.571Z] Removing intermediate container 140b8a3ff764 [2020-09-14T13:03:53.571Z] ---> a80491c459f9 [2020-09-14T13:03:53.571Z] 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-14T13:03:53.571Z] ---> Running in db48c2016a4d [2020-09-14T13:03:53.571Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-09-14T13:03:53.571Z] go: finding gotest.tools v0.3.5 [2020-09-14T13:03:53.571Z] go: finding gotest.tools/gotestsum v0.3.5 [2020-09-14T13:03:53.571Z] go: downloading gotest.tools/gotestsum v0.3.5 [2020-09-14T13:03:53.571Z] go: extracting gotest.tools/gotestsum v0.3.5 [2020-09-14T13:03:53.571Z] go: downloading gotest.tools v2.1.0+incompatible [2020-09-14T13:03:53.571Z] go: extracting gotest.tools v2.1.0+incompatible [2020-09-14T13:03:53.571Z] go: downloading github.com/pkg/errors v0.8.0 [2020-09-14T13:03:53.571Z] go: downloading github.com/spf13/pflag v1.0.1 [2020-09-14T13:03:53.571Z] go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T13:03:53.571Z] go: downloading github.com/fatih/color v1.6.0 [2020-09-14T13:03:53.571Z] go: extracting github.com/spf13/pflag v1.0.1 [2020-09-14T13:03:53.571Z] go: extracting github.com/pkg/errors v0.8.0 [2020-09-14T13:03:53.571Z] go: downloading github.com/sirupsen/logrus v1.0.5 [2020-09-14T13:03:53.571Z] go: extracting github.com/fatih/color v1.6.0 [2020-09-14T13:03:53.571Z] go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T13:03:53.571Z] go: extracting github.com/sirupsen/logrus v1.0.5 [2020-09-14T13:03:53.571Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-14T13:03:53.571Z] go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T13:03:53.571Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-14T13:03:53.571Z] go: downloading github.com/mattn/go-isatty v0.0.3 [2020-09-14T13:03:53.571Z] go: downloading github.com/mattn/go-colorable v0.0.9 [2020-09-14T13:03:53.571Z] go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T13:03:53.571Z] go: extracting github.com/mattn/go-colorable v0.0.9 [2020-09-14T13:03:53.571Z] go: extracting github.com/mattn/go-isatty v0.0.3 [2020-09-14T13:03:53.571Z] go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T13:03:53.571Z] go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T13:03:53.571Z] go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T13:03:53.571Z] go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T13:03:53.571Z] go: finding github.com/fatih/color v1.6.0 [2020-09-14T13:03:53.571Z] go: finding github.com/pkg/errors v0.8.0 [2020-09-14T13:03:53.571Z] go: finding github.com/sirupsen/logrus v1.0.5 [2020-09-14T13:03:53.571Z] go: finding github.com/spf13/pflag v1.0.1 [2020-09-14T13:03:53.571Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-14T13:03:53.571Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-14T13:03:53.571Z] go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-09-14T13:03:53.571Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-14T13:03:53.571Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-09-14T13:03:53.571Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-09-14T13:03:53.571Z] go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-09-14T13:03:53.571Z] INFO: Build done for gotestsum... [2020-09-14T13:03:54.532Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.18s) [2020-09-14T13:03:54.533Z] PASS [2020-09-14T13:03:54.533Z] [2020-09-14T13:03:54.533Z] === Skipped [2020-09-14T13:03:54.533Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-14T13:03:54.533Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:54.533Z] [2020-09-14T13:03:54.533Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-14T13:03:54.533Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:54.533Z] [2020-09-14T13:03:54.533Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-14T13:03:54.533Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:54.533Z] [2020-09-14T13:03:54.533Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-14T13:03:54.533Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:03:54.533Z] [2020-09-14T13:03:54.533Z] [2020-09-14T13:03:54.533Z] DONE 17 tests, 4 skipped in 31.918s [2020-09-14T13:03:54.533Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-14T13:03:54.533Z] ++ 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-14T13:03:54.533Z] ++ set -e [2020-09-14T13:03:54.533Z] ++ '[' -n 0 ']' [2020-09-14T13:03:54.533Z] ++ set -x [2020-09-14T13:03:54.533Z] ++ env -i DEST=/go/src/github.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-14T13:03:54.533Z] INFO: Testing against a local daemon [2020-09-14T13:03:54.533Z] === RUN TestPluginInvalidJSON [2020-09-14T13:03:54.533Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:03:54.533Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:03:54.533Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:03:54.533Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-14T13:03:54.533Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-14T13:03:54.533Z] === RUN TestPluginInstall [2020-09-14T13:03:54.533Z] === RUN TestPluginInstall/no_auth [2020-09-14T13:03:55.348Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-14T13:03:55.425Z] --- PASS: TestBuildWithHugeFile (54.36s) [2020-09-14T13:03:55.425Z] === RUN TestBuildWithEmptyDockerfile [2020-09-14T13:03:55.425Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:03:55.425Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:03:55.425Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:03:55.425Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:03:55.425Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:03:55.425Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:03:55.425Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:03:55.425Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:03:55.425Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:03:55.425Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2020-09-14T13:03:55.425Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2020-09-14T13:03:55.425Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-09-14T13:03:55.425Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-09-14T13:03:55.425Z] === RUN TestBuildPreserveOwnership [2020-09-14T13:03:55.425Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-14T13:03:56.459Z] time="2020-09-14T13:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:03:56.459Z] time="2020-09-14T13:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84705fd81b48273195406150af65d73d02d20bcb29127f4b7cf1975a1d9a4491" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:03:56.459Z] time="2020-09-14T13:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:03:56.459Z] time="2020-09-14T13:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84705fd81b48273195406150af65d73d02d20bcb29127f4b7cf1975a1d9a4491" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:03:56.715Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-14T13:03:56.715Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-14T13:03:56.715Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-14T13:03:56.715Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-14T13:03:56.715Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-14T13:03:56.722Z] === RUN TestPluginInstall/with_htpasswd [2020-09-14T13:03:57.644Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-09-14T13:03:57.664Z] time="2020-09-14T13:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:03:57.664Z] time="2020-09-14T13:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76911d918dcb372035c768374771f6a614402413f01e2292eac9d626fe23c22d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:03:57.664Z] time="2020-09-14T13:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:03:57.664Z] time="2020-09-14T13:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76911d918dcb372035c768374771f6a614402413f01e2292eac9d626fe23c22d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:03:57.924Z] === RUN TestPluginInstall/with_insecure [2020-09-14T13:03:59.051Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-09-14T13:03:59.307Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-09-14T13:03:59.309Z] time="2020-09-14T13:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:03:59.309Z] time="2020-09-14T13:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f11cc547b1666ef15633cb30af6cda6475441dcc05afbfd57b9b28514911204c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:03:59.309Z] time="2020-09-14T13:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:03:59.309Z] time="2020-09-14T13:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f11cc547b1666ef15633cb30af6cda6475441dcc05afbfd57b9b28514911204c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:03:59.570Z] --- PASS: TestPluginInstall (8.58s) [2020-09-14T13:03:59.570Z] --- PASS: TestPluginInstall/no_auth (5.61s) [2020-09-14T13:03:59.570Z] --- PASS: TestPluginInstall/with_htpasswd (1.18s) [2020-09-14T13:03:59.570Z] --- PASS: TestPluginInstall/with_insecure (1.78s) [2020-09-14T13:03:59.570Z] plugin_test.go:157: [d9d031fff01ab] daemon is not started [2020-09-14T13:03:59.570Z] PASS [2020-09-14T13:03:59.570Z] [2020-09-14T13:03:59.570Z] DONE 6 tests in 8.805s [2020-09-14T13:03:59.570Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-14T13:03:59.570Z] ++ 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-14T13:03:59.570Z] ++ set -e [2020-09-14T13:03:59.570Z] ++ '[' -n 0 ']' [2020-09-14T13:03:59.570Z] ++ set -x [2020-09-14T13:03:59.570Z] ++ env -i DEST=/go/src/github.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-14T13:03:59.688Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-14T13:03:59.830Z] INFO: Testing against a local daemon [2020-09-14T13:03:59.830Z] === RUN TestExternalGraphDriver [2020-09-14T13:04:00.091Z] === RUN TestExternalGraphDriver/json [2020-09-14T13:04:00.236Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-09-14T13:04:00.665Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-14T13:04:00.798Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan (19.19s) [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.34s) [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.50s) [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.27s) [2020-09-14T13:04:01.200Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.46s) [2020-09-14T13:04:01.200Z] PASS [2020-09-14T13:04:01.200Z] [2020-09-14T13:04:01.200Z] DONE 8 tests in 20.869s [2020-09-14T13:04:01.200Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-14T13:04:01.200Z] ++ 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-14T13:04:01.200Z] ++ set -e [2020-09-14T13:04:01.200Z] ++ '[' -n 0 ']' [2020-09-14T13:04:01.200Z] ++ set -x [2020-09-14T13:04:01.200Z] ++ env -i DEST=/go/src/github.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-14T13:04:01.200Z] testing: warning: no tests to run [2020-09-14T13:04:01.200Z] PASS [2020-09-14T13:04:01.200Z] [2020-09-14T13:04:01.200Z] DONE 0 tests in 0.059s [2020-09-14T13:04:01.200Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-14T13:04:01.200Z] ++ 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-14T13:04:01.200Z] ++ set -e [2020-09-14T13:04:01.200Z] ++ '[' -n 0 ']' [2020-09-14T13:04:01.200Z] ++ set -x [2020-09-14T13:04:01.200Z] ++ env -i DEST=/go/src/github.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-14T13:04:01.200Z] INFO: Testing against a local daemon [2020-09-14T13:04:01.200Z] === RUN TestAuthZPluginAllowRequest [2020-09-14T13:04:02.636Z] === RUN TestExternalGraphDriver/spec [2020-09-14T13:04:03.376Z] --- PASS: TestAuthZPluginAllowRequest (1.72s) [2020-09-14T13:04:03.377Z] === RUN TestAuthZPluginTLS [2020-09-14T13:04:03.377Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-09-14T13:04:03.377Z] === RUN TestAuthZPluginDenyRequest [2020-09-14T13:04:03.939Z] Removing intermediate container db48c2016a4d [2020-09-14T13:04:03.939Z] ---> d92939d0fc30 [2020-09-14T13:04:03.939Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-09-14T13:04:03.939Z] ---> Running in 54cbc8224181 [2020-09-14T13:04:04.011Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-09-14T13:04:04.011Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-14T13:04:04.403Z] Removing intermediate container 54cbc8224181 [2020-09-14T13:04:04.403Z] ---> 1c8a09e3ba4f [2020-09-14T13:04:04.403Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-09-14T13:04:04.403Z] ---> Running in 90ec7efd3e48 [2020-09-14T13:04:04.657Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-09-14T13:04:04.657Z] === RUN TestAuthZPluginDenyResponse [2020-09-14T13:04:04.827Z] --- PASS: TestBuildPreserveOwnership (10.30s) [2020-09-14T13:04:04.827Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.29s) [2020-09-14T13:04:04.827Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-09-14T13:04:04.827Z] === RUN TestBuildPlatformInvalid [2020-09-14T13:04:04.827Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-09-14T13:04:04.827Z] PASS [2020-09-14T13:04:04.827Z] [2020-09-14T13:04:04.827Z] === Skipped [2020-09-14T13:04:04.827Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-14T13:04:04.827Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T13:04:04.827Z] [2020-09-14T13:04:04.827Z] [2020-09-14T13:04:04.827Z] DONE 32 tests, 1 skipped in 129.739s [2020-09-14T13:04:04.827Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-14T13:04:04.827Z] INFO: Testing against a local daemon [2020-09-14T13:04:04.827Z] === RUN TestConfigInspect [2020-09-14T13:04:04.827Z] --- SKIP: TestConfigInspect (0.02s) [2020-09-14T13:04:04.827Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:04.827Z] === RUN TestConfigList [2020-09-14T13:04:04.827Z] --- SKIP: TestConfigList (0.02s) [2020-09-14T13:04:04.827Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:04.827Z] === RUN TestConfigsCreateAndDelete [2020-09-14T13:04:04.827Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-09-14T13:04:04.827Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:04.827Z] === RUN TestConfigsUpdate [2020-09-14T13:04:04.827Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-09-14T13:04:04.827Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:04.827Z] === RUN TestTemplatedConfig [2020-09-14T13:04:04.827Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-14T13:04:04.827Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:04.827Z] === RUN TestConfigCreateResolve [2020-09-14T13:04:04.827Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-09-14T13:04:04.827Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:04.827Z] === RUN TestConfigDaemonLibtrustID [2020-09-14T13:04:04.874Z] Removing intermediate container 90ec7efd3e48 [2020-09-14T13:04:04.874Z] ---> 92de388d1bde [2020-09-14T13:04:04.874Z] Step 10/10 : COPY . . [2020-09-14T13:04:04.952Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-09-14T13:04:04.952Z] === RUN TestAuthZPluginAllowEventStream [2020-09-14T13:04:04.963Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-14T13:04:05.180Z] === RUN TestExternalGraphDriver/pull [2020-09-14T13:04:05.220Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-09-14T13:04:06.190Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2020-09-14T13:04:06.190Z] PASS [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] === Skipped [2020-09-14T13:04:06.190Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-09-14T13:04:06.190Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-09-14T13:04:06.190Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-09-14T13:04:06.190Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-09-14T13:04:06.190Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-09-14T13:04:06.190Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-09-14T13:04:06.190Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] [2020-09-14T13:04:06.190Z] DONE 7 tests, 6 skipped in 1.743s [2020-09-14T13:04:06.190Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-14T13:04:06.190Z] INFO: Testing against a local daemon [2020-09-14T13:04:06.190Z] === RUN TestCheckpoint [2020-09-14T13:04:06.190Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-14T13:04:06.190Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:04:06.190Z] === RUN TestContainerInvalidJSON [2020-09-14T13:04:06.190Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:04:06.190Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:04:06.190Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:04:06.190Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:04:06.190Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:04:06.190Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:04:06.190Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:04:06.190Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:04:06.190Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:04:06.190Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-14T13:04:06.190Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-14T13:04:06.190Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-14T13:04:06.190Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-14T13:04:06.190Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-14T13:04:06.190Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-09-14T13:04:06.190Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-14T13:04:06.190Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-09-14T13:04:06.190Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-14T13:04:06.190Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2020-09-14T13:04:06.190Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-14T13:04:06.445Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-09-14T13:04:06.445Z] === RUN TestCopyFromContainer [2020-09-14T13:04:06.627Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-09-14T13:04:06.883Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-09-14T13:04:07.024Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2020-09-14T13:04:07.024Z] === RUN TestAuthZPluginErrorResponse [2020-09-14T13:04:07.315Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-14T13:04:07.315Z] === RUN TestAuthZPluginErrorRequest [2020-09-14T13:04:07.446Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-09-14T13:04:07.724Z] --- PASS: TestExternalGraphDriver (7.55s) [2020-09-14T13:04:07.724Z] --- PASS: TestExternalGraphDriver/json (2.43s) [2020-09-14T13:04:07.724Z] --- PASS: TestExternalGraphDriver/spec (2.70s) [2020-09-14T13:04:07.724Z] --- PASS: TestExternalGraphDriver/pull (2.19s) [2020-09-14T13:04:07.724Z] === RUN TestGraphdriverPluginV2 [2020-09-14T13:04:07.724Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-09-14T13:04:07.724Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:07.724Z] PASS [2020-09-14T13:04:07.724Z] [2020-09-14T13:04:07.724Z] === Skipped [2020-09-14T13:04:07.724Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2020-09-14T13:04:07.724Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:07.724Z] [2020-09-14T13:04:07.724Z] [2020-09-14T13:04:07.724Z] DONE 5 tests, 1 skipped in 7.750s [2020-09-14T13:04:07.724Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-14T13:04:07.724Z] ++ 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-14T13:04:07.724Z] ++ set -e [2020-09-14T13:04:07.724Z] ++ '[' -n 0 ']' [2020-09-14T13:04:07.724Z] ++ set -x [2020-09-14T13:04:07.724Z] ++ env -i DEST=/go/src/github.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-14T13:04:07.724Z] INFO: Testing against a local daemon [2020-09-14T13:04:07.724Z] === RUN TestContinueAfterPluginCrash [2020-09-14T13:04:07.724Z] === PAUSE TestContinueAfterPluginCrash [2020-09-14T13:04:07.724Z] === RUN TestReadPluginNoRead [2020-09-14T13:04:07.724Z] === PAUSE TestReadPluginNoRead [2020-09-14T13:04:07.724Z] === RUN TestDaemonStartWithLogOpt [2020-09-14T13:04:07.724Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-14T13:04:07.724Z] === CONT TestContinueAfterPluginCrash [2020-09-14T13:04:07.724Z] === CONT TestDaemonStartWithLogOpt [2020-09-14T13:04:07.724Z] === CONT TestReadPluginNoRead [2020-09-14T13:04:08.006Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-09-14T13:04:08.006Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-14T13:04:08.007Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-14T13:04:08.569Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-14T13:04:08.641Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-09-14T13:04:08.641Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer// [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer//bar/root [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/quux [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-14T13:04:10.608Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-14T13:04:10.769Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2020-09-14T13:04:10.769Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer (4.41s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-14T13:04:10.866Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-14T13:04:10.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-14T13:04:10.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:04:10.866Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:04:10.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:04:10.866Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:04:10.866Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:04:10.866Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:04:10.866Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:04:10.866Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:04:10.866Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:04:10.866Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-14T13:04:10.866Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-14T13:04:10.866Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-14T13:04:10.866Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-14T13:04:10.866Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-14T13:04:10.866Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2020-09-14T13:04:10.866Z] === RUN TestCreateWithInvalidEnv [2020-09-14T13:04:10.866Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-14T13:04:10.866Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-14T13:04:10.866Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-14T13:04:10.866Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-14T13:04:10.866Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-14T13:04:10.866Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-14T13:04:10.866Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-14T13:04:10.866Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-14T13:04:10.866Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-14T13:04:10.866Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-14T13:04:10.866Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-14T13:04:10.866Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-14T13:04:10.866Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-14T13:04:10.866Z] === RUN TestCreateTmpfsMountsTarget [2020-09-14T13:04:10.866Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-14T13:04:10.866Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-14T13:04:11.088Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-09-14T13:04:11.345Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-09-14T13:04:11.940Z] === RUN TestReadPluginNoRead/default [2020-09-14T13:04:12.230Z] --- PASS: TestCreateWithCustomMaskedPaths (1.14s) [2020-09-14T13:04:12.230Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-14T13:04:12.511Z] --- PASS: TestDaemonStartWithLogOpt (4.75s) [2020-09-14T13:04:12.935Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s) [2020-09-14T13:04:12.935Z] === RUN TestAuthZPluginHeader [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2020-09-14T13:04:13.158Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-14T13:04:13.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:04:13.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:04:13.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:04:13.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:04:13.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:04:13.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:04:13.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:04:13.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:04:13.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:04:13.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:04:13.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:04:13.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:04:13.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:04:13.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:04:13.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-14T13:04:13.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-14T13:04:13.158Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-14T13:04:13.415Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2020-09-14T13:04:13.415Z] === RUN TestCreateDifferentPlatform [2020-09-14T13:04:13.415Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-14T13:04:13.415Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-14T13:04:13.415Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-14T13:04:13.415Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-14T13:04:13.415Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-14T13:04:13.415Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-14T13:04:13.671Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-09-14T13:04:13.671Z] === RUN TestContainerStartOnDaemonRestart [2020-09-14T13:04:13.671Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-09-14T13:04:13.671Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-14T13:04:13.671Z] === RUN TestDaemonRestartIpcMode [2020-09-14T13:04:13.671Z] === PAUSE TestDaemonRestartIpcMode [2020-09-14T13:04:13.671Z] === RUN TestDaemonHostGatewayIP [2020-09-14T13:04:13.671Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-09-14T13:04:13.671Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:04:13.671Z] === RUN TestContainerKillOnDaemonStart [2020-09-14T13:04:13.671Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-14T13:04:13.671Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-14T13:04:13.671Z] === RUN TestDiff [2020-09-14T13:04:13.896Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-14T13:04:13.928Z] --- PASS: TestDiff (0.38s) [2020-09-14T13:04:13.928Z] === RUN TestExecWithCloseStdin [2020-09-14T13:04:14.025Z] --- PASS: TestAuthZPluginHeader (0.88s) [2020-09-14T13:04:14.025Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-14T13:04:14.025Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-14T13:04:14.025Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:14.025Z] === RUN TestAuthZPluginV2Disable [2020-09-14T13:04:14.025Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-14T13:04:14.025Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:14.025Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-14T13:04:14.025Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-14T13:04:14.025Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:14.025Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-14T13:04:14.025Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-14T13:04:14.025Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:14.025Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-14T13:04:14.489Z] --- PASS: TestExecWithCloseStdin (0.44s) [2020-09-14T13:04:14.489Z] === RUN TestExec [2020-09-14T13:04:14.611Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-09-14T13:04:14.611Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-14T13:04:14.745Z] --- PASS: TestExec (0.44s) [2020-09-14T13:04:14.745Z] === RUN TestExecUser [2020-09-14T13:04:15.280Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-14T13:04:15.307Z] --- PASS: TestExecUser (0.45s) [2020-09-14T13:04:15.307Z] === RUN TestExportContainerAndImportImage [2020-09-14T13:04:15.869Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2020-09-14T13:04:15.869Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-14T13:04:16.503Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-09-14T13:04:17.192Z] --- PASS: TestReadPluginNoRead (9.50s) [2020-09-14T13:04:17.192Z] --- PASS: TestReadPluginNoRead/default (1.82s) [2020-09-14T13:04:17.192Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2020-09-14T13:04:17.192Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.77s) [2020-09-14T13:04:17.192Z] read_test.go:92: [d7868ae614e38] daemon is not started [2020-09-14T13:04:17.763Z] --- PASS: TestContinueAfterPluginCrash (10.15s) [2020-09-14T13:04:17.763Z] PASS [2020-09-14T13:04:17.763Z] [2020-09-14T13:04:17.763Z] DONE 6 tests in 10.331s [2020-09-14T13:04:17.763Z] 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-14T13:04:17.763Z] ++ 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-14T13:04:17.763Z] ++ set -e [2020-09-14T13:04:17.763Z] ++ '[' -n 0 ']' [2020-09-14T13:04:17.763Z] ++ set -x [2020-09-14T13:04:17.763Z] ++ env -i DEST=/go/src/github.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-14T13:04:18.024Z] testing: warning: no tests to run [2020-09-14T13:04:18.024Z] PASS [2020-09-14T13:04:18.024Z] [2020-09-14T13:04:18.024Z] DONE 0 tests in 0.070s [2020-09-14T13:04:18.024Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-14T13:04:18.024Z] ++ 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-14T13:04:18.024Z] ++ set -e [2020-09-14T13:04:18.024Z] ++ '[' -n 0 ']' [2020-09-14T13:04:18.024Z] ++ set -x [2020-09-14T13:04:18.024Z] ++ env -i DEST=/go/src/github.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-14T13:04:18.024Z] INFO: Testing against a local daemon [2020-09-14T13:04:18.024Z] === RUN TestPluginWithDevMounts [2020-09-14T13:04:18.024Z] === PAUSE TestPluginWithDevMounts [2020-09-14T13:04:18.024Z] === CONT TestPluginWithDevMounts [2020-09-14T13:04:19.133Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2020-09-14T13:04:19.133Z] === RUN TestHealthCheckWorkdir [2020-09-14T13:04:19.695Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2020-09-14T13:04:19.695Z] === RUN TestHealthKillContainer [2020-09-14T13:04:20.567Z] --- PASS: TestPluginWithDevMounts (2.13s) [2020-09-14T13:04:20.567Z] PASS [2020-09-14T13:04:20.567Z] [2020-09-14T13:04:20.567Z] DONE 1 tests in 2.332s [2020-09-14T13:04:20.567Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-14T13:04:20.567Z] ++ 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-14T13:04:20.567Z] ++ set -e [2020-09-14T13:04:20.567Z] ++ '[' -n 0 ']' [2020-09-14T13:04:20.567Z] ++ set -x [2020-09-14T13:04:20.567Z] ++ env -i DEST=/go/src/github.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-14T13:04:20.567Z] INFO: Testing against a local daemon [2020-09-14T13:04:20.567Z] === RUN TestSecretInspect [2020-09-14T13:04:20.686Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-09-14T13:04:21.247Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-14T13:04:21.809Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-09-14T13:04:21.809Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-14T13:04:22.124Z] ok github.com/docker/docker/cmd/dockerd 0.161s coverage: 30.8% of statements [2020-09-14T13:04:22.124Z] ok github.com/docker/docker/container 0.201s coverage: 34.7% of statements [2020-09-14T13:04:22.124Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-14T13:04:22.124Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-14T13:04:22.124Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-14T13:04:22.124Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-14T13:04:22.209Z] --- PASS: TestHealthKillContainer (2.53s) [2020-09-14T13:04:22.209Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-14T13:04:22.430Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.043s coverage: 65.3% of statements [2020-09-14T13:04:22.465Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2020-09-14T13:04:22.465Z] === RUN TestIpcModeNone [2020-09-14T13:04:23.027Z] --- PASS: TestIpcModeNone (0.45s) [2020-09-14T13:04:23.027Z] === RUN TestIpcModePrivate [2020-09-14T13:04:23.217Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-14T13:04:23.588Z] --- PASS: TestIpcModePrivate (0.43s) [2020-09-14T13:04:23.588Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-14T13:04:23.588Z] === RUN TestIpcModeShareable [2020-09-14T13:04:23.588Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-09-14T13:04:23.588Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:04:23.588Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-14T13:04:23.879Z] --- PASS: TestSecretInspect (3.22s) [2020-09-14T13:04:23.879Z] === RUN TestSecretList [2020-09-14T13:04:24.953Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2020-09-14T13:04:24.953Z] === RUN TestAPIIpcModeHost [2020-09-14T13:04:24.953Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-09-14T13:04:24.953Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:04:24.953Z] === RUN TestDaemonIpcModeShareable [2020-09-14T13:04:24.953Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-09-14T13:04:24.953Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:04:24.953Z] === RUN TestDaemonIpcModePrivate [2020-09-14T13:04:26.043Z] ---> e62b132d5c35 [2020-09-14T13:04:26.424Z] --- PASS: TestSecretList (2.69s) [2020-09-14T13:04:26.424Z] === RUN TestSecretsCreateAndDelete [2020-09-14T13:04:26.484Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-14T13:04:26.667Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-09-14T13:04:26.667Z] Copying nested executables into bundles/binary-daemon [2020-09-14T13:04:26.667Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-09-14T13:04:26.844Z] --- PASS: TestDaemonIpcModePrivate (2.13s) [2020-09-14T13:04:26.844Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false [2020-09-14T13:04:26.844Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-14T13:04:26.844Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-14T13:04:26.844Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:04:26.844Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-14T13:04:26.844Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-14T13:04:26.844Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:04:26.844Z] === RUN TestIpcModeOlderClient [2020-09-14T13:04:26.844Z] === PAUSE TestIpcModeOlderClient [2020-09-14T13:04:26.844Z] === RUN TestKillContainerInvalidSignal [2020-09-14T13:04:26.999Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh cross [2020-09-14T13:04:27.020Z] Successfully built e62b132d5c35 [2020-09-14T13:04:27.020Z] Successfully tagged docker:latest [2020-09-14T13:04:27.020Z] INFO: Image build ended at 09/14/2020 13:04:26. Duration:00:03:28.4867586 [2020-09-14T13:04:27.044Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-14T13:04:27.260Z] [2020-09-14T13:04:27.405Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2020-09-14T13:04:27.405Z] === RUN TestKillContainer [2020-09-14T13:04:27.405Z] === RUN TestKillContainer/no_signal [2020-09-14T13:04:27.484Z] [2020-09-14T13:04:27.484Z] [2020-09-14T13:04:27.484Z] INFO: Building the test binaries at 09/14/2020 13:04:27... [2020-09-14T13:04:27.520Z] Removing bundles/ [2020-09-14T13:04:27.520Z] [2020-09-14T13:04:27.520Z] ---> Making bundle: cross (in bundles/cross) [2020-09-14T13:04:27.520Z] Cross building: bundles/cross/linux/amd64 [2020-09-14T13:04:27.520Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-09-14T13:04:27.520Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-09-14T13:04:27.661Z] === RUN TestKillContainer/non_killing_signal [2020-09-14T13:04:27.917Z] === RUN TestKillContainer/killing_signal [2020-09-14T13:04:27.972Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-14T13:04:27.972Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-14T13:04:28.081Z] ok github.com/docker/docker/daemon/cluster/convert 0.028s coverage: 35.9% of statements [2020-09-14T13:04:28.479Z] --- PASS: TestKillContainer (1.20s) [2020-09-14T13:04:28.479Z] --- PASS: TestKillContainer/no_signal (0.37s) [2020-09-14T13:04:28.479Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2020-09-14T13:04:28.479Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2020-09-14T13:04:28.479Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-14T13:04:28.479Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-14T13:04:29.041Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-14T13:04:29.305Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s) [2020-09-14T13:04:29.305Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2020-09-14T13:04:29.305Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2020-09-14T13:04:29.305Z] === RUN TestKillStoppedContainer [2020-09-14T13:04:29.379Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-09-14T13:04:29.560Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-09-14T13:04:29.561Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-14T13:04:29.561Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-09-14T13:04:29.561Z] === RUN TestKillDifferentUserContainer [2020-09-14T13:04:29.635Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-09-14T13:04:29.723Z] --- PASS: TestSecretsCreateAndDelete (3.18s) [2020-09-14T13:04:29.724Z] === RUN TestSecretsUpdate [2020-09-14T13:04:29.816Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2020-09-14T13:04:29.816Z] === RUN TestInspectOomKilledTrue [2020-09-14T13:04:29.816Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-14T13:04:29.816Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:04:29.816Z] === RUN TestInspectOomKilledFalse [2020-09-14T13:04:29.816Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-14T13:04:29.816Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:04:29.816Z] === RUN TestLinksEtcHostsContentMatch [2020-09-14T13:04:29.816Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-09-14T13:04:29.816Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-14T13:04:29.816Z] === RUN TestLinksContainerNames [2020-09-14T13:04:30.562Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-14T13:04:30.743Z] --- PASS: TestLinksContainerNames (0.80s) [2020-09-14T13:04:30.743Z] === RUN TestLogsFollowTailEmpty [2020-09-14T13:04:30.853Z] ok github.com/docker/docker/daemon/cluster 0.219s coverage: 0.5% of statements [2020-09-14T13:04:30.999Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2020-09-14T13:04:30.999Z] === RUN TestContainerNetworkMountsNoChown [2020-09-14T13:04:31.249Z] INFO: make.ps1 starting at 09/14/2020 13:04:30 [2020-09-14T13:04:31.249Z] INFO: Git commit (41be7293f5) assumed from DOCKER_GITCOMMIT environment variable [2020-09-14T13:04:31.249Z] INFO: Invoking autogen... [2020-09-14T13:04:31.562Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/default [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/default [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/private [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/private [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rprivate [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/slave [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/slave [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rslave [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/shared [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/shared [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rshared [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/default [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rslave [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rshared [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/shared [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rprivate [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/slave [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/private [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-14T13:04:31.562Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:04:31.562Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:04:31.562Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-14T13:04:31.817Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:04:31.818Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:04:31.818Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-14T13:04:31.818Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-14T13:04:31.818Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2020-09-14T13:04:31.818Z] === RUN TestContainerBindMountNonRecursive [2020-09-14T13:04:31.818Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-09-14T13:04:31.818Z] 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-14T13:04:31.818Z] === RUN TestNetworkNat [2020-09-14T13:04:31.970Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-14T13:04:32.381Z] --- PASS: TestNetworkNat (0.50s) [2020-09-14T13:04:32.381Z] === RUN TestNetworkLocalhostTCPNat [2020-09-14T13:04:32.535Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-09-14T13:04:32.799Z] INFO: Building daemon... [2020-09-14T13:04:32.803Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.33s) [2020-09-14T13:04:32.803Z] PASS [2020-09-14T13:04:32.803Z] [2020-09-14T13:04:32.803Z] === Skipped [2020-09-14T13:04:32.803Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-14T13:04:32.803Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:32.803Z] [2020-09-14T13:04:32.803Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-14T13:04:32.803Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:32.803Z] [2020-09-14T13:04:32.803Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-14T13:04:32.803Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:32.803Z] [2020-09-14T13:04:32.803Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-14T13:04:32.803Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:32.803Z] [2020-09-14T13:04:32.803Z] [2020-09-14T13:04:32.803Z] DONE 17 tests, 4 skipped in 30.019s [2020-09-14T13:04:32.803Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-14T13:04:32.803Z] ++ 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-14T13:04:32.803Z] ++ set -e [2020-09-14T13:04:32.803Z] ++ '[' -n 0 ']' [2020-09-14T13:04:32.803Z] ++ set -x [2020-09-14T13:04:32.803Z] ++ env -i DEST=/go/src/github.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-14T13:04:32.803Z] INFO: Testing against a local daemon [2020-09-14T13:04:32.803Z] === RUN TestPluginInvalidJSON [2020-09-14T13:04:32.803Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:04:32.803Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:04:32.803Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:04:32.803Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-09-14T13:04:32.803Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-14T13:04:32.803Z] === RUN TestPluginInstall [2020-09-14T13:04:32.803Z] === RUN TestPluginInstall/no_auth [2020-09-14T13:04:32.942Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2020-09-14T13:04:32.942Z] === RUN TestNetworkLoopbackNat [2020-09-14T13:04:33.023Z] --- PASS: TestSecretsUpdate (3.22s) [2020-09-14T13:04:33.023Z] === RUN TestTemplatedSecret [2020-09-14T13:04:34.424Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-09-14T13:04:34.427Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.0% of statements [2020-09-14T13:04:34.878Z] time="2020-09-14T13:04:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:04:34.878Z] time="2020-09-14T13:04:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c344f85c6227bb8de42d8e75b3df3bafae9d910d98103035d68a9175165439ad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:04:34.878Z] time="2020-09-14T13:04:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:04:34.878Z] time="2020-09-14T13:04:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c344f85c6227bb8de42d8e75b3df3bafae9d910d98103035d68a9175165439ad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:04:35.171Z] === RUN TestPluginInstall/with_htpasswd [2020-09-14T13:04:35.350Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-09-14T13:04:35.454Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2020-09-14T13:04:35.454Z] === RUN TestPause [2020-09-14T13:04:35.454Z] --- SKIP: TestPause (0.00s) [2020-09-14T13:04:35.454Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:04:35.454Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-14T13:04:35.454Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:04:35.454Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:04:35.454Z] === RUN TestPauseStopPausedContainer [2020-09-14T13:04:35.454Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-09-14T13:04:35.454Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:04:35.454Z] === RUN TestPsFilter [2020-09-14T13:04:35.454Z] --- PASS: TestPsFilter (0.12s) [2020-09-14T13:04:35.454Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-14T13:04:35.605Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-09-14T13:04:35.805Z] time="2020-09-14T13:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:04:35.805Z] time="2020-09-14T13:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:00001b03399150ff138709601791e226cc8c0e660321cd725e089e4877ebff49" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:04:35.805Z] time="2020-09-14T13:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:04:35.805Z] time="2020-09-14T13:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:00001b03399150ff138709601791e226cc8c0e660321cd725e089e4877ebff49" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:04:36.016Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2020-09-14T13:04:36.016Z] === RUN TestRemoveContainerWithVolume [2020-09-14T13:04:36.099Z] === RUN TestPluginInstall/with_insecure [2020-09-14T13:04:36.272Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-09-14T13:04:36.272Z] === RUN TestRemoveContainerRunning [2020-09-14T13:04:36.320Z] --- PASS: TestTemplatedSecret (3.44s) [2020-09-14T13:04:36.320Z] === RUN TestSecretCreateResolve [2020-09-14T13:04:36.527Z] ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements [2020-09-14T13:04:36.527Z] ok github.com/docker/docker/daemon/config 0.066s coverage: 81.8% of statements [2020-09-14T13:04:36.575Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-09-14T13:04:36.833Z] --- PASS: TestRemoveContainerRunning (0.42s) [2020-09-14T13:04:36.833Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-14T13:04:37.089Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2020-09-14T13:04:37.089Z] === RUN TestRemoveInvalidContainer [2020-09-14T13:04:37.089Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-14T13:04:37.089Z] === RUN TestRenameLinkedContainer [2020-09-14T13:04:37.135Z] time="2020-09-14T13:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:04:37.135Z] time="2020-09-14T13:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43c0fe60d2ef3c55e21125c48b96560829a22a5ca9884739b926261165e9f56f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:04:37.135Z] time="2020-09-14T13:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:04:37.135Z] time="2020-09-14T13:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43c0fe60d2ef3c55e21125c48b96560829a22a5ca9884739b926261165e9f56f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:04:37.135Z] --- PASS: TestPluginInstall (6.00s) [2020-09-14T13:04:37.135Z] --- PASS: TestPluginInstall/no_auth (3.89s) [2020-09-14T13:04:37.135Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2020-09-14T13:04:37.135Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2020-09-14T13:04:37.135Z] plugin_test.go:157: [dab4b14a6c45e] daemon is not started [2020-09-14T13:04:37.135Z] PASS [2020-09-14T13:04:37.428Z] [2020-09-14T13:04:37.428Z] DONE 6 tests in 6.180s [2020-09-14T13:04:37.428Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-14T13:04:37.428Z] ++ 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-14T13:04:37.428Z] ++ set -e [2020-09-14T13:04:37.428Z] ++ '[' -n 0 ']' [2020-09-14T13:04:37.428Z] ++ set -x [2020-09-14T13:04:37.428Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-14T13:04:37.428Z] INFO: Testing against a local daemon [2020-09-14T13:04:37.428Z] === RUN TestExternalGraphDriver [2020-09-14T13:04:38.062Z] === RUN TestExternalGraphDriver/json [2020-09-14T13:04:38.508Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-09-14T13:04:38.508Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-09-14T13:04:38.639Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-09-14T13:04:38.978Z] --- PASS: TestRenameLinkedContainer (1.59s) [2020-09-14T13:04:38.978Z] === RUN TestRenameStoppedContainer [2020-09-14T13:04:39.244Z] --- PASS: TestRenameStoppedContainer (0.40s) [2020-09-14T13:04:39.244Z] === RUN TestRenameRunningContainerAndReuse [2020-09-14T13:04:39.620Z] --- PASS: TestSecretCreateResolve (3.15s) [2020-09-14T13:04:39.620Z] PASS [2020-09-14T13:04:39.620Z] [2020-09-14T13:04:39.620Z] DONE 6 tests in 19.074s [2020-09-14T13:04:39.620Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-09-14T13:04:39.620Z] ++ 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-14T13:04:39.620Z] ++ set -e [2020-09-14T13:04:39.620Z] ++ '[' -n 0 ']' [2020-09-14T13:04:39.620Z] ++ set -x [2020-09-14T13:04:39.620Z] ++ env -i DEST=/go/src/github.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-14T13:04:39.620Z] INFO: Testing against a local daemon [2020-09-14T13:04:39.620Z] === RUN TestServiceCreateInit [2020-09-14T13:04:39.620Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-14T13:04:40.132Z] === RUN TestExternalGraphDriver/spec [2020-09-14T13:04:40.169Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2020-09-14T13:04:40.169Z] === RUN TestRenameInvalidName [2020-09-14T13:04:40.425Z] --- PASS: TestRenameInvalidName (0.41s) [2020-09-14T13:04:40.425Z] === RUN TestRenameAnonymousContainer [2020-09-14T13:04:40.442Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-09-14T13:04:40.728Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.503s coverage: 14.1% of statements [2020-09-14T13:04:41.367Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-14T13:04:41.375Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-09-14T13:04:41.789Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2020-09-14T13:04:41.789Z] === RUN TestRenameContainerWithSameName [2020-09-14T13:04:42.205Z] === RUN TestExternalGraphDriver/pull [2020-09-14T13:04:42.351Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-09-14T13:04:42.372Z] --- PASS: TestRenameContainerWithSameName (0.46s) [2020-09-14T13:04:42.372Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-14T13:04:42.956Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-14T13:04:43.307Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2020-09-14T13:04:43.307Z] === RUN TestResize [2020-09-14T13:04:43.475Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.715s coverage: 57.9% of statements [2020-09-14T13:04:43.569Z] --- PASS: TestResize (0.41s) [2020-09-14T13:04:43.569Z] === RUN TestResizeWithInvalidSize [2020-09-14T13:04:44.129Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2020-09-14T13:04:44.129Z] === RUN TestResizeWhenContainerNotStarted [2020-09-14T13:04:44.285Z] --- PASS: TestExternalGraphDriver (6.76s) [2020-09-14T13:04:44.285Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2020-09-14T13:04:44.285Z] --- PASS: TestExternalGraphDriver/spec (2.12s) [2020-09-14T13:04:44.285Z] --- PASS: TestExternalGraphDriver/pull (2.00s) [2020-09-14T13:04:44.285Z] === RUN TestGraphdriverPluginV2 [2020-09-14T13:04:44.384Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2020-09-14T13:04:44.384Z] === RUN TestDaemonRestartKillContainers [2020-09-14T13:04:44.384Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:04:44.384Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-14T13:04:44.384Z] === RUN TestCgroupNamespacesRun [2020-09-14T13:04:44.577Z] --- SKIP: TestGraphdriverPluginV2 (0.39s) [2020-09-14T13:04:44.577Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:44.577Z] PASS [2020-09-14T13:04:44.577Z] [2020-09-14T13:04:44.577Z] === Skipped [2020-09-14T13:04:44.577Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.39s) [2020-09-14T13:04:44.577Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:04:44.577Z] [2020-09-14T13:04:44.577Z] [2020-09-14T13:04:44.577Z] DONE 5 tests, 1 skipped in 7.333s [2020-09-14T13:04:44.577Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-14T13:04:44.577Z] ++ 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-14T13:04:44.577Z] ++ set -e [2020-09-14T13:04:44.577Z] ++ '[' -n 0 ']' [2020-09-14T13:04:44.577Z] ++ set -x [2020-09-14T13:04:44.577Z] ++ env -i DEST=/go/src/github.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-14T13:04:44.868Z] INFO: Testing against a local daemon [2020-09-14T13:04:44.869Z] === RUN TestContinueAfterPluginCrash [2020-09-14T13:04:44.869Z] === PAUSE TestContinueAfterPluginCrash [2020-09-14T13:04:44.869Z] === RUN TestReadPluginNoRead [2020-09-14T13:04:44.869Z] === PAUSE TestReadPluginNoRead [2020-09-14T13:04:44.869Z] === RUN TestDaemonStartWithLogOpt [2020-09-14T13:04:44.869Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-14T13:04:44.869Z] === CONT TestContinueAfterPluginCrash [2020-09-14T13:04:44.869Z] === CONT TestDaemonStartWithLogOpt [2020-09-14T13:04:44.904Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-14T13:04:45.469Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-14T13:04:46.030Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-09-14T13:04:46.252Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2020-09-14T13:04:46.896Z] --- PASS: TestCgroupNamespacesRun (2.11s) [2020-09-14T13:04:46.896Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-14T13:04:46.896Z] ok github.com/docker/docker/daemon 12.284s coverage: 17.4% of statements [2020-09-14T13:04:46.896Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-14T13:04:46.896Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-14T13:04:46.896Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-14T13:04:46.896Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-14T13:04:46.896Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.126s coverage: 69.2% of statements [2020-09-14T13:04:47.917Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-09-14T13:04:48.783Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s) [2020-09-14T13:04:48.783Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-14T13:04:49.030Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.021s coverage: 45.9% of statements [2020-09-14T13:04:49.030Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-14T13:04:49.330Z] --- PASS: TestDaemonStartWithLogOpt (3.87s) [2020-09-14T13:04:49.330Z] === CONT TestReadPluginNoRead [2020-09-14T13:04:49.805Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-09-14T13:04:50.189Z] --- PASS: TestServiceCreateInit (9.98s) [2020-09-14T13:04:50.189Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.98s) [2020-09-14T13:04:50.189Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.97s) [2020-09-14T13:04:50.189Z] === RUN TestCreateServiceMultipleTimes [2020-09-14T13:04:50.675Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2020-09-14T13:04:50.675Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-14T13:04:51.142Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.303s coverage: 49.5% of statements [2020-09-14T13:04:51.142Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.457s coverage: 76.1% of statements [2020-09-14T13:04:51.413Z] === RUN TestReadPluginNoRead/default [2020-09-14T13:04:51.802Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.0% of statements [2020-09-14T13:04:53.154Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-09-14T13:04:53.188Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s) [2020-09-14T13:04:53.188Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-14T13:04:53.343Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2020-09-14T13:04:53.482Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-14T13:04:53.774Z] --- PASS: TestContinueAfterPluginCrash (9.05s) [2020-09-14T13:04:53.986Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2020-09-14T13:04:55.074Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s) [2020-09-14T13:04:55.074Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-14T13:04:55.284Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-14T13:04:55.544Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.886s coverage: 52.1% of statements [2020-09-14T13:04:55.545Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-14T13:04:55.545Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-14T13:04:56.420Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-09-14T13:04:56.605Z] ok github.com/docker/docker/daemon/logger 0.252s coverage: 41.0% of statements [2020-09-14T13:04:56.981Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-14T13:04:57.357Z] --- PASS: TestReadPluginNoRead (8.59s) [2020-09-14T13:04:57.357Z] --- PASS: TestReadPluginNoRead/default (1.90s) [2020-09-14T13:04:57.357Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.97s) [2020-09-14T13:04:57.357Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.99s) [2020-09-14T13:04:57.357Z] read_test.go:92: [dbebb62a61825] daemon is not started [2020-09-14T13:04:57.357Z] PASS [2020-09-14T13:04:57.357Z] [2020-09-14T13:04:57.357Z] DONE 6 tests in 12.610s [2020-09-14T13:04:57.357Z] 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-14T13:04:57.357Z] ++ 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-14T13:04:57.357Z] ++ set -e [2020-09-14T13:04:57.357Z] ++ '[' -n 0 ']' [2020-09-14T13:04:57.357Z] ++ set -x [2020-09-14T13:04:57.357Z] ++ env -i DEST=/go/src/github.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-14T13:04:57.357Z] testing: warning: no tests to run [2020-09-14T13:04:57.357Z] PASS [2020-09-14T13:04:57.357Z] [2020-09-14T13:04:57.357Z] DONE 0 tests in 0.054s [2020-09-14T13:04:57.357Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-14T13:04:57.357Z] ++ 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-14T13:04:57.357Z] ++ set -e [2020-09-14T13:04:57.357Z] ++ '[' -n 0 ']' [2020-09-14T13:04:57.357Z] ++ set -x [2020-09-14T13:04:57.357Z] ++ env -i DEST=/go/src/github.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-14T13:04:57.591Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.08s) [2020-09-14T13:04:57.591Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-14T13:04:57.649Z] INFO: Testing against a local daemon [2020-09-14T13:04:57.649Z] === RUN TestPluginWithDevMounts [2020-09-14T13:04:57.649Z] === PAUSE TestPluginWithDevMounts [2020-09-14T13:04:57.649Z] === CONT TestPluginWithDevMounts [2020-09-14T13:04:57.907Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-14T13:04:58.144Z] ok github.com/docker/docker/daemon/images 0.027s coverage: 4.8% of statements [2020-09-14T13:04:58.144Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-14T13:04:58.144Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-14T13:04:58.162Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-14T13:04:58.458Z] ok github.com/docker/docker/daemon/logger/gelf 0.073s coverage: 67.0% of statements [2020-09-14T13:04:58.758Z] ok github.com/docker/docker/daemon/logger/awslogs 0.486s coverage: 77.4% of statements [2020-09-14T13:04:58.758Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-14T13:04:58.758Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-14T13:04:58.954Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2020-09-14T13:04:58.954Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-14T13:04:59.726Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-09-14T13:04:59.726Z] PASS [2020-09-14T13:04:59.726Z] [2020-09-14T13:04:59.726Z] DONE 1 tests in 2.054s [2020-09-14T13:04:59.726Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-09-14T13:04:59.726Z] ++ 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-14T13:04:59.726Z] ++ set -e [2020-09-14T13:04:59.726Z] ++ '[' -n 0 ']' [2020-09-14T13:04:59.726Z] ++ set -x [2020-09-14T13:04:59.726Z] ++ env -i DEST=/go/src/github.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-14T13:04:59.726Z] INFO: Testing against a local daemon [2020-09-14T13:04:59.726Z] === RUN TestSecretInspect [2020-09-14T13:04:59.818Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 23.9% of statements [2020-09-14T13:04:59.818Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.024s coverage: 87.2% of statements [2020-09-14T13:05:00.679Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-09-14T13:05:00.876Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.033s coverage: 61.6% of statements [2020-09-14T13:05:01.470Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2020-09-14T13:05:01.470Z] === RUN TestKernelTCPMemory [2020-09-14T13:05:01.470Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-09-14T13:05:01.470Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:01.470Z] === RUN TestNISDomainname [2020-09-14T13:05:01.470Z] --- SKIP: TestNISDomainname (0.01s) [2020-09-14T13:05:01.470Z] 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-14T13:05:01.470Z] === RUN TestHostnameDnsResolution [2020-09-14T13:05:01.725Z] --- PASS: TestHostnameDnsResolution (0.64s) [2020-09-14T13:05:01.725Z] === RUN TestStats [2020-09-14T13:05:01.725Z] --- SKIP: TestStats (0.00s) [2020-09-14T13:05:01.725Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:01.725Z] === RUN TestStopContainerWithTimeout [2020-09-14T13:05:01.725Z] === RUN TestStopContainerWithTimeout/0 [2020-09-14T13:05:01.725Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-14T13:05:01.725Z] === RUN TestStopContainerWithTimeout/1 [2020-09-14T13:05:01.725Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-14T13:05:01.725Z] === RUN TestStopContainerWithTimeout/3 [2020-09-14T13:05:01.725Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-14T13:05:01.725Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-14T13:05:01.725Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-14T13:05:01.725Z] === CONT TestStopContainerWithTimeout/0 [2020-09-14T13:05:01.725Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-14T13:05:02.286Z] === CONT TestStopContainerWithTimeout/3 [2020-09-14T13:05:02.601Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 75.2% of statements [2020-09-14T13:05:02.601Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-14T13:05:02.686Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-09-14T13:05:02.686Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-14T13:05:02.904Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.086s coverage: 33.3% of statements [2020-09-14T13:05:03.350Z] --- PASS: TestSecretInspect (3.72s) [2020-09-14T13:05:03.350Z] === RUN TestSecretList [2020-09-14T13:05:03.555Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.107s coverage: 37.7% of statements [2020-09-14T13:05:04.049Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-09-14T13:05:04.625Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2020-09-14T13:05:04.796Z] === CONT TestStopContainerWithTimeout/1 [2020-09-14T13:05:04.975Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-14T13:05:04.975Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-09-14T13:05:05.685Z] ok github.com/docker/docker/daemon/logger/syslog 0.036s coverage: 46.8% of statements [2020-09-14T13:05:05.722Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-14T13:05:05.722Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2020-09-14T13:05:05.722Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2020-09-14T13:05:05.722Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2020-09-14T13:05:05.722Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2020-09-14T13:05:05.722Z] === RUN TestDeleteDevicemapper [2020-09-14T13:05:05.722Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-14T13:05:05.722Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:05:05.722Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-14T13:05:06.870Z] --- PASS: TestSecretList (3.70s) [2020-09-14T13:05:06.870Z] === RUN TestSecretsCreateAndDelete [2020-09-14T13:05:07.093Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.41s) [2020-09-14T13:05:07.093Z] === RUN TestUpdateMemory [2020-09-14T13:05:07.093Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-14T13:05:07.093Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:07.093Z] === RUN TestUpdateCPUQuota [2020-09-14T13:05:07.093Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-09-14T13:05:07.093Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:07.093Z] === RUN TestUpdatePidsLimit [2020-09-14T13:05:07.093Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-09-14T13:05:07.093Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:07.093Z] === RUN TestUpdateRestartPolicy [2020-09-14T13:05:07.540Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-14T13:05:07.786Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2020-09-14T13:05:08.087Z] ok github.com/docker/docker/daemon/logger/splunk 2.513s coverage: 82.5% of statements [2020-09-14T13:05:08.087Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-14T13:05:08.087Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-14T13:05:08.468Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-09-14T13:05:09.647Z] ok github.com/docker/docker/distribution/metadata 0.089s coverage: 48.2% of statements [2020-09-14T13:05:10.389Z] --- PASS: TestSecretsCreateAndDelete (3.58s) [2020-09-14T13:05:10.389Z] === RUN TestSecretsUpdate [2020-09-14T13:05:10.702Z] ok github.com/docker/docker/errdefs 0.045s coverage: 49.4% of statements [2020-09-14T13:05:11.364Z] ok github.com/docker/docker/distribution 0.962s coverage: 21.9% of statements [2020-09-14T13:05:11.364Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-14T13:05:12.159Z] --- PASS: TestCreateServiceMultipleTimes (19.35s) [2020-09-14T13:05:12.159Z] === RUN TestCreateServiceConflict [2020-09-14T13:05:12.159Z] --- PASS: TestCreateServiceConflict (3.25s) [2020-09-14T13:05:12.159Z] === RUN TestCreateServiceMaxReplicas [2020-09-14T13:05:14.138Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2020-09-14T13:05:14.138Z] ok github.com/docker/docker/image 0.046s coverage: 86.4% of statements [2020-09-14T13:05:14.138Z] ok github.com/docker/docker/distribution/xfer 1.704s coverage: 85.1% of statements [2020-09-14T13:05:14.138Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-14T13:05:14.138Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-14T13:05:14.436Z] ok github.com/docker/docker/image/v1 0.039s coverage: 25.0% of statements [2020-09-14T13:05:14.436Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-14T13:05:14.733Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2020-09-14T13:05:14.845Z] --- PASS: TestSecretsUpdate (3.63s) [2020-09-14T13:05:14.845Z] === RUN TestTemplatedSecret [2020-09-14T13:05:15.045Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-14T13:05:15.973Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-09-14T13:05:16.228Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-14T13:05:16.363Z] --- PASS: TestCreateServiceMaxReplicas (3.55s) [2020-09-14T13:05:16.363Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-14T13:05:16.858Z] ok github.com/docker/docker/pkg/aaparser 0.016s coverage: 50.0% of statements [2020-09-14T13:05:18.366Z] --- PASS: TestTemplatedSecret (3.61s) [2020-09-14T13:05:18.366Z] === RUN TestSecretCreateResolve [2020-09-14T13:05:18.401Z] ok github.com/docker/docker/opts 0.100s coverage: 67.1% of statements [2020-09-14T13:05:18.745Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-14T13:05:19.254Z] --- PASS: TestUpdateRestartPolicy (10.88s) [2020-09-14T13:05:19.254Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-14T13:05:19.254Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2020-09-14T13:05:19.254Z] === RUN TestWaitNonBlocked [2020-09-14T13:05:19.254Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:05:19.254Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:05:19.254Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:05:19.254Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:05:19.254Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:05:19.254Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:05:19.254Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-14T13:05:19.254Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2020-09-14T13:05:19.254Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2020-09-14T13:05:19.254Z] === RUN TestWaitBlocked [2020-09-14T13:05:19.254Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:05:19.254Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:05:19.254Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:05:19.254Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:05:19.254Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:05:19.254Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:05:19.463Z] ok github.com/docker/docker/pkg/broadcaster 0.006s coverage: 100.0% of statements [2020-09-14T13:05:20.114Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2020-09-14T13:05:20.114Z] ok github.com/docker/docker/pkg/archive 1.114s coverage: 76.8% of statements [2020-09-14T13:05:20.181Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-14T13:05:20.181Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.55s) [2020-09-14T13:05:20.181Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2020-09-14T13:05:20.181Z] === CONT TestDaemonRestartIpcMode [2020-09-14T13:05:20.181Z] === CONT TestIpcModeOlderClient [2020-09-14T13:05:20.181Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-09-14T13:05:20.761Z] ok github.com/docker/docker/pkg/authorization 1.130s coverage: 68.3% of statements [2020-09-14T13:05:21.415Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-09-14T13:05:21.889Z] --- PASS: TestSecretCreateResolve (3.53s) [2020-09-14T13:05:21.889Z] PASS [2020-09-14T13:05:21.889Z] [2020-09-14T13:05:21.889Z] DONE 6 tests in 21.891s [2020-09-14T13:05:21.889Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-09-14T13:05:21.889Z] ++ 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-14T13:05:21.889Z] ++ set -e [2020-09-14T13:05:21.889Z] ++ '[' -n 0 ']' [2020-09-14T13:05:21.889Z] ++ set -x [2020-09-14T13:05:21.889Z] ++ env -i DEST=/go/src/github.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-14T13:05:21.889Z] INFO: Testing against a local daemon [2020-09-14T13:05:21.889Z] === RUN TestServiceCreateInit [2020-09-14T13:05:21.889Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-14T13:05:22.063Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-09-14T13:05:22.364Z] ok github.com/docker/docker/pkg/discovery/file 0.017s coverage: 92.9% of statements [2020-09-14T13:05:23.415Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2020-09-14T13:05:24.056Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-09-14T13:05:24.344Z] --- PASS: TestDaemonRestartIpcMode (4.17s) [2020-09-14T13:05:24.344Z] PASS [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === Skipped [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-14T13:05:24.344Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-09-14T13:05:24.344Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-09-14T13:05:24.344Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-09-14T13:05:24.344Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-09-14T13:05:24.344Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-09-14T13:05:24.344Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-09-14T13:05:24.344Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-14T13:05:24.344Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-14T13:05:24.344Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-14T13:05:24.344Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-14T13:05:24.344Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-09-14T13:05:24.344Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-09-14T13:05:24.344Z] 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-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-09-14T13:05:24.344Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:05:24.344Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-09-14T13:05:24.344Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:05:24.344Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-09-14T13:05:24.344Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-09-14T13:05:24.344Z] 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-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-09-14T13:05:24.344Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-14T13:05:24.344Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-14T13:05:24.344Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-09-14T13:05:24.344Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-09-14T13:05:24.344Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] [2020-09-14T13:05:24.344Z] DONE 173 tests, 24 skipped in 78.212s [2020-09-14T13:05:24.344Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-14T13:05:24.344Z] INFO: Testing against a local daemon [2020-09-14T13:05:24.344Z] === RUN TestCommitInheritsEnv [2020-09-14T13:05:24.698Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-09-14T13:05:25.281Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-14T13:05:25.775Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2020-09-14T13:05:25.776Z] ok github.com/docker/docker/pkg/chrootarchive 3.918s coverage: 43.2% of statements [2020-09-14T13:05:26.074Z] ok github.com/docker/docker/layer 7.417s coverage: 68.8% of statements [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/oci [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-14T13:05:26.074Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-14T13:05:26.231Z] --- PASS: TestCommitInheritsEnv (1.70s) [2020-09-14T13:05:26.231Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-14T13:05:26.231Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-14T13:05:26.231Z] === RUN TestImagesFilterMultiReference [2020-09-14T13:05:26.231Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-09-14T13:05:26.231Z] === RUN TestImagePullPlatformInvalid [2020-09-14T13:05:26.231Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-09-14T13:05:26.231Z] === RUN TestRemoveImageOrphaning [2020-09-14T13:05:27.127Z] ok github.com/docker/docker/pkg/discovery/kv 3.087s coverage: 84.1% of statements [2020-09-14T13:05:27.127Z] ok github.com/docker/docker/pkg/fileutils 0.030s coverage: 89.5% of statements [2020-09-14T13:05:27.215Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-09-14T13:05:27.424Z] ok github.com/docker/docker/pkg/fsutils 0.426s coverage: 85.1% of statements [2020-09-14T13:05:27.425Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2020-09-14T13:05:27.503Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-14T13:05:28.116Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-09-14T13:05:28.116Z] === RUN TestRemoveImageGarbageCollector [2020-09-14T13:05:28.116Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:05:28.116Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-14T13:05:28.116Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-14T13:05:28.116Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-14T13:05:28.116Z] === RUN TestTagInvalidReference [2020-09-14T13:05:28.116Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-14T13:05:28.116Z] === RUN TestTagValidPrefixedRepo [2020-09-14T13:05:28.116Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-09-14T13:05:28.116Z] === RUN TestTagExistedNameWithoutForce [2020-09-14T13:05:28.116Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-14T13:05:28.116Z] === RUN TestTagOfficialNames [2020-09-14T13:05:28.372Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-14T13:05:28.372Z] === RUN TestTagMatchesDigest [2020-09-14T13:05:28.372Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-14T13:05:28.372Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-14T13:05:28.969Z] ok github.com/docker/docker/pkg/jsonmessage 0.036s coverage: 91.7% of statements [2020-09-14T13:05:28.969Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2020-09-14T13:05:29.104Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-09-14T13:05:29.615Z] ok github.com/docker/docker/pkg/namesgenerator 0.024s coverage: 85.7% of statements [2020-09-14T13:05:29.615Z] ok github.com/docker/docker/pkg/idtools 0.759s coverage: 70.1% of statements [2020-09-14T13:05:29.911Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-09-14T13:05:29.911Z] ok github.com/docker/docker/pkg/ioutils 1.306s coverage: 70.6% of statements [2020-09-14T13:05:29.911Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-14T13:05:29.911Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-14T13:05:29.911Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-14T13:05:29.911Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-14T13:05:30.970Z] ok github.com/docker/docker/pkg/parsers/kernel 0.055s coverage: 60.0% of statements [2020-09-14T13:05:30.970Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.021s coverage: 86.7% of statements [2020-09-14T13:05:30.970Z] ok github.com/docker/docker/pkg/pidfile 0.033s coverage: 82.4% of statements [2020-09-14T13:05:30.970Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-14T13:05:30.970Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-14T13:05:31.264Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.92s) [2020-09-14T13:05:31.264Z] === RUN TestCreateServiceSecretFileMode [2020-09-14T13:05:31.668Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-09-14T13:05:31.924Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-09-14T13:05:31.960Z] --- PASS: TestServiceCreateInit (10.48s) [2020-09-14T13:05:31.960Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.16s) [2020-09-14T13:05:31.960Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.31s) [2020-09-14T13:05:31.960Z] === RUN TestCreateServiceMultipleTimes [2020-09-14T13:05:32.510Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-09-14T13:05:32.809Z] ok github.com/docker/docker/pkg/pools 0.015s coverage: 88.2% of statements [2020-09-14T13:05:32.809Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2020-09-14T13:05:33.107Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2020-09-14T13:05:33.287Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-14T13:05:33.335Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-09-14T13:05:33.543Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-14T13:05:33.751Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2020-09-14T13:05:33.805Z] [2020-09-14T13:05:33.805Z] ________ ____ __. [2020-09-14T13:05:33.805Z] \_____ \ | |/ _| [2020-09-14T13:05:33.805Z] / | \| < [2020-09-14T13:05:33.805Z] / | \ | \ [2020-09-14T13:05:33.805Z] \_______ /____|__ \ [2020-09-14T13:05:33.805Z] \/ \/ [2020-09-14T13:05:33.805Z] [2020-09-14T13:05:33.805Z] INFO: make.ps1 ended at 09/14/2020 13:05:33 [2020-09-14T13:05:34.395Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2020-09-14T13:05:34.395Z] ok github.com/docker/docker/pkg/pubsub 1.148s coverage: 73.9% of statements [2020-09-14T13:05:34.560Z] --- PASS: TestCreateServiceSecretFileMode (3.39s) [2020-09-14T13:05:34.560Z] === RUN TestCreateServiceConfigFileMode [2020-09-14T13:05:35.455Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-09-14T13:05:35.455Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-09-14T13:05:35.760Z] ok github.com/docker/docker/pkg/symlink 0.013s coverage: 87.7% of statements [2020-09-14T13:05:36.732Z] INFO: Binaries build ended at 09/14/2020 13:05:36. Duration:00:01:09.1140791 [2020-09-14T13:05:37.105Z] --- PASS: TestCreateServiceConfigFileMode (3.17s) [2020-09-14T13:05:37.105Z] === RUN TestCreateServiceSysctls [2020-09-14T13:05:37.301Z] ok github.com/docker/docker/pkg/signal 3.004s coverage: 61.0% of statements [2020-09-14T13:05:37.301Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.9% of statements [2020-09-14T13:05:37.301Z] ok github.com/docker/docker/pkg/sysinfo 0.027s coverage: 53.4% of statements [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite (325.45s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.55s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.83s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.46s) [2020-09-14T13:05:37.710Z] docker_cli_daemon_test.go:1449: [d274ba3a978fd] daemon is not started [2020-09-14T13:05:37.710Z] check_test.go:309: [db73490f00998] daemon is not started [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.16s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.67s) [2020-09-14T13:05:37.710Z] check_test.go:309: [d0fd24595b9f2] daemon is not started [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.48s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.11s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.55s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.29s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.50s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.35s) [2020-09-14T13:05:37.710Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.57s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.56s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d0892ab051efc] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d1bb6239e63af] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.69s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.59s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d9d27c657dd57] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.63s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.65s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.53s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.29s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.61s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-09-14T13:05:37.711Z] check_test.go:309: [db6c0c5ad084f] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.88s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.80s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.48s) [2020-09-14T13:05:37.711Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-14T13:05:37.711Z] check_test.go:309: [d648e37d24d66] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.23s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.37s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.55s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.90s) [2020-09-14T13:05:37.711Z] check_test.go:309: [dbde0cb462bac] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.04s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d035b6910c315] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.57s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_plugins_test.go:79: [d4a151d2e33b9] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.92s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_plugins_test.go:169: [d25086af5e660] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.80s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d3438e32b1319] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.90s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.64s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.80s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.68s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.66s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.67s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.44s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d8f1180603bfb] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.42s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.98s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.35s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.19s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.99s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.22s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.49s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d561a4c49b160] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.66s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.29s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.58s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.10s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.25s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.66s) [2020-09-14T13:05:37.711Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-14T13:05:37.711Z] check_test.go:309: [dbf8e42f015ad] daemon is not started [2020-09-14T13:05:37.711Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-14T13:05:37.711Z] check_test.go:309: [d691c611ba0df] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.64s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d456647a6cd34] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.56s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.98s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.71s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.20s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.57s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.76s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.37s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.48s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d9b12c0df9dbc] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.12s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.22s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.65s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d6eef2cd68372] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.08s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.71s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-09-14T13:05:37.711Z] check_test.go:309: [d27c0f0068f92] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d4af4dfdb0b17] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.58s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.35s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d296f2fde9253] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.22s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.85s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.15s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.21s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d661d3de97a02] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.45s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.45s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.88s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.91s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d82a0baebb8f0] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.81s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-09-14T13:05:37.711Z] check_test.go:309: [dff804c0ec220] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.12s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.13s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.75s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.99s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.37s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.36s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.24s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.88s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.24s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.26s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.80s) [2020-09-14T13:05:37.711Z] docker_cli_daemon_test.go:2544: [dd2f77f0b8c06] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.29s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.76s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.90s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.66s) [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2020-09-14T13:05:37.711Z] check_test.go:309: [d9f4ce78b9abd] daemon is not started [2020-09-14T13:05:37.711Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.54s) [2020-09-14T13:05:37.711Z] === RUN TestDockerSwarmSuite [2020-09-14T13:05:37.711Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-09-14T13:05:37.966Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-14T13:05:38.359Z] ok github.com/docker/docker/pkg/tailfile 0.128s coverage: 88.6% of statements [2020-09-14T13:05:38.359Z] testing: warning: no tests to run [2020-09-14T13:05:38.359Z] coverage: [no statements] [2020-09-14T13:05:38.359Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2020-09-14T13:05:38.359Z] ok github.com/docker/docker/pkg/tarsum 0.156s coverage: 89.3% of statements [2020-09-14T13:05:38.539Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-14T13:05:38.808Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-14T13:05:38.931Z] INFO: Copying the built daemon binary to d:\CI\PR-41447\2\binary\dockerd-41be7293f5.exe... [2020-09-14T13:05:38.931Z] INFO: Copying the built client binary to d:\CI\PR-41447\2\binary\docker-41be7293f5.exe... [2020-09-14T13:05:38.931Z] INFO: Copying dockerversion from the container... [2020-09-14T13:05:38.931Z] INFO: Copying the golang package from the container to d:\CI\PR-41447\2\installer\go.zip... [2020-09-14T13:05:39.001Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-09-14T13:05:39.001Z] ok github.com/docker/docker/pkg/urlutil 0.017s coverage: 100.0% of statements [2020-09-14T13:05:39.001Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2020-09-14T13:05:39.742Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-14T13:05:39.742Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-14T13:05:40.304Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-14T13:05:40.559Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-14T13:05:40.815Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-09-14T13:05:41.307Z] --- PASS: TestCreateServiceSysctls (4.15s) [2020-09-14T13:05:41.307Z] === RUN TestCreateServiceCapabilities [2020-09-14T13:05:42.570Z] ok github.com/docker/docker/plugin/v2 0.027s coverage: 14.5% of statements [2020-09-14T13:05:42.570Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 68.8% of statements [2020-09-14T13:05:42.694Z] INFO: Extracting go.zip to d:\CI\PR-41447\2\go [2020-09-14T13:05:42.702Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-14T13:05:43.618Z] ok github.com/docker/docker/reference 0.011s coverage: 83.7% of statements [2020-09-14T13:05:43.618Z] ok github.com/docker/docker/plugin 0.619s coverage: 23.1% of statements [2020-09-14T13:05:44.111Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-09-14T13:05:44.111Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-14T13:05:44.605Z] --- PASS: TestCreateServiceCapabilities (3.36s) [2020-09-14T13:05:44.605Z] === RUN TestInspect [2020-09-14T13:05:45.167Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 50.9% of statements [2020-09-14T13:05:45.168Z] ok github.com/docker/docker/registry/resumable 0.028s coverage: 100.0% of statements [2020-09-14T13:05:46.043Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-14T13:05:46.221Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-09-14T13:05:46.221Z] ok github.com/docker/docker/registry 0.285s coverage: 56.3% of statements [2020-09-14T13:05:47.286Z] ok github.com/docker/docker/runconfig 0.019s coverage: 66.1% of statements [2020-09-14T13:05:47.448Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-14T13:05:47.917Z] --- PASS: TestInspect (2.90s) [2020-09-14T13:05:47.917Z] === RUN TestCreateJob [2020-09-14T13:05:48.854Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-14T13:05:49.032Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-09-14T13:05:49.032Z] Copying nested executables into bundles/cross/linux/amd64 [2020-09-14T13:05:49.032Z] Cross building: bundles/cross/windows/amd64 [2020-09-14T13:05:49.032Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-14T13:05:49.032Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-09-14T13:05:49.389Z] ok github.com/docker/docker/volume/drivers 0.010s coverage: 36.1% of statements [2020-09-14T13:05:49.414Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-09-14T13:05:49.974Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-14T13:05:51.484Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.0% of statements [2020-09-14T13:05:51.484Z] ok github.com/docker/docker/volume/local 0.033s coverage: 73.0% of statements [2020-09-14T13:05:52.118Z] --- PASS: TestCreateJob (4.27s) [2020-09-14T13:05:52.118Z] === RUN TestReplicatedJob [2020-09-14T13:05:52.121Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-09-14T13:05:54.430Z] --- PASS: TestCreateServiceMultipleTimes (21.28s) [2020-09-14T13:05:54.430Z] === RUN TestCreateServiceConflict [2020-09-14T13:05:56.504Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-09-14T13:05:57.163Z] --- PASS: TestCreateServiceConflict (3.72s) [2020-09-14T13:05:57.163Z] === RUN TestCreateServiceMaxReplicas [2020-09-14T13:05:58.701Z] --- PASS: TestReplicatedJob (6.38s) [2020-09-14T13:05:58.701Z] === RUN TestUpdateReplicatedJob [2020-09-14T13:06:00.684Z] --- PASS: TestCreateServiceMaxReplicas (3.56s) [2020-09-14T13:06:00.684Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-14T13:06:02.905Z] --- PASS: TestUpdateReplicatedJob (4.21s) [2020-09-14T13:06:02.905Z] === RUN TestServiceListWithStatuses [2020-09-14T13:06:02.905Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-14T13:06:02.905Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:06:02.905Z] === RUN TestDockerNetworkConnectAlias [2020-09-14T13:06:03.123Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-09-14T13:06:03.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-09-14T13:06:07.493Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.6% of statements [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/rootless [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/volume [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-14T13:06:07.494Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === Skipped [2020-09-14T13:06:07.494Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-14T13:06:07.494Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-14T13:06:07.494Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:73: No driver to put! [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-14T13:06:07.494Z] time="2020-09-14T13:04:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-14T13:06:07.494Z] time="2020-09-14T13:04:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-14T13:06:07.494Z] time="2020-09-14T13:04:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-14T13:06:07.494Z] time="2020-09-14T13:04:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-14T13:06:07.494Z] time="2020-09-14T13:04:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:73: No driver to put! [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-14T13:06:07.494Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-14T13:06:07.494Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-14T13:06:07.494Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:06:07.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-14T13:06:07.494Z] graphtest_unix.go:73: No driver to put! [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-14T13:06:07.494Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-14T13:06:07.494Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] [2020-09-14T13:06:07.494Z] DONE 2138 tests, 26 skipped in 261.212s Post stage [Pipeline] junit [2020-09-14T13:06:07.540Z] Recording test results [2020-09-14T13:06:07.907Z] INFO: Extraction ended at 09/14/2020 13:06:04. Duration:00:00:21.8018937 [2020-09-14T13:06:07.907Z] INFO: Updating the golang and path environment variables [2020-09-14T13:06:07.907Z] INFO: GOPATH=d:\gopath [2020-09-14T13:06:07.907Z] INFO: go version go1.13.15 windows/amd64 [2020-09-14T13:06:07.907Z] INFO: Running the daemon under test in debug mode [2020-09-14T13:06:07.907Z] INFO: Starting a daemon under test... [2020-09-14T13:06:07.907Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41447\2\daemon --pidfile d:\CI\PR-41447\2\docker.pid -D [2020-09-14T13:06:07.907Z] INFO: Process started successfully. [2020-09-14T13:06:07.907Z] INFO: Start tailing logs of the daemon under tests [2020-09-14T13:06:07.907Z] INFO: Waiting for the daemon under test to start... [2020-09-14T13:06:08.370Z] INFO: Daemon under test started and replied! [2020-09-14T13:06:08.370Z] INFO: Docker version of the daemon under test [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] Client: [2020-09-14T13:06:08.370Z] Version: 17.06.2-ce [2020-09-14T13:06:08.370Z] API version: 1.30 [2020-09-14T13:06:08.370Z] Go version: go1.8.3 [2020-09-14T13:06:08.370Z] Git commit: cec0b72 [2020-09-14T13:06:08.370Z] Built: Tue Sep 5 19:57:19 2017 [2020-09-14T13:06:08.370Z] OS/Arch: windows/amd64 [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] Server: [2020-09-14T13:06:08.370Z] Version: 0.0.0-dev [2020-09-14T13:06:08.370Z] API version: 1.41 (minimum version 1.24) [2020-09-14T13:06:08.370Z] Go version: go1.13.15 [2020-09-14T13:06:08.370Z] Git commit: 41be7293f5 [2020-09-14T13:06:08.370Z] Built: 09/14/2020 13:04:30 [2020-09-14T13:06:08.370Z] OS/Arch: windows/amd64 [2020-09-14T13:06:08.370Z] Experimental: false [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] INFO: Docker info of the daemon under test [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] Containers: 0 [2020-09-14T13:06:08.370Z] Running: 0 [2020-09-14T13:06:08.370Z] Paused: 0 [2020-09-14T13:06:08.370Z] Stopped: 0 [2020-09-14T13:06:08.370Z] Images: 0 [2020-09-14T13:06:08.370Z] Server Version: 0.0.0-dev [2020-09-14T13:06:08.370Z] Storage Driver: windowsfilter [2020-09-14T13:06:08.370Z] Windows: [2020-09-14T13:06:08.370Z] Logging Driver: json-file [2020-09-14T13:06:08.370Z] Plugins: [2020-09-14T13:06:08.370Z] Volume: local [2020-09-14T13:06:08.370Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-14T13:06:08.370Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-14T13:06:08.370Z] Swarm: inactive [2020-09-14T13:06:08.370Z] Default Isolation: process [2020-09-14T13:06:08.370Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-14T13:06:08.370Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-14T13:06:08.370Z] OSType: windows [2020-09-14T13:06:08.370Z] Architecture: x86_64 [2020-09-14T13:06:08.370Z] CPUs: 4 [2020-09-14T13:06:08.370Z] Total Memory: 32GiB [2020-09-14T13:06:08.370Z] Name: azwin-2-7ade50 [2020-09-14T13:06:08.370Z] ID: PYC2:5ZL5:GY4C:YQND:EDUD:EXWR:WAHW:ZMNY:SWAS:VNCP:V2YO:CP6V [2020-09-14T13:06:08.370Z] Docker Root Dir: D:\CI\PR-41447\2\daemon [2020-09-14T13:06:08.370Z] Debug Mode (client): false [2020-09-14T13:06:08.370Z] Debug Mode (server): true [2020-09-14T13:06:08.370Z] File Descriptors: -1 [2020-09-14T13:06:08.370Z] Goroutines: 17 [2020-09-14T13:06:08.370Z] System Time: 2020-09-14T13:06:08.0128769Z [2020-09-14T13:06:08.370Z] EventsListeners: 0 [2020-09-14T13:06:08.370Z] Registry: https://index.docker.io/v1/ [2020-09-14T13:06:08.370Z] Labels: [2020-09-14T13:06:08.370Z] Experimental: false [2020-09-14T13:06:08.370Z] Insecure Registries: [2020-09-14T13:06:08.370Z] 127.0.0.0/8 [2020-09-14T13:06:08.370Z] Live Restore Enabled: false [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] INFO: Docker images of the daemon under test [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-14T13:06:08.370Z] [2020-09-14T13:06:08.370Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-09-14T13:06:08.370Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-09-14T13:06:08.370Z] ltsc2019: Pulling from windows/servercore [2020-09-14T13:06:08.370Z] 4612f6d0b889: Pulling fs layer [2020-09-14T13:06:08.370Z] c3aff4450246: Pulling fs layer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-14T13:06:09.487Z] --- PASS: TestDockerNetworkConnectAlias (6.53s) [2020-09-14T13:06:09.487Z] === RUN TestDockerNetworkReConnect [2020-09-14T13:06:09.564Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -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:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/make.sh dynbinary test-integration [2020-09-14T13:06:09.860Z] [2020-09-14T13:06:09.860Z] Removing bundles/ [2020-09-14T13:06:09.860Z] [2020-09-14T13:06:09.860Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-14T13:06:09.860Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T13:06:09.860Z] GOOS="" GOARCH="" GOARM="" [2020-09-14T13:06:14.773Z] --- PASS: TestDockerNetworkReConnect (5.10s) [2020-09-14T13:06:14.773Z] === RUN TestServicePlugin [2020-09-14T13:06:14.773Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-14T13:06:14.773Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:06:14.773Z] === RUN TestServiceUpdateLabel [2020-09-14T13:06:15.886Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-14T13:06:15.886Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-14T13:06:16.065Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.56s) [2020-09-14T13:06:16.065Z] === RUN TestCreateServiceSecretFileMode [2020-09-14T13:06:16.986Z] c3aff4450246: Verifying Checksum [2020-09-14T13:06:16.986Z] c3aff4450246: Download complete [2020-09-14T13:06:17.315Z] --- PASS: TestServiceUpdateLabel (3.20s) [2020-09-14T13:06:17.315Z] === RUN TestServiceUpdateSecrets [2020-09-14T13:06:19.593Z] --- PASS: TestCreateServiceSecretFileMode (3.44s) [2020-09-14T13:06:19.593Z] === RUN TestCreateServiceConfigFileMode [2020-09-14T13:06:23.112Z] --- PASS: TestCreateServiceConfigFileMode (3.09s) [2020-09-14T13:06:23.112Z] === RUN TestCreateServiceSysctls [2020-09-14T13:06:23.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-14T13:06:24.894Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-14T13:06:25.454Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-14T13:06:25.712Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-14T13:06:27.122Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-14T13:06:27.122Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-14T13:06:27.378Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-14T13:06:27.568Z] --- PASS: TestCreateServiceSysctls (4.49s) [2020-09-14T13:06:27.568Z] === RUN TestCreateServiceCapabilities [2020-09-14T13:06:29.413Z] 4612f6d0b889: Verifying Checksum [2020-09-14T13:06:29.413Z] 4612f6d0b889: Download complete [2020-09-14T13:06:31.089Z] --- PASS: TestCreateServiceCapabilities (3.59s) [2020-09-14T13:06:31.089Z] === RUN TestInspect [2020-09-14T13:06:32.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-09-14T13:06:32.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-09-14T13:06:34.628Z] --- PASS: TestInspect (3.87s) [2020-09-14T13:06:34.628Z] === RUN TestCreateJob [2020-09-14T13:06:35.435Z] --- PASS: TestServiceUpdateSecrets (15.43s) [2020-09-14T13:06:35.435Z] === RUN TestServiceUpdateConfigs [2020-09-14T13:06:36.951Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-14T13:06:36.952Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-14T13:06:37.513Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-14T13:06:38.075Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-14T13:06:38.330Z] === RUN TestDockerSuite/TestBuildFails [2020-09-14T13:06:39.085Z] --- PASS: TestCreateJob (4.26s) [2020-09-14T13:06:39.085Z] === RUN TestReplicatedJob [2020-09-14T13:06:39.257Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-14T13:06:39.257Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-14T13:06:41.144Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-14T13:06:43.165Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-14T13:06:44.529Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-14T13:06:45.498Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-14T13:06:46.060Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-14T13:06:46.988Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-14T13:06:47.575Z] --- PASS: TestReplicatedJob (7.44s) [2020-09-14T13:06:47.575Z] === RUN TestUpdateReplicatedJob [2020-09-14T13:06:49.630Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-14T13:06:50.191Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-14T13:06:50.191Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-14T13:06:50.335Z] --- PASS: TestServiceUpdateConfigs (15.34s) [2020-09-14T13:06:50.335Z] === RUN TestServiceUpdateNetwork [2020-09-14T13:06:51.100Z] --- PASS: TestUpdateReplicatedJob (4.39s) [2020-09-14T13:06:51.100Z] === RUN TestServiceListWithStatuses [2020-09-14T13:06:51.100Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-09-14T13:06:51.100Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:06:51.100Z] === RUN TestDockerNetworkConnectAlias [2020-09-14T13:06:52.077Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-14T13:06:54.055Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-14T13:06:54.055Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-09-14T13:06:54.982Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-09-14T13:06:55.543Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-14T13:06:59.585Z] --- PASS: TestDockerNetworkConnectAlias (8.08s) [2020-09-14T13:06:59.585Z] === RUN TestDockerNetworkReConnect [2020-09-14T13:07:00.784Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-14T13:07:00.784Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-14T13:07:00.784Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-14T13:07:01.712Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-14T13:07:01.968Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-14T13:07:02.225Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-14T13:07:02.786Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-14T13:07:03.389Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-14T13:07:03.950Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-14T13:07:04.205Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-14T13:07:04.461Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-14T13:07:05.022Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-14T13:07:05.162Z] --- PASS: TestDockerNetworkReConnect (6.36s) [2020-09-14T13:07:05.162Z] === RUN TestServicePlugin [2020-09-14T13:07:05.162Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-14T13:07:05.162Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:07:05.162Z] === RUN TestServiceUpdateLabel [2020-09-14T13:07:05.235Z] --- PASS: TestServiceUpdateNetwork (14.70s) [2020-09-14T13:07:05.235Z] === RUN TestServiceUpdatePidsLimit [2020-09-14T13:07:05.235Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-14T13:07:05.235Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-14T13:07:06.403Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-14T13:07:08.683Z] --- PASS: TestServiceUpdateLabel (3.71s) [2020-09-14T13:07:08.683Z] === RUN TestServiceUpdateSecrets [2020-09-14T13:07:08.921Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-14T13:07:10.473Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-14T13:07:10.473Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-09-14T13:07:10.473Z] remote: Enumerating objects: 2, done. [2020-09-14T13:07:10.473Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-09-14T13:07:10.473Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-09-14T13:07:10.473Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-09-14T13:07:10.473Z] 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-14T13:07:10.473Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-09-14T13:07:10.473Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-14T13:07:10.806Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/test/unit [2020-09-14T13:07:13.126Z] --- PASS: TestImportExtremelyLargeImageWorks (200.64s) [2020-09-14T13:07:13.126Z] PASS [2020-09-14T13:07:13.126Z] [2020-09-14T13:07:13.126Z] DONE 12 tests in 203.839s [2020-09-14T13:07:13.126Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-14T13:07:13.126Z] ++ 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-14T13:07:13.126Z] ++ set -e [2020-09-14T13:07:13.126Z] ++ '[' -n 0 ']' [2020-09-14T13:07:13.126Z] ++ set -x [2020-09-14T13:07:13.126Z] ++ env -i DEST=/go/src/github.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-14T13:07:13.126Z] INFO: Testing against a local daemon [2020-09-14T13:07:13.126Z] === RUN TestNetworkCreateDelete [2020-09-14T13:07:13.126Z] --- PASS: TestNetworkCreateDelete (0.21s) [2020-09-14T13:07:13.126Z] === RUN TestDockerNetworkDeletePreferID [2020-09-14T13:07:13.341Z] ? github.com/docker/docker/api [no test files] [2020-09-14T13:07:13.365Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-14T13:07:13.733Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s) [2020-09-14T13:07:13.733Z] === RUN TestDaemonDNSFallback [2020-09-14T13:07:13.733Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-14T13:07:16.288Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-14T13:07:16.288Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-14T13:07:16.288Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-14T13:07:16.288Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-14T13:07:16.288Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-14T13:07:16.543Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-14T13:07:17.470Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-14T13:07:18.396Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-14T13:07:19.750Z] --- PASS: TestImportExtremelyLargeImageWorks (105.07s) [2020-09-14T13:07:19.750Z] PASS [2020-09-14T13:07:19.750Z] [2020-09-14T13:07:19.750Z] === Skipped [2020-09-14T13:07:19.750Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:07:19.750Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-14T13:07:19.750Z] [2020-09-14T13:07:19.750Z] [2020-09-14T13:07:19.750Z] DONE 12 tests, 1 skipped in 109.133s [2020-09-14T13:07:19.750Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-14T13:07:19.750Z] INFO: Testing against a local daemon [2020-09-14T13:07:19.750Z] === RUN TestNetworkCreateDelete [2020-09-14T13:07:19.750Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-09-14T13:07:19.750Z] === RUN TestDockerNetworkDeletePreferID [2020-09-14T13:07:19.750Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-09-14T13:07:19.750Z] === RUN TestDaemonDNSFallback [2020-09-14T13:07:20.282Z] --- PASS: TestDaemonDNSFallback (6.67s) [2020-09-14T13:07:20.282Z] === RUN TestInspectNetwork [2020-09-14T13:07:20.841Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-14T13:07:21.138Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-14T13:07:21.494Z] --- PASS: TestServiceUpdatePidsLimit (17.46s) [2020-09-14T13:07:21.494Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-09-14T13:07:21.494Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.11s) [2020-09-14T13:07:21.494Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2020-09-14T13:07:21.494Z] PASS [2020-09-14T13:07:21.494Z] [2020-09-14T13:07:21.494Z] === Skipped [2020-09-14T13:07:21.494Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-14T13:07:21.494Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:07:21.494Z] [2020-09-14T13:07:21.494Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-09-14T13:07:21.494Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:07:21.494Z] [2020-09-14T13:07:21.494Z] [2020-09-14T13:07:21.494Z] DONE 27 tests, 2 skipped in 160.855s [2020-09-14T13:07:21.494Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-09-14T13:07:21.494Z] ++ 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-14T13:07:21.494Z] ++ set -e [2020-09-14T13:07:21.494Z] ++ '[' -n 0 ']' [2020-09-14T13:07:21.494Z] ++ set -x [2020-09-14T13:07:21.494Z] ++ env -i DEST=/go/src/github.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-14T13:07:21.494Z] INFO: Testing against a local daemon [2020-09-14T13:07:21.494Z] === RUN TestSessionCreate [2020-09-14T13:07:21.494Z] --- PASS: TestSessionCreate (0.05s) [2020-09-14T13:07:21.494Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-14T13:07:21.494Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-09-14T13:07:21.494Z] PASS [2020-09-14T13:07:21.494Z] [2020-09-14T13:07:21.494Z] DONE 2 tests in 0.266s [2020-09-14T13:07:21.494Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-09-14T13:07:21.494Z] ++ 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-14T13:07:21.494Z] ++ set -e [2020-09-14T13:07:21.494Z] ++ '[' -n 0 ']' [2020-09-14T13:07:21.494Z] ++ set -x [2020-09-14T13:07:21.494Z] ++ env -i DEST=/go/src/github.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-14T13:07:21.494Z] INFO: Testing against a local daemon [2020-09-14T13:07:21.494Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-14T13:07:21.494Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:07:21.494Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:07:21.494Z] === RUN TestEventsExecDie [2020-09-14T13:07:21.494Z] --- PASS: TestEventsExecDie (0.88s) [2020-09-14T13:07:21.494Z] === RUN TestEventsBackwardsCompatible [2020-09-14T13:07:21.709Z] --- PASS: TestDaemonDNSFallback (7.30s) [2020-09-14T13:07:21.709Z] === RUN TestInspectNetwork [2020-09-14T13:07:21.709Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-14T13:07:21.709Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] === RUN TestRunContainerWithBridgeNone [2020-09-14T13:07:21.709Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-14T13:07:21.709Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestNetworkInvalidJSON [2020-09-14T13:07:21.709Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-14T13:07:21.709Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-14T13:07:21.709Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:07:21.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:07:21.709Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:07:21.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:07:21.709Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-14T13:07:21.709Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:07:21.709Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:07:21.709Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-14T13:07:21.709Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-14T13:07:21.709Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-14T13:07:21.709Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-14T13:07:21.709Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-14T13:07:21.709Z] === RUN TestHostIPv4BridgeLabel [2020-09-14T13:07:21.709Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-14T13:07:21.709Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-14T13:07:21.709Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2020-09-14T13:07:21.709Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestDaemonDefaultNetworkPools [2020-09-14T13:07:21.709Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-14T13:07:21.709Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-14T13:07:21.709Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-14T13:07:21.709Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] === RUN TestServiceWithPredefinedNetwork [2020-09-14T13:07:21.709Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-14T13:07:21.709Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-14T13:07:21.709Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:07:21.709Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:07:21.709Z] === RUN TestServiceWithDataPathPortInit [2020-09-14T13:07:21.709Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-14T13:07:21.709Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-14T13:07:21.709Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] PASS [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === Skipped [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-09-14T13:07:21.709Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-09-14T13:07:21.709Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-09-14T13:07:21.709Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2020-09-14T13:07:21.709Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-09-14T13:07:21.709Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:07:21.709Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-09-14T13:07:21.709Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.709Z] [2020-09-14T13:07:21.709Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-14T13:07:21.710Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] DONE 19 tests, 12 skipped in 8.011s [2020-09-14T13:07:21.710Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:07:21.710Z] INFO: Testing against a local daemon [2020-09-14T13:07:21.710Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-14T13:07:21.710Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-14T13:07:21.710Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:07:21.710Z] === RUN TestDockerNetworkIpvlan [2020-09-14T13:07:21.710Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:07:21.710Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:07:21.710Z] PASS [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] === Skipped [2020-09-14T13:07:21.710Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-14T13:07:21.710Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:07:21.710Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] DONE 2 tests, 2 skipped in 0.123s [2020-09-14T13:07:21.710Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:07:21.710Z] INFO: Testing against a local daemon [2020-09-14T13:07:21.710Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-14T13:07:21.710Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-14T13:07:21.710Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.710Z] === RUN TestDockerNetworkMacvlan [2020-09-14T13:07:21.710Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-09-14T13:07:21.710Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.710Z] PASS [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] === Skipped [2020-09-14T13:07:21.710Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-14T13:07:21.710Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-09-14T13:07:21.710Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] DONE 2 tests, 2 skipped in 0.111s [2020-09-14T13:07:21.710Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-14T13:07:21.710Z] testing: warning: no tests to run [2020-09-14T13:07:21.710Z] PASS [2020-09-14T13:07:21.710Z] [2020-09-14T13:07:21.710Z] DONE 0 tests in 0.024s [2020-09-14T13:07:21.710Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-14T13:07:21.710Z] INFO: Testing against a local daemon [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginAllowRequest [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginTLS [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginDenyRequest [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginDenyResponse [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginAllowEventStream [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginErrorResponse [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginErrorRequest [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginHeader [2020-09-14T13:07:21.710Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-09-14T13:07:21.710Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:21.710Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-14T13:07:21.762Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2020-09-14T13:07:21.762Z] === RUN TestInfoBinaryCommits [2020-09-14T13:07:21.762Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-09-14T13:07:21.762Z] === RUN TestInfoAPIVersioned [2020-09-14T13:07:21.762Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-09-14T13:07:21.762Z] === RUN TestInfoDiscoveryBackend [2020-09-14T13:07:22.271Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.34s) [2020-09-14T13:07:22.272Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:22.272Z] === RUN TestAuthZPluginV2Disable [2020-09-14T13:07:22.272Z] --- SKIP: TestAuthZPluginV2Disable (0.26s) [2020-09-14T13:07:22.272Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:22.272Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-14T13:07:22.334Z] --- PASS: TestInfoDiscoveryBackend (0.67s) [2020-09-14T13:07:22.334Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-14T13:07:22.527Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.19s) [2020-09-14T13:07:22.527Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:22.527Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-14T13:07:22.782Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.30s) [2020-09-14T13:07:22.782Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:22.782Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-14T13:07:23.343Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.53s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] PASS [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === Skipped [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.34s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.26s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.19s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.30s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.53s) [2020-09-14T13:07:23.343Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] [2020-09-14T13:07:23.343Z] DONE 17 tests, 17 skipped in 1.737s [2020-09-14T13:07:23.343Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-14T13:07:23.598Z] INFO: Testing against a local daemon [2020-09-14T13:07:23.598Z] === RUN TestPluginInvalidJSON [2020-09-14T13:07:23.598Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:07:23.598Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:07:23.598Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:07:23.598Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-14T13:07:23.598Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-14T13:07:23.598Z] === RUN TestPluginInstall [2020-09-14T13:07:23.598Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-14T13:07:23.598Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.598Z] PASS [2020-09-14T13:07:23.598Z] [2020-09-14T13:07:23.598Z] === Skipped [2020-09-14T13:07:23.598Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-09-14T13:07:23.598Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-14T13:07:23.598Z] [2020-09-14T13:07:23.598Z] [2020-09-14T13:07:23.598Z] DONE 3 tests, 1 skipped in 0.165s [2020-09-14T13:07:23.598Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-14T13:07:23.598Z] INFO: Testing against a local daemon [2020-09-14T13:07:23.598Z] === RUN TestExternalGraphDriver [2020-09-14T13:07:23.716Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-14T13:07:23.716Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-14T13:07:23.853Z] --- SKIP: TestExternalGraphDriver (0.25s) [2020-09-14T13:07:23.853Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-14T13:07:23.853Z] === RUN TestGraphdriverPluginV2 [2020-09-14T13:07:23.977Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-09-14T13:07:23.977Z] === RUN TestInfoAPI [2020-09-14T13:07:24.237Z] --- PASS: TestInfoAPI (0.05s) [2020-09-14T13:07:24.237Z] === RUN TestInfoAPIWarnings [2020-09-14T13:07:24.310Z] === RUN TestInspectNetwork/full_network_id [2020-09-14T13:07:24.310Z] === RUN TestInspectNetwork/partial_network_id [2020-09-14T13:07:24.310Z] === RUN TestInspectNetwork/network_name [2020-09-14T13:07:24.310Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-14T13:07:24.808Z] --- PASS: TestInfoAPIWarnings (0.65s) [2020-09-14T13:07:24.808Z] === RUN TestInfoDebug [2020-09-14T13:07:25.378Z] --- PASS: TestInfoDebug (0.63s) [2020-09-14T13:07:25.378Z] === RUN TestInfoInsecureRegistries [2020-09-14T13:07:25.949Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2020-09-14T13:07:25.949Z] === RUN TestInfoRegistryMirrors [2020-09-14T13:07:26.890Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-09-14T13:07:26.890Z] === RUN TestLoginFailsWithBadCredentials [2020-09-14T13:07:27.151Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2020-09-14T13:07:27.151Z] === RUN TestPingCacheHeaders [2020-09-14T13:07:27.151Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-14T13:07:27.151Z] === RUN TestPingGet [2020-09-14T13:07:27.151Z] --- PASS: TestPingGet (0.02s) [2020-09-14T13:07:27.151Z] === RUN TestPingHead [2020-09-14T13:07:27.151Z] --- PASS: TestPingHead (0.04s) [2020-09-14T13:07:27.151Z] === RUN TestVersion [2020-09-14T13:07:27.151Z] --- PASS: TestVersion (0.04s) [2020-09-14T13:07:27.151Z] PASS [2020-09-14T13:07:27.151Z] [2020-09-14T13:07:27.151Z] === Skipped [2020-09-14T13:07:27.151Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:07:27.151Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:07:27.151Z] [2020-09-14T13:07:27.151Z] [2020-09-14T13:07:27.151Z] DONE 18 tests, 1 skipped in 6.677s [2020-09-14T13:07:27.151Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-14T13:07:27.151Z] ++ 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-14T13:07:27.151Z] ++ set -e [2020-09-14T13:07:27.151Z] ++ '[' -n 0 ']' [2020-09-14T13:07:27.151Z] ++ set -x [2020-09-14T13:07:27.151Z] ++ env -i DEST=/go/src/github.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-14T13:07:27.273Z] --- PASS: TestServiceUpdateSecrets (15.69s) [2020-09-14T13:07:27.273Z] === RUN TestServiceUpdateConfigs [2020-09-14T13:07:27.411Z] INFO: Testing against a local daemon [2020-09-14T13:07:27.411Z] === RUN TestVolumesCreateAndList [2020-09-14T13:07:27.411Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-14T13:07:27.411Z] === RUN TestVolumesRemove [2020-09-14T13:07:27.671Z] --- PASS: TestVolumesRemove (0.11s) [2020-09-14T13:07:27.671Z] === RUN TestVolumesInspect [2020-09-14T13:07:27.671Z] --- PASS: TestVolumesInspect (0.03s) [2020-09-14T13:07:27.671Z] === RUN TestVolumesInvalidJSON [2020-09-14T13:07:27.671Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-14T13:07:27.671Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-14T13:07:27.671Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-14T13:07:27.671Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-14T13:07:27.671Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-14T13:07:27.671Z] PASS [2020-09-14T13:07:27.671Z] [2020-09-14T13:07:27.671Z] DONE 5 tests in 0.389s [2020-09-14T13:07:27.671Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:07:27.934Z] ++++ cat bundles/test-integration/docker.pid [2020-09-14T13:07:27.934Z] +++ kill 13601 [2020-09-14T13:07:28.231Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-09-14T13:07:28.470Z] --- PASS: TestInspectNetwork (8.05s) [2020-09-14T13:07:28.470Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-14T13:07:28.470Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-14T13:07:28.470Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-14T13:07:28.470Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-14T13:07:28.470Z] === RUN TestRunContainerWithBridgeNone [2020-09-14T13:07:29.034Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-14T13:07:29.315Z] +++ /etc/init.d/apparmor stop [2020-09-14T13:07:29.315Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:07:29.315Z] [2020-09-14T13:07:29.315Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:07:29.315Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:07:29.315Z] [2020-09-14T13:07:29.315Z] To set a process to complain mode, use the command line tool [2020-09-14T13:07:29.315Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:07:29.315Z] +++ true [2020-09-14T13:07:29.315Z] exiting test-integration [2020-09-14T13:07:29.315Z] ++ exit 0 [2020-09-14T13:07:29.315Z] [2020-09-14T13:07:30.383Z] --- PASS: TestGraphdriverPluginV2 (6.02s) [2020-09-14T13:07:30.383Z] PASS [2020-09-14T13:07:30.383Z] [2020-09-14T13:07:30.383Z] === Skipped [2020-09-14T13:07:30.383Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.25s) [2020-09-14T13:07:30.383Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-14T13:07:30.383Z] [2020-09-14T13:07:30.383Z] [2020-09-14T13:07:30.383Z] DONE 2 tests, 1 skipped in 6.393s [2020-09-14T13:07:30.383Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-14T13:07:30.383Z] INFO: Testing against a local daemon [2020-09-14T13:07:30.383Z] === RUN TestContinueAfterPluginCrash [2020-09-14T13:07:30.383Z] === PAUSE TestContinueAfterPluginCrash [2020-09-14T13:07:30.383Z] === RUN TestReadPluginNoRead [2020-09-14T13:07:30.383Z] === PAUSE TestReadPluginNoRead [2020-09-14T13:07:30.383Z] === RUN TestDaemonStartWithLogOpt [2020-09-14T13:07:30.383Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-14T13:07:30.383Z] === CONT TestContinueAfterPluginCrash [2020-09-14T13:07:30.383Z] === CONT TestDaemonStartWithLogOpt [2020-09-14T13:07:30.397Z] --- PASS: TestRunContainerWithBridgeNone (1.89s) [2020-09-14T13:07:30.397Z] === RUN TestNetworkInvalidJSON [2020-09-14T13:07:30.397Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-14T13:07:30.397Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-14T13:07:30.397Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:07:30.397Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:07:30.397Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:07:30.397Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:07:30.397Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-14T13:07:30.397Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:07:30.397Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:07:30.397Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-14T13:07:30.397Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-14T13:07:30.397Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-14T13:07:30.397Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-14T13:07:30.397Z] === RUN TestHostIPv4BridgeLabel [2020-09-14T13:07:30.981Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2020-09-14T13:07:30.981Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-14T13:07:31.907Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-09-14T13:07:31.907Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2020-09-14T13:07:31.907Z] === RUN TestDaemonDefaultNetworkPools [2020-09-14T13:07:32.508Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-14T13:07:32.806Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2020-09-14T13:07:32.806Z] === RUN TestDaemonRestartWithExistingNetwork Post stage [Pipeline] junit [2020-09-14T13:07:33.531Z] Recording test results [2020-09-14T13:07:33.733Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-09-14T13:07:33.733Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-14T13:07:34.274Z] + echo Ensuring container killed. [2020-09-14T13:07:34.274Z] Ensuring container killed. [2020-09-14T13:07:34.274Z] + docker rm -vf docker-pr2 [2020-09-14T13:07:34.274Z] Error: No such container: docker-pr2 [2020-09-14T13:07:34.274Z] + true [Pipeline] sh [2020-09-14T13:07:34.342Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-14T13:07:34.342Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-14T13:07:34.575Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:07:34.575Z] Chowning /workspace to jenkins user [2020-09-14T13:07:34.575Z] + id -u [2020-09-14T13:07:34.575Z] + id -g [2020-09-14T13:07:34.575Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41447:/workspace busybox chown -R 1000:1000 /workspace [2020-09-14T13:07:35.271Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2020-09-14T13:07:35.271Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-14T13:07:35.832Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2020-09-14T13:07:35.832Z] === RUN TestServiceWithPredefinedNetwork [2020-09-14T13:07:37.759Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:07:38.177Z] + bundleName=arm64-integration [2020-09-14T13:07:38.177Z] + echo Creating arm64-integration-bundles.tar.gz [2020-09-14T13:07:38.177Z] Creating arm64-integration-bundles.tar.gz [2020-09-14T13:07:38.177Z] + 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-14T13:07:38.177Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-09-14T13:07:38.320Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [Pipeline] archiveArtifacts [2020-09-14T13:07:38.452Z] Archiving artifacts [2020-09-14T13:07:38.576Z] --- PASS: TestServiceWithPredefinedNetwork (2.89s) [2020-09-14T13:07:38.576Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-14T13:07:38.576Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:07:38.576Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:07:38.576Z] === RUN TestServiceWithDataPathPortInit [2020-09-14T13:07:38.718Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:07:39.033Z] + make clean [2020-09-14T13:07:39.605Z] docker volume rm -f docker-dev-cache [2020-09-14T13:07:39.605Z] docker-dev-cache [Pipeline] deleteDir [2020-09-14T13:07:39.990Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-14T13:07:39.990Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-14T13:07:41.922Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-14T13:07:42.177Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-14T13:07:42.621Z] --- PASS: TestServiceUpdateConfigs (15.95s) [2020-09-14T13:07:42.621Z] === RUN TestServiceUpdateNetwork [2020-09-14T13:07:42.737Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-14T13:07:43.298Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-14T13:07:44.270Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-09-14T13:07:44.526Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-14T13:07:44.782Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-14T13:07:45.037Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-09-14T13:07:45.292Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-14T13:07:45.355Z] --- PASS: TestDaemonStartWithLogOpt (13.43s) [2020-09-14T13:07:45.355Z] === CONT TestReadPluginNoRead [2020-09-14T13:07:45.549Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-14T13:07:46.476Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-14T13:07:47.243Z] === RUN TestReadPluginNoRead/default [2020-09-14T13:07:47.243Z] --- PASS: TestContinueAfterPluginCrash (17.08s) [2020-09-14T13:07:47.451Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-14T13:07:47.451Z] [2020-09-14T13:07:47.451Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-14T13:07:47.451Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-14T13:07:47.451Z] HOSTNAME=90b69cbfdef2 [2020-09-14T13:07:47.451Z] TESTDEBUG=0 [2020-09-14T13:07:47.451Z] DEST=bundles/test-integration [2020-09-14T13:07:47.451Z] PWD=/go/src/github.com/docker/docker [2020-09-14T13:07:47.451Z] DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b [2020-09-14T13:07:47.451Z] container=docker [2020-09-14T13:07:47.451Z] HOME=/root [2020-09-14T13:07:47.451Z] GOLANG_VERSION=1.13.15 [2020-09-14T13:07:47.451Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-14T13:07:47.451Z] VALIDATE_BRANCH=master [2020-09-14T13:07:47.451Z] TERM=xterm [2020-09-14T13:07:47.451Z] DOCKER_PKG=github.com/docker/docker [2020-09-14T13:07:47.451Z] SHLVL=1 [2020-09-14T13:07:47.451Z] TIMEOUT=120m [2020-09-14T13:07:47.451Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-14T13:07:47.451Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-14T13:07:47.451Z] GO111MODULE=off [2020-09-14T13:07:47.451Z] DOCKER_EXPERIMENTAL=1 [2020-09-14T13:07:47.451Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-14T13:07:47.451Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-14T13:07:47.451Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-14T13:07:47.451Z] GOPATH=/go [2020-09-14T13:07:47.451Z] PKG_CONFIG=pkg-config [2020-09-14T13:07:47.451Z] _=/usr/bin/env [2020-09-14T13:07:47.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-14T13:07:48.410Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-14T13:07:48.973Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-14T13:07:49.757Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-14T13:07:50.906Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-14T13:07:51.648Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-14T13:07:51.831Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-14T13:07:53.194Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-14T13:07:54.144Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-14T13:07:54.161Z] --- PASS: TestReadPluginNoRead (10.28s) [2020-09-14T13:07:54.161Z] --- PASS: TestReadPluginNoRead/default (2.22s) [2020-09-14T13:07:54.161Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.20s) [2020-09-14T13:07:54.161Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.23s) [2020-09-14T13:07:54.161Z] read_test.go:92: [da87bd1ff0bf6] daemon is not started [2020-09-14T13:07:54.161Z] PASS [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.161Z] DONE 6 tests in 23.853s [2020-09-14T13:07:54.161Z] 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-14T13:07:54.161Z] testing: warning: no tests to run [2020-09-14T13:07:54.161Z] PASS [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.161Z] DONE 0 tests in 0.040s [2020-09-14T13:07:54.161Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-14T13:07:54.161Z] INFO: Testing against a local daemon [2020-09-14T13:07:54.161Z] === RUN TestPluginWithDevMounts [2020-09-14T13:07:54.161Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-14T13:07:54.161Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-14T13:07:54.161Z] PASS [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.161Z] === Skipped [2020-09-14T13:07:54.161Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-09-14T13:07:54.161Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.161Z] DONE 1 tests, 1 skipped in 0.144s [2020-09-14T13:07:54.161Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-14T13:07:54.161Z] INFO: Testing against a local daemon [2020-09-14T13:07:54.161Z] === RUN TestSecretInspect [2020-09-14T13:07:54.161Z] --- SKIP: TestSecretInspect (0.01s) [2020-09-14T13:07:54.161Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] === RUN TestSecretList [2020-09-14T13:07:54.161Z] --- SKIP: TestSecretList (0.02s) [2020-09-14T13:07:54.161Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] === RUN TestSecretsCreateAndDelete [2020-09-14T13:07:54.161Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-09-14T13:07:54.161Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] === RUN TestSecretsUpdate [2020-09-14T13:07:54.161Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-09-14T13:07:54.161Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] === RUN TestTemplatedSecret [2020-09-14T13:07:54.161Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-14T13:07:54.161Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] === RUN TestSecretCreateResolve [2020-09-14T13:07:54.161Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-09-14T13:07:54.161Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] PASS [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.161Z] === Skipped [2020-09-14T13:07:54.161Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2020-09-14T13:07:54.161Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.161Z] [2020-09-14T13:07:54.162Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-09-14T13:07:54.162Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.162Z] [2020-09-14T13:07:54.162Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-09-14T13:07:54.162Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.162Z] [2020-09-14T13:07:54.162Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-09-14T13:07:54.162Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.162Z] [2020-09-14T13:07:54.162Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-09-14T13:07:54.162Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.162Z] [2020-09-14T13:07:54.162Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-09-14T13:07:54.162Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.162Z] [2020-09-14T13:07:54.162Z] [2020-09-14T13:07:54.162Z] DONE 6 tests, 6 skipped in 0.188s [2020-09-14T13:07:54.162Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-14T13:07:54.417Z] INFO: Testing against a local daemon [2020-09-14T13:07:54.417Z] === RUN TestServiceCreateInit [2020-09-14T13:07:54.417Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-14T13:07:54.417Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-14T13:07:54.417Z] --- PASS: TestServiceCreateInit (0.01s) [2020-09-14T13:07:54.417Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-14T13:07:54.418Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-14T13:07:54.418Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceMultipleTimes [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-09-14T13:07:54.418Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceConflict [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-09-14T13:07:54.418Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceMaxReplicas [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-09-14T13:07:54.418Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-14T13:07:54.418Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceSecretFileMode [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-09-14T13:07:54.418Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceConfigFileMode [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-09-14T13:07:54.418Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceSysctls [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-09-14T13:07:54.418Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestCreateServiceCapabilities [2020-09-14T13:07:54.418Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-09-14T13:07:54.418Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.418Z] === RUN TestInspect [2020-09-14T13:07:54.673Z] --- SKIP: TestInspect (0.02s) [2020-09-14T13:07:54.673Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.673Z] === RUN TestCreateJob [2020-09-14T13:07:54.673Z] --- SKIP: TestCreateJob (0.01s) [2020-09-14T13:07:54.673Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.673Z] === RUN TestReplicatedJob [2020-09-14T13:07:54.673Z] --- SKIP: TestReplicatedJob (0.01s) [2020-09-14T13:07:54.673Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.673Z] === RUN TestUpdateReplicatedJob [2020-09-14T13:07:54.673Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-09-14T13:07:54.673Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.673Z] === RUN TestServiceListWithStatuses [2020-09-14T13:07:54.673Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-14T13:07:54.673Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:07:54.673Z] === RUN TestDockerNetworkConnectAlias [2020-09-14T13:07:54.673Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-09-14T13:07:54.673Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.673Z] === RUN TestDockerNetworkReConnect [2020-09-14T13:07:54.673Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-09-14T13:07:54.673Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:54.673Z] === RUN TestServicePlugin [2020-09-14T13:07:55.072Z] --- PASS: TestServiceWithDataPathPortInit (16.32s) [2020-09-14T13:07:55.072Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-14T13:07:55.327Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-14T13:07:55.888Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-14T13:07:57.976Z] --- PASS: TestServiceUpdateNetwork (16.81s) [2020-09-14T13:07:57.976Z] === RUN TestServiceUpdatePidsLimit [2020-09-14T13:07:58.404Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-14T13:07:58.609Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-14T13:07:58.837Z] --- SKIP: TestServicePlugin (3.48s) [2020-09-14T13:07:58.837Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] === RUN TestServiceUpdateLabel [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-09-14T13:07:58.837Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] === RUN TestServiceUpdateSecrets [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-09-14T13:07:58.837Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] === RUN TestServiceUpdateConfigs [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-09-14T13:07:58.837Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] === RUN TestServiceUpdateNetwork [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-09-14T13:07:58.837Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] === RUN TestServiceUpdatePidsLimit [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-09-14T13:07:58.837Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] PASS [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === Skipped [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-14T13:07:58.837Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-14T13:07:58.837Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-14T13:07:58.837Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-09-14T13:07:58.837Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-09-14T13:07:58.837Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-09-14T13:07:58.837Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-14T13:07:58.837Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-09-14T13:07:58.837Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-09-14T13:07:58.837Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-09-14T13:07:58.837Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-09-14T13:07:58.837Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.837Z] [2020-09-14T13:07:58.837Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2020-09-14T13:07:58.838Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-09-14T13:07:58.838Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-09-14T13:07:58.838Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-09-14T13:07:58.838Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-14T13:07:58.838Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-09-14T13:07:58.838Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-09-14T13:07:58.838Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServicePlugin (3.48s) [2020-09-14T13:07:58.838Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-09-14T13:07:58.838Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-09-14T13:07:58.838Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-09-14T13:07:58.838Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-09-14T13:07:58.838Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-09-14T13:07:58.838Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] DONE 24 tests, 23 skipped in 3.920s [2020-09-14T13:07:58.838Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-14T13:07:58.838Z] INFO: Testing against a local daemon [2020-09-14T13:07:58.838Z] === RUN TestSessionCreate [2020-09-14T13:07:58.838Z] --- PASS: TestSessionCreate (0.02s) [2020-09-14T13:07:58.838Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-14T13:07:58.838Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-14T13:07:58.838Z] PASS [2020-09-14T13:07:58.838Z] [2020-09-14T13:07:58.838Z] DONE 2 tests in 0.155s [2020-09-14T13:07:58.838Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-14T13:07:58.838Z] INFO: Testing against a local daemon [2020-09-14T13:07:58.838Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-14T13:07:58.838Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:07:58.838Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:07:58.838Z] === RUN TestEventsExecDie [2020-09-14T13:07:59.093Z] --- PASS: TestEventsExecDie (0.49s) [2020-09-14T13:07:59.093Z] === RUN TestEventsBackwardsCompatible [2020-09-14T13:07:59.093Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-09-14T13:07:59.093Z] === RUN TestInfoBinaryCommits [2020-09-14T13:07:59.093Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-14T13:07:59.093Z] === RUN TestInfoAPIVersioned [2020-09-14T13:07:59.093Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-14T13:07:59.093Z] === RUN TestInfoDiscoveryBackend [2020-09-14T13:07:59.646Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-14T13:07:59.851Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-14T13:08:00.454Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-14T13:08:00.456Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2020-09-14T13:08:00.456Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-14T13:08:01.058Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-14T13:08:02.947Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.74s) [2020-09-14T13:08:02.947Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s3fpvipgtkg1jg9hx0ydxbsij Created:2020-09-14 13:07:56.029960578 +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[4d87e6bba60de1c87682978dfb9d0b574e94d364670958f57393d57b58490c3a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qn72k0ipklvqgaype1hhrlgjk EndpointID:eb67f5926d3b350cf5dbad71ed2dce95d6234aedbb99d7681e64f174f422d2cf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fbd088c0f888a7520c403338de05b5e2e8926d0b82fee459d7577b7dce85e8af 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:a93992cb9ea2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qn72k0ipklvqgaype1hhrlgjk EndpointID:eb67f5926d3b350cf5dbad71ed2dce95d6234aedbb99d7681e64f174f422d2cf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-14T13:08:02.947Z] PASS [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] === Skipped [2020-09-14T13:08:02.947Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:08:02.947Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] DONE 23 tests, 1 skipped in 49.991s [2020-09-14T13:08:02.947Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:08:02.947Z] ++ 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-14T13:08:02.947Z] ++ set -e [2020-09-14T13:08:02.947Z] ++ '[' -n 0 ']' [2020-09-14T13:08:02.947Z] ++ set -x [2020-09-14T13:08:02.947Z] ++ env -i DEST=/go/src/github.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-14T13:08:02.947Z] INFO: Testing against a local daemon [2020-09-14T13:08:02.947Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-14T13:08:02.947Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:08:02.947Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:08:02.947Z] === RUN TestDockerNetworkIpvlan [2020-09-14T13:08:02.947Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:08:02.947Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:08:02.947Z] PASS [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] === Skipped [2020-09-14T13:08:02.947Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:08:02.947Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:08:02.947Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] [2020-09-14T13:08:02.947Z] DONE 2 tests, 2 skipped in 0.175s [2020-09-14T13:08:02.947Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:08:02.947Z] ++ 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-14T13:08:02.947Z] ++ set -e [2020-09-14T13:08:02.947Z] ++ '[' -n 0 ']' [2020-09-14T13:08:02.947Z] ++ set -x [2020-09-14T13:08:02.947Z] ++ env -i DEST=/go/src/github.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-14T13:08:03.203Z] INFO: Testing against a local daemon [2020-09-14T13:08:03.203Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-14T13:08:04.566Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-09-14T13:08:04.566Z] === RUN TestDockerNetworkMacvlan [2020-09-14T13:08:04.617Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2020-09-14T13:08:04.617Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-14T13:08:04.617Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-14T13:08:04.617Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:08:04.617Z] === RUN TestInfoAPI [2020-09-14T13:08:04.617Z] --- PASS: TestInfoAPI (0.05s) [2020-09-14T13:08:04.617Z] === RUN TestInfoAPIWarnings [2020-09-14T13:08:05.491Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-14T13:08:05.542Z] --- PASS: TestInfoAPIWarnings (1.53s) [2020-09-14T13:08:05.542Z] === RUN TestInfoDebug [2020-09-14T13:08:06.098Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-14T13:08:06.558Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-14T13:08:07.066Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-14T13:08:07.429Z] --- PASS: TestInfoDebug (1.53s) [2020-09-14T13:08:07.429Z] === RUN TestInfoInsecureRegistries [2020-09-14T13:08:08.037Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-14T13:08:08.791Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-09-14T13:08:08.791Z] === RUN TestInfoRegistryMirrors [2020-09-14T13:08:09.401Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-14T13:08:10.154Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-09-14T13:08:10.154Z] === RUN TestLoginFailsWithBadCredentials [2020-09-14T13:08:10.409Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2020-09-14T13:08:10.409Z] === RUN TestPingCacheHeaders [2020-09-14T13:08:10.409Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-14T13:08:10.409Z] === RUN TestPingGet [2020-09-14T13:08:10.409Z] --- PASS: TestPingGet (0.01s) [2020-09-14T13:08:10.409Z] === RUN TestPingHead [2020-09-14T13:08:10.409Z] --- PASS: TestPingHead (0.02s) [2020-09-14T13:08:10.409Z] === RUN TestVersion [2020-09-14T13:08:10.409Z] --- PASS: TestVersion (0.02s) [2020-09-14T13:08:10.409Z] PASS [2020-09-14T13:08:10.409Z] [2020-09-14T13:08:10.409Z] === Skipped [2020-09-14T13:08:10.409Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:08:10.409Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:08:10.409Z] [2020-09-14T13:08:10.409Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-14T13:08:10.409Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-14T13:08:10.409Z] [2020-09-14T13:08:10.409Z] [2020-09-14T13:08:10.409Z] DONE 18 tests, 2 skipped in 12.017s [2020-09-14T13:08:10.409Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-14T13:08:10.409Z] INFO: Testing against a local daemon [2020-09-14T13:08:10.409Z] === RUN TestVolumesCreateAndList [2020-09-14T13:08:10.664Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-14T13:08:10.664Z] === RUN TestVolumesRemove [2020-09-14T13:08:10.664Z] --- PASS: TestVolumesRemove (0.05s) [2020-09-14T13:08:10.664Z] === RUN TestVolumesInspect [2020-09-14T13:08:10.664Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-14T13:08:10.664Z] === RUN TestVolumesInvalidJSON [2020-09-14T13:08:10.664Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-14T13:08:10.664Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-14T13:08:10.664Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-14T13:08:10.664Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-14T13:08:10.664Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-14T13:08:10.664Z] PASS [2020-09-14T13:08:10.664Z] [2020-09-14T13:08:10.664Z] DONE 5 tests in 0.228s [2020-09-14T13:08:10.664Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:08:10.664Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12026 is not a child of this shell [2020-09-14T13:08:10.664Z] warning: PID 12026 from bundles/test-integration/docker.pid had a nonzero exit code [2020-09-14T13:08:10.664Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:08:10.664Z] [2020-09-14T13:08:10.664Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:08:10.664Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:08:10.664Z] [2020-09-14T13:08:10.664Z] To set a process to complain mode, use the command line tool [2020-09-14T13:08:10.664Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:08:10.664Z] Removing test suite binaries [2020-09-14T13:08:10.664Z] exiting test-integration [2020-09-14T13:08:10.664Z] ++ exit 0 [2020-09-14T13:08:11.335Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-09-14T13:08:11.335Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-14T13:08:11.589Z] [2020-09-14T13:08:12.741Z] === RUN TestDockerSuite/TestBuildRm Post stage [Pipeline] junit [2020-09-14T13:08:12.962Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-14T13:08:14.799Z] + echo Ensuring container killed. [2020-09-14T13:08:14.799Z] Ensuring container killed. [2020-09-14T13:08:14.799Z] + docker rm -vf docker-pr2 [2020-09-14T13:08:14.799Z] Error: No such container: docker-pr2 [2020-09-14T13:08:14.799Z] + true [Pipeline] sh [2020-09-14T13:08:15.042Z] --- PASS: TestServiceUpdatePidsLimit (17.86s) [2020-09-14T13:08:15.042Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-09-14T13:08:15.042Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2020-09-14T13:08:15.042Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.25s) [2020-09-14T13:08:15.042Z] PASS [2020-09-14T13:08:15.042Z] [2020-09-14T13:08:15.042Z] === Skipped [2020-09-14T13:08:15.042Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-09-14T13:08:15.042Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:08:15.042Z] [2020-09-14T13:08:15.042Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-09-14T13:08:15.042Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:08:15.042Z] [2020-09-14T13:08:15.042Z] [2020-09-14T13:08:15.042Z] DONE 27 tests, 2 skipped in 173.793s [2020-09-14T13:08:15.042Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-09-14T13:08:15.042Z] ++ 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-14T13:08:15.042Z] ++ set -e [2020-09-14T13:08:15.042Z] ++ '[' -n 0 ']' [2020-09-14T13:08:15.042Z] ++ set -x [2020-09-14T13:08:15.042Z] ++ env -i DEST=/go/src/github.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-14T13:08:15.121Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:08:15.121Z] Chowning /workspace to jenkins user [2020-09-14T13:08:15.121Z] + id -u [2020-09-14T13:08:15.121Z] + id -g [2020-09-14T13:08:15.121Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41447:/workspace busybox chown -R 1000:1000 /workspace [2020-09-14T13:08:15.121Z] Unable to find image 'busybox:latest' locally [2020-09-14T13:08:15.121Z] latest: Pulling from library/busybox [2020-09-14T13:08:15.121Z] df8698476c65: Pulling fs layer [2020-09-14T13:08:15.257Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-14T13:08:15.334Z] INFO: Testing against a local daemon [2020-09-14T13:08:15.334Z] === RUN TestSessionCreate [2020-09-14T13:08:15.334Z] --- PASS: TestSessionCreate (0.02s) [2020-09-14T13:08:15.334Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-14T13:08:15.334Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-09-14T13:08:15.334Z] PASS [2020-09-14T13:08:15.334Z] [2020-09-14T13:08:15.334Z] DONE 2 tests in 0.381s [2020-09-14T13:08:15.334Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-09-14T13:08:15.334Z] ++ 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-14T13:08:15.334Z] ++ set -e [2020-09-14T13:08:15.334Z] ++ '[' -n 0 ']' [2020-09-14T13:08:15.334Z] ++ set -x [2020-09-14T13:08:15.334Z] ++ env -i DEST=/go/src/github.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-14T13:08:15.626Z] INFO: Testing against a local daemon [2020-09-14T13:08:15.626Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-14T13:08:15.626Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:08:15.626Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:08:15.626Z] === RUN TestEventsExecDie [2020-09-14T13:08:15.817Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-14T13:08:16.074Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-14T13:08:16.661Z] --- PASS: TestEventsExecDie (0.99s) [2020-09-14T13:08:16.661Z] === RUN TestEventsBackwardsCompatible [2020-09-14T13:08:16.661Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-09-14T13:08:16.661Z] === RUN TestInfoBinaryCommits [2020-09-14T13:08:16.661Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-09-14T13:08:16.661Z] === RUN TestInfoAPIVersioned [2020-09-14T13:08:16.661Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-14T13:08:16.661Z] === RUN TestInfoDiscoveryBackend [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan (12.44s) [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.10s) [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.17s) [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.09s) [2020-09-14T13:08:17.010Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.82s) [2020-09-14T13:08:17.010Z] PASS [2020-09-14T13:08:17.010Z] [2020-09-14T13:08:17.010Z] DONE 8 tests in 14.024s [2020-09-14T13:08:17.010Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-14T13:08:17.010Z] ++ 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-14T13:08:17.010Z] ++ set -e [2020-09-14T13:08:17.010Z] ++ '[' -n 0 ']' [2020-09-14T13:08:17.010Z] ++ set -x [2020-09-14T13:08:17.010Z] ++ env -i DEST=/go/src/github.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-14T13:08:17.010Z] testing: warning: no tests to run [2020-09-14T13:08:17.010Z] PASS [2020-09-14T13:08:17.010Z] [2020-09-14T13:08:17.010Z] DONE 0 tests in 0.033s [2020-09-14T13:08:17.010Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-14T13:08:17.010Z] ++ 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-14T13:08:17.010Z] ++ set -e [2020-09-14T13:08:17.010Z] ++ '[' -n 0 ']' [2020-09-14T13:08:17.010Z] ++ set -x [2020-09-14T13:08:17.010Z] ++ env -i DEST=/go/src/github.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-14T13:08:17.311Z] INFO: Testing against a local daemon [2020-09-14T13:08:17.311Z] === RUN TestAuthZPluginAllowRequest [2020-09-14T13:08:17.311Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-14T13:08:17.350Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-09-14T13:08:17.350Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-14T13:08:17.567Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-14T13:08:18.129Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-14T13:08:18.388Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-14T13:08:18.388Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-14T13:08:18.679Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-14T13:08:18.679Z] === RUN TestInfoAPI [2020-09-14T13:08:18.679Z] --- PASS: TestInfoAPI (0.02s) [2020-09-14T13:08:18.679Z] === RUN TestInfoAPIWarnings [2020-09-14T13:08:18.739Z] --- PASS: TestAuthZPluginAllowRequest (1.41s) [2020-09-14T13:08:18.739Z] === RUN TestAuthZPluginTLS [2020-09-14T13:08:19.036Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-14T13:08:19.290Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-09-14T13:08:19.290Z] === RUN TestAuthZPluginDenyRequest [2020-09-14T13:08:19.313Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-14T13:08:19.313Z] === RUN TestInfoDebug [2020-09-14T13:08:19.850Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-09-14T13:08:19.850Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-14T13:08:19.947Z] --- PASS: TestInfoDebug (0.52s) [2020-09-14T13:08:19.947Z] === RUN TestInfoInsecureRegistries [2020-09-14T13:08:20.105Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-14T13:08:20.239Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-09-14T13:08:20.239Z] === RUN TestInfoRegistryMirrors [2020-09-14T13:08:20.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-14T13:08:20.360Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-09-14T13:08:20.360Z] === RUN TestAuthZPluginDenyResponse [2020-09-14T13:08:20.363Z] df8698476c65: Verifying Checksum [2020-09-14T13:08:20.363Z] df8698476c65: Download complete [2020-09-14T13:08:20.363Z] df8698476c65: Pull complete [2020-09-14T13:08:20.363Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-14T13:08:20.363Z] Status: Downloaded newer image for busybox:latest [2020-09-14T13:08:20.617Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-14T13:08:20.872Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-09-14T13:08:20.872Z] === RUN TestAuthZPluginAllowEventStream [2020-09-14T13:08:20.873Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-09-14T13:08:20.873Z] === RUN TestLoginFailsWithBadCredentials [2020-09-14T13:08:20.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-14T13:08:21.507Z] --- PASS: TestLoginFailsWithBadCredentials (0.49s) [2020-09-14T13:08:21.507Z] === RUN TestPingCacheHeaders [2020-09-14T13:08:21.507Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-09-14T13:08:21.507Z] === RUN TestPingGet [2020-09-14T13:08:21.507Z] --- PASS: TestPingGet (0.01s) [2020-09-14T13:08:21.507Z] === RUN TestPingHead [2020-09-14T13:08:21.507Z] --- PASS: TestPingHead (0.01s) [2020-09-14T13:08:21.507Z] === RUN TestVersion [2020-09-14T13:08:21.507Z] --- PASS: TestVersion (0.01s) [2020-09-14T13:08:21.507Z] PASS [2020-09-14T13:08:21.507Z] [2020-09-14T13:08:21.507Z] === Skipped [2020-09-14T13:08:21.507Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:08:21.507Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:08:21.507Z] [2020-09-14T13:08:21.507Z] [2020-09-14T13:08:21.507Z] DONE 18 tests, 1 skipped in 5.956s [2020-09-14T13:08:21.507Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-09-14T13:08:21.507Z] ++ 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-14T13:08:21.507Z] ++ set -e [2020-09-14T13:08:21.507Z] ++ '[' -n 0 ']' [2020-09-14T13:08:21.507Z] ++ set -x [2020-09-14T13:08:21.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=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-14T13:08:21.507Z] INFO: Testing against a local daemon [2020-09-14T13:08:21.507Z] === RUN TestVolumesCreateAndList [2020-09-14T13:08:21.507Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-14T13:08:21.507Z] === RUN TestVolumesRemove [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:08:21.799Z] --- PASS: TestVolumesRemove (0.13s) [2020-09-14T13:08:21.799Z] === RUN TestVolumesInspect [2020-09-14T13:08:21.799Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-14T13:08:21.799Z] === RUN TestVolumesInvalidJSON [2020-09-14T13:08:21.799Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-14T13:08:21.799Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-14T13:08:21.799Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-14T13:08:21.799Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-14T13:08:21.799Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-14T13:08:21.799Z] PASS [2020-09-14T13:08:21.799Z] [2020-09-14T13:08:21.799Z] DONE 5 tests in 0.329s [2020-09-14T13:08:21.799Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:08:21.799Z] ++++ cat bundles/test-integration/docker.pid [2020-09-14T13:08:21.799Z] +++ kill 11986 [2020-09-14T13:08:22.055Z] + bundleName=amd64-rootless [2020-09-14T13:08:22.055Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-09-14T13:08:22.055Z] Creating amd64-rootless-bundles.tar.gz [2020-09-14T13:08:22.055Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2020-09-14T13:08:22.055Z] + 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-14T13:08:22.063Z] Archiving artifacts [2020-09-14T13:08:22.848Z] --- PASS: TestAuthZPluginAllowEventStream (1.60s) [2020-09-14T13:08:22.848Z] === RUN TestAuthZPluginErrorResponse [2020-09-14T13:08:23.104Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-09-14T13:08:23.104Z] === RUN TestAuthZPluginErrorRequest [2020-09-14T13:08:23.308Z] +++ /etc/init.d/apparmor stop [2020-09-14T13:08:23.308Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:08:23.308Z] [2020-09-14T13:08:23.308Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:08:23.308Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:08:23.308Z] [2020-09-14T13:08:23.308Z] To set a process to complain mode, use the command line tool [2020-09-14T13:08:23.308Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:08:23.308Z] +++ true [2020-09-14T13:08:23.308Z] exiting test-integration [2020-09-14T13:08:23.308Z] ++ exit 0 [2020-09-14T13:08:23.308Z] [2020-09-14T13:08:23.609Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:08:23.665Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-09-14T13:08:23.665Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-14T13:08:23.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-14T13:08:23.954Z] + make clean [2020-09-14T13:08:24.211Z] docker volume rm -f docker-dev-cache [2020-09-14T13:08:24.211Z] docker-dev-cache [Pipeline] deleteDir [2020-09-14T13:08:24.266Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-14T13:08:24.266Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2020-09-14T13:08:24.266Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-14T13:08:24.266Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig Post stage [Pipeline] junit [2020-09-14T13:08:24.391Z] Recording test results [2020-09-14T13:08:24.563Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-14T13:08:24.563Z] === RUN TestDockerSuite/TestBuildSpaces [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-14T13:08:24.866Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [Pipeline] } [Pipeline] // withEnv [2020-09-14T13:08:25.136Z] + echo Ensuring container killed. [2020-09-14T13:08:25.136Z] Ensuring container killed. [2020-09-14T13:08:25.136Z] + docker rm -vf docker-pr2 [2020-09-14T13:08:25.136Z] Error: No such container: docker-pr2 [2020-09-14T13:08:25.136Z] + true [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] sh [2020-09-14T13:08:25.623Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:08:25.623Z] Chowning /workspace to jenkins user [2020-09-14T13:08:25.624Z] + id -u [2020-09-14T13:08:25.624Z] + id -g [2020-09-14T13:08:25.624Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41447:/workspace busybox chown -R 1001:1001 /workspace [2020-09-14T13:08:25.825Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-14T13:08:25.826Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-14T13:08:26.081Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.90s) [2020-09-14T13:08:26.081Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-14T13:08:26.642Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:08:28.004Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.90s) [2020-09-14T13:08:28.004Z] === RUN TestAuthZPluginHeader [2020-09-14T13:08:28.093Z] + bundleName=s390x-integration [2020-09-14T13:08:28.093Z] + echo Creating s390x-integration-bundles.tar.gz [2020-09-14T13:08:28.093Z] Creating s390x-integration-bundles.tar.gz [2020-09-14T13:08:28.094Z] + 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-14T13:08:28.094Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-14T13:08:28.139Z] Archiving artifacts [2020-09-14T13:08:28.430Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:08:28.814Z] + make clean [2020-09-14T13:08:28.931Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-09-14T13:08:28.931Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-14T13:08:29.107Z] docker volume rm -f docker-dev-cache [2020-09-14T13:08:29.108Z] docker-dev-cache [Pipeline] deleteDir [2020-09-14T13:08:29.857Z] === RUN TestDockerSuite/TestBuildStopSignal [Pipeline] } [2020-09-14T13:08:30.418Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-14T13:08:31.345Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-09-14T13:08:31.643Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-14T13:08:32.205Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-14T13:08:33.175Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.32s) [2020-09-14T13:08:33.175Z] === RUN TestAuthZPluginV2Disable [2020-09-14T13:08:33.431Z] === RUN TestDockerSuite/TestBuildUser [2020-09-14T13:08:34.797Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-14T13:08:36.688Z] --- PASS: TestAuthZPluginV2Disable (3.45s) [2020-09-14T13:08:36.688Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-14T13:08:37.296Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-14T13:08:37.551Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-09-14T13:08:40.075Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.31s) [2020-09-14T13:08:40.075Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-14T13:08:41.219Z] 4612f6d0b889: Pull complete [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/builder/dockerignore 0.008s coverage: 96.8% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/builder/remotecontext 0.078s coverage: 13.6% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/builder/dockerfile 0.233s coverage: 48.0% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-09-14T13:08:49.684Z] ok github.com/docker/docker/builder/remotecontext/git 1.394s coverage: 86.3% of statements [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/cli [no test files] [2020-09-14T13:08:49.684Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-14T13:08:50.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-14T13:08:50.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-14T13:08:51.589Z] ok github.com/docker/docker/client 0.156s coverage: 75.4% of statements [2020-09-14T13:08:51.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-14T13:08:52.239Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-14T13:08:52.239Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.83s) [2020-09-14T13:08:52.239Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-14T13:08:52.239Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-14T13:08:52.239Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-14T13:08:52.239Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-14T13:08:52.537Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-14T13:08:53.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-14T13:08:53.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-14T13:08:53.461Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-14T13:08:53.462Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-14T13:08:53.462Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-14T13:08:53.462Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-14T13:08:53.462Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-14T13:08:54.434Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-14T13:08:54.434Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-14T13:08:55.038Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-14T13:08:55.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-14T13:08:55.600Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-14T13:08:56.161Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-14T13:08:56.161Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-14T13:08:58.087Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-14T13:08:59.013Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-14T13:08:59.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-14T13:08:59.615Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-14T13:08:59.871Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-14T13:09:00.126Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-14T13:09:00.126Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-14T13:09:00.687Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-14T13:09:01.257Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-14T13:09:02.051Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-14T13:09:02.051Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-14T13:09:02.051Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-14T13:09:02.653Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-14T13:09:02.653Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-09-14T13:09:03.221Z] === RUN TestDockerSuite/TestCommitChange [2020-09-14T13:09:03.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-14T13:09:03.782Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-14T13:09:04.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-14T13:09:04.343Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-14T13:09:05.711Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-14T13:09:06.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-14T13:09:06.641Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-14T13:09:07.202Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-14T13:09:07.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-14T13:09:07.771Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.03s) [2020-09-14T13:09:07.771Z] PASS [2020-09-14T13:09:07.771Z] [2020-09-14T13:09:07.771Z] DONE 17 tests in 50.703s [2020-09-14T13:09:07.771Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-14T13:09:07.771Z] ++ 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-14T13:09:07.771Z] ++ set -e [2020-09-14T13:09:07.771Z] ++ '[' -n 0 ']' [2020-09-14T13:09:07.771Z] ++ set -x [2020-09-14T13:09:07.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-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-14T13:09:08.042Z] INFO: Testing against a local daemon [2020-09-14T13:09:08.042Z] === RUN TestPluginInvalidJSON [2020-09-14T13:09:08.042Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:09:08.042Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:09:08.042Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:09:08.042Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-09-14T13:09:08.042Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-14T13:09:08.042Z] === RUN TestPluginInstall [2020-09-14T13:09:08.042Z] === RUN TestPluginInstall/no_auth [2020-09-14T13:09:08.308Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-14T13:09:09.236Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-14T13:09:09.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-14T13:09:11.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-14T13:09:11.171Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-14T13:09:11.732Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-14T13:09:11.732Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-14T13:09:11.732Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-14T13:09:11.988Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-14T13:09:11.988Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-14T13:09:11.988Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-14T13:09:11.988Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-14T13:09:12.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-14T13:09:13.960Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-14T13:09:14.193Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-14T13:09:14.193Z] Using test binary docker [2020-09-14T13:09:14.193Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-14T13:09:14.193Z] +++ /etc/init.d/apparmor start [2020-09-14T13:09:14.193Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-14T13:09:14.193Z] INFO: Waiting for daemon to start... [2020-09-14T13:09:14.193Z] Starting dockerd [2020-09-14T13:09:14.193Z] +++ 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-14T13:09:14.931Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-14T13:09:14.931Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-14T13:09:15.858Z] time="2020-09-14T13:09:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:09:15.858Z] time="2020-09-14T13:09:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cc33f4c7bfd6e49cae8fbb3e6c3c72ef0ad24ed8c3000f833091c79b0b916f80" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:09:15.858Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-14T13:09:15.858Z] time="2020-09-14T13:09:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:09:15.858Z] time="2020-09-14T13:09:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cc33f4c7bfd6e49cae8fbb3e6c3c72ef0ad24ed8c3000f833091c79b0b916f80" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:09:16.114Z] === RUN TestPluginInstall/with_htpasswd [2020-09-14T13:09:16.362Z] . [2020-09-14T13:09:16.362Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-14T13:09:16.362Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-14T13:09:16.362Z] Error: No such image: emptyfs [2020-09-14T13:09:16.362Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-14T13:09:16.362Z] ++++ docker load [2020-09-14T13:09:16.362Z] Running integration-test (iteration 1) [2020-09-14T13:09:16.362Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-09-14T13:09:16.362Z] ++ 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-14T13:09:16.362Z] ++ set -e [2020-09-14T13:09:16.362Z] ++ '[' -n 0 ']' [2020-09-14T13:09:16.362Z] ++ set -x [2020-09-14T13:09:16.362Z] ++ env -i DEST=/go/src/github.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-14T13:09:16.415Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-14T13:09:16.671Z] time="2020-09-14T13:09:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:09:16.671Z] time="2020-09-14T13:09:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:997474bd8b07fc8870c58858570a1399a9fdf31b94457cb42363f0a013d0f5cf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:09:16.671Z] time="2020-09-14T13:09:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:09:16.671Z] time="2020-09-14T13:09:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:997474bd8b07fc8870c58858570a1399a9fdf31b94457cb42363f0a013d0f5cf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:09:16.927Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-14T13:09:17.229Z] === RUN TestPluginInstall/with_insecure [2020-09-14T13:09:17.485Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-14T13:09:18.089Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-14T13:09:18.089Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-14T13:09:18.089Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-14T13:09:18.386Z] time="2020-09-14T13:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:09:18.386Z] time="2020-09-14T13:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e6dd44e54ae5c528126ad67fa985d9a35cd4b18de963f9181336048de0fe0b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:09:18.386Z] time="2020-09-14T13:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:09:18.386Z] time="2020-09-14T13:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e6dd44e54ae5c528126ad67fa985d9a35cd4b18de963f9181336048de0fe0b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:09:18.641Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-14T13:09:18.641Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-14T13:09:18.641Z] --- PASS: TestPluginInstall (10.70s) [2020-09-14T13:09:18.641Z] --- PASS: TestPluginInstall/no_auth (8.13s) [2020-09-14T13:09:18.641Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2020-09-14T13:09:18.641Z] --- PASS: TestPluginInstall/with_insecure (1.49s) [2020-09-14T13:09:18.641Z] plugin_test.go:157: [d387569efc7fd] daemon is not started [2020-09-14T13:09:18.641Z] PASS [2020-09-14T13:09:18.641Z] [2020-09-14T13:09:18.641Z] DONE 6 tests in 10.899s [2020-09-14T13:09:18.641Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-14T13:09:18.641Z] ++ 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-14T13:09:18.641Z] ++ set -e [2020-09-14T13:09:18.641Z] ++ '[' -n 0 ']' [2020-09-14T13:09:18.641Z] ++ set -x [2020-09-14T13:09:18.641Z] ++ env -i DEST=/go/src/github.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-14T13:09:18.641Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-14T13:09:18.641Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-14T13:09:18.897Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-14T13:09:18.897Z] INFO: Testing against a local daemon [2020-09-14T13:09:18.897Z] === RUN TestExternalGraphDriver [2020-09-14T13:09:19.153Z] === RUN TestExternalGraphDriver/json [2020-09-14T13:09:19.408Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-14T13:09:19.704Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-14T13:09:20.631Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-14T13:09:20.631Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-14T13:09:21.193Z] === RUN TestExternalGraphDriver/spec [2020-09-14T13:09:21.808Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-14T13:09:22.411Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-14T13:09:22.411Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-14T13:09:22.971Z] === RUN TestExternalGraphDriver/pull [2020-09-14T13:09:22.971Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-14T13:09:23.534Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-14T13:09:24.094Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-14T13:09:24.655Z] --- PASS: TestExternalGraphDriver (5.74s) [2020-09-14T13:09:24.655Z] --- PASS: TestExternalGraphDriver/json (1.93s) [2020-09-14T13:09:24.655Z] --- PASS: TestExternalGraphDriver/spec (1.85s) [2020-09-14T13:09:24.655Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2020-09-14T13:09:24.655Z] === RUN TestGraphdriverPluginV2 [2020-09-14T13:09:24.655Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-14T13:09:24.655Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-14T13:09:25.216Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-14T13:09:25.776Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-14T13:09:26.342Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-14T13:09:26.342Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-14T13:09:26.598Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-09-14T13:09:26.854Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-14T13:09:28.236Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-14T13:09:29.163Z] --- PASS: TestGraphdriverPluginV2 (4.61s) [2020-09-14T13:09:29.163Z] PASS [2020-09-14T13:09:29.163Z] [2020-09-14T13:09:29.163Z] DONE 5 tests in 10.508s [2020-09-14T13:09:29.163Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-14T13:09:29.163Z] ++ 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-14T13:09:29.163Z] ++ set -e [2020-09-14T13:09:29.163Z] ++ '[' -n 0 ']' [2020-09-14T13:09:29.163Z] ++ set -x [2020-09-14T13:09:29.163Z] ++ env -i DEST=/go/src/github.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-14T13:09:29.169Z] Loaded image: buildpack-deps:buster [2020-09-14T13:09:29.463Z] INFO: Testing against a local daemon [2020-09-14T13:09:29.463Z] === RUN TestContinueAfterPluginCrash [2020-09-14T13:09:29.463Z] === PAUSE TestContinueAfterPluginCrash [2020-09-14T13:09:29.463Z] === RUN TestReadPluginNoRead [2020-09-14T13:09:29.463Z] === PAUSE TestReadPluginNoRead [2020-09-14T13:09:29.463Z] === RUN TestDaemonStartWithLogOpt [2020-09-14T13:09:29.463Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-14T13:09:29.463Z] === CONT TestContinueAfterPluginCrash [2020-09-14T13:09:29.463Z] === CONT TestDaemonStartWithLogOpt [2020-09-14T13:09:29.494Z] Loaded image: busybox:latest [2020-09-14T13:09:29.494Z] Loaded image: busybox:glibc [2020-09-14T13:09:29.494Z] Loaded image: debian:buster [2020-09-14T13:09:29.494Z] Loaded image: hello-world:latest [2020-09-14T13:09:29.494Z] INFO: Testing against a local daemon [2020-09-14T13:09:29.494Z] === RUN TestCgroupNamespacesBuild [2020-09-14T13:09:29.718Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-14T13:09:29.974Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-14T13:09:29.974Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-14T13:09:29.974Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-14T13:09:29.974Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-14T13:09:30.316Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 30.8% of statements [2020-09-14T13:09:30.904Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-14T13:09:31.011Z] --- PASS: TestCgroupNamespacesBuild (1.36s) [2020-09-14T13:09:31.011Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-14T13:09:31.252Z] ok github.com/docker/docker/container 0.119s coverage: 34.7% of statements [2020-09-14T13:09:31.252Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-14T13:09:31.252Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-14T13:09:31.252Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-14T13:09:31.252Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-14T13:09:31.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-09-14T13:09:32.056Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.36s) [2020-09-14T13:09:32.056Z] === RUN TestBuildWithSession [2020-09-14T13:09:32.056Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-14T13:09:32.056Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T13:09:32.056Z] === RUN TestBuildSquashParent [2020-09-14T13:09:34.821Z] --- PASS: TestDaemonStartWithLogOpt (5.15s) [2020-09-14T13:09:34.821Z] === CONT TestReadPluginNoRead [2020-09-14T13:09:35.077Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-14T13:09:36.045Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-14T13:09:36.584Z] --- PASS: TestBuildSquashParent (4.26s) [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T13:09:36.584Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T13:09:36.584Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T13:09:36.584Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T13:09:36.584Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T13:09:36.584Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T13:09:36.584Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T13:09:36.584Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T13:09:36.584Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-14T13:09:36.584Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-14T13:09:36.584Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-14T13:09:36.584Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-14T13:09:36.605Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-14T13:09:36.605Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-14T13:09:36.605Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-14T13:09:38.011Z] === RUN TestReadPluginNoRead/default [2020-09-14T13:09:38.936Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-14T13:09:39.191Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-14T13:09:39.359Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-14T13:09:39.359Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-14T13:09:39.752Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-14T13:09:39.752Z] --- PASS: TestContinueAfterPluginCrash (10.35s) [2020-09-14T13:09:40.681Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-14T13:09:40.681Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-14T13:09:40.885Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-14T13:09:40.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.41s) [2020-09-14T13:09:40.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.48s) [2020-09-14T13:09:40.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.66s) [2020-09-14T13:09:40.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.71s) [2020-09-14T13:09:40.885Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.93s) [2020-09-14T13:09:40.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.05s) [2020-09-14T13:09:40.886Z] === RUN TestBuildMultiStageCopy [2020-09-14T13:09:40.886Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-14T13:09:42.045Z] --- PASS: TestReadPluginNoRead (7.35s) [2020-09-14T13:09:42.045Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2020-09-14T13:09:42.045Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2020-09-14T13:09:42.045Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.39s) [2020-09-14T13:09:42.045Z] read_test.go:92: [d808f211965ad] daemon is not started [2020-09-14T13:09:42.045Z] PASS [2020-09-14T13:09:42.045Z] [2020-09-14T13:09:42.045Z] DONE 6 tests in 12.696s [2020-09-14T13:09:42.045Z] 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-14T13:09:42.045Z] ++ 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-14T13:09:42.045Z] ++ set -e [2020-09-14T13:09:42.045Z] ++ '[' -n 0 ']' [2020-09-14T13:09:42.045Z] ++ set -x [2020-09-14T13:09:42.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=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-14T13:09:42.045Z] testing: warning: no tests to run [2020-09-14T13:09:42.045Z] PASS [2020-09-14T13:09:42.045Z] [2020-09-14T13:09:42.045Z] DONE 0 tests in 0.064s [2020-09-14T13:09:42.045Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-14T13:09:42.045Z] ++ 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-14T13:09:42.045Z] ++ set -e [2020-09-14T13:09:42.045Z] ++ '[' -n 0 ']' [2020-09-14T13:09:42.045Z] ++ set -x [2020-09-14T13:09:42.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=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-14T13:09:42.045Z] INFO: Testing against a local daemon [2020-09-14T13:09:42.045Z] === RUN TestPluginWithDevMounts [2020-09-14T13:09:42.045Z] === PAUSE TestPluginWithDevMounts [2020-09-14T13:09:42.045Z] === CONT TestPluginWithDevMounts [2020-09-14T13:09:42.415Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-14T13:09:42.743Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-14T13:09:43.039Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-14T13:09:43.334Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-14T13:09:43.456Z] ok github.com/docker/docker/daemon/cluster 0.062s coverage: 0.5% of statements [2020-09-14T13:09:43.456Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-09-14T13:09:43.936Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-14T13:09:43.936Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-09-14T13:09:43.936Z] PASS [2020-09-14T13:09:43.936Z] [2020-09-14T13:09:43.936Z] DONE 1 tests in 1.971s [2020-09-14T13:09:43.936Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-14T13:09:43.936Z] ++ 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-14T13:09:43.936Z] ++ set -e [2020-09-14T13:09:43.936Z] ++ '[' -n 0 ']' [2020-09-14T13:09:43.936Z] ++ set -x [2020-09-14T13:09:43.936Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-14T13:09:43.972Z] --- PASS: TestBuildMultiStageCopy (2.86s) [2020-09-14T13:09:43.972Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.56s) [2020-09-14T13:09:43.972Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.33s) [2020-09-14T13:09:43.972Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2020-09-14T13:09:43.972Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2020-09-14T13:09:43.972Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s) [2020-09-14T13:09:43.972Z] === RUN TestBuildMultiStageParentConfig [2020-09-14T13:09:44.192Z] INFO: Testing against a local daemon [2020-09-14T13:09:44.192Z] === RUN TestSecretInspect [2020-09-14T13:09:44.394Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-09-14T13:09:44.448Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-14T13:09:44.612Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2020-09-14T13:09:44.612Z] === RUN TestBuildLabelWithTargets [2020-09-14T13:09:45.373Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-09-14T13:09:45.373Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-09-14T13:09:46.137Z] --- PASS: TestBuildLabelWithTargets (1.33s) [2020-09-14T13:09:46.137Z] === RUN TestBuildWithEmptyLayers [2020-09-14T13:09:46.435Z] --- PASS: TestBuildWithEmptyLayers (0.62s) [2020-09-14T13:09:46.435Z] === RUN TestBuildMultiStageOnBuild [2020-09-14T13:09:46.739Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-14T13:09:46.995Z] --- PASS: TestSecretInspect (2.91s) [2020-09-14T13:09:46.995Z] === RUN TestSecretList [2020-09-14T13:09:47.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-09-14T13:09:48.525Z] --- PASS: TestBuildMultiStageOnBuild (1.75s) [2020-09-14T13:09:48.525Z] === RUN TestBuildUncleanTarFilenames [2020-09-14T13:09:49.168Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2020-09-14T13:09:49.168Z] === RUN TestBuildMultiStageLayerLeak [2020-09-14T13:09:49.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-09-14T13:09:50.376Z] --- PASS: TestSecretList (3.36s) [2020-09-14T13:09:50.376Z] === RUN TestSecretsCreateAndDelete [2020-09-14T13:09:50.980Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-09-14T13:09:51.247Z] --- PASS: TestBuildMultiStageLayerLeak (1.84s) [2020-09-14T13:09:51.247Z] === RUN TestBuildWithHugeFile [2020-09-14T13:09:52.362Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-09-14T13:09:52.922Z] --- PASS: TestSecretsCreateAndDelete (2.56s) [2020-09-14T13:09:52.922Z] === RUN TestSecretsUpdate [2020-09-14T13:09:53.483Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000968aa0_} [2020-09-14T13:09:54.382Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 14.1% of statements [2020-09-14T13:09:54.382Z] ok github.com/docker/docker/daemon 12.139s coverage: 17.4% of statements [2020-09-14T13:09:54.382Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-14T13:09:54.382Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-14T13:09:54.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1510863246_/foo_false____} [2020-09-14T13:09:55.318Z] ok github.com/docker/docker/daemon/config 0.097s coverage: 81.8% of statements [2020-09-14T13:09:55.318Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2020-09-14T13:09:55.407Z] --- PASS: TestSecretsUpdate (2.30s) [2020-09-14T13:09:55.407Z] === RUN TestTemplatedSecret [2020-09-14T13:09:56.253Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-09-14T13:09:56.253Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-14T13:09:56.253Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-14T13:09:56.416Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1510863246_/foo_true____} [2020-09-14T13:09:56.820Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-09-14T13:09:57.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3637420437_/foo_false____} [2020-09-14T13:09:58.036Z] --- PASS: TestTemplatedSecret (2.71s) [2020-09-14T13:09:58.036Z] === RUN TestSecretCreateResolve [2020-09-14T13:09:59.354Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.412s coverage: 73.1% of statements [2020-09-14T13:09:59.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3637420437_/foo_true____} [2020-09-14T13:09:59.613Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-09-14T13:10:00.368Z] --- PASS: TestSecretCreateResolve (2.36s) [2020-09-14T13:10:00.368Z] PASS [2020-09-14T13:10:00.368Z] [2020-09-14T13:10:00.368Z] DONE 6 tests in 16.360s [2020-09-14T13:10:00.368Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-14T13:10:00.368Z] ++ 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-14T13:10:00.368Z] ++ set -e [2020-09-14T13:10:00.368Z] ++ '[' -n 0 ']' [2020-09-14T13:10:00.368Z] ++ set -x [2020-09-14T13:10:00.368Z] ++ env -i DEST=/go/src/github.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-14T13:10:00.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3637420437_/foo_true__0xc000968b00__} [2020-09-14T13:10:00.623Z] INFO: Testing against a local daemon [2020-09-14T13:10:00.623Z] === RUN TestServiceCreateInit [2020-09-14T13:10:00.623Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-14T13:10:00.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000968b20_} [2020-09-14T13:10:00.989Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.382s coverage: 57.0% of statements [2020-09-14T13:10:02.242Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000968b40_} [2020-09-14T13:10:03.528Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2020-09-14T13:10:04.130Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000968b60_} [2020-09-14T13:10:04.733Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-14T13:10:04.905Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.735s coverage: 46.2% of statements [2020-09-14T13:10:04.905Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-14T13:10:05.163Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.313s coverage: 49.5% of statements [2020-09-14T13:10:05.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000968ba0_} [2020-09-14T13:10:06.656Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-14T13:10:07.067Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.554s coverage: 57.7% of statements [2020-09-14T13:10:07.067Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-14T13:10:07.326Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.255s coverage: 76.1% of statements [2020-09-14T13:10:07.326Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-09-14T13:10:08.022Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-14T13:10:08.704Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 58.0% of statements [2020-09-14T13:10:09.272Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.021s coverage: 3.0% of statements [2020-09-14T13:10:09.384Z] --- PASS: TestServiceCreateInit (8.59s) [2020-09-14T13:10:09.384Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.08s) [2020-09-14T13:10:09.384Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.47s) [2020-09-14T13:10:09.384Z] === RUN TestCreateServiceMultipleTimes [2020-09-14T13:10:10.373Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-09-14T13:10:10.379Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-14T13:10:11.750Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.8% of statements [2020-09-14T13:10:11.750Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-14T13:10:11.750Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-14T13:10:12.310Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-14T13:10:12.318Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 41.0% of statements [2020-09-14T13:10:13.696Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 67.0% of statements [2020-09-14T13:10:13.955Z] ok github.com/docker/docker/daemon/logger/awslogs 0.162s coverage: 77.4% of statements [2020-09-14T13:10:13.955Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-14T13:10:13.955Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-14T13:10:14.837Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-14T13:10:15.358Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 23.9% of statements [2020-09-14T13:10:15.620Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-09-14T13:10:15.879Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2020-09-14T13:10:16.198Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-14T13:10:16.453Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-14T13:10:16.710Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-14T13:10:17.255Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-09-14T13:10:17.255Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-14T13:10:17.513Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.035s coverage: 37.7% of statements [2020-09-14T13:10:17.636Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-09-14T13:10:18.237Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-14T13:10:18.535Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-14T13:10:18.892Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-09-14T13:10:19.461Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-14T13:10:19.828Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-09-14T13:10:20.021Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-14T13:10:20.394Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-09-14T13:10:20.625Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-14T13:10:20.962Z] ok github.com/docker/docker/daemon/logger/splunk 1.658s coverage: 82.5% of statements [2020-09-14T13:10:20.962Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-14T13:10:20.962Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2020-09-14T13:10:20.962Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-14T13:10:21.185Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-14T13:10:21.790Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-14T13:10:22.395Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-14T13:10:22.869Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2020-09-14T13:10:22.955Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-14T13:10:23.556Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-14T13:10:23.811Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-14T13:10:24.772Z] ok github.com/docker/docker/distribution 1.354s coverage: 21.9% of statements [2020-09-14T13:10:24.772Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-14T13:10:24.779Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-14T13:10:25.339Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-09-14T13:10:25.382Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-14T13:10:25.907Z] ok github.com/docker/docker/distribution/xfer 1.875s coverage: 85.1% of statements [2020-09-14T13:10:25.907Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-14T13:10:25.946Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-14T13:10:25.946Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-14T13:10:26.166Z] ok github.com/docker/docker/image 0.035s coverage: 86.4% of statements [2020-09-14T13:10:26.202Z] --- PASS: TestCreateServiceMultipleTimes (17.13s) [2020-09-14T13:10:26.202Z] === RUN TestCreateServiceConflict [2020-09-14T13:10:26.458Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-14T13:10:27.061Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-14T13:10:27.544Z] ok github.com/docker/docker/image/cache 0.027s coverage: 19.2% of statements [2020-09-14T13:10:27.544Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-14T13:10:27.544Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-09-14T13:10:27.544Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-14T13:10:27.989Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-14T13:10:28.111Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-09-14T13:10:28.553Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-14T13:10:28.809Z] --- PASS: TestCreateServiceConflict (2.61s) [2020-09-14T13:10:28.809Z] === RUN TestCreateServiceMaxReplicas [2020-09-14T13:10:29.371Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-14T13:10:29.371Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-09-14T13:10:30.014Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2020-09-14T13:10:30.014Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2020-09-14T13:10:30.781Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-14T13:10:31.345Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-14T13:10:31.920Z] ok github.com/docker/docker/pkg/archive 0.299s coverage: 76.9% of statements [2020-09-14T13:10:32.857Z] ok github.com/docker/docker/pkg/authorization 0.215s coverage: 68.3% of statements [2020-09-14T13:10:32.857Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-09-14T13:10:33.117Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2020-09-14T13:10:33.234Z] --- PASS: TestCreateServiceMaxReplicas (3.94s) [2020-09-14T13:10:33.234Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-14T13:10:33.489Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-14T13:10:36.398Z] ok github.com/docker/docker/pkg/chrootarchive 2.481s coverage: 43.2% of statements [2020-09-14T13:10:36.398Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-09-14T13:10:36.965Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-09-14T13:10:37.224Z] ok github.com/docker/docker/layer 7.633s coverage: 68.8% of statements [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/oci [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-14T13:10:37.224Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-14T13:10:37.224Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-09-14T13:10:37.710Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-14T13:10:37.797Z] c3aff4450246: Pull complete [2020-09-14T13:10:37.797Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-14T13:10:37.797Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:10:37.797Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-09-14T13:10:37.797Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-09-14T13:10:37.797Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457' [2020-09-14T13:10:37.797Z] WARN: Skipping validation tests [2020-09-14T13:10:37.797Z] INFO: Running unit tests at 09/14/2020 13:10:26... [2020-09-14T13:10:37.797Z] INFO: make.ps1 starting at 09/14/2020 13:10:29 [2020-09-14T13:10:37.797Z] INFO: Git commit (41be7293f5) assumed from DOCKER_GITCOMMIT environment variable [2020-09-14T13:10:37.797Z] INFO: Invoking autogen... [2020-09-14T13:10:37.797Z] INFO: Running unit tests... [2020-09-14T13:10:38.161Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2020-09-14T13:10:38.434Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-09-14T13:10:38.774Z] 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-14T13:10:39.000Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-09-14T13:10:40.267Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-14T13:10:40.374Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-09-14T13:10:40.942Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2020-09-14T13:10:41.194Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-14T13:10:41.510Z] ok github.com/docker/docker/pkg/fsutils 0.179s coverage: 85.1% of statements [2020-09-14T13:10:41.769Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2020-09-14T13:10:42.027Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-09-14T13:10:42.965Z] ok github.com/docker/docker/pkg/idtools 0.512s coverage: 70.1% of statements [2020-09-14T13:10:43.534Z] ok github.com/docker/docker/pkg/ioutils 0.562s coverage: 69.3% of statements [2020-09-14T13:10:43.534Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-09-14T13:10:43.534Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-14T13:10:43.749Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-14T13:10:43.792Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-09-14T13:10:43.792Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-14T13:10:43.792Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-14T13:10:44.051Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2020-09-14T13:10:44.051Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-14T13:10:44.310Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-09-14T13:10:44.310Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-09-14T13:10:44.878Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2020-09-14T13:10:44.878Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2020-09-14T13:10:44.878Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-14T13:10:44.878Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-14T13:10:45.685Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-14T13:10:45.816Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-09-14T13:10:45.897Z] ? github.com/docker/docker/api [no test files] [2020-09-14T13:10:46.288Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-14T13:10:46.288Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-09-14T13:10:46.754Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-14T13:10:46.754Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-09-14T13:10:47.013Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-14T13:10:47.653Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.67s) [2020-09-14T13:10:47.653Z] === RUN TestCreateServiceSecretFileMode [2020-09-14T13:10:48.284Z] --- PASS: TestBuildWithHugeFile (54.12s) [2020-09-14T13:10:48.284Z] === RUN TestBuildWithEmptyDockerfile [2020-09-14T13:10:48.284Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:10:48.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:10:48.284Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:10:48.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:10:48.284Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:10:48.284Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:10:48.284Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-14T13:10:48.284Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-14T13:10:48.284Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-14T13:10:48.284Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-09-14T13:10:48.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-09-14T13:10:48.284Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-09-14T13:10:48.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-09-14T13:10:48.284Z] === RUN TestBuildPreserveOwnership [2020-09-14T13:10:48.284Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-14T13:10:48.284Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-14T13:10:48.388Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-09-14T13:10:48.647Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-09-14T13:10:49.334Z] --- PASS: TestBuildPreserveOwnership (3.92s) [2020-09-14T13:10:49.334Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.55s) [2020-09-14T13:10:49.334Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s) [2020-09-14T13:10:49.334Z] === RUN TestBuildPlatformInvalid [2020-09-14T13:10:49.628Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-09-14T13:10:49.628Z] PASS [2020-09-14T13:10:49.628Z] [2020-09-14T13:10:49.628Z] === Skipped [2020-09-14T13:10:49.628Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-09-14T13:10:49.628Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T13:10:49.628Z] [2020-09-14T13:10:49.628Z] [2020-09-14T13:10:49.628Z] DONE 32 tests, 1 skipped in 93.200s [2020-09-14T13:10:49.628Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-09-14T13:10:49.628Z] ++ 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-14T13:10:49.628Z] ++ set -e [2020-09-14T13:10:49.628Z] ++ '[' -n 0 ']' [2020-09-14T13:10:49.628Z] ++ set -x [2020-09-14T13:10:49.628Z] ++ env -i DEST=/go/src/github.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-14T13:10:49.628Z] INFO: Testing against a local daemon [2020-09-14T13:10:49.628Z] === RUN TestConfigInspect [2020-09-14T13:10:50.175Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-09-14T13:10:51.146Z] === RUN TestDockerSuite/TestCpToDot [2020-09-14T13:10:51.146Z] --- PASS: TestCreateServiceSecretFileMode (3.47s) [2020-09-14T13:10:51.146Z] === RUN TestCreateServiceConfigFileMode [2020-09-14T13:10:51.445Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-14T13:10:51.707Z] --- PASS: TestConfigInspect (2.07s) [2020-09-14T13:10:51.707Z] === RUN TestConfigList [2020-09-14T13:10:51.933Z] ok github.com/docker/docker/pkg/signal 2.403s coverage: 61.0% of statements [2020-09-14T13:10:51.933Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-09-14T13:10:52.193Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-09-14T13:10:52.374Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-14T13:10:52.452Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-09-14T13:10:52.711Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-09-14T13:10:53.279Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.6% of statements [2020-09-14T13:10:53.740Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-14T13:10:53.793Z] --- PASS: TestConfigList (1.96s) [2020-09-14T13:10:53.794Z] === RUN TestConfigsCreateAndDelete [2020-09-14T13:10:53.848Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-09-14T13:10:53.997Z] --- PASS: TestCreateServiceConfigFileMode (3.02s) [2020-09-14T13:10:53.997Z] === RUN TestCreateServiceSysctls [2020-09-14T13:10:54.416Z] ok github.com/docker/docker/pkg/tailfile 0.089s coverage: 88.6% of statements [2020-09-14T13:10:54.601Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-14T13:10:54.984Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-09-14T13:10:55.244Z] testing: warning: no tests to run [2020-09-14T13:10:55.244Z] coverage: [no statements] [2020-09-14T13:10:55.244Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-14T13:10:55.503Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-09-14T13:10:55.574Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-14T13:10:55.763Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-14T13:10:55.831Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-14T13:10:56.023Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-14T13:10:56.533Z] --- PASS: TestConfigsCreateAndDelete (2.43s) [2020-09-14T13:10:56.533Z] === RUN TestConfigsUpdate [2020-09-14T13:10:56.799Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-14T13:10:57.728Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-14T13:10:57.728Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-14T13:10:57.728Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-14T13:10:57.926Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements [2020-09-14T13:10:57.983Z] --- PASS: TestCreateServiceSysctls (3.85s) [2020-09-14T13:10:57.983Z] === RUN TestCreateServiceCapabilities [2020-09-14T13:10:58.072Z] --- PASS: TestConfigsUpdate (1.94s) [2020-09-14T13:10:58.072Z] === RUN TestTemplatedConfig [2020-09-14T13:10:58.239Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-14T13:10:58.344Z] ok github.com/docker/docker/api/server 0.186s coverage: 9.0% of statements [2020-09-14T13:10:58.495Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-09-14T13:10:58.800Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-14T13:10:58.800Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-14T13:10:58.800Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-14T13:10:59.360Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-14T13:10:59.433Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-09-14T13:10:59.615Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-14T13:10:59.616Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-14T13:10:59.692Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-09-14T13:10:59.879Z] === RUN TestDockerSuite/TestCreateRM [2020-09-14T13:10:59.879Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-14T13:10:59.879Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-14T13:11:00.135Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-14T13:11:00.135Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-14T13:11:00.827Z] --- PASS: TestTemplatedConfig (2.41s) [2020-09-14T13:11:00.827Z] === RUN TestConfigCreateResolve [2020-09-14T13:11:01.079Z] ok github.com/docker/docker/registry 0.076s coverage: 56.3% of statements [2020-09-14T13:11:01.101Z] --- PASS: TestCreateServiceCapabilities (2.99s) [2020-09-14T13:11:01.101Z] === RUN TestInspect [2020-09-14T13:11:02.016Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-09-14T13:11:02.016Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-09-14T13:11:02.028Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-14T13:11:02.028Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-14T13:11:02.028Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-14T13:11:02.583Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2020-09-14T13:11:02.931Z] --- PASS: TestConfigCreateResolve (2.42s) [2020-09-14T13:11:02.931Z] === RUN TestConfigDaemonLibtrustID [2020-09-14T13:11:03.152Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-09-14T13:11:03.569Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-09-14T13:11:03.570Z] PASS [2020-09-14T13:11:03.570Z] [2020-09-14T13:11:03.570Z] DONE 7 tests in 13.850s [2020-09-14T13:11:03.570Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-09-14T13:11:03.570Z] ++ 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-14T13:11:03.570Z] ++ set -e [2020-09-14T13:11:03.570Z] ++ '[' -n 0 ']' [2020-09-14T13:11:03.570Z] ++ set -x [2020-09-14T13:11:03.570Z] ++ env -i DEST=/go/src/github.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-14T13:11:03.570Z] INFO: Testing against a local daemon [2020-09-14T13:11:03.570Z] === RUN TestCheckpoint [2020-09-14T13:11:03.570Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-14T13:11:03.570Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:11:03.570Z] === RUN TestContainerInvalidJSON [2020-09-14T13:11:03.570Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:11:03.570Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:11:03.570Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:11:03.570Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:11:03.570Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:11:03.570Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:11:03.570Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-14T13:11:03.570Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-14T13:11:03.570Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-14T13:11:03.570Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-14T13:11:03.570Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-14T13:11:03.570Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-14T13:11:03.570Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-14T13:11:03.570Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-14T13:11:03.570Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-09-14T13:11:03.570Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-14T13:11:03.570Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-09-14T13:11:03.570Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-14T13:11:03.868Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-09-14T13:11:03.868Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-14T13:11:03.868Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-09-14T13:11:03.868Z] === RUN TestCopyFromContainer [2020-09-14T13:11:04.542Z] --- PASS: TestInspect (3.53s) [2020-09-14T13:11:04.542Z] === RUN TestCreateJob [2020-09-14T13:11:04.916Z] === RUN TestCopyFromContainer// [2020-09-14T13:11:04.916Z] === RUN TestCopyFromContainer//bar/root [2020-09-14T13:11:05.211Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-14T13:11:05.211Z] === RUN TestCopyFromContainer/bar/quux [2020-09-14T13:11:05.211Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-14T13:11:05.211Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-14T13:11:05.506Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-14T13:11:05.506Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-14T13:11:05.506Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-14T13:11:05.506Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-14T13:11:05.686Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer (1.90s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-09-14T13:11:05.806Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-09-14T13:11:05.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-14T13:11:05.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:11:05.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:11:05.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:11:05.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:11:05.807Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:11:05.807Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:11:05.807Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-14T13:11:05.807Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-14T13:11:05.807Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-14T13:11:05.807Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-14T13:11:05.807Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-14T13:11:05.807Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-14T13:11:05.807Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-14T13:11:05.807Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-14T13:11:05.807Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-09-14T13:11:05.807Z] === RUN TestCreateWithInvalidEnv [2020-09-14T13:11:05.807Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-14T13:11:05.807Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-14T13:11:05.807Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-14T13:11:05.807Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-14T13:11:05.807Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-14T13:11:05.807Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-14T13:11:05.807Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-14T13:11:05.807Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-14T13:11:05.807Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-14T13:11:05.807Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-14T13:11:05.807Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-14T13:11:05.807Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-14T13:11:05.807Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-14T13:11:05.807Z] === RUN TestCreateTmpfsMountsTarget [2020-09-14T13:11:05.807Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-14T13:11:05.807Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-14T13:11:06.253Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements [2020-09-14T13:11:06.822Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-09-14T13:11:07.099Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-14T13:11:07.099Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-14T13:11:07.099Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-14T13:11:07.099Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-14T13:11:07.099Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-14T13:11:07.099Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-14T13:11:07.330Z] --- PASS: TestCreateWithCustomMaskedPaths (1.47s) [2020-09-14T13:11:07.330Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-14T13:11:07.661Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-14T13:11:07.759Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2020-09-14T13:11:08.221Z] --- PASS: TestCreateJob (3.80s) [2020-09-14T13:11:08.221Z] === RUN TestReplicatedJob [2020-09-14T13:11:08.830Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-14T13:11:08.847Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s) [2020-09-14T13:11:08.847Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-14T13:11:08.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:11:08.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:11:08.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:11:08.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:11:08.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:11:08.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:11:08.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:11:08.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:11:08.847Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:11:08.847Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:11:08.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-14T13:11:08.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-14T13:11:08.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-14T13:11:08.847Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-14T13:11:08.848Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-14T13:11:08.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-14T13:11:08.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-09-14T13:11:08.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-09-14T13:11:08.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-09-14T13:11:08.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-09-14T13:11:08.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-09-14T13:11:08.848Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-14T13:11:09.391Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-14T13:11:09.484Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2020-09-14T13:11:09.485Z] === RUN TestCreateDifferentPlatform [2020-09-14T13:11:09.485Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-14T13:11:09.485Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-14T13:11:09.485Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-14T13:11:09.485Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-14T13:11:09.485Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-14T13:11:09.485Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-14T13:11:09.485Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-14T13:11:09.485Z] === RUN TestContainerStartOnDaemonRestart [2020-09-14T13:11:09.485Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-14T13:11:09.485Z] === RUN TestDaemonRestartIpcMode [2020-09-14T13:11:09.485Z] === PAUSE TestDaemonRestartIpcMode [2020-09-14T13:11:09.485Z] === RUN TestDaemonHostGatewayIP [2020-09-14T13:11:09.485Z] === PAUSE TestDaemonHostGatewayIP [2020-09-14T13:11:09.485Z] === RUN TestContainerKillOnDaemonStart [2020-09-14T13:11:09.485Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-14T13:11:09.485Z] === RUN TestDiff [2020-09-14T13:11:10.132Z] --- PASS: TestDiff (0.52s) [2020-09-14T13:11:10.132Z] === RUN TestExecWithCloseStdin [2020-09-14T13:11:10.756Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-14T13:11:10.769Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-09-14T13:11:10.769Z] === RUN TestExec [2020-09-14T13:11:11.410Z] --- PASS: TestExec (0.61s) [2020-09-14T13:11:11.410Z] === RUN TestExecUser [2020-09-14T13:11:11.705Z] --- PASS: TestExecUser (0.61s) [2020-09-14T13:11:11.705Z] === RUN TestExportContainerAndImportImage [2020-09-14T13:11:12.122Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-14T13:11:12.727Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-14T13:11:12.753Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2020-09-14T13:11:12.753Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-14T13:11:13.330Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-14T13:11:13.330Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-14T13:11:13.891Z] === RUN TestDockerSuite/TestDockerFails [2020-09-14T13:11:13.891Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-09-14T13:11:13.891Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-09-14T13:11:14.147Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-09-14T13:11:14.147Z] --- PASS: TestReplicatedJob (5.95s) [2020-09-14T13:11:14.147Z] === RUN TestUpdateReplicatedJob [2020-09-14T13:11:14.272Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2020-09-14T13:11:14.272Z] === RUN TestHealthCheckWorkdir [2020-09-14T13:11:14.908Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-09-14T13:11:14.908Z] === RUN TestHealthKillContainer [2020-09-14T13:11:15.073Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-09-14T13:11:15.328Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-09-14T13:11:17.216Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-09-14T13:11:17.216Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-09-14T13:11:17.216Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-09-14T13:11:17.216Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-09-14T13:11:17.647Z] --- PASS: TestHealthKillContainer (2.59s) [2020-09-14T13:11:17.647Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-14T13:11:17.940Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2020-09-14T13:11:17.940Z] === RUN TestIpcModeNone [2020-09-14T13:11:18.185Z] --- PASS: TestUpdateReplicatedJob (3.90s) [2020-09-14T13:11:18.185Z] === RUN TestServiceListWithStatuses [2020-09-14T13:11:18.185Z] --- SKIP: TestServiceListWithStatuses (0.02s) [2020-09-14T13:11:18.185Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:11:18.185Z] === RUN TestDockerNetworkConnectAlias [2020-09-14T13:11:18.605Z] --- PASS: TestIpcModeNone (0.62s) [2020-09-14T13:11:18.605Z] === RUN TestIpcModePrivate [2020-09-14T13:11:19.254Z] --- PASS: TestIpcModePrivate (0.65s) [2020-09-14T13:11:19.254Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-09-14T13:11:19.254Z] === RUN TestIpcModeShareable [2020-09-14T13:11:19.894Z] --- PASS: TestIpcModeShareable (0.67s) [2020-09-14T13:11:19.894Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-09-14T13:11:19.894Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-14T13:11:19.955Z] ok github.com/docker/docker/pkg/plugins 33.624s coverage: 76.6% of statements [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/rootless [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-14T13:11:19.955Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-14T13:11:19.956Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-14T13:11:19.956Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-14T13:11:19.956Z] ? github.com/docker/docker/volume [no test files] [2020-09-14T13:11:19.956Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-14T13:11:19.956Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === Skipped [2020-09-14T13:11:19.956Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-14T13:11:19.956Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-14T13:11:19.956Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:73: No driver to put! [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-14T13:11:19.956Z] time="2020-09-14T13:10:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-14T13:11:19.956Z] time="2020-09-14T13:10:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-14T13:11:19.956Z] time="2020-09-14T13:10:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-14T13:11:19.956Z] time="2020-09-14T13:10:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-14T13:11:19.956Z] time="2020-09-14T13:10:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:73: No driver to put! [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-14T13:11:19.956Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-14T13:11:19.956Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-14T13:11:19.956Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-14T13:11:19.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-14T13:11:19.956Z] graphtest_unix.go:73: No driver to put! [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-14T13:11:19.956Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-14T13:11:19.956Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] [2020-09-14T13:11:19.956Z] DONE 2138 tests, 26 skipped in 247.908s Post stage [Pipeline] junit [2020-09-14T13:11:20.534Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-09-14T13:11:21.359Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/validate/vendor [2020-09-14T13:11:21.928Z] No vendor changes in diff. [2020-09-14T13:11:21.984Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.90s) [2020-09-14T13:11:21.984Z] === RUN TestAPIIpcModeHost [2020-09-14T13:11:22.285Z] --- PASS: TestAPIIpcModeHost (0.47s) [2020-09-14T13:11:22.285Z] === RUN TestDaemonIpcModeShareable [2020-09-14T13:11:22.475Z] --- PASS: TestDockerNetworkConnectAlias (4.17s) [2020-09-14T13:11:22.475Z] === RUN TestDockerNetworkReConnect [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-09-14T13:11:22.853Z] + echo Building e2e image [2020-09-14T13:11:22.853Z] Building e2e image [2020-09-14T13:11:22.853Z] + docker build --build-arg DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -t moby-e2e-test -f Dockerfile.e2e . [2020-09-14T13:11:22.853Z] #2 [internal] load .dockerignore [2020-09-14T13:11:22.853Z] #2 transferring context: 34B done [2020-09-14T13:11:22.853Z] #2 DONE 0.0s [2020-09-14T13:11:22.853Z] [2020-09-14T13:11:22.853Z] #1 [internal] load build definition from Dockerfile.e2e [2020-09-14T13:11:22.853Z] #1 transferring dockerfile: 3.21kB done [2020-09-14T13:11:22.853Z] #1 DONE 0.0s [2020-09-14T13:11:22.853Z] [2020-09-14T13:11:22.853Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-09-14T13:11:23.036Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-14T13:11:23.036Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-09-14T13:11:23.126Z] #4 ... [2020-09-14T13:11:23.126Z] [2020-09-14T13:11:23.126Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-09-14T13:11:23.126Z] #3 DONE 0.2s [2020-09-14T13:11:23.126Z] [2020-09-14T13:11:23.126Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-09-14T13:11:23.126Z] #4 DONE 0.3s [2020-09-14T13:11:23.126Z] [2020-09-14T13:11:23.126Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:23.126Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-09-14T13:11:23.385Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 34.35kB / 282.60kB 0.1s [2020-09-14T13:11:23.385Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0B / 155B 0.1s [2020-09-14T13:11:23.385Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-09-14T13:11:23.385Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-09-14T13:11:23.385Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-09-14T13:11:23.385Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-09-14T13:11:23.385Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-09-14T13:11:23.385Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-09-14T13:11:23.385Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-09-14T13:11:23.385Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 4.45MB / 127.34MB 0.3s [2020-09-14T13:11:23.644Z] #14 ... [2020-09-14T13:11:23.644Z] [2020-09-14T13:11:23.644Z] #8 [internal] load build context [2020-09-14T13:11:23.644Z] #8 transferring context: 854.16kB 0.4s done [2020-09-14T13:11:23.644Z] #8 DONE 0.4s [2020-09-14T13:11:23.644Z] [2020-09-14T13:11:23.644Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:23.644Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done [2020-09-14T13:11:23.644Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 10.84MB / 127.34MB 0.4s [2020-09-14T13:11:23.644Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 20.07MB / 127.34MB 0.5s [2020-09-14T13:11:23.644Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-09-14T13:11:23.799Z] --- PASS: TestDaemonIpcModeShareable (1.43s) [2020-09-14T13:11:23.799Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-14T13:11:23.799Z] === RUN TestDaemonIpcModePrivate [2020-09-14T13:11:23.905Z] #14 ... [2020-09-14T13:11:23.905Z] [2020-09-14T13:11:23.905Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-09-14T13:11:23.905Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-09-14T13:11:23.905Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-09-14T13:11:23.905Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-09-14T13:11:23.905Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-09-14T13:11:23.905Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-09-14T13:11:23.905Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.5s done [2020-09-14T13:11:23.905Z] #5 DONE 0.7s [2020-09-14T13:11:23.905Z] [2020-09-14T13:11:23.905Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:23.905Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 29.10MB / 127.34MB 0.6s [2020-09-14T13:11:23.905Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 40.77MB / 127.34MB 0.8s [2020-09-14T13:11:24.165Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 47.26MB / 127.34MB 0.9s [2020-09-14T13:11:24.165Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 67.37MB / 127.34MB 1.1s [2020-09-14T13:11:24.425Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 75.62MB / 127.34MB 1.2s [2020-09-14T13:11:24.425Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 95.21MB / 127.34MB 1.4s [2020-09-14T13:11:24.687Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 106.69MB / 127.34MB 1.5s [2020-09-14T13:11:24.687Z] #14 ... [2020-09-14T13:11:24.687Z] [2020-09-14T13:11:24.687Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-09-14T13:11:24.687Z] #6 DONE 0.9s [2020-09-14T13:11:24.687Z] [2020-09-14T13:11:24.687Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:24.687Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 117.36MB / 127.34MB 1.6s [2020-09-14T13:11:24.946Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s done [2020-09-14T13:11:25.205Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-09-14T13:11:25.319Z] --- PASS: TestDaemonIpcModePrivate (1.41s) [2020-09-14T13:11:25.319Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-14T13:11:25.319Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-14T13:11:25.562Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-14T13:11:26.363Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.38s) [2020-09-14T13:11:26.363Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-14T13:11:26.363Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-14T13:11:26.926Z] --- PASS: TestDockerNetworkReConnect (4.81s) [2020-09-14T13:11:26.927Z] === RUN TestServicePlugin [2020-09-14T13:11:27.853Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-14T13:11:27.878Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.39s) [2020-09-14T13:11:27.878Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-14T13:11:27.878Z] === RUN TestIpcModeOlderClient [2020-09-14T13:11:27.878Z] === PAUSE TestIpcModeOlderClient [2020-09-14T13:11:27.878Z] === RUN TestKillContainerInvalidSignal [2020-09-14T13:11:28.514Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2020-09-14T13:11:28.514Z] === RUN TestKillContainer [2020-09-14T13:11:28.514Z] === RUN TestKillContainer/no_signal [2020-09-14T13:11:28.810Z] === RUN TestKillContainer/non_killing_signal [2020-09-14T13:11:29.443Z] === RUN TestKillContainer/killing_signal [2020-09-14T13:11:29.781Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-09-14T13:11:29.781Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-09-14T13:11:30.085Z] --- PASS: TestKillContainer (1.62s) [2020-09-14T13:11:30.085Z] --- PASS: TestKillContainer/no_signal (0.56s) [2020-09-14T13:11:30.085Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2020-09-14T13:11:30.085Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2020-09-14T13:11:30.085Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-14T13:11:30.085Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-14T13:11:30.341Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-14T13:11:30.482Z] #14 ... [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-09-14T13:11:30.482Z] #7 0.593 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-14T13:11:30.482Z] #7 1.685 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-14T13:11:30.482Z] #7 1.788 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-09-14T13:11:30.482Z] #7 1.796 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-09-14T13:11:30.482Z] #7 1.804 (3/30) Installing readline (8.0.0-r0) [2020-09-14T13:11:30.482Z] #7 1.809 (4/30) Installing bash (5.0.0-r0) [2020-09-14T13:11:30.482Z] #7 1.825 Executing bash-5.0.0-r0.post-install [2020-09-14T13:11:30.482Z] #7 1.830 (5/30) Installing ca-certificates (20191127-r2) [2020-09-14T13:11:30.482Z] #7 1.848 (6/30) Installing libgcc (8.3.0-r0) [2020-09-14T13:11:30.482Z] #7 1.856 (7/30) Installing libstdc++ (8.3.0-r0) [2020-09-14T13:11:30.482Z] #7 1.865 (8/30) Installing binutils (2.32-r0) [2020-09-14T13:11:30.482Z] #7 1.963 (9/30) Installing gmp (6.1.2-r1) [2020-09-14T13:11:30.482Z] #7 1.972 (10/30) Installing isl (0.18-r0) [2020-09-14T13:11:30.482Z] #7 1.993 (11/30) Installing libgomp (8.3.0-r0) [2020-09-14T13:11:30.482Z] #7 1.999 (12/30) Installing libatomic (8.3.0-r0) [2020-09-14T13:11:30.482Z] #7 2.002 (13/30) Installing mpfr3 (3.1.5-r1) [2020-09-14T13:11:30.482Z] #7 2.009 (14/30) Installing mpc1 (1.1.0-r0) [2020-09-14T13:11:30.482Z] #7 2.013 (15/30) Installing gcc (8.3.0-r0) [2020-09-14T13:11:30.482Z] #7 2.911 (16/30) Installing musl-dev (1.1.22-r3) [2020-09-14T13:11:30.482Z] #7 3.016 (17/30) Installing libc-dev (0.7.1-r0) [2020-09-14T13:11:30.482Z] #7 3.018 (18/30) Installing g++ (8.3.0-r0) [2020-09-14T13:11:30.482Z] #7 3.593 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-09-14T13:11:30.482Z] #7 3.598 (20/30) Installing libcurl (7.66.0-r0) [2020-09-14T13:11:30.482Z] #7 3.606 (21/30) Installing expat (2.2.8-r0) [2020-09-14T13:11:30.482Z] #7 3.610 (22/30) Installing pcre2 (10.33-r0) [2020-09-14T13:11:30.482Z] #7 3.618 (23/30) Installing git (2.22.4-r0) [2020-09-14T13:11:30.482Z] #7 3.824 (24/30) Installing libmnl (1.0.4-r0) [2020-09-14T13:11:30.482Z] #7 3.828 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-09-14T13:11:30.482Z] #7 3.832 (26/30) Installing iptables (1.8.3-r1) [2020-09-14T13:11:30.482Z] #7 3.858 (27/30) Installing pigz (2.4-r0) [2020-09-14T13:11:30.482Z] #7 3.863 (28/30) Installing tar (1.32-r0) [2020-09-14T13:11:30.482Z] #7 3.870 (29/30) Installing xz-libs (5.2.4-r0) [2020-09-14T13:11:30.482Z] #7 3.875 (30/30) Installing xz (5.2.4-r0) [2020-09-14T13:11:30.482Z] #7 3.880 Executing busybox-1.30.1-r3.trigger [2020-09-14T13:11:30.482Z] #7 3.884 Executing ca-certificates-20191127-r2.trigger [2020-09-14T13:11:30.482Z] #7 3.941 OK: 179 MiB in 44 packages [2020-09-14T13:11:30.482Z] #7 DONE 4.9s [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:30.482Z] #14 ... [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-09-14T13:11:30.482Z] #9 DONE 0.1s [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:30.482Z] #14 ... [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-09-14T13:11:30.482Z] #10 DONE 0.0s [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-09-14T13:11:30.482Z] #11 DONE 0.0s [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:30.482Z] #14 ... [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-09-14T13:11:30.482Z] #12 DONE 0.1s [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-09-14T13:11:30.482Z] #13 DONE 0.0s [2020-09-14T13:11:30.482Z] [2020-09-14T13:11:30.482Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-14T13:11:30.482Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.0s [2020-09-14T13:11:30.723Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-14T13:11:30.903Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-14T13:11:31.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s) [2020-09-14T13:11:31.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2020-09-14T13:11:31.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.35s) [2020-09-14T13:11:31.026Z] === RUN TestKillStoppedContainer [2020-09-14T13:11:31.026Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-09-14T13:11:31.026Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-14T13:11:31.049Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.9s done [2020-09-14T13:11:31.049Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-09-14T13:11:31.049Z] #14 DONE 8.0s [2020-09-14T13:11:31.309Z] [2020-09-14T13:11:31.309Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-09-14T13:11:31.320Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-09-14T13:11:31.320Z] === RUN TestKillDifferentUserContainer [2020-09-14T13:11:31.567Z] #15 0.378 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-14T13:11:31.955Z] --- PASS: TestKillDifferentUserContainer (0.56s) [2020-09-14T13:11:31.955Z] === RUN TestInspectOomKilledTrue [2020-09-14T13:11:32.270Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-14T13:11:32.591Z] --- PASS: TestInspectOomKilledTrue (0.91s) [2020-09-14T13:11:32.591Z] === RUN TestInspectOomKilledFalse [2020-09-14T13:11:32.831Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-14T13:11:32.942Z] #15 1.422 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-14T13:11:32.942Z] #15 1.537 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-14T13:11:32.942Z] #15 1.542 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-14T13:11:32.942Z] #15 1.549 (3/54) Installing readline (8.0.4-r0) [2020-09-14T13:11:32.942Z] #15 1.554 (4/54) Installing bash (5.0.17-r0) [2020-09-14T13:11:32.942Z] #15 1.566 Executing bash-5.0.17-r0.post-install [2020-09-14T13:11:32.942Z] #15 1.568 (5/54) Installing linux-headers (5.4.5-r1) [2020-09-14T13:11:32.942Z] #15 1.643 (6/54) Installing libblkid (2.35.2-r0) [2020-09-14T13:11:32.942Z] #15 1.648 (7/54) Installing libuuid (2.35.2-r0) [2020-09-14T13:11:32.942Z] #15 1.651 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-09-14T13:11:32.942Z] #15 1.657 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-09-14T13:11:32.942Z] #15 1.661 (10/54) Installing libgcc (9.3.0-r2) [2020-09-14T13:11:32.942Z] #15 1.664 (11/54) Installing libstdc++ (9.3.0-r2) [2020-09-14T13:11:32.942Z] #15 1.680 (12/54) Installing binutils (2.34-r1) [2020-09-14T13:11:32.942Z] #15 1.747 (13/54) Installing libmagic (5.38-r0) [2020-09-14T13:11:32.942Z] #15 1.767 (14/54) Installing file (5.38-r0) [2020-09-14T13:11:32.942Z] #15 1.769 (15/54) Installing gmp (6.2.0-r0) [2020-09-14T13:11:32.942Z] #15 1.776 (16/54) Installing isl (0.18-r0) [2020-09-14T13:11:32.942Z] #15 1.791 (17/54) Installing libgomp (9.3.0-r2) [2020-09-14T13:11:32.942Z] #15 1.794 (18/54) Installing libatomic (9.3.0-r2) [2020-09-14T13:11:32.942Z] #15 1.797 (19/54) Installing libgphobos (9.3.0-r2) [2020-09-14T13:11:32.942Z] #15 1.839 (20/54) Installing mpfr4 (4.0.2-r4) [2020-09-14T13:11:32.942Z] #15 1.846 (21/54) Installing mpc1 (1.1.0-r1) [2020-09-14T13:11:32.942Z] #15 1.848 (22/54) Installing gcc (9.3.0-r2) [2020-09-14T13:11:33.227Z] --- PASS: TestInspectOomKilledFalse (0.62s) [2020-09-14T13:11:33.227Z] === RUN TestLinksEtcHostsContentMatch [2020-09-14T13:11:33.391Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-14T13:11:33.874Z] --- PASS: TestLinksEtcHostsContentMatch (0.42s) [2020-09-14T13:11:33.874Z] === RUN TestLinksContainerNames [2020-09-14T13:11:33.877Z] #15 2.718 (23/54) Installing musl-dev (1.1.24-r9) [2020-09-14T13:11:33.951Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-09-14T13:11:34.136Z] #15 2.791 (24/54) Installing libc-dev (0.7.2-r3) [2020-09-14T13:11:34.136Z] #15 2.793 (25/54) Installing g++ (9.3.0-r2) [2020-09-14T13:11:34.395Z] #15 3.213 (26/54) Installing make (4.3-r0) [2020-09-14T13:11:34.395Z] #15 3.217 (27/54) Installing fortify-headers (1.1-r0) [2020-09-14T13:11:34.395Z] #15 3.220 (28/54) Installing patch (2.7.6-r6) [2020-09-14T13:11:34.395Z] #15 3.223 (29/54) Installing build-base (0.5-r2) [2020-09-14T13:11:34.395Z] #15 3.225 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-14T13:11:34.395Z] #15 3.228 (31/54) Installing libcurl (7.69.1-r0) [2020-09-14T13:11:34.395Z] #15 3.234 (32/54) Installing curl (7.69.1-r0) [2020-09-14T13:11:34.395Z] #15 3.238 (33/54) Installing oniguruma (6.9.5-r1) [2020-09-14T13:11:34.395Z] #15 3.244 (34/54) Installing jq (1.6-r1) [2020-09-14T13:11:34.395Z] #15 3.251 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-09-14T13:11:34.395Z] #15 3.256 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-09-14T13:11:34.395Z] #15 3.259 (37/54) Installing libaio (0.3.112-r1) [2020-09-14T13:11:34.395Z] #15 3.261 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-09-14T13:11:34.395Z] #15 3.291 (39/54) Installing blkid (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.294 (40/54) Installing libcap-ng (0.7.10-r1) [2020-09-14T13:11:34.653Z] #15 3.297 (41/54) Installing setpriv (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.299 (42/54) Installing libmount (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.304 (43/54) Installing libsmartcols (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.309 (44/54) Installing findmnt (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.311 (45/54) Installing mcookie (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.314 (46/54) Installing hexdump (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.316 (47/54) Installing lsblk (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.319 (48/54) Installing libfdisk (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.325 (49/54) Installing sfdisk (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.328 (50/54) Installing cfdisk (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.330 (51/54) Installing util-linux (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.368 (52/54) Installing pkgconf (1.7.2-r0) [2020-09-14T13:11:34.653Z] #15 3.372 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-09-14T13:11:34.653Z] #15 3.392 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-09-14T13:11:34.653Z] #15 3.398 Executing busybox-1.31.1-r16.trigger [2020-09-14T13:11:34.653Z] #15 3.403 OK: 230 MiB in 69 packages [2020-09-14T13:11:34.921Z] --- PASS: TestLinksContainerNames (1.04s) [2020-09-14T13:11:34.921Z] === RUN TestLogsFollowTailEmpty [2020-09-14T13:11:35.218Z] --- PASS: TestLogsFollowTailEmpty (0.53s) [2020-09-14T13:11:35.218Z] === RUN TestContainerNetworkMountsNoChown [2020-09-14T13:11:35.221Z] #15 DONE 3.9s [2020-09-14T13:11:35.221Z] [2020-09-14T13:11:35.221Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-09-14T13:11:35.791Z] #16 DONE 0.5s [2020-09-14T13:11:35.791Z] [2020-09-14T13:11:35.791Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-09-14T13:11:35.855Z] --- PASS: TestContainerNetworkMountsNoChown (0.60s) [2020-09-14T13:11:35.855Z] === RUN TestMountDaemonRoot [2020-09-14T13:11:35.855Z] === RUN TestMountDaemonRoot/default [2020-09-14T13:11:35.855Z] === PAUSE TestMountDaemonRoot/default [2020-09-14T13:11:35.855Z] === RUN TestMountDaemonRoot/private [2020-09-14T13:11:35.855Z] === PAUSE TestMountDaemonRoot/private [2020-09-14T13:11:35.855Z] === RUN TestMountDaemonRoot/rprivate [2020-09-14T13:11:35.855Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-14T13:11:35.855Z] === RUN TestMountDaemonRoot/slave [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/slave [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rslave [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/shared [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/shared [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rshared [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/default [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rslave [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rprivate [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rshared [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/private [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/slave [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/shared [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-14T13:11:35.856Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:11:35.856Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-14T13:11:35.856Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-14T13:11:35.879Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-09-14T13:11:36.052Z] #17 DONE 0.5s [2020-09-14T13:11:36.052Z] [2020-09-14T13:11:36.052Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-09-14T13:11:36.052Z] #18 DONE 0.0s [2020-09-14T13:11:36.052Z] [2020-09-14T13:11:36.052Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-09-14T13:11:36.052Z] #26 DONE 0.0s [2020-09-14T13:11:36.052Z] [2020-09-14T13:11:36.052Z] #31 [builder 1/4] COPY . . [2020-09-14T13:11:36.052Z] #31 ... [2020-09-14T13:11:36.052Z] [2020-09-14T13:11:36.052Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-09-14T13:11:36.052Z] #19 DONE 0.1s [2020-09-14T13:11:36.052Z] [2020-09-14T13:11:36.052Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-09-14T13:11:36.052Z] #22 DONE 0.1s [2020-09-14T13:11:36.052Z] [2020-09-14T13:11:36.052Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-09-14T13:11:36.052Z] #27 DONE 0.1s [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-14T13:11:36.151Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-09-14T13:11:36.151Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-14T13:11:36.151Z] === RUN TestContainerBindMountNonRecursive [2020-09-14T13:11:36.310Z] [2020-09-14T13:11:36.310Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-09-14T13:11:36.310Z] #23 DONE 0.1s [2020-09-14T13:11:36.310Z] [2020-09-14T13:11:36.310Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-09-14T13:11:36.310Z] #28 DONE 0.1s [2020-09-14T13:11:36.310Z] [2020-09-14T13:11:36.310Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-14T13:11:36.804Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-09-14T13:11:37.673Z] --- PASS: TestContainerBindMountNonRecursive (1.40s) [2020-09-14T13:11:37.673Z] === RUN TestNetworkNat [2020-09-14T13:11:37.688Z] #29 ... [2020-09-14T13:11:37.688Z] [2020-09-14T13:11:37.688Z] #31 [builder 1/4] COPY . . [2020-09-14T13:11:37.688Z] #31 DONE 1.7s [2020-09-14T13:11:37.946Z] [2020-09-14T13:11:37.946Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-09-14T13:11:38.312Z] --- PASS: TestNetworkNat (0.58s) [2020-09-14T13:11:38.312Z] === RUN TestNetworkLocalhostTCPNat [2020-09-14T13:11:38.885Z] #32 DONE 1.0s [2020-09-14T13:11:38.885Z] [2020-09-14T13:11:38.885Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-14T13:11:38.947Z] --- PASS: TestNetworkLocalhostTCPNat (0.60s) [2020-09-14T13:11:38.947Z] === RUN TestNetworkLoopbackNat [2020-09-14T13:11:39.315Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-09-14T13:11:39.825Z] #33 0.873 [2020-09-14T13:11:39.825Z] #33 1.072 Removing bundles/ [2020-09-14T13:11:39.825Z] #33 1.073 [2020-09-14T13:11:39.825Z] #33 1.092 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-09-14T13:11:40.972Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-14T13:11:41.202Z] #33 ... [2020-09-14T13:11:41.202Z] [2020-09-14T13:11:41.202Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-09-14T13:11:41.202Z] #24 1.109 + RM_GOPATH=0 [2020-09-14T13:11:41.202Z] #24 1.109 + TMP_GOPATH= [2020-09-14T13:11:41.202Z] #24 1.109 + : /build [2020-09-14T13:11:41.202Z] #24 1.109 + '[' -z '' ']' [2020-09-14T13:11:41.202Z] #24 1.109 ++ mktemp -d [2020-09-14T13:11:41.202Z] #24 1.109 + export GOPATH=/tmp/tmp.fjniEl [2020-09-14T13:11:41.202Z] #24 1.109 + GOPATH=/tmp/tmp.fjniEl [2020-09-14T13:11:41.202Z] #24 1.109 + RM_GOPATH=1 [2020-09-14T13:11:41.202Z] #24 1.109 + case "$(go env GOARCH)" in [2020-09-14T13:11:41.202Z] #24 1.109 ++ go env GOARCH [2020-09-14T13:11:41.202Z] #24 1.125 Install docker/cli version 17.06.2-ce from stable [2020-09-14T13:11:41.202Z] #24 1.125 + export GO_BUILDMODE=-buildmode=pie [2020-09-14T13:11:41.202Z] #24 1.125 + GO_BUILDMODE=-buildmode=pie [2020-09-14T13:11:41.202Z] #24 1.125 ++ dirname ./install.sh [2020-09-14T13:11:41.202Z] #24 1.125 + dir=. [2020-09-14T13:11:41.202Z] #24 1.125 + bin=dockercli [2020-09-14T13:11:41.202Z] #24 1.125 + shift [2020-09-14T13:11:41.202Z] #24 1.125 + '[' '!' -f ./dockercli.installer ']' [2020-09-14T13:11:41.202Z] #24 1.125 + . ./dockercli.installer [2020-09-14T13:11:41.202Z] #24 1.125 ++ : stable [2020-09-14T13:11:41.202Z] #24 1.125 ++ : 17.06.2-ce [2020-09-14T13:11:41.202Z] #24 1.125 + install_dockercli [2020-09-14T13:11:41.202Z] #24 1.125 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-14T13:11:41.202Z] #24 1.125 ++ uname -m [2020-09-14T13:11:41.202Z] #24 1.126 + arch=x86_64 [2020-09-14T13:11:41.202Z] #24 1.126 + '[' x86_64 '!=' x86_64 ']' [2020-09-14T13:11:41.202Z] #24 1.126 + url=https://download.docker.com/linux/static [2020-09-14T13:11:41.202Z] #24 1.126 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-14T13:11:41.202Z] #24 1.126 + tar -xz docker/docker [2020-09-14T13:11:41.202Z] #24 4.637 + mkdir -p /build [2020-09-14T13:11:41.202Z] #24 4.639 + mv docker/docker /build/ [2020-09-14T13:11:41.202Z] #24 4.641 + rmdir docker [2020-09-14T13:11:41.202Z] #24 DONE 4.8s [2020-09-14T13:11:41.202Z] [2020-09-14T13:11:41.202Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-14T13:11:41.202Z] #20 2.723 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-14T13:11:41.202Z] #20 3.339 [2020-09-14T13:11:41.202Z] #20 3.457 # 2.1% ############## 20.0% ########################### 37.5% ###################################### 54.2% ################################################### 71.9% ############################################################## 86.4% ######################################################################## 100.0% [2020-09-14T13:11:41.202Z] #20 4.591 [2020-09-14T13:11:41.202Z] #20 4.707 ################## 25.6% ######################################################################## 100.0% [2020-09-14T13:11:41.204Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-14T13:11:41.438Z] ok github.com/docker/docker/api/server/httputils 0.196s coverage: 14.7% of statements [2020-09-14T13:11:41.461Z] #20 5.443 [2020-09-14T13:11:41.691Z] --- PASS: TestNetworkLoopbackNat (2.81s) [2020-09-14T13:11:41.691Z] === RUN TestPause [2020-09-14T13:11:41.805Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-14T13:11:41.978Z] #20 5.574 0.2% ######################################################################## 100.0% [2020-09-14T13:11:41.978Z] #20 ... [2020-09-14T13:11:41.978Z] [2020-09-14T13:11:41.978Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-14T13:11:41.978Z] #33 3.183 Building test suite binary ./integration-cli/test.main [2020-09-14T13:11:42.328Z] --- PASS: TestPause (0.58s) [2020-09-14T13:11:42.328Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-14T13:11:42.328Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:11:42.328Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:11:42.328Z] === RUN TestPauseStopPausedContainer [2020-09-14T13:11:42.776Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-14T13:11:42.978Z] --- PASS: TestPauseStopPausedContainer (0.63s) [2020-09-14T13:11:42.978Z] === RUN TestPsFilter [2020-09-14T13:11:42.978Z] --- PASS: TestPsFilter (0.15s) [2020-09-14T13:11:42.978Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-14T13:11:42.990Z] ok github.com/docker/docker/api/server/middleware 0.151s coverage: 37.7% of statements [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-14T13:11:42.990Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-14T13:11:43.624Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-09-14T13:11:43.624Z] === RUN TestRemoveContainerWithVolume [2020-09-14T13:11:43.920Z] --- PASS: TestRemoveContainerWithVolume (0.50s) [2020-09-14T13:11:43.920Z] === RUN TestRemoveContainerRunning [2020-09-14T13:11:44.542Z] ok github.com/docker/docker/api/types/filters 0.074s coverage: 92.2% of statements [2020-09-14T13:11:44.542Z] ok github.com/docker/docker/api/types/strslice 0.122s coverage: 90.0% of statements [2020-09-14T13:11:44.542Z] ok github.com/docker/docker/api/server/router/swarm 0.137s coverage: 5.7% of statements [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-14T13:11:44.542Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-14T13:11:44.542Z] ok github.com/docker/docker/api/types/time 0.250s coverage: 100.0% of statements [2020-09-14T13:11:44.572Z] --- PASS: TestRemoveContainerRunning (0.53s) [2020-09-14T13:11:44.572Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-14T13:11:45.211Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s) [2020-09-14T13:11:45.211Z] === RUN TestRemoveInvalidContainer [2020-09-14T13:11:45.211Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-14T13:11:45.211Z] === RUN TestRenameLinkedContainer [2020-09-14T13:11:45.519Z] ok github.com/docker/docker/api/types/versions 0.050s coverage: 75.0% of statements [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-14T13:11:45.519Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-14T13:11:45.519Z] ok github.com/docker/docker/builder/dockerignore 0.061s coverage: 96.8% of statements [2020-09-14T13:11:47.252Z] #33 ... [2020-09-14T13:11:47.252Z] [2020-09-14T13:11:47.252Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-14T13:11:47.252Z] #20 6.155 [2020-09-14T13:11:47.252Z] #20 6.275 ### 5.3% ################# 25.0% ################################ 44.8% ############################################## 65.3% ########################################################## 81.7% ######################################################################## 100.0% [2020-09-14T13:11:47.252Z] #20 7.150 [2020-09-14T13:11:47.252Z] #20 7.270 0.2% ### 4.8% ####### 10.9% ############ 17.5% ################ 23.0% #################### 28.4% ######################## 33.8% ############################ 39.0% ############################### 44.1% ################################### 49.4% ####################################### 54.6% ########################################### 59.8% ############################################## 64.9% ################################################## 69.8% ##################################################### 74.0% ######################################################### 79.7% ############################################################# 86.0% ################################################################ 89.5% ################################################################### 93.6% ###################################################################### 98.4% ######################################################################## 100.0% [2020-09-14T13:11:47.252Z] #20 9.610 [2020-09-14T13:11:47.252Z] #20 10.66 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-14T13:11:47.252Z] #20 11.11 [2020-09-14T13:11:47.304Z] --- PASS: TestRenameLinkedContainer (2.10s) [2020-09-14T13:11:47.304Z] === RUN TestRenameStoppedContainer [2020-09-14T13:11:47.511Z] #20 11.22 ###################### 31.8% ######################################################################## 100.0% [2020-09-14T13:11:47.598Z] --- PASS: TestRenameStoppedContainer (0.55s) [2020-09-14T13:11:47.598Z] === RUN TestRenameRunningContainerAndReuse [2020-09-14T13:11:47.770Z] #20 11.57 [2020-09-14T13:11:48.059Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-14T13:11:48.314Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-09-14T13:11:48.709Z] #20 12.61 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-14T13:11:48.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-09-14T13:11:49.122Z] --- PASS: TestRenameRunningContainerAndReuse (1.09s) [2020-09-14T13:11:49.122Z] === RUN TestRenameInvalidName [2020-09-14T13:11:49.278Z] #20 13.14 [2020-09-14T13:11:49.288Z] ok github.com/docker/docker/cli/debug 0.057s coverage: 100.0% of statements [2020-09-14T13:11:49.288Z] ok github.com/docker/docker/builder/remotecontext 0.679s coverage: 9.2% of statements [2020-09-14T13:11:49.422Z] --- PASS: TestRenameInvalidName (0.57s) [2020-09-14T13:11:49.422Z] === RUN TestRenameAnonymousContainer [2020-09-14T13:11:49.478Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-14T13:11:49.538Z] #20 13.27 0.3% ####################################################### 77.5% ######################################################################## 100.0% [2020-09-14T13:11:49.752Z] ok github.com/docker/docker/builder/dockerfile 0.700s coverage: 46.3% of statements [2020-09-14T13:11:49.797Z] #20 13.78 [2020-09-14T13:11:50.051Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-09-14T13:11:50.306Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-14T13:11:50.867Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-09-14T13:11:50.867Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-09-14T13:11:51.122Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-14T13:11:51.199Z] #20 15.08 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-14T13:11:51.458Z] #20 15.27 skipping existing c35d46ef359f [2020-09-14T13:11:51.501Z] --- PASS: TestRenameAnonymousContainer (1.99s) [2020-09-14T13:11:51.501Z] === RUN TestRenameContainerWithSameName [2020-09-14T13:11:51.717Z] #20 15.59 [2020-09-14T13:11:51.797Z] --- PASS: TestRenameContainerWithSameName (0.54s) [2020-09-14T13:11:51.797Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-14T13:11:52.048Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-14T13:11:52.842Z] --- PASS: TestRenameContainerWithLinkedContainer (1.06s) [2020-09-14T13:11:52.842Z] === RUN TestResize [2020-09-14T13:11:52.974Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-14T13:11:52.974Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-14T13:11:52.974Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-14T13:11:53.094Z] #20 16.82 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-14T13:11:53.352Z] #20 17.25 [2020-09-14T13:11:53.478Z] --- PASS: TestResize (0.57s) [2020-09-14T13:11:53.478Z] === RUN TestResizeWithInvalidSize [2020-09-14T13:11:53.610Z] #20 17.35 ######################################################################## 100.0% [2020-09-14T13:11:53.869Z] #20 17.72 [2020-09-14T13:11:53.904Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-14T13:11:53.904Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-14T13:11:54.129Z] --- PASS: TestResizeWithInvalidSize (0.53s) [2020-09-14T13:11:54.129Z] === RUN TestResizeWhenContainerNotStarted [2020-09-14T13:11:54.131Z] #20 17.83 Download of images into '/build' complete. [2020-09-14T13:11:54.131Z] #20 17.83 Use something like the following to load the result into a Docker daemon: [2020-09-14T13:11:54.131Z] #20 17.83 tar -cC '/build' . | docker load [2020-09-14T13:11:54.390Z] #20 DONE 18.2s [2020-09-14T13:11:54.390Z] [2020-09-14T13:11:54.390Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-14T13:11:54.774Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:11:54.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:11:54.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:11:54.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-14T13:11:54.774Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-14T13:11:54.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:11:54.774Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:11:54.873Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-14T13:11:55.885Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-09-14T13:11:55.885Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-09-14T13:11:55.885Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-09-14T13:11:55.885Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-14T13:11:56.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-14T13:11:56.889Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-14T13:11:56.923Z] #33 ... [2020-09-14T13:11:56.923Z] [2020-09-14T13:11:56.923Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-09-14T13:11:57.181Z] #21 DONE 0.7s [2020-09-14T13:11:57.181Z] [2020-09-14T13:11:57.181Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-09-14T13:11:57.439Z] #25 DONE 0.1s [2020-09-14T13:11:57.439Z] [2020-09-14T13:11:57.439Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-14T13:11:57.537Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-14T13:11:57.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-14T13:11:57.812Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-09-14T13:11:58.373Z] === RUN TestDockerSuite/TestEventsRename [2020-09-14T13:11:58.672Z] === RUN TestDockerSuite/TestEventsResize [2020-09-14T13:11:59.069Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-14T13:11:59.233Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-14T13:11:59.533Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-14T13:11:59.718Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-14T13:12:00.138Z] === RUN TestDockerSuite/TestEventsStreaming [2020-09-14T13:12:00.367Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-14T13:12:00.394Z] --- PASS: TestServicePlugin (33.26s) [2020-09-14T13:12:00.394Z] plugin_test.go:62: [d4204ae083821] joining swarm manager [d503e77e2f17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:12:00.394Z] plugin_test.go:65: [dd42fdba2ac6e] joining swarm manager [d503e77e2f17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:12:00.394Z] === RUN TestServiceUpdateLabel [2020-09-14T13:12:00.650Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-14T13:12:01.428Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-14T13:12:02.206Z] ok github.com/docker/docker/client 0.591s coverage: 74.9% of statements [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.91s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.97s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.96s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.60s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.18s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.61s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.04s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.67s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.72s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) [2020-09-14T13:12:02.957Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s) [2020-09-14T13:12:02.957Z] === RUN TestCgroupNamespacesRun [2020-09-14T13:12:03.205Z] --- PASS: TestServiceUpdateLabel (2.49s) [2020-09-14T13:12:03.205Z] === RUN TestServiceUpdateSecrets [2020-09-14T13:12:03.461Z] === RUN TestDockerSuite/TestEventsTop [2020-09-14T13:12:04.021Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-14T13:12:04.480Z] --- PASS: TestCgroupNamespacesRun (1.34s) [2020-09-14T13:12:04.480Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-14T13:12:05.683Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.33s) [2020-09-14T13:12:05.683Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-14T13:12:06.663Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-14T13:12:06.781Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.37s) [2020-09-14T13:12:06.781Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-14T13:12:08.321Z] --- PASS: TestCgroupNamespacesRunHostMode (1.33s) [2020-09-14T13:12:08.321Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-14T13:12:09.646Z] #33 ... [2020-09-14T13:12:09.646Z] [2020-09-14T13:12:09.646Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-14T13:12:09.646Z] #29 31.69 # github.com/docker/docker/contrib/httpserver [2020-09-14T13:12:09.646Z] #29 31.69 loadinternal: cannot find runtime/cgo [2020-09-14T13:12:09.646Z] #29 DONE 31.9s [2020-09-14T13:12:09.646Z] [2020-09-14T13:12:09.646Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-14T13:12:09.646Z] #33 ... [2020-09-14T13:12:09.646Z] [2020-09-14T13:12:09.646Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-09-14T13:12:09.646Z] #30 DONE 0.1s [2020-09-14T13:12:09.646Z] [2020-09-14T13:12:09.646Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-14T13:12:09.914Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s) [2020-09-14T13:12:09.914Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-14T13:12:10.959Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2020-09-14T13:12:10.959Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-14T13:12:11.596Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2020-09-14T13:12:11.597Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-14T13:12:13.118Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.41s) [2020-09-14T13:12:13.118Z] === RUN TestKernelTCPMemory [2020-09-14T13:12:13.755Z] --- PASS: TestKernelTCPMemory (0.63s) [2020-09-14T13:12:13.755Z] === RUN TestNISDomainname [2020-09-14T13:12:14.395Z] --- PASS: TestNISDomainname (0.74s) [2020-09-14T13:12:14.395Z] === RUN TestHostnameDnsResolution [2020-09-14T13:12:14.769Z] ok github.com/docker/docker/builder/remotecontext/git 26.968s coverage: 86.3% of statements [2020-09-14T13:12:14.769Z] ? github.com/docker/docker/cli [no test files] [2020-09-14T13:12:14.769Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-14T13:12:15.493Z] --- PASS: TestHostnameDnsResolution (0.84s) [2020-09-14T13:12:15.493Z] === RUN TestStats [2020-09-14T13:12:18.338Z] --- PASS: TestStats (2.53s) [2020-09-14T13:12:18.338Z] === RUN TestStopContainerWithTimeout [2020-09-14T13:12:18.338Z] === RUN TestStopContainerWithTimeout/0 [2020-09-14T13:12:18.338Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-14T13:12:18.338Z] === RUN TestStopContainerWithTimeout/1 [2020-09-14T13:12:18.338Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-14T13:12:18.338Z] === RUN TestStopContainerWithTimeout/3 [2020-09-14T13:12:18.338Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-14T13:12:18.338Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-14T13:12:18.338Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-14T13:12:18.338Z] === CONT TestStopContainerWithTimeout/0 [2020-09-14T13:12:18.338Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-14T13:12:18.338Z] === CONT TestStopContainerWithTimeout/3 [2020-09-14T13:12:18.338Z] === CONT TestStopContainerWithTimeout/1 [2020-09-14T13:12:18.950Z] === RUN TestDockerSuite/TestExec [2020-09-14T13:12:18.950Z] --- PASS: TestServiceUpdateSecrets (14.75s) [2020-09-14T13:12:18.950Z] === RUN TestServiceUpdateConfigs [2020-09-14T13:12:18.950Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-14T13:12:18.950Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-14T13:12:18.950Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-14T13:12:19.513Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-14T13:12:20.604Z] ok github.com/docker/docker/cmd/dockerd 0.613s coverage: 19.3% of statements [2020-09-14T13:12:20.933Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-14T13:12:21.078Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-14T13:12:21.078Z] --- PASS: TestStopContainerWithTimeout/0 (0.95s) [2020-09-14T13:12:21.078Z] --- PASS: TestStopContainerWithTimeout/1 (1.62s) [2020-09-14T13:12:21.078Z] --- PASS: TestStopContainerWithTimeout/-1 (2.90s) [2020-09-14T13:12:21.078Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2020-09-14T13:12:21.078Z] === RUN TestDeleteDevicemapper [2020-09-14T13:12:21.079Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-14T13:12:21.079Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:12:21.079Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-14T13:12:21.188Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-14T13:12:21.749Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-14T13:12:22.156Z] ok github.com/docker/docker/container 0.449s coverage: 41.3% of statements [2020-09-14T13:12:22.156Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-14T13:12:22.156Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-14T13:12:22.156Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-14T13:12:22.156Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-14T13:12:22.310Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-14T13:12:22.565Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-14T13:12:22.615Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s) [2020-09-14T13:12:22.615Z] === RUN TestUpdateMemory [2020-09-14T13:12:23.170Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-14T13:12:23.257Z] --- PASS: TestUpdateMemory (0.72s) [2020-09-14T13:12:23.257Z] === RUN TestUpdateCPUQuota [2020-09-14T13:12:23.774Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-14T13:12:24.305Z] --- PASS: TestUpdateCPUQuota (0.87s) [2020-09-14T13:12:24.306Z] === RUN TestUpdatePidsLimit [2020-09-14T13:12:24.306Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-14T13:12:24.306Z] === RUN TestUpdatePidsLimit/no_change [2020-09-14T13:12:24.356Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.290s coverage: 65.3% of statements [2020-09-14T13:12:24.601Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-14T13:12:24.701Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-14T13:12:24.897Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-14T13:12:25.190Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-14T13:12:25.262Z] === RUN TestDockerSuite/TestExecEnv [2020-09-14T13:12:25.487Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-14T13:12:25.785Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-14T13:12:25.823Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-14T13:12:26.554Z] ok github.com/docker/docker/daemon/cluster/convert 0.758s coverage: 35.9% of statements [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit (2.69s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.28s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.28s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2020-09-14T13:12:26.849Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s) [2020-09-14T13:12:26.849Z] === RUN TestUpdateRestartPolicy [2020-09-14T13:12:27.019Z] ok github.com/docker/docker/daemon/cluster 1.140s coverage: 0.5% of statements [2020-09-14T13:12:27.187Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-14T13:12:27.484Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-14T13:12:30.040Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-14T13:12:30.602Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-09-14T13:12:31.163Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-14T13:12:31.459Z] === RUN TestDockerSuite/TestExecParseError [2020-09-14T13:12:31.750Z] ok github.com/docker/docker/daemon/discovery 0.311s coverage: 30.0% of statements [2020-09-14T13:12:32.214Z] ok github.com/docker/docker/daemon/config 0.724s coverage: 79.7% of statements [2020-09-14T13:12:32.388Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-14T13:12:32.388Z] --- PASS: TestServiceUpdateConfigs (14.82s) [2020-09-14T13:12:32.388Z] === RUN TestServiceUpdateNetwork [2020-09-14T13:12:32.949Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-14T13:12:33.510Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-14T13:12:33.768Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.488s coverage: 11.3% of statements [2020-09-14T13:12:34.876Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-14T13:12:35.437Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-14T13:12:35.964Z] ok github.com/docker/docker/daemon/events 0.281s coverage: 50.0% of statements [2020-09-14T13:12:36.042Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-14T13:12:36.435Z] ok github.com/docker/docker/daemon/graphdriver 0.193s coverage: 2.3% of statements [2020-09-14T13:12:36.899Z] ok github.com/docker/docker/daemon 4.515s coverage: 9.1% of statements [2020-09-14T13:12:36.899Z] ok github.com/docker/docker/daemon/links 0.049s coverage: 93.0% of statements [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-09-14T13:12:36.899Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-09-14T13:12:39.540Z] --- PASS: TestUpdateRestartPolicy (11.25s) [2020-09-14T13:12:39.540Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-14T13:12:39.540Z] --- PASS: TestUpdateRestartWithAutoRemove (0.64s) [2020-09-14T13:12:39.540Z] === RUN TestWaitNonBlocked [2020-09-14T13:12:39.540Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:12:39.540Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:12:39.540Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:12:39.540Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:12:39.540Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-14T13:12:39.540Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-14T13:12:39.540Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-14T13:12:39.540Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2020-09-14T13:12:39.540Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2020-09-14T13:12:39.540Z] === RUN TestWaitBlocked [2020-09-14T13:12:39.540Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:12:39.540Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:12:39.540Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:12:39.540Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:12:39.540Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-14T13:12:39.540Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-14T13:12:39.829Z] ok github.com/docker/docker/daemon/images 0.465s coverage: 4.8% of statements [2020-09-14T13:12:39.829Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-14T13:12:39.829Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-14T13:12:39.829Z] ok github.com/docker/docker/daemon/logger/awslogs 0.465s coverage: 77.4% of statements [2020-09-14T13:12:40.182Z] --- PASS: TestWaitBlocked (0.03s) [2020-09-14T13:12:40.182Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s) [2020-09-14T13:12:40.182Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s) [2020-09-14T13:12:40.182Z] === CONT TestContainerStartOnDaemonRestart [2020-09-14T13:12:40.182Z] === CONT TestIpcModeOlderClient [2020-09-14T13:12:40.182Z] === CONT TestDaemonHostGatewayIP [2020-09-14T13:12:40.182Z] === CONT TestContainerKillOnDaemonStart [2020-09-14T13:12:40.293Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.312s coverage: 61.6% of statements [2020-09-14T13:12:40.293Z] ok github.com/docker/docker/daemon/logger 0.520s coverage: 41.2% of statements [2020-09-14T13:12:40.293Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-09-14T13:12:40.293Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-14T13:12:40.293Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-14T13:12:40.293Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-09-14T13:12:40.293Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-09-14T13:12:40.480Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-09-14T13:12:40.480Z] === CONT TestDaemonRestartIpcMode [2020-09-14T13:12:41.270Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.224s coverage: 87.2% of statements [2020-09-14T13:12:42.248Z] ok github.com/docker/docker/daemon/logger/local 0.308s coverage: 75.2% of statements [2020-09-14T13:12:42.248Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-14T13:12:42.248Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.204s coverage: 36.3% of statements [2020-09-14T13:12:43.801Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.176s coverage: 33.3% of statements [2020-09-14T13:12:43.801Z] ok github.com/docker/docker/daemon/logger/templates 0.084s coverage: 8.3% of statements [2020-09-14T13:12:44.051Z] --- PASS: TestContainerStartOnDaemonRestart (3.62s) [2020-09-14T13:12:44.266Z] ok github.com/docker/docker/daemon/logger/syslog 0.307s coverage: 46.8% of statements [2020-09-14T13:12:44.348Z] --- PASS: TestDaemonHostGatewayIP (3.99s) [2020-09-14T13:12:44.348Z] --- PASS: TestDaemonRestartIpcMode (4.10s) [2020-09-14T13:12:45.820Z] ok github.com/docker/docker/daemon/logger/splunk 2.014s coverage: 82.5% of statements [2020-09-14T13:12:45.820Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-14T13:12:45.820Z] ? github.com/docker/docker/daemon/network [no test files] [2020-09-14T13:12:45.820Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-14T13:12:46.103Z] --- PASS: TestServiceUpdateNetwork (12.78s) [2020-09-14T13:12:46.103Z] === RUN TestServiceUpdatePidsLimit [2020-09-14T13:12:46.400Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-14T13:12:46.656Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-14T13:12:47.218Z] === RUN TestDockerSuite/TestExecTTY [2020-09-14T13:12:47.218Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-14T13:12:47.371Z] ok github.com/docker/docker/distribution/metadata 1.558s coverage: 48.2% of statements [2020-09-14T13:12:47.371Z] ok github.com/docker/docker/errdefs 0.083s coverage: 49.4% of statements [2020-09-14T13:12:47.788Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-14T13:12:48.359Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-14T13:12:48.923Z] ok github.com/docker/docker/distribution/xfer 2.019s coverage: 77.3% of statements [2020-09-14T13:12:48.923Z] ok github.com/docker/docker/image/cache 0.174s coverage: 19.2% of statements [2020-09-14T13:12:48.962Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-14T13:12:49.388Z] ok github.com/docker/docker/distribution 3.019s coverage: 20.1% of statements [2020-09-14T13:12:49.388Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-14T13:12:49.388Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-14T13:12:49.522Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-14T13:12:49.523Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-14T13:12:49.852Z] ok github.com/docker/docker/image 0.924s coverage: 86.4% of statements [2020-09-14T13:12:49.852Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-14T13:12:50.832Z] ok github.com/docker/docker/image/v1 0.244s coverage: 25.0% of statements [2020-09-14T13:12:50.832Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-14T13:12:50.886Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-09-14T13:12:51.183Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-09-14T13:12:51.744Z] === RUN TestDockerSuite/TestExecWithTERM [2020-09-14T13:12:51.811Z] ok github.com/docker/docker/libcontainerd/queue 0.188s coverage: 100.0% of statements [2020-09-14T13:12:52.275Z] ok github.com/docker/docker/libcontainerd/local 0.193s coverage: 1.0% of statements [2020-09-14T13:12:52.349Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-14T13:12:52.740Z] ok github.com/docker/docker/layer 0.554s coverage: 30.1% of statements [2020-09-14T13:12:52.740Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-14T13:12:52.740Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-14T13:12:52.740Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-14T13:12:52.740Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-14T13:12:52.740Z] ? github.com/docker/docker/oci [no test files] [2020-09-14T13:12:52.740Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-14T13:12:52.911Z] === RUN TestDockerSuite/TestGetContainerStats [2020-09-14T13:12:53.205Z] ok github.com/docker/docker/pkg/aaparser 0.268s coverage: 50.0% of statements [2020-09-14T13:12:53.205Z] ok github.com/docker/docker/opts 0.186s coverage: 67.1% of statements [2020-09-14T13:12:54.183Z] ok github.com/docker/docker/pkg/broadcaster 0.096s coverage: 100.0% of statements [2020-09-14T13:12:54.273Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-14T13:12:54.757Z] --- PASS: TestContainerKillOnDaemonStart (12.83s) [2020-09-14T13:12:54.757Z] PASS [2020-09-14T13:12:54.757Z] [2020-09-14T13:12:54.757Z] === Skipped [2020-09-14T13:12:54.757Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-09-14T13:12:54.757Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:12:54.757Z] [2020-09-14T13:12:54.757Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-14T13:12:54.757Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-14T13:12:54.757Z] [2020-09-14T13:12:54.757Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-09-14T13:12:54.757Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-14T13:12:54.757Z] [2020-09-14T13:12:54.757Z] [2020-09-14T13:12:54.757Z] DONE 192 tests, 3 skipped in 109.641s [2020-09-14T13:12:54.757Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-09-14T13:12:54.757Z] ++ 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-14T13:12:54.757Z] ++ set -e [2020-09-14T13:12:54.757Z] ++ '[' -n 0 ']' [2020-09-14T13:12:54.757Z] ++ set -x [2020-09-14T13:12:54.757Z] ++ env -i DEST=/go/src/github.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-14T13:12:54.757Z] INFO: Testing against a local daemon [2020-09-14T13:12:54.757Z] === RUN TestCommitInheritsEnv [2020-09-14T13:12:54.757Z] --- PASS: TestCommitInheritsEnv (0.33s) [2020-09-14T13:12:54.757Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-14T13:12:54.757Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-14T13:12:54.757Z] === RUN TestImagesFilterMultiReference [2020-09-14T13:12:54.757Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-09-14T13:12:54.757Z] === RUN TestImagePullPlatformInvalid [2020-09-14T13:12:54.757Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-14T13:12:54.757Z] === RUN TestRemoveImageOrphaning [2020-09-14T13:12:54.757Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2020-09-14T13:12:54.757Z] === RUN TestRemoveImageGarbageCollector [2020-09-14T13:12:54.757Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:12:54.757Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:12:54.757Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-14T13:12:54.757Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-14T13:12:54.757Z] === RUN TestTagInvalidReference [2020-09-14T13:12:54.757Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-14T13:12:54.757Z] === RUN TestTagValidPrefixedRepo [2020-09-14T13:12:54.757Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-14T13:12:54.757Z] === RUN TestTagExistedNameWithoutForce [2020-09-14T13:12:54.757Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-14T13:12:54.757Z] === RUN TestTagOfficialNames [2020-09-14T13:12:54.757Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-14T13:12:54.757Z] === RUN TestTagMatchesDigest [2020-09-14T13:12:54.757Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-14T13:12:54.757Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-14T13:12:54.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-09-14T13:12:55.160Z] ok github.com/docker/docker/pkg/authorization 0.500s coverage: 26.8% of statements [2020-09-14T13:12:55.161Z] ok github.com/docker/docker/pkg/capabilities 0.481s coverage: 87.5% of statements [2020-09-14T13:12:56.138Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2020-09-14T13:12:56.138Z] ok github.com/docker/docker/pkg/chrootarchive 0.185s coverage: 15.4% of statements [2020-09-14T13:12:56.603Z] ok github.com/docker/docker/pkg/discovery 0.074s coverage: 58.3% of statements [2020-09-14T13:12:57.438Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-09-14T13:12:57.581Z] ok github.com/docker/docker/pkg/discovery/file 0.184s coverage: 92.9% of statements [2020-09-14T13:12:58.044Z] ok github.com/docker/docker/pkg/discovery/memory 0.097s coverage: 92.3% of statements [2020-09-14T13:12:58.507Z] ok github.com/docker/docker/pkg/discovery/nodes 0.387s coverage: 93.8% of statements [2020-09-14T13:12:59.486Z] ok github.com/docker/docker/pkg/filenotify 0.168s coverage: 36.2% of statements [2020-09-14T13:12:59.951Z] ok github.com/docker/docker/pkg/fileutils 0.126s coverage: 87.7% of statements [2020-09-14T13:13:00.415Z] ok github.com/docker/docker/pkg/homedir 0.052s coverage: 42.9% of statements [2020-09-14T13:13:01.393Z] ok github.com/docker/docker/pkg/idtools 0.099s coverage: 7.3% of statements [2020-09-14T13:13:01.393Z] ok github.com/docker/docker/pkg/discovery/kv 3.480s coverage: 84.1% of statements [2020-09-14T13:13:01.645Z] --- PASS: TestServiceUpdatePidsLimit (16.56s) [2020-09-14T13:13:01.645Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s) [2020-09-14T13:13:01.645Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.10s) [2020-09-14T13:13:01.645Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2020-09-14T13:13:01.645Z] PASS [2020-09-14T13:13:01.645Z] [2020-09-14T13:13:01.645Z] === Skipped [2020-09-14T13:13:01.645Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.02s) [2020-09-14T13:13:01.645Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:13:01.645Z] [2020-09-14T13:13:01.645Z] [2020-09-14T13:13:01.645Z] DONE 27 tests, 1 skipped in 181.315s [2020-09-14T13:13:01.645Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-14T13:13:01.645Z] ++ 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-14T13:13:01.645Z] ++ set -e [2020-09-14T13:13:01.645Z] ++ '[' -n 0 ']' [2020-09-14T13:13:01.645Z] ++ set -x [2020-09-14T13:13:01.645Z] ++ env -i DEST=/go/src/github.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-14T13:13:01.858Z] ok github.com/docker/docker/pkg/archive 6.924s coverage: 63.0% of statements [2020-09-14T13:13:01.901Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-14T13:13:01.901Z] INFO: Testing against a local daemon [2020-09-14T13:13:01.901Z] === RUN TestSessionCreate [2020-09-14T13:13:01.901Z] --- PASS: TestSessionCreate (0.04s) [2020-09-14T13:13:01.901Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-14T13:13:02.156Z] --- PASS: TestSessionCreateWithBadUpgrade (0.09s) [2020-09-14T13:13:02.156Z] PASS [2020-09-14T13:13:02.156Z] [2020-09-14T13:13:02.156Z] DONE 2 tests in 0.330s [2020-09-14T13:13:02.156Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-14T13:13:02.156Z] ++ 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-14T13:13:02.156Z] ++ set -e [2020-09-14T13:13:02.156Z] ++ '[' -n 0 ']' [2020-09-14T13:13:02.156Z] ++ set -x [2020-09-14T13:13:02.157Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-14T13:13:02.322Z] ok github.com/docker/docker/pkg/jsonmessage 0.209s coverage: 91.7% of statements [2020-09-14T13:13:02.412Z] INFO: Testing against a local daemon [2020-09-14T13:13:02.412Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-14T13:13:02.412Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:13:02.412Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:13:02.412Z] === RUN TestEventsExecDie [2020-09-14T13:13:02.787Z] ok github.com/docker/docker/pkg/ioutils 0.706s coverage: 69.2% of statements [2020-09-14T13:13:02.787Z] ok github.com/docker/docker/pkg/longpath 0.053s coverage: 100.0% of statements [2020-09-14T13:13:02.972Z] --- PASS: TestEventsExecDie (0.65s) [2020-09-14T13:13:02.972Z] === RUN TestEventsBackwardsCompatible [2020-09-14T13:13:02.972Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2020-09-14T13:13:02.972Z] === RUN TestInfoBinaryCommits [2020-09-14T13:13:02.972Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-14T13:13:02.972Z] === RUN TestInfoAPIVersioned [2020-09-14T13:13:02.972Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-14T13:13:02.972Z] === RUN TestInfoDiscoveryBackend [2020-09-14T13:13:03.251Z] ok github.com/docker/docker/pkg/namesgenerator 0.057s coverage: 85.7% of statements [2020-09-14T13:13:03.251Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2020-09-14T13:13:03.533Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-09-14T13:13:03.533Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-14T13:13:03.716Z] ok github.com/docker/docker/pkg/pidfile 0.138s coverage: 82.6% of statements [2020-09-14T13:13:03.788Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-14T13:13:04.713Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-14T13:13:04.713Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-14T13:13:04.728Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.120s coverage: 56.8% of statements [2020-09-14T13:13:05.274Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-09-14T13:13:05.274Z] === RUN TestInfoAPI [2020-09-14T13:13:05.274Z] --- PASS: TestInfoAPI (0.02s) [2020-09-14T13:13:05.274Z] === RUN TestInfoAPIWarnings [2020-09-14T13:13:05.572Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-14T13:13:05.572Z] === RUN TestInfoDebug [2020-09-14T13:13:06.175Z] --- PASS: TestInfoDebug (0.53s) [2020-09-14T13:13:06.175Z] === RUN TestInfoInsecureRegistries [2020-09-14T13:13:06.287Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2020-09-14T13:13:06.287Z] ok github.com/docker/docker/pkg/plugins/transport 0.124s coverage: 85.7% of statements [2020-09-14T13:13:06.736Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-14T13:13:06.736Z] === RUN TestInfoRegistryMirrors [2020-09-14T13:13:07.267Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2020-09-14T13:13:07.297Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-14T13:13:07.297Z] === RUN TestLoginFailsWithBadCredentials [2020-09-14T13:13:08.224Z] --- PASS: TestLoginFailsWithBadCredentials (0.78s) [2020-09-14T13:13:08.224Z] === RUN TestPingCacheHeaders [2020-09-14T13:13:08.224Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-14T13:13:08.224Z] === RUN TestPingGet [2020-09-14T13:13:08.224Z] --- PASS: TestPingGet (0.02s) [2020-09-14T13:13:08.224Z] === RUN TestPingHead [2020-09-14T13:13:08.224Z] --- PASS: TestPingHead (0.02s) [2020-09-14T13:13:08.224Z] === RUN TestVersion [2020-09-14T13:13:08.224Z] --- PASS: TestVersion (0.02s) [2020-09-14T13:13:08.224Z] PASS [2020-09-14T13:13:08.224Z] [2020-09-14T13:13:08.224Z] === Skipped [2020-09-14T13:13:08.224Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:13:08.224Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:13:08.224Z] [2020-09-14T13:13:08.224Z] [2020-09-14T13:13:08.224Z] DONE 18 tests, 1 skipped in 6.023s [2020-09-14T13:13:08.224Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-14T13:13:08.224Z] ++ 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-14T13:13:08.224Z] ++ set -e [2020-09-14T13:13:08.224Z] ++ '[' -n 0 ']' [2020-09-14T13:13:08.224Z] ++ set -x [2020-09-14T13:13:08.224Z] ++ env -i DEST=/go/src/github.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-14T13:13:08.224Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-14T13:13:08.224Z] INFO: Testing against a local daemon [2020-09-14T13:13:08.224Z] === RUN TestVolumesCreateAndList [2020-09-14T13:13:08.224Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-14T13:13:08.224Z] === RUN TestVolumesRemove [2020-09-14T13:13:08.244Z] ok github.com/docker/docker/pkg/reexec 0.072s coverage: 82.4% of statements [2020-09-14T13:13:08.245Z] ok github.com/docker/docker/pkg/pubsub 1.075s coverage: 73.9% of statements [2020-09-14T13:13:08.479Z] --- PASS: TestVolumesRemove (0.09s) [2020-09-14T13:13:08.479Z] === RUN TestVolumesInspect [2020-09-14T13:13:08.479Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-14T13:13:08.479Z] === RUN TestVolumesInvalidJSON [2020-09-14T13:13:08.479Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-14T13:13:08.479Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-14T13:13:08.479Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-14T13:13:08.479Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-14T13:13:08.479Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-14T13:13:08.479Z] PASS [2020-09-14T13:13:08.479Z] [2020-09-14T13:13:08.479Z] DONE 5 tests in 0.313s [2020-09-14T13:13:08.479Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:13:08.735Z] ++++ cat bundles/test-integration/docker.pid [2020-09-14T13:13:08.735Z] +++ kill 5603 [2020-09-14T13:13:08.735Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-14T13:13:08.735Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-14T13:13:08.735Z] === RUN TestDockerSuite/TestHealth [2020-09-14T13:13:09.223Z] ok github.com/docker/docker/pkg/signal 0.082s coverage: 20.3% of statements [2020-09-14T13:13:09.223Z] ok github.com/docker/docker/pkg/stdcopy 0.031s coverage: 100.0% of statements [2020-09-14T13:13:10.098Z] +++ /etc/init.d/apparmor stop [2020-09-14T13:13:10.098Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:13:10.098Z] [2020-09-14T13:13:10.098Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:13:10.098Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:13:10.098Z] [2020-09-14T13:13:10.098Z] To set a process to complain mode, use the command line tool [2020-09-14T13:13:10.098Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:13:10.098Z] +++ true [2020-09-14T13:13:10.098Z] exiting test-integration [2020-09-14T13:13:10.098Z] ++ exit 0 [2020-09-14T13:13:10.098Z] [2020-09-14T13:13:10.206Z] ok github.com/docker/docker/pkg/stringid 0.030s coverage: 70.6% of statements [2020-09-14T13:13:10.206Z] ok github.com/docker/docker/pkg/streamformatter 0.058s coverage: 66.2% of statements [2020-09-14T13:13:10.671Z] ok github.com/docker/docker/pkg/sysinfo 0.089s coverage: 38.2% of statements [2020-09-14T13:13:10.730Z] + for job in $(jobs -p) [2020-09-14T13:13:10.730Z] + wait 28809 [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-14T13:13:11.133Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-14T13:13:11.598Z] ok github.com/docker/docker/pkg/system 0.090s coverage: 13.8% of statements [2020-09-14T13:13:12.061Z] ok github.com/docker/docker/pkg/tailfile 0.228s coverage: 88.6% of statements [2020-09-14T13:13:12.525Z] testing: warning: no tests to run [2020-09-14T13:13:12.525Z] coverage: [no statements] [2020-09-14T13:13:12.525Z] ok github.com/docker/docker/pkg/tarsum 0.185s coverage: 89.3% of statements [2020-09-14T13:13:12.525Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: [no statements] [no tests to run] [2020-09-14T13:13:12.989Z] ok github.com/docker/docker/pkg/truncindex 0.191s coverage: 91.5% of statements [2020-09-14T13:13:13.461Z] ok github.com/docker/docker/pkg/urlutil 0.071s coverage: 100.0% of statements [2020-09-14T13:13:13.461Z] ok github.com/docker/docker/pkg/useragent 0.105s coverage: 88.9% of statements [2020-09-14T13:13:15.018Z] ok github.com/docker/docker/plugin 0.312s coverage: 12.0% of statements [2020-09-14T13:13:15.484Z] ok github.com/docker/docker/plugin/v2 0.555s coverage: 20.1% of statements [2020-09-14T13:13:15.484Z] ok github.com/docker/docker/reference 0.682s coverage: 84.4% of statements [2020-09-14T13:13:17.035Z] ok github.com/docker/docker/registry/resumable 0.351s coverage: 100.0% of statements [2020-09-14T13:13:17.035Z] ok github.com/docker/docker/restartmanager 0.345s coverage: 50.9% of statements [2020-09-14T13:13:18.017Z] ok github.com/docker/docker/testutil 0.062s coverage: 62.5% of statements [2020-09-14T13:13:18.017Z] ok github.com/docker/docker/runconfig 0.103s coverage: 52.2% of statements [2020-09-14T13:13:18.017Z] ok github.com/docker/docker/registry 0.466s coverage: 51.7% of statements [2020-09-14T13:13:20.220Z] ok github.com/docker/docker/volume/drivers 0.155s coverage: 36.1% of statements [2020-09-14T13:13:21.199Z] ok github.com/docker/docker/volume/local 0.167s coverage: 37.7% of statements [2020-09-14T13:13:21.663Z] ok github.com/docker/docker/volume/mounts 0.337s coverage: 66.2% of statements [2020-09-14T13:13:22.640Z] ok github.com/docker/docker/volume/service 0.487s coverage: 70.3% of statements [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-14T13:13:28.811Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-14T13:13:29.066Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-14T13:13:29.321Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-14T13:13:29.321Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-14T13:13:29.881Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-14T13:13:30.136Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-14T13:13:30.698Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-14T13:13:31.259Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-14T13:13:31.259Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-14T13:13:31.819Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-14T13:13:34.330Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-14T13:13:34.330Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-14T13:13:34.330Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-14T13:13:35.259Z] === RUN TestDockerSuite/TestImportFile [2020-09-14T13:13:36.622Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-14T13:13:36.622Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-14T13:13:37.548Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-14T13:13:38.520Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-14T13:13:39.492Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-14T13:13:40.052Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-14T13:13:40.399Z] ok github.com/docker/docker/pkg/plugins 35.006s coverage: 73.4% of statements [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/rootless [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/volume [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-14T13:13:40.399Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-14T13:13:40.613Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-14T13:13:41.177Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-14T13:13:41.177Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-09-14T13:13:41.177Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-14T13:13:41.738Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === Skipped [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-09-14T13:13:41.950Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-09-14T13:13:41.950Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-09-14T13:13:41.950Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-09-14T13:13:41.950Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-09-14T13:13:41.950Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-09-14T13:13:41.950Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-09-14T13:13:41.950Z] daemon_test.go:147: root required [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-14T13:13:41.950Z] reload_test.go:520: root required [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-09-14T13:13:41.950Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-14T13:13:41.950Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-09-14T13:13:41.950Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-09-14T13:13:41.950Z] download_test.go:268: Needs fixing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-09-14T13:13:41.950Z] layer_test.go:304: Failing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-09-14T13:13:41.950Z] layer_test.go:353: Failing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-09-14T13:13:41.950Z] layer_test.go:468: Failing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-09-14T13:13:41.950Z] layer_test.go:697: Failing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-09-14T13:13:41.950Z] migration_test.go:46: Failing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.950Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-09-14T13:13:41.950Z] migration_test.go:182: Failing on Windows [2020-09-14T13:13:41.950Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-09-14T13:13:41.951Z] mount_test.go:17: Failing on Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-09-14T13:13:41.951Z] mount_test.go:76: Failing on Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-09-14T13:13:41.951Z] mount_test.go:125: Failing on Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-09-14T13:13:41.951Z] mount_test.go:212: Failing on Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:133: Xz not present in msys2 [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:238: Failing on Windows CI machines [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-09-14T13:13:41.951Z] archive_windows_test.go:16: Currently fails [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-09-14T13:13:41.951Z] changes_test.go:192: needs more investigation [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-09-14T13:13:41.951Z] changes_test.go:405: needs further investigation [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-09-14T13:13:41.951Z] changes_test.go:441: needs further investigation [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-09-14T13:13:41.951Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-09-14T13:13:41.951Z] poller_test.go:41: No chmod on Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-14T13:13:41.951Z] fileutils_test.go:134: Needs porting to Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-14T13:13:41.951Z] fileutils_test.go:180: Needs porting to Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-09-14T13:13:41.951Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-09-14T13:13:41.951Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-09-14T13:13:41.951Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-09-14T13:13:41.951Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-09-14T13:13:41.951Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-09-14T13:13:41.951Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] [2020-09-14T13:13:41.951Z] DONE 1781 tests, 46 skipped in 182.820s [2020-09-14T13:13:41.951Z] INFO: make.ps1 ended at 09/14/2020 13:13:41 [2020-09-14T13:13:41.994Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-14T13:13:42.598Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-14T13:13:42.854Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-14T13:13:43.416Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-14T13:13:43.500Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-09-14T13:13:43.500Z] INFO: Unit tests ended at 09/14/2020 13:13:43. Duration:00:03:16.3428863 [2020-09-14T13:13:43.500Z] INFO: Building busybox [2020-09-14T13:13:43.500Z] Sending build context to Docker daemon 5.12kB [2020-09-14T13:13:43.500Z] [2020-09-14T13:13:43.500Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-09-14T13:13:43.500Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-09-14T13:13:43.500Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-09-14T13:13:43.500Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-09-14T13:13:43.500Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-09-14T13:13:43.500Z] ---> 715aaeac112d [2020-09-14T13:13:43.500Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-09-14T13:13:43.500Z] ---> Running in 2f8fd1b9ba66 [2020-09-14T13:13:43.671Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-14T13:13:43.671Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-09-14T13:13:45.115Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-14T13:13:45.676Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-14T13:13:45.932Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-14T13:13:46.188Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-14T13:13:46.486Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-14T13:13:46.486Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-14T13:13:47.047Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-14T13:13:47.609Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-14T13:13:48.169Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-14T13:13:48.473Z] === RUN TestDockerSuite/TestInspectImage [2020-09-14T13:13:48.728Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-14T13:13:48.728Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-14T13:13:48.728Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-14T13:13:48.983Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-14T13:13:49.340Z] Removing intermediate container 2f8fd1b9ba66 [2020-09-14T13:13:49.340Z] ---> 1f3d36d767ae [2020-09-14T13:13:49.340Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-09-14T13:13:49.340Z] ---> Running in ca28884edf78 [2020-09-14T13:13:49.588Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-14T13:13:49.588Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-14T13:13:49.803Z] Removing intermediate container ca28884edf78 [2020-09-14T13:13:49.803Z] ---> 1c28310cad72 [2020-09-14T13:13:49.803Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-09-14T13:13:49.803Z] ---> Running in 9aba26ba815c [2020-09-14T13:13:50.149Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-14T13:13:50.266Z] Removing intermediate container 9aba26ba815c [2020-09-14T13:13:50.266Z] ---> 8a4e1f0fe24f [2020-09-14T13:13:50.266Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-09-14T13:13:50.405Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-14T13:13:50.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-09-14T13:13:51.245Z] [2020-09-14T13:13:51.708Z] ---> d1af242efd57 [2020-09-14T13:13:51.708Z] 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-14T13:13:51.708Z] ---> Running in 50bb8fff4f6e [2020-09-14T13:13:52.071Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-14T13:13:52.071Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-14T13:13:52.679Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-14T13:13:52.935Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-14T13:13:53.904Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-14T13:13:54.465Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-14T13:13:55.029Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-14T13:13:55.285Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-14T13:13:55.847Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-14T13:13:56.102Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-14T13:13:56.663Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-14T13:13:56.663Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-09-14T13:13:58.067Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-14T13:13:59.035Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-14T13:13:59.961Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-14T13:13:59.961Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-14T13:14:01.113Z] #33 137.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-14T13:14:01.113Z] #33 139.3 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-14T13:14:01.113Z] #33 140.7 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-14T13:14:01.323Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-14T13:14:01.371Z] #33 142.6 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-14T13:14:02.076Z] Removing intermediate container 50bb8fff4f6e [2020-09-14T13:14:02.076Z] ---> 4f7b9bfc56bf [2020-09-14T13:14:02.076Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-09-14T13:14:02.076Z] ---> Running in 26e4136e7d9a [2020-09-14T13:14:02.076Z] [2020-09-14T13:14:02.076Z] SUCCESS: Specified value was saved. [2020-09-14T13:14:02.689Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-14T13:14:03.614Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-14T13:14:03.614Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-14T13:14:04.754Z] #33 145.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-14T13:14:04.997Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-14T13:14:05.004Z] Removing intermediate container 26e4136e7d9a [2020-09-14T13:14:05.004Z] ---> 71b2f58cc2bd [2020-09-14T13:14:05.004Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-09-14T13:14:05.004Z] ---> Running in 034cade53085 [2020-09-14T13:14:05.297Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-14T13:14:05.690Z] #33 146.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-14T13:14:05.857Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-14T13:14:07.068Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-14T13:14:07.931Z] Cannot create a file when that file already exists. [2020-09-14T13:14:08.004Z] #33 149.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-14T13:14:08.262Z] #33 149.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-14T13:14:09.638Z] #33 151.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-14T13:14:11.541Z] #33 152.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-14T13:14:12.433Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-14T13:14:12.434Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-09-14T13:14:13.443Z] #33 154.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-14T13:14:13.753Z] Removing intermediate container 034cade53085 [2020-09-14T13:14:13.753Z] ---> f9a5ca84b1ca [2020-09-14T13:14:13.753Z] Step 13/13 : CMD ["sh"] [2020-09-14T13:14:13.753Z] ---> Running in 7382ec14b9fd [2020-09-14T13:14:13.753Z] Removing intermediate container 7382ec14b9fd [2020-09-14T13:14:13.753Z] ---> 5f220b28746a [2020-09-14T13:14:13.753Z] Successfully built 5f220b28746a [2020-09-14T13:14:13.753Z] Successfully tagged busybox:latest [2020-09-14T13:14:13.753Z] INFO: Docker images of the daemon under test [2020-09-14T13:14:13.753Z] [2020-09-14T13:14:13.753Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-14T13:14:13.753Z] busybox latest 5f220b28746a Less than a second ago 5.12GB [2020-09-14T13:14:13.753Z] microsoft/windowsservercore latest 715aaeac112d 11 days ago 5.06GB [2020-09-14T13:14:13.753Z] mcr.microsoft.com/windows/servercore ltsc2019 715aaeac112d 11 days ago 5.06GB [2020-09-14T13:14:13.753Z] [2020-09-14T13:14:13.753Z] INFO: Running integration tests at 09/14/2020 13:14:13... [2020-09-14T13:14:13.753Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-09-14T13:14:13.753Z] INFO: Integration API tests being run from the host: [2020-09-14T13:14:13.753Z] INFO: make.ps1 starting at 09/14/2020 13:14:13 [2020-09-14T13:14:13.797Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-14T13:14:14.229Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-09-14T13:14:14.819Z] #33 156.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-14T13:14:15.386Z] #33 156.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-14T13:14:15.685Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-14T13:14:16.247Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-14T13:14:17.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-09-14T13:14:17.289Z] #33 158.1 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-14T13:14:18.099Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-09-14T13:14:18.099Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-14T13:14:18.225Z] #33 159.3 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-14T13:14:18.354Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-14T13:14:18.354Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-14T13:14:18.354Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-14T13:14:18.915Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-14T13:14:19.842Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-14T13:14:20.130Z] #33 161.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-14T13:14:21.066Z] #33 162.2 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-14T13:14:22.443Z] #33 163.5 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-14T13:14:23.149Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-14T13:14:23.708Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-14T13:14:23.821Z] #33 164.8 [2020-09-14T13:14:23.821Z] #33 DONE 164.9s [2020-09-14T13:14:23.821Z] [2020-09-14T13:14:23.821Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-09-14T13:14:25.197Z] #34 DONE 1.2s [2020-09-14T13:14:26.574Z] [2020-09-14T13:14:26.574Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-09-14T13:14:27.142Z] #35 DONE 0.6s [2020-09-14T13:14:27.142Z] [2020-09-14T13:14:27.142Z] #36 exporting to image [2020-09-14T13:14:27.142Z] #36 exporting layers [2020-09-14T13:14:28.944Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-14T13:14:28.944Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-14T13:14:28.944Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-14T13:14:29.871Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-14T13:14:30.477Z] #36 exporting layers 3.2s done [2020-09-14T13:14:30.477Z] #36 writing image sha256:b8c375d1071faefe0ad0fdfe05639ecd5de09d02e5edefb315e5d025601aadb8 done [2020-09-14T13:14:30.477Z] #36 naming to docker.io/library/moby-e2e-test done [2020-09-14T13:14:30.477Z] #36 DONE 3.2s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-14T13:14:30.798Z] + echo Ensuring container killed. [2020-09-14T13:14:30.798Z] Ensuring container killed. [2020-09-14T13:14:30.798Z] + docker rm -vf docker-pr2 [2020-09-14T13:14:30.798Z] Error: No such container: docker-pr2 [2020-09-14T13:14:30.798Z] + true [Pipeline] sh [2020-09-14T13:14:30.846Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-14T13:14:31.084Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:14:31.084Z] Chowning /workspace to jenkins user [2020-09-14T13:14:31.084Z] + id -u [2020-09-14T13:14:31.084Z] + id -g [2020-09-14T13:14:31.084Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41447:/workspace busybox chown -R 1000:1000 /workspace [2020-09-14T13:14:31.408Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:14:31.946Z] + bundleName=unit [2020-09-14T13:14:31.946Z] + echo Creating unit-bundles.tar.gz [2020-09-14T13:14:31.946Z] Creating unit-bundles.tar.gz [2020-09-14T13:14:31.946Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-09-14T13:14:31.946Z] bundles/junit-report.xml [2020-09-14T13:14:31.946Z] bundles/go-test-report.json [2020-09-14T13:14:31.946Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-09-14T13:14:31.959Z] Archiving artifacts [2020-09-14T13:14:32.339Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-14T13:14:32.380Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:14:32.691Z] + make clean [2020-09-14T13:14:32.691Z] docker volume rm -f docker-dev-cache [2020-09-14T13:14:32.691Z] docker-dev-cache [Pipeline] deleteDir [2020-09-14T13:14:32.901Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-14T13:14:34.791Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-14T13:14:35.352Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-09-14T13:14:35.352Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-09-14T13:14:35.401Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:14:35.401Z] INFO: Testing against a local daemon [2020-09-14T13:14:35.912Z] === RUN TestDockerSuite/TestLogsSince [2020-09-14T13:14:42.479Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-14T13:14:47.800Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-14T13:14:47.839Z] ok github.com/docker/docker/integration/build 13.668s [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === Skipped [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-09-14T13:14:47.839Z] build_session_test.go:25: TODO: BuildKit [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-09-14T13:14:47.839Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:492: testEnv.OSType == "windows" [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-09-14T13:14:47.839Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] DONE 22 tests, 10 skipped in 33.279s [2020-09-14T13:14:47.839Z] [2020-09-14T13:14:47.839Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-09-14T13:14:48.403Z] === RUN TestDockerSuite/TestLogsTail [2020-09-14T13:14:48.658Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-14T13:14:49.220Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-14T13:14:49.388Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:14:49.388Z] INFO: Testing against a local daemon [2020-09-14T13:14:49.388Z] ok github.com/docker/docker/integration/config 0.211s [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.388Z] === Skipped [2020-09-14T13:14:49.388Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-09-14T13:14:49.388Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.388Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-09-14T13:14:49.388Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.388Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-09-14T13:14:49.388Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.388Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-09-14T13:14:49.388Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.388Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-09-14T13:14:49.388Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.388Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-09-14T13:14:49.388Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:14:49.388Z] [2020-09-14T13:14:49.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-09-14T13:14:49.389Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:14:49.389Z] [2020-09-14T13:14:49.389Z] [2020-09-14T13:14:49.389Z] DONE 7 tests, 7 skipped in 2.031s [2020-09-14T13:14:49.389Z] [2020-09-14T13:14:49.389Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-09-14T13:14:49.823Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-14T13:14:49.823Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-14T13:14:50.384Z] === RUN TestDockerSuite/TestNetHostname [2020-09-14T13:14:51.308Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-09-14T13:14:51.870Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-14T13:14:51.870Z] === RUN TestDockerSuite/TestNetworkEvents [2020-09-14T13:14:52.321Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:14:52.321Z] INFO: Testing against a local daemon [2020-09-14T13:14:52.838Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-14T13:14:54.726Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-14T13:14:54.982Z] === RUN TestDockerSuite/TestPluginActive [2020-09-14T13:14:56.868Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-09-14T13:15:02.127Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-14T13:15:02.127Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-14T13:15:03.093Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-14T13:15:05.646Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-14T13:15:06.615Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-14T13:15:06.871Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-09-14T13:15:08.839Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-14T13:15:13.041Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-09-14T13:15:13.041Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-14T13:15:14.447Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-14T13:15:15.813Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-14T13:15:16.740Z] === RUN TestDockerSuite/TestPortList [2020-09-14T13:15:24.905Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-14T13:15:24.905Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-14T13:15:30.222Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-14T13:15:30.222Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-14T13:15:30.222Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-14T13:15:30.781Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-14T13:15:30.781Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-14T13:15:31.342Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-14T13:15:31.342Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-14T13:15:31.597Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-14T13:15:31.597Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-14T13:15:32.578Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-14T13:15:32.578Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-09-14T13:15:34.462Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-09-14T13:15:35.433Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-09-14T13:15:35.688Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-09-14T13:15:35.943Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-14T13:15:37.830Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-14T13:15:38.433Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-14T13:15:40.317Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-14T13:15:40.920Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-09-14T13:15:43.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-09-14T13:15:43.992Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-14T13:15:44.248Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-14T13:15:47.552Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-14T13:15:52.850Z] ok github.com/docker/docker/integration/container 53.328s [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === Skipped [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-09-14T13:15:52.850Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-09-14T13:15:52.850Z] copy_test.go:25: testEnv.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-09-14T13:15:52.850Z] copy_test.go:39: testEnv.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-09-14T13:15:52.850Z] copy_test.go:51: testEnv.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-09-14T13:15:52.850Z] copy_test.go:65: testEnv.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-09-14T13:15:52.850Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-09-14T13:15:52.850Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-09-14T13:15:52.850Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-09-14T13:15:52.850Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-14T13:15:52.850Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-09-14T13:15:52.850Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-09-14T13:15:52.850Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-09-14T13:15:52.850Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-09-14T13:15:52.850Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-09-14T13:15:52.850Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-09-14T13:15:52.850Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-09-14T13:15:52.850Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-09-14T13:15:52.850Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.850Z] [2020-09-14T13:15:52.850Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-09-14T13:15:52.851Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-09-14T13:15:52.851Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-09-14T13:15:52.851Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-09-14T13:15:52.851Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-09-14T13:15:52.851Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-09-14T13:15:52.851Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-09-14T13:15:52.851Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-09-14T13:15:52.851Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-09-14T13:15:52.851Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-09-14T13:15:52.851Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-09-14T13:15:52.851Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-09-14T13:15:52.851Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-09-14T13:15:52.851Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-09-14T13:15:52.851Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-09-14T13:15:52.851Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-09-14T13:15:52.851Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-09-14T13:15:52.851Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 84 tests, 41 skipped in 55.588s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-09-14T13:15:52.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:15:52.851Z] INFO: Testing against a local daemon [2020-09-14T13:15:52.851Z] ok github.com/docker/docker/integration/image 0.447s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === Skipped [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-09-14T13:15:52.851Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-14T13:15:52.851Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-09-14T13:15:52.851Z] remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-09-14T13:15:52.851Z] tag_test.go:98: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 11 tests, 4 skipped in 2.292s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-09-14T13:15:52.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:15:52.851Z] INFO: Testing against a local daemon [2020-09-14T13:15:52.851Z] ok github.com/docker/docker/integration/network 0.191s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === Skipped [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-09-14T13:15:52.851Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-09-14T13:15:52.851Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-09-14T13:15:52.851Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.01s) [2020-09-14T13:15:52.851Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-09-14T13:15:52.851Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-09-14T13:15:52.851Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-14T13:15:52.851Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 19 tests, 15 skipped in 2.164s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-09-14T13:15:52.851Z] testing: warning: no tests to run [2020-09-14T13:15:52.851Z] ok github.com/docker/docker/integration/network/ipvlan 0.065s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 0 tests in 0.649s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-09-14T13:15:52.851Z] testing: warning: no tests to run [2020-09-14T13:15:52.851Z] ok github.com/docker/docker/integration/network/macvlan 0.094s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 0 tests in 0.697s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-09-14T13:15:52.851Z] testing: warning: no tests to run [2020-09-14T13:15:52.851Z] ok github.com/docker/docker/integration/plugin 0.057s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 0 tests in 0.640s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-09-14T13:15:52.851Z] testing: warning: no tests to run [2020-09-14T13:15:52.851Z] ok github.com/docker/docker/integration/plugin/authz 0.056s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] DONE 0 tests in 0.641s [2020-09-14T13:15:52.851Z] [2020-09-14T13:15:52.851Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-09-14T13:15:54.078Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-14T13:15:55.488Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-14T13:15:56.848Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-14T13:15:57.773Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-14T13:15:58.338Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-14T13:15:59.762Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-14T13:15:59.962Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:15:59.962Z] INFO: Testing against a local daemon [2020-09-14T13:15:59.962Z] ok github.com/docker/docker/integration/plugin/common 0.237s [2020-09-14T13:15:59.962Z] [2020-09-14T13:15:59.962Z] === Skipped [2020-09-14T13:15:59.962Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-09-14T13:15:59.962Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-14T13:15:59.962Z] [2020-09-14T13:15:59.962Z] [2020-09-14T13:15:59.962Z] DONE 3 tests, 1 skipped in 7.076s [2020-09-14T13:15:59.962Z] [2020-09-14T13:15:59.962Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-09-14T13:16:01.647Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-14T13:16:02.161Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:02.161Z] INFO: Testing against a local daemon [2020-09-14T13:16:02.161Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.213s [2020-09-14T13:16:02.289Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-14T13:16:02.544Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-14T13:16:02.624Z] [2020-09-14T13:16:02.624Z] === Skipped [2020-09-14T13:16:02.624Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-09-14T13:16:02.624Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-14T13:16:02.624Z] [2020-09-14T13:16:02.624Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-09-14T13:16:02.624Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-14T13:16:02.624Z] [2020-09-14T13:16:02.624Z] [2020-09-14T13:16:02.624Z] DONE 2 tests, 2 skipped in 2.754s [2020-09-14T13:16:02.624Z] [2020-09-14T13:16:02.624Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-09-14T13:16:03.104Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-14T13:16:04.465Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-14T13:16:04.843Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:04.843Z] INFO: Testing against a local daemon [2020-09-14T13:16:04.843Z] ok github.com/docker/docker/integration/plugin/logging 0.241s [2020-09-14T13:16:04.843Z] [2020-09-14T13:16:04.843Z] === Skipped [2020-09-14T13:16:04.843Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-14T13:16:04.843Z] read_test.go:21: no unix domain sockets on Windows [2020-09-14T13:16:04.843Z] [2020-09-14T13:16:04.843Z] [2020-09-14T13:16:04.843Z] DONE 1 tests, 1 skipped in 2.306s [2020-09-14T13:16:04.843Z] [2020-09-14T13:16:04.843Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-09-14T13:16:05.869Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-14T13:16:05.869Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-09-14T13:16:06.392Z] testing: warning: no tests to run [2020-09-14T13:16:06.392Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.109s [2020-09-14T13:16:06.392Z] [2020-09-14T13:16:06.392Z] DONE 0 tests in 1.175s [2020-09-14T13:16:06.392Z] [2020-09-14T13:16:06.392Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-09-14T13:16:06.430Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-14T13:16:06.430Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-14T13:16:06.430Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-14T13:16:06.990Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-14T13:16:06.990Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-14T13:16:07.594Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-14T13:16:08.587Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:08.587Z] INFO: Testing against a local daemon [2020-09-14T13:16:08.587Z] ok github.com/docker/docker/integration/plugin/volumes 0.219s [2020-09-14T13:16:08.587Z] [2020-09-14T13:16:08.587Z] === Skipped [2020-09-14T13:16:08.587Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-14T13:16:08.587Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:08.587Z] [2020-09-14T13:16:08.587Z] [2020-09-14T13:16:08.587Z] DONE 1 tests, 1 skipped in 2.390s [2020-09-14T13:16:08.587Z] [2020-09-14T13:16:08.587Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-09-14T13:16:08.958Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-14T13:16:09.518Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-14T13:16:10.080Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-14T13:16:10.791Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:10.791Z] INFO: Testing against a local daemon [2020-09-14T13:16:10.791Z] ok github.com/docker/docker/integration/secret 0.213s [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] === Skipped [2020-09-14T13:16:10.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-09-14T13:16:10.791Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-09-14T13:16:10.791Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-09-14T13:16:10.791Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-09-14T13:16:10.791Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-09-14T13:16:10.791Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-09-14T13:16:10.791Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] DONE 6 tests, 6 skipped in 2.083s [2020-09-14T13:16:10.791Z] [2020-09-14T13:16:10.791Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-09-14T13:16:13.720Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:13.720Z] INFO: Testing against a local daemon [2020-09-14T13:16:13.720Z] ok github.com/docker/docker/integration/service 0.351s [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === Skipped [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-14T13:16:13.720Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-14T13:16:13.720Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2020-09-14T13:16:13.720Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-09-14T13:16:13.720Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-09-14T13:16:13.720Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-09-14T13:16:13.720Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-09-14T13:16:13.720Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-09-14T13:16:13.720Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-09-14T13:16:13.720Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-09-14T13:16:13.720Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-09-14T13:16:13.720Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-09-14T13:16:13.720Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-09-14T13:16:13.720Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-09-14T13:16:13.720Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-09-14T13:16:13.720Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-09-14T13:16:13.720Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-09-14T13:16:13.720Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-09-14T13:16:13.720Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-09-14T13:16:13.720Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] DONE 24 tests, 23 skipped in 2.808s [2020-09-14T13:16:13.720Z] [2020-09-14T13:16:13.720Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-09-14T13:16:15.271Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:15.271Z] INFO: Testing against a local daemon [2020-09-14T13:16:15.271Z] ok github.com/docker/docker/integration/session 0.184s [2020-09-14T13:16:15.734Z] [2020-09-14T13:16:15.734Z] === Skipped [2020-09-14T13:16:15.734Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-09-14T13:16:15.734Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-14T13:16:15.734Z] [2020-09-14T13:16:15.734Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-09-14T13:16:15.734Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-14T13:16:15.734Z] [2020-09-14T13:16:15.734Z] [2020-09-14T13:16:15.734Z] DONE 2 tests, 2 skipped in 1.966s [2020-09-14T13:16:15.734Z] [2020-09-14T13:16:15.734Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-09-14T13:16:17.411Z] --- PASS: TestImportExtremelyLargeImageWorks (193.58s) [2020-09-14T13:16:17.411Z] PASS [2020-09-14T13:16:17.411Z] [2020-09-14T13:16:17.411Z] === Skipped [2020-09-14T13:16:17.411Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-14T13:16:17.411Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:16:17.411Z] [2020-09-14T13:16:17.411Z] [2020-09-14T13:16:17.411Z] DONE 12 tests, 1 skipped in 194.585s [2020-09-14T13:16:17.411Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-09-14T13:16:17.411Z] ++ 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-14T13:16:17.411Z] ++ set -e [2020-09-14T13:16:17.411Z] ++ '[' -n 0 ']' [2020-09-14T13:16:17.411Z] ++ set -x [2020-09-14T13:16:17.411Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-14T13:16:17.411Z] INFO: Testing against a local daemon [2020-09-14T13:16:17.411Z] === RUN TestNetworkCreateDelete [2020-09-14T13:16:17.411Z] --- PASS: TestNetworkCreateDelete (0.19s) [2020-09-14T13:16:17.411Z] === RUN TestDockerNetworkDeletePreferID [2020-09-14T13:16:17.411Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2020-09-14T13:16:17.411Z] === RUN TestDaemonDNSFallback [2020-09-14T13:16:17.411Z] --- PASS: TestDaemonDNSFallback (1.60s) [2020-09-14T13:16:17.411Z] === RUN TestInspectNetwork [2020-09-14T13:16:17.411Z] === RUN TestInspectNetwork/full_network_id [2020-09-14T13:16:17.411Z] === RUN TestInspectNetwork/partial_network_id [2020-09-14T13:16:17.411Z] === RUN TestInspectNetwork/network_name [2020-09-14T13:16:17.411Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-14T13:16:17.411Z] --- PASS: TestInspectNetwork (7.02s) [2020-09-14T13:16:17.411Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-14T13:16:17.411Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-14T13:16:17.411Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-14T13:16:17.411Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-14T13:16:17.411Z] === RUN TestRunContainerWithBridgeNone [2020-09-14T13:16:17.930Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:17.930Z] INFO: Testing against a local daemon [2020-09-14T13:16:18.164Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-14T13:16:18.164Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-14T13:16:18.911Z] ok github.com/docker/docker/integration/system 1.381s [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === Skipped [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:16:18.911Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-09-14T13:16:18.911Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-09-14T13:16:18.911Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-09-14T13:16:18.911Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-09-14T13:16:18.911Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-09-14T13:16:18.911Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-09-14T13:16:18.911Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] DONE 13 tests, 7 skipped in 3.246s [2020-09-14T13:16:18.911Z] [2020-09-14T13:16:18.911Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-09-14T13:16:18.933Z] --- PASS: TestRunContainerWithBridgeNone (2.01s) [2020-09-14T13:16:18.934Z] === RUN TestNetworkInvalidJSON [2020-09-14T13:16:19.091Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-14T13:16:19.091Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-14T13:16:19.091Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-14T13:16:19.244Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-14T13:16:19.244Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-14T13:16:19.244Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:16:19.244Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:16:19.244Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:16:19.244Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:16:19.244Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-14T13:16:19.244Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-14T13:16:19.244Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-14T13:16:19.244Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-14T13:16:19.244Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-14T13:16:19.244Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-09-14T13:16:19.244Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-09-14T13:16:19.244Z] === RUN TestHostIPv4BridgeLabel [2020-09-14T13:16:19.348Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-14T13:16:19.886Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-09-14T13:16:19.886Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-14T13:16:20.931Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-09-14T13:16:20.931Z] === RUN TestDaemonDefaultNetworkPools [2020-09-14T13:16:21.106Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:21.106Z] INFO: Testing against a local daemon [2020-09-14T13:16:21.106Z] ok github.com/docker/docker/integration/volume 0.293s [2020-09-14T13:16:21.106Z] [2020-09-14T13:16:21.106Z] === Skipped [2020-09-14T13:16:21.106Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-09-14T13:16:21.106Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-09-14T13:16:21.106Z] [2020-09-14T13:16:21.106Z] [2020-09-14T13:16:21.106Z] DONE 5 tests, 1 skipped in 2.186s [2020-09-14T13:16:21.106Z] [2020-09-14T13:16:21.106Z] INFO: make.ps1 ended at 09/14/2020 13:16:20 [2020-09-14T13:16:21.106Z] INFO: Integration CLI tests being run from the host: [2020-09-14T13:16:21.106Z] 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-14T13:16:21.569Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-09-14T13:16:21.569Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-14T13:16:21.860Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-14T13:16:22.421Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-14T13:16:22.623Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-09-14T13:16:22.623Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-14T13:16:24.153Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-09-14T13:16:24.153Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-14T13:16:24.306Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-14T13:16:24.449Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.56s) [2020-09-14T13:16:24.449Z] === RUN TestServiceWithPredefinedNetwork [2020-09-14T13:16:25.240Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-14T13:16:25.240Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-14T13:16:25.504Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-14T13:16:26.558Z] --- PASS: TestServiceWithPredefinedNetwork (2.04s) [2020-09-14T13:16:26.558Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-14T13:16:26.558Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:16:26.559Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:16:26.559Z] === RUN TestServiceWithDataPathPortInit [2020-09-14T13:16:28.020Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-14T13:16:28.581Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-14T13:16:29.143Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-14T13:16:29.726Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-14T13:16:29.726Z] INFO: Testing against a local daemon [2020-09-14T13:16:30.550Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-14T13:16:31.477Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-14T13:16:32.885Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-14T13:16:33.446Z] === RUN TestDockerSuite/TestRmiTag [2020-09-14T13:16:33.446Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-14T13:16:34.052Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-14T13:16:36.564Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-14T13:16:36.820Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-14T13:16:37.380Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-09-14T13:16:37.380Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-14T13:16:37.634Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-14T13:16:38.561Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-14T13:16:39.122Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-14T13:16:39.377Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-14T13:16:40.345Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-14T13:16:40.345Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-14T13:16:40.601Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-14T13:16:41.529Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-14T13:16:41.978Z] --- PASS: TestServiceWithDataPathPortInit (13.50s) [2020-09-14T13:16:41.978Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-14T13:16:42.133Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-14T13:16:42.695Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-14T13:16:44.103Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-09-14T13:16:45.469Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-14T13:16:46.397Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-09-14T13:16:47.006Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-09-14T13:16:47.564Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.71s) [2020-09-14T13:16:47.564Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9zek2uwmaql0hm8cfq4ayidpk Created:2020-09-14 13:16:41.073973069 +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[75f51330f4526847859a85056a4202ee7c566d999bcef0401afde6bd779aa345:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qqks9a9vlvyhu85e1zzpneafa EndpointID:67b4652a3a99edd53a727e93c49e042e32da2dd3bea7057d414d2e2832bc7f73 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:224640aef66f369608219417766e73431da4996472f3d488cc7b4f04fb4d8225 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:9eee55184bbc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qqks9a9vlvyhu85e1zzpneafa EndpointID:67b4652a3a99edd53a727e93c49e042e32da2dd3bea7057d414d2e2832bc7f73 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-14T13:16:47.564Z] PASS [2020-09-14T13:16:47.564Z] [2020-09-14T13:16:47.564Z] === Skipped [2020-09-14T13:16:47.564Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-14T13:16:47.565Z] service_test.go:236: FLAKY_TEST [2020-09-14T13:16:47.565Z] [2020-09-14T13:16:47.565Z] [2020-09-14T13:16:47.565Z] DONE 23 tests, 1 skipped in 39.063s [2020-09-14T13:16:47.565Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:16:47.565Z] ++ 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-14T13:16:47.565Z] ++ set -e [2020-09-14T13:16:47.565Z] ++ '[' -n 0 ']' [2020-09-14T13:16:47.565Z] ++ set -x [2020-09-14T13:16:47.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-14T13:16:47.565Z] INFO: Testing against a local daemon [2020-09-14T13:16:47.565Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-14T13:16:47.565Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:16:47.565Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:16:47.565Z] === RUN TestDockerNetworkIpvlan [2020-09-14T13:16:47.565Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:16:47.565Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:16:47.565Z] PASS [2020-09-14T13:16:47.565Z] [2020-09-14T13:16:47.565Z] === Skipped [2020-09-14T13:16:47.565Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-14T13:16:47.565Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:16:47.565Z] [2020-09-14T13:16:47.565Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-14T13:16:47.565Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-14T13:16:47.565Z] [2020-09-14T13:16:47.565Z] [2020-09-14T13:16:47.565Z] DONE 2 tests, 2 skipped in 0.085s [2020-09-14T13:16:47.565Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-14T13:16:47.565Z] ++ 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-14T13:16:47.565Z] ++ set -e [2020-09-14T13:16:47.565Z] ++ '[' -n 0 ']' [2020-09-14T13:16:47.565Z] ++ set -x [2020-09-14T13:16:47.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-14T13:16:47.565Z] INFO: Testing against a local daemon [2020-09-14T13:16:47.565Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-14T13:16:47.938Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-09-14T13:16:48.541Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-09-14T13:16:48.612Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2020-09-14T13:16:48.612Z] === RUN TestDockerNetworkMacvlan [2020-09-14T13:16:49.102Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-09-14T13:16:49.256Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-14T13:16:49.663Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-14T13:16:50.224Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-09-14T13:16:50.299Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-14T13:16:50.938Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-14T13:16:51.151Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-14T13:16:51.406Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-14T13:16:52.010Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-14T13:16:52.266Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-14T13:16:52.266Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-14T13:16:53.017Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-14T13:16:54.152Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-14T13:16:54.152Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-14T13:16:54.713Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-14T13:16:55.103Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-14T13:16:55.274Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-14T13:16:55.530Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-14T13:16:55.530Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-14T13:16:56.092Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-14T13:16:56.347Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-14T13:16:56.908Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-14T13:16:57.164Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-14T13:16:57.725Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-14T13:16:57.725Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-14T13:16:58.330Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-14T13:16:58.330Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-14T13:16:58.648Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-14T13:16:58.892Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan (10.93s) [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.27s) [2020-09-14T13:16:59.284Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2020-09-14T13:16:59.284Z] PASS [2020-09-14T13:16:59.284Z] [2020-09-14T13:16:59.284Z] DONE 8 tests in 12.457s [2020-09-14T13:16:59.284Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-14T13:16:59.284Z] ++ 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-14T13:16:59.284Z] ++ set -e [2020-09-14T13:16:59.284Z] ++ '[' -n 0 ']' [2020-09-14T13:16:59.284Z] ++ set -x [2020-09-14T13:16:59.284Z] ++ env -i DEST=/go/src/github.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-14T13:16:59.284Z] testing: warning: no tests to run [2020-09-14T13:16:59.284Z] PASS [2020-09-14T13:16:59.284Z] [2020-09-14T13:16:59.284Z] DONE 0 tests in 0.013s [2020-09-14T13:16:59.284Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-14T13:16:59.284Z] ++ 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-14T13:16:59.284Z] ++ set -e [2020-09-14T13:16:59.284Z] ++ '[' -n 0 ']' [2020-09-14T13:16:59.284Z] ++ set -x [2020-09-14T13:16:59.284Z] ++ env -i DEST=/go/src/github.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-14T13:16:59.497Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-14T13:16:59.578Z] INFO: Testing against a local daemon [2020-09-14T13:16:59.578Z] === RUN TestAuthZPluginAllowRequest [2020-09-14T13:17:00.058Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-14T13:17:00.313Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-14T13:17:00.313Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-14T13:17:00.874Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-14T13:17:01.107Z] --- PASS: TestAuthZPluginAllowRequest (1.40s) [2020-09-14T13:17:01.107Z] === RUN TestAuthZPluginTLS [2020-09-14T13:17:01.408Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-09-14T13:17:01.408Z] === RUN TestAuthZPluginDenyRequest [2020-09-14T13:17:01.841Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-14T13:17:02.050Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-09-14T13:17:02.050Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-14T13:17:02.692Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2020-09-14T13:17:02.692Z] === RUN TestAuthZPluginDenyResponse [2020-09-14T13:17:02.768Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-14T13:17:02.989Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-09-14T13:17:02.989Z] === RUN TestAuthZPluginAllowEventStream [2020-09-14T13:17:03.735Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-14T13:17:03.990Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-14T13:17:03.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-09-14T13:17:04.521Z] --- PASS: TestAuthZPluginAllowEventStream (1.36s) [2020-09-14T13:17:04.521Z] === RUN TestAuthZPluginErrorResponse [2020-09-14T13:17:04.551Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-14T13:17:05.112Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-14T13:17:05.161Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-09-14T13:17:05.161Z] === RUN TestAuthZPluginErrorRequest [2020-09-14T13:17:05.371Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-14T13:17:05.456Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-09-14T13:17:05.456Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-14T13:17:05.977Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-14T13:17:06.094Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-14T13:17:06.094Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-14T13:17:07.422Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-14T13:17:08.190Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s) [2020-09-14T13:17:08.190Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-14T13:17:09.712Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s) [2020-09-14T13:17:09.712Z] === RUN TestAuthZPluginHeader [2020-09-14T13:17:09.937Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-14T13:17:09.938Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-14T13:17:10.353Z] --- PASS: TestAuthZPluginHeader (0.87s) [2020-09-14T13:17:10.353Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-14T13:17:10.353Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-14T13:17:10.353Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:10.353Z] === RUN TestAuthZPluginV2Disable [2020-09-14T13:17:10.353Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-14T13:17:10.353Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:10.353Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-14T13:17:10.353Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-14T13:17:10.353Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:10.353Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-14T13:17:10.353Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-14T13:17:10.353Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:10.353Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-14T13:17:10.541Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-14T13:17:12.470Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-14T13:17:13.031Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-14T13:17:14.918Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-14T13:17:16.281Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-14T13:17:16.281Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-14T13:17:16.281Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-14T13:17:16.580Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-14T13:17:17.946Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-14T13:17:18.871Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-14T13:17:20.234Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-14T13:17:20.531Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-14T13:17:21.500Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-14T13:17:21.755Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-09-14T13:17:21.755Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-14T13:17:22.315Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-09-14T13:17:23.242Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-14T13:17:23.242Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-14T13:17:23.805Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-14T13:17:24.365Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-14T13:17:24.621Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-09-14T13:17:25.184Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-14T13:17:25.184Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-14T13:17:26.114Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-14T13:17:26.369Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-14T13:17:26.931Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-14T13:17:27.493Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-14T13:17:27.748Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-14T13:17:28.335Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-14T13:17:28.897Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-14T13:17:29.019Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2020-09-14T13:17:29.019Z] PASS [2020-09-14T13:17:29.019Z] [2020-09-14T13:17:29.019Z] === Skipped [2020-09-14T13:17:29.019Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-14T13:17:29.019Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:29.019Z] [2020-09-14T13:17:29.019Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-14T13:17:29.019Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:29.019Z] [2020-09-14T13:17:29.019Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-14T13:17:29.019Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:29.019Z] [2020-09-14T13:17:29.019Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-14T13:17:29.019Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:29.019Z] [2020-09-14T13:17:29.019Z] [2020-09-14T13:17:29.019Z] DONE 17 tests, 4 skipped in 27.785s [2020-09-14T13:17:29.019Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-14T13:17:29.019Z] ++ 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-14T13:17:29.019Z] ++ set -e [2020-09-14T13:17:29.019Z] ++ '[' -n 0 ']' [2020-09-14T13:17:29.019Z] ++ set -x [2020-09-14T13:17:29.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-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-14T13:17:29.019Z] INFO: Testing against a local daemon [2020-09-14T13:17:29.019Z] === RUN TestPluginInvalidJSON [2020-09-14T13:17:29.019Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:17:29.019Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:17:29.019Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-14T13:17:29.019Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-14T13:17:29.019Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-14T13:17:29.019Z] === RUN TestPluginInstall [2020-09-14T13:17:29.019Z] === RUN TestPluginInstall/no_auth [2020-09-14T13:17:29.152Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-14T13:17:29.152Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-14T13:17:29.757Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-14T13:17:30.012Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-14T13:17:30.939Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-14T13:17:31.197Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-14T13:17:31.197Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-14T13:17:32.592Z] time="2020-09-14T13:17:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:17:32.592Z] time="2020-09-14T13:17:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ed98cc771b19ea6286ea53cbdb4ebb9e3335ae1ecb42432ba8bc7be6c608b6d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:17:32.592Z] time="2020-09-14T13:17:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:17:32.592Z] time="2020-09-14T13:17:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ed98cc771b19ea6286ea53cbdb4ebb9e3335ae1ecb42432ba8bc7be6c608b6d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:17:32.886Z] === RUN TestPluginInstall/with_htpasswd [2020-09-14T13:17:33.523Z] time="2020-09-14T13:17:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:17:33.523Z] time="2020-09-14T13:17:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1063442b16e757a5c962ab7c5467a8a500d147c4793b488caa0c22e1ed4e82f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:17:33.523Z] time="2020-09-14T13:17:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:17:33.523Z] time="2020-09-14T13:17:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1063442b16e757a5c962ab7c5467a8a500d147c4793b488caa0c22e1ed4e82f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:17:33.796Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-14T13:17:33.818Z] === RUN TestPluginInstall/with_insecure [2020-09-14T13:17:34.356Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-14T13:17:35.332Z] time="2020-09-14T13:17:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:17:35.332Z] time="2020-09-14T13:17:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e010324b1ed08f4e9a9235360a0139eb47dfe303d2ebc320b642d0b3386dce20" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:17:35.332Z] time="2020-09-14T13:17:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-14T13:17:35.332Z] time="2020-09-14T13:17:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e010324b1ed08f4e9a9235360a0139eb47dfe303d2ebc320b642d0b3386dce20" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-14T13:17:35.332Z] --- PASS: TestPluginInstall (8.00s) [2020-09-14T13:17:35.332Z] --- PASS: TestPluginInstall/no_auth (5.68s) [2020-09-14T13:17:35.332Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2020-09-14T13:17:35.332Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2020-09-14T13:17:35.332Z] plugin_test.go:157: [d9bd9bef1aca2] daemon is not started [2020-09-14T13:17:35.332Z] PASS [2020-09-14T13:17:35.332Z] [2020-09-14T13:17:35.332Z] DONE 6 tests in 8.109s [2020-09-14T13:17:35.332Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-14T13:17:35.332Z] ++ 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-14T13:17:35.332Z] ++ set -e [2020-09-14T13:17:35.332Z] ++ '[' -n 0 ']' [2020-09-14T13:17:35.332Z] ++ set -x [2020-09-14T13:17:35.332Z] ++ env -i DEST=/go/src/github.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-14T13:17:35.332Z] INFO: Testing against a local daemon [2020-09-14T13:17:35.332Z] === RUN TestExternalGraphDriver [2020-09-14T13:17:35.972Z] === RUN TestExternalGraphDriver/json [2020-09-14T13:17:38.067Z] === RUN TestExternalGraphDriver/spec [2020-09-14T13:17:39.596Z] === RUN TestExternalGraphDriver/pull [2020-09-14T13:17:41.120Z] --- PASS: TestExternalGraphDriver (5.83s) [2020-09-14T13:17:41.120Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2020-09-14T13:17:41.120Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2020-09-14T13:17:41.120Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2020-09-14T13:17:41.120Z] === RUN TestGraphdriverPluginV2 [2020-09-14T13:17:41.415Z] --- SKIP: TestGraphdriverPluginV2 (0.33s) [2020-09-14T13:17:41.415Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:41.415Z] PASS [2020-09-14T13:17:41.415Z] [2020-09-14T13:17:41.415Z] === Skipped [2020-09-14T13:17:41.415Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s) [2020-09-14T13:17:41.415Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:17:41.415Z] [2020-09-14T13:17:41.415Z] [2020-09-14T13:17:41.415Z] DONE 5 tests, 1 skipped in 6.235s [2020-09-14T13:17:41.415Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-14T13:17:41.415Z] ++ 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-14T13:17:41.415Z] ++ set -e [2020-09-14T13:17:41.415Z] ++ '[' -n 0 ']' [2020-09-14T13:17:41.415Z] ++ set -x [2020-09-14T13:17:41.415Z] ++ env -i DEST=/go/src/github.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-14T13:17:41.715Z] INFO: Testing against a local daemon [2020-09-14T13:17:41.715Z] === RUN TestContinueAfterPluginCrash [2020-09-14T13:17:41.715Z] === PAUSE TestContinueAfterPluginCrash [2020-09-14T13:17:41.715Z] === RUN TestReadPluginNoRead [2020-09-14T13:17:41.715Z] === PAUSE TestReadPluginNoRead [2020-09-14T13:17:41.715Z] === RUN TestDaemonStartWithLogOpt [2020-09-14T13:17:41.715Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-14T13:17:41.715Z] === CONT TestContinueAfterPluginCrash [2020-09-14T13:17:41.715Z] === CONT TestDaemonStartWithLogOpt [2020-09-14T13:17:41.715Z] === CONT TestReadPluginNoRead [2020-09-14T13:17:44.378Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-09-14T13:17:45.347Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-09-14T13:17:46.275Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-14T13:17:47.358Z] === RUN TestReadPluginNoRead/default [2020-09-14T13:17:47.358Z] --- PASS: TestDaemonStartWithLogOpt (5.63s) [2020-09-14T13:17:47.641Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-09-14T13:17:47.641Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-09-14T13:17:47.641Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-14T13:17:47.641Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-14T13:17:48.202Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-14T13:17:48.402Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-14T13:17:49.921Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-14T13:17:50.090Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-14T13:17:51.016Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-14T13:17:51.437Z] --- PASS: TestReadPluginNoRead (9.67s) [2020-09-14T13:17:51.437Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2020-09-14T13:17:51.437Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2020-09-14T13:17:51.437Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s) [2020-09-14T13:17:51.437Z] read_test.go:92: [d4e257df4e44d] daemon is not started [2020-09-14T13:17:51.941Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-14T13:17:52.480Z] --- PASS: TestContinueAfterPluginCrash (10.69s) [2020-09-14T13:17:52.480Z] PASS [2020-09-14T13:17:52.480Z] [2020-09-14T13:17:52.480Z] DONE 6 tests in 10.784s [2020-09-14T13:17:52.480Z] 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-14T13:17:52.480Z] ++ 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-14T13:17:52.480Z] ++ set -e [2020-09-14T13:17:52.480Z] ++ '[' -n 0 ']' [2020-09-14T13:17:52.480Z] ++ set -x [2020-09-14T13:17:52.480Z] ++ env -i DEST=/go/src/github.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-14T13:17:52.480Z] testing: warning: no tests to run [2020-09-14T13:17:52.480Z] PASS [2020-09-14T13:17:52.480Z] [2020-09-14T13:17:52.480Z] DONE 0 tests in 0.020s [2020-09-14T13:17:52.480Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-14T13:17:52.480Z] ++ 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-14T13:17:52.480Z] ++ set -e [2020-09-14T13:17:52.480Z] ++ '[' -n 0 ']' [2020-09-14T13:17:52.480Z] ++ set -x [2020-09-14T13:17:52.480Z] ++ env -i DEST=/go/src/github.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-14T13:17:52.480Z] INFO: Testing against a local daemon [2020-09-14T13:17:52.480Z] === RUN TestPluginWithDevMounts [2020-09-14T13:17:52.480Z] === PAUSE TestPluginWithDevMounts [2020-09-14T13:17:52.480Z] === CONT TestPluginWithDevMounts [2020-09-14T13:17:54.555Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-09-14T13:17:54.555Z] PASS [2020-09-14T13:17:54.555Z] [2020-09-14T13:17:54.555Z] DONE 1 tests in 1.941s [2020-09-14T13:17:54.555Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-09-14T13:17:54.555Z] ++ 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-14T13:17:54.555Z] ++ set -e [2020-09-14T13:17:54.555Z] ++ '[' -n 0 ']' [2020-09-14T13:17:54.555Z] ++ set -x [2020-09-14T13:17:54.555Z] ++ env -i DEST=/go/src/github.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-14T13:17:54.555Z] INFO: Testing against a local daemon [2020-09-14T13:17:54.555Z] === RUN TestSecretInspect [2020-09-14T13:17:56.654Z] --- PASS: TestSecretInspect (1.92s) [2020-09-14T13:17:56.654Z] === RUN TestSecretList [2020-09-14T13:17:58.180Z] --- PASS: TestSecretList (1.96s) [2020-09-14T13:17:58.180Z] === RUN TestSecretsCreateAndDelete [2020-09-14T13:17:58.469Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-14T13:17:58.470Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-09-14T13:17:58.470Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-14T13:17:59.030Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-14T13:17:59.030Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-14T13:17:59.296Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-14T13:18:00.277Z] --- PASS: TestSecretsCreateAndDelete (1.95s) [2020-09-14T13:18:00.277Z] === RUN TestSecretsUpdate [2020-09-14T13:18:00.665Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-14T13:18:01.225Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-14T13:18:02.362Z] --- PASS: TestSecretsUpdate (1.96s) [2020-09-14T13:18:02.362Z] === RUN TestTemplatedSecret [2020-09-14T13:18:02.593Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-14T13:18:02.593Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-14T13:18:02.593Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-14T13:18:03.955Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-09-14T13:18:04.489Z] --- PASS: TestTemplatedSecret (2.42s) [2020-09-14T13:18:04.489Z] === RUN TestSecretCreateResolve [2020-09-14T13:18:04.881Z] === RUN TestDockerSuite/TestRunMount [2020-09-14T13:18:06.591Z] --- PASS: TestSecretCreateResolve (1.94s) [2020-09-14T13:18:06.591Z] PASS [2020-09-14T13:18:06.591Z] [2020-09-14T13:18:06.591Z] DONE 6 tests in 12.221s [2020-09-14T13:18:06.591Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-09-14T13:18:06.591Z] ++ 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-14T13:18:06.591Z] ++ set -e [2020-09-14T13:18:06.591Z] ++ '[' -n 0 ']' [2020-09-14T13:18:06.591Z] ++ set -x [2020-09-14T13:18:06.591Z] ++ env -i DEST=/go/src/github.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-14T13:18:06.591Z] INFO: Testing against a local daemon [2020-09-14T13:18:06.591Z] === RUN TestServiceCreateInit [2020-09-14T13:18:06.591Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-14T13:18:09.044Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-09-14T13:18:09.300Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-14T13:18:09.861Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-14T13:18:10.466Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-14T13:18:11.097Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-14T13:18:11.829Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-14T13:18:13.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-09-14T13:18:13.973Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-14T13:18:14.635Z] --- PASS: TestServiceCreateInit (7.47s) [2020-09-14T13:18:14.635Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.74s) [2020-09-14T13:18:14.635Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.71s) [2020-09-14T13:18:14.635Z] === RUN TestCreateServiceMultipleTimes [2020-09-14T13:18:16.529Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-14T13:18:16.529Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-09-14T13:18:17.934Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-14T13:18:19.820Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-09-14T13:18:19.820Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-14T13:18:20.790Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-14T13:18:22.238Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-14T13:18:22.238Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-14T13:18:22.493Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-14T13:18:22.749Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-09-14T13:18:23.327Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-14T13:18:23.899Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-14T13:18:24.507Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-14T13:18:25.479Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-09-14T13:18:26.083Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-14T13:18:27.969Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-14T13:18:28.529Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-09-14T13:18:30.028Z] --- PASS: TestCreateServiceMultipleTimes (15.27s) [2020-09-14T13:18:30.028Z] === RUN TestCreateServiceConflict [2020-09-14T13:18:31.042Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-14T13:18:31.551Z] --- PASS: TestCreateServiceConflict (1.96s) [2020-09-14T13:18:31.551Z] === RUN TestCreateServiceMaxReplicas [2020-09-14T13:18:31.969Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-14T13:18:31.969Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-09-14T13:18:32.573Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-14T13:18:32.573Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-14T13:18:32.829Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-09-14T13:18:33.084Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-14T13:18:33.340Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-14T13:18:33.596Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-14T13:18:33.851Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-14T13:18:34.308Z] --- PASS: TestCreateServiceMaxReplicas (2.74s) [2020-09-14T13:18:34.308Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-14T13:18:37.159Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-09-14T13:18:39.712Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-09-14T13:18:39.712Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-14T13:18:39.967Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-09-14T13:18:40.529Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-14T13:18:41.454Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-14T13:18:42.015Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-09-14T13:18:42.576Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-14T13:18:42.832Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-14T13:18:43.433Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-14T13:18:43.688Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-14T13:18:43.943Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-14T13:18:43.943Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-14T13:18:44.545Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-14T13:18:45.105Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-14T13:18:45.105Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-14T13:18:45.360Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-09-14T13:18:46.344Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-14T13:18:46.344Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-14T13:18:46.969Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.80s) [2020-09-14T13:18:46.969Z] === RUN TestCreateServiceSecretFileMode [2020-09-14T13:18:48.229Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-14T13:18:49.049Z] --- PASS: TestCreateServiceSecretFileMode (2.18s) [2020-09-14T13:18:49.049Z] === RUN TestCreateServiceConfigFileMode [2020-09-14T13:18:49.156Z] === RUN TestDockerSuite/TestRunRm [2020-09-14T13:18:49.456Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-14T13:18:51.806Z] --- PASS: TestCreateServiceConfigFileMode (2.22s) [2020-09-14T13:18:51.806Z] === RUN TestCreateServiceSysctls [2020-09-14T13:18:52.803Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-14T13:18:53.363Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-14T13:18:53.924Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-09-14T13:18:54.706Z] --- PASS: TestCreateServiceSysctls (3.05s) [2020-09-14T13:18:54.706Z] === RUN TestCreateServiceCapabilities [2020-09-14T13:18:55.286Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-09-14T13:18:55.583Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-09-14T13:18:56.805Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2020-09-14T13:18:56.805Z] === RUN TestInspect [2020-09-14T13:18:57.471Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-09-14T13:18:59.557Z] --- PASS: TestInspect (2.42s) [2020-09-14T13:18:59.557Z] === RUN TestCreateJob [2020-09-14T13:19:00.071Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-09-14T13:19:00.632Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-09-14T13:19:00.888Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-09-14T13:19:01.448Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-09-14T13:19:02.306Z] --- PASS: TestCreateJob (3.01s) [2020-09-14T13:19:02.306Z] === RUN TestReplicatedJob [2020-09-14T13:19:02.378Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-09-14T13:19:02.940Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-09-14T13:19:03.502Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-09-14T13:19:04.063Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-09-14T13:19:04.624Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-14T13:19:04.879Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-14T13:19:05.440Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-14T13:19:06.790Z] --- PASS: TestReplicatedJob (4.75s) [2020-09-14T13:19:06.790Z] === RUN TestUpdateReplicatedJob [2020-09-14T13:19:08.036Z] === RUN TestDockerSuite/TestRunState [2020-09-14T13:19:08.640Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-09-14T13:19:09.213Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-14T13:19:09.772Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-14T13:19:10.333Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-14T13:19:10.333Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2020-09-14T13:19:10.333Z] === RUN TestServiceListWithStatuses [2020-09-14T13:19:10.333Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-14T13:19:10.333Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:19:10.333Z] === RUN TestDockerNetworkConnectAlias [2020-09-14T13:19:10.588Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-09-14T13:19:10.588Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-14T13:19:11.148Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-14T13:19:11.752Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-09-14T13:19:12.006Z] === RUN TestDockerSuite/TestRunSysctls [2020-09-14T13:19:12.973Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-14T13:19:12.973Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-14T13:19:12.973Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-14T13:19:13.532Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-09-14T13:19:13.888Z] --- PASS: TestDockerNetworkConnectAlias (4.03s) [2020-09-14T13:19:13.888Z] === RUN TestDockerNetworkReConnect [2020-09-14T13:19:15.461Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-09-14T13:19:15.717Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-09-14T13:19:16.687Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-09-14T13:19:17.426Z] --- PASS: TestDockerNetworkReConnect (3.33s) [2020-09-14T13:19:17.426Z] === RUN TestServicePlugin [2020-09-14T13:19:17.426Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-14T13:19:17.426Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:19:17.426Z] === RUN TestServiceUpdateLabel [2020-09-14T13:19:19.246Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-14T13:19:19.513Z] --- PASS: TestServiceUpdateLabel (2.11s) [2020-09-14T13:19:19.513Z] === RUN TestServiceUpdateSecrets [2020-09-14T13:19:21.756Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-14T13:19:22.012Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-14T13:19:22.572Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-14T13:19:22.827Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-14T13:19:24.192Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-14T13:19:24.753Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-09-14T13:19:25.008Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-14T13:19:25.571Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-14T13:19:25.571Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-14T13:19:25.826Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-14T13:19:26.388Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-14T13:19:26.950Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-14T13:19:27.557Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-09-14T13:19:27.557Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-14T13:19:27.813Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-14T13:19:27.813Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-09-14T13:19:28.374Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-14T13:19:31.657Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-09-14T13:19:31.657Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-14T13:19:32.226Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-14T13:19:33.153Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-14T13:19:34.079Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-09-14T13:19:34.642Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-14T13:19:34.885Z] --- PASS: TestServiceUpdateSecrets (14.25s) [2020-09-14T13:19:34.885Z] === RUN TestServiceUpdateConfigs [2020-09-14T13:19:35.658Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-14T13:19:37.545Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-09-14T13:19:37.545Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-14T13:19:39.436Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-14T13:19:39.997Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-14T13:19:40.252Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-09-14T13:19:40.508Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-14T13:19:41.072Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-14T13:19:41.072Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-14T13:19:41.072Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-14T13:19:41.072Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-14T13:19:41.328Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-09-14T13:19:41.328Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-09-14T13:19:41.891Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-09-14T13:19:42.453Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-09-14T13:19:43.421Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-09-14T13:19:43.677Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-09-14T13:19:44.238Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-09-14T13:19:44.801Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-14T13:19:44.801Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-09-14T13:19:45.363Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-09-14T13:19:45.619Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-09-14T13:19:45.619Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-09-14T13:19:45.619Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-09-14T13:19:45.874Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-09-14T13:19:46.172Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-09-14T13:19:46.427Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-09-14T13:19:46.988Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-09-14T13:19:46.988Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-09-14T13:19:47.915Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-14T13:19:47.915Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-14T13:19:48.477Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-14T13:19:48.477Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-09-14T13:19:49.082Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-09-14T13:19:49.337Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-09-14T13:19:49.898Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-09-14T13:19:49.898Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-14T13:19:49.898Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-14T13:19:50.155Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-14T13:19:50.253Z] --- PASS: TestServiceUpdateConfigs (14.26s) [2020-09-14T13:19:50.253Z] === RUN TestServiceUpdateNetwork [2020-09-14T13:19:51.524Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-09-14T13:19:52.114Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-09-14T13:19:52.114Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-14T13:19:52.675Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-14T13:19:52.675Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-14T13:19:53.602Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-14T13:19:53.857Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-14T13:19:55.746Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-09-14T13:19:55.746Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-14T13:19:56.001Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-14T13:19:56.001Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-14T13:19:56.001Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-14T13:19:56.929Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-09-14T13:19:57.856Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-09-14T13:19:58.784Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-14T13:19:58.784Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-14T13:20:00.147Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-14T13:20:00.147Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-14T13:20:00.651Z] --- PASS: TestServiceUpdateNetwork (12.20s) [2020-09-14T13:20:00.651Z] === RUN TestServiceUpdatePidsLimit [2020-09-14T13:20:00.710Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-09-14T13:20:00.710Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-09-14T13:20:01.695Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-14T13:20:02.338Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-14T13:20:02.641Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-14T13:20:02.641Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-09-14T13:20:04.005Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-14T13:20:04.005Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-14T13:20:04.005Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-14T13:20:05.368Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-09-14T13:20:06.295Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-14T13:20:08.807Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-14T13:20:08.807Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-14T13:20:08.807Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-14T13:20:09.062Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-14T13:20:09.249Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-14T13:20:10.029Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-09-14T13:20:11.917Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-14T13:20:13.802Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-09-14T13:20:16.332Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-09-14T13:20:16.893Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-14T13:20:17.755Z] --- PASS: TestServiceUpdatePidsLimit (16.60s) [2020-09-14T13:20:17.755Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-09-14T13:20:17.755Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2020-09-14T13:20:17.755Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2020-09-14T13:20:17.755Z] PASS [2020-09-14T13:20:17.755Z] [2020-09-14T13:20:17.755Z] === Skipped [2020-09-14T13:20:17.755Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-09-14T13:20:17.755Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-14T13:20:17.755Z] [2020-09-14T13:20:17.755Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-09-14T13:20:17.755Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-14T13:20:17.755Z] [2020-09-14T13:20:17.755Z] [2020-09-14T13:20:17.755Z] DONE 27 tests, 2 skipped in 130.046s [2020-09-14T13:20:17.755Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-09-14T13:20:17.755Z] ++ 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-14T13:20:17.755Z] ++ set -e [2020-09-14T13:20:17.755Z] ++ '[' -n 0 ']' [2020-09-14T13:20:17.755Z] ++ set -x [2020-09-14T13:20:17.755Z] ++ env -i DEST=/go/src/github.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-14T13:20:17.755Z] INFO: Testing against a local daemon [2020-09-14T13:20:17.755Z] === RUN TestSessionCreate [2020-09-14T13:20:17.755Z] --- PASS: TestSessionCreate (0.04s) [2020-09-14T13:20:17.755Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-14T13:20:17.755Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-14T13:20:17.755Z] PASS [2020-09-14T13:20:17.755Z] [2020-09-14T13:20:17.755Z] DONE 2 tests in 0.153s [2020-09-14T13:20:17.755Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-09-14T13:20:17.755Z] ++ 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-14T13:20:17.755Z] ++ set -e [2020-09-14T13:20:17.755Z] ++ '[' -n 0 ']' [2020-09-14T13:20:17.755Z] ++ set -x [2020-09-14T13:20:17.755Z] ++ env -i DEST=/go/src/github.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-14T13:20:17.755Z] INFO: Testing against a local daemon [2020-09-14T13:20:17.755Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-14T13:20:17.755Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:20:17.755Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:20:17.755Z] === RUN TestEventsExecDie [2020-09-14T13:20:17.755Z] --- PASS: TestEventsExecDie (0.61s) [2020-09-14T13:20:17.755Z] === RUN TestEventsBackwardsCompatible [2020-09-14T13:20:17.755Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-09-14T13:20:17.755Z] === RUN TestInfoBinaryCommits [2020-09-14T13:20:17.755Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-09-14T13:20:17.755Z] === RUN TestInfoAPIVersioned [2020-09-14T13:20:17.755Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-14T13:20:17.755Z] === RUN TestInfoDiscoveryBackend [2020-09-14T13:20:18.050Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-09-14T13:20:18.050Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-14T13:20:18.781Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-14T13:20:19.093Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-14T13:20:19.093Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-14T13:20:19.343Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-14T13:20:19.598Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-09-14T13:20:19.735Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-09-14T13:20:19.735Z] === RUN TestInfoAPI [2020-09-14T13:20:19.735Z] --- PASS: TestInfoAPI (0.04s) [2020-09-14T13:20:19.735Z] === RUN TestInfoAPIWarnings [2020-09-14T13:20:20.159Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-14T13:20:20.375Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-09-14T13:20:20.375Z] === RUN TestInfoDebug [2020-09-14T13:20:20.673Z] --- PASS: TestInfoDebug (0.53s) [2020-09-14T13:20:20.673Z] === RUN TestInfoInsecureRegistries [2020-09-14T13:20:21.314Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-14T13:20:21.314Z] === RUN TestInfoRegistryMirrors [2020-09-14T13:20:21.952Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-14T13:20:21.952Z] === RUN TestLoginFailsWithBadCredentials [2020-09-14T13:20:22.248Z] --- PASS: TestLoginFailsWithBadCredentials (0.50s) [2020-09-14T13:20:22.248Z] === RUN TestPingCacheHeaders [2020-09-14T13:20:22.248Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-14T13:20:22.248Z] === RUN TestPingGet [2020-09-14T13:20:22.562Z] --- PASS: TestPingGet (0.02s) [2020-09-14T13:20:22.562Z] === RUN TestPingHead [2020-09-14T13:20:22.562Z] --- PASS: TestPingHead (0.04s) [2020-09-14T13:20:22.562Z] === RUN TestVersion [2020-09-14T13:20:22.562Z] --- PASS: TestVersion (0.05s) [2020-09-14T13:20:22.562Z] PASS [2020-09-14T13:20:22.562Z] [2020-09-14T13:20:22.562Z] === Skipped [2020-09-14T13:20:22.562Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-14T13:20:22.562Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-14T13:20:22.562Z] [2020-09-14T13:20:22.562Z] [2020-09-14T13:20:22.562Z] DONE 18 tests, 1 skipped in 5.695s [2020-09-14T13:20:22.562Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-09-14T13:20:22.562Z] ++ 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-14T13:20:22.562Z] ++ set -e [2020-09-14T13:20:22.562Z] ++ '[' -n 0 ']' [2020-09-14T13:20:22.562Z] ++ set -x [2020-09-14T13:20:22.562Z] ++ env -i DEST=/go/src/github.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-14T13:20:22.562Z] INFO: Testing against a local daemon [2020-09-14T13:20:22.562Z] === RUN TestVolumesCreateAndList [2020-09-14T13:20:22.562Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-14T13:20:22.562Z] === RUN TestVolumesRemove [2020-09-14T13:20:22.562Z] --- PASS: TestVolumesRemove (0.06s) [2020-09-14T13:20:22.562Z] === RUN TestVolumesInspect [2020-09-14T13:20:22.562Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-14T13:20:22.562Z] === RUN TestVolumesInvalidJSON [2020-09-14T13:20:22.562Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-14T13:20:22.562Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-14T13:20:22.562Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-14T13:20:22.673Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-09-14T13:20:22.857Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-14T13:20:22.857Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-14T13:20:22.857Z] PASS [2020-09-14T13:20:22.857Z] [2020-09-14T13:20:22.857Z] DONE 5 tests in 0.198s [2020-09-14T13:20:22.857Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:20:22.857Z] ++++ cat bundles/test-integration/docker.pid [2020-09-14T13:20:22.857Z] +++ kill 13830 [2020-09-14T13:20:22.975Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-14T13:20:24.383Z] +++ /etc/init.d/apparmor stop [2020-09-14T13:20:24.383Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:20:24.383Z] [2020-09-14T13:20:24.383Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:20:24.383Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:20:24.383Z] [2020-09-14T13:20:24.383Z] To set a process to complain mode, use the command line tool [2020-09-14T13:20:24.383Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:20:24.383Z] +++ true [2020-09-14T13:20:24.383Z] exiting test-integration [2020-09-14T13:20:24.383Z] ++ exit 0 [2020-09-14T13:20:24.383Z] [2020-09-14T13:20:24.864Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-14T13:20:25.164Z] === RUN TestDockerSuite/TestStartRecordError Post stage [Pipeline] junit [2020-09-14T13:20:25.980Z] Recording test results [2020-09-14T13:20:26.529Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-14T13:20:27.115Z] + echo Ensuring container killed. [2020-09-14T13:20:27.115Z] Ensuring container killed. [2020-09-14T13:20:27.115Z] + docker rm -vf docker-pr2 [2020-09-14T13:20:27.115Z] Error: No such container: docker-pr2 [2020-09-14T13:20:27.115Z] + true [Pipeline] sh [2020-09-14T13:20:27.456Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-09-14T13:20:27.512Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:20:27.512Z] Chowning /workspace to jenkins user [2020-09-14T13:20:27.512Z] + id -u [2020-09-14T13:20:27.512Z] + id -g [2020-09-14T13:20:27.512Z] + docker run --rm -v /home/docker/workspace/moby_PR-41447:/workspace busybox chown -R 1001:1001 /workspace [2020-09-14T13:20:27.512Z] Unable to find image 'busybox:latest' locally [2020-09-14T13:20:27.711Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-14T13:20:27.810Z] latest: Pulling from library/busybox [2020-09-14T13:20:27.810Z] d997fe81ee23: Pulling fs layer [2020-09-14T13:20:28.112Z] d997fe81ee23: Verifying Checksum [2020-09-14T13:20:28.112Z] d997fe81ee23: Download complete [2020-09-14T13:20:28.112Z] d997fe81ee23: Pull complete [2020-09-14T13:20:28.112Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-14T13:20:28.112Z] Status: Downloaded newer image for busybox:latest [2020-09-14T13:20:29.168Z] === RUN TestDockerSuite/TestStatsAllNoStream [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:20:30.029Z] + bundleName=ppc64le-integration [2020-09-14T13:20:30.029Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-09-14T13:20:30.029Z] Creating ppc64le-integration-bundles.tar.gz [2020-09-14T13:20:30.029Z] + 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-14T13:20:30.029Z] *-report.xml ) -print [Pipeline] archiveArtifacts [2020-09-14T13:20:30.080Z] Archiving artifacts [2020-09-14T13:20:30.533Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-09-14T13:20:32.023Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-14T13:20:32.697Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:20:33.090Z] + make clean [2020-09-14T13:20:33.385Z] make: command: Command not found [2020-09-14T13:20:33.385Z] make: command: Command not found [2020-09-14T13:20:33.385Z] docker volume rm -f docker-dev-cache [2020-09-14T13:20:33.385Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-14T13:20:37.350Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-14T13:20:39.904Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-14T13:20:44.132Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-09-14T13:20:44.132Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-14T13:20:46.642Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-09-14T13:20:48.047Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-14T13:20:48.607Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-14T13:20:48.863Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-14T13:20:49.469Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-14T13:20:49.470Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-14T13:20:50.030Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-14T13:20:52.630Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-14T13:20:55.140Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-09-14T13:20:55.396Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-09-14T13:20:56.322Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-09-14T13:20:56.322Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-09-14T13:20:56.322Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-09-14T13:20:56.882Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-09-14T13:20:58.245Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-09-14T13:20:58.245Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-09-14T13:20:59.174Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-09-14T13:20:59.734Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-09-14T13:21:00.295Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-09-14T13:21:01.222Z] === RUN TestDockerSuite/TestUpdateStats [2020-09-14T13:21:05.424Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-09-14T13:21:05.680Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-09-14T13:21:05.680Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-09-14T13:21:06.254Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-09-14T13:21:06.819Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-14T13:21:08.750Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-09-14T13:21:10.113Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-09-14T13:21:11.476Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-09-14T13:21:12.402Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-09-14T13:21:13.767Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-09-14T13:21:15.656Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-14T13:21:17.586Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-14T13:21:20.142Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-09-14T13:21:21.507Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-09-14T13:21:23.482Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-09-14T13:21:24.043Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-09-14T13:21:24.651Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-09-14T13:21:26.062Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-09-14T13:21:27.952Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-09-14T13:21:29.853Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-09-14T13:21:30.108Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-09-14T13:21:31.035Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-09-14T13:21:32.922Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-09-14T13:21:32.922Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-14T13:21:35.433Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-14T13:21:50.385Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-14T13:21:51.309Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-14T13:21:51.309Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-14T13:21:51.309Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-14T13:21:51.309Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-14T13:21:51.564Z] === RUN TestDockerSuite/TestVolumeEvents [2020-09-14T13:21:51.818Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-14T13:21:53.182Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-14T13:21:53.182Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-14T13:21:53.182Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-14T13:21:54.634Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-09-14T13:21:55.240Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-14T13:21:57.753Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite (1306.31s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.78s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.43s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.15s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.41s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.44s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.18s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.84s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.89s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.04s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.35s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.89s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.89s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.79s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.78s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.00s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.79s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.91s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.90s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.00s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.90s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.33s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.83s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.24s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.23s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.08s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.09s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.41s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.28s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.86s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.33s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.04s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.68s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.71s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.19s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.16s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.69s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.03s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.81s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.01s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.82s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.85s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.79s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.87s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.18s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.43s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.26s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.36s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.17s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.20s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.14s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.43s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.99s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.80s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.33s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.70s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.73s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.76s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.42s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.41s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.32s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.55s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.47s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.07s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.47s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.03s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.63s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.59s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.00s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.44s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.60s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.68s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.41s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.37s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.82s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.91s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.76s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.73s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.62s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.46s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCmd (0.22s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.27s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s) [2020-09-14T13:21:57.753Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-14T13:21:57.753Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.97s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.97s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.93s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildContChar (3.43s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.10s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.28s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.74s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.39s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.71s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.87s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.48s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.02s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.55s) [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.33s) [2020-09-14T13:21:57.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-09-14T13:21:57.753Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-14T13:21:57.753Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-14T13:21:57.753Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.753Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-14T13:21:57.753Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.753Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.00s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.23s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.97s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.47s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.11s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.59s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.62s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.49s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.66s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.81s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.32s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.27s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.39s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.69s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.33s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.73s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.26s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.18s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.74s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.24s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.33s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.64s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.25s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.38s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.73s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.37s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.55s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.75s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.04s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.59s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.60s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnv (1.61s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.46s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.92s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.83s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.13s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.65s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.60s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.78s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.51s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.15s) [2020-09-14T13:21:57.754Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-14T13:21:57.754Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.38s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.12s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFails (0.72s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.85s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.96s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.35s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.31s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.38s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.34s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.29s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.75s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.75s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.79s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildHistory (4.54s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.46s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.25s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.64s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.79s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabel (0.44s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.47s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabels (0.44s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.15s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.85s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.70s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.33s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.03s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.94s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.31s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.45s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.59s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.03s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.87s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.85s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.77s) [2020-09-14T13:21:57.754Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-14T13:21:57.754Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.38s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.45s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.45s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.72s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.56s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.60s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.58s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.18s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.39s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.34s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.33s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.87s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.86s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.68s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.01s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.90s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.30s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.03s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.11s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.39s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.66s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildPATH (1.46s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.50s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.58s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.99s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.05s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.65s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildRm (2.66s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.76s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.24s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.37s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.56s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.90s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.84s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.74s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.41s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.24s) [2020-09-14T13:21:57.754Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-14T13:21:57.754Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.82s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildStderr (0.70s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.10s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.71s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.78s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.47s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.62s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.28s) [2020-09-14T13:21:57.754Z] --- PASS: TestDockerSuite/TestBuildUser (1.30s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.48s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.09s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.66s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.22s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.69s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.59s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.84s) [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-14T13:21:58.011Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-14T13:21:58.011Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-14T13:21:58.011Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-14T13:21:58.011Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.03s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.55s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.66s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.08s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.61s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-14T13:21:58.011Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.53s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.33s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-14T13:21:58.011Z] docker_cli_sni_test.go:18: Flakey test [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.42s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.54s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitChange (0.66s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.63s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.18s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.18s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.57s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitTTY (1.09s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.77s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.65s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.96s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.55s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.40s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.63s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.66s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.60s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.59s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.48s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.59s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.49s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.46s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.72s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.22s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.73s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.52s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.52s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.60s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.52s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.50s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.56s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.56s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.59s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.09s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.80s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.39s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.69s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.65s) [2020-09-14T13:21:58.011Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-09-14T13:21:58.011Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.58s) [2020-09-14T13:21:58.011Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.56s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.91s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.25s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.16s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.14s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.60s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.61s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.40s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.40s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000968aa0_} (1.38s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1510863246_/foo_false____} (1.38s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1510863246_/foo_true____} (1.29s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3637420437_/foo_false____} (1.51s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3637420437_/foo_true____} (1.31s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3637420437_/foo_true__0xc000968b00__} (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000968b20_} (1.37s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000968b40_} (1.44s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000968b60_} (1.51s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000968ba0_} (1.37s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.08s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.45s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.85s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.44s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.43s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.78s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.52s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.51s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.66s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.76s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.56s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.56s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.78s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.73s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.48s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.63s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.60s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.72s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.67s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.75s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.24s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.92s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.08s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.19s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.52s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.94s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.67s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.84s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.44s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.68s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.14s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToDot (0.55s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.96s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.40s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToStdout (0.63s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.98s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.29s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.84s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.06s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.42s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.51s) [2020-09-14T13:21:58.012Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-14T13:21:58.012Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.41s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.34s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2020-09-14T13:21:58.012Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-14T13:21:58.012Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.12s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.75s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.14s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.52s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.17s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.19s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.66s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.62s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.53s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.86s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.20s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.81s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.37s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.34s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.71s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.85s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsAttach (0.69s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsCommit (1.10s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.80s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.47s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.71s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.09s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.41s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.99s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsCopy (0.82s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.92s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.33s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.94s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.82s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.19s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.39s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.24s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFilters (1.05s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFormat (0.96s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.74s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.67s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-09-14T13:21:58.012Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-14T13:21:58.012Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.012Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-14T13:21:58.012Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.81s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsRename (0.47s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsResize (0.46s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.41s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.56s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.53s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.83s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsTop (0.59s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.70s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.66s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.14s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.48s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.48s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.46s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.92s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecCgroup (0.72s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecEnv (0.67s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.12s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.48s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecInteractive (0.52s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.46s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecParseError (0.63s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.66s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.33s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.63s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.65s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.66s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecTTY (0.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.55s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecUlimits (0.57s) [2020-09-14T13:21:58.012Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-14T13:21:58.012Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.15s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.67s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestExecWithUser (0.56s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.46s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.79s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.47s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.57s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestHealth (18.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.48s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportDisplay (0.97s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportGzipped (1.12s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.03s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-09-14T13:21:58.012Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.40s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.18s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.69s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.54s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.91s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.91s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.87s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.18s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (0.98s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.32s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.35s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.49s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.52s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.52s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.56s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.68s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.99s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.58s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.65s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.49s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.49s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.75s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.63s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.77s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.79s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.77s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.73s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.84s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.49s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsSince (6.62s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsTail (0.50s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.23s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestNetHostname (1.33s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.30s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.73s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.69s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.50s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginActive (1.86s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.99s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.28s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.21s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.18s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.31s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.12s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.64s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.09s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.22s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPortList (6.77s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.84s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.80s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.46s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.85s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.84s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.88s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.16s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsByOrder (1.80s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.73s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.14s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.54s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.37s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.89s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.84s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.51s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.49s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.39s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.53s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.23s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.34s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.52s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.22s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.97s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.92s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.73s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.29s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.90s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.41s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.76s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.50s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.96s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.30s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.63s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.56s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.94s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAddHost (0.53s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.30s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.58s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.12s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.70s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.03s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.40s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.18s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.73s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.80s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.68s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.56s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.40s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.40s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.41s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.41s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.40s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.80s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.53s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.90s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.88s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.87s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.41s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.52s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.52s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.54s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.28s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.75s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.41s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.68s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.02s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.50s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.50s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.30s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.83s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.25s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.44s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.96s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.43s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.00s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.54s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.53s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.73s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.52s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.43s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.49s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunExitCode (0.42s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.45s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.86s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2020-09-14T13:21:58.013Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-14T13:21:58.013Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.61s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2020-09-14T13:21:58.013Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.88s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.04s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.35s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.64s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.83s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.05s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.63s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.37s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.36s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.67s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.15s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.14s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.42s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.09s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.95s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunMount (4.65s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.50s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.41s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.08s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.25s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.57s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.00s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.02s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.25s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.41s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetHost (0.72s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.63s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.61s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.64s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.58s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.40s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.71s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.58s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.50s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.64s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.98s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.55s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.40s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.38s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.42s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.39s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.45s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.41s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.83s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-14T13:21:58.014Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.04s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.81s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunRm (0.43s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.39s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.23s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.44s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.05s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.98s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.60s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.69s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.55s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.58s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.65s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.40s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunState (1.25s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.61s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.76s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.55s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.71s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunSysctls (1.04s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.44s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.80s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.41s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.08s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.08s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.81s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.41s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.42s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.42s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.29s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.95s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.42s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserByName (0.61s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.67s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.22s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.51s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.29s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.60s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.80s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.61s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.00s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.92s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.85s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.67s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.53s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.60s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.64s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.62s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.18s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.58s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.56s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.57s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.45s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.49s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.65s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.62s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.66s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.51s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.21s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.62s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.82s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.63s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.75s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.08s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.90s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.21s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.47s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.82s) [2020-09-14T13:21:58.014Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents614034023 [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.11s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.30s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.15s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.11s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.42s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.21s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.94s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.89s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.94s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.79s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.76s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.96s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.55s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.91s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.55s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartRecordError (1.03s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.36s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.30s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.95s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.57s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.47s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.59s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.46s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.48s) [2020-09-14T13:21:58.014Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-14T13:21:58.014Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.43s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.36s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.78s) [2020-09-14T13:21:58.014Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.42s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.62s) [2020-09-14T13:21:58.015Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-14T13:21:58.015Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.65s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.22s) [2020-09-14T13:21:58.015Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-09-14T13:21:58.015Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.34s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.56s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.93s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateStats (3.48s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.82s) [2020-09-14T13:21:58.015Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-14T13:21:58.015Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.64s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.02s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.48s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.31s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.66s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.02s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.53s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.70s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.54s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.84s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.86s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.32s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.55s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.82s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.62s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.70s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.44s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.47s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.56s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.42s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.05s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.45s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.27s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.77s) [2020-09-14T13:21:58.015Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.79s) [2020-09-14T13:21:58.015Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-14T13:21:58.015Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-14T13:21:58.015Z] === RUN TestDockerRegistrySuite [2020-09-14T13:21:58.015Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-14T13:21:58.941Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-14T13:21:59.951Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-14T13:22:01.314Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-14T13:22:01.314Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-14T13:22:02.741Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-09-14T13:22:04.104Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-14T13:22:05.554Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-09-14T13:22:07.443Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-14T13:22:09.956Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-14T13:22:10.883Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-14T13:22:11.867Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-14T13:22:12.836Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-14T13:22:13.763Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-14T13:22:15.129Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-14T13:22:16.057Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-14T13:22:16.984Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-14T13:22:18.349Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-14T13:22:20.236Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-14T13:22:21.162Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-09-14T13:22:21.417Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-14T13:22:23.976Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-14T13:22:24.902Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-14T13:22:25.157Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-14T13:22:26.084Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-14T13:22:27.012Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-14T13:22:27.575Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-14T13:22:30.088Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-14T13:22:30.345Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-14T13:22:31.313Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-14T13:22:31.616Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-14T13:22:31.616Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-14T13:22:31.870Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-14T13:22:32.172Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-14T13:22:32.428Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-14T13:22:32.730Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-14T13:22:33.655Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-14T13:22:35.020Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-14T13:22:35.945Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-14T13:22:36.874Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-14T13:22:37.799Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite (40.53s) [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.12s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d65ccbc256f5a] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.94s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d575f378820a1] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2020-09-14T13:22:38.489Z] check_test.go:196: [db00ead3824f0] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d7ae523d3d7cb] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.84s) [2020-09-14T13:22:38.489Z] check_test.go:196: [db68f14040ba0] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.04s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d3b412b544eb6] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.65s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d0cf06f936684] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.95s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d5488160c1154] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.82s) [2020-09-14T13:22:38.489Z] check_test.go:196: [ddd3af0918264] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d61e837eda07b] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.01s) [2020-09-14T13:22:38.489Z] check_test.go:196: [dfd3725623bf2] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.19s) [2020-09-14T13:22:38.489Z] check_test.go:196: [db8ce6f10b563] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.03s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d7bcce4261235] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.92s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d4f2264a35ec5] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.62s) [2020-09-14T13:22:38.489Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e054682f06043b773dd2d4a33c5fee6f3de2e11f83654789f48713f69838ee3b [2020-09-14T13:22:38.489Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5320b5380bb1dcebc8b997e6c84bb69d0b2ea9f5eaf8b1d9199bbf5a04be8c4d [2020-09-14T13:22:38.489Z] check_test.go:196: [dc3b03a47efdc] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.70s) [2020-09-14T13:22:38.489Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:83d38fbe84c003387b32fa75abdaa89faca14cefabd6530ebac31dd4ebd77443 [2020-09-14T13:22:38.489Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6c5197d56c61b062c5f35c79447deb31420cafaebad5dae0fbaee5e596be7d33 [2020-09-14T13:22:38.489Z] check_test.go:196: [d97590c106f03] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.18s) [2020-09-14T13:22:38.489Z] check_test.go:196: [dc398a6eee085] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.54s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d0b85120b0947] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.11s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d8bca0507faed] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-09-14T13:22:38.489Z] check_test.go:196: [db563c06ea761] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d092f079a301c] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.81s) [2020-09-14T13:22:38.489Z] check_test.go:196: [da1720ff3165d] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2020-09-14T13:22:38.489Z] check_test.go:196: [dcc7e62f721e9] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.19s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d3ba3cc249225] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d4c7974427adc] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.91s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d20e0d6c73cec] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d158397bba07f] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d8b18d7919ba3] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-09-14T13:22:38.489Z] check_test.go:196: [dfab781245fe2] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d5d974c002b7b] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-09-14T13:22:38.489Z] check_test.go:196: [dec141a1b0325] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.15s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d5e3144a0dd9c] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2020-09-14T13:22:38.489Z] check_test.go:196: [dc60897310a4b] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.35s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d345feb26342b] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.75s) [2020-09-14T13:22:38.489Z] check_test.go:196: [d3411828a4f43] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.95s) [2020-09-14T13:22:38.489Z] check_test.go:196: [decc28cd46dae] daemon is not started [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2020-09-14T13:22:38.489Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-09-14T13:22:38.489Z] === RUN TestDockerSchema1RegistrySuite [2020-09-14T13:22:38.489Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-14T13:22:38.489Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-14T13:22:40.394Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-09-14T13:22:41.319Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-14T13:22:44.624Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-14T13:22:47.227Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-14T13:22:47.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-14T13:22:48.397Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-09-14T13:22:49.325Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-14T13:22:49.325Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-14T13:22:50.690Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-14T13:22:51.617Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-14T13:22:52.543Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-14T13:22:55.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-14T13:22:55.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-14T13:22:55.658Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-14T13:22:55.658Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-14T13:22:55.912Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-14T13:22:56.167Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-14T13:22:56.466Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite (18.25s) [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-14T13:22:56.721Z] check_test.go:223: [dabad5162d2cd] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.86s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d0a80947de7c1] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.01s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d9db2f506806b] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.58s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d692e75f9e8a3] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.92s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d7427566ffd07] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.20s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d4b74340adf27] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-09-14T13:22:56.721Z] check_test.go:223: [dede6d1c9eebd] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.16s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d7416c2970421] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.08s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d8fd3f6df6d96] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.97s) [2020-09-14T13:22:56.721Z] check_test.go:223: [de3e2a8c0603b] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.28s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d0f19d3a0bbc4] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d1cd26e72510e] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d6ebd7d668cec] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-09-14T13:22:56.721Z] check_test.go:223: [db7f98006971e] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2020-09-14T13:22:56.721Z] check_test.go:223: [de4b8fbb171d6] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d58d0ce193d48] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2020-09-14T13:22:56.721Z] check_test.go:223: [d2e71589af411] daemon is not started [2020-09-14T13:22:56.721Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-09-14T13:22:56.721Z] check_test.go:223: [daf9da09c4bbb] daemon is not started [2020-09-14T13:22:56.721Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-14T13:22:56.721Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-14T13:22:57.281Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-14T13:22:57.842Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-14T13:22:58.099Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-14T13:22:59.031Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-14T13:22:59.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-14T13:22:59.583Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-14T13:23:00.143Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.73s) [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2020-09-14T13:23:00.398Z] check_test.go:252: [d30e733066758] daemon is not started [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2020-09-14T13:23:00.398Z] check_test.go:252: [d45fef55fb2bc] daemon is not started [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s) [2020-09-14T13:23:00.398Z] check_test.go:252: [df28dbd8c2364] daemon is not started [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.08s) [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-09-14T13:23:00.398Z] check_test.go:252: [d4b9a5bc370da] daemon is not started [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-09-14T13:23:00.398Z] check_test.go:252: [d519623b25685] daemon is not started [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2020-09-14T13:23:00.398Z] check_test.go:252: [dbac1596e3848] daemon is not started [2020-09-14T13:23:00.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-09-14T13:23:00.398Z] check_test.go:252: [d0c584f5da16d] daemon is not started [2020-09-14T13:23:00.398Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-14T13:23:00.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-14T13:23:05.673Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-14T13:23:05.673Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-14T13:23:05.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-14T13:23:05.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-14T13:23:06.183Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2020-09-14T13:23:06.183Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-09-14T13:23:06.183Z] check_test.go:279: [d88435d2fdb09] daemon is not started [2020-09-14T13:23:06.183Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-09-14T13:23:06.183Z] check_test.go:279: [dc391c4e8cc11] daemon is not started [2020-09-14T13:23:06.183Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-09-14T13:23:06.183Z] check_test.go:279: [de8a435fed7c3] daemon is not started [2020-09-14T13:23:06.183Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-09-14T13:23:06.183Z] check_test.go:279: [d9fadaf03edf2] daemon is not started [2020-09-14T13:23:06.183Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-09-14T13:23:06.183Z] check_test.go:279: [d0962dcc85b3e] daemon is not started [2020-09-14T13:23:06.183Z] === RUN TestDockerNetworkSuite [2020-09-14T13:23:06.183Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-09-14T13:23:08.071Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-09-14T13:23:08.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-09-14T13:23:11.508Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-09-14T13:23:12.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-09-14T13:23:15.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-09-14T13:23:16.747Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-09-14T13:23:22.032Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-09-14T13:23:23.920Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-09-14T13:23:24.889Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-09-14T13:23:25.494Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-09-14T13:23:25.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-09-14T13:23:26.738Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-09-14T13:23:27.663Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-09-14T13:23:27.663Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-09-14T13:23:27.919Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-09-14T13:23:28.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-09-14T13:23:28.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-09-14T13:23:28.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-09-14T13:23:29.101Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-09-14T13:23:29.662Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-09-14T13:23:31.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-09-14T13:23:31.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-09-14T13:23:31.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-09-14T13:23:31.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-09-14T13:23:33.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-09-14T13:23:34.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-09-14T13:23:40.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-09-14T13:23:40.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-09-14T13:23:41.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-09-14T13:23:41.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-09-14T13:23:41.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-09-14T13:23:41.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-09-14T13:23:41.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-09-14T13:23:41.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-09-14T13:23:43.918Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-09-14T13:23:43.918Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-09-14T13:23:43.918Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-09-14T13:23:44.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-09-14T13:23:48.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-09-14T13:23:51.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-09-14T13:23:51.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-09-14T13:23:51.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-09-14T13:23:53.043Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-09-14T13:23:53.043Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-09-14T13:23:53.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-09-14T13:23:54.163Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-09-14T13:23:55.089Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite (53.52s) [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.01s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [ded67b0ac28bf] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d557a8ee19491] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.50s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [da07fcd7deb75] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.49s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [dfd40ad05df41] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.49s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:1233: [d76f2a82ead62] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.39s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d00cb9da31454] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.92s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d5ff1b11d4f14] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.22s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [de4a0623c39fd] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.20s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d85708aaee687] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.47s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d5306ef1109ae] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.35s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d3791b6a496de] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [da24a9329618c] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d4efc193ec916] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [d1d9c86a6f438] daemon is not started [2020-09-14T13:24:00.332Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2020-09-14T13:24:00.332Z] docker_cli_network_unix_test.go:46: [dbb62651792e0] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.69s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d7875776b0a9b] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [dbb4f9fc40c89] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d4be14af0c1d0] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d849df345b7b1] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.69s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [dae83277fd310] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d64ce571a2e77] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d9d50cd35e52f] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.22s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [dcc8f4830f1c6] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d5e4c434714d8] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.27s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:968: [db06e9b6f0d1b] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.59s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d372e4cb36e9d] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.98s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:1116: [db9eb9f12f528] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [df28f28151c72] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d05a2d86cff3b] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d63960f8682f7] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d2def9390676a] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [da75323b1b5a8] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [ddc36d1c35247] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d1d1fb2043d4f] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.29s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d15b63ef8009d] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [de2b0d56e48ff] daemon is not started [2020-09-14T13:24:00.333Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [daa24ac458aea] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d1b26158f1673] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.23s) [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.91s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:1084: [dde7a2a405e3c] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [de8a85111680c] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.72s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d7c6f82d29d59] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.50s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d6a5f1f614c20] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d6ed8d5105d5f] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d22179ba1e13c] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [dfd7191a55682] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d9ce322d4da81] daemon is not started [2020-09-14T13:24:00.333Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.52s) [2020-09-14T13:24:00.333Z] docker_cli_network_unix_test.go:46: [d4c155a98f971] daemon is not started [2020-09-14T13:24:00.333Z] === RUN TestDockerHubPullSuite [2020-09-14T13:24:00.333Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-09-14T13:24:01.737Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-09-14T13:24:04.291Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-09-14T13:24:05.215Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-09-14T13:24:07.140Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-09-14T13:24:07.700Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite (8.27s) [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.98s) [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.67s) [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.73s) [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.86s) [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.67s) [2020-09-14T13:24:07.954Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.35s) [2020-09-14T13:24:07.954Z] PASS [2020-09-14T13:24:07.954Z] [2020-09-14T13:24:07.954Z] === Skipped [2020-09-14T13:24:07.954Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-14T13:24:07.954Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-14T13:24:07.954Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.954Z] [2020-09-14T13:24:07.954Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_sni_test.go:18: Flakey test [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-09-14T13:24:07.955Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-14T13:24:07.955Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-14T13:24:07.955Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-14T13:24:07.955Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-14T13:24:07.955Z] docker_cli_network_unix_test.go:46: [daa24ac458aea] daemon is not started [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] [2020-09-14T13:24:07.955Z] DONE 1277 tests, 51 skipped in 1476.294s [2020-09-14T13:24:07.955Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:24:07.955Z] ++++ cat bundles/test-integration/docker.pid [2020-09-14T13:24:07.955Z] +++ kill 7604 [2020-09-14T13:24:08.962Z] +++ /etc/init.d/apparmor stop [2020-09-14T13:24:08.962Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:24:08.962Z] [2020-09-14T13:24:08.962Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:24:08.962Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:24:08.962Z] [2020-09-14T13:24:08.962Z] To set a process to complain mode, use the command line tool [2020-09-14T13:24:08.962Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:24:08.962Z] +++ true [2020-09-14T13:24:08.962Z] exiting test-integration [2020-09-14T13:24:08.962Z] ++ exit 0 [2020-09-14T13:24:08.962Z] [2020-09-14T13:24:09.217Z] + for job in $(jobs -p) [2020-09-14T13:24:09.217Z] + wait 28810 [2020-09-14T13:25:16.974Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-09-14T13:25:16.974Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-09-14T13:25:21.137Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-09-14T13:25:27.713Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-09-14T13:25:29.119Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-09-14T13:25:33.321Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-09-14T13:25:41.446Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-09-14T13:25:43.958Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-09-14T13:25:43.958Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-09-14T13:25:50.571Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-09-14T13:25:50.571Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-09-14T13:25:50.826Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-09-14T13:25:53.414Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-09-14T13:26:49.732Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-09-14T13:27:36.414Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-09-14T13:27:51.288Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-09-14T13:27:53.174Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-09-14T13:29:59.649Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-09-14T13:30:09.708Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-09-14T13:30:09.708Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-09-14T13:30:09.708Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-09-14T13:30:09.708Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-09-14T13:30:09.964Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-09-14T13:30:10.526Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-09-14T13:30:13.167Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-09-14T13:30:16.435Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-09-14T13:30:18.341Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-09-14T13:31:14.625Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-09-14T13:31:14.625Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-09-14T13:31:16.555Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-09-14T13:31:18.484Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-09-14T13:31:22.892Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-09-14T13:31:24.297Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-09-14T13:31:46.285Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-09-14T13:31:58.438Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-09-14T13:31:58.693Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-09-14T13:32:00.623Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-09-14T13:32:03.884Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-09-14T13:32:10.454Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-09-14T13:32:15.692Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-09-14T13:32:17.578Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-09-14T13:32:20.089Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-09-14T13:32:22.650Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-09-14T13:32:25.167Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-09-14T13:32:28.433Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-09-14T13:32:30.320Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-09-14T13:33:26.680Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-09-14T13:33:41.587Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite (1699.18s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.50s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.14s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.22s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.39s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.82s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:562: [dd5e3587f06bc] joining swarm manager [dc3d624c3fbf3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:584: [d76da6bab5e02] joining swarm manager [dc3d624c3fbf3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] check_test.go:380: [dd5e3587f06bc] daemon is not started [2020-09-14T13:33:56.513Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.54s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:45: [d0c8aa9a69395] joining swarm manager [db99b10405400]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.93s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.14s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (53.51s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:303: [d27e573b531d4] joining swarm manager [d8e58e600bfaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:304: [d2c9bf20dfef8] joining swarm manager [d8e58e600bfaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.06s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:271: [df7b673ba1673] joining swarm manager [d6f6ca0b17cbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:272: [d19df57db5ada] joining swarm manager [d6f6ca0b17cbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.02s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.65s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.95s) [2020-09-14T13:33:56.513Z] docker_api_swarm_node_test.go:19: [dd0d26a48b2f5] joining swarm manager [de2c0a10addb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_node_test.go:20: [dfa442516bcc2] joining swarm manager [de2c0a10addb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.02s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:501: [d256d16fc6d21] joining swarm manager [d06dc497cf9db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:506: [d0bb403ac55fe] joining swarm manager [d06dc497cf9db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.83s) [2020-09-14T13:33:56.513Z] docker_api_swarm_node_test.go:80: [d79d742a6d3c6] joining swarm manager [d5ad0d5e870d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.88s) [2020-09-14T13:33:56.513Z] docker_api_swarm_node_test.go:52: [d0e733fb28573] joining swarm manager [d39f5ad5a4ea2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_node_test.go:53: [d2f7495b52a00] joining swarm manager [d39f5ad5a4ea2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.74s) [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.18s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:201: [d30dcd4e719cc] joining swarm manager [d263ab79af246]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.78s) [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:383: [d40e576feb4be] joining swarm manager [dde6022f70a7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.513Z] docker_api_swarm_test.go:384: [d99d4242ae124] joining swarm manager [dde6022f70a7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.513Z] check_test.go:380: [d99d4242ae124] daemon is not started [2020-09-14T13:33:56.513Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.89s) [2020-09-14T13:33:56.514Z] docker_api_swarm_test.go:801: [de04a7ea15666] joining swarm manager [da8e30be4d17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_test.go:801: [da68c7adc1d2b] joining swarm manager [da8e30be4d17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] docker_api_swarm_test.go:801: [d6a3529f979cf] joining swarm manager [da8e30be4d17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-14T13:33:56.514Z] docker_api_swarm_test.go:801: [d0781503e29e0] joining swarm manager [da8e30be4d17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-14T13:33:56.514Z] docker_api_swarm_test.go:809: [daaeb88267e07] joining swarm manager [da8e30be4d17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.78s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.66s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.17s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:394: [deb631ae7f410] joining swarm manager [d5bb34fdc0641]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:394: [d799b8a6b09de] joining swarm manager [d5bb34fdc0641]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.94s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:342: [d00777a026e7c] joining swarm manager [dbd15478237a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:342: [df23299c4ff09] joining swarm manager [dbd15478237a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.57s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:489: [d94277b08b818] joining swarm manager [d56723ae8f453]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:489: [df8dae244c3ae] joining swarm manager [d56723ae8f453]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.66s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.53s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:127: [d8e570d132f48] joining swarm manager [d59e05e807f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:128: [dee046f629f80] joining swarm manager [d59e05e807f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:136: [d5ba346752e77] joining swarm manager [d59e05e807f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:137: [d1d3cca9c15c9] joining swarm manager [d59e05e807f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.30s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.57s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:303: [d1aa39c14483e] joining swarm manager [ddf0daba68f7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:303: [d5b06ae412e78] joining swarm manager [ddf0daba68f7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.53s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:99: [d43e0ee96049d] joining swarm manager [dcb9964f288ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:100: [ddbfe04fe53c5] joining swarm manager [dcb9964f288ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] check_test.go:380: [d43e0ee96049d] daemon is not started [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.73s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:532: [d2023f5a6c0ee] joining swarm manager [df099a5897983]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:533: [dae928f471c0d] joining swarm manager [df099a5897983]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.75s) [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:147: [d455fd5f0ec3a] joining swarm manager [d78de63748144]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_api_swarm_service_test.go:147: [d36d4fd8bc955] joining swarm manager [d78de63748144]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.90s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.03s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.81s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.01s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.06s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.80s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.94s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.48s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.72s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.57s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.36s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.31s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.95s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.08s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.17s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.87s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.25s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.98s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.06s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.67s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.24s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.37s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.30s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.83s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.25s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.65s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.78s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.02s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.15s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.12s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.74s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.54s) [2020-09-14T13:33:56.514Z] docker_cli_service_logs_test.go:245: checking task wl6gfo2jnypv [2020-09-14T13:33:56.514Z] docker_cli_service_logs_test.go:250: checking messages for wl6gfo2jnypv [2020-09-14T13:33:56.514Z] docker_cli_service_logs_test.go:245: checking task 28y9gaa6aps6 [2020-09-14T13:33:56.514Z] docker_cli_service_logs_test.go:250: checking messages for 28y9gaa6aps6 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.55s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.61s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.73s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.31s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.43s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1901: [da21dcbbf8350] joining swarm manager [dcdf71ec2cd97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1902: [dd0a4c7c99f40] joining swarm manager [dcdf71ec2cd97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.24s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.66s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.61s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.36s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1802: [d8c175a3fab1c] joining swarm manager [d98bcba35df92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1803: [d2259aec91889] joining swarm manager [d98bcba35df92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.16s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (143.87s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1321: [d02075afb444a] joining swarm manager [dd9aba2cf2141]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1322: [d77b0248a2f18] joining swarm manager [dd9aba2cf2141]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.15s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.62s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.58s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.33s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.36s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.61s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.84s) [2020-09-14T13:33:56.514Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.60s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.33s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.51s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.97s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1186: [d910e0c7bde77] joining swarm manager [dabbc4490a74a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1195: [d52b41dd17d46] joining swarm manager [dabbc4490a74a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.12s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.37s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (121.71s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1118: [df4c1f60640be] joining swarm manager [da40c0c4e972f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1119: [d626a26460aad] joining swarm manager [da40c0c4e972f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1172: [d411ec1ef6a5b] joining swarm manager [da40c0c4e972f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1453: [dd6331409c59c] joining swarm manager [dbf8e4d603790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] docker_cli_swarm_test.go:1454: [df141bc31ab25] joining swarm manager [dbf8e4d603790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.40s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.27s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.29s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.38s) [2020-09-14T13:33:56.514Z] docker_cli_swarm_unix_test.go:62: [d2fadff1c06e6] joining swarm manager [d75a664387db8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.31s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.17s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.23s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.16s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.42s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.02s) [2020-09-14T13:33:56.514Z] docker_api_swarm_test.go:961: [d49193718a76b] joining swarm manager [d60c3e16fcd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.44s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.30s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.86s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.91s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.51s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.57s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.57s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.61s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.60s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.64s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.34s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.86s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s) [2020-09-14T13:33:56.514Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.27s) [2020-09-14T13:33:56.514Z] === RUN TestDockerExternalVolumeSuite [2020-09-14T13:33:56.514Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-09-14T13:34:14.580Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-09-14T13:35:22.267Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-09-14T13:35:28.838Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-09-14T13:36:00.919Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-09-14T13:36:15.874Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-09-14T13:36:48.005Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-09-14T13:37:00.246Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-09-14T13:37:32.344Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-09-14T13:37:47.217Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-09-14T13:38:05.288Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-09-14T13:38:51.976Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-09-14T13:39:10.051Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-09-14T13:39:42.176Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-09-14T13:40:14.230Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-09-14T13:40:26.428Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-09-14T13:40:44.497Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-09-14T13:40:59.510Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite (436.72s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2020-09-14T13:41:14.379Z] docker_cli_external_volume_driver_test.go:53: [d9b59d6a03694] daemon is not started [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.13s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-09-14T13:41:14.379Z] docker_cli_external_volume_driver_test.go:53: [d049ce2a2df75] daemon is not started [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-09-14T13:41:14.379Z] docker_cli_external_volume_driver_test.go:53: [d47152a235f69] daemon is not started [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-09-14T13:41:14.379Z] docker_cli_external_volume_driver_test.go:53: [d1c84f3b5071e] daemon is not started [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.16s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.16s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s) [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2020-09-14T13:41:14.379Z] docker_cli_external_volume_driver_test.go:485: [d789b00f50887] daemon is not started [2020-09-14T13:41:14.379Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-09-14T13:41:14.379Z] docker_cli_external_volume_driver_test.go:53: [d639b4f3d228c] daemon is not started [2020-09-14T13:41:14.379Z] PASS [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] === Skipped [2020-09-14T13:41:14.379Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-14T13:41:14.379Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-14T13:41:14.379Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-14T13:41:14.379Z] check_test.go:309: [d648e37d24d66] daemon is not started [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-14T13:41:14.379Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-14T13:41:14.379Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-14T13:41:14.379Z] check_test.go:309: [dbf8e42f015ad] daemon is not started [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-14T13:41:14.379Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-14T13:41:14.379Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-14T13:41:14.379Z] check_test.go:309: [d691c611ba0df] daemon is not started [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-09-14T13:41:14.379Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-09-14T13:41:14.379Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-14T13:41:14.379Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-14T13:41:14.379Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] [2020-09-14T13:41:14.379Z] DONE 273 tests, 5 skipped in 2501.704s [2020-09-14T13:41:14.379Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-14T13:41:14.379Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d67c7bbbf9548/docker.pid [2020-09-14T13:41:14.379Z] +++ kill 5499 [2020-09-14T13:41:14.379Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5499 is not a child of this shell [2020-09-14T13:41:14.379Z] warning: PID 5499 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d67c7bbbf9548/docker.pid had a nonzero exit code [2020-09-14T13:41:14.379Z] ++++ cat bundles/test-integration/docker.pid [2020-09-14T13:41:14.379Z] +++ kill 7615 [2020-09-14T13:41:14.676Z] +++ /etc/init.d/apparmor stop [2020-09-14T13:41:14.676Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-14T13:41:14.676Z] [2020-09-14T13:41:14.676Z] Unloading profiles will leave already running processes permanently [2020-09-14T13:41:14.676Z] unconfined, which can lead to unexpected situations. [2020-09-14T13:41:14.676Z] [2020-09-14T13:41:14.676Z] To set a process to complain mode, use the command line tool [2020-09-14T13:41:14.676Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-14T13:41:14.676Z] +++ true [2020-09-14T13:41:14.676Z] exiting test-integration [2020-09-14T13:41:14.676Z] ++ exit 0 [2020-09-14T13:41:14.676Z] [2020-09-14T13:41:14.932Z] + exit 0 [2020-09-14T13:41:14.932Z] ++ jobs -p [2020-09-14T13:41:14.932Z] + pids= [2020-09-14T13:41:14.932Z] + echo 'Remaining pids to kill: []' [2020-09-14T13:41:14.932Z] Remaining pids to kill: [] [2020-09-14T13:41:14.932Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-09-14T13:41:14.942Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-14T13:41:15.955Z] + echo Ensuring container killed. [2020-09-14T13:41:15.955Z] Ensuring container killed. [2020-09-14T13:41:15.955Z] + docker ps -aq -f name=docker-pr2-* [2020-09-14T13:41:15.955Z] + cids=e8f16b7db4e6 [2020-09-14T13:41:15.955Z] 316b92c50ffa [2020-09-14T13:41:15.955Z] 1923364934f1 [2020-09-14T13:41:15.955Z] + [ -n e8f16b7db4e6 [2020-09-14T13:41:15.955Z] 316b92c50ffa [2020-09-14T13:41:15.955Z] 1923364934f1 ] [2020-09-14T13:41:15.955Z] + docker rm -vf e8f16b7db4e6 316b92c50ffa 1923364934f1 [2020-09-14T13:41:17.319Z] e8f16b7db4e6 [2020-09-14T13:41:18.244Z] 316b92c50ffa [2020-09-14T13:41:18.244Z] 1923364934f1 [Pipeline] sh [2020-09-14T13:41:18.518Z] + echo Chowning /workspace to jenkins user [2020-09-14T13:41:18.518Z] Chowning /workspace to jenkins user [2020-09-14T13:41:18.518Z] + id -u [2020-09-14T13:41:18.518Z] + id -g [2020-09-14T13:41:18.518Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41447:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-14T13:41:22.110Z] + bundleName=amd64 [2020-09-14T13:41:22.110Z] + echo Creating amd64-bundles.tar.gz [2020-09-14T13:41:22.110Z] Creating amd64-bundles.tar.gz [2020-09-14T13:41:22.110Z] + 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-14T13:41:22.110Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-14T13:41:23.087Z] Archiving artifacts [2020-09-14T13:41:23.473Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:41:23.777Z] + make clean [2020-09-14T13:41:24.078Z] docker volume rm -f docker-dev-cache [2020-09-14T13:41:24.078Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-14T13:50:54.525Z] ok github.com/docker/docker/integration-cli 2056.223s [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === Skipped [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-14T13:50:54.526Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-09-14T13:50:54.526Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-09-14T13:50:54.526Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-09-14T13:50:54.526Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-14T13:50:54.526Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2020-09-14T13:50:54.526Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-09-14T13:50:54.526Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.24s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.05s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.05s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-14T13:50:54.526Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-14T13:50:54.526Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.526Z] [2020-09-14T13:50:54.526Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-09-14T13:50:54.527Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.24s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.24s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2020-09-14T13:50:54.527Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-14T13:50:54.527Z] docker_cli_sni_test.go:18: Flakey test [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-14T13:50:54.527Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-14T13:50:54.527Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-14T13:50:54.527Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.527Z] [2020-09-14T13:50:54.527Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-14T13:50:54.528Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-14T13:50:54.528Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-14T13:50:54.528Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-14T13:50:54.528Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-14T13:50:54.528Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-14T13:50:54.528Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-14T13:50:54.528Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.528Z] [2020-09-14T13:50:54.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-14T13:50:54.529Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-14T13:50:54.529Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-14T13:50:54.529Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-14T13:50:54.529Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-14T13:50:54.529Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-14T13:50:54.529Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-14T13:50:54.529Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-14T13:50:54.529Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-14T13:50:54.529Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-09-14T13:50:54.529Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-14T13:50:54.529Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-14T13:50:54.529Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-14T13:50:54.529Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.529Z] [2020-09-14T13:50:54.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-14T13:50:54.530Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-14T13:50:54.530Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-14T13:50:54.530Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.530Z] [2020-09-14T13:50:54.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-09-14T13:50:54.530Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.36s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.36s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-14T13:50:54.531Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.531Z] [2020-09-14T13:50:54.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-14T13:50:54.531Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-09-14T13:50:54.532Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-14T13:50:54.532Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-14T13:50:54.532Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.532Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-14T13:50:54.533Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-14T13:50:54.533Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-14T13:50:54.533Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-14T13:50:54.533Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-14T13:50:54.533Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-14T13:50:54.533Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-14T13:50:54.533Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.533Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-14T13:50:54.534Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-09-14T13:50:54.534Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] DONE 1096 tests, 549 skipped in 2064.037s [2020-09-14T13:50:54.534Z] INFO: Integration tests ended at 09/14/2020 13:50:45. Duration:00:34:24.3196437 [2020-09-14T13:50:54.534Z] INFO: Docker info of the daemon under test at end of run [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] Containers: 2 [2020-09-14T13:50:54.534Z] Running: 0 [2020-09-14T13:50:54.534Z] Paused: 0 [2020-09-14T13:50:54.534Z] Stopped: 2 [2020-09-14T13:50:54.534Z] Images: 15 [2020-09-14T13:50:54.534Z] Server Version: 0.0.0-dev [2020-09-14T13:50:54.534Z] Storage Driver: windowsfilter [2020-09-14T13:50:54.534Z] Windows: [2020-09-14T13:50:54.534Z] Logging Driver: json-file [2020-09-14T13:50:54.534Z] Plugins: [2020-09-14T13:50:54.534Z] Volume: local [2020-09-14T13:50:54.534Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-14T13:50:54.534Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-14T13:50:54.534Z] Swarm: inactive [2020-09-14T13:50:54.534Z] Default Isolation: process [2020-09-14T13:50:54.534Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-14T13:50:54.534Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-09-14T13:50:54.534Z] OSType: windows [2020-09-14T13:50:54.534Z] Architecture: x86_64 [2020-09-14T13:50:54.534Z] CPUs: 4 [2020-09-14T13:50:54.534Z] Total Memory: 32GiB [2020-09-14T13:50:54.534Z] Name: azwin-2-7ade50 [2020-09-14T13:50:54.534Z] ID: PYC2:5ZL5:GY4C:YQND:EDUD:EXWR:WAHW:ZMNY:SWAS:VNCP:V2YO:CP6V [2020-09-14T13:50:54.534Z] Docker Root Dir: D:\CI\PR-41447\2\daemon [2020-09-14T13:50:54.534Z] Debug Mode (client): false [2020-09-14T13:50:54.534Z] Debug Mode (server): true [2020-09-14T13:50:54.534Z] File Descriptors: -1 [2020-09-14T13:50:54.534Z] Goroutines: 18 [2020-09-14T13:50:54.534Z] System Time: 2020-09-14T13:50:45.3368564Z [2020-09-14T13:50:54.534Z] EventsListeners: 0 [2020-09-14T13:50:54.534Z] Registry: https://index.docker.io/v1/ [2020-09-14T13:50:54.534Z] Labels: [2020-09-14T13:50:54.534Z] Experimental: false [2020-09-14T13:50:54.534Z] Insecure Registries: [2020-09-14T13:50:54.534Z] 127.0.0.0/8 [2020-09-14T13:50:54.534Z] Live Restore Enabled: false [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] [2020-09-14T13:50:54.534Z] INFO: Stopping daemon under test [2020-09-14T13:50:54.534Z] SUCCESS: The process with PID 3592 (child process of PID 3036) has been terminated. [2020-09-14T13:50:54.534Z] SUCCESS: The process with PID 3036 (child process of PID 548) has been terminated. [2020-09-14T13:50:54.534Z] INFO: Stop tailing logs of the daemon under tests [2020-09-14T13:50:54.534Z] INFO: executeCI.ps1 Completed successfully at 09/14/2020 13:50:45. [2020-09-14T13:50:54.534Z] INFO: Tidying up at end of run [2020-09-14T13:50:54.534Z] INFO: Saving daemon under test log (d:\CI\PR-41447\2\dut.out) to C:\windows\TEMP\CIDUT.out [2020-09-14T13:50:54.534Z] INFO: Saving daemon under test log (d:\CI\PR-41447\2\dut.err) to C:\windows\TEMP\CIDUT.err [2020-09-14T13:50:54.534Z] INFO: Nuke-Everything... [2020-09-14T13:50:54.534Z] INFO: Container count on control daemon to delete is 2 [2020-09-14T13:50:54.534Z] 93fbd4a6023b [2020-09-14T13:50:54.534Z] 1b08b067cfc9 [2020-09-14T13:50:54.534Z] INFO: Tidying pidfile d:\CI\PR-41447\2\docker.pid [2020-09-14T13:50:54.534Z] INFO: Nuking d:\CI [2020-09-14T13:51:12.281Z] INFO: Zapped successfully [2020-09-14T13:51:12.282Z] [2020-09-14T13:51:12.282Z] INFO: executeCI.ps1 exiting at Mon Sep 14 13:51:09 CUT 2020. Duration 00:54:25.5514894 [2020-09-14T13:51:12.282Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-09-14T13:51:12.525Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-09-14T13:51:20.820Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-09-14T13:51:22.584Z] Archiving artifacts [2020-09-14T13:51:36.614Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41447/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-14T13:51:37.551Z] + make clean [2020-09-14T13:51:39.746Z] docker volume rm -f docker-dev-cache [2020-09-14T13:51:39.746Z] 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