Pull request #41168 updated Started by user Sebastiaan van Stijn Rebuilds build #4 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d2e23405bed2f5388b4a6c4f50c94ed2ab580319+c833222d54c00d64a0fc44c561a5973ecd414053 (bfe1602839a323345078573731ec65ae0bc96130) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ad1b00369dd78a15c273e17e363f91bced3f6e18 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ad1b00369dd78a15c273e17e363f91bced3f6e18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10 Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix" > git rev-list --no-walk ad1b00369dd78a15c273e17e363f91bced3f6e18 # 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-07-08T09:48:38.345Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-07-08T09:48:38.351Z] Trying to pass milestone 4 [Pipeline] milestone [2020-07-08T09:48:38.388Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-07-08T09:48:38.528Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01a7ba53af6c63cca) in /home/ubuntu/workspace/moby_PR-41168 [Pipeline] { [Pipeline] checkout [2020-07-08T09:48:38.566Z] using credential docker-jenkins-github-credentials [2020-07-08T09:48:38.573Z] Cloning the remote Git repository [2020-07-08T09:48:38.573Z] Cloning with configured refspecs honoured and without tags [2020-07-08T09:48:38.548Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:48:38.549Z] > git init /home/ubuntu/workspace/moby_PR-41168 # timeout=10 [2020-07-08T09:48:38.552Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:48:38.553Z] > git --version # timeout=10 [2020-07-08T09:48:38.561Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:48:38.562Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:48:51.654Z] Fetching without tags [2020-07-08T09:48:51.909Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:48:51.596Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:48:51.599Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:48:51.602Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:48:51.621Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:48:51.629Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:48:51.629Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:48:51.630Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:48:51.885Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:48:51.890Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:48:52.422Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:48:53.037Z] Merge succeeded, producing b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:48:53.037Z] Checking out Revision b956bd3b587cdd2a99f17a5caabda42fda6547bb (PR-41168) [2020-07-08T09:48:53.441Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:48:53.451Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-08T09:48:54.151Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41168:/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-07-08T09:48:54.151Z] Unable to find image 'alpine:latest' locally [2020-07-08T09:48:54.151Z] latest: Pulling from library/alpine [2020-07-08T09:48:54.409Z] df20fa9351a1: Pulling fs layer [2020-07-08T09:48:54.409Z] df20fa9351a1: Verifying Checksum [2020-07-08T09:48:54.409Z] df20fa9351a1: Download complete [2020-07-08T09:48:54.409Z] df20fa9351a1: Pull complete [2020-07-08T09:48:53.004Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:48:53.012Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:48:53.018Z] > git checkout -f b956bd3b587cdd2a99f17a5caabda42fda6547bb # timeout=10 [2020-07-08T09:48:53.417Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:48:54.669Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-08T09:48:54.669Z] Status: Downloaded newer image for alpine:latest [2020-07-08T09:48:57.204Z] 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 [2020-07-08T09:48:57.980Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01a7ba53af6c63cca) in /home/ubuntu/workspace/moby_PR-41168 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-07-08T09:48:57.984Z] Running on s390x-ubuntu-26 in /home/jenkins/workspace/moby_PR-41168 [2020-07-08T09:48:57.985Z] Running on ppc64le-ubuntu-12 in /home/docker/workspace/moby_PR-41168 [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] checkout [Pipeline] checkout [2020-07-08T09:48:58.055Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-07-08T09:48:58.066Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-07-08T09:48:58.078Z] Fetching without tags [Pipeline] // stage [2020-07-08T09:48:58.093Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-07-08T09:48:58.105Z] using credential docker-jenkins-github-credentials [2020-07-08T09:48:58.107Z] Cloning the remote Git repository [2020-07-08T09:48:58.107Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2020-07-08T09:48:58.118Z] Cloning the remote Git repository [2020-07-08T09:48:58.119Z] Cloning with configured refspecs honoured and 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-07-08T09:48:58.346Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:48:58.488Z] Merge succeeded, producing b7cdbbaa3b0f8e90af12f7ce4385a88fd68cf81e [2020-07-08T09:48:58.488Z] Checking out Revision b7cdbbaa3b0f8e90af12f7ce4385a88fd68cf81e (PR-41168) [2020-07-08T09:48:58.596Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:48:58.615Z] First time build. Skipping changelog. [2020-07-08T09:48:58.034Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-07-08T09:48:58.041Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:48:58.054Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:48:58.055Z] > git --version # timeout=10 [2020-07-08T09:48:58.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:48:58.061Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:48:58.322Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:48:58.324Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:48:58.374Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:48:58.450Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:48:58.464Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:48:58.469Z] > git checkout -f b7cdbbaa3b0f8e90af12f7ce4385a88fd68cf81e # timeout=10 [2020-07-08T09:48:58.573Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:48:58.125Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:48:58.126Z] > git init /home/docker/workspace/moby_PR-41168 # timeout=10 [2020-07-08T09:48:58.134Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:48:58.134Z] > git --version # timeout=10 [2020-07-08T09:48:58.137Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:48:58.138Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-08T09:48:58.107Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:48:58.107Z] > git init /home/jenkins/workspace/moby_PR-41168 # timeout=10 [2020-07-08T09:48:58.133Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:48:58.133Z] > git --version # timeout=10 [2020-07-08T09:48:58.134Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:48:58.134Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:48:59.392Z] + [ PR != PR ] [2020-07-08T09:48:59.392Z] + [ master != master ] [2020-07-08T09:48:59.392Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:48:59.725Z] + docker version [2020-07-08T09:48:59.725Z] Client: Docker Engine - Community [2020-07-08T09:48:59.725Z] Version: 19.03.12 [2020-07-08T09:48:59.725Z] API version: 1.40 [2020-07-08T09:48:59.725Z] Go version: go1.13.10 [2020-07-08T09:48:59.725Z] Git commit: 48a66213fe [2020-07-08T09:48:59.725Z] Built: Mon Jun 22 15:45:36 2020 [2020-07-08T09:48:59.725Z] OS/Arch: linux/amd64 [2020-07-08T09:48:59.725Z] Experimental: false [2020-07-08T09:48:59.725Z] [2020-07-08T09:48:59.725Z] Server: Docker Engine - Community [2020-07-08T09:48:59.725Z] Engine: [2020-07-08T09:48:59.725Z] Version: 19.03.12 [2020-07-08T09:48:59.725Z] API version: 1.40 (minimum version 1.12) [2020-07-08T09:48:59.725Z] Go version: go1.13.10 [2020-07-08T09:48:59.725Z] Git commit: 48a66213fe [2020-07-08T09:48:59.725Z] Built: Mon Jun 22 15:44:07 2020 [2020-07-08T09:48:59.725Z] OS/Arch: linux/amd64 [2020-07-08T09:48:59.725Z] Experimental: true [2020-07-08T09:48:59.725Z] containerd: [2020-07-08T09:48:59.725Z] Version: 1.2.13 [2020-07-08T09:48:59.725Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:48:59.725Z] runc: [2020-07-08T09:48:59.725Z] Version: 1.0.0-rc10 [2020-07-08T09:48:59.725Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:48:59.725Z] docker-init: [2020-07-08T09:48:59.725Z] Version: 0.18.0 [2020-07-08T09:48:59.725Z] GitCommit: fec3683 [Pipeline] sh [2020-07-08T09:49:00.006Z] + docker info [2020-07-08T09:49:00.264Z] Client: [2020-07-08T09:49:00.264Z] Debug Mode: false [2020-07-08T09:49:00.264Z] [2020-07-08T09:49:00.264Z] Server: [2020-07-08T09:49:00.264Z] Containers: 0 [2020-07-08T09:49:00.264Z] Running: 0 [2020-07-08T09:49:00.264Z] Paused: 0 [2020-07-08T09:49:00.264Z] Stopped: 0 [2020-07-08T09:49:00.264Z] Images: 28 [2020-07-08T09:49:00.264Z] Server Version: 19.03.12 [2020-07-08T09:49:00.264Z] Storage Driver: overlay2 [2020-07-08T09:49:00.264Z] Backing Filesystem: extfs [2020-07-08T09:49:00.264Z] Supports d_type: true [2020-07-08T09:49:00.264Z] Native Overlay Diff: true [2020-07-08T09:49:00.264Z] Logging Driver: json-file [2020-07-08T09:49:00.264Z] Cgroup Driver: cgroupfs [2020-07-08T09:49:00.264Z] Plugins: [2020-07-08T09:49:00.264Z] Volume: local [2020-07-08T09:49:00.264Z] Network: bridge host ipvlan macvlan null overlay [2020-07-08T09:49:00.264Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-07-08T09:49:00.264Z] Swarm: inactive [2020-07-08T09:49:00.264Z] Runtimes: runc [2020-07-08T09:49:00.264Z] Default Runtime: runc [2020-07-08T09:49:00.264Z] Init Binary: docker-init [2020-07-08T09:49:00.264Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:49:00.264Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:49:00.264Z] init version: fec3683 [2020-07-08T09:49:00.264Z] Security Options: [2020-07-08T09:49:00.264Z] apparmor [2020-07-08T09:49:00.264Z] seccomp [2020-07-08T09:49:00.264Z] Profile: default [2020-07-08T09:49:00.264Z] Kernel Version: 5.3.0-1030-aws [2020-07-08T09:49:00.264Z] Operating System: Ubuntu 18.04.4 LTS [2020-07-08T09:49:00.264Z] OSType: linux [2020-07-08T09:49:00.264Z] Architecture: x86_64 [2020-07-08T09:49:00.264Z] CPUs: 2 [2020-07-08T09:49:00.264Z] Total Memory: 7.569GiB [2020-07-08T09:49:00.264Z] Name: ip-10-100-99-162 [2020-07-08T09:49:00.264Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-07-08T09:49:00.264Z] Docker Root Dir: /var/lib/docker [2020-07-08T09:49:00.264Z] Debug Mode: false [2020-07-08T09:49:00.264Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:49:00.264Z] Labels: [2020-07-08T09:49:00.264Z] Experimental: true [2020-07-08T09:49:00.264Z] Insecure Registries: [2020-07-08T09:49:00.264Z] 127.0.0.0/8 [2020-07-08T09:49:00.264Z] Live Restore Enabled: true [2020-07-08T09:49:00.264Z] [2020-07-08T09:49:00.264Z] WARNING: No swap limit support [Pipeline] sh [2020-07-08T09:49:00.546Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:49:00.546Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:49:00.546Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41168/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-07-08T09:49:00.546Z] + bash /home/ubuntu/workspace/moby_PR-41168/check-config.sh [2020-07-08T09:49:00.546Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-07-08T09:49:00.546Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-07-08T09:49:00.546Z] [2020-07-08T09:49:00.546Z] Generally Necessary: [2020-07-08T09:49:00.546Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-07-08T09:49:00.546Z] - apparmor: enabled and tools installed [2020-07-08T09:49:00.546Z] - CONFIG_NAMESPACES: enabled [2020-07-08T09:49:00.546Z] - CONFIG_NET_NS: enabled [2020-07-08T09:49:00.546Z] - CONFIG_PID_NS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_IPC_NS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_UTS_NS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CGROUPS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CGROUP_DEVICE: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CGROUP_FREEZER: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CGROUP_SCHED: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CPUSETS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_MEMCG: enabled [2020-07-08T09:49:00.547Z] - CONFIG_KEYS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_VETH: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_BRIDGE: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_NF_NAT_IPV4: missing [2020-07-08T09:49:00.547Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_NF_NAT: enabled (as module) [2020-07-08T09:49:00.547Z] - CONFIG_NF_NAT_NEEDED: missing [2020-07-08T09:49:00.547Z] - CONFIG_POSIX_MQUEUE: enabled [2020-07-08T09:49:00.547Z] [2020-07-08T09:49:00.547Z] Optional Features: [2020-07-08T09:49:00.547Z] - CONFIG_USER_NS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_SECCOMP: enabled [2020-07-08T09:49:00.547Z] - CONFIG_CGROUP_PIDS: enabled [2020-07-08T09:49:00.547Z] - CONFIG_MEMCG_SWAP: enabled [2020-07-08T09:49:00.547Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-07-08T09:49:00.547Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-07-08T09:49:00.547Z] - CONFIG_BLK_CGROUP: enabled [2020-07-08T09:49:00.547Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-07-08T09:49:00.805Z] - CONFIG_IOSCHED_CFQ: missing [2020-07-08T09:49:00.805Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-07-08T09:49:00.805Z] - CONFIG_CGROUP_PERF: enabled [2020-07-08T09:49:00.805Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-07-08T09:49:00.805Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-07-08T09:49:00.805Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-07-08T09:49:00.805Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-07-08T09:49:00.805Z] - CONFIG_RT_GROUP_SCHED: missing [2020-07-08T09:49:00.805Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_IP_VS: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_IP_VS_NFCT: enabled [2020-07-08T09:49:00.805Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-07-08T09:49:00.805Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-07-08T09:49:00.805Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_EXT4_FS: enabled [2020-07-08T09:49:00.805Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-07-08T09:49:00.805Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-07-08T09:49:00.805Z] - Network Drivers: [2020-07-08T09:49:00.805Z] - "overlay": [2020-07-08T09:49:00.805Z] - CONFIG_VXLAN: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-07-08T09:49:00.805Z] Optional (for encrypted networks): [2020-07-08T09:49:00.805Z] - CONFIG_CRYPTO: enabled [2020-07-08T09:49:00.805Z] - CONFIG_CRYPTO_AEAD: enabled [2020-07-08T09:49:00.805Z] - CONFIG_CRYPTO_GCM: enabled [2020-07-08T09:49:00.805Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-07-08T09:49:00.805Z] - CONFIG_CRYPTO_GHASH: enabled [2020-07-08T09:49:00.805Z] - CONFIG_XFRM: enabled [2020-07-08T09:49:00.805Z] - CONFIG_XFRM_USER: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_INET_ESP: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-07-08T09:49:00.805Z] - "ipvlan": [2020-07-08T09:49:00.805Z] - CONFIG_IPVLAN: enabled (as module) [2020-07-08T09:49:00.805Z] - "macvlan": [2020-07-08T09:49:00.805Z] - CONFIG_MACVLAN: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_DUMMY: enabled (as module) [2020-07-08T09:49:00.805Z] - "ftp,tftp client in container": [2020-07-08T09:49:00.805Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-07-08T09:49:00.805Z] - Storage Drivers: [2020-07-08T09:49:00.805Z] - "aufs": [2020-07-08T09:49:00.805Z] - CONFIG_AUFS_FS: enabled (as module) [2020-07-08T09:49:00.805Z] - "btrfs": [2020-07-08T09:49:00.805Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-07-08T09:49:00.805Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-07-08T09:49:00.805Z] - "devicemapper": [2020-07-08T09:49:00.805Z] - CONFIG_BLK_DEV_DM: enabled [2020-07-08T09:49:00.805Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-07-08T09:49:00.805Z] - "overlay": [2020-07-08T09:49:00.805Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-07-08T09:49:00.805Z] - "zfs": [2020-07-08T09:49:00.805Z] - /dev/zfs: present [2020-07-08T09:49:00.805Z] - zfs command: missing [2020-07-08T09:49:00.805Z] - zpool command: missing [2020-07-08T09:49:00.805Z] [2020-07-08T09:49:00.805Z] Limits: [2020-07-08T09:49:00.805Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-07-08T09:49:00.805Z] [2020-07-08T09:49:00.805Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-07-08T09:49:01.133Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb . [2020-07-08T09:49:01.133Z] #2 [internal] load .dockerignore [2020-07-08T09:49:01.133Z] #2 transferring context: 87B done [2020-07-08T09:49:01.133Z] #2 DONE 0.0s [2020-07-08T09:49:01.133Z] [2020-07-08T09:49:01.133Z] #1 [internal] load build definition from Dockerfile [2020-07-08T09:49:01.133Z] #1 transferring dockerfile: 16.37kB done [2020-07-08T09:49:01.133Z] #1 DONE 0.0s [2020-07-08T09:49:01.133Z] [2020-07-08T09:49:01.133Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-07-08T09:49:01.133Z] #3 DONE 0.1s [2020-07-08T09:49:01.392Z] [2020-07-08T09:49:01.393Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-07-08T09:49:01.393Z] #4 CACHED [2020-07-08T09:49:01.653Z] [2020-07-08T09:49:01.653Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster [2020-07-08T09:49:01.653Z] #5 DONE 0.1s [2020-07-08T09:49:01.653Z] [2020-07-08T09:49:01.653Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-07-08T09:49:01.653Z] #6 DONE 0.1s [2020-07-08T09:49:01.653Z] [2020-07-08T09:49:01.653Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:49:01.653Z] #58 DONE 0.0s [2020-07-08T09:49:01.653Z] [2020-07-08T09:49:01.653Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:49:01.653Z] #7 DONE 0.0s [2020-07-08T09:49:01.653Z] [2020-07-08T09:49:01.653Z] #20 [internal] load build context [2020-07-08T09:49:03.046Z] #20 transferring context: 51.28MB 1.2s done [2020-07-08T09:49:03.046Z] #20 DONE 1.3s [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:03.046Z] #47 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:49:03.046Z] #28 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:49:03.046Z] #23 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-07-08T09:49:03.046Z] #27 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:03.046Z] #43 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T09:49:03.046Z] #24 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:49:03.046Z] #36 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-07-08T09:49:03.046Z] #22 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:03.046Z] #52 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:49:03.046Z] #32 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-07-08T09:49:03.046Z] #12 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:03.046Z] #21 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:03.046Z] #45 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:49:03.046Z] #39 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:49:03.046Z] #18 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:03.046Z] #30 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-07-08T09:49:03.046Z] #35 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #53 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #37 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #46 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:49:03.046Z] #17 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-07-08T09:49:03.046Z] #13 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:49:03.046Z] #49 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #42 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-07-08T09:49:03.046Z] #9 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #29 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #34 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:49:03.046Z] #26 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:49:03.046Z] #41 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #48 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:49:03.046Z] #25 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-07-08T09:49:03.046Z] #55 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:49:03.046Z] #33 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:49:03.046Z] #14 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-07-08T09:49:03.046Z] #56 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-07-08T09:49:03.046Z] #8 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:03.046Z] #60 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #44 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #31 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #57 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:03.046Z] #38 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-07-08T09:49:03.046Z] #16 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:49:03.046Z] #10 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #61 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:49:03.046Z] #19 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-07-08T09:49:03.046Z] #11 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-07-08T09:49:03.046Z] #15 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:49:03.046Z] #51 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:03.046Z] #54 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-07-08T09:49:03.046Z] #40 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-07-08T09:49:03.046Z] #50 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-07-08T09:49:03.046Z] #59 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-07-08T09:49:03.046Z] #62 CACHED [2020-07-08T09:49:03.046Z] [2020-07-08T09:49:03.046Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-07-08T09:49:03.614Z] #63 DONE 0.7s [2020-07-08T09:49:03.614Z] [2020-07-08T09:49:03.614Z] #64 exporting to image [2020-07-08T09:49:03.614Z] #64 exporting layers [2020-07-08T09:49:04.551Z] #64 exporting layers 0.9s done [2020-07-08T09:49:04.551Z] #64 writing image sha256:8cd4f24538428f6d8ad52e8b06489417b58ad6c3aa6adc571cafed900c315f2f done [2020-07-08T09:49:04.551Z] #64 naming to docker.io/library/docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb done [2020-07-08T09:49:04.551Z] #64 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-07-08T09:49:04.880Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41168/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/validate/default [2020-07-08T09:49:05.448Z] Congratulations! All commits are properly signed with the DCO! [2020-07-08T09:49:05.448Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-07-08T09:49:05.708Z] No api/types/ or api/swagger.yaml changes in diff. [2020-07-08T09:49:05.708Z] Congratulations! All TOML source files changed here have valid syntax. [2020-07-08T09:49:05.708Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-07-08T09:49:05.708Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-07-08T09:49:05.708Z] Congratulations! No new tests were added to integration-cli. [2020-07-08T09:49:05.708Z] [2020-07-08T09:49:05.708Z] INFO Start validation with golang-ci-lint [2020-07-08T09:49:05.708Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-07-08T09:49:05.708Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-07-08T09:49:05.708Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-07-08T09:49:07.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:49:07.629Z] Fetching without tags [2020-07-08T09:49:07.920Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:49:08.948Z] Merge succeeded, producing 59a43761051aa46999090f57a68f70bd621805fe [2020-07-08T09:49:08.948Z] Checking out Revision 59a43761051aa46999090f57a68f70bd621805fe (PR-41168) [2020-07-08T09:49:07.600Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:49:07.601Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:49:07.617Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:49:07.629Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:49:07.629Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:49:07.629Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:49:07.920Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:49:07.921Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:49:08.395Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:49:08.935Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:49:08.947Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:49:08.950Z] > git checkout -f 59a43761051aa46999090f57a68f70bd621805fe # timeout=10 [2020-07-08T09:49:09.320Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:49:09.333Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:49:10.321Z] + docker version [2020-07-08T09:49:10.321Z] Client: Docker Engine - Community [2020-07-08T09:49:10.321Z] Version: 19.03.7 [2020-07-08T09:49:10.321Z] API version: 1.40 [2020-07-08T09:49:10.321Z] Go version: go1.12.17 [2020-07-08T09:49:10.321Z] Git commit: 7141c199a2 [2020-07-08T09:49:10.321Z] Built: Sat Mar 7 16:48:47 2020 [2020-07-08T09:49:10.321Z] OS/Arch: linux/s390x [2020-07-08T09:49:10.321Z] Experimental: false [2020-07-08T09:49:10.321Z] [2020-07-08T09:49:10.321Z] Server: Docker Engine - Community [2020-07-08T09:49:10.321Z] Engine: [2020-07-08T09:49:10.321Z] Version: 19.03.7 [2020-07-08T09:49:10.321Z] API version: 1.40 (minimum version 1.12) [2020-07-08T09:49:10.321Z] Go version: go1.12.17 [2020-07-08T09:49:10.321Z] Git commit: 7141c199a2 [2020-07-08T09:49:10.321Z] Built: Sat Mar 7 16:47:46 2020 [2020-07-08T09:49:10.321Z] OS/Arch: linux/s390x [2020-07-08T09:49:10.321Z] Experimental: true [2020-07-08T09:49:10.321Z] containerd: [2020-07-08T09:49:10.321Z] Version: 1.2.13 [2020-07-08T09:49:10.321Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:49:10.321Z] runc: [2020-07-08T09:49:10.321Z] Version: 1.0.0-rc10 [2020-07-08T09:49:10.321Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:49:10.321Z] docker-init: [2020-07-08T09:49:10.321Z] Version: 0.18.0 [2020-07-08T09:49:10.322Z] GitCommit: fec3683 [Pipeline] sh [2020-07-08T09:49:09.320Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:49:10.698Z] + docker info [2020-07-08T09:49:11.328Z] Client: [2020-07-08T09:49:11.328Z] Debug Mode: false [2020-07-08T09:49:11.328Z] [2020-07-08T09:49:11.328Z] Server: [2020-07-08T09:49:11.328Z] Containers: 0 [2020-07-08T09:49:11.328Z] Running: 0 [2020-07-08T09:49:11.328Z] Paused: 0 [2020-07-08T09:49:11.328Z] Stopped: 0 [2020-07-08T09:49:11.328Z] Images: 0 [2020-07-08T09:49:11.328Z] Server Version: 19.03.7 [2020-07-08T09:49:11.328Z] Storage Driver: overlay2 [2020-07-08T09:49:11.328Z] Backing Filesystem: [2020-07-08T09:49:11.328Z] Supports d_type: true [2020-07-08T09:49:11.328Z] Native Overlay Diff: true [2020-07-08T09:49:11.328Z] Logging Driver: json-file [2020-07-08T09:49:11.328Z] Cgroup Driver: cgroupfs [2020-07-08T09:49:11.328Z] Plugins: [2020-07-08T09:49:11.328Z] Volume: local [2020-07-08T09:49:11.328Z] Network: bridge host ipvlan macvlan null overlay [2020-07-08T09:49:11.328Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-07-08T09:49:11.328Z] Swarm: inactive [2020-07-08T09:49:11.328Z] Runtimes: runc [2020-07-08T09:49:11.328Z] Default Runtime: runc [2020-07-08T09:49:11.328Z] Init Binary: docker-init [2020-07-08T09:49:11.328Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:49:11.328Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:49:11.328Z] init version: fec3683 [2020-07-08T09:49:11.328Z] Security Options: [2020-07-08T09:49:11.328Z] apparmor [2020-07-08T09:49:11.328Z] seccomp [2020-07-08T09:49:11.328Z] Profile: default [2020-07-08T09:49:11.328Z] Kernel Version: 4.15.0-88-generic [2020-07-08T09:49:11.328Z] Operating System: Ubuntu 18.04.4 LTS [2020-07-08T09:49:11.328Z] OSType: linux [2020-07-08T09:49:11.328Z] Architecture: s390x [2020-07-08T09:49:11.328Z] CPUs: 2 [2020-07-08T09:49:11.328Z] Total Memory: 7.861GiB [2020-07-08T09:49:11.328Z] Name: s390x-ubuntu-26 [2020-07-08T09:49:11.328Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-07-08T09:49:11.328Z] Docker Root Dir: /var/lib/docker [2020-07-08T09:49:11.328Z] Debug Mode: false [2020-07-08T09:49:11.328Z] Username: dockerbuildbot [2020-07-08T09:49:11.328Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:49:11.328Z] Labels: [2020-07-08T09:49:11.328Z] Experimental: true [2020-07-08T09:49:11.328Z] Insecure Registries: [2020-07-08T09:49:11.328Z] 127.0.0.0/8 [2020-07-08T09:49:11.328Z] Live Restore Enabled: false [2020-07-08T09:49:11.328Z] [2020-07-08T09:49:11.328Z] WARNING: No swap limit support [Pipeline] sh [2020-07-08T09:49:11.704Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:49:11.704Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:49:11.704Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41168/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-07-08T09:49:11.704Z] + bash /home/jenkins/workspace/moby_PR-41168/check-config.sh [2020-07-08T09:49:11.704Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-07-08T09:49:11.704Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-07-08T09:49:11.704Z] [2020-07-08T09:49:11.704Z] Generally Necessary: [2020-07-08T09:49:11.704Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-07-08T09:49:11.704Z] - apparmor: enabled and tools installed [2020-07-08T09:49:11.704Z] - CONFIG_NAMESPACES: enabled [2020-07-08T09:49:11.704Z] - CONFIG_NET_NS: enabled [2020-07-08T09:49:11.704Z] - CONFIG_PID_NS: enabled [2020-07-08T09:49:11.704Z] - CONFIG_IPC_NS: enabled [2020-07-08T09:49:11.704Z] - CONFIG_UTS_NS: enabled [2020-07-08T09:49:11.704Z] - CONFIG_CGROUPS: enabled [2020-07-08T09:49:11.704Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-07-08T09:49:11.704Z] - CONFIG_CGROUP_DEVICE: enabled [2020-07-08T09:49:11.704Z] - CONFIG_CGROUP_FREEZER: enabled [2020-07-08T09:49:11.704Z] - CONFIG_CGROUP_SCHED: enabled [2020-07-08T09:49:11.704Z] - CONFIG_CPUSETS: enabled [2020-07-08T09:49:11.704Z] - CONFIG_MEMCG: enabled [2020-07-08T09:49:11.704Z] - CONFIG_KEYS: enabled [2020-07-08T09:49:11.705Z] - CONFIG_VETH: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_BRIDGE: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_NF_NAT: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-07-08T09:49:11.705Z] - CONFIG_POSIX_MQUEUE: enabled [2020-07-08T09:49:11.705Z] [2020-07-08T09:49:11.705Z] Optional Features: [2020-07-08T09:49:11.705Z] - CONFIG_USER_NS: enabled [2020-07-08T09:49:11.705Z] - CONFIG_SECCOMP: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CGROUP_PIDS: enabled [2020-07-08T09:49:11.705Z] - CONFIG_MEMCG_SWAP: enabled [2020-07-08T09:49:11.705Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-07-08T09:49:11.705Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-07-08T09:49:11.705Z] - CONFIG_BLK_CGROUP: enabled [2020-07-08T09:49:11.705Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-07-08T09:49:11.705Z] - CONFIG_IOSCHED_CFQ: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CGROUP_PERF: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-07-08T09:49:11.705Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-07-08T09:49:11.705Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-07-08T09:49:11.705Z] - CONFIG_RT_GROUP_SCHED: missing [2020-07-08T09:49:11.705Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_IP_VS: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_IP_VS_NFCT: enabled [2020-07-08T09:49:11.705Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-07-08T09:49:11.705Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-07-08T09:49:11.705Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_EXT4_FS: enabled [2020-07-08T09:49:11.705Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-07-08T09:49:11.705Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-07-08T09:49:11.705Z] - Network Drivers: [2020-07-08T09:49:11.705Z] - "overlay": [2020-07-08T09:49:11.705Z] - CONFIG_VXLAN: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-07-08T09:49:11.705Z] Optional (for encrypted networks): [2020-07-08T09:49:11.705Z] - CONFIG_CRYPTO: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CRYPTO_AEAD: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CRYPTO_GCM: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-07-08T09:49:11.705Z] - CONFIG_CRYPTO_GHASH: enabled [2020-07-08T09:49:11.705Z] - CONFIG_XFRM: enabled [2020-07-08T09:49:11.705Z] - CONFIG_XFRM_USER: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_INET_ESP: enabled (as module) [2020-07-08T09:49:11.705Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-07-08T09:49:11.705Z] - "ipvlan": [2020-07-08T09:49:11.998Z] - CONFIG_IPVLAN: enabled (as module) [2020-07-08T09:49:11.998Z] - "macvlan": [2020-07-08T09:49:11.998Z] - CONFIG_MACVLAN: enabled (as module) [2020-07-08T09:49:11.998Z] - CONFIG_DUMMY: enabled (as module) [2020-07-08T09:49:11.998Z] - "ftp,tftp client in container": [2020-07-08T09:49:11.998Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-07-08T09:49:11.998Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-07-08T09:49:11.998Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-07-08T09:49:11.998Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-07-08T09:49:11.998Z] - Storage Drivers: [2020-07-08T09:49:11.998Z] - "aufs": [2020-07-08T09:49:11.998Z] - CONFIG_AUFS_FS: enabled (as module) [2020-07-08T09:49:11.998Z] - "btrfs": [2020-07-08T09:49:11.998Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-07-08T09:49:11.998Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-07-08T09:49:11.998Z] - "devicemapper": [2020-07-08T09:49:11.998Z] - CONFIG_BLK_DEV_DM: enabled [2020-07-08T09:49:11.998Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-07-08T09:49:11.998Z] - "overlay": [2020-07-08T09:49:11.998Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-07-08T09:49:11.998Z] - "zfs": [2020-07-08T09:49:11.998Z] - /dev/zfs: missing [2020-07-08T09:49:11.998Z] - zfs command: missing [2020-07-08T09:49:11.998Z] - zpool command: missing [2020-07-08T09:49:11.998Z] [2020-07-08T09:49:11.998Z] Limits: [2020-07-08T09:49:11.998Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-07-08T09:49:11.998Z] [2020-07-08T09:49:11.998Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-07-08T09:49:12.502Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb . [2020-07-08T09:49:12.502Z] #2 [internal] load .dockerignore [2020-07-08T09:49:12.502Z] #2 transferring context: 87B done [2020-07-08T09:49:12.502Z] #2 DONE 0.0s [2020-07-08T09:49:12.502Z] [2020-07-08T09:49:12.502Z] #1 [internal] load build definition from Dockerfile [2020-07-08T09:49:12.502Z] #1 transferring dockerfile: 16.37kB done [2020-07-08T09:49:12.502Z] #1 DONE 0.0s [2020-07-08T09:49:12.502Z] [2020-07-08T09:49:12.502Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-07-08T09:49:12.793Z] #3 DONE 0.2s [2020-07-08T09:49:12.793Z] [2020-07-08T09:49:12.793Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-07-08T09:49:12.793Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-07-08T09:49:12.793Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-07-08T09:49:12.793Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-07-08T09:49:12.793Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-07-08T09:49:12.793Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s [2020-07-08T09:49:12.980Z] Still waiting to schedule task [2020-07-08T09:49:12.980Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-07-08T09:49:12.981Z] Still waiting to schedule task [2020-07-08T09:49:12.981Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-07-08T09:49:12.984Z] Still waiting to schedule task [2020-07-08T09:49:12.984Z] All nodes of label ‘arm64&&linux’ are offline [2020-07-08T09:49:12.986Z] Still waiting to schedule task [2020-07-08T09:49:12.986Z] Waiting for next available executor on ‘azwin-2-ec1760’ [2020-07-08T09:49:13.083Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.04MB / 8.88MB 0.2s [2020-07-08T09:49:13.083Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-07-08T09:49:13.083Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2020-07-08T09:49:13.373Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-07-08T09:49:13.373Z] #4 DONE 0.6s [2020-07-08T09:49:14.032Z] [2020-07-08T09:49:14.032Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-07-08T09:49:14.032Z] #6 DONE 0.2s [2020-07-08T09:49:14.032Z] [2020-07-08T09:49:14.032Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster [2020-07-08T09:49:14.032Z] #5 DONE 0.2s [2020-07-08T09:49:14.032Z] [2020-07-08T09:49:14.032Z] #20 [internal] load build context [2020-07-08T09:49:15.138Z] #20 transferring context: 51.28MB 1.0s done [2020-07-08T09:49:15.138Z] #20 DONE 1.0s [2020-07-08T09:49:15.138Z] [2020-07-08T09:49:15.138Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:49:15.138Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done [2020-07-08T09:49:15.138Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done [2020-07-08T09:49:15.138Z] #7 sha256:5380bd68a1456dd1b96dc08789297c6883144a9200b0c7f90a0aaae250336efa 1.79kB / 1.79kB done [2020-07-08T09:49:15.138Z] #7 sha256:a061b2a33949407b25d5c8c76e5c35ae4b614319ebf510c9c19699a75eeee690 6.19kB / 6.19kB done [2020-07-08T09:49:15.138Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 35.53MB / 48.97MB 0.9s [2020-07-08T09:49:15.138Z] #7 sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 7.39MB / 7.39MB 0.4s done [2020-07-08T09:49:15.138Z] #7 sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 9.88MB / 9.88MB 0.8s done [2020-07-08T09:49:15.138Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 14.83MB / 51.37MB 0.9s [2020-07-08T09:49:15.138Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 334.86kB / 56.71MB 0.9s [2020-07-08T09:49:15.138Z] #7 ... [2020-07-08T09:49:15.138Z] [2020-07-08T09:49:15.138Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:49:15.138Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-07-08T09:49:15.138Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2020-07-08T09:49:15.138Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-07-08T09:49:15.138Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-07-08T09:49:15.138Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.6s done [2020-07-08T09:49:15.138Z] #58 DONE 1.2s [2020-07-08T09:49:15.138Z] [2020-07-08T09:49:15.138Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:49:15.138Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 38.94MB / 48.97MB 1.0s [2020-07-08T09:49:15.138Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 18.14MB / 51.37MB 1.0s [2020-07-08T09:49:15.139Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 4.16MB / 56.71MB 1.0s [2020-07-08T09:49:15.139Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 43.79MB / 48.97MB 1.2s [2020-07-08T09:49:15.139Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 23.54MB / 51.37MB 1.2s [2020-07-08T09:49:15.139Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 9.47MB / 56.71MB 1.2s [2020-07-08T09:49:15.442Z] Fetching without tags [2020-07-08T09:49:15.461Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 47.95MB / 48.97MB 1.3s [2020-07-08T09:49:15.461Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 27.38MB / 51.37MB 1.3s [2020-07-08T09:49:15.461Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 13.26MB / 56.71MB 1.3s [2020-07-08T09:49:15.413Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:49:15.416Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:49:15.419Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:49:15.434Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:49:15.449Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:49:15.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:49:15.450Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:49:15.764Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 48.97MB / 48.97MB 1.4s done [2020-07-08T09:49:15.764Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 35.70MB / 51.37MB 1.5s [2020-07-08T09:49:15.764Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 21.97MB / 56.71MB 1.5s [2020-07-08T09:49:15.764Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 728.07kB / 102.23MB 1.5s [2020-07-08T09:49:15.764Z] #7 extracting sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 [2020-07-08T09:49:15.764Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 45.01MB / 51.37MB 1.8s [2020-07-08T09:49:15.764Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 31.39MB / 56.71MB 1.8s [2020-07-08T09:49:15.856Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:49:16.066Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 48.97MB / 51.37MB 1.9s [2020-07-08T09:49:16.066Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 35.43MB / 56.71MB 1.9s [2020-07-08T09:49:16.066Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 13.25MB / 102.23MB 1.9s [2020-07-08T09:49:16.066Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 39.48MB / 56.71MB 2.0s [2020-07-08T09:49:16.066Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 18.59MB / 102.23MB 2.0s [2020-07-08T09:49:16.066Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 51.37MB / 51.37MB 2.0s done [2020-07-08T09:49:16.066Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 44.37MB / 56.71MB 2.1s [2020-07-08T09:49:16.066Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 23.80MB / 102.23MB 2.1s [2020-07-08T09:49:16.066Z] #7 sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 156B / 156B 2.1s [2020-07-08T09:49:16.361Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 50.82MB / 56.71MB 2.2s [2020-07-08T09:49:16.361Z] #7 sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 156B / 156B 2.1s done [2020-07-08T09:49:16.361Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 56.71MB / 56.71MB 2.3s [2020-07-08T09:49:16.361Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 33.87MB / 102.23MB 2.3s [2020-07-08T09:49:16.669Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 56.71MB / 56.71MB 2.4s done [2020-07-08T09:49:16.669Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 45.90MB / 102.23MB 2.4s [2020-07-08T09:49:16.670Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 65.90MB / 102.23MB 2.6s [2020-07-08T09:49:16.670Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 77.70MB / 102.23MB 2.7s [2020-07-08T09:49:17.009Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 89.51MB / 102.23MB 2.8s [2020-07-08T09:49:17.009Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 101.32MB / 102.23MB 2.9s [2020-07-08T09:49:17.009Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 102.23MB / 102.23MB 3.0s done [2020-07-08T09:49:17.305Z] #7 extracting sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 1.6s done [2020-07-08T09:49:17.305Z] #7 extracting sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 [2020-07-08T09:49:17.595Z] #7 extracting sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 0.2s done [2020-07-08T09:49:17.595Z] #7 extracting sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 [2020-07-08T09:49:15.863Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:49:15.866Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:49:16.718Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:49:17.626Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:49:17.639Z] Merge succeeded, producing 72cad21d9e05f36201a4e3b03c6441916ac6ed5a [2020-07-08T09:49:17.639Z] Checking out Revision 72cad21d9e05f36201a4e3b03c6441916ac6ed5a (PR-41168) [2020-07-08T09:49:17.741Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:49:17.755Z] First time build. Skipping changelog. [2020-07-08T09:49:18.226Z] #7 extracting sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 0.2s done [2020-07-08T09:49:18.226Z] #7 extracting sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:49:18.641Z] + docker version [2020-07-08T09:49:18.641Z] Client: [2020-07-08T09:49:18.641Z] Version: 18.06.1-ce [2020-07-08T09:49:18.641Z] API version: 1.38 [2020-07-08T09:49:18.641Z] Go version: go1.10.3 [2020-07-08T09:49:18.641Z] Git commit: e68fc7a [2020-07-08T09:49:18.641Z] Built: Tue Aug 21 17:26:10 2018 [2020-07-08T09:49:18.641Z] OS/Arch: linux/ppc64le [2020-07-08T09:49:18.641Z] Experimental: false [2020-07-08T09:49:18.641Z] [2020-07-08T09:49:18.641Z] Server: [2020-07-08T09:49:18.641Z] Engine: [2020-07-08T09:49:18.641Z] Version: 18.06.1-ce [2020-07-08T09:49:18.641Z] API version: 1.38 (minimum version 1.12) [2020-07-08T09:49:18.641Z] Go version: go1.10.3 [2020-07-08T09:49:18.641Z] Git commit: e68fc7a [2020-07-08T09:49:18.641Z] Built: Tue Aug 21 17:24:20 2018 [2020-07-08T09:49:18.641Z] OS/Arch: linux/ppc64le [2020-07-08T09:49:18.641Z] Experimental: true [Pipeline] sh [2020-07-08T09:49:19.026Z] + docker info [2020-07-08T09:49:19.026Z] Containers: 0 [2020-07-08T09:49:19.026Z] Running: 0 [2020-07-08T09:49:19.026Z] Paused: 0 [2020-07-08T09:49:19.026Z] Stopped: 0 [2020-07-08T09:49:19.027Z] Images: 0 [2020-07-08T09:49:19.027Z] Server Version: 18.06.1-ce [2020-07-08T09:49:19.027Z] Storage Driver: overlay2 [2020-07-08T09:49:19.027Z] Backing Filesystem: extfs [2020-07-08T09:49:19.027Z] Supports d_type: true [2020-07-08T09:49:19.027Z] Native Overlay Diff: true [2020-07-08T09:49:19.027Z] Logging Driver: json-file [2020-07-08T09:49:19.027Z] Cgroup Driver: cgroupfs [2020-07-08T09:49:19.027Z] Plugins: [2020-07-08T09:49:19.027Z] Volume: local [2020-07-08T09:49:19.027Z] Network: bridge host ipvlan macvlan null overlay [2020-07-08T09:49:19.027Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-07-08T09:49:19.027Z] Swarm: inactive [2020-07-08T09:49:19.027Z] Runtimes: runc [2020-07-08T09:49:19.027Z] Default Runtime: runc [2020-07-08T09:49:19.027Z] Init Binary: docker-init [2020-07-08T09:49:19.027Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-07-08T09:49:19.027Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-07-08T09:49:19.027Z] init version: fec3683 [2020-07-08T09:49:19.027Z] Security Options: [2020-07-08T09:49:19.027Z] apparmor [2020-07-08T09:49:19.027Z] seccomp [2020-07-08T09:49:19.027Z] Profile: default [2020-07-08T09:49:19.027Z] Kernel Version: 4.4.0-139-generic [2020-07-08T09:49:19.027Z] Operating System: Ubuntu 16.04.3 LTS [2020-07-08T09:49:19.027Z] OSType: linux [2020-07-08T09:49:19.027Z] Architecture: ppc64le [2020-07-08T09:49:19.027Z] CPUs: 4 [2020-07-08T09:49:19.027Z] Total Memory: 7.972GiB [2020-07-08T09:49:19.027Z] Name: ppc64le-ubuntu-12 [2020-07-08T09:49:19.027Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-07-08T09:49:19.027Z] Docker Root Dir: /var/lib/docker [2020-07-08T09:49:19.027Z] Debug Mode (client): false [2020-07-08T09:49:19.027Z] Debug Mode (server): false [2020-07-08T09:49:19.027Z] Username: dockerbuildbot [2020-07-08T09:49:19.027Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:49:19.027Z] Labels: [2020-07-08T09:49:19.027Z] Experimental: true [2020-07-08T09:49:19.027Z] Insecure Registries: [2020-07-08T09:49:19.027Z] 127.0.0.0/8 [2020-07-08T09:49:19.027Z] Live Restore Enabled: false [2020-07-08T09:49:19.027Z] [Pipeline] sh [2020-07-08T09:49:19.413Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:49:19.414Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:49:19.414Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41168/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-07-08T09:49:19.414Z] + bash /home/docker/workspace/moby_PR-41168/check-config.sh [2020-07-08T09:49:19.414Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-07-08T09:49:19.414Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-07-08T09:49:19.414Z] [2020-07-08T09:49:19.414Z] Generally Necessary: [2020-07-08T09:49:19.414Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-07-08T09:49:19.414Z] - apparmor: enabled and tools installed [2020-07-08T09:49:19.414Z] - CONFIG_NAMESPACES: enabled [2020-07-08T09:49:19.414Z] - CONFIG_NET_NS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_PID_NS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_IPC_NS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_UTS_NS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_CGROUPS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-07-08T09:49:19.414Z] - CONFIG_CGROUP_DEVICE: enabled [2020-07-08T09:49:19.414Z] - CONFIG_CGROUP_FREEZER: enabled [2020-07-08T09:49:19.414Z] - CONFIG_CGROUP_SCHED: enabled [2020-07-08T09:49:19.414Z] - CONFIG_CPUSETS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_MEMCG: enabled [2020-07-08T09:49:19.414Z] - CONFIG_KEYS: enabled [2020-07-08T09:49:19.414Z] - CONFIG_VETH: enabled (as module) [2020-07-08T09:49:19.414Z] - CONFIG_BRIDGE: enabled (as module) [2020-07-08T09:49:19.414Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-07-08T09:49:17.645Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:49:17.648Z] > git checkout -f 72cad21d9e05f36201a4e3b03c6441916ac6ed5a # timeout=10 [2020-07-08T09:49:17.747Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:49:19.715Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_NF_NAT: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-07-08T09:49:19.715Z] - CONFIG_POSIX_MQUEUE: enabled [2020-07-08T09:49:19.715Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-07-08T09:49:19.715Z] [2020-07-08T09:49:19.715Z] Optional Features: [2020-07-08T09:49:19.715Z] - CONFIG_USER_NS: enabled [2020-07-08T09:49:19.715Z] - CONFIG_SECCOMP: enabled [2020-07-08T09:49:19.715Z] - CONFIG_CGROUP_PIDS: enabled [2020-07-08T09:49:19.715Z] - CONFIG_MEMCG_SWAP: enabled [2020-07-08T09:49:19.715Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-07-08T09:49:19.715Z] (cgroup swap accounting is currently enabled) [2020-07-08T09:49:19.715Z] - CONFIG_MEMCG_KMEM: enabled [2020-07-08T09:49:19.715Z] - CONFIG_BLK_CGROUP: enabled [2020-07-08T09:49:19.715Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-07-08T09:49:19.715Z] - CONFIG_IOSCHED_CFQ: enabled [2020-07-08T09:49:19.715Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-07-08T09:49:19.715Z] - CONFIG_CGROUP_PERF: enabled [2020-07-08T09:49:19.715Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-07-08T09:49:19.715Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-07-08T09:49:19.715Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-07-08T09:49:19.715Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-07-08T09:49:19.715Z] - CONFIG_RT_GROUP_SCHED: missing [2020-07-08T09:49:19.715Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_IP_VS: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_IP_VS_NFCT: enabled [2020-07-08T09:49:19.715Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-07-08T09:49:19.715Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-07-08T09:49:19.715Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_EXT4_FS: enabled [2020-07-08T09:49:19.715Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-07-08T09:49:19.715Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-07-08T09:49:19.715Z] - Network Drivers: [2020-07-08T09:49:19.715Z] - "overlay": [2020-07-08T09:49:19.715Z] - CONFIG_VXLAN: enabled (as module) [2020-07-08T09:49:19.715Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-07-08T09:49:19.715Z] Optional (for encrypted networks): [2020-07-08T09:49:19.797Z] #7 extracting sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 1.3s done [2020-07-08T09:49:19.798Z] #7 extracting sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c [2020-07-08T09:49:20.008Z] - CONFIG_CRYPTO: enabled [2020-07-08T09:49:20.008Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_XFRM: enabled [2020-07-08T09:49:20.008Z] - CONFIG_XFRM_USER: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_INET_ESP: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-07-08T09:49:20.008Z] - "ipvlan": [2020-07-08T09:49:20.008Z] - CONFIG_IPVLAN: enabled (as module) [2020-07-08T09:49:20.008Z] - "macvlan": [2020-07-08T09:49:20.008Z] - CONFIG_MACVLAN: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_DUMMY: enabled (as module) [2020-07-08T09:49:20.008Z] - "ftp,tftp client in container": [2020-07-08T09:49:20.008Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-07-08T09:49:20.008Z] - Storage Drivers: [2020-07-08T09:49:20.008Z] - "aufs": [2020-07-08T09:49:20.008Z] - CONFIG_AUFS_FS: enabled (as module) [2020-07-08T09:49:20.008Z] - "btrfs": [2020-07-08T09:49:20.008Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-07-08T09:49:20.008Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-07-08T09:49:20.008Z] - "devicemapper": [2020-07-08T09:49:20.008Z] - CONFIG_BLK_DEV_DM: enabled [2020-07-08T09:49:20.008Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-07-08T09:49:20.008Z] - "overlay": [2020-07-08T09:49:20.008Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-07-08T09:49:20.008Z] - "zfs": [2020-07-08T09:49:20.008Z] - /dev/zfs: missing [2020-07-08T09:49:20.008Z] - zfs command: missing [2020-07-08T09:49:20.008Z] - zpool command: missing [2020-07-08T09:49:20.008Z] [2020-07-08T09:49:20.008Z] Limits: [2020-07-08T09:49:20.008Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-07-08T09:49:20.008Z] [2020-07-08T09:49:20.008Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-07-08T09:49:20.450Z] + make bundles/buildx [2020-07-08T09:49:20.744Z] make: command: Command not found [2020-07-08T09:49:20.744Z] make: command: Command not found [2020-07-08T09:49:20.744Z] mkdir bundles [2020-07-08T09:49:20.744Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-07-08T09:49:20.744Z] --build-arg BUILDX_COMMIT \ [2020-07-08T09:49:20.744Z] --build-arg BUILDX_REPO \ [2020-07-08T09:49:20.744Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-07-08T09:49:20.744Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-07-08T09:49:20.744Z] . [2020-07-08T09:49:20.744Z] /bin/sh: 4: go: not found [2020-07-08T09:49:20.744Z] /bin/sh: 5: go: not found [2020-07-08T09:49:21.345Z] #7 extracting sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 1.2s done [2020-07-08T09:49:21.345Z] #7 extracting sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe [2020-07-08T09:49:22.836Z] Sending build context to Docker daemon 56.03MB [2020-07-08T09:49:22.836Z] Step 1/15 : ARG GO_VERSION=1.13.12 [2020-07-08T09:49:22.836Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-07-08T09:49:22.836Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-07-08T09:49:22.836Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-07-08T09:49:22.836Z] 1.13.12-buster: Pulling from library/golang [2020-07-08T09:49:23.132Z] 0cad52b1770a: Pulling fs layer [2020-07-08T09:49:23.132Z] e0318f8e4196: Pulling fs layer [2020-07-08T09:49:23.132Z] cec302fe9541: Pulling fs layer [2020-07-08T09:49:23.132Z] bf65a8c1ffe0: Pulling fs layer [2020-07-08T09:49:23.132Z] 7355b492f1f7: Pulling fs layer [2020-07-08T09:49:23.132Z] 3e2e3e16099d: Pulling fs layer [2020-07-08T09:49:23.132Z] f8e8effe76ee: Pulling fs layer [2020-07-08T09:49:23.132Z] bf65a8c1ffe0: Waiting [2020-07-08T09:49:23.132Z] 7355b492f1f7: Waiting [2020-07-08T09:49:23.132Z] 3e2e3e16099d: Waiting [2020-07-08T09:49:23.132Z] f8e8effe76ee: Waiting [2020-07-08T09:49:23.427Z] e0318f8e4196: Verifying Checksum [2020-07-08T09:49:23.427Z] e0318f8e4196: Download complete [2020-07-08T09:49:23.427Z] cec302fe9541: Verifying Checksum [2020-07-08T09:49:23.427Z] cec302fe9541: Download complete [2020-07-08T09:49:24.102Z] #7 extracting sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 2.7s done [2020-07-08T09:49:24.102Z] #7 extracting sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 0.0s done [2020-07-08T09:49:24.102Z] #7 DONE 10.3s [2020-07-08T09:49:24.394Z] [2020-07-08T09:49:24.394Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-07-08T09:49:25.473Z] #8 DONE 1.2s [2020-07-08T09:49:25.473Z] [2020-07-08T09:49:25.473Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-07-08T09:49:26.394Z] 0cad52b1770a: Verifying Checksum [2020-07-08T09:49:26.394Z] 0cad52b1770a: Download complete [2020-07-08T09:49:26.550Z] #9 DONE 1.1s [2020-07-08T09:49:26.550Z] [2020-07-08T09:49:26.550Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-07-08T09:49:26.550Z] #35 DONE 0.1s [2020-07-08T09:49:26.550Z] [2020-07-08T09:49:26.550Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:26.701Z] bf65a8c1ffe0: Verifying Checksum [2020-07-08T09:49:26.701Z] bf65a8c1ffe0: Download complete [2020-07-08T09:49:26.701Z] f8e8effe76ee: Verifying Checksum [2020-07-08T09:49:26.701Z] f8e8effe76ee: Download complete [2020-07-08T09:49:26.845Z] #60 ... [2020-07-08T09:49:26.845Z] [2020-07-08T09:49:26.845Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-07-08T09:49:26.845Z] #27 DONE 0.1s [2020-07-08T09:49:26.845Z] [2020-07-08T09:49:26.845Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:49:28.249Z] 7355b492f1f7: Verifying Checksum [2020-07-08T09:49:28.249Z] 7355b492f1f7: Download complete [2020-07-08T09:49:29.775Z] 0cad52b1770a: Pull complete [2020-07-08T09:49:30.070Z] e0318f8e4196: Pull complete [2020-07-08T09:49:30.368Z] 3e2e3e16099d: Verifying Checksum [2020-07-08T09:49:30.368Z] 3e2e3e16099d: Download complete [2020-07-08T09:49:30.368Z] cec302fe9541: Pull complete [2020-07-08T09:49:31.405Z] #28 4.439 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-07-08T09:49:31.405Z] #28 4.442 Cloning into '.'... [2020-07-08T09:49:32.037Z] #28 ... [2020-07-08T09:49:32.037Z] [2020-07-08T09:49:32.037Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:32.037Z] #60 3.088 + RM_GOPATH=0 [2020-07-08T09:49:32.037Z] #60 3.088 + TMP_GOPATH= [2020-07-08T09:49:32.037Z] #60 3.088 + : /build [2020-07-08T09:49:32.037Z] #60 3.088 + '[' -z '' ']' [2020-07-08T09:49:32.037Z] #60 3.088 ++ mktemp -d [2020-07-08T09:49:32.037Z] #60 3.088 + export GOPATH=/tmp/tmp.z4aD4VD2X7 [2020-07-08T09:49:32.037Z] #60 3.088 + GOPATH=/tmp/tmp.z4aD4VD2X7 [2020-07-08T09:49:32.037Z] #60 3.088 + RM_GOPATH=1 [2020-07-08T09:49:32.037Z] #60 3.089 + case "$(go env GOARCH)" in [2020-07-08T09:49:32.037Z] #60 3.089 ++ go env GOARCH [2020-07-08T09:49:32.037Z] #60 3.174 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:32.037Z] #60 3.174 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:32.037Z] #60 3.174 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:32.037Z] #60 3.180 + dir=/tmp/install [2020-07-08T09:49:32.037Z] #60 3.180 + bin=proxy [2020-07-08T09:49:32.037Z] #60 3.180 + shift [2020-07-08T09:49:32.037Z] #60 3.180 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-07-08T09:49:32.037Z] #60 3.180 + . /tmp/install/proxy.installer [2020-07-08T09:49:32.037Z] #60 3.180 ++ : 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:49:32.037Z] #60 3.180 + install_proxy [2020-07-08T09:49:32.037Z] #60 3.180 + case "$1" in [2020-07-08T09:49:32.037Z] #60 3.180 + export CGO_ENABLED=0 [2020-07-08T09:49:32.037Z] #60 3.180 + CGO_ENABLED=0 [2020-07-08T09:49:32.037Z] #60 3.180 + _install_proxy [2020-07-08T09:49:32.037Z] #60 3.181 Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:49:32.037Z] #60 3.181 + echo 'Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed' [2020-07-08T09:49:32.037Z] #60 3.181 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.z4aD4VD2X7/src/github.com/docker/libnetwork [2020-07-08T09:49:32.037Z] #60 3.182 Cloning into '/tmp/tmp.z4aD4VD2X7/src/github.com/docker/libnetwork'... [2020-07-08T09:49:32.671Z] #60 ... [2020-07-08T09:49:32.671Z] [2020-07-08T09:49:32.671Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:32.671Z] #21 1.254 Install docker/cli version 17.06.2-ce from stable [2020-07-08T09:49:32.671Z] #21 1.254 + RM_GOPATH=0 [2020-07-08T09:49:32.671Z] #21 1.254 + TMP_GOPATH= [2020-07-08T09:49:32.671Z] #21 1.254 + : /build [2020-07-08T09:49:32.671Z] #21 1.254 + '[' -z '' ']' [2020-07-08T09:49:32.671Z] #21 1.254 ++ mktemp -d [2020-07-08T09:49:32.671Z] #21 1.254 + export GOPATH=/tmp/tmp.Ps0GmRIInK [2020-07-08T09:49:32.671Z] #21 1.254 + GOPATH=/tmp/tmp.Ps0GmRIInK [2020-07-08T09:49:32.671Z] #21 1.254 + RM_GOPATH=1 [2020-07-08T09:49:32.671Z] #21 1.254 + case "$(go env GOARCH)" in [2020-07-08T09:49:32.671Z] #21 1.254 ++ go env GOARCH [2020-07-08T09:49:32.671Z] #21 1.254 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:32.671Z] #21 1.254 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:32.671Z] #21 1.254 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:32.671Z] #21 1.254 + dir=/tmp/install [2020-07-08T09:49:32.671Z] #21 1.254 + bin=dockercli [2020-07-08T09:49:32.671Z] #21 1.254 + shift [2020-07-08T09:49:32.671Z] #21 1.254 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-07-08T09:49:32.671Z] #21 1.254 + . /tmp/install/dockercli.installer [2020-07-08T09:49:32.671Z] #21 1.254 ++ : stable [2020-07-08T09:49:32.671Z] #21 1.254 ++ : 17.06.2-ce [2020-07-08T09:49:32.671Z] #21 1.254 + install_dockercli [2020-07-08T09:49:32.671Z] #21 1.254 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-07-08T09:49:32.671Z] #21 1.254 ++ uname -m [2020-07-08T09:49:32.671Z] #21 1.254 + arch=s390x [2020-07-08T09:49:32.671Z] #21 1.254 + '[' s390x '!=' x86_64 ']' [2020-07-08T09:49:32.671Z] #21 1.254 + '[' s390x '!=' s390x ']' [2020-07-08T09:49:32.671Z] #21 1.254 + url=https://download.docker.com/linux/static [2020-07-08T09:49:32.671Z] #21 1.254 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-07-08T09:49:32.671Z] #21 1.254 + tar -xz docker/docker [2020-07-08T09:49:32.671Z] #21 5.738 + mkdir -p /build [2020-07-08T09:49:32.671Z] #21 5.742 + mv docker/docker /build/ [2020-07-08T09:49:32.671Z] #21 5.746 + rmdir docker [2020-07-08T09:49:32.671Z] #21 DONE 6.0s [2020-07-08T09:49:32.671Z] [2020-07-08T09:49:32.671Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:32.671Z] #43 2.663 + RM_GOPATH=0 [2020-07-08T09:49:32.671Z] #43 2.663 + TMP_GOPATH= [2020-07-08T09:49:32.671Z] #43 2.663 + : /build [2020-07-08T09:49:32.671Z] #43 2.663 + '[' -z '' ']' [2020-07-08T09:49:32.671Z] #43 2.663 ++ mktemp -d [2020-07-08T09:49:32.671Z] #43 2.663 + export GOPATH=/tmp/tmp.3NHNhddS9K [2020-07-08T09:49:32.671Z] #43 2.663 + GOPATH=/tmp/tmp.3NHNhddS9K [2020-07-08T09:49:32.671Z] #43 2.663 + RM_GOPATH=1 [2020-07-08T09:49:32.671Z] #43 2.663 + case "$(go env GOARCH)" in [2020-07-08T09:49:32.671Z] #43 2.663 ++ go env GOARCH [2020-07-08T09:49:32.671Z] #43 2.679 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:32.671Z] #43 2.679 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:32.671Z] #43 2.679 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:32.671Z] #43 2.679 + dir=/tmp/install [2020-07-08T09:49:32.671Z] #43 2.679 + bin=gotestsum [2020-07-08T09:49:32.671Z] #43 2.679 + shift [2020-07-08T09:49:32.671Z] #43 2.679 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-07-08T09:49:32.671Z] #43 2.679 + . /tmp/install/gotestsum.installer [2020-07-08T09:49:32.671Z] #43 2.679 ++ : v0.3.5 [2020-07-08T09:49:32.671Z] #43 2.679 + install_gotestsum [2020-07-08T09:49:32.671Z] #43 2.679 + set -e [2020-07-08T09:49:32.671Z] #43 2.679 + export GO111MODULE=on [2020-07-08T09:49:32.671Z] #43 2.679 + GO111MODULE=on [2020-07-08T09:49:32.671Z] #43 2.679 + GOBIN=/build [2020-07-08T09:49:32.671Z] #43 2.679 + go get gotest.tools/gotestsum@v0.3.5 [2020-07-08T09:49:32.671Z] #43 2.726 go: finding gotest.tools/gotestsum v0.3.5 [2020-07-08T09:49:32.671Z] #43 2.732 go: finding gotest.tools v0.3.5 [2020-07-08T09:49:32.671Z] #43 3.549 go: downloading gotest.tools/gotestsum v0.3.5 [2020-07-08T09:49:32.671Z] #43 3.847 go: extracting gotest.tools/gotestsum v0.3.5 [2020-07-08T09:49:32.671Z] #43 4.188 go: downloading gotest.tools v2.1.0+incompatible [2020-07-08T09:49:32.671Z] #43 4.309 go: extracting gotest.tools v2.1.0+incompatible [2020-07-08T09:49:32.671Z] #43 4.383 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:49:32.671Z] #43 4.385 go: downloading github.com/fatih/color v1.6.0 [2020-07-08T09:49:32.671Z] #43 4.412 go: downloading github.com/pkg/errors v0.8.0 [2020-07-08T09:49:32.671Z] #43 4.419 go: downloading github.com/spf13/pflag v1.0.1 [2020-07-08T09:49:32.671Z] #43 4.430 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:49:32.671Z] #43 4.566 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:49:32.671Z] #43 4.586 go: extracting github.com/pkg/errors v0.8.0 [2020-07-08T09:49:32.671Z] #43 4.847 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:49:32.671Z] #43 4.890 go: extracting github.com/fatih/color v1.6.0 [2020-07-08T09:49:32.671Z] #43 4.921 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:49:32.671Z] #43 4.925 go: extracting github.com/spf13/pflag v1.0.1 [2020-07-08T09:49:32.671Z] #43 4.939 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:49:32.671Z] #43 4.952 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:49:32.671Z] #43 4.962 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:49:32.671Z] #43 4.967 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:49:32.671Z] #43 4.992 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:49:32.671Z] #43 4.995 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:49:32.671Z] #43 5.220 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:49:32.671Z] #43 5.347 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:49:33.138Z] bf65a8c1ffe0: Pull complete [2020-07-08T09:49:33.381Z] #43 6.644 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:49:33.381Z] #43 6.696 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:49:34.038Z] #43 7.474 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:49:35.239Z] 7355b492f1f7: Pull complete [2020-07-08T09:49:36.131Z] #43 9.174 go: finding github.com/fatih/color v1.6.0 [2020-07-08T09:49:36.131Z] #43 9.239 go: finding github.com/pkg/errors v0.8.0 [2020-07-08T09:49:36.131Z] #43 9.268 go: finding github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:49:36.131Z] #43 9.357 go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:49:36.131Z] #43 9.366 go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:49:36.131Z] #43 9.367 go: finding github.com/spf13/pflag v1.0.1 [2020-07-08T09:49:36.131Z] #43 9.475 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:49:36.131Z] #43 9.535 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:49:36.131Z] #43 9.614 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:49:36.131Z] #43 9.650 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:49:36.131Z] #43 9.716 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:49:36.762Z] #43 ... [2020-07-08T09:49:36.762Z] [2020-07-08T09:49:36.762Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:36.762Z] #45 3.387 + RM_GOPATH=0 [2020-07-08T09:49:36.762Z] #45 3.387 + TMP_GOPATH= [2020-07-08T09:49:36.762Z] #45 3.387 + : /build [2020-07-08T09:49:36.762Z] #45 3.387 + '[' -z '' ']' [2020-07-08T09:49:36.762Z] #45 3.388 ++ mktemp -d [2020-07-08T09:49:36.762Z] #45 3.391 + export GOPATH=/tmp/tmp.9Rp0CwzPQN [2020-07-08T09:49:36.762Z] #45 3.391 + GOPATH=/tmp/tmp.9Rp0CwzPQN [2020-07-08T09:49:36.762Z] #45 3.391 + RM_GOPATH=1 [2020-07-08T09:49:36.762Z] #45 3.391 + case "$(go env GOARCH)" in [2020-07-08T09:49:36.762Z] #45 3.391 ++ go env GOARCH [2020-07-08T09:49:36.762Z] #45 3.405 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:36.762Z] #45 3.405 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:36.762Z] #45 3.406 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:36.762Z] #45 3.409 + dir=/tmp/install [2020-07-08T09:49:36.762Z] #45 3.409 + bin=golangci_lint [2020-07-08T09:49:36.762Z] #45 3.409 + shift [2020-07-08T09:49:36.762Z] #45 3.409 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-07-08T09:49:36.762Z] #45 3.409 + . /tmp/install/golangci_lint.installer [2020-07-08T09:49:36.762Z] #45 3.409 ++ : v1.23.8 [2020-07-08T09:49:36.762Z] #45 3.409 + install_golangci_lint [2020-07-08T09:49:36.762Z] #45 3.410 + echo 'Installing golangci-lint version v1.23.8' [2020-07-08T09:49:36.762Z] #45 3.410 Installing golangci-lint version v1.23.8 [2020-07-08T09:49:36.762Z] #45 3.410 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-07-08T09:49:36.762Z] #45 ... [2020-07-08T09:49:36.762Z] [2020-07-08T09:49:36.762Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:36.762Z] #54 2.726 + RM_GOPATH=0 [2020-07-08T09:49:36.762Z] #54 2.726 + TMP_GOPATH= [2020-07-08T09:49:36.762Z] #54 2.726 + : /build [2020-07-08T09:49:36.762Z] #54 2.726 + '[' -z '' ']' [2020-07-08T09:49:36.762Z] #54 2.732 ++ mktemp -d [2020-07-08T09:49:36.762Z] #54 2.732 + export GOPATH=/tmp/tmp.BUQIE3tgsm [2020-07-08T09:49:36.762Z] #54 2.732 + GOPATH=/tmp/tmp.BUQIE3tgsm [2020-07-08T09:49:36.762Z] #54 2.732 + RM_GOPATH=1 [2020-07-08T09:49:36.762Z] #54 2.732 + case "$(go env GOARCH)" in [2020-07-08T09:49:36.762Z] #54 2.732 ++ go env GOARCH [2020-07-08T09:49:36.762Z] #54 2.748 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:36.762Z] #54 2.748 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:36.762Z] #54 2.748 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:36.762Z] #54 2.749 + dir=/tmp/install [2020-07-08T09:49:36.762Z] #54 2.749 + bin=rootlesskit [2020-07-08T09:49:36.762Z] #54 2.749 + shift [2020-07-08T09:49:36.762Z] #54 2.749 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-07-08T09:49:36.762Z] #54 2.749 + . /tmp/install/rootlesskit.installer [2020-07-08T09:49:36.762Z] #54 2.749 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:49:36.762Z] #54 2.749 + install_rootlesskit [2020-07-08T09:49:36.762Z] #54 2.749 + case "$1" in [2020-07-08T09:49:36.762Z] #54 2.749 + export CGO_ENABLED=0 [2020-07-08T09:49:36.762Z] #54 2.749 + CGO_ENABLED=0 [2020-07-08T09:49:36.762Z] #54 2.749 + _install_rootlesskit [2020-07-08T09:49:36.762Z] #54 2.749 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' [2020-07-08T09:49:36.762Z] #54 2.749 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.BUQIE3tgsm/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:49:36.762Z] #54 2.749 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:49:36.762Z] #54 2.752 Cloning into '/tmp/tmp.BUQIE3tgsm/src/github.com/rootless-containers/rootlesskit'... [2020-07-08T09:49:36.762Z] #54 6.046 + cd /tmp/tmp.BUQIE3tgsm/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:49:36.762Z] #54 6.046 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:49:36.762Z] #54 6.286 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:49:36.762Z] #54 6.286 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-07-08T09:49:37.052Z] #54 ... [2020-07-08T09:49:37.052Z] [2020-07-08T09:49:37.052Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:37.052Z] #38 4.416 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:49:37.052Z] #38 4.456 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:49:37.052Z] #38 4.473 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:49:37.052Z] #38 5.180 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-07-08T09:49:37.052Z] #38 6.668 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [186 kB] [2020-07-08T09:49:37.052Z] #38 7.937 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-07-08T09:49:37.052Z] #38 ... [2020-07-08T09:49:37.052Z] [2020-07-08T09:49:37.052Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:37.052Z] #30 1.459 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:49:37.052Z] #30 1.459 + RM_GOPATH=0 [2020-07-08T09:49:37.052Z] #30 1.459 + TMP_GOPATH= [2020-07-08T09:49:37.052Z] #30 1.459 + : /build [2020-07-08T09:49:37.052Z] #30 1.459 + '[' -z '' ']' [2020-07-08T09:49:37.052Z] #30 1.459 ++ mktemp -d [2020-07-08T09:49:37.052Z] #30 1.459 + export GOPATH=/tmp/tmp.1n4GC8EXw8 [2020-07-08T09:49:37.052Z] #30 1.459 + GOPATH=/tmp/tmp.1n4GC8EXw8 [2020-07-08T09:49:37.052Z] #30 1.459 + RM_GOPATH=1 [2020-07-08T09:49:37.052Z] #30 1.459 + case "$(go env GOARCH)" in [2020-07-08T09:49:37.052Z] #30 1.459 ++ go env GOARCH [2020-07-08T09:49:37.052Z] #30 1.459 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:37.052Z] #30 1.459 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:37.052Z] #30 1.459 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:37.052Z] #30 1.459 + dir=/tmp/install [2020-07-08T09:49:37.052Z] #30 1.459 + bin=tomlv [2020-07-08T09:49:37.052Z] #30 1.459 + shift [2020-07-08T09:49:37.052Z] #30 1.459 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-07-08T09:49:37.052Z] #30 1.459 + . /tmp/install/tomlv.installer [2020-07-08T09:49:37.052Z] #30 1.459 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:49:37.052Z] #30 1.459 + install_tomlv [2020-07-08T09:49:37.052Z] #30 1.459 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-07-08T09:49:37.052Z] #30 1.459 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.1n4GC8EXw8/src/github.com/BurntSushi/toml [2020-07-08T09:49:37.052Z] #30 1.459 Cloning into '/tmp/tmp.1n4GC8EXw8/src/github.com/BurntSushi/toml'... [2020-07-08T09:49:37.052Z] #30 1.888 + cd /tmp/tmp.1n4GC8EXw8/src/github.com/BurntSushi/toml [2020-07-08T09:49:37.052Z] #30 1.888 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:49:37.052Z] #30 1.888 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:49:37.052Z] #30 2.130 internal/cpu [2020-07-08T09:49:37.052Z] #30 2.130 runtime/internal/atomic [2020-07-08T09:49:37.052Z] #30 2.249 runtime/internal/sys [2020-07-08T09:49:37.052Z] #30 2.483 runtime/internal/math [2020-07-08T09:49:37.052Z] #30 2.511 math/bits [2020-07-08T09:49:37.052Z] #30 2.544 internal/bytealg [2020-07-08T09:49:37.052Z] #30 2.930 math [2020-07-08T09:49:37.052Z] #30 3.000 runtime [2020-07-08T09:49:37.052Z] #30 8.181 internal/testlog [2020-07-08T09:49:37.052Z] #30 8.406 encoding [2020-07-08T09:49:37.052Z] #30 8.508 runtime/cgo [2020-07-08T09:49:37.348Z] #30 ... [2020-07-08T09:49:37.348Z] [2020-07-08T09:49:37.348Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:49:37.348Z] #41 1.691 + RM_GOPATH=0 [2020-07-08T09:49:37.348Z] #41 1.691 + TMP_GOPATH= [2020-07-08T09:49:37.348Z] #41 1.691 + : /build [2020-07-08T09:49:37.348Z] #41 1.691 + '[' -z '' ']' [2020-07-08T09:49:37.348Z] #41 1.691 ++ mktemp -d [2020-07-08T09:49:37.348Z] #41 1.691 + export GOPATH=/tmp/tmp.OnsvnaAHqu [2020-07-08T09:49:37.348Z] #41 1.691 + GOPATH=/tmp/tmp.OnsvnaAHqu [2020-07-08T09:49:37.348Z] #41 1.691 + RM_GOPATH=1 [2020-07-08T09:49:37.348Z] #41 1.691 + case "$(go env GOARCH)" in [2020-07-08T09:49:37.348Z] #41 1.691 ++ go env GOARCH [2020-07-08T09:49:37.348Z] #41 1.691 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:37.348Z] #41 1.691 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:37.348Z] #41 1.691 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:37.348Z] #41 1.691 + dir=/tmp/install [2020-07-08T09:49:37.348Z] #41 1.691 + bin=vndr [2020-07-08T09:49:37.348Z] #41 1.691 + shift [2020-07-08T09:49:37.348Z] #41 1.691 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-07-08T09:49:37.348Z] #41 1.691 + . /tmp/install/vndr.installer [2020-07-08T09:49:37.348Z] #41 1.691 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:49:37.348Z] #41 1.691 + install_vndr [2020-07-08T09:49:37.348Z] #41 1.691 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-07-08T09:49:37.348Z] #41 1.691 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OnsvnaAHqu/src/github.com/LK4D4/vndr [2020-07-08T09:49:37.348Z] #41 1.691 Cloning into '/tmp/tmp.OnsvnaAHqu/src/github.com/LK4D4/vndr'... [2020-07-08T09:49:37.348Z] #41 1.703 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:49:37.348Z] #41 2.189 + cd /tmp/tmp.OnsvnaAHqu/src/github.com/LK4D4/vndr [2020-07-08T09:49:37.348Z] #41 2.189 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:49:37.348Z] #41 2.192 + go build -buildmode=pie -v -o /build/vndr . [2020-07-08T09:49:37.348Z] #41 3.083 internal/race [2020-07-08T09:49:37.348Z] #41 3.132 runtime [2020-07-08T09:49:37.348Z] #41 3.268 sync/atomic [2020-07-08T09:49:37.348Z] #41 3.547 unicode [2020-07-08T09:49:37.348Z] #41 6.765 unicode/utf8 [2020-07-08T09:49:37.348Z] #41 8.113 math [2020-07-08T09:49:37.348Z] #41 ... [2020-07-08T09:49:37.348Z] [2020-07-08T09:49:37.348Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:49:37.348Z] #23 3.620 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:49:37.348Z] #23 3.754 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:49:37.348Z] #23 3.770 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:49:37.348Z] #23 4.445 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-07-08T09:49:37.348Z] #23 6.668 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [186 kB] [2020-07-08T09:49:37.348Z] #23 6.868 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-07-08T09:49:37.348Z] #23 ... [2020-07-08T09:49:37.348Z] [2020-07-08T09:49:37.348Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:49:37.348Z] #51 4.634 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:49:37.348Z] #51 4.676 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:49:37.348Z] #51 4.692 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:49:37.348Z] #51 5.540 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-07-08T09:49:37.348Z] #51 8.115 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [186 kB] [2020-07-08T09:49:37.348Z] #51 9.992 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-07-08T09:49:37.642Z] #51 ... [2020-07-08T09:49:37.642Z] [2020-07-08T09:49:37.642Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:49:37.642Z] #32 3.811 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:49:37.642Z] #32 3.852 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:49:37.642Z] #32 3.891 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:49:37.642Z] #32 4.626 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-07-08T09:49:37.642Z] #32 6.748 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [186 kB] [2020-07-08T09:49:37.642Z] #32 7.485 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-07-08T09:49:37.642Z] #32 ... [2020-07-08T09:49:37.642Z] [2020-07-08T09:49:37.642Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:49:37.642Z] #10 4.520 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:49:37.642Z] #10 4.582 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:49:37.642Z] #10 4.592 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:49:37.642Z] #10 5.426 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-07-08T09:49:37.642Z] #10 8.046 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [186 kB] [2020-07-08T09:49:37.642Z] #10 10.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-07-08T09:49:37.933Z] #10 ... [2020-07-08T09:49:37.933Z] [2020-07-08T09:49:37.933Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:37.933Z] #47 3.542 + RM_GOPATH=0 [2020-07-08T09:49:37.933Z] #47 3.542 + TMP_GOPATH= [2020-07-08T09:49:37.933Z] #47 3.542 + : /build [2020-07-08T09:49:37.933Z] #47 3.542 + '[' -z '' ']' [2020-07-08T09:49:37.933Z] #47 3.542 ++ mktemp -d [2020-07-08T09:49:37.933Z] #47 3.545 + export GOPATH=/tmp/tmp.85bxpZ6FmL [2020-07-08T09:49:37.933Z] #47 3.545 + GOPATH=/tmp/tmp.85bxpZ6FmL [2020-07-08T09:49:37.933Z] #47 3.545 + RM_GOPATH=1 [2020-07-08T09:49:37.933Z] #47 3.545 + case "$(go env GOARCH)" in [2020-07-08T09:49:37.933Z] #47 3.559 ++ go env GOARCH [2020-07-08T09:49:37.933Z] #47 3.562 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:37.933Z] #47 3.562 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:49:37.933Z] #47 3.563 ++ dirname /tmp/install/install.sh [2020-07-08T09:49:37.933Z] #47 3.563 + dir=/tmp/install [2020-07-08T09:49:37.933Z] #47 3.563 + bin=shfmt [2020-07-08T09:49:37.933Z] #47 3.563 + shift [2020-07-08T09:49:37.933Z] #47 3.563 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-07-08T09:49:37.933Z] #47 3.563 + . /tmp/install/shfmt.installer [2020-07-08T09:49:37.933Z] #47 3.564 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:49:37.933Z] #47 3.564 + install_shfmt [2020-07-08T09:49:37.933Z] #47 3.564 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-07-08T09:49:37.933Z] #47 3.564 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:49:37.933Z] #47 3.564 + git clone https://github.com/mvdan/sh.git /tmp/tmp.85bxpZ6FmL/src/github.com/mvdan/sh [2020-07-08T09:49:37.933Z] #47 3.565 Cloning into '/tmp/tmp.85bxpZ6FmL/src/github.com/mvdan/sh'... [2020-07-08T09:49:37.933Z] #47 10.13 + cd /tmp/tmp.85bxpZ6FmL/src/github.com/mvdan/sh [2020-07-08T09:49:37.933Z] #47 10.13 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:49:37.933Z] #47 10.14 + GO111MODULE=on [2020-07-08T09:49:37.933Z] #47 10.14 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-07-08T09:49:37.933Z] #47 10.89 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:49:37.933Z] #47 10.89 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:49:37.933Z] #47 10.95 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:49:37.933Z] #47 11.16 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:49:37.933Z] #47 11.19 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:49:37.933Z] #47 ... [2020-07-08T09:49:37.933Z] [2020-07-08T09:49:37.933Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:49:37.933Z] #36 3.669 + git clone https://github.com/docker/distribution.git . [2020-07-08T09:49:37.933Z] #36 3.670 Cloning into '.'... [2020-07-08T09:49:38.224Z] #36 ... [2020-07-08T09:49:38.224Z] [2020-07-08T09:49:38.224Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:49:38.224Z] #41 11.67 unicode/utf16 [2020-07-08T09:49:38.520Z] #41 11.90 container/list [2020-07-08T09:49:38.780Z] 3e2e3e16099d: Pull complete [2020-07-08T09:49:38.780Z] f8e8effe76ee: Pull complete [2020-07-08T09:49:38.780Z] Digest: sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 [2020-07-08T09:49:38.780Z] Status: Downloaded newer image for golang:1.13.12-buster [2020-07-08T09:49:38.780Z] ---> 22d48dbfbcad [2020-07-08T09:49:38.780Z] Step 5/15 : ARG BUILDX_REPO [2020-07-08T09:49:38.780Z] ---> Running in c2980551ef55 [2020-07-08T09:49:38.780Z] Removing intermediate container c2980551ef55 [2020-07-08T09:49:38.780Z] ---> eaff6c05fec9 [2020-07-08T09:49:38.780Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-07-08T09:49:39.076Z] ---> Running in f3375ec5c2fe [2020-07-08T09:49:39.076Z] Cloning into '/buildx'... [2020-07-08T09:49:39.153Z] #41 12.43 crypto/internal/subtle [2020-07-08T09:49:39.153Z] #41 12.57 crypto/subtle [2020-07-08T09:49:39.443Z] #41 12.72 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-07-08T09:49:39.443Z] #41 12.83 internal/nettrace [2020-07-08T09:49:39.443Z] #41 12.97 runtime/cgo [2020-07-08T09:49:42.618Z] Removing intermediate container f3375ec5c2fe [2020-07-08T09:49:42.618Z] ---> 3d382530a6d8 [2020-07-08T09:49:42.618Z] Step 7/15 : WORKDIR /buildx [2020-07-08T09:49:42.618Z] ---> Running in 8dc1e52add2b [2020-07-08T09:49:42.618Z] Removing intermediate container 8dc1e52add2b [2020-07-08T09:49:42.618Z] ---> a3e27ef031da [2020-07-08T09:49:42.618Z] Step 8/15 : ARG BUILDX_COMMIT [2020-07-08T09:49:42.618Z] ---> Running in 573ba777347b [2020-07-08T09:49:42.618Z] Removing intermediate container 573ba777347b [2020-07-08T09:49:42.618Z] ---> 63dca69dbecf [2020-07-08T09:49:42.618Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-07-08T09:49:42.618Z] ---> Running in 42ec15c07f2b [2020-07-08T09:49:43.254Z] From https://github.com/docker/buildx [2020-07-08T09:49:43.254Z] * [new tag] v0.3.1 -> build [2020-07-08T09:49:43.548Z] Switched to branch 'build' [2020-07-08T09:49:43.912Z] #41 ... [2020-07-08T09:49:43.912Z] [2020-07-08T09:49:43.912Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:43.912Z] #60 14.62 Checking out files: 91% (1899/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-07-08T09:49:43.912Z] #60 14.74 + cd /tmp/tmp.z4aD4VD2X7/src/github.com/docker/libnetwork [2020-07-08T09:49:43.912Z] #60 14.74 + git checkout -q 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:49:43.912Z] #60 14.88 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-07-08T09:49:44.593Z] Removing intermediate container 42ec15c07f2b [2020-07-08T09:49:44.593Z] ---> 035471579795 [2020-07-08T09:49:44.593Z] Step 10/15 : ARG GOOS [2020-07-08T09:49:44.593Z] ---> Running in db21741e45b7 [2020-07-08T09:49:44.593Z] Removing intermediate container db21741e45b7 [2020-07-08T09:49:44.593Z] ---> 55c5af506817 [2020-07-08T09:49:44.593Z] Step 11/15 : ARG GOARCH [2020-07-08T09:49:44.593Z] ---> Running in 729ae364ad3b [2020-07-08T09:49:44.886Z] Removing intermediate container 729ae364ad3b [2020-07-08T09:49:44.886Z] ---> d42f80bb204b [2020-07-08T09:49:44.886Z] 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-07-08T09:49:44.886Z] ---> Running in cd51e7ec49f6 [2020-07-08T09:49:48.372Z] #60 ... [2020-07-08T09:49:48.372Z] [2020-07-08T09:49:48.372Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:48.372Z] #47 11.70 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:49:48.372Z] #47 12.26 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:49:48.372Z] #47 13.06 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:49:48.372Z] #47 14.00 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:49:48.372Z] #47 14.16 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:49:48.372Z] #47 14.31 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:49:48.372Z] #47 14.38 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:49:48.372Z] #47 14.92 runtime [2020-07-08T09:49:48.372Z] #47 ... [2020-07-08T09:49:48.372Z] [2020-07-08T09:49:48.372Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:49:48.372Z] #36 14.33 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-07-08T09:49:48.372Z] #36 15.92 + 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-07-08T09:49:48.662Z] #36 ... [2020-07-08T09:49:48.662Z] [2020-07-08T09:49:48.662Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:49:48.662Z] #32 14.47 Fetched 8055 kB in 11s (755 kB/s) [2020-07-08T09:49:48.662Z] #32 14.47 Reading package lists... [2020-07-08T09:49:48.662Z] #32 18.02 Reading package lists... [2020-07-08T09:49:48.662Z] #32 21.48 Building dependency tree... [2020-07-08T09:49:48.952Z] #32 ... [2020-07-08T09:49:48.952Z] [2020-07-08T09:49:48.952Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:48.952Z] #38 14.51 Fetched 8055 kB in 10s (794 kB/s) [2020-07-08T09:49:48.952Z] #38 14.51 Reading package lists... [2020-07-08T09:49:48.952Z] #38 18.19 Reading package lists... [2020-07-08T09:49:48.952Z] #38 21.73 Building dependency tree... [2020-07-08T09:49:49.243Z] #38 ... [2020-07-08T09:49:49.243Z] [2020-07-08T09:49:49.243Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:49:49.243Z] #32 22.47 The following additional packages will be installed: [2020-07-08T09:49:49.243Z] #32 22.47 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-07-08T09:49:49.243Z] #32 22.47 Suggested packages: [2020-07-08T09:49:49.243Z] #32 22.47 cmake-doc ninja-build lrzip [2020-07-08T09:49:49.243Z] #32 22.47 Recommended packages: [2020-07-08T09:49:49.243Z] #32 22.47 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-07-08T09:49:49.874Z] #32 23.09 The following NEW packages will be installed: [2020-07-08T09:49:49.874Z] #32 23.09 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-07-08T09:49:49.874Z] #32 23.09 vim-common xxd [2020-07-08T09:49:49.874Z] #32 23.27 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2020-07-08T09:49:49.874Z] #32 23.27 Need to get 14.0 MB of archives. [2020-07-08T09:49:49.874Z] #32 23.27 After this operation, 62.1 MB of additional disk space will be used. [2020-07-08T09:49:49.874Z] #32 23.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-07-08T09:49:49.874Z] #32 23.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:49:49.874Z] #32 23.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-07-08T09:49:49.874Z] #32 23.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-07-08T09:49:50.506Z] #32 23.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-07-08T09:49:50.506Z] #32 24.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-07-08T09:49:50.506Z] #32 24.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-07-08T09:49:50.797Z] #32 24.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-07-08T09:49:50.797Z] #32 24.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-07-08T09:49:50.797Z] #32 24.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-07-08T09:49:51.088Z] #32 ... [2020-07-08T09:49:51.088Z] [2020-07-08T09:49:51.088Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:49:51.088Z] #23 14.37 Fetched 8055 kB in 11s (745 kB/s) [2020-07-08T09:49:51.088Z] #23 14.37 Reading package lists... [2020-07-08T09:49:51.088Z] #23 18.03 Reading package lists... [2020-07-08T09:49:51.088Z] #23 22.40 Building dependency tree... [2020-07-08T09:49:51.088Z] #23 24.03 ca-certificates is already the newest version (20200601~deb10u1). [2020-07-08T09:49:51.088Z] #23 24.03 The following additional packages will be installed: [2020-07-08T09:49:51.088Z] #23 24.03 libjq1 libonig5 [2020-07-08T09:49:51.088Z] #23 24.33 The following NEW packages will be installed: [2020-07-08T09:49:51.088Z] #23 24.34 jq libjq1 libonig5 [2020-07-08T09:49:51.088Z] #23 24.46 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2020-07-08T09:49:51.088Z] #23 24.46 Need to get 350 kB of archives. [2020-07-08T09:49:51.088Z] #23 24.46 After this operation, 1154 kB of additional disk space will be used. [2020-07-08T09:49:51.088Z] #23 24.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-07-08T09:49:51.088Z] #23 24.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-07-08T09:49:51.088Z] #23 24.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-07-08T09:49:51.088Z] #23 ... [2020-07-08T09:49:51.088Z] [2020-07-08T09:49:51.088Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:51.088Z] #38 22.65 The following additional packages will be installed: [2020-07-08T09:49:51.088Z] #38 22.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-07-08T09:49:51.088Z] #38 22.66 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-07-08T09:49:51.088Z] #38 22.66 Suggested packages: [2020-07-08T09:49:51.088Z] #38 22.66 manpages-dev python-setuptools [2020-07-08T09:49:51.088Z] #38 23.47 The following NEW packages will be installed: [2020-07-08T09:49:51.088Z] #38 23.47 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-07-08T09:49:51.088Z] #38 23.47 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-07-08T09:49:51.088Z] #38 23.47 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-07-08T09:49:51.088Z] #38 23.47 python-six zlib1g-dev [2020-07-08T09:49:51.088Z] #38 23.78 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. [2020-07-08T09:49:51.088Z] #38 23.78 Need to get 3742 kB of archives. [2020-07-08T09:49:51.088Z] #38 23.78 After this operation, 22.0 MB of additional disk space will be used. [2020-07-08T09:49:51.088Z] #38 23.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-07-08T09:49:51.088Z] #38 23.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-07-08T09:49:51.088Z] #38 23.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-07-08T09:49:51.088Z] #38 23.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-07-08T09:49:51.088Z] #38 23.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-07-08T09:49:51.088Z] #38 24.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-07-08T09:49:51.088Z] #38 24.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-07-08T09:49:51.088Z] #38 24.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-07-08T09:49:51.088Z] #38 24.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-07-08T09:49:51.088Z] #38 24.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-07-08T09:49:51.088Z] #38 24.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-07-08T09:49:51.088Z] #38 24.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-07-08T09:49:51.088Z] #38 24.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-07-08T09:49:51.088Z] #38 24.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-07-08T09:49:51.088Z] #38 24.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-07-08T09:49:51.088Z] #38 24.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-07-08T09:49:51.088Z] #38 24.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-07-08T09:49:52.122Z] #38 25.48 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:49:52.122Z] #38 ... [2020-07-08T09:49:52.122Z] [2020-07-08T09:49:52.122Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:49:52.122Z] #51 15.44 Fetched 8055 kB in 11s (744 kB/s) [2020-07-08T09:49:52.122Z] #51 15.44 Reading package lists... [2020-07-08T09:49:52.122Z] #51 19.31 Reading package lists... [2020-07-08T09:49:52.122Z] #51 23.86 Building dependency tree... [2020-07-08T09:49:52.122Z] #51 25.06 The following additional packages will be installed: [2020-07-08T09:49:52.122Z] #51 25.06 libbtrfs0 [2020-07-08T09:49:52.122Z] #51 25.16 The following NEW packages will be installed: [2020-07-08T09:49:52.122Z] #51 25.16 libbtrfs-dev libbtrfs0 [2020-07-08T09:49:52.122Z] #51 25.31 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2020-07-08T09:49:52.122Z] #51 25.31 Need to get 118 kB of archives. [2020-07-08T09:49:52.122Z] #51 25.31 After this operation, 390 kB of additional disk space will be used. [2020-07-08T09:49:52.122Z] #51 25.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-07-08T09:49:52.122Z] #51 25.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-07-08T09:49:52.122Z] #51 ... [2020-07-08T09:49:52.122Z] [2020-07-08T09:49:52.122Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:49:52.122Z] #23 25.18 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:49:52.122Z] #23 25.26 Fetched 350 kB in 0s (2610 kB/s) [2020-07-08T09:49:52.122Z] #23 25.32 Selecting previously unselected package libonig5:s390x. [2020-07-08T09:49:52.122Z] #23 25.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-07-08T09:49:52.122Z] #23 25.42 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-07-08T09:49:52.122Z] #23 25.43 Unpacking libonig5:s390x (6.9.1-1) ... [2020-07-08T09:49:52.122Z] #23 25.61 Selecting previously unselected package libjq1:s390x. [2020-07-08T09:49:52.122Z] #23 25.63 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-07-08T09:49:52.122Z] #23 25.64 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-07-08T09:49:52.122Z] #23 ... [2020-07-08T09:49:52.122Z] [2020-07-08T09:49:52.122Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:49:52.122Z] #10 15.67 Fetched 8055 kB in 11s (716 kB/s) [2020-07-08T09:49:52.122Z] #10 15.67 Reading package lists... [2020-07-08T09:49:52.122Z] #10 19.58 Reading package lists... [2020-07-08T09:49:52.122Z] #10 24.30 Building dependency tree... [2020-07-08T09:49:52.122Z] #10 25.41 The following additional packages will be installed: [2020-07-08T09:49:52.122Z] #10 25.42 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-07-08T09:49:52.122Z] #10 25.42 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-07-08T09:49:52.122Z] #10 25.42 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-07-08T09:49:52.122Z] #10 25.42 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:49:52.122Z] #10 25.42 Suggested packages: [2020-07-08T09:49:52.122Z] #10 25.42 gcc-8-locales seccomp wine64 [2020-07-08T09:49:52.414Z] #10 ... [2020-07-08T09:49:52.414Z] [2020-07-08T09:49:52.414Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:52.414Z] #38 25.54 Fetched 3742 kB in 1s (2978 kB/s) [2020-07-08T09:49:52.414Z] #38 25.64 Selecting previously unselected package libcap-dev:s390x. [2020-07-08T09:49:52.414Z] #38 25.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-07-08T09:49:52.414Z] #38 25.74 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-07-08T09:49:52.414Z] #38 25.74 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-07-08T09:49:52.414Z] #38 25.85 Selecting previously unselected package libnet1:s390x. [2020-07-08T09:49:52.414Z] #38 25.86 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-07-08T09:49:52.414Z] #38 25.87 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-07-08T09:49:52.414Z] #38 25.96 Selecting previously unselected package libnet1-dev. [2020-07-08T09:49:52.704Z] #38 25.97 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-07-08T09:49:52.704Z] #38 25.98 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:49:53.001Z] #38 ... [2020-07-08T09:49:53.001Z] [2020-07-08T09:49:53.001Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:49:53.001Z] #43 DONE 26.4s [2020-07-08T09:49:53.001Z] [2020-07-08T09:49:53.001Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:53.001Z] #38 26.38 Selecting previously unselected package libnl-3-200:s390x. [2020-07-08T09:49:53.001Z] #38 26.38 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-07-08T09:49:53.001Z] #38 26.39 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-07-08T09:49:53.001Z] #38 ... [2020-07-08T09:49:53.001Z] [2020-07-08T09:49:53.001Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:49:53.001Z] #23 25.79 Selecting previously unselected package jq. [2020-07-08T09:49:53.001Z] #23 25.80 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-07-08T09:49:53.001Z] #23 25.81 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:49:53.001Z] #23 26.00 Setting up libonig5:s390x (6.9.1-1) ... [2020-07-08T09:49:53.001Z] #23 26.01 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-07-08T09:49:53.001Z] #23 26.01 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:49:53.001Z] #23 26.02 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:49:53.001Z] #23 DONE 26.5s [2020-07-08T09:49:53.001Z] [2020-07-08T09:49:53.001Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T09:49:53.001Z] #24 DONE 0.1s [2020-07-08T09:49:53.001Z] [2020-07-08T09:49:53.001Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:49:53.001Z] #38 26.49 Selecting previously unselected package libnl-3-dev:s390x. [2020-07-08T09:49:53.001Z] #38 26.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-07-08T09:49:53.001Z] #38 26.51 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-07-08T09:49:53.301Z] #38 26.74 Selecting previously unselected package libprotobuf-c1:s390x. [2020-07-08T09:49:53.301Z] #38 26.74 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-07-08T09:49:53.301Z] #38 26.74 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-07-08T09:49:53.301Z] #38 26.83 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-07-08T09:49:53.301Z] #38 26.83 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-07-08T09:49:53.301Z] #38 26.85 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-07-08T09:49:53.612Z] #38 26.93 Selecting previously unselected package zlib1g-dev:s390x. [2020-07-08T09:49:53.612Z] #38 26.95 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-07-08T09:49:53.612Z] #38 26.95 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-07-08T09:49:53.612Z] #38 ... [2020-07-08T09:49:53.612Z] [2020-07-08T09:49:53.612Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:49:53.612Z] #51 26.06 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:49:53.612Z] #51 26.22 Fetched 118 kB in 0s (804 kB/s) [2020-07-08T09:49:53.612Z] #51 26.37 Selecting previously unselected package libbtrfs0. [2020-07-08T09:49:53.612Z] #51 26.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-07-08T09:49:53.612Z] #51 26.41 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-07-08T09:49:53.612Z] #51 26.42 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:49:53.612Z] #51 26.53 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:49:53.612Z] #51 26.53 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-07-08T09:49:53.612Z] #51 26.54 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:49:53.612Z] #51 26.70 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:49:53.612Z] #51 26.76 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:49:53.612Z] #51 26.83 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:49:53.612Z] #51 DONE 27.0s [2020-07-08T09:49:53.905Z] [2020-07-08T09:49:53.905Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:49:53.905Z] #60 DONE 27.2s [2020-07-08T09:49:53.905Z] [2020-07-08T09:49:53.905Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:49:53.905Z] #32 26.47 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:49:53.905Z] #32 26.56 Fetched 14.0 MB in 3s (5104 kB/s) [2020-07-08T09:49:53.905Z] #32 26.69 Selecting previously unselected package xxd. [2020-07-08T09:49:53.905Z] #32 26.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-07-08T09:49:53.905Z] #32 26.83 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-07-08T09:49:53.905Z] #32 26.83 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:49:53.905Z] #32 26.98 Selecting previously unselected package vim-common. [2020-07-08T09:49:53.905Z] #32 27.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:49:53.905Z] #32 27.09 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:49:53.905Z] #32 27.50 Selecting previously unselected package cmake-data. [2020-07-08T09:49:53.905Z] #32 27.50 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-07-08T09:49:53.905Z] #32 27.50 Unpacking cmake-data (3.13.4-1) ... [2020-07-08T09:49:56.660Z] #32 29.91 Selecting previously unselected package libicu63:s390x. [2020-07-08T09:49:56.660Z] #32 29.91 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-07-08T09:49:56.660Z] #32 29.92 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-07-08T09:49:58.432Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-06d72e269035c5ee6) in /home/ubuntu/workspace/moby_PR-41168 [Pipeline] { [Pipeline] checkout [2020-07-08T09:49:58.725Z] #32 ... [2020-07-08T09:49:58.725Z] [2020-07-08T09:49:58.725Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:49:58.725Z] #28 31.97 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-07-08T09:49:59.310Z] #28 32.41 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-07-08T09:50:00.344Z] #28 ... [2020-07-08T09:50:00.344Z] [2020-07-08T09:50:00.344Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:50:00.344Z] #30 23.73 internal/reflectlite [2020-07-08T09:50:00.344Z] #30 23.76 sync [2020-07-08T09:50:00.344Z] #30 25.41 errors [2020-07-08T09:50:00.344Z] #30 25.41 sort [2020-07-08T09:50:00.344Z] #30 25.79 strconv [2020-07-08T09:50:00.344Z] #30 26.22 io [2020-07-08T09:50:00.344Z] #30 27.53 internal/oserror [2020-07-08T09:50:00.344Z] #30 27.59 syscall [2020-07-08T09:50:00.344Z] #30 29.39 reflect [2020-07-08T09:50:00.344Z] #30 33.16 time [2020-07-08T09:50:00.344Z] #30 ... [2020-07-08T09:50:00.344Z] [2020-07-08T09:50:00.344Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:50:00.344Z] #32 33.79 Selecting previously unselected package libxml2:s390x. [2020-07-08T09:50:00.344Z] #32 33.79 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-07-08T09:50:00.344Z] #32 33.79 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:50:00.634Z] #32 34.19 Selecting previously unselected package libarchive13:s390x. [2020-07-08T09:50:00.925Z] #32 34.19 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-07-08T09:50:00.925Z] #32 34.20 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-07-08T09:50:00.925Z] #32 34.48 Selecting previously unselected package libjsoncpp1:s390x. [2020-07-08T09:50:01.218Z] #32 34.49 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-07-08T09:50:01.218Z] #32 34.50 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-07-08T09:50:01.218Z] #32 34.56 Selecting previously unselected package librhash0:s390x. [2020-07-08T09:50:01.218Z] #32 34.56 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-07-08T09:50:01.218Z] #32 34.57 Unpacking librhash0:s390x (1.3.8-1) ... [2020-07-08T09:50:01.218Z] #32 34.69 Selecting previously unselected package libuv1:s390x. [2020-07-08T09:50:01.218Z] #32 34.69 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-07-08T09:50:01.218Z] #32 34.69 Unpacking libuv1:s390x (1.24.1-1) ... [2020-07-08T09:50:01.518Z] #32 34.81 Selecting previously unselected package cmake. [2020-07-08T09:50:01.518Z] #32 34.81 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-07-08T09:50:01.518Z] #32 34.82 Unpacking cmake (3.13.4-1) ... [2020-07-08T09:50:01.528Z] using credential docker-jenkins-github-credentials [2020-07-08T09:50:01.537Z] Cloning the remote Git repository [2020-07-08T09:50:01.537Z] Cloning with configured refspecs honoured and without tags [2020-07-08T09:50:01.811Z] #32 ... [2020-07-08T09:50:01.811Z] [2020-07-08T09:50:01.811Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:01.811Z] #41 25.25 github.com/LK4D4/vndr/godl/singleflight [2020-07-08T09:50:01.811Z] #41 25.25 internal/reflectlite [2020-07-08T09:50:01.811Z] #41 25.44 math/rand [2020-07-08T09:50:01.811Z] #41 26.15 internal/singleflight [2020-07-08T09:50:01.811Z] #41 27.54 strconv [2020-07-08T09:50:01.811Z] #41 27.54 bytes [2020-07-08T09:50:01.811Z] #41 29.54 bufio [2020-07-08T09:50:01.811Z] #41 30.66 reflect [2020-07-08T09:50:01.811Z] #41 30.70 syscall [2020-07-08T09:50:01.693Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:50:01.760Z] > git init /home/ubuntu/workspace/moby_PR-41168 # timeout=10 [2020-07-08T09:50:01.878Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:50:01.878Z] > git --version # timeout=10 [2020-07-08T09:50:01.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:50:01.889Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:02.104Z] #41 ... [2020-07-08T09:50:02.104Z] [2020-07-08T09:50:02.104Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:50:02.104Z] #38 27.23 Selecting previously unselected package libprotobuf17:s390x. [2020-07-08T09:50:02.104Z] #38 27.23 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 27.23 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 27.75 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-07-08T09:50:02.104Z] #38 27.75 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 27.76 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 27.96 Selecting previously unselected package libprotobuf-dev:s390x. [2020-07-08T09:50:02.104Z] #38 27.96 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 27.96 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 29.08 Selecting previously unselected package libprotoc17:s390x. [2020-07-08T09:50:02.104Z] #38 29.09 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 29.10 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 29.30 Selecting previously unselected package protobuf-c-compiler. [2020-07-08T09:50:02.104Z] #38 29.30 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 29.30 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:50:02.104Z] #38 29.36 Selecting previously unselected package protobuf-compiler. [2020-07-08T09:50:02.104Z] #38 29.37 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 29.37 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 29.46 Selecting previously unselected package python-pkg-resources. [2020-07-08T09:50:02.104Z] #38 29.47 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:50:02.104Z] #38 29.47 Unpacking python-pkg-resources (40.8.0-1) ... [2020-07-08T09:50:02.104Z] #38 29.58 Selecting previously unselected package python-six. [2020-07-08T09:50:02.104Z] #38 29.58 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-07-08T09:50:02.104Z] #38 29.58 Unpacking python-six (1.12.0-1) ... [2020-07-08T09:50:02.104Z] #38 29.62 Selecting previously unselected package python-protobuf. [2020-07-08T09:50:02.104Z] #38 29.62 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-07-08T09:50:02.104Z] #38 29.62 Unpacking python-protobuf (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 29.99 Setting up python-pkg-resources (40.8.0-1) ... [2020-07-08T09:50:02.104Z] #38 31.35 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 31.36 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-07-08T09:50:02.104Z] #38 31.36 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-07-08T09:50:02.104Z] #38 31.37 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-07-08T09:50:02.104Z] #38 31.38 Setting up python-six (1.12.0-1) ... [2020-07-08T09:50:02.104Z] #38 32.69 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-07-08T09:50:02.104Z] #38 32.70 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-07-08T09:50:02.104Z] #38 32.71 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 32.71 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-07-08T09:50:02.104Z] #38 32.72 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 32.73 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 32.73 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:50:02.104Z] #38 32.74 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 32.75 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:50:02.104Z] #38 32.76 Setting up python-protobuf (3.6.1.3-2) ... [2020-07-08T09:50:02.104Z] #38 35.28 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-07-08T09:50:02.104Z] #38 35.28 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:50:02.398Z] #38 DONE 35.8s [2020-07-08T09:50:02.398Z] [2020-07-08T09:50:02.398Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:03.031Z] #39 ... [2020-07-08T09:50:03.031Z] [2020-07-08T09:50:03.031Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:50:03.031Z] #10 26.44 The following NEW packages will be installed: [2020-07-08T09:50:03.031Z] #10 26.44 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-07-08T09:50:03.031Z] #10 26.44 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-07-08T09:50:03.031Z] #10 26.44 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-07-08T09:50:03.031Z] #10 26.44 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-07-08T09:50:03.031Z] #10 26.44 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-07-08T09:50:03.031Z] #10 26.45 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:50:03.031Z] #10 26.73 0 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2020-07-08T09:50:03.031Z] #10 26.73 Need to get 73.3 MB of archives. [2020-07-08T09:50:03.031Z] #10 26.73 After this operation, 494 MB of additional disk space will be used. [2020-07-08T09:50:03.031Z] #10 26.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-07-08T09:50:03.031Z] #10 27.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-07-08T09:50:03.031Z] #10 28.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-07-08T09:50:03.031Z] #10 28.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-07-08T09:50:03.031Z] #10 28.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-07-08T09:50:03.031Z] #10 28.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-07-08T09:50:03.031Z] #10 28.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-07-08T09:50:03.031Z] #10 29.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-07-08T09:50:03.031Z] #10 29.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-07-08T09:50:03.031Z] #10 32.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-07-08T09:50:03.031Z] #10 ... [2020-07-08T09:50:03.031Z] [2020-07-08T09:50:03.031Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:03.031Z] #25 8.441 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-07-08T09:50:03.031Z] #25 8.672 [2020-07-08T09:50:03.322Z] #25 8.868 ## 3.6% ##### 8.2% ########## 15.1% ################# 24.2% ###################### 30.9% ######################### 35.4% ############################### 44.4% #################################### 51.2% ######################################## 55.7% ############################################ 62.5% ################################################### 71.5% ######################################################### 80.4% ############################################################### [2020-07-08T09:50:03.322Z] #25 ... [2020-07-08T09:50:03.322Z] [2020-07-08T09:50:03.322Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:50:03.322Z] #32 36.82 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-07-08T09:50:03.322Z] #32 36.84 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:50:03.322Z] #32 36.84 Setting up libuv1:s390x (1.24.1-1) ... [2020-07-08T09:50:03.322Z] #32 36.85 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:50:03.322Z] #32 36.87 Setting up librhash0:s390x (1.3.8-1) ... [2020-07-08T09:50:03.322Z] #32 36.88 Setting up cmake-data (3.13.4-1) ... [2020-07-08T09:50:03.322Z] #32 36.89 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:50:03.322Z] #32 36.89 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-07-08T09:50:03.322Z] #32 36.90 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-07-08T09:50:03.322Z] #32 36.91 Setting up cmake (3.13.4-1) ... [2020-07-08T09:50:03.322Z] #32 36.92 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:50:03.613Z] #32 36.98 Processing triggers for mime-support (3.62) ... [2020-07-08T09:50:03.613Z] #32 ... [2020-07-08T09:50:03.613Z] [2020-07-08T09:50:03.613Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:50:03.613Z] #52 2.133 + RM_GOPATH=0 [2020-07-08T09:50:03.613Z] #52 2.133 + TMP_GOPATH= [2020-07-08T09:50:03.613Z] #52 2.133 + : /build [2020-07-08T09:50:03.613Z] #52 2.133 + '[' -z '' ']' [2020-07-08T09:50:03.613Z] #52 2.133 ++ mktemp -d [2020-07-08T09:50:03.613Z] #52 2.134 + export GOPATH=/tmp/tmp.bEay03xdQm [2020-07-08T09:50:03.613Z] #52 2.134 + GOPATH=/tmp/tmp.bEay03xdQm [2020-07-08T09:50:03.613Z] #52 2.134 + RM_GOPATH=1 [2020-07-08T09:50:03.613Z] #52 2.134 + case "$(go env GOARCH)" in [2020-07-08T09:50:03.613Z] #52 2.134 ++ go env GOARCH [2020-07-08T09:50:03.613Z] #52 2.146 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:50:03.613Z] #52 2.146 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:50:03.613Z] #52 2.147 ++ dirname /tmp/install/install.sh [2020-07-08T09:50:03.613Z] #52 2.147 + dir=/tmp/install [2020-07-08T09:50:03.613Z] #52 2.147 + bin=containerd [2020-07-08T09:50:03.613Z] #52 2.147 + shift [2020-07-08T09:50:03.613Z] #52 2.147 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-07-08T09:50:03.613Z] #52 2.147 + . /tmp/install/containerd.installer [2020-07-08T09:50:03.613Z] #52 2.148 ++ set -e [2020-07-08T09:50:03.613Z] #52 2.148 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:50:03.613Z] #52 2.148 + install_containerd [2020-07-08T09:50:03.613Z] #52 2.148 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' [2020-07-08T09:50:03.613Z] #52 2.151 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:50:03.613Z] #52 2.151 + git clone https://github.com/containerd/containerd.git /tmp/tmp.bEay03xdQm/src/github.com/containerd/containerd [2020-07-08T09:50:03.613Z] #52 2.152 Cloning into '/tmp/tmp.bEay03xdQm/src/github.com/containerd/containerd'... [2020-07-08T09:50:03.613Z] #52 ... [2020-07-08T09:50:03.613Z] [2020-07-08T09:50:03.613Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:03.613Z] #25 8.868 ## 3.6% ##### 8.2% ########## 15.1% ################# 24.2% ###################### 30.9% ######################### 35.4% ############################### 44.4% #################################### 51.2% ######################################## 55.7% ############################################ 62.5% ################################################### 71.5% ######################################################### 80.4% ############################################################### 87.6% ##################################################################### 95.9% ######################################################################## 100.0% [2020-07-08T09:50:03.613Z] #25 10.66 [2020-07-08T09:50:03.918Z] #25 10.81 ########################25 ... [2020-07-08T09:50:03.918Z] [2020-07-08T09:50:03.918Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:50:03.918Z] #32 DONE 37.4s [2020-07-08T09:50:03.918Z] [2020-07-08T09:50:03.918Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:03.918Z] #25 10.81 ############################# 40.8% ######################################################################## 100.0% [2020-07-08T09:50:04.559Z] #25 11.25 #=#=# [2020-07-08T09:50:04.849Z] #25 11.50 #################### 28.4% ############################################################ 84.2% ######################################################################## 100.0% [2020-07-08T09:50:05.142Z] #25 11.93 [2020-07-08T09:50:06.019Z] #25 12.05 ###### 8.5% ################ 23.6% ########################## 36.4% ################################# 47.1% ######################################### 57.9% ################################################## 70.8% ######################################################### 79.4% ################################################################ 90.1% ######################################################################## 100.0% [2020-07-08T09:50:06.019Z] #25 ... [2020-07-08T09:50:06.019Z] [2020-07-08T09:50:06.019Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:50:06.019Z] #47 29.44 bytes [2020-07-08T09:50:06.019Z] #47 29.44 syscall [2020-07-08T09:50:06.019Z] #47 31.08 reflect [2020-07-08T09:50:06.019Z] #47 33.99 time [2020-07-08T09:50:06.019Z] #47 37.79 context [2020-07-08T09:50:06.019Z] #47 38.39 os [2020-07-08T09:50:06.019Z] #47 39.02 encoding/binary [2020-07-08T09:50:06.311Z] #47 ... [2020-07-08T09:50:06.311Z] [2020-07-08T09:50:06.311Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:06.311Z] #33 1.395 + RM_GOPATH=0 [2020-07-08T09:50:06.311Z] #33 1.395 + TMP_GOPATH= [2020-07-08T09:50:06.311Z] #33 1.395 + : /build [2020-07-08T09:50:06.311Z] #33 1.395 + '[' -z '' ']' [2020-07-08T09:50:06.311Z] #33 1.396 ++ mktemp -d [2020-07-08T09:50:06.311Z] #33 1.396 + export GOPATH=/tmp/tmp.9pkspyEnnF [2020-07-08T09:50:06.311Z] #33 1.396 + GOPATH=/tmp/tmp.9pkspyEnnF [2020-07-08T09:50:06.311Z] #33 1.396 + RM_GOPATH=1 [2020-07-08T09:50:06.311Z] #33 1.396 + case "$(go env GOARCH)" in [2020-07-08T09:50:06.311Z] #33 1.401 ++ go env GOARCH [2020-07-08T09:50:06.311Z] #33 1.409 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:50:06.311Z] #33 1.409 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:50:06.311Z] #33 1.409 ++ dirname /tmp/install/install.sh [2020-07-08T09:50:06.311Z] #33 1.410 + dir=/tmp/install [2020-07-08T09:50:06.311Z] #33 1.410 + bin=tini [2020-07-08T09:50:06.311Z] #33 1.410 + shift [2020-07-08T09:50:06.311Z] #33 1.410 + '[' '!' -f /tmp/install/tini.installer ']' [2020-07-08T09:50:06.311Z] #33 1.410 + . /tmp/install/tini.installer [2020-07-08T09:50:06.311Z] #33 1.410 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:50:06.311Z] #33 1.410 + install_tini [2020-07-08T09:50:06.311Z] #33 1.410 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:50:06.311Z] #33 1.410 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-07-08T09:50:06.311Z] #33 1.410 + git clone https://github.com/krallin/tini.git /tmp/tmp.9pkspyEnnF/tini [2020-07-08T09:50:06.311Z] #33 1.412 Cloning into '/tmp/tmp.9pkspyEnnF/tini'... [2020-07-08T09:50:06.311Z] #33 2.034 + cd /tmp/tmp.9pkspyEnnF/tini [2020-07-08T09:50:06.311Z] #33 2.035 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:50:06.311Z] #33 2.040 + cmake . [2020-07-08T09:50:06.311Z] #33 2.293 -- The C compiler identification is GNU 8.3.0 [2020-07-08T09:50:06.311Z] #33 2.339 -- Check for working C compiler: /usr/bin/cc [2020-07-08T09:50:06.602Z] #33 2.702 -- Check for working C compiler: /usr/bin/cc -- works [2020-07-08T09:50:06.602Z] #33 2.705 -- Detecting C compiler ABI info [2020-07-08T09:50:07.238Z] #33 3.152 -- Detecting C compiler ABI info - done [2020-07-08T09:50:07.238Z] #33 3.159 -- Detecting C compile features [2020-07-08T09:50:08.272Z] #33 4.164 -- Detecting C compile features - done [2020-07-08T09:50:08.272Z] #33 4.183 -- Performing Test HAS_BUILTIN_FORTIFY [2020-07-08T09:50:08.272Z] #33 4.277 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-07-08T09:50:08.272Z] #33 4.332 -- Configuring done [2020-07-08T09:50:08.272Z] #33 4.347 -- Generating done [2020-07-08T09:50:08.272Z] #33 4.349 -- Build files have been written to: /tmp/tmp.9pkspyEnnF/tini [2020-07-08T09:50:08.272Z] #33 4.354 + make tini-static [2020-07-08T09:50:08.565Z] #33 4.640 Scanning dependencies of target tini-static [2020-07-08T09:50:08.856Z] #33 4.774 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-07-08T09:50:09.148Z] #33 ... [2020-07-08T09:50:09.148Z] [2020-07-08T09:50:09.148Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:09.148Z] #25 13.13 [2020-07-08T09:50:09.780Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a625c02561cc7688) in /home/ubuntu/workspace/moby_PR-41168 [Pipeline] { [Pipeline] checkout [2020-07-08T09:50:10.621Z] #25 13.30 ## 3.1% #### 6.2% ###### 8.7% ######## 11.8% ########## 14.3% ############ 16.8% ############# 19.3% ############### 21.8% ################# 23.7% ################### 26.9% ##################### 30.1% ####################### 33.1% ######################### 35.8% ############################ 38.9% ############################# 41.4% ############################### 43.3% ################################# 46.4% ################################### 49.5% ##################################### 52.0% ###################################### 53.9% ######################################### 57.6% ########################################### 60.8% ############################################# 63.3% ############################################### 65.9% ################################################# 68.4% ################################################### 71.3% ##################################################### 73.8% ###################################################### 76.3% ######################################################## 78.8% ########################################################## 81.2% ############################################################ 83.7% ############################################################## 86.2% ############################################################### 88.7% ################################################################# 91.2% ################################################################### 93.7% #################################### [2020-07-08T09:50:10.622Z] #25 ... [2020-07-08T09:50:10.622Z] [2020-07-08T09:50:10.622Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:10.622Z] #33 5.669 [100%] Linking C executable tini-static [2020-07-08T09:50:10.622Z] #33 5.976 [100%] Built target tini-static [2020-07-08T09:50:10.622Z] #33 6.066 + mkdir -p /build [2020-07-08T09:50:10.622Z] #33 6.069 + cp tini-static /build/docker-init [2020-07-08T09:50:10.622Z] #33 DONE 6.6s [2020-07-08T09:50:10.622Z] [2020-07-08T09:50:10.622Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:10.915Z] #25 13.30 ## 3.1% #### 6.2% ###### 8.7% ######## 11.8% ########## 14.3% ############ 16.8% ############# 19.3% ############### 21.8% ################# 23.7% ################### 26.9% ##################### 30.1% ####################### 33.1% ######################### 35.8% ############################ 38.9% ############################# 41.4% ############################### 43.3% ################################# 46.4% ################################### 49.5% ##################################### 52.0% ###################################### 53.9% ######################################### 57.6% ########################################### 60.8% ############################################# 63.3% ############################################### 65.9% ################################################# 68.4% ################################################### 71.3% ##################################################### 73.8% ###################################################### 76.3% ######################################################## 78.8% ########################################################## 81.2% ############################################################ 83.7% ############################################################## 86.2% ############################################################### 88.7% ################################################################# 91.2% ################################################################### 93.7% ##################################################################### 96.2% ###################################################################### 98.1% ####################################################################### 99.3% ######################################################################## 100.0% [2020-07-08T09:50:10.915Z] #25 17.84 [2020-07-08T09:50:12.221Z] using credential docker-jenkins-github-credentials [2020-07-08T09:50:12.228Z] Cloning the remote Git repository [2020-07-08T09:50:12.228Z] Cloning with configured refspecs honoured and without tags [2020-07-08T09:50:12.141Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:50:12.193Z] > git init /home/ubuntu/workspace/moby_PR-41168 # timeout=10 [2020-07-08T09:50:12.422Z] #25 19.08 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-07-08T09:50:12.422Z] #25 19.35 [2020-07-08T09:50:12.422Z] #25 ... [2020-07-08T09:50:12.422Z] [2020-07-08T09:50:12.422Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:12.422Z] #41 35.83 time [2020-07-08T09:50:12.422Z] #41 38.80 internal/fmtsort [2020-07-08T09:50:12.422Z] #41 39.21 strings [2020-07-08T09:50:12.422Z] #41 39.65 os [2020-07-08T09:50:12.422Z] #41 40.62 regexp/syntax [2020-07-08T09:50:12.422Z] #41 41.47 fmt [2020-07-08T09:50:12.422Z] #41 43.61 regexp [2020-07-08T09:50:12.422Z] #41 45.27 go/token [2020-07-08T09:50:12.422Z] #41 45.83 go/scanner [2020-07-08T09:50:12.714Z] #41 ... [2020-07-08T09:50:12.714Z] [2020-07-08T09:50:12.714Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:12.714Z] #25 19.44 ######################################################################## 100.0% [2020-07-08T09:50:12.714Z] #25 19.54 [2020-07-08T09:50:13.346Z] #25 ... [2020-07-08T09:50:13.346Z] [2020-07-08T09:50:13.346Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:50:13.346Z] #30 36.80 internal/poll [2020-07-08T09:50:13.346Z] #30 38.17 internal/syscall/execenv [2020-07-08T09:50:13.346Z] #30 38.25 internal/syscall/unix [2020-07-08T09:50:13.346Z] #30 38.37 os [2020-07-08T09:50:13.346Z] #30 39.29 strings [2020-07-08T09:50:13.346Z] #30 40.63 path [2020-07-08T09:50:13.346Z] #30 40.86 fmt [2020-07-08T09:50:13.346Z] #30 41.00 path/filepath [2020-07-08T09:50:13.346Z] #30 42.04 io/ioutil [2020-07-08T09:50:13.346Z] #30 42.41 text/tabwriter [2020-07-08T09:50:13.346Z] #30 43.29 flag [2020-07-08T09:50:13.346Z] #30 43.29 github.com/BurntSushi/toml [2020-07-08T09:50:13.346Z] #30 45.19 log [2020-07-08T09:50:13.346Z] #30 46.76 github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:50:12.473Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:50:12.473Z] > git --version # timeout=10 [2020-07-08T09:50:12.484Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:50:12.486Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:13.591Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06b35e1b98e7b0488) in /home/ubuntu/workspace/moby_PR-41168 [Pipeline] { [Pipeline] checkout [2020-07-08T09:50:13.637Z] #30 ... [2020-07-08T09:50:13.637Z] [2020-07-08T09:50:13.637Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:50:13.637Z] #25 20.31 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-07-08T09:50:13.637Z] #25 20.34 skipping existing aab193acf6ba [2020-07-08T09:50:13.637Z] #25 20.45 [2020-07-08T09:50:14.670Z] #25 21.27 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-07-08T09:50:14.670Z] #25 21.31 skipping existing 4d43f82972ce [2020-07-08T09:50:14.670Z] #25 21.38 [2020-07-08T09:50:15.304Z] #25 22.26 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-07-08T09:50:15.595Z] #25 22.52 [2020-07-08T09:50:15.885Z] #25 22.61 ######################################################################## 100.0% [2020-07-08T09:50:15.885Z] #25 22.65 [2020-07-08T09:50:15.885Z] #25 22.69 Download of images into '/build' complete. [2020-07-08T09:50:15.885Z] #25 22.69 Use something like the following to load the result into a Docker daemon: [2020-07-08T09:50:15.885Z] #25 22.69 tar -cC '/build' . | docker load [2020-07-08T09:50:16.176Z] #25 DONE 23.0s [2020-07-08T09:50:16.176Z] [2020-07-08T09:50:16.176Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:16.176Z] #39 7.549 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:50:16.176Z] #39 7.549 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:50:16.176Z] #39 7.557 Note: Building without GnuTLS support [2020-07-08T09:50:16.176Z] #39 7.561 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:50:16.176Z] #39 7.561 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:50:16.176Z] #39 8.352 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:50:16.176Z] #39 8.363 GEN .gitid [2020-07-08T09:50:16.176Z] #39 8.368 GEN criu/include/version.h [2020-07-08T09:50:16.176Z] #39 8.379 GEN include/common/asm [2020-07-08T09:50:16.176Z] #39 9.571 PBCC images/timens.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.584 DEP images/timens.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.630 PBCC images/fown.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.636 PBCC images/google/protobuf/descriptor.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.659 PBCC images/opts.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.665 PBCC images/memfd.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.719 DEP images/fown.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.762 DEP images/google/protobuf/descriptor.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.784 DEP images/opts.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.819 DEP images/memfd.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.832 PBCC images/sit.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.871 DEP images/sit.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.899 PBCC images/macvlan.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.915 DEP images/macvlan.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.949 PBCC images/autofs.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.954 DEP images/autofs.pb-c.d [2020-07-08T09:50:16.176Z] #39 9.971 PBCC images/sysctl.pb-c.c [2020-07-08T09:50:16.176Z] #39 9.988 DEP images/sysctl.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.04 PBCC images/time.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.05 DEP images/time.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.09 PBCC images/binfmt-misc.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.12 DEP images/binfmt-misc.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.14 PBCC images/seccomp.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.15 DEP images/seccomp.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.22 PBCC images/userns.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.22 DEP images/userns.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.27 PBCC images/cgroup.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.27 DEP images/cgroup.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.32 PBCC images/ext-file.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.32 DEP images/ext-file.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.34 PBCC images/rpc.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.36 DEP images/rpc.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.40 PBCC images/siginfo.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.40 DEP images/siginfo.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.43 PBCC images/pagemap.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.46 DEP images/pagemap.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.51 PBCC images/rlimit.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.51 DEP images/rlimit.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.58 PBCC images/file-lock.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.59 DEP images/file-lock.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.64 PBCC images/tty.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.65 DEP images/tty.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.68 PBCC images/tun.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.70 PBCC images/netdev.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.73 DEP images/tun.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.77 DEP images/netdev.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.80 PBCC images/vma.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.84 DEP images/vma.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.88 PBCC images/creds.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.91 DEP images/creds.pb-c.d [2020-07-08T09:50:16.176Z] #39 10.95 PBCC images/utsns.pb-c.c [2020-07-08T09:50:16.176Z] #39 10.96 DEP images/utsns.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.00 PBCC images/ipc-desc.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.03 PBCC images/ipc-sem.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.06 DEP images/ipc-desc.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.09 DEP images/ipc-sem.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.12 PBCC images/ipc-msg.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.14 DEP images/ipc-msg.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.16 PBCC images/ipc-shm.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.18 DEP images/ipc-shm.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.22 PBCC images/ipc-var.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.23 DEP images/ipc-var.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.24 PBCC images/sk-opts.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.26 PBCC images/packet-sock.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.30 DEP images/sk-opts.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.33 DEP images/packet-sock.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.34 PBCC images/sk-netlink.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.38 DEP images/sk-netlink.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.40 PBCC images/sk-inet.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.44 DEP images/sk-inet.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.48 PBCC images/sk-unix.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.53 DEP images/sk-unix.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.58 PBCC images/mm.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.61 DEP images/mm.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.65 PBCC images/timerfd.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.70 DEP images/timerfd.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.75 PBCC images/timer.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.76 DEP images/timer.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.80 PBCC images/sa.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.85 DEP images/sa.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.89 PBCC images/pipe-data.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.90 DEP images/pipe-data.pb-c.d [2020-07-08T09:50:16.176Z] #39 11.95 PBCC images/mnt.pb-c.c [2020-07-08T09:50:16.176Z] #39 11.98 DEP images/mnt.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.02 PBCC images/sk-packet.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.04 DEP images/sk-packet.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.11 PBCC images/tcp-stream.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.14 DEP images/tcp-stream.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.16 PBCC images/pipe.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.17 DEP images/pipe.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.21 PBCC images/pstree.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.22 DEP images/pstree.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.25 PBCC images/fs.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.26 DEP images/fs.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.29 PBCC images/signalfd.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.30 DEP images/signalfd.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.36 PBCC images/fh.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.39 PBCC images/fsnotify.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.44 DEP images/fh.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.45 DEP images/fsnotify.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.50 PBCC images/eventpoll.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.51 DEP images/eventpoll.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.53 PBCC images/eventfd.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.56 DEP images/eventfd.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.59 PBCC images/remap-file-path.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.60 DEP images/remap-file-path.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.65 PBCC images/fifo.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.65 DEP images/fifo.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.68 PBCC images/ghost-file.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.71 DEP images/ghost-file.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.74 PBCC images/regfile.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.76 DEP images/regfile.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.80 PBCC images/ns.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.80 DEP images/ns.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.83 PBCC images/fdinfo.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.87 DEP images/fdinfo.pb-c.d [2020-07-08T09:50:16.176Z] #39 12.92 PBCC images/core-aarch64.pb-c.c [2020-07-08T09:50:16.176Z] #39 12.93 PBCC images/core-arm.pb-c.c [2020-07-08T09:50:16.177Z] #39 12.96 PBCC images/core-ppc64.pb-c.c [2020-07-08T09:50:16.177Z] #39 12.99 PBCC images/core-s390.pb-c.c [2020-07-08T09:50:16.177Z] #39 13.04 PBCC images/core-x86.pb-c.c [2020-07-08T09:50:16.177Z] #39 13.07 PBCC images/core.pb-c.c [2020-07-08T09:50:16.177Z] #39 13.09 PBCC images/inventory.pb-c.c [2020-07-08T09:50:16.177Z] #39 13.11 DEP images/core-aarch64.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.13 DEP images/core-arm.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.17 DEP images/core-ppc64.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.19 DEP images/core-s390.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.24 DEP images/core-x86.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.28 DEP images/core.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.32 DEP images/inventory.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.36 PBCC images/cpuinfo.pb-c.c [2020-07-08T09:50:16.177Z] #39 13.38 DEP images/cpuinfo.pb-c.d [2020-07-08T09:50:16.177Z] #39 13.40 PBCC images/stats.pb-c.c [2020-07-08T09:50:16.177Z] #39 13.41 DEP images/stats.pb-c.d [2020-07-08T09:50:16.177Z] #39 ... [2020-07-08T09:50:16.177Z] [2020-07-08T09:50:16.177Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:50:16.177Z] #30 DONE 49.6s [2020-07-08T09:50:16.177Z] [2020-07-08T09:50:16.177Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:50:16.177Z] #52 20.30 Checking out files: 79% (2545/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. [2020-07-08T09:50:16.177Z] #52 20.86 + cd /tmp/tmp.bEay03xdQm/src/github.com/containerd/containerd [2020-07-08T09:50:16.177Z] #52 20.86 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:50:16.177Z] #52 21.82 + export 'BUILDTAGS=netgo osusergo static_build' [2020-07-08T09:50:16.177Z] #52 21.82 + BUILDTAGS='netgo osusergo static_build' [2020-07-08T09:50:16.177Z] #52 21.82 + export EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:50:16.177Z] #52 21.82 + EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:50:16.177Z] #52 21.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-07-08T09:50:16.177Z] #52 21.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-07-08T09:50:16.177Z] #52 21.82 + '[' '' = dynamic ']' [2020-07-08T09:50:16.177Z] #52 21.82 + make [2020-07-08T09:50:16.181Z] using credential docker-jenkins-github-credentials [2020-07-08T09:50:16.188Z] Cloning the remote Git repository [2020-07-08T09:50:16.188Z] Cloning with configured refspecs honoured and without tags [2020-07-08T09:50:16.468Z] #52 ... [2020-07-08T09:50:16.468Z] [2020-07-08T09:50:16.468Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:50:16.468Z] #47 39.98 encoding/base64 [2020-07-08T09:50:16.468Z] #47 40.69 golang.org/x/sys/unix [2020-07-08T09:50:16.468Z] #47 40.78 fmt [2020-07-08T09:50:16.468Z] #47 44.74 encoding/json [2020-07-08T09:50:16.468Z] #47 47.17 github.com/pkg/diff [2020-07-08T09:50:16.468Z] #47 48.11 go/ast [2020-07-08T09:50:16.468Z] #47 49.05 golang.org/x/crypto/ssh/terminal [2020-07-08T09:50:16.763Z] #47 ... [2020-07-08T09:50:16.763Z] [2020-07-08T09:50:16.763Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:16.763Z] #39 14.35 make[1]: Nothing to be done for 'all'. [2020-07-08T09:50:16.156Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:50:16.219Z] > git init /home/ubuntu/workspace/moby_PR-41168 # timeout=10 [2020-07-08T09:50:16.484Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:50:16.484Z] > git --version # timeout=10 [2020-07-08T09:50:16.497Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:50:16.499Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:17.812Z] #39 15.48 CC images/stats.o [2020-07-08T09:50:18.115Z] #39 15.57 CC images/core.o [2020-07-08T09:50:18.115Z] #39 15.80 CC images/core-x86.o [2020-07-08T09:50:18.623Z] Fetching without tags [2020-07-08T09:50:18.747Z] #39 16.13 CC images/core-arm.o [2020-07-08T09:50:18.747Z] #39 16.25 CC images/core-aarch64.o [2020-07-08T09:50:19.025Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:50:19.038Z] #39 16.43 CC images/core-ppc64.o [2020-07-08T09:50:19.329Z] #39 16.74 CC images/core-s390.o [2020-07-08T09:50:19.620Z] #39 17.02 CC images/cpuinfo.o [2020-07-08T09:50:19.620Z] #39 17.15 CC images/inventory.o [2020-07-08T09:50:19.911Z] #39 17.31 CC images/fdinfo.o [2020-07-08T09:50:19.911Z] #39 17.43 CC images/fown.o [2020-07-08T09:50:19.911Z] #39 17.54 CC images/ns.o [2020-07-08T09:50:19.911Z] #39 17.67 CC images/regfile.o [2020-07-08T09:50:20.202Z] #39 17.76 CC images/ghost-file.o [2020-07-08T09:50:20.202Z] #39 17.91 CC images/fifo.o [2020-07-08T09:50:20.464Z] Merge succeeded, producing 442a7b1776e0bc17f2d83d2c5ee07c8347c0ac0c [2020-07-08T09:50:20.464Z] Checking out Revision 442a7b1776e0bc17f2d83d2c5ee07c8347c0ac0c (PR-41168) [2020-07-08T09:50:18.594Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:50:18.628Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:50:18.644Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:18.663Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:50:18.676Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:50:18.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:50:18.679Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:19.081Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:50:19.090Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:50:20.136Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:50:20.489Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:50:20.492Z] #39 18.01 CC images/remap-file-path.o [2020-07-08T09:50:20.492Z] #39 18.11 CC images/eventfd.o [2020-07-08T09:50:20.783Z] #39 18.27 CC images/eventpoll.o [2020-07-08T09:50:21.085Z] #39 18.48 CC images/fh.o [2020-07-08T09:50:21.085Z] #39 18.67 CC images/fsnotify.o [2020-07-08T09:50:21.376Z] #39 18.86 CC images/signalfd.o [2020-07-08T09:50:21.376Z] #39 18.95 CC images/fs.o [2020-07-08T09:50:21.376Z] #39 19.07 CC images/pstree.o [2020-07-08T09:50:21.666Z] #39 19.21 CC images/pipe.o [2020-07-08T09:50:21.666Z] #39 19.33 CC images/tcp-stream.o [2020-07-08T09:50:21.957Z] #39 19.44 CC images/sk-packet.o [2020-07-08T09:50:21.957Z] #39 19.57 CC images/mnt.o [2020-07-08T09:50:22.259Z] #39 19.75 CC images/pipe-data.o [2020-07-08T09:50:22.259Z] #39 19.88 CC images/sa.o [2020-07-08T09:50:22.259Z] #39 19.99 CC images/timer.o [2020-07-08T09:50:20.505Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:50:20.520Z] > git checkout -f 442a7b1776e0bc17f2d83d2c5ee07c8347c0ac0c # timeout=10 [2020-07-08T09:50:22.552Z] #39 20.15 CC images/timerfd.o [2020-07-08T09:50:22.552Z] #39 20.25 CC images/mm.o [2020-07-08T09:50:22.842Z] #39 ... [2020-07-08T09:50:22.842Z] [2020-07-08T09:50:22.842Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:22.842Z] #41 46.19 internal/lazyregexp [2020-07-08T09:50:22.842Z] #41 46.42 net/url [2020-07-08T09:50:22.842Z] #41 46.98 go/ast [2020-07-08T09:50:22.842Z] #41 47.67 text/template/parse [2020-07-08T09:50:22.842Z] #41 49.92 go/parser [2020-07-08T09:50:22.842Z] #41 50.93 text/template [2020-07-08T09:50:22.842Z] #41 52.64 encoding/xml [2020-07-08T09:50:22.842Z] #41 54.50 go/doc [2020-07-08T09:50:22.842Z] #41 55.20 github.com/LK4D4/vndr/versioned [2020-07-08T09:50:22.842Z] #41 55.28 compress/flate [2020-07-08T09:50:22.842Z] #41 ... [2020-07-08T09:50:22.842Z] [2020-07-08T09:50:22.842Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:22.842Z] #39 20.52 CC images/sk-opts.o [2020-07-08T09:50:23.133Z] #39 20.60 CC images/sk-unix.o [2020-07-08T09:50:23.133Z] #39 20.67 CC images/sk-inet.o [2020-07-08T09:50:23.133Z] #39 20.78 CC images/tun.o [2020-07-08T09:50:23.424Z] #39 20.97 CC images/sk-netlink.o [2020-07-08T09:50:23.714Z] #39 21.12 CC images/packet-sock.o [2020-07-08T09:50:23.714Z] #39 21.28 CC images/ipc-var.o [2020-07-08T09:50:23.714Z] #39 21.38 CC images/ipc-desc.o [2020-07-08T09:50:23.714Z] #39 21.49 CC images/ipc-shm.o [2020-07-08T09:50:24.006Z] #39 21.62 CC images/ipc-msg.o [2020-07-08T09:50:24.298Z] #39 21.79 CC images/ipc-sem.o [2020-07-08T09:50:24.298Z] #39 21.88 CC images/utsns.o [2020-07-08T09:50:24.298Z] #39 21.98 CC images/creds.o [2020-07-08T09:50:24.588Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:50:24.589Z] #39 22.13 CC images/vma.o [2020-07-08T09:50:24.590Z] #39 22.25 CC images/netdev.o [2020-07-08T09:50:24.598Z] First time build. Skipping changelog. [2020-07-08T09:50:24.614Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:50:24.881Z] #39 ... [2020-07-08T09:50:24.881Z] [2020-07-08T09:50:24.881Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:50:24.881Z] #47 50.37 mvdan.cc/editorconfig [2020-07-08T09:50:24.881Z] #47 51.59 mvdan.cc/sh/v3/fileutil [2020-07-08T09:50:24.881Z] #47 51.69 mvdan.cc/sh/v3/syntax [2020-07-08T09:50:24.881Z] #47 55.19 mvdan.cc/sh/v3/cmd/shfmt [2020-07-08T09:50:24.881Z] #47 DONE 58.2s [2020-07-08T09:50:24.881Z] [2020-07-08T09:50:24.881Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:24.881Z] #39 22.47 CC images/tty.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:50:25.172Z] #39 22.74 CC images/file-lock.o [2020-07-08T09:50:25.462Z] #39 23.02 CC images/rlimit.o [2020-07-08T09:50:25.462Z] #39 23.10 CC images/pagemap.o [2020-07-08T09:50:25.736Z] + docker version [2020-07-08T09:50:25.753Z] #39 23.17 CC images/siginfo.o [2020-07-08T09:50:25.753Z] #39 23.29 CC images/rpc.o [2020-07-08T09:50:26.057Z] #39 23.65 CC images/ext-file.o [2020-07-08T09:50:26.057Z] #39 23.72 CC images/cgroup.o [2020-07-08T09:50:26.348Z] #39 23.89 CC images/userns.o [2020-07-08T09:50:26.348Z] #39 24.01 CC images/google/protobuf/descriptor.o [2020-07-08T09:50:26.981Z] #39 ... [2020-07-08T09:50:26.981Z] [2020-07-08T09:50:26.981Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:50:26.981Z] #52 23.25 + bin/ctr [2020-07-08T09:50:26.981Z] #52 ... [2020-07-08T09:50:26.981Z] [2020-07-08T09:50:26.981Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:26.981Z] #41 56.68 github.com/LK4D4/vndr/build [2020-07-08T09:50:26.981Z] #41 56.97 hash/crc32 [2020-07-08T09:50:26.981Z] #41 57.36 compress/gzip [2020-07-08T09:50:26.981Z] #41 57.78 net [2020-07-08T09:50:26.981Z] #41 58.34 vendor/golang.org/x/text/transform [2020-07-08T09:50:26.981Z] #41 59.02 vendor/golang.org/x/text/unicode/bidi [2020-07-08T09:50:26.981Z] #41 59.99 vendor/golang.org/x/text/secure/bidirule [2020-07-08T09:50:26.981Z] #41 60.17 vendor/golang.org/x/text/unicode/norm [2020-07-08T09:50:28.486Z] #41 62.04 vendor/golang.org/x/net/idna [2020-07-08T09:50:28.777Z] #41 ... [2020-07-08T09:50:28.777Z] [2020-07-08T09:50:28.777Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:28.777Z] #39 24.62 CC images/opts.o [2020-07-08T09:50:28.777Z] #39 24.68 CC images/seccomp.o [2020-07-08T09:50:28.777Z] #39 24.82 CC images/binfmt-misc.o [2020-07-08T09:50:28.777Z] #39 24.93 CC images/time.o [2020-07-08T09:50:28.777Z] #39 25.03 CC images/sysctl.o [2020-07-08T09:50:28.777Z] #39 25.09 CC images/autofs.o [2020-07-08T09:50:28.777Z] #39 25.21 CC images/macvlan.o [2020-07-08T09:50:28.777Z] #39 25.33 CC images/sit.o [2020-07-08T09:50:28.777Z] #39 25.45 CC images/memfd.o [2020-07-08T09:50:28.777Z] #39 25.61 CC images/timens.o [2020-07-08T09:50:28.777Z] #39 25.77 LINK images/built-in.o [2020-07-08T09:50:28.777Z] #39 25.87 GEN compel/include/asm [2020-07-08T09:50:28.777Z] #39 25.87 GEN compel/include/version.h [2020-07-08T09:50:28.777Z] #39 25.89 touch .config [2020-07-08T09:50:28.777Z] #39 25.90 GEN include/common/config.h [2020-07-08T09:50:28.777Z] #39 25.94 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-07-08T09:50:28.777Z] #39 25.96 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-07-08T09:50:28.777Z] #39 25.97 GEN compel/plugins/include/uapi/std/syscall.h [2020-07-08T09:50:28.777Z] #39 25.99 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-07-08T09:50:28.777Z] #39 25.99 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-07-08T09:50:28.777Z] #39 26.01 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-07-08T09:50:28.777Z] #39 26.02 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-07-08T09:50:28.777Z] #39 26.02 DEP compel/plugins/std/infect.d [2020-07-08T09:50:28.777Z] #39 26.07 DEP compel/plugins/std/string.d [2020-07-08T09:50:28.777Z] #39 26.13 DEP compel/plugins/std/log.d [2020-07-08T09:50:28.777Z] #39 26.17 DEP compel/plugins/std/fds.d [2020-07-08T09:50:28.777Z] #39 26.22 DEP compel/plugins/std/std.d [2020-07-08T09:50:28.777Z] #39 26.26 DEP compel/plugins/shmem/shmem.d [2020-07-08T09:50:28.777Z] #39 26.31 DEP compel/plugins/fds/fds.d [2020-07-08T09:50:28.777Z] #39 26.39 CC compel/plugins/std/std.o [2020-07-08T09:50:29.068Z] #39 26.49 CC compel/plugins/std/fds.o [2020-07-08T09:50:29.068Z] #39 26.63 CC compel/plugins/std/log.o [2020-07-08T09:50:29.699Z] #39 27.11 CC compel/plugins/std/string.o [2020-07-08T09:50:29.699Z] #39 27.35 CC compel/plugins/std/infect.o [2020-07-08T09:50:30.001Z] #39 27.52 CC compel/arch/s390/plugins/std/parasite-head.o [2020-07-08T09:50:30.001Z] #39 27.56 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-07-08T09:50:30.001Z] #39 27.57 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-07-08T09:50:30.001Z] #39 27.68 AR compel/plugins/std.lib.a [2020-07-08T09:50:30.292Z] #39 27.71 CC compel/plugins/fds/fds.o [2020-07-08T09:50:30.292Z] #39 27.84 AR compel/plugins/fds.lib.a [2020-07-08T09:50:30.292Z] #39 27.86 HOSTDEP compel/src/lib/log-host.d [2020-07-08T09:50:30.292Z] #39 27.92 HOSTDEP compel/src/lib/handle-elf-host.d [2020-07-08T09:50:30.582Z] #39 27.98 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-07-08T09:50:30.582Z] #39 28.03 HOSTDEP compel/src/main-host.d [2020-07-08T09:50:30.582Z] #39 28.11 DEP compel/src/lib/ptrace.d [2020-07-08T09:50:30.582Z] #39 28.17 DEP compel/src/lib/infect.d [2020-07-08T09:50:30.872Z] #39 28.31 DEP compel/src/lib/infect-util.d [2020-07-08T09:50:30.872Z] #39 28.39 DEP compel/src/lib/infect-rpc.d [2020-07-08T09:50:30.872Z] #39 28.51 DEP compel/arch/s390/src/lib/infect.d [2020-07-08T09:50:30.872Z] #39 28.54 DEP compel/arch/s390/src/lib/cpu.d [2020-07-08T09:50:30.872Z] #39 28.58 DEP compel/src/lib/log.d [2020-07-08T09:50:30.872Z] #39 28.64 DEP compel/src/main.d [2020-07-08T09:50:31.163Z] #39 28.70 DEP compel/src/lib/handle-elf.d [2020-07-08T09:50:31.163Z] #39 28.73 DEP compel/arch/s390/src/lib/handle-elf.d [2020-07-08T09:50:31.163Z] #39 28.77 CC compel/src/lib/log.o [2020-07-08T09:50:31.163Z] #39 28.85 CC compel/arch/s390/src/lib/cpu.o [2020-07-08T09:50:31.453Z] #39 28.95 CC compel/arch/s390/src/lib/infect.o [2020-07-08T09:50:31.744Z] #39 29.35 CC compel/src/lib/infect-rpc.o [2020-07-08T09:50:32.034Z] #39 29.54 CC compel/src/lib/infect-util.o [2020-07-08T09:50:32.034Z] #39 29.64 CC compel/src/lib/infect.o [2020-07-08T09:50:32.375Z] Removing intermediate container cd51e7ec49f6 [2020-07-08T09:50:32.375Z] ---> 2808c8f1a751 [2020-07-08T09:50:32.375Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-07-08T09:50:32.375Z] ---> 22d48dbfbcad [2020-07-08T09:50:32.375Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-07-08T09:50:32.375Z] ---> 1878650c5b1f [2020-07-08T09:50:32.375Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-07-08T09:50:32.375Z] ---> Running in a1cb274eb6b7 [2020-07-08T09:50:32.375Z] Removing intermediate container a1cb274eb6b7 [2020-07-08T09:50:32.375Z] ---> 3e896d11276e [2020-07-08T09:50:32.375Z] Successfully built 3e896d11276e [2020-07-08T09:50:32.375Z] Successfully tagged moby-buildx:latest [2020-07-08T09:50:32.375Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-07-08T09:50:32.375Z] if [ -n "${id}" ]; then \ [2020-07-08T09:50:32.375Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-07-08T09:50:32.375Z] && touch bundles/buildx; \ [2020-07-08T09:50:32.375Z] docker rm -f ${id}; \ [2020-07-08T09:50:32.375Z] fi [2020-07-08T09:50:32.375Z] 654f19a1648e630fd5513c080289def6efc239783fef143afd2617f29c71cc58 [2020-07-08T09:50:32.375Z] bundles/buildx version [2020-07-08T09:50:32.375Z] buildx v0.3.1 6db68d0 [2020-07-08T09:50:32.375Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb . [2020-07-08T09:50:32.375Z] #1 [internal] booting buildkit [2020-07-08T09:50:32.375Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-07-08T09:50:32.375Z] #1 pulling image moby/buildkit:buildx-stable-1 2.0s done [2020-07-08T09:50:32.375Z] #1 creating container buildx_buildkit_default [2020-07-08T09:50:32.375Z] #1 creating container buildx_buildkit_default 0.4s done [2020-07-08T09:50:32.375Z] #1 DONE 2.4s [2020-07-08T09:50:32.375Z] [2020-07-08T09:50:32.375Z] #3 [internal] load .dockerignore [2020-07-08T09:50:32.375Z] #3 transferring context: [2020-07-08T09:50:32.375Z] #3 transferring context: 87B done [2020-07-08T09:50:32.375Z] #3 DONE 0.0s [2020-07-08T09:50:32.375Z] [2020-07-08T09:50:32.375Z] #2 [internal] load build definition from Dockerfile [2020-07-08T09:50:32.375Z] #2 transferring dockerfile: 16.36kB done [2020-07-08T09:50:32.375Z] #2 DONE 0.0s [2020-07-08T09:50:32.375Z] [2020-07-08T09:50:32.375Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-07-08T09:50:32.375Z] #4 DONE 0.9s [2020-07-08T09:50:32.375Z] [2020-07-08T09:50:32.375Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-07-08T09:50:32.375Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-07-08T09:50:32.666Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-07-08T09:50:32.666Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-07-08T09:50:32.666Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-07-08T09:50:32.666Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-07-08T09:50:32.961Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.5s done [2020-07-08T09:50:33.068Z] #39 30.54 CC compel/src/lib/ptrace.o [2020-07-08T09:50:33.068Z] #39 30.76 AR compel/libcompel.a [2020-07-08T09:50:33.068Z] #39 30.80 HOSTCC compel/src/main-host.o [2020-07-08T09:50:33.256Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-07-08T09:50:33.359Z] #39 30.94 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-07-08T09:50:33.359Z] #39 31.06 HOSTCC compel/src/lib/handle-elf-host.o [2020-07-08T09:50:33.548Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-07-08T09:50:33.548Z] #5 DONE 1.1s [2020-07-08T09:50:33.548Z] [2020-07-08T09:50:33.548Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-07-08T09:50:33.651Z] #39 31.20 HOSTCC compel/src/lib/log-host.o [2020-07-08T09:50:33.651Z] #39 31.26 HOSTLINK compel/compel-host-bin [2020-07-08T09:50:33.651Z] #39 31.31 DEP soccr/soccr.d [2020-07-08T09:50:33.945Z] #39 31.46 CC soccr/soccr.o [2020-07-08T09:50:34.186Z] #7 DONE 0.7s [2020-07-08T09:50:34.186Z] [2020-07-08T09:50:34.186Z] #6 [internal] load metadata for docker.io/library/golang:1.13.12-buster [2020-07-08T09:50:34.186Z] #6 DONE 0.7s [2020-07-08T09:50:34.483Z] [2020-07-08T09:50:34.483Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:50:34.483Z] #8 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done [2020-07-08T09:50:34.579Z] #39 32.07 AR soccr/libsoccr.a [2020-07-08T09:50:34.579Z] #39 32.09 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:50:34.781Z] #8 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done [2020-07-08T09:50:34.781Z] #8 sha256:3d57a28925bda7b651f94c594eff9be7464f30eda419c42fa5fb8c883dd40a8d 1.79kB / 1.79kB done [2020-07-08T09:50:34.781Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 0B / 73.55MB 0.1s [2020-07-08T09:50:34.781Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 0B / 57.46MB 0.1s [2020-07-08T09:50:34.781Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 0B / 8.25MB 0.1s [2020-07-08T09:50:34.781Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 0B / 96.51MB 0.1s [2020-07-08T09:50:34.781Z] #8 sha256:f8e8effe76eee3c5d4374e2f7f29dadfc1d7a6a789c7d30b65f26647c64cdc55 0B / 154B 0.1s [2020-07-08T09:50:34.781Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 0B / 10.73MB 0.1s [2020-07-08T09:50:34.781Z] #8 sha256:22d48dbfbcadb6f250f44ed4b999a984dc2f70faa13fd1d2fe10c57f41b555f8 6.19kB / 6.19kB done [2020-07-08T09:50:34.781Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 0B / 54.14MB 0.1s [2020-07-08T09:50:34.877Z] #39 32.37 DEP criu/arch/s390/sigframe.d [2020-07-08T09:50:34.878Z] #39 32.40 DEP criu/arch/s390/crtools.d [2020-07-08T09:50:34.878Z] #39 32.49 DEP criu/arch/s390/cpu.d [2020-07-08T09:50:34.878Z] #39 ... [2020-07-08T09:50:34.878Z] [2020-07-08T09:50:34.878Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:50:34.878Z] #54 64.79 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:50:34.878Z] #54 64.79 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-07-08T09:50:34.878Z] #54 DONE 68.4s [2020-07-08T09:50:34.878Z] [2020-07-08T09:50:34.878Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-07-08T09:50:34.878Z] #55 DONE 0.1s [2020-07-08T09:50:34.878Z] [2020-07-08T09:50:34.878Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:34.878Z] #39 32.56 CC criu/arch/s390/cpu.o [2020-07-08T09:50:34.878Z] #39 ... [2020-07-08T09:50:34.878Z] [2020-07-08T09:50:34.878Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:34.878Z] #41 63.15 vendor/golang.org/x/net/http2/hpack [2020-07-08T09:50:34.878Z] #41 63.88 mime [2020-07-08T09:50:34.878Z] #41 64.99 mime/quotedprintable [2020-07-08T09:50:34.878Z] #41 65.29 net/http/internal [2020-07-08T09:50:34.878Z] #41 66.91 mime/multipart [2020-07-08T09:50:34.878Z] #41 66.93 crypto/x509 [2020-07-08T09:50:34.891Z] Fetching without tags [2020-07-08T09:50:35.096Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 1.37MB / 8.25MB 0.4s [2020-07-08T09:50:35.096Z] #8 sha256:f8e8effe76eee3c5d4374e2f7f29dadfc1d7a6a789c7d30b65f26647c64cdc55 154B / 154B 0.3s done [2020-07-08T09:50:35.188Z] #41 ... [2020-07-08T09:50:35.188Z] [2020-07-08T09:50:35.188Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-07-08T09:50:35.188Z] #56 DONE 0.1s [2020-07-08T09:50:35.188Z] [2020-07-08T09:50:35.188Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:35.188Z] #41 68.75 crypto/tls [2020-07-08T09:50:35.293Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:50:35.610Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 3.37MB / 57.46MB 0.6s [2020-07-08T09:50:35.610Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 2.57MB / 8.25MB 0.6s [2020-07-08T09:50:35.610Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 937.20kB / 10.73MB 0.6s [2020-07-08T09:50:35.610Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 3.74MB / 73.55MB 0.8s [2020-07-08T09:50:35.610Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 6.33MB / 57.46MB 0.8s [2020-07-08T09:50:35.610Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 4.21MB / 8.25MB 0.8s [2020-07-08T09:50:35.610Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 2.37MB / 10.73MB 0.8s [2020-07-08T09:50:35.610Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 3.77MB / 54.14MB 0.8s [2020-07-08T09:50:35.762Z] Client: Docker Engine - Community [2020-07-08T09:50:35.762Z] Version: 19.03.12 [2020-07-08T09:50:35.762Z] API version: 1.40 [2020-07-08T09:50:35.762Z] Go version: go1.13.10 [2020-07-08T09:50:35.762Z] Git commit: 48a6621 [2020-07-08T09:50:35.762Z] Built: Mon Jun 22 15:46:32 2020 [2020-07-08T09:50:35.762Z] OS/Arch: linux/arm64 [2020-07-08T09:50:35.762Z] Experimental: false [2020-07-08T09:50:35.762Z] [2020-07-08T09:50:35.762Z] Server: Docker Engine - Community [2020-07-08T09:50:35.762Z] Engine: [2020-07-08T09:50:35.762Z] Version: 19.03.12 [2020-07-08T09:50:35.762Z] API version: 1.40 (minimum version 1.12) [2020-07-08T09:50:35.762Z] Go version: go1.13.10 [2020-07-08T09:50:35.762Z] Git commit: 48a6621 [2020-07-08T09:50:35.762Z] Built: Mon Jun 22 15:45:04 2020 [2020-07-08T09:50:35.762Z] OS/Arch: linux/arm64 [2020-07-08T09:50:35.762Z] Experimental: true [2020-07-08T09:50:35.762Z] containerd: [2020-07-08T09:50:35.762Z] Version: 1.2.13 [2020-07-08T09:50:35.762Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:50:35.762Z] runc: [2020-07-08T09:50:35.762Z] Version: 1.0.0-rc10 [2020-07-08T09:50:35.762Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:50:35.762Z] docker-init: [2020-07-08T09:50:35.762Z] Version: 0.18.0 [2020-07-08T09:50:35.762Z] GitCommit: fec3683 [Pipeline] sh [2020-07-08T09:50:34.793Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:50:34.810Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:50:34.825Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:34.856Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:50:34.886Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:50:34.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:50:34.887Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:35.293Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:50:35.314Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:50:36.017Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 6.13MB / 8.25MB 0.9s [2020-07-08T09:50:36.017Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 5.67MB / 96.51MB 0.9s [2020-07-08T09:50:36.017Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 5.49MB / 10.73MB 0.9s [2020-07-08T09:50:36.017Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 6.76MB / 54.14MB 0.9s [2020-07-08T09:50:36.017Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 8.01MB / 8.25MB 1.1s [2020-07-08T09:50:36.017Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 7.63MB / 10.73MB 1.1s [2020-07-08T09:50:36.017Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 9.42MB / 73.55MB 1.2s [2020-07-08T09:50:36.017Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 10.79MB / 57.46MB 1.2s [2020-07-08T09:50:36.017Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 8.25MB / 8.25MB 1.1s done [2020-07-08T09:50:36.017Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 10.73MB / 10.73MB 1.2s [2020-07-08T09:50:36.017Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 9.74MB / 54.14MB 1.2s [2020-07-08T09:50:36.141Z] + docker info [2020-07-08T09:50:36.480Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 11.00MB / 96.51MB 1.4s [2020-07-08T09:50:36.480Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 10.73MB / 10.73MB 1.2s done [2020-07-08T09:50:36.480Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 13.69MB / 54.14MB 1.4s [2020-07-08T09:50:36.480Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 14.06MB / 73.55MB 1.5s [2020-07-08T09:50:36.480Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 15.97MB / 57.46MB 1.5s [2020-07-08T09:50:36.480Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 16.53MB / 54.14MB 1.5s [2020-07-08T09:50:36.480Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 19.47MB / 54.14MB 1.6s [2020-07-08T09:50:36.480Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 20.21MB / 57.46MB 1.8s [2020-07-08T09:50:36.657Z] Merge succeeded, producing 97b68b730b7b9db4514bf418ea66f5ab9c42b07e [2020-07-08T09:50:36.657Z] Checking out Revision 97b68b730b7b9db4514bf418ea66f5ab9c42b07e (PR-41168) [2020-07-08T09:50:36.873Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 16.45MB / 96.51MB 1.9s [2020-07-08T09:50:36.873Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 23.23MB / 54.14MB 1.9s [2020-07-08T09:50:36.873Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 17.93MB / 73.55MB 2.1s [2020-07-08T09:50:36.873Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 24.75MB / 57.46MB 2.1s [2020-07-08T09:50:37.310Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 26.63MB / 54.14MB 2.3s [2020-07-08T09:50:37.310Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 28.54MB / 57.46MB 2.4s [2020-07-08T09:50:37.310Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 22.28MB / 73.55MB 2.6s [2020-07-08T09:50:37.310Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 21.88MB / 96.51MB 2.6s [2020-07-08T09:50:37.310Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 30.24MB / 54.14MB 2.6s [2020-07-08T09:50:37.310Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 32.14MB / 57.46MB 2.7s [2020-07-08T09:50:37.697Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 33.02MB / 54.14MB 2.8s [2020-07-08T09:50:37.697Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 26.00MB / 73.55MB 3.0s [2020-07-08T09:50:37.697Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 35.70MB / 57.46MB 3.0s [2020-07-08T09:50:38.189Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 27.82MB / 96.51MB 3.1s [2020-07-08T09:50:38.189Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 37.39MB / 54.14MB 3.1s [2020-07-08T09:50:38.189Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 30.33MB / 73.55MB 3.4s [2020-07-08T09:50:38.189Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 39.88MB / 57.46MB 3.4s [2020-07-08T09:50:38.189Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 40.84MB / 54.14MB 3.4s [2020-07-08T09:50:36.170Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:50:36.623Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:50:36.652Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:50:36.675Z] > git checkout -f 97b68b730b7b9db4514bf418ea66f5ab9c42b07e # timeout=10 [2020-07-08T09:50:38.426Z] Fetching without tags [2020-07-08T09:50:38.577Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 43.22MB / 57.46MB 3.8s [2020-07-08T09:50:38.577Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 34.27MB / 96.51MB 3.8s [2020-07-08T09:50:38.577Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 44.96MB / 54.14MB 3.8s [2020-07-08T09:50:38.729Z] #41 72.17 net/http/httptrace [2020-07-08T09:50:38.729Z] #41 72.29 net/http [2020-07-08T09:50:38.807Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:50:39.229Z] #8 ... [2020-07-08T09:50:39.229Z] [2020-07-08T09:50:39.229Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:50:39.229Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-07-08T09:50:39.229Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-07-08T09:50:39.229Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.3s done [2020-07-08T09:50:39.229Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-07-08T09:50:39.229Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 2.7s done [2020-07-08T09:50:39.229Z] #59 DONE 4.4s [2020-07-08T09:50:39.229Z] [2020-07-08T09:50:39.229Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:50:39.229Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 35.11MB / 73.55MB 4.0s [2020-07-08T09:50:39.229Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 48.36MB / 54.14MB 4.0s [2020-07-08T09:50:39.229Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 47.28MB / 57.46MB 4.2s [2020-07-08T09:50:39.229Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 39.46MB / 96.51MB 4.2s [2020-07-08T09:50:39.229Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 51.27MB / 54.14MB 4.4s [2020-07-08T09:50:39.229Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 40.71MB / 73.55MB 4.5s [2020-07-08T09:50:39.572Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 51.72MB / 57.46MB 4.7s [2020-07-08T09:50:39.572Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 54.72MB / 57.46MB 4.8s [2020-07-08T09:50:39.572Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 45.53MB / 96.51MB 4.8s [2020-07-08T09:50:39.572Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 54.14MB / 54.14MB 4.7s done [2020-07-08T09:50:39.572Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 54.14MB / 54.14MB 4.7s done [2020-07-08T09:50:38.327Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:50:38.344Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:50:38.371Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:38.398Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:50:38.424Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:50:38.424Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:50:38.425Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:50:38.815Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:50:38.845Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:50:39.884Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 46.35MB / 73.55MB 4.9s [2020-07-08T09:50:39.884Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 57.46MB / 57.46MB 4.9s done [2020-07-08T09:50:39.884Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 55.93MB / 73.55MB 5.2s [2020-07-08T09:50:40.215Z] #8 ... [2020-07-08T09:50:40.215Z] [2020-07-08T09:50:40.215Z] #21 [internal] load build context [2020-07-08T09:50:40.215Z] #21 transferring context: 51.28MB 5.7s done [2020-07-08T09:50:40.215Z] #21 DONE 5.7s [2020-07-08T09:50:40.215Z] [2020-07-08T09:50:40.215Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:50:40.215Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 61.98MB / 73.55MB 5.4s [2020-07-08T09:50:40.215Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 51.03MB / 96.51MB 5.4s [2020-07-08T09:50:40.215Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 67.00MB / 73.55MB 5.5s [2020-07-08T09:50:40.521Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 71.43MB / 73.55MB 5.7s [2020-07-08T09:50:40.521Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 73.55MB / 73.55MB 5.8s done [2020-07-08T09:50:40.564Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:50:40.597Z] First time build. Skipping changelog. [2020-07-08T09:50:40.562Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:50:40.798Z] #41 ... [2020-07-08T09:50:40.798Z] [2020-07-08T09:50:40.798Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:40.798Z] #39 32.90 CC criu/arch/s390/crtools.o [2020-07-08T09:50:40.798Z] #39 33.72 CC criu/arch/s390/sigframe.o [2020-07-08T09:50:40.798Z] #39 33.84 LINK criu/arch/s390/crtools.built-in.o [2020-07-08T09:50:40.798Z] #39 33.91 DEP criu/pie/util-vdso.d [2020-07-08T09:50:40.798Z] #39 33.98 DEP criu/pie/util.d [2020-07-08T09:50:40.798Z] #39 34.09 CC criu/pie/util.o [2020-07-08T09:50:40.798Z] #39 34.29 CC criu/pie/util-vdso.o [2020-07-08T09:50:40.798Z] #39 34.72 AR criu/pie/pie.lib.a [2020-07-08T09:50:40.798Z] #39 34.75 DEP criu/pie/restorer.d [2020-07-08T09:50:40.798Z] #39 34.88 DEP criu/arch/s390/restorer.d [2020-07-08T09:50:40.798Z] #39 35.03 DEP criu/arch/s390/vdso-pie.d [2020-07-08T09:50:40.798Z] #39 35.08 DEP criu/pie/parasite-vdso.d [2020-07-08T09:50:40.798Z] #39 35.16 DEP criu/pie/parasite.d [2020-07-08T09:50:40.798Z] #39 35.26 CC criu/pie/parasite.o [2020-07-08T09:50:40.798Z] #39 35.90 LINK criu/pie/parasite.built-in.o [2020-07-08T09:50:40.798Z] #39 35.90 GEN criu/pie/parasite-blob.h [2020-07-08T09:50:40.798Z] #39 35.91 CC criu/pie/parasite-vdso.o [2020-07-08T09:50:40.798Z] #39 36.34 CC criu/arch/s390/vdso-pie.o [2020-07-08T09:50:40.798Z] #39 36.52 CC criu/arch/s390/restorer.o [2020-07-08T09:50:40.798Z] #39 36.79 CC criu/pie/restorer.o [2020-07-08T09:50:40.798Z] #39 37.98 LINK criu/pie/restorer.built-in.o [2020-07-08T09:50:40.798Z] #39 37.99 GEN criu/pie/restorer-blob.h [2020-07-08T09:50:40.798Z] #39 38.02 DEP criu/vdso.d [2020-07-08T09:50:40.798Z] #39 38.12 DEP criu/uts_ns.d [2020-07-08T09:50:40.798Z] #39 38.19 DEP criu/util.d [2020-07-08T09:50:40.798Z] #39 38.27 DEP criu/uffd.d [2020-07-08T09:50:40.798Z] #39 38.37 DEP criu/tun.d [2020-07-08T09:50:40.798Z] #39 38.50 DEP criu/tty.d [2020-07-08T09:50:40.818Z] Merge succeeded, producing a4edfd08a5d710b4d7aea70ec22e359ca5b42358 [2020-07-08T09:50:40.818Z] Checking out Revision a4edfd08a5d710b4d7aea70ec22e359ca5b42358 (PR-41168) [2020-07-08T09:50:40.826Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 58.24MB / 96.51MB 6.1s [Pipeline] withEnv [Pipeline] { [2020-07-08T09:50:41.089Z] #39 38.65 DEP criu/timerfd.d [2020-07-08T09:50:41.089Z] #39 38.78 DEP criu/timens.d [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:50:41.126Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 66.12MB / 96.51MB 6.3s [2020-07-08T09:50:41.126Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 77.38MB / 96.51MB 6.4s [2020-07-08T09:50:41.382Z] #39 38.87 DEP criu/sysfs_parse.d [2020-07-08T09:50:41.382Z] #39 38.97 DEP criu/sysctl.d [2020-07-08T09:50:41.382Z] #39 39.02 DEP criu/string.d [2020-07-08T09:50:41.382Z] #39 39.03 DEP criu/stats.d [2020-07-08T09:50:41.382Z] #39 39.07 DEP criu/sockets.d [2020-07-08T09:50:41.453Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 89.55MB / 96.51MB 6.6s [2020-07-08T09:50:41.453Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 96.51MB / 96.51MB 6.8s done [2020-07-08T09:50:41.661Z] + docker version [2020-07-08T09:50:41.673Z] #39 39.18 DEP criu/sk-unix.d [2020-07-08T09:50:41.674Z] #39 39.27 DEP criu/sk-tcp.d [2020-07-08T09:50:41.749Z] #8 unpacking docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 [2020-07-08T09:50:41.965Z] #39 39.34 DEP criu/sk-queue.d [2020-07-08T09:50:41.965Z] #39 39.45 DEP criu/sk-packet.d [2020-07-08T09:50:39.907Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:50:40.795Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T09:50:40.816Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:50:40.855Z] > git checkout -f a4edfd08a5d710b4d7aea70ec22e359ca5b42358 # timeout=10 [2020-07-08T09:50:42.256Z] #39 39.62 DEP criu/sk-netlink.d [2020-07-08T09:50:42.256Z] #39 39.70 DEP criu/sk-inet.d [2020-07-08T09:50:42.256Z] #39 39.79 DEP criu/signalfd.d [2020-07-08T09:50:42.256Z] #39 39.89 DEP criu/sigframe.d [2020-07-08T09:50:42.256Z] #39 39.92 DEP criu/shmem.d [2020-07-08T09:50:42.256Z] #39 40.01 DEP criu/servicefd.d [2020-07-08T09:50:42.547Z] #39 40.12 DEP criu/seize.d [2020-07-08T09:50:42.547Z] #39 40.17 DEP criu/seccomp.d [2020-07-08T09:50:42.838Z] #39 40.31 DEP criu/rst-malloc.d [2020-07-08T09:50:42.838Z] #39 40.36 DEP criu/rbtree.d [2020-07-08T09:50:42.838Z] #39 40.37 DEP criu/pstree.d [2020-07-08T09:50:42.838Z] #39 40.50 DEP criu/protobuf.d [2020-07-08T09:50:43.129Z] #39 40.56 GEN criu/protobuf-desc-gen.h [2020-07-08T09:50:43.761Z] #39 41.22 DEP criu/protobuf-desc.d [2020-07-08T09:50:43.761Z] #39 41.28 DEP criu/proc_parse.d [2020-07-08T09:50:43.761Z] #39 41.39 DEP criu/plugin.d [2020-07-08T09:50:43.761Z] #39 41.44 DEP criu/pipes.d [2020-07-08T09:50:44.051Z] #39 41.52 DEP criu/pie-util.d [2020-07-08T09:50:44.051Z] #39 41.59 DEP criu/pie-util-vdso.d [2020-07-08T09:50:44.051Z] #39 41.64 DEP criu/path.d [2020-07-08T09:50:44.051Z] #39 41.70 DEP criu/parasite-syscall.d [2020-07-08T09:50:44.342Z] #39 41.81 DEP criu/pagemap.d [2020-07-08T09:50:44.342Z] #39 41.87 DEP criu/pagemap-cache.d [2020-07-08T09:50:44.342Z] #39 41.91 DEP criu/page-xfer.d [2020-07-08T09:50:44.342Z] #39 ... [2020-07-08T09:50:44.342Z] [2020-07-08T09:50:44.342Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:44.342Z] #41 77.71 github.com/LK4D4/vndr/godl [2020-07-08T09:50:44.570Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:50:44.596Z] First time build. Skipping changelog. [2020-07-08T09:50:44.633Z] #41 78.03 github.com/LK4D4/vndr [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:50:45.735Z] + docker version [2020-07-08T09:50:44.578Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:50:48.377Z] Client: [2020-07-08T09:50:48.377Z] Debug Mode: false [2020-07-08T09:50:48.377Z] [2020-07-08T09:50:48.377Z] Server: [2020-07-08T09:50:48.377Z] Containers: 0 [2020-07-08T09:50:48.377Z] Running: 0 [2020-07-08T09:50:48.377Z] Paused: 0 [2020-07-08T09:50:48.377Z] Stopped: 0 [2020-07-08T09:50:48.377Z] Images: 0 [2020-07-08T09:50:48.377Z] Server Version: 19.03.12 [2020-07-08T09:50:48.377Z] Storage Driver: overlay2 [2020-07-08T09:50:48.377Z] Backing Filesystem: extfs [2020-07-08T09:50:48.377Z] Supports d_type: true [2020-07-08T09:50:48.377Z] Native Overlay Diff: true [2020-07-08T09:50:48.377Z] Logging Driver: json-file [2020-07-08T09:50:48.377Z] Cgroup Driver: cgroupfs [2020-07-08T09:50:48.377Z] Plugins: [2020-07-08T09:50:48.377Z] Volume: local [2020-07-08T09:50:48.377Z] Network: bridge host ipvlan macvlan null overlay [2020-07-08T09:50:48.377Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-07-08T09:50:48.377Z] Swarm: inactive [2020-07-08T09:50:48.377Z] Runtimes: runc [2020-07-08T09:50:48.377Z] Default Runtime: runc [2020-07-08T09:50:48.377Z] Init Binary: docker-init [2020-07-08T09:50:48.377Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:50:48.377Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:50:48.377Z] init version: fec3683 [2020-07-08T09:50:48.377Z] Security Options: [2020-07-08T09:50:48.377Z] apparmor [2020-07-08T09:50:48.377Z] seccomp [2020-07-08T09:50:48.377Z] Profile: default [2020-07-08T09:50:48.377Z] Kernel Version: 4.15.0-1074-aws [2020-07-08T09:50:48.377Z] Operating System: Ubuntu 16.04.6 LTS [2020-07-08T09:50:48.377Z] OSType: linux [2020-07-08T09:50:48.377Z] Architecture: aarch64 [2020-07-08T09:50:48.377Z] CPUs: 4 [2020-07-08T09:50:48.377Z] Total Memory: 7.525GiB [2020-07-08T09:50:48.377Z] Name: ip-10-100-110-160 [2020-07-08T09:50:48.377Z] ID: UTJC:VJXC:JR6C:MQOY:H5HB:HHV3:JK47:2SKG:XCXB:YJDM:JC3G:VSC2 [2020-07-08T09:50:48.377Z] Docker Root Dir: /var/lib/docker [2020-07-08T09:50:48.377Z] Debug Mode: false [2020-07-08T09:50:48.377Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:50:48.377Z] Labels: [2020-07-08T09:50:48.377Z] Experimental: true [2020-07-08T09:50:48.377Z] Insecure Registries: [2020-07-08T09:50:48.377Z] 127.0.0.0/8 [2020-07-08T09:50:48.377Z] Live Restore Enabled: true [2020-07-08T09:50:48.377Z] [2020-07-08T09:50:48.377Z] WARNING: No swap limit support [Pipeline] sh [2020-07-08T09:50:48.668Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:50:48.668Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:50:48.668Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41168/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-07-08T09:50:49.240Z] + bash /home/ubuntu/workspace/moby_PR-41168/check-config.sh [2020-07-08T09:50:49.240Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-07-08T09:50:49.240Z] info: reading kernel config from /boot/config-4.15.0-1074-aws ... [2020-07-08T09:50:49.240Z] [2020-07-08T09:50:49.240Z] Generally Necessary: [2020-07-08T09:50:49.240Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-07-08T09:50:49.240Z] - apparmor: enabled and tools installed [2020-07-08T09:50:49.240Z] - CONFIG_NAMESPACES: enabled [2020-07-08T09:50:49.240Z] - CONFIG_NET_NS: enabled [2020-07-08T09:50:49.240Z] - CONFIG_PID_NS: enabled [2020-07-08T09:50:49.240Z] - CONFIG_IPC_NS: enabled [2020-07-08T09:50:49.240Z] - CONFIG_UTS_NS: enabled [2020-07-08T09:50:49.240Z] - CONFIG_CGROUPS: enabled [2020-07-08T09:50:49.240Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-07-08T09:50:49.240Z] - CONFIG_CGROUP_DEVICE: enabled [2020-07-08T09:50:49.240Z] - CONFIG_CGROUP_FREEZER: enabled [2020-07-08T09:50:49.240Z] - CONFIG_CGROUP_SCHED: enabled [2020-07-08T09:50:49.240Z] - CONFIG_CPUSETS: enabled [2020-07-08T09:50:49.240Z] - CONFIG_MEMCG: enabled [2020-07-08T09:50:49.502Z] - CONFIG_KEYS: enabled [2020-07-08T09:50:49.502Z] - CONFIG_VETH: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_BRIDGE: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_NF_NAT: enabled (as module) [2020-07-08T09:50:49.502Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-07-08T09:50:49.502Z] - CONFIG_POSIX_MQUEUE: enabled [2020-07-08T09:50:49.502Z] [2020-07-08T09:50:49.502Z] Optional Features: [2020-07-08T09:50:49.502Z] - CONFIG_USER_NS: enabled [2020-07-08T09:50:49.502Z] - CONFIG_SECCOMP: enabled [2020-07-08T09:50:49.502Z] - CONFIG_CGROUP_PIDS: enabled [2020-07-08T09:50:49.502Z] - CONFIG_MEMCG_SWAP: enabled [2020-07-08T09:50:49.502Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-07-08T09:50:49.502Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-07-08T09:50:49.502Z] - CONFIG_BLK_CGROUP: enabled [2020-07-08T09:50:49.502Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-07-08T09:50:49.502Z] - CONFIG_IOSCHED_CFQ: enabled [2020-07-08T09:50:49.502Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-07-08T09:50:49.502Z] - CONFIG_CGROUP_PERF: enabled [2020-07-08T09:50:49.766Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-07-08T09:50:49.766Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-07-08T09:50:49.766Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-07-08T09:50:49.766Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-07-08T09:50:49.766Z] - CONFIG_RT_GROUP_SCHED: missing [2020-07-08T09:50:49.766Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_IP_VS: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_IP_VS_NFCT: enabled [2020-07-08T09:50:49.766Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-07-08T09:50:49.766Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-07-08T09:50:49.766Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_EXT4_FS: enabled [2020-07-08T09:50:49.766Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-07-08T09:50:49.766Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-07-08T09:50:49.766Z] - Network Drivers: [2020-07-08T09:50:49.766Z] - "overlay": [2020-07-08T09:50:49.766Z] - CONFIG_VXLAN: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-07-08T09:50:49.766Z] Optional (for encrypted networks): [2020-07-08T09:50:49.766Z] - CONFIG_CRYPTO: enabled [2020-07-08T09:50:49.766Z] - CONFIG_CRYPTO_AEAD: enabled [2020-07-08T09:50:49.766Z] - CONFIG_CRYPTO_GCM: enabled [2020-07-08T09:50:49.766Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-07-08T09:50:49.766Z] - CONFIG_CRYPTO_GHASH: enabled [2020-07-08T09:50:49.766Z] - CONFIG_XFRM: enabled [2020-07-08T09:50:49.766Z] - CONFIG_XFRM_USER: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_INET_ESP: enabled (as module) [2020-07-08T09:50:49.766Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-07-08T09:50:49.766Z] - "ipvlan": [2020-07-08T09:50:50.027Z] - CONFIG_IPVLAN: enabled (as module) [2020-07-08T09:50:50.027Z] - "macvlan": [2020-07-08T09:50:50.027Z] - CONFIG_MACVLAN: enabled (as module) [2020-07-08T09:50:50.027Z] - CONFIG_DUMMY: enabled (as module) [2020-07-08T09:50:50.027Z] - "ftp,tftp client in container": [2020-07-08T09:50:50.027Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-07-08T09:50:50.027Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-07-08T09:50:50.027Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-07-08T09:50:50.027Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-07-08T09:50:50.027Z] - Storage Drivers: [2020-07-08T09:50:50.027Z] - "aufs": [2020-07-08T09:50:50.027Z] - CONFIG_AUFS_FS: enabled (as module) [2020-07-08T09:50:50.027Z] - "btrfs": [2020-07-08T09:50:50.027Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-07-08T09:50:50.027Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-07-08T09:50:50.027Z] - "devicemapper": [2020-07-08T09:50:50.027Z] - CONFIG_BLK_DEV_DM: enabled [2020-07-08T09:50:50.027Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-07-08T09:50:50.027Z] - "overlay": [2020-07-08T09:50:50.027Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-07-08T09:50:50.027Z] - "zfs": [2020-07-08T09:50:50.027Z] - /dev/zfs: missing [2020-07-08T09:50:50.027Z] - zfs command: missing [2020-07-08T09:50:50.027Z] - zpool command: missing [2020-07-08T09:50:50.027Z] [2020-07-08T09:50:50.027Z] Limits: [2020-07-08T09:50:50.027Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-07-08T09:50:50.027Z] [2020-07-08T09:50:50.027Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-07-08T09:50:50.210Z] #41 ... [2020-07-08T09:50:50.210Z] [2020-07-08T09:50:50.210Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:50:50.210Z] #10 78.76 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-07-08T09:50:50.210Z] #10 78.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-07-08T09:50:50.210Z] #10 78.77 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-07-08T09:50:50.210Z] #10 78.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-07-08T09:50:50.210Z] #10 78.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-07-08T09:50:50.210Z] #10 78.78 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-07-08T09:50:50.210Z] #10 78.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-07-08T09:50:50.210Z] #10 78.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-07-08T09:50:50.210Z] #10 78.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-07-08T09:50:50.210Z] #10 78.80 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-07-08T09:50:50.210Z] #10 78.80 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-07-08T09:50:50.210Z] #10 78.82 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-07-08T09:50:50.210Z] #10 78.89 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-07-08T09:50:50.210Z] #10 78.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-07-08T09:50:50.210Z] #10 78.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-07-08T09:50:50.210Z] #10 79.26 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:50:50.210Z] #10 79.31 Fetched 73.3 MB in 52s (1401 kB/s) [2020-07-08T09:50:50.210Z] #10 79.35 Selecting previously unselected package binutils-mingw-w64-i686. [2020-07-08T09:50:50.210Z] #10 79.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-07-08T09:50:50.210Z] #10 79.36 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-07-08T09:50:50.210Z] #10 79.36 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:50:50.210Z] #10 80.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-07-08T09:50:50.210Z] #10 80.22 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-07-08T09:50:50.210Z] #10 80.22 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:50:50.210Z] #10 81.23 Selecting previously unselected package binutils-mingw-w64. [2020-07-08T09:50:50.210Z] #10 81.23 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-07-08T09:50:50.210Z] #10 81.23 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:50:50.210Z] #10 81.30 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-07-08T09:50:50.210Z] #10 81.30 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-07-08T09:50:50.210Z] #10 81.30 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-07-08T09:50:50.210Z] #10 81.41 Selecting previously unselected package dmsetup. [2020-07-08T09:50:50.210Z] #10 81.41 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-07-08T09:50:50.210Z] #10 81.41 Unpacking dmsetup (2:1.02.155-3) ... [2020-07-08T09:50:50.210Z] #10 81.46 Selecting previously unselected package mingw-w64-common. [2020-07-08T09:50:50.210Z] #10 81.46 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-07-08T09:50:50.210Z] #10 81.47 Unpacking mingw-w64-common (6.0.0-3) ... [2020-07-08T09:50:50.210Z] #10 ... [2020-07-08T09:50:50.210Z] [2020-07-08T09:50:50.210Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:50:50.210Z] #41 DONE 83.0s [2020-07-08T09:50:50.210Z] [2020-07-08T09:50:50.210Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:50.210Z] #39 41.95 DEP criu/page-pipe.d [2020-07-08T09:50:50.210Z] #39 42.00 DEP criu/netfilter.d [2020-07-08T09:50:50.210Z] #39 42.12 DEP criu/net.d [2020-07-08T09:50:50.210Z] #39 42.21 DEP criu/namespaces.d [2020-07-08T09:50:50.210Z] #39 42.28 DEP criu/mount.d [2020-07-08T09:50:50.210Z] #39 42.34 DEP criu/memfd.d [2020-07-08T09:50:50.210Z] #39 42.39 DEP criu/mem.d [2020-07-08T09:50:50.210Z] #39 42.49 DEP criu/lsm.d [2020-07-08T09:50:50.210Z] #39 42.59 DEP criu/log.d [2020-07-08T09:50:50.210Z] #39 42.66 DEP criu/libnetlink.d [2020-07-08T09:50:50.210Z] #39 42.71 DEP criu/kerndat.d [2020-07-08T09:50:50.210Z] #39 42.78 DEP criu/kcmp-ids.d [2020-07-08T09:50:50.210Z] #39 42.84 DEP criu/irmap.d [2020-07-08T09:50:50.210Z] #39 42.91 DEP criu/ipc_ns.d [2020-07-08T09:50:50.210Z] #39 42.97 DEP criu/image.d [2020-07-08T09:50:50.210Z] #39 43.09 DEP criu/image-desc.d [2020-07-08T09:50:50.210Z] #39 43.16 DEP criu/fsnotify.d [2020-07-08T09:50:50.210Z] #39 43.30 DEP criu/filesystems.d [2020-07-08T09:50:50.210Z] #39 43.38 DEP criu/files.d [2020-07-08T09:50:50.210Z] #39 43.56 DEP criu/files-reg.d [2020-07-08T09:50:50.210Z] #39 43.68 DEP criu/files-ext.d [2020-07-08T09:50:50.210Z] #39 43.82 DEP criu/file-lock.d [2020-07-08T09:50:50.210Z] #39 43.97 DEP criu/file-ids.d [2020-07-08T09:50:50.210Z] #39 44.07 DEP criu/fifo.d [2020-07-08T09:50:50.210Z] #39 44.11 DEP criu/fdstore.d [2020-07-08T09:50:50.210Z] #39 44.14 DEP criu/fault-injection.d [2020-07-08T09:50:50.210Z] #39 44.16 DEP criu/external.d [2020-07-08T09:50:50.210Z] #39 44.19 DEP criu/eventpoll.d [2020-07-08T09:50:50.210Z] #39 44.26 DEP criu/eventfd.d [2020-07-08T09:50:50.210Z] #39 44.30 DEP criu/crtools.d [2020-07-08T09:50:50.210Z] #39 44.46 DEP criu/cr-service.d [2020-07-08T09:50:50.210Z] #39 44.54 DEP criu/cr-restore.d [2020-07-08T09:50:50.210Z] #39 44.65 DEP criu/cr-errno.d [2020-07-08T09:50:50.210Z] #39 44.67 DEP criu/cr-dump.d [2020-07-08T09:50:50.210Z] #39 44.80 DEP criu/cr-dedup.d [2020-07-08T09:50:50.210Z] #39 44.94 DEP criu/cr-check.d [2020-07-08T09:50:50.210Z] #39 45.09 DEP criu/config.d [2020-07-08T09:50:50.210Z] #39 45.23 DEP criu/clone-noasan.d [2020-07-08T09:50:50.210Z] #39 45.27 DEP criu/cgroup.d [2020-07-08T09:50:50.210Z] #39 45.34 DEP criu/cgroup-props.d [2020-07-08T09:50:50.210Z] #39 45.39 DEP criu/bitmap.d [2020-07-08T09:50:50.210Z] #39 45.39 DEP criu/bfd.d [2020-07-08T09:50:50.210Z] #39 45.51 DEP criu/autofs.d [2020-07-08T09:50:50.210Z] #39 45.61 DEP criu/aio.d [2020-07-08T09:50:50.210Z] #39 45.68 DEP criu/action-scripts.d [2020-07-08T09:50:50.210Z] #39 45.82 CC criu/action-scripts.o [2020-07-08T09:50:50.210Z] #39 46.00 CC criu/aio.o [2020-07-08T09:50:50.210Z] #39 46.34 CC criu/autofs.o [2020-07-08T09:50:50.210Z] #39 46.85 CC criu/bfd.o [2020-07-08T09:50:50.210Z] #39 47.05 CC criu/bitmap.o [2020-07-08T09:50:50.210Z] #39 47.10 CC criu/cgroup-props.o [2020-07-08T09:50:50.210Z] #39 47.64 CC criu/cgroup.o [2020-07-08T09:50:50.373Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb . [2020-07-08T09:50:50.373Z] #1 [internal] load .dockerignore [2020-07-08T09:50:50.373Z] #1 transferring context: 87B done [2020-07-08T09:50:50.373Z] #1 DONE 0.1s [2020-07-08T09:50:50.373Z] [2020-07-08T09:50:50.373Z] #2 [internal] load build definition from Dockerfile [2020-07-08T09:50:50.373Z] #2 transferring dockerfile: 16.37kB done [2020-07-08T09:50:50.634Z] #2 DONE 0.1s [2020-07-08T09:50:50.634Z] [2020-07-08T09:50:50.634Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-07-08T09:50:50.895Z] #3 DONE 0.4s [2020-07-08T09:50:50.895Z] [2020-07-08T09:50:50.896Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-07-08T09:50:50.896Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-07-08T09:50:50.896Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-07-08T09:50:50.896Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-07-08T09:50:51.156Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-07-08T09:50:51.156Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 6.63MB / 8.28MB 0.2s [2020-07-08T09:50:51.243Z] #39 49.00 CC criu/clone-noasan.o [2020-07-08T09:50:51.419Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s [2020-07-08T09:50:51.419Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done [2020-07-08T09:50:51.419Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-07-08T09:50:51.533Z] #39 49.18 CC criu/config.o [2020-07-08T09:50:51.645Z] Client: Docker Engine - Community [2020-07-08T09:50:51.645Z] Version: 19.03.12 [2020-07-08T09:50:51.645Z] API version: 1.40 [2020-07-08T09:50:51.645Z] Go version: go1.13.10 [2020-07-08T09:50:51.645Z] Git commit: 48a66213fe [2020-07-08T09:50:51.645Z] Built: Mon Jun 22 15:45:36 2020 [2020-07-08T09:50:51.645Z] OS/Arch: linux/amd64 [2020-07-08T09:50:51.645Z] Experimental: false [2020-07-08T09:50:51.645Z] [2020-07-08T09:50:51.645Z] Server: Docker Engine - Community [2020-07-08T09:50:51.645Z] Engine: [2020-07-08T09:50:51.645Z] Version: 19.03.12 [2020-07-08T09:50:51.645Z] API version: 1.40 (minimum version 1.12) [2020-07-08T09:50:51.645Z] Go version: go1.13.10 [2020-07-08T09:50:51.645Z] Git commit: 48a66213fe [2020-07-08T09:50:51.645Z] Built: Mon Jun 22 15:44:07 2020 [2020-07-08T09:50:51.645Z] OS/Arch: linux/amd64 [2020-07-08T09:50:51.645Z] Experimental: true [2020-07-08T09:50:51.645Z] containerd: [2020-07-08T09:50:51.645Z] Version: 1.2.13 [2020-07-08T09:50:51.645Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:50:51.645Z] runc: [2020-07-08T09:50:51.645Z] Version: 1.0.0-rc10 [2020-07-08T09:50:51.645Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:50:51.645Z] docker-init: [2020-07-08T09:50:51.645Z] Version: 0.18.0 [2020-07-08T09:50:51.645Z] GitCommit: fec3683 [Pipeline] sh [2020-07-08T09:50:51.680Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-07-08T09:50:51.680Z] #4 DONE 0.7s [2020-07-08T09:50:51.941Z] [2020-07-08T09:50:51.941Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-07-08T09:50:51.958Z] + docker info [2020-07-08T09:50:52.313Z] Client: Docker Engine - Community [2020-07-08T09:50:52.313Z] Version: 19.03.12 [2020-07-08T09:50:52.313Z] API version: 1.40 [2020-07-08T09:50:52.313Z] Go version: go1.13.10 [2020-07-08T09:50:52.313Z] Git commit: 48a66213fe [2020-07-08T09:50:52.313Z] Built: Mon Jun 22 15:45:36 2020 [2020-07-08T09:50:52.313Z] OS/Arch: linux/amd64 [2020-07-08T09:50:52.313Z] Experimental: false [2020-07-08T09:50:52.313Z] [2020-07-08T09:50:52.313Z] Server: Docker Engine - Community [2020-07-08T09:50:52.313Z] Engine: [2020-07-08T09:50:52.313Z] Version: 19.03.12 [2020-07-08T09:50:52.313Z] API version: 1.40 (minimum version 1.12) [2020-07-08T09:50:52.313Z] Go version: go1.13.10 [2020-07-08T09:50:52.313Z] Git commit: 48a66213fe [2020-07-08T09:50:52.313Z] Built: Mon Jun 22 15:44:07 2020 [2020-07-08T09:50:52.313Z] OS/Arch: linux/amd64 [2020-07-08T09:50:52.313Z] Experimental: true [2020-07-08T09:50:52.313Z] containerd: [2020-07-08T09:50:52.313Z] Version: 1.2.13 [2020-07-08T09:50:52.313Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:50:52.313Z] runc: [2020-07-08T09:50:52.313Z] Version: 1.0.0-rc10 [2020-07-08T09:50:52.313Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:50:52.313Z] docker-init: [2020-07-08T09:50:52.313Z] Version: 0.18.0 [2020-07-08T09:50:52.313Z] GitCommit: fec3683 [Pipeline] sh [2020-07-08T09:50:52.570Z] #39 49.96 CC criu/cr-check.o [2020-07-08T09:50:52.570Z] #39 ... [2020-07-08T09:50:52.570Z] [2020-07-08T09:50:52.570Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:50:52.570Z] #28 DONE 85.9s [2020-07-08T09:50:52.570Z] [2020-07-08T09:50:52.570Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:50:52.570Z] #10 84.04 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-07-08T09:50:52.570Z] #10 84.04 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-07-08T09:50:52.570Z] #10 84.04 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:50:52.631Z] + docker info [2020-07-08T09:50:52.861Z] #10 86.26 Selecting previously unselected package gcc-mingw-w64-base. [2020-07-08T09:50:52.861Z] #10 86.26 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-07-08T09:50:52.861Z] #10 86.27 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:50:52.861Z] #10 86.33 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-07-08T09:50:52.861Z] #10 86.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-07-08T09:50:52.861Z] #10 86.33 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:50:52.890Z] #6 DONE 0.8s [2020-07-08T09:50:52.890Z] [2020-07-08T09:50:52.890Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster [2020-07-08T09:50:53.156Z] #5 DONE 0.9s [2020-07-08T09:50:53.156Z] [2020-07-08T09:50:53.156Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:50:53.156Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done [2020-07-08T09:50:53.420Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done [2020-07-08T09:50:53.420Z] #7 sha256:941576775c6b67b35bfb4c622b673d4ee7a22c40a9e0431a6f094874e813fb99 1.79kB / 1.79kB done [2020-07-08T09:50:53.420Z] #7 sha256:bd9cf9319137efea4bd6e07d7fa02a4ee6a4a54de3b48af53e9ba22f220b418e 6.19kB / 6.19kB done [2020-07-08T09:50:53.420Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 7.30MB / 49.17MB 0.4s [2020-07-08T09:50:53.420Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 0B / 7.68MB 0.4s [2020-07-08T09:50:53.420Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 17.78MB / 49.17MB 0.5s [2020-07-08T09:50:53.420Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 7.68MB / 7.68MB 0.5s [2020-07-08T09:50:54.135Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 33.04MB / 49.17MB 0.9s [2020-07-08T09:50:54.135Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 7.68MB / 7.68MB 0.7s done [2020-07-08T09:50:54.135Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 1.75MB / 9.98MB 0.9s [2020-07-08T09:50:54.135Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 0B / 52.16MB 0.9s [2020-07-08T09:50:54.135Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 43.75MB / 49.17MB 1.0s [2020-07-08T09:50:54.135Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 9.98MB / 9.98MB 1.0s [2020-07-08T09:50:54.135Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 49.17MB / 49.17MB 1.1s [2020-07-08T09:50:54.135Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 11.55MB / 52.16MB 1.1s [2020-07-08T09:50:54.410Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 22.57MB / 52.16MB 1.4s [2020-07-08T09:50:55.034Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 9.98MB / 9.98MB 1.4s done [2020-07-08T09:50:55.034Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 52.16MB / 52.16MB 1.9s [2020-07-08T09:50:55.034Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 0B / 62.52MB 1.9s [2020-07-08T09:50:55.034Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 5.03MB / 62.52MB 2.0s [2020-07-08T09:50:55.034Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 17.78MB / 62.52MB 2.1s [2020-07-08T09:50:55.306Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 33.54MB / 62.52MB 2.4s [2020-07-08T09:50:55.571Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 46.87MB / 62.52MB 2.6s [2020-07-08T09:50:56.209Z] #7 extracting sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 [2020-07-08T09:50:57.604Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 49.17MB / 49.17MB 2.7s done [2020-07-08T09:50:57.604Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 52.16MB / 52.16MB 3.0s done [2020-07-08T09:50:57.604Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 62.52MB / 62.52MB 4.5s [2020-07-08T09:50:57.604Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 40.72MB / 97.68MB 4.5s [2020-07-08T09:50:57.604Z] #7 sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c 155B / 155B 4.5s [2020-07-08T09:50:57.604Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 62.52MB / 62.52MB 4.5s done [2020-07-08T09:50:57.604Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 53.25MB / 97.68MB 4.6s [2020-07-08T09:50:57.604Z] #7 ... [2020-07-08T09:50:57.604Z] [2020-07-08T09:50:57.604Z] #20 [internal] load build context [2020-07-08T09:50:57.604Z] #20 transferring context: 51.28MB 4.2s done [2020-07-08T09:50:57.604Z] #20 DONE 4.6s [2020-07-08T09:50:57.604Z] [2020-07-08T09:50:57.604Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:50:57.604Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-07-08T09:50:57.604Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-07-08T09:50:57.604Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-07-08T09:50:57.604Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-07-08T09:50:57.604Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done [2020-07-08T09:50:57.604Z] #58 DONE 4.7s [2020-07-08T09:50:57.604Z] [2020-07-08T09:50:57.604Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:50:57.604Z] #7 sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c 155B / 155B 4.6s done [2020-07-08T09:50:57.870Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 68.99MB / 97.68MB 4.8s [2020-07-08T09:50:58.134Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 78.56MB / 97.68MB 5.1s [2020-07-08T09:50:58.134Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 90.10MB / 97.68MB 5.2s [2020-07-08T09:50:58.397Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 97.68MB / 97.68MB 5.3s [2020-07-08T09:50:58.425Z] #10 ... [2020-07-08T09:50:58.425Z] [2020-07-08T09:50:58.425Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:50:58.425Z] #39 50.93 CC criu/cr-dedup.o [2020-07-08T09:50:58.425Z] #39 51.25 CC criu/cr-dump.o [2020-07-08T09:50:58.425Z] #39 52.27 CC criu/cr-errno.o [2020-07-08T09:50:58.425Z] #39 52.29 CC criu/cr-restore.o [2020-07-08T09:50:58.425Z] #39 54.00 CC criu/cr-service.o [2020-07-08T09:50:58.425Z] #39 54.72 CC criu/crtools.o [2020-07-08T09:50:58.425Z] #39 55.07 CC criu/eventfd.o [2020-07-08T09:50:58.425Z] #39 55.28 CC criu/eventpoll.o [2020-07-08T09:50:58.425Z] #39 55.66 CC criu/external.o [2020-07-08T09:50:58.425Z] #39 55.77 CC criu/fault-injection.o [2020-07-08T09:50:58.425Z] #39 55.80 CC criu/fdstore.o [2020-07-08T09:50:58.425Z] #39 56.01 CC criu/fifo.o [2020-07-08T09:50:58.716Z] #39 56.19 CC criu/file-ids.o [2020-07-08T09:50:58.716Z] #39 56.34 CC criu/file-lock.o [2020-07-08T09:50:59.007Z] #39 56.73 CC criu/files-ext.o [2020-07-08T09:50:59.297Z] #39 56.87 CC criu/files-reg.o [2020-07-08T09:50:59.342Z] #7 extracting sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 3.3s done [2020-07-08T09:51:00.331Z] #39 57.98 CC criu/files.o [2020-07-08T09:51:00.331Z] #39 ... [2020-07-08T09:51:00.331Z] [2020-07-08T09:51:00.331Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:00.331Z] #10 93.77 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-07-08T09:51:00.331Z] #10 93.77 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-07-08T09:51:00.331Z] #10 93.78 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:51:00.383Z] #8 unpacking docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 18.9s done [2020-07-08T09:51:00.687Z] #8 DONE 26.1s [2020-07-08T09:51:00.687Z] [2020-07-08T09:51:00.687Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-07-08T09:51:00.687Z] #9 DONE 0.1s [2020-07-08T09:51:00.687Z] [2020-07-08T09:51:00.687Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-07-08T09:51:00.687Z] #10 DONE 0.2s [2020-07-08T09:51:00.687Z] [2020-07-08T09:51:00.687Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-07-08T09:51:00.687Z] #36 DONE 0.1s [2020-07-08T09:51:00.687Z] [2020-07-08T09:51:00.687Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-07-08T09:51:00.687Z] #28 DONE 0.1s [2020-07-08T09:51:00.687Z] [2020-07-08T09:51:00.687Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:00.727Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 97.68MB / 97.68MB 7.7s done [2020-07-08T09:51:00.990Z] #7 extracting sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 [2020-07-08T09:51:01.252Z] #7 extracting sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 0.3s done [2020-07-08T09:51:01.752Z] #37 0.870 + git clone https://github.com/docker/distribution.git . [2020-07-08T09:51:01.752Z] #37 0.887 Cloning into '.'... [2020-07-08T09:51:01.824Z] #7 extracting sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef [2020-07-08T09:51:02.086Z] #7 extracting sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 0.2s done [2020-07-08T09:51:02.658Z] #7 extracting sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f [2020-07-08T09:51:04.148Z] Client: [2020-07-08T09:51:04.148Z] Debug Mode: false [2020-07-08T09:51:04.148Z] [2020-07-08T09:51:04.148Z] Server: [2020-07-08T09:51:04.148Z] Containers: 0 [2020-07-08T09:51:04.148Z] Running: 0 [2020-07-08T09:51:04.148Z] Paused: 0 [2020-07-08T09:51:04.148Z] Stopped: 0 [2020-07-08T09:51:04.148Z] Images: 0 [2020-07-08T09:51:04.148Z] Server Version: 19.03.12 [2020-07-08T09:51:04.148Z] Storage Driver: overlay2 [2020-07-08T09:51:04.148Z] Backing Filesystem: extfs [2020-07-08T09:51:04.148Z] Supports d_type: true [2020-07-08T09:51:04.148Z] Native Overlay Diff: true [2020-07-08T09:51:04.148Z] Logging Driver: json-file [2020-07-08T09:51:04.148Z] Cgroup Driver: cgroupfs [2020-07-08T09:51:04.148Z] Plugins: [2020-07-08T09:51:04.148Z] Volume: local [2020-07-08T09:51:04.148Z] Network: bridge host ipvlan macvlan null overlay [2020-07-08T09:51:04.148Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-07-08T09:51:04.148Z] Swarm: inactive [2020-07-08T09:51:04.148Z] Runtimes: runc [2020-07-08T09:51:04.148Z] Default Runtime: runc [2020-07-08T09:51:04.148Z] Init Binary: docker-init [2020-07-08T09:51:04.148Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:51:04.148Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:51:04.148Z] init version: fec3683 [2020-07-08T09:51:04.148Z] Security Options: [2020-07-08T09:51:04.148Z] apparmor [2020-07-08T09:51:04.148Z] seccomp [2020-07-08T09:51:04.148Z] Profile: default [2020-07-08T09:51:04.148Z] Kernel Version: 5.3.0-1030-aws [2020-07-08T09:51:04.148Z] Operating System: Ubuntu 18.04.4 LTS [2020-07-08T09:51:04.148Z] OSType: linux [2020-07-08T09:51:04.148Z] Architecture: x86_64 [2020-07-08T09:51:04.148Z] CPUs: 2 [2020-07-08T09:51:04.148Z] Total Memory: 7.569GiB [2020-07-08T09:51:04.148Z] Name: ip-10-100-93-234 [2020-07-08T09:51:04.148Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-07-08T09:51:04.148Z] Docker Root Dir: /var/lib/docker [2020-07-08T09:51:04.148Z] Debug Mode: false [2020-07-08T09:51:04.148Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:51:04.148Z] Labels: [2020-07-08T09:51:04.148Z] Experimental: true [2020-07-08T09:51:04.148Z] Insecure Registries: [2020-07-08T09:51:04.148Z] 127.0.0.0/8 [2020-07-08T09:51:04.148Z] Live Restore Enabled: true [2020-07-08T09:51:04.148Z] [2020-07-08T09:51:04.148Z] WARNING: No swap limit support [Pipeline] sh [2020-07-08T09:51:04.473Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:51:04.473Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:51:04.473Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41168/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-07-08T09:51:04.473Z] + bash /home/ubuntu/workspace/moby_PR-41168/check-config.sh [2020-07-08T09:51:04.473Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-07-08T09:51:04.473Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-07-08T09:51:04.473Z] [2020-07-08T09:51:04.473Z] Generally Necessary: [2020-07-08T09:51:04.473Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-07-08T09:51:04.473Z] - apparmor: enabled and tools installed [2020-07-08T09:51:04.473Z] - CONFIG_NAMESPACES: enabled [2020-07-08T09:51:04.473Z] - CONFIG_NET_NS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_PID_NS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_IPC_NS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_UTS_NS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CGROUPS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CGROUP_DEVICE: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CGROUP_FREEZER: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CGROUP_SCHED: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CPUSETS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_MEMCG: enabled [2020-07-08T09:51:04.473Z] - CONFIG_KEYS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_VETH: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_BRIDGE: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_NF_NAT_IPV4: missing [2020-07-08T09:51:04.473Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_NF_NAT: enabled (as module) [2020-07-08T09:51:04.473Z] - CONFIG_NF_NAT_NEEDED: missing [2020-07-08T09:51:04.473Z] - CONFIG_POSIX_MQUEUE: enabled [2020-07-08T09:51:04.473Z] [2020-07-08T09:51:04.473Z] Optional Features: [2020-07-08T09:51:04.473Z] - CONFIG_USER_NS: enabled [2020-07-08T09:51:04.473Z] - CONFIG_SECCOMP: enabled [2020-07-08T09:51:04.473Z] - CONFIG_CGROUP_PIDS: enabled [2020-07-08T09:51:04.730Z] - CONFIG_MEMCG_SWAP: enabled [2020-07-08T09:51:04.730Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-07-08T09:51:04.730Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-07-08T09:51:04.730Z] - CONFIG_BLK_CGROUP: enabled [2020-07-08T09:51:04.730Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-07-08T09:51:04.730Z] - CONFIG_IOSCHED_CFQ: missing [2020-07-08T09:51:04.730Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-07-08T09:51:04.730Z] - CONFIG_CGROUP_PERF: enabled [2020-07-08T09:51:04.730Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-07-08T09:51:04.730Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-07-08T09:51:04.730Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-07-08T09:51:04.730Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-07-08T09:51:04.730Z] - CONFIG_RT_GROUP_SCHED: missing [2020-07-08T09:51:04.730Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_IP_VS: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_IP_VS_NFCT: enabled [2020-07-08T09:51:04.730Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-07-08T09:51:04.730Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-07-08T09:51:04.730Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_EXT4_FS: enabled [2020-07-08T09:51:04.730Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-07-08T09:51:04.730Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-07-08T09:51:04.730Z] - Network Drivers: [2020-07-08T09:51:04.730Z] - "overlay": [2020-07-08T09:51:04.730Z] - CONFIG_VXLAN: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-07-08T09:51:04.730Z] Optional (for encrypted networks): [2020-07-08T09:51:04.730Z] - CONFIG_CRYPTO: enabled [2020-07-08T09:51:04.730Z] - CONFIG_CRYPTO_AEAD: enabled [2020-07-08T09:51:04.730Z] - CONFIG_CRYPTO_GCM: enabled [2020-07-08T09:51:04.730Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-07-08T09:51:04.730Z] - CONFIG_CRYPTO_GHASH: enabled [2020-07-08T09:51:04.730Z] - CONFIG_XFRM: enabled [2020-07-08T09:51:04.730Z] - CONFIG_XFRM_USER: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_INET_ESP: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-07-08T09:51:04.730Z] - "ipvlan": [2020-07-08T09:51:04.730Z] - CONFIG_IPVLAN: enabled (as module) [2020-07-08T09:51:04.730Z] - "macvlan": [2020-07-08T09:51:04.730Z] - CONFIG_MACVLAN: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_DUMMY: enabled (as module) [2020-07-08T09:51:04.730Z] - "ftp,tftp client in container": [2020-07-08T09:51:04.730Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-07-08T09:51:04.730Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-07-08T09:51:04.730Z] - Storage Drivers: [2020-07-08T09:51:04.730Z] - "aufs": [2020-07-08T09:51:04.856Z] Client: [2020-07-08T09:51:04.856Z] Debug Mode: false [2020-07-08T09:51:04.856Z] [2020-07-08T09:51:04.856Z] Server: [2020-07-08T09:51:04.856Z] Containers: 0 [2020-07-08T09:51:04.856Z] Running: 0 [2020-07-08T09:51:04.856Z] Paused: 0 [2020-07-08T09:51:04.856Z] Stopped: 0 [2020-07-08T09:51:04.856Z] Images: 0 [2020-07-08T09:51:04.856Z] Server Version: 19.03.12 [2020-07-08T09:51:04.856Z] Storage Driver: overlay2 [2020-07-08T09:51:04.856Z] Backing Filesystem: extfs [2020-07-08T09:51:04.856Z] Supports d_type: true [2020-07-08T09:51:04.856Z] Native Overlay Diff: true [2020-07-08T09:51:04.856Z] Logging Driver: json-file [2020-07-08T09:51:04.856Z] Cgroup Driver: cgroupfs [2020-07-08T09:51:04.856Z] Plugins: [2020-07-08T09:51:04.856Z] Volume: local [2020-07-08T09:51:04.856Z] Network: bridge host ipvlan macvlan null overlay [2020-07-08T09:51:04.856Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-07-08T09:51:04.856Z] Swarm: inactive [2020-07-08T09:51:04.856Z] Runtimes: runc [2020-07-08T09:51:04.856Z] Default Runtime: runc [2020-07-08T09:51:04.856Z] Init Binary: docker-init [2020-07-08T09:51:04.856Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-07-08T09:51:04.856Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-07-08T09:51:04.856Z] init version: fec3683 [2020-07-08T09:51:04.856Z] Security Options: [2020-07-08T09:51:04.856Z] apparmor [2020-07-08T09:51:04.856Z] seccomp [2020-07-08T09:51:04.856Z] Profile: default [2020-07-08T09:51:04.856Z] Kernel Version: 5.3.0-1030-aws [2020-07-08T09:51:04.856Z] Operating System: Ubuntu 18.04.4 LTS [2020-07-08T09:51:04.856Z] OSType: linux [2020-07-08T09:51:04.856Z] Architecture: x86_64 [2020-07-08T09:51:04.856Z] CPUs: 2 [2020-07-08T09:51:04.856Z] Total Memory: 7.487GiB [2020-07-08T09:51:04.856Z] Name: ip-10-100-97-170 [2020-07-08T09:51:04.856Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-07-08T09:51:04.856Z] Docker Root Dir: /var/lib/docker [2020-07-08T09:51:04.856Z] Debug Mode: false [2020-07-08T09:51:04.856Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:51:04.856Z] Labels: [2020-07-08T09:51:04.856Z] Experimental: true [2020-07-08T09:51:04.856Z] Insecure Registries: [2020-07-08T09:51:04.856Z] 127.0.0.0/8 [2020-07-08T09:51:04.856Z] Live Restore Enabled: true [2020-07-08T09:51:04.856Z] [2020-07-08T09:51:04.856Z] WARNING: No swap limit support [Pipeline] sh [2020-07-08T09:51:04.989Z] - CONFIG_AUFS_FS: enabled (as module) [2020-07-08T09:51:04.989Z] - "btrfs": [2020-07-08T09:51:04.989Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-07-08T09:51:04.989Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-07-08T09:51:04.989Z] - "devicemapper": [2020-07-08T09:51:04.989Z] - CONFIG_BLK_DEV_DM: enabled [2020-07-08T09:51:04.989Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-07-08T09:51:04.989Z] - "overlay": [2020-07-08T09:51:04.989Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-07-08T09:51:04.989Z] - "zfs": [2020-07-08T09:51:04.989Z] - /dev/zfs: present [2020-07-08T09:51:04.989Z] - zfs command: missing [2020-07-08T09:51:04.989Z] - zpool command: missing [2020-07-08T09:51:04.989Z] [2020-07-08T09:51:04.989Z] Limits: [2020-07-08T09:51:04.989Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-07-08T09:51:04.989Z] [2020-07-08T09:51:04.989Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-07-08T09:51:05.139Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:51:05.139Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:51:05.139Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41168/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-07-08T09:51:05.139Z] + bash /home/ubuntu/workspace/moby_PR-41168/check-config.sh [2020-07-08T09:51:05.139Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-07-08T09:51:05.139Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-07-08T09:51:05.139Z] [2020-07-08T09:51:05.139Z] Generally Necessary: [2020-07-08T09:51:05.139Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-07-08T09:51:05.139Z] - apparmor: enabled and tools installed [2020-07-08T09:51:05.139Z] - CONFIG_NAMESPACES: enabled [2020-07-08T09:51:05.139Z] - CONFIG_NET_NS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_PID_NS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_IPC_NS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_UTS_NS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUPS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_DEVICE: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_FREEZER: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_SCHED: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CPUSETS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_MEMCG: enabled [2020-07-08T09:51:05.139Z] - CONFIG_KEYS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_VETH: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_BRIDGE: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_NF_NAT_IPV4: missing [2020-07-08T09:51:05.139Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_NF_NAT: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_NF_NAT_NEEDED: missing [2020-07-08T09:51:05.139Z] - CONFIG_POSIX_MQUEUE: enabled [2020-07-08T09:51:05.139Z] [2020-07-08T09:51:05.139Z] Optional Features: [2020-07-08T09:51:05.139Z] - CONFIG_USER_NS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_SECCOMP: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_PIDS: enabled [2020-07-08T09:51:05.139Z] - CONFIG_MEMCG_SWAP: enabled [2020-07-08T09:51:05.139Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-07-08T09:51:05.139Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-07-08T09:51:05.139Z] - CONFIG_BLK_CGROUP: enabled [2020-07-08T09:51:05.139Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-07-08T09:51:05.139Z] - CONFIG_IOSCHED_CFQ: missing [2020-07-08T09:51:05.139Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_PERF: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-07-08T09:51:05.139Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-07-08T09:51:05.139Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-07-08T09:51:05.139Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-07-08T09:51:05.139Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-07-08T09:51:05.139Z] - CONFIG_RT_GROUP_SCHED: missing [2020-07-08T09:51:05.312Z] #7 extracting sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 2.0s done [2020-07-08T09:51:05.312Z] #7 extracting sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 [2020-07-08T09:51:05.338Z] + sudo modprobe ip_vs [2020-07-08T09:51:05.338Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb . [2020-07-08T09:51:05.400Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_IP_VS: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_IP_VS_NFCT: enabled [2020-07-08T09:51:05.400Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-07-08T09:51:05.400Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-07-08T09:51:05.400Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_EXT4_FS: enabled [2020-07-08T09:51:05.400Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-07-08T09:51:05.400Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-07-08T09:51:05.400Z] - Network Drivers: [2020-07-08T09:51:05.400Z] - "overlay": [2020-07-08T09:51:05.400Z] - CONFIG_VXLAN: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-07-08T09:51:05.400Z] Optional (for encrypted networks): [2020-07-08T09:51:05.400Z] - CONFIG_CRYPTO: enabled [2020-07-08T09:51:05.400Z] - CONFIG_CRYPTO_AEAD: enabled [2020-07-08T09:51:05.400Z] - CONFIG_CRYPTO_GCM: enabled [2020-07-08T09:51:05.400Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-07-08T09:51:05.400Z] - CONFIG_CRYPTO_GHASH: enabled [2020-07-08T09:51:05.400Z] - CONFIG_XFRM: enabled [2020-07-08T09:51:05.400Z] - CONFIG_XFRM_USER: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_INET_ESP: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-07-08T09:51:05.400Z] - "ipvlan": [2020-07-08T09:51:05.400Z] - CONFIG_IPVLAN: enabled (as module) [2020-07-08T09:51:05.400Z] - "macvlan": [2020-07-08T09:51:05.400Z] - CONFIG_MACVLAN: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_DUMMY: enabled (as module) [2020-07-08T09:51:05.400Z] - "ftp,tftp client in container": [2020-07-08T09:51:05.400Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-07-08T09:51:05.400Z] - Storage Drivers: [2020-07-08T09:51:05.400Z] - "aufs": [2020-07-08T09:51:05.400Z] - CONFIG_AUFS_FS: enabled (as module) [2020-07-08T09:51:05.400Z] - "btrfs": [2020-07-08T09:51:05.400Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-07-08T09:51:05.400Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-07-08T09:51:05.400Z] - "devicemapper": [2020-07-08T09:51:05.400Z] - CONFIG_BLK_DEV_DM: enabled [2020-07-08T09:51:05.400Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-07-08T09:51:05.400Z] - "overlay": [2020-07-08T09:51:05.400Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-07-08T09:51:05.400Z] - "zfs": [2020-07-08T09:51:05.400Z] - /dev/zfs: present [2020-07-08T09:51:05.400Z] - zfs command: missing [2020-07-08T09:51:05.400Z] - zpool command: missing [2020-07-08T09:51:05.400Z] [2020-07-08T09:51:05.400Z] Limits: [2020-07-08T09:51:05.400Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-07-08T09:51:05.400Z] [2020-07-08T09:51:05.400Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-07-08T09:51:05.595Z] #2 [internal] load build definition from Dockerfile [2020-07-08T09:51:05.595Z] #2 transferring dockerfile: 16.37kB done [2020-07-08T09:51:05.595Z] #2 DONE 0.1s [2020-07-08T09:51:05.595Z] [2020-07-08T09:51:05.595Z] #1 [internal] load .dockerignore [2020-07-08T09:51:05.595Z] #1 transferring context: 87B done [2020-07-08T09:51:05.595Z] #1 DONE 0.1s [2020-07-08T09:51:05.595Z] [2020-07-08T09:51:05.595Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-07-08T09:51:05.747Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb . [2020-07-08T09:51:05.747Z] #2 [internal] load .dockerignore [2020-07-08T09:51:05.747Z] #2 transferring context: 87B done [2020-07-08T09:51:05.747Z] #2 DONE 0.1s [2020-07-08T09:51:05.747Z] [2020-07-08T09:51:05.747Z] #1 [internal] load build definition from Dockerfile [2020-07-08T09:51:05.747Z] #1 transferring dockerfile: 16.37kB done [2020-07-08T09:51:05.747Z] #1 DONE 0.1s [2020-07-08T09:51:05.747Z] [2020-07-08T09:51:05.747Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-07-08T09:51:05.852Z] #3 DONE 0.4s [2020-07-08T09:51:06.110Z] [2020-07-08T09:51:06.110Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-07-08T09:51:06.110Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-07-08T09:51:06.110Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-07-08T09:51:06.110Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-07-08T09:51:06.110Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2020-07-08T09:51:06.110Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-07-08T09:51:06.110Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-07-08T09:51:06.309Z] #37 ... [2020-07-08T09:51:06.309Z] [2020-07-08T09:51:06.309Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:06.309Z] #31 0.545 + RM_GOPATH=0 [2020-07-08T09:51:06.309Z] #31 0.546 + TMP_GOPATH= [2020-07-08T09:51:06.309Z] #31 0.546 + : /build [2020-07-08T09:51:06.309Z] #31 0.546 + '[' -z '' ']' [2020-07-08T09:51:06.309Z] #31 0.546 ++ mktemp -d [2020-07-08T09:51:06.309Z] #31 0.548 + export GOPATH=/tmp/tmp.3uzaZCwmAU [2020-07-08T09:51:06.309Z] #31 0.548 + GOPATH=/tmp/tmp.3uzaZCwmAU [2020-07-08T09:51:06.309Z] #31 0.548 + RM_GOPATH=1 [2020-07-08T09:51:06.309Z] #31 0.548 + case "$(go env GOARCH)" in [2020-07-08T09:51:06.309Z] #31 0.549 ++ go env GOARCH [2020-07-08T09:51:06.309Z] #31 0.554 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:06.309Z] #31 0.554 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:06.309Z] #31 0.554 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:06.309Z] #31 0.555 + dir=/tmp/install [2020-07-08T09:51:06.309Z] #31 0.555 + bin=tomlv [2020-07-08T09:51:06.309Z] #31 0.555 + shift [2020-07-08T09:51:06.309Z] #31 0.555 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-07-08T09:51:06.309Z] #31 0.556 + . /tmp/install/tomlv.installer [2020-07-08T09:51:06.309Z] #31 0.556 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:06.309Z] #31 0.556 + install_tomlv [2020-07-08T09:51:06.309Z] #31 0.556 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-07-08T09:51:06.309Z] #31 0.556 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:06.309Z] #31 0.557 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.3uzaZCwmAU/src/github.com/BurntSushi/toml [2020-07-08T09:51:06.309Z] #31 0.559 Cloning into '/tmp/tmp.3uzaZCwmAU/src/github.com/BurntSushi/toml'... [2020-07-08T09:51:06.309Z] #31 1.590 + cd /tmp/tmp.3uzaZCwmAU/src/github.com/BurntSushi/toml [2020-07-08T09:51:06.309Z] #31 1.591 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:06.309Z] #31 1.616 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:51:06.309Z] #31 2.462 runtime/internal/sys [2020-07-08T09:51:06.309Z] #31 2.522 runtime/internal/atomic [2020-07-08T09:51:06.309Z] #31 2.524 internal/cpu [2020-07-08T09:51:06.309Z] #31 2.536 math/bits [2020-07-08T09:51:06.309Z] #31 3.067 runtime/internal/math [2020-07-08T09:51:06.309Z] #31 3.498 unicode/utf8 [2020-07-08T09:51:06.309Z] #31 3.515 internal/race [2020-07-08T09:51:06.309Z] #31 3.880 sync/atomic [2020-07-08T09:51:06.309Z] #31 4.402 internal/bytealg [2020-07-08T09:51:06.309Z] #31 5.029 unicode [2020-07-08T09:51:06.309Z] #31 5.248 math [2020-07-08T09:51:06.317Z] #3 DONE 0.4s [2020-07-08T09:51:06.317Z] [2020-07-08T09:51:06.317Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-07-08T09:51:06.317Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-07-08T09:51:06.317Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-07-08T09:51:06.317Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.1s done [2020-07-08T09:51:06.317Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-07-08T09:51:06.317Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-07-08T09:51:06.367Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-07-08T09:51:06.367Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-07-08T09:51:06.578Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2020-07-08T09:51:06.613Z] #31 5.781 internal/testlog [2020-07-08T09:51:06.613Z] #31 ... [2020-07-08T09:51:06.613Z] [2020-07-08T09:51:06.613Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:06.613Z] #44 0.903 + RM_GOPATH=0 [2020-07-08T09:51:06.613Z] #44 0.903 + TMP_GOPATH= [2020-07-08T09:51:06.613Z] #44 0.903 + : /build [2020-07-08T09:51:06.613Z] #44 0.903 + '[' -z '' ']' [2020-07-08T09:51:06.613Z] #44 0.904 ++ mktemp -d [2020-07-08T09:51:06.613Z] #44 0.913 + export GOPATH=/tmp/tmp.NSUk41cEI7 [2020-07-08T09:51:06.613Z] #44 0.913 + GOPATH=/tmp/tmp.NSUk41cEI7 [2020-07-08T09:51:06.613Z] #44 0.913 + RM_GOPATH=1 [2020-07-08T09:51:06.613Z] #44 0.913 + case "$(go env GOARCH)" in [2020-07-08T09:51:06.613Z] #44 0.914 ++ go env GOARCH [2020-07-08T09:51:06.613Z] #44 0.978 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:06.613Z] #44 0.978 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:06.613Z] #44 0.979 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:06.613Z] #44 0.981 + dir=/tmp/install [2020-07-08T09:51:06.613Z] #44 0.981 + bin=gotestsum [2020-07-08T09:51:06.613Z] #44 0.981 + shift [2020-07-08T09:51:06.613Z] #44 0.982 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-07-08T09:51:06.613Z] #44 0.982 + . /tmp/install/gotestsum.installer [2020-07-08T09:51:06.613Z] #44 0.982 ++ : v0.3.5 [2020-07-08T09:51:06.613Z] #44 0.982 + install_gotestsum [2020-07-08T09:51:06.613Z] #44 0.983 + set -e [2020-07-08T09:51:06.613Z] #44 0.983 + export GO111MODULE=on [2020-07-08T09:51:06.613Z] #44 0.983 + GO111MODULE=on [2020-07-08T09:51:06.613Z] #44 0.983 + GOBIN=/build [2020-07-08T09:51:06.613Z] #44 0.983 + go get gotest.tools/gotestsum@v0.3.5 [2020-07-08T09:51:06.613Z] #44 1.133 go: finding gotest.tools v0.3.5 [2020-07-08T09:51:06.613Z] #44 1.134 go: finding gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:06.613Z] #44 2.043 go: downloading gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:06.613Z] #44 3.085 go: extracting gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:06.613Z] #44 4.668 go: downloading gotest.tools v2.1.0+incompatible [2020-07-08T09:51:06.613Z] #44 4.873 go: extracting gotest.tools v2.1.0+incompatible [2020-07-08T09:51:06.613Z] #44 4.991 go: downloading github.com/fatih/color v1.6.0 [2020-07-08T09:51:06.613Z] #44 5.026 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:06.613Z] #44 5.044 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:06.613Z] #44 5.069 go: downloading github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:06.613Z] #44 5.070 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:06.613Z] #44 5.070 go: downloading github.com/pkg/errors v0.8.0 [2020-07-08T09:51:06.613Z] #44 5.513 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:06.613Z] #44 5.557 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:06.613Z] #44 5.692 go: extracting github.com/fatih/color v1.6.0 [2020-07-08T09:51:06.613Z] #44 5.700 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:06.613Z] #44 5.829 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:06.613Z] #44 5.848 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:06.613Z] #44 5.849 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:06.613Z] #44 5.849 go: extracting github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:06.613Z] #44 5.850 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:06.613Z] #44 5.850 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:06.613Z] #44 5.850 go: extracting github.com/pkg/errors v0.8.0 [2020-07-08T09:51:06.613Z] #44 5.941 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:06.625Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-07-08T09:51:06.625Z] #4 DONE 0.6s [2020-07-08T09:51:06.839Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-07-08T09:51:06.839Z] #4 DONE 0.5s [2020-07-08T09:51:06.883Z] [2020-07-08T09:51:06.883Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-07-08T09:51:06.912Z] #44 6.100 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:07.098Z] [2020-07-08T09:51:07.098Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-07-08T09:51:07.098Z] #6 DONE 0.2s [2020-07-08T09:51:07.098Z] [2020-07-08T09:51:07.098Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster [2020-07-08T09:51:07.140Z] #6 DONE 0.2s [2020-07-08T09:51:07.140Z] [2020-07-08T09:51:07.140Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster [2020-07-08T09:51:07.140Z] #5 DONE 0.3s [2020-07-08T09:51:07.140Z] [2020-07-08T09:51:07.140Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:51:07.140Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done [2020-07-08T09:51:07.210Z] #44 ... [2020-07-08T09:51:07.210Z] [2020-07-08T09:51:07.210Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:07.210Z] #31 6.426 encoding [2020-07-08T09:51:07.210Z] #31 6.528 runtime [2020-07-08T09:51:07.230Z] #10 99.45 Selecting previously unselected package libapparmor1:s390x. [2020-07-08T09:51:07.230Z] #10 99.45 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.46 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-07-08T09:51:07.230Z] #10 99.52 Selecting previously unselected package libapparmor-dev:s390x. [2020-07-08T09:51:07.230Z] #10 99.52 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.52 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-07-08T09:51:07.230Z] #10 99.59 Selecting previously unselected package libbtrfs0. [2020-07-08T09:51:07.230Z] #10 99.59 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.59 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:51:07.230Z] #10 99.64 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:51:07.230Z] #10 99.64 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:51:07.230Z] #10 99.69 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-07-08T09:51:07.230Z] #10 99.70 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.70 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-07-08T09:51:07.230Z] #10 99.74 Selecting previously unselected package libudev-dev:s390x. [2020-07-08T09:51:07.230Z] #10 99.74 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.75 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-07-08T09:51:07.230Z] #10 99.81 Selecting previously unselected package libsepol1-dev:s390x. [2020-07-08T09:51:07.230Z] #10 99.82 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.82 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-07-08T09:51:07.230Z] #10 99.96 Selecting previously unselected package libpcre16-3:s390x. [2020-07-08T09:51:07.230Z] #10 99.97 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 99.97 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-07-08T09:51:07.230Z] #10 100.0 Selecting previously unselected package libpcre32-3:s390x. [2020-07-08T09:51:07.230Z] #10 100.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.0 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-07-08T09:51:07.230Z] #10 100.1 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-07-08T09:51:07.230Z] #10 100.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.1 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-07-08T09:51:07.230Z] #10 100.1 Selecting previously unselected package libpcre3-dev:s390x. [2020-07-08T09:51:07.230Z] #10 100.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.1 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-07-08T09:51:07.230Z] #10 100.3 Selecting previously unselected package libselinux1-dev:s390x. [2020-07-08T09:51:07.230Z] #10 100.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.3 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-07-08T09:51:07.230Z] #10 100.4 Selecting previously unselected package libdevmapper-dev:s390x. [2020-07-08T09:51:07.230Z] #10 100.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.4 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-07-08T09:51:07.230Z] #10 100.4 Selecting previously unselected package libseccomp-dev:s390x. [2020-07-08T09:51:07.230Z] #10 100.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.4 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-07-08T09:51:07.230Z] #10 100.5 Selecting previously unselected package libsystemd-dev:s390x. [2020-07-08T09:51:07.230Z] #10 100.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-07-08T09:51:07.230Z] #10 100.5 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:51:07.230Z] #10 100.8 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-07-08T09:51:07.231Z] #7 extracting sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 1.5s done [2020-07-08T09:51:07.357Z] #5 DONE 0.3s [2020-07-08T09:51:07.357Z] [2020-07-08T09:51:07.357Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:51:07.357Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-07-08T09:51:07.357Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-07-08T09:51:07.357Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-07-08T09:51:07.494Z] #7 extracting sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 [2020-07-08T09:51:07.523Z] #10 100.8 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-07-08T09:51:07.523Z] #10 100.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:51:07.523Z] #10 100.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:51:07.523Z] #10 100.8 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-07-08T09:51:07.523Z] #10 100.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:51:07.523Z] #10 100.9 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-07-08T09:51:07.523Z] #10 100.9 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-07-08T09:51:07.523Z] #10 100.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:51:07.523Z] #10 100.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-07-08T09:51:07.523Z] #10 100.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-07-08T09:51:07.523Z] #10 100.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up dmsetup (2:1.02.155-3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-07-08T09:51:07.523Z] #10 100.9 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:51:07.707Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0B / 7.81MB 0.4s [2020-07-08T09:51:07.707Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 0B / 10.00MB 0.4s [2020-07-08T09:51:07.707Z] #7 sha256:2841da2227dc15e18ca5ec1e95f3cb166005361c0eb0313ce82d2e5ccff116dd 1.79kB / 1.79kB done [2020-07-08T09:51:07.707Z] #7 sha256:e025aa1816e5e3f8bffab834e5282f4bd7b6088e578e0191f2525485e189de64 6.19kB / 6.19kB done [2020-07-08T09:51:07.707Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 2.94MB / 50.39MB 0.4s [2020-07-08T09:51:07.707Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done [2020-07-08T09:51:07.707Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 1.22MB / 7.81MB 0.5s [2020-07-08T09:51:07.707Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 6.25MB / 10.00MB 0.5s [2020-07-08T09:51:07.707Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 9.39MB / 50.39MB 0.5s [2020-07-08T09:51:07.814Z] #10 DONE 101.3s [2020-07-08T09:51:07.814Z] [2020-07-08T09:51:07.814Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:51:07.814Z] #39 58.77 CC criu/filesystems.o [2020-07-08T09:51:07.814Z] #39 59.00 CC criu/fsnotify.o [2020-07-08T09:51:07.814Z] #39 59.37 CC criu/image-desc.o [2020-07-08T09:51:07.814Z] #39 59.42 CC criu/image.o [2020-07-08T09:51:07.814Z] #39 59.79 CC criu/ipc_ns.o [2020-07-08T09:51:07.814Z] #39 60.41 CC criu/irmap.o [2020-07-08T09:51:07.814Z] #39 60.79 CC criu/kcmp-ids.o [2020-07-08T09:51:07.814Z] #39 60.97 CC criu/kerndat.o [2020-07-08T09:51:07.814Z] #39 61.44 CC criu/libnetlink.o [2020-07-08T09:51:07.814Z] #39 61.59 CC criu/log.o [2020-07-08T09:51:07.814Z] #39 61.77 CC criu/lsm.o [2020-07-08T09:51:07.814Z] #39 61.90 CC criu/mem.o [2020-07-08T09:51:07.814Z] #39 62.55 CC criu/memfd.o [2020-07-08T09:51:07.814Z] #39 62.88 CC criu/mount.o [2020-07-08T09:51:07.814Z] #39 64.48 CC criu/namespaces.o [2020-07-08T09:51:07.814Z] #39 65.42 CC criu/net.o [2020-07-08T09:51:07.967Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 6.98MB / 7.81MB 0.6s [2020-07-08T09:51:07.967Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 10.00MB / 10.00MB 0.6s [2020-07-08T09:51:07.967Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 15.62MB / 50.39MB 0.6s [2020-07-08T09:51:07.967Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 7.81MB / 7.81MB 0.8s [2020-07-08T09:51:07.967Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 41.12MB / 50.39MB 0.8s [2020-07-08T09:51:08.106Z] #39 ... [2020-07-08T09:51:08.106Z] [2020-07-08T09:51:08.106Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-07-08T09:51:08.299Z] #31 7.309 runtime/cgo [2020-07-08T09:51:08.924Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 7.81MB / 7.81MB 0.9s done [2020-07-08T09:51:08.924Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 10.00MB / 10.00MB 1.0s done [2020-07-08T09:51:08.924Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 50.39MB / 50.39MB 1.4s [2020-07-08T09:51:08.924Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 12.72MB / 51.83MB 1.4s [2020-07-08T09:51:08.924Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 0B / 68.65MB 1.4s [2020-07-08T09:51:08.924Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 19.70MB / 51.83MB 1.5s [2020-07-08T09:51:08.924Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 28.17MB / 51.83MB 1.6s [2020-07-08T09:51:08.924Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 10.05MB / 68.65MB 1.6s [2020-07-08T09:51:09.191Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 50.39MB / 50.39MB 1.7s done [2020-07-08T09:51:09.191Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 37.80MB / 51.83MB 1.8s [2020-07-08T09:51:09.191Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 27.17MB / 68.65MB 1.8s [2020-07-08T09:51:09.191Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 0B / 120.16MB 1.8s [2020-07-08T09:51:09.191Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 31.23MB / 68.65MB 1.9s [2020-07-08T09:51:09.449Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 51.83MB / 51.83MB 2.1s [2020-07-08T09:51:09.450Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 40.77MB / 68.65MB 2.1s [2020-07-08T09:51:09.450Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 6.91MB / 120.16MB 2.1s [2020-07-08T09:51:09.450Z] #7 extracting sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a [2020-07-08T09:51:09.450Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 46.19MB / 68.65MB 2.2s [2020-07-08T09:51:09.659Z] #11 DONE 1.6s [2020-07-08T09:51:09.659Z] [2020-07-08T09:51:09.659Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:09.659Z] #49 1.387 + RM_GOPATH=0 [2020-07-08T09:51:09.659Z] #49 1.387 + TMP_GOPATH= [2020-07-08T09:51:09.659Z] #49 1.387 + : /build [2020-07-08T09:51:09.659Z] #49 1.387 + '[' -z '' ']' [2020-07-08T09:51:09.659Z] #49 1.388 ++ mktemp -d [2020-07-08T09:51:09.659Z] #49 1.390 + export GOPATH=/tmp/tmp.ZtP6218BCv [2020-07-08T09:51:09.659Z] #49 1.390 + GOPATH=/tmp/tmp.ZtP6218BCv [2020-07-08T09:51:09.659Z] #49 1.390 + RM_GOPATH=1 [2020-07-08T09:51:09.659Z] #49 1.390 + case "$(go env GOARCH)" in [2020-07-08T09:51:09.659Z] #49 1.390 ++ go env GOARCH [2020-07-08T09:51:09.659Z] #49 1.394 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:09.659Z] #49 1.394 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:09.659Z] #49 1.404 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:09.659Z] #49 1.404 + dir=/tmp/install [2020-07-08T09:51:09.659Z] #49 1.404 + bin=runc [2020-07-08T09:51:09.659Z] #49 1.404 + shift [2020-07-08T09:51:09.659Z] #49 1.405 + '[' '!' -f /tmp/install/runc.installer ']' [2020-07-08T09:51:09.659Z] #49 1.405 + . /tmp/install/runc.installer [2020-07-08T09:51:09.659Z] #49 1.405 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:51:09.659Z] #49 1.405 + install_runc [2020-07-08T09:51:09.659Z] #49 1.405 + uname -r [2020-07-08T09:51:09.659Z] #49 1.405 + grep -q '^3\.10\.0.*\.el7\.' [2020-07-08T09:51:09.659Z] #49 1.406 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-07-08T09:51:09.659Z] #49 1.406 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-07-08T09:51:09.659Z] #49 1.406 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-07-08T09:51:09.659Z] #49 1.406 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZtP6218BCv/src/github.com/opencontainers/runc [2020-07-08T09:51:09.659Z] #49 1.414 Cloning into '/tmp/tmp.ZtP6218BCv/src/github.com/opencontainers/runc'... [2020-07-08T09:51:09.708Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 51.56MB / 68.65MB 2.3s [2020-07-08T09:51:09.708Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 19.08MB / 120.16MB 2.3s [2020-07-08T09:51:09.708Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 62.19MB / 68.65MB 2.5s [2020-07-08T09:51:09.708Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 29.59MB / 120.16MB 2.5s [2020-07-08T09:51:09.910Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.31MB / 9.86MB 2.2s [2020-07-08T09:51:09.910Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.80MB / 9.86MB 2.3s [2020-07-08T09:51:09.910Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.4s [2020-07-08T09:51:09.910Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.4s done [2020-07-08T09:51:09.910Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-07-08T09:51:09.975Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 51.83MB / 51.83MB 2.6s done [2020-07-08T09:51:09.975Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 2.8s [2020-07-08T09:51:09.975Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 50.92MB / 120.16MB 2.8s [2020-07-08T09:51:09.975Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 125B / 125B 2.8s [2020-07-08T09:51:10.543Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 90.85MB / 120.16MB 3.2s [2020-07-08T09:51:10.543Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 125B / 125B 2.9s done [2020-07-08T09:51:10.543Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 98.16MB / 120.16MB 3.3s [2020-07-08T09:51:10.543Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 3.4s done [2020-07-08T09:51:10.543Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 110.35MB / 120.16MB 3.4s [2020-07-08T09:51:10.811Z] #7 extracting sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 2.9s done [2020-07-08T09:51:11.071Z] #7 extracting sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c done [2020-07-08T09:51:11.077Z] #31 ... [2020-07-08T09:51:11.077Z] [2020-07-08T09:51:11.077Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:11.077Z] #48 0.955 + RM_GOPATH=0 [2020-07-08T09:51:11.077Z] #48 0.955 + TMP_GOPATH= [2020-07-08T09:51:11.077Z] #48 0.959 + : /build [2020-07-08T09:51:11.077Z] #48 0.959 + '[' -z '' ']' [2020-07-08T09:51:11.077Z] #48 0.959 ++ mktemp -d [2020-07-08T09:51:11.077Z] #48 0.959 + export GOPATH=/tmp/tmp.Gsoz4Dd9oP [2020-07-08T09:51:11.077Z] #48 0.959 + GOPATH=/tmp/tmp.Gsoz4Dd9oP [2020-07-08T09:51:11.077Z] #48 0.959 + RM_GOPATH=1 [2020-07-08T09:51:11.077Z] #48 0.959 + case "$(go env GOARCH)" in [2020-07-08T09:51:11.077Z] #48 0.959 ++ go env GOARCH [2020-07-08T09:51:11.077Z] #48 1.000 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.077Z] #48 1.000 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.077Z] #48 1.005 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:11.077Z] #48 1.007 + dir=/tmp/install [2020-07-08T09:51:11.077Z] #48 1.007 + bin=shfmt [2020-07-08T09:51:11.077Z] #48 1.007 + shift [2020-07-08T09:51:11.077Z] #48 1.008 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-07-08T09:51:11.077Z] #48 1.008 + . /tmp/install/shfmt.installer [2020-07-08T09:51:11.077Z] #48 1.008 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:11.077Z] #48 1.009 + install_shfmt [2020-07-08T09:51:11.077Z] #48 1.009 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-07-08T09:51:11.077Z] #48 1.009 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:11.077Z] #48 1.009 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Gsoz4Dd9oP/src/github.com/mvdan/sh [2020-07-08T09:51:11.077Z] #48 1.021 Cloning into '/tmp/tmp.Gsoz4Dd9oP/src/github.com/mvdan/sh'... [2020-07-08T09:51:11.077Z] #48 ... [2020-07-08T09:51:11.077Z] [2020-07-08T09:51:11.077Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:11.077Z] #52 1.358 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:11.077Z] #52 1.422 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:11.077Z] #52 1.517 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:11.077Z] #52 3.038 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-07-08T09:51:11.077Z] #52 5.297 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [201 kB] [2020-07-08T09:51:11.077Z] #52 7.447 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-07-08T09:51:11.077Z] #52 ... [2020-07-08T09:51:11.077Z] [2020-07-08T09:51:11.077Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:11.077Z] #46 0.953 + RM_GOPATH=0 [2020-07-08T09:51:11.077Z] #46 0.953 + TMP_GOPATH= [2020-07-08T09:51:11.077Z] #46 0.953 + : /build [2020-07-08T09:51:11.077Z] #46 0.953 + '[' -z '' ']' [2020-07-08T09:51:11.077Z] #46 0.954 ++ mktemp -d [2020-07-08T09:51:11.077Z] #46 0.961 + export GOPATH=/tmp/tmp.f2HKxlQpdV [2020-07-08T09:51:11.077Z] #46 0.961 + GOPATH=/tmp/tmp.f2HKxlQpdV [2020-07-08T09:51:11.077Z] #46 0.961 + RM_GOPATH=1 [2020-07-08T09:51:11.077Z] #46 0.962 + case "$(go env GOARCH)" in [2020-07-08T09:51:11.077Z] #46 0.981 ++ go env GOARCH [2020-07-08T09:51:11.077Z] #46 1.055 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.077Z] #46 1.056 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.077Z] #46 1.060 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:11.077Z] #46 1.062 + dir=/tmp/install [2020-07-08T09:51:11.077Z] #46 1.062 + bin=golangci_lint [2020-07-08T09:51:11.077Z] #46 1.062 + shift [2020-07-08T09:51:11.077Z] #46 1.062 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-07-08T09:51:11.077Z] #46 1.063 + . /tmp/install/golangci_lint.installer [2020-07-08T09:51:11.077Z] #46 1.064 ++ : v1.23.8 [2020-07-08T09:51:11.077Z] #46 1.064 + install_golangci_lint [2020-07-08T09:51:11.077Z] #46 1.065 + echo 'Installing golangci-lint version v1.23.8' [2020-07-08T09:51:11.077Z] #46 1.065 Installing golangci-lint version v1.23.8 [2020-07-08T09:51:11.077Z] #46 1.065 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-07-08T09:51:11.077Z] #46 ... [2020-07-08T09:51:11.077Z] [2020-07-08T09:51:11.077Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:11.077Z] #55 0.568 + RM_GOPATH=0 [2020-07-08T09:51:11.077Z] #55 0.568 + TMP_GOPATH= [2020-07-08T09:51:11.077Z] #55 0.568 + : /build [2020-07-08T09:51:11.077Z] #55 0.568 + '[' -z '' ']' [2020-07-08T09:51:11.077Z] #55 0.570 ++ mktemp -d [2020-07-08T09:51:11.077Z] #55 0.571 + export GOPATH=/tmp/tmp.WhHF11GIye [2020-07-08T09:51:11.077Z] #55 0.571 + GOPATH=/tmp/tmp.WhHF11GIye [2020-07-08T09:51:11.077Z] #55 0.571 + RM_GOPATH=1 [2020-07-08T09:51:11.077Z] #55 0.572 + case "$(go env GOARCH)" in [2020-07-08T09:51:11.077Z] #55 0.581 ++ go env GOARCH [2020-07-08T09:51:11.077Z] #55 0.581 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.077Z] #55 0.581 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.077Z] #55 0.582 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:11.077Z] #55 0.584 + dir=/tmp/install [2020-07-08T09:51:11.077Z] #55 0.584 + bin=rootlesskit [2020-07-08T09:51:11.077Z] #55 0.584 + shift [2020-07-08T09:51:11.077Z] #55 0.584 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-07-08T09:51:11.077Z] #55 0.584 + . /tmp/install/rootlesskit.installer [2020-07-08T09:51:11.077Z] #55 0.584 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:11.077Z] #55 0.585 + install_rootlesskit [2020-07-08T09:51:11.077Z] #55 0.585 + case "$1" in [2020-07-08T09:51:11.077Z] #55 0.585 + export CGO_ENABLED=0 [2020-07-08T09:51:11.077Z] #55 0.585 + CGO_ENABLED=0 [2020-07-08T09:51:11.077Z] #55 0.585 + _install_rootlesskit [2020-07-08T09:51:11.077Z] #55 0.585 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' [2020-07-08T09:51:11.077Z] #55 0.586 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.WhHF11GIye/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:11.077Z] #55 0.588 Cloning into '/tmp/tmp.WhHF11GIye/src/github.com/rootless-containers/rootlesskit'... [2020-07-08T09:51:11.077Z] #55 0.593 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:11.077Z] #55 4.794 + cd /tmp/tmp.WhHF11GIye/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:11.077Z] #55 4.799 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:11.077Z] #55 5.219 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:51:11.077Z] #55 5.220 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-07-08T09:51:11.125Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 3.6s [2020-07-08T09:51:11.177Z] #49 ... [2020-07-08T09:51:11.177Z] [2020-07-08T09:51:11.177Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-07-08T09:51:11.177Z] #12 DONE 1.6s [2020-07-08T09:51:11.177Z] [2020-07-08T09:51:11.177Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-07-08T09:51:11.302Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done [2020-07-08T09:51:11.302Z] #58 ... [2020-07-08T09:51:11.302Z] [2020-07-08T09:51:11.302Z] #20 [internal] load build context [2020-07-08T09:51:11.302Z] #20 transferring context: 51.28MB 3.8s done [2020-07-08T09:51:11.303Z] #20 DONE 4.1s [2020-07-08T09:51:11.337Z] #7 DONE 18.3s [2020-07-08T09:51:11.337Z] [2020-07-08T09:51:11.337Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-07-08T09:51:11.373Z] #55 ... [2020-07-08T09:51:11.373Z] [2020-07-08T09:51:11.373Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:11.373Z] #22 0.945 + RM_GOPATH=0 [2020-07-08T09:51:11.373Z] #22 0.945 + TMP_GOPATH= [2020-07-08T09:51:11.373Z] #22 0.945 + : /build [2020-07-08T09:51:11.373Z] #22 0.945 + '[' -z '' ']' [2020-07-08T09:51:11.373Z] #22 0.945 ++ mktemp -d [2020-07-08T09:51:11.373Z] #22 0.947 + export GOPATH=/tmp/tmp.DLZ7eFRq0x [2020-07-08T09:51:11.373Z] #22 0.947 + GOPATH=/tmp/tmp.DLZ7eFRq0x [2020-07-08T09:51:11.373Z] #22 0.947 + RM_GOPATH=1 [2020-07-08T09:51:11.373Z] #22 0.947 + case "$(go env GOARCH)" in [2020-07-08T09:51:11.373Z] #22 0.948 ++ go env GOARCH [2020-07-08T09:51:11.373Z] #22 1.003 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.373Z] #22 1.003 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.373Z] #22 1.005 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:11.373Z] #22 1.011 + dir=/tmp/install [2020-07-08T09:51:11.373Z] #22 1.017 + bin=dockercli [2020-07-08T09:51:11.373Z] #22 1.017 + shift [2020-07-08T09:51:11.373Z] #22 1.017 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-07-08T09:51:11.373Z] #22 1.018 + . /tmp/install/dockercli.installer [2020-07-08T09:51:11.373Z] #22 1.020 ++ : stable [2020-07-08T09:51:11.373Z] #22 1.021 ++ : 17.06.2-ce [2020-07-08T09:51:11.373Z] #22 1.022 + install_dockercli [2020-07-08T09:51:11.373Z] #22 1.022 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-07-08T09:51:11.373Z] #22 1.023 Install docker/cli version 17.06.2-ce from stable [2020-07-08T09:51:11.373Z] #22 1.024 ++ uname -m [2020-07-08T09:51:11.373Z] #22 1.029 + arch=ppc64le [2020-07-08T09:51:11.373Z] #22 1.029 + '[' ppc64le '!=' x86_64 ']' [2020-07-08T09:51:11.373Z] #22 1.029 + '[' ppc64le '!=' s390x ']' [2020-07-08T09:51:11.373Z] #22 1.030 + '[' ppc64le '!=' armhf ']' [2020-07-08T09:51:11.373Z] #22 1.030 + build_dockercli [2020-07-08T09:51:11.373Z] #22 1.030 + git clone https://github.com/docker/docker-ce /tmp/tmp.DLZ7eFRq0x/tmp/docker-ce [2020-07-08T09:51:11.373Z] #22 1.059 Cloning into '/tmp/tmp.DLZ7eFRq0x/tmp/docker-ce'... [2020-07-08T09:51:11.373Z] #22 ... [2020-07-08T09:51:11.373Z] [2020-07-08T09:51:11.373Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:11.373Z] #33 1.436 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:11.373Z] #33 1.544 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:11.373Z] #33 1.544 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:11.373Z] #33 3.201 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-07-08T09:51:11.373Z] #33 5.705 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [201 kB] [2020-07-08T09:51:11.373Z] #33 7.864 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-07-08T09:51:11.562Z] [2020-07-08T09:51:11.562Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:51:11.562Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done [2020-07-08T09:51:11.562Z] #7 sha256:2841da2227dc15e18ca5ec1e95f3cb166005361c0eb0313ce82d2e5ccff116dd 1.79kB / 1.79kB done [2020-07-08T09:51:11.562Z] #7 sha256:e025aa1816e5e3f8bffab834e5282f4bd7b6088e578e0191f2525485e189de64 6.19kB / 6.19kB done [2020-07-08T09:51:11.562Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 10.00MB / 10.00MB 0.3s done [2020-07-08T09:51:11.562Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done [2020-07-08T09:51:11.562Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 50.39MB / 50.39MB 1.4s done [2020-07-08T09:51:11.562Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 7.81MB / 7.81MB 0.3s done [2020-07-08T09:51:11.562Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 51.83MB / 51.83MB 1.6s done [2020-07-08T09:51:11.562Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 2.3s done [2020-07-08T09:51:11.562Z] #7 extracting sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 2.5s [2020-07-08T09:51:11.562Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 125B / 125B 1.8s done [2020-07-08T09:51:11.562Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 4.2s [2020-07-08T09:51:11.671Z] #33 ... [2020-07-08T09:51:11.671Z] [2020-07-08T09:51:11.671Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:11.671Z] #61 0.922 + RM_GOPATH=0 [2020-07-08T09:51:11.671Z] #61 0.923 + TMP_GOPATH= [2020-07-08T09:51:11.671Z] #61 0.923 + : /build [2020-07-08T09:51:11.671Z] #61 0.923 + '[' -z '' ']' [2020-07-08T09:51:11.671Z] #61 0.925 ++ mktemp -d [2020-07-08T09:51:11.671Z] #61 0.929 + export GOPATH=/tmp/tmp.yuEBg4g02X [2020-07-08T09:51:11.671Z] #61 0.929 + GOPATH=/tmp/tmp.yuEBg4g02X [2020-07-08T09:51:11.671Z] #61 0.929 + RM_GOPATH=1 [2020-07-08T09:51:11.671Z] #61 0.930 + case "$(go env GOARCH)" in [2020-07-08T09:51:11.671Z] #61 0.930 ++ go env GOARCH [2020-07-08T09:51:11.671Z] #61 0.966 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.671Z] #61 0.966 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:11.671Z] #61 0.969 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:11.671Z] #61 0.970 + dir=/tmp/install [2020-07-08T09:51:11.671Z] #61 0.971 + bin=proxy [2020-07-08T09:51:11.671Z] #61 0.971 + shift [2020-07-08T09:51:11.671Z] #61 0.972 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-07-08T09:51:11.671Z] #61 0.973 + . /tmp/install/proxy.installer [2020-07-08T09:51:11.671Z] #61 0.974 ++ : 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:11.671Z] #61 0.974 + install_proxy [2020-07-08T09:51:11.671Z] #61 0.975 + case "$1" in [2020-07-08T09:51:11.671Z] #61 0.975 + export CGO_ENABLED=0 [2020-07-08T09:51:11.671Z] #61 0.975 + CGO_ENABLED=0 [2020-07-08T09:51:11.671Z] #61 0.975 + _install_proxy [2020-07-08T09:51:11.671Z] #61 0.976 + echo 'Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed' [2020-07-08T09:51:11.671Z] #61 0.976 Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:11.671Z] #61 0.976 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.yuEBg4g02X/src/github.com/docker/libnetwork [2020-07-08T09:51:11.671Z] #61 0.985 Cloning into '/tmp/tmp.yuEBg4g02X/src/github.com/docker/libnetwork'... [2020-07-08T09:51:11.821Z] #7 ... [2020-07-08T09:51:11.822Z] [2020-07-08T09:51:11.822Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:51:11.822Z] #58 DONE 4.4s [2020-07-08T09:51:11.822Z] [2020-07-08T09:51:11.822Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:51:11.822Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 4.4s done [2020-07-08T09:51:11.970Z] #61 ... [2020-07-08T09:51:11.970Z] [2020-07-08T09:51:11.970Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:11.970Z] #24 1.360 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:11.970Z] #24 1.449 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:11.970Z] #24 1.518 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:11.970Z] #24 3.334 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-07-08T09:51:11.970Z] #24 5.881 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [201 kB] [2020-07-08T09:51:11.970Z] #24 7.678 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-07-08T09:51:11.970Z] #24 ... [2020-07-08T09:51:11.970Z] [2020-07-08T09:51:11.970Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:11.970Z] #29 0.819 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-07-08T09:51:11.970Z] #29 0.822 Cloning into '.'... [2020-07-08T09:51:12.059Z] #7 ... [2020-07-08T09:51:12.059Z] [2020-07-08T09:51:12.059Z] #20 [internal] load build context [2020-07-08T09:51:12.059Z] #20 transferring context: 51.28MB 4.3s done [2020-07-08T09:51:12.059Z] #20 DONE 4.7s [2020-07-08T09:51:12.059Z] [2020-07-08T09:51:12.059Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:51:12.059Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 4.7s done [2020-07-08T09:51:12.059Z] #7 ... [2020-07-08T09:51:12.059Z] [2020-07-08T09:51:12.059Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-07-08T09:51:12.059Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-07-08T09:51:12.059Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-07-08T09:51:12.059Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-07-08T09:51:12.059Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.8s done [2020-07-08T09:51:12.059Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.9s done [2020-07-08T09:51:12.059Z] #58 DONE 4.8s [2020-07-08T09:51:12.059Z] [2020-07-08T09:51:12.059Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... [2020-07-08T09:51:12.195Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 1m57.570925208s [2020-07-08T09:51:12.195Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.429628ms [2020-07-08T09:51:12.212Z] #13 1.255 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-07-08T09:51:12.270Z] #29 ... [2020-07-08T09:51:12.270Z] [2020-07-08T09:51:12.270Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:12.270Z] #42 0.909 + RM_GOPATH=0 [2020-07-08T09:51:12.270Z] #42 0.911 + TMP_GOPATH= [2020-07-08T09:51:12.270Z] #42 0.911 + : /build [2020-07-08T09:51:12.270Z] #42 0.912 + '[' -z '' ']' [2020-07-08T09:51:12.270Z] #42 0.925 ++ mktemp -d [2020-07-08T09:51:12.270Z] #42 0.927 + export GOPATH=/tmp/tmp.ovaLWKRiWp [2020-07-08T09:51:12.270Z] #42 0.927 + GOPATH=/tmp/tmp.ovaLWKRiWp [2020-07-08T09:51:12.270Z] #42 0.927 + RM_GOPATH=1 [2020-07-08T09:51:12.270Z] #42 0.928 + case "$(go env GOARCH)" in [2020-07-08T09:51:12.270Z] #42 0.928 ++ go env GOARCH [2020-07-08T09:51:12.270Z] #42 0.961 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:12.270Z] #42 0.998 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:12.270Z] #42 1.003 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:12.270Z] #42 1.011 + dir=/tmp/install [2020-07-08T09:51:12.270Z] #42 1.014 + bin=vndr [2020-07-08T09:51:12.270Z] #42 1.014 + shift [2020-07-08T09:51:12.270Z] #42 1.014 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-07-08T09:51:12.270Z] #42 1.014 + . /tmp/install/vndr.installer [2020-07-08T09:51:12.270Z] #42 1.014 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:12.270Z] #42 1.015 + install_vndr [2020-07-08T09:51:12.270Z] #42 1.015 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-07-08T09:51:12.270Z] #42 1.015 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ovaLWKRiWp/src/github.com/LK4D4/vndr [2020-07-08T09:51:12.270Z] #42 1.015 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:12.270Z] #42 1.019 Cloning into '/tmp/tmp.ovaLWKRiWp/src/github.com/LK4D4/vndr'... [2020-07-08T09:51:12.270Z] #42 2.235 + cd /tmp/tmp.ovaLWKRiWp/src/github.com/LK4D4/vndr [2020-07-08T09:51:12.270Z] #42 2.239 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:12.270Z] #42 2.247 + go build -buildmode=pie -v -o /build/vndr . [2020-07-08T09:51:12.270Z] #42 3.931 internal/cpu [2020-07-08T09:51:12.270Z] #42 4.014 unicode [2020-07-08T09:51:12.270Z] #42 4.114 sync/atomic [2020-07-08T09:51:12.270Z] #42 4.229 unicode/utf8 [2020-07-08T09:51:12.270Z] #42 5.472 math [2020-07-08T09:51:12.270Z] #42 6.410 internal/testlog [2020-07-08T09:51:12.270Z] #42 6.681 runtime [2020-07-08T09:51:12.270Z] #42 7.323 unicode/utf16 [2020-07-08T09:51:12.270Z] #42 8.427 container/list [2020-07-08T09:51:12.270Z] #42 10.51 crypto/internal/subtle [2020-07-08T09:51:12.270Z] #42 10.89 crypto/subtle [2020-07-08T09:51:12.270Z] #42 11.28 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-07-08T09:51:12.270Z] #42 ... [2020-07-08T09:51:12.270Z] [2020-07-08T09:51:12.270Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:12.270Z] #11 1.431 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:12.270Z] #11 1.597 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:12.270Z] #11 1.742 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:12.270Z] #11 3.236 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-07-08T09:51:12.270Z] #11 5.746 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [201 kB] [2020-07-08T09:51:12.270Z] #11 7.671 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-07-08T09:51:12.504Z] #13 DONE 1.4s [2020-07-08T09:51:12.504Z] [2020-07-08T09:51:12.504Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:12.504Z] #36 105.4 + dpkg --print-architecture [2020-07-08T09:51:12.504Z] #36 105.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-07-08T09:51:12.504Z] #36 105.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-07-08T09:51:12.504Z] #36 105.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-07-08T09:51:12.568Z] #11 ... [2020-07-08T09:51:12.568Z] [2020-07-08T09:51:12.568Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:12.568Z] #39 1.437 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:12.568Z] #39 1.564 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:12.568Z] #39 1.585 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:12.568Z] #39 3.408 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-07-08T09:51:12.568Z] #39 5.977 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [201 kB] [2020-07-08T09:51:12.568Z] #39 7.872 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-07-08T09:51:12.568Z] #39 ... [2020-07-08T09:51:12.568Z] [2020-07-08T09:51:12.568Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:12.568Z] #48 11.81 + cd /tmp/tmp.Gsoz4Dd9oP/src/github.com/mvdan/sh [2020-07-08T09:51:12.568Z] #48 11.81 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:12.568Z] #48 11.99 + GO111MODULE=on [2020-07-08T09:51:12.868Z] #48 11.99 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-07-08T09:51:13.199Z] #7 extracting sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 4.0s done [2020-07-08T09:51:13.431Z] #7 extracting sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 4.0s done [2020-07-08T09:51:13.431Z] #7 extracting sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 [2020-07-08T09:51:13.463Z] #7 extracting sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0.1s [2020-07-08T09:51:13.463Z] #7 extracting sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0.3s done [2020-07-08T09:51:13.721Z] #7 extracting sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 [2020-07-08T09:51:13.981Z] #7 extracting sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 0.2s done [2020-07-08T09:51:13.981Z] #7 extracting sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e [2020-07-08T09:51:14.001Z] #7 extracting sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0.3s done [2020-07-08T09:51:14.001Z] #7 extracting sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 [2020-07-08T09:51:14.021Z] #36 ... [2020-07-08T09:51:14.021Z] [2020-07-08T09:51:14.021Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:51:14.021Z] #14 DONE 1.3s [2020-07-08T09:51:14.021Z] [2020-07-08T09:51:14.021Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-07-08T09:51:14.258Z] #7 extracting sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 0.3s done [2020-07-08T09:51:14.258Z] #7 extracting sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 0.1s [2020-07-08T09:51:14.415Z] #48 13.52 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:14.415Z] #48 13.57 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:14.415Z] #48 13.59 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:14.643Z] #8 DONE 3.4s [2020-07-08T09:51:14.643Z] [2020-07-08T09:51:14.643Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-07-08T09:51:14.716Z] #48 13.73 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:14.716Z] #48 13.77 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:15.116Z] #15 DONE 1.4s [2020-07-08T09:51:15.116Z] [2020-07-08T09:51:15.116Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:51:15.116Z] #39 67.36 CC criu/netfilter.o [2020-07-08T09:51:15.116Z] #39 67.65 CC criu/page-pipe.o [2020-07-08T09:51:15.116Z] #39 68.02 CC criu/page-xfer.o [2020-07-08T09:51:15.116Z] #39 68.97 CC criu/pagemap-cache.o [2020-07-08T09:51:15.116Z] #39 69.21 CC criu/pagemap.o [2020-07-08T09:51:15.116Z] #39 69.86 CC criu/parasite-syscall.o [2020-07-08T09:51:15.116Z] #39 70.43 CC criu/path.o [2020-07-08T09:51:15.116Z] #39 70.65 CC criu/pie-util-vdso.o [2020-07-08T09:51:15.116Z] #39 70.85 CC criu/pie-util.o [2020-07-08T09:51:15.116Z] #39 71.04 CC criu/pipes.o [2020-07-08T09:51:15.116Z] #39 71.40 CC criu/plugin.o [2020-07-08T09:51:15.116Z] #39 71.62 CC criu/proc_parse.o [2020-07-08T09:51:15.586Z] #9 DONE 0.8s [2020-07-08T09:51:15.586Z] [2020-07-08T09:51:15.586Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-07-08T09:51:15.586Z] #35 DONE 0.1s [2020-07-08T09:51:15.586Z] [2020-07-08T09:51:15.586Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-07-08T09:51:15.586Z] #27 DONE 0.2s [2020-07-08T09:51:15.586Z] [2020-07-08T09:51:15.586Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:16.154Z] #7 extracting sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 2.0s done [2020-07-08T09:51:16.192Z] #39 73.71 CC criu/protobuf-desc.o [2020-07-08T09:51:16.261Z] #48 15.10 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:16.412Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a [2020-07-08T09:51:16.513Z] #7 extracting sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 2.1s done [2020-07-08T09:51:16.513Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 0.1s [2020-07-08T09:51:16.824Z] #39 74.36 CC criu/protobuf.o [2020-07-08T09:51:16.824Z] #39 ... [2020-07-08T09:51:16.824Z] [2020-07-08T09:51:16.824Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-07-08T09:51:16.824Z] #16 DONE 1.6s [2020-07-08T09:51:16.824Z] [2020-07-08T09:51:16.824Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:51:16.913Z] #48 16.08 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:17.569Z] #48 ... [2020-07-08T09:51:17.569Z] [2020-07-08T09:51:17.569Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:17.569Z] #39 16.91 Fetched 8140 kB in 16s (520 kB/s) [2020-07-08T09:51:18.328Z] #17 1.103 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:18.328Z] #17 1.145 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:18.328Z] #17 1.165 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:18.328Z] #17 1.501 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-07-08T09:51:18.418Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 2.0s done [2020-07-08T09:51:18.418Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b [2020-07-08T09:51:18.939Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 2.1s done [2020-07-08T09:51:18.939Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b [2020-07-08T09:51:18.960Z] #17 2.014 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [186 kB] [2020-07-08T09:51:19.108Z] #39 16.91 Reading package lists... [2020-07-08T09:51:19.108Z] #39 ... [2020-07-08T09:51:19.108Z] [2020-07-08T09:51:19.108Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:19.108Z] #44 8.274 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:19.108Z] #44 9.704 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:19.108Z] #44 9.925 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:19.108Z] #44 12.57 go: finding github.com/pkg/errors v0.8.0 [2020-07-08T09:51:19.108Z] #44 12.57 go: finding github.com/fatih/color v1.6.0 [2020-07-08T09:51:19.108Z] #44 12.60 go: finding github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:19.108Z] #44 12.77 go: finding github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:19.108Z] #44 12.82 go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:19.108Z] #44 13.03 go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:19.108Z] #44 13.16 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:19.108Z] #44 13.42 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:19.108Z] #44 13.47 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:19.108Z] #44 13.57 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:19.108Z] #44 13.75 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:19.108Z] #44 ... [2020-07-08T09:51:19.108Z] [2020-07-08T09:51:19.108Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:19.108Z] #37 17.18 Checking out files: 99% (1590/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-07-08T09:51:19.108Z] #37 17.23 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-07-08T09:51:20.478Z] #17 3.377 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-07-08T09:51:20.660Z] #37 19.77 + 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-07-08T09:51:21.473Z] #36 5.073 + git clone https://github.com/docker/distribution.git . [2020-07-08T09:51:21.473Z] #36 5.077 Cloning into '.'... [2020-07-08T09:51:21.473Z] #36 ... [2020-07-08T09:51:21.473Z] [2020-07-08T09:51:21.473Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:21.473Z] #43 3.115 + RM_GOPATH=0 [2020-07-08T09:51:21.473Z] #43 3.115 + TMP_GOPATH= [2020-07-08T09:51:21.473Z] #43 3.115 + : /build [2020-07-08T09:51:21.473Z] #43 3.115 + '[' -z '' ']' [2020-07-08T09:51:21.473Z] #43 3.115 ++ mktemp -d [2020-07-08T09:51:21.473Z] #43 3.383 + export GOPATH=/tmp/tmp.Aw0NajCVmv [2020-07-08T09:51:21.473Z] #43 3.383 + GOPATH=/tmp/tmp.Aw0NajCVmv [2020-07-08T09:51:21.473Z] #43 3.383 + RM_GOPATH=1 [2020-07-08T09:51:21.473Z] #43 3.383 + case "$(go env GOARCH)" in [2020-07-08T09:51:21.473Z] #43 3.383 ++ go env GOARCH [2020-07-08T09:51:21.473Z] #43 3.408 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:21.473Z] #43 3.408 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:21.473Z] #43 3.409 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:21.473Z] #43 3.410 + dir=/tmp/install [2020-07-08T09:51:21.473Z] #43 3.410 + bin=gotestsum [2020-07-08T09:51:21.473Z] #43 3.410 + shift [2020-07-08T09:51:21.473Z] #43 3.410 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-07-08T09:51:21.473Z] #43 3.410 + . /tmp/install/gotestsum.installer [2020-07-08T09:51:21.473Z] #43 3.410 ++ : v0.3.5 [2020-07-08T09:51:21.473Z] #43 3.410 + install_gotestsum [2020-07-08T09:51:21.473Z] #43 3.412 + set -e [2020-07-08T09:51:21.473Z] #43 3.412 + export GO111MODULE=on [2020-07-08T09:51:21.473Z] #43 3.412 + GO111MODULE=on [2020-07-08T09:51:21.473Z] #43 3.412 + GOBIN=/build [2020-07-08T09:51:21.473Z] #43 3.412 + go get gotest.tools/gotestsum@v0.3.5 [2020-07-08T09:51:21.473Z] #43 3.438 go: finding gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:21.474Z] #43 3.439 go: finding gotest.tools v0.3.5 [2020-07-08T09:51:21.474Z] #43 3.660 go: downloading gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:21.474Z] #43 4.064 go: extracting gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:21.474Z] #43 4.383 go: downloading gotest.tools v2.1.0+incompatible [2020-07-08T09:51:21.474Z] #43 4.456 go: extracting gotest.tools v2.1.0+incompatible [2020-07-08T09:51:21.474Z] #43 4.530 go: downloading github.com/fatih/color v1.6.0 [2020-07-08T09:51:21.474Z] #43 4.567 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:21.474Z] #43 4.600 go: downloading github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:21.474Z] #43 4.675 go: downloading github.com/pkg/errors v0.8.0 [2020-07-08T09:51:21.474Z] #43 4.768 go: extracting github.com/pkg/errors v0.8.0 [2020-07-08T09:51:21.474Z] #43 4.796 go: extracting github.com/fatih/color v1.6.0 [2020-07-08T09:51:21.474Z] #43 4.834 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:21.474Z] #43 4.881 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:21.474Z] #43 4.904 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:21.474Z] #43 4.955 go: extracting github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:21.474Z] #43 4.968 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:21.474Z] #43 5.143 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:21.474Z] #43 5.191 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:21.474Z] #43 5.248 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:21.474Z] #43 5.276 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:21.474Z] #43 5.279 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:21.474Z] #43 5.309 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:21.474Z] #43 5.344 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:21.474Z] #43 5.366 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:22.049Z] #43 ... [2020-07-08T09:51:22.049Z] [2020-07-08T09:51:22.049Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:22.049Z] #30 4.801 + RM_GOPATH=0 [2020-07-08T09:51:22.049Z] #30 4.803 + TMP_GOPATH= [2020-07-08T09:51:22.049Z] #30 4.804 + : /build [2020-07-08T09:51:22.049Z] #30 4.804 + '[' -z '' ']' [2020-07-08T09:51:22.049Z] #30 4.807 ++ mktemp -d [2020-07-08T09:51:22.049Z] #30 4.809 + export GOPATH=/tmp/tmp.47LbH7ad9b [2020-07-08T09:51:22.049Z] #30 4.810 + GOPATH=/tmp/tmp.47LbH7ad9b [2020-07-08T09:51:22.049Z] #30 4.810 + RM_GOPATH=1 [2020-07-08T09:51:22.049Z] #30 4.810 + case "$(go env GOARCH)" in [2020-07-08T09:51:22.049Z] #30 4.811 ++ go env GOARCH [2020-07-08T09:51:22.049Z] #30 4.828 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:22.049Z] #30 4.828 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:22.049Z] #30 4.829 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:22.049Z] #30 4.831 + dir=/tmp/install [2020-07-08T09:51:22.049Z] #30 4.831 + bin=tomlv [2020-07-08T09:51:22.049Z] #30 4.839 + shift [2020-07-08T09:51:22.049Z] #30 4.840 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-07-08T09:51:22.049Z] #30 4.841 + . /tmp/install/tomlv.installer [2020-07-08T09:51:22.049Z] #30 4.841 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:22.049Z] #30 4.841 + install_tomlv [2020-07-08T09:51:22.049Z] #30 4.842 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-07-08T09:51:22.049Z] #30 4.842 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:22.049Z] #30 4.843 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.47LbH7ad9b/src/github.com/BurntSushi/toml [2020-07-08T09:51:22.049Z] #30 4.846 Cloning into '/tmp/tmp.47LbH7ad9b/src/github.com/BurntSushi/toml'... [2020-07-08T09:51:22.049Z] #30 5.636 + cd /tmp/tmp.47LbH7ad9b/src/github.com/BurntSushi/toml [2020-07-08T09:51:22.049Z] #30 5.636 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:22.049Z] #30 5.643 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:51:22.049Z] #30 6.070 runtime/internal/sys [2020-07-08T09:51:22.049Z] #30 6.119 math/bits [2020-07-08T09:51:22.049Z] #30 6.124 internal/cpu [2020-07-08T09:51:22.049Z] #30 6.276 runtime/internal/atomic [2020-07-08T09:51:22.049Z] #30 6.288 runtime/internal/math [2020-07-08T09:51:22.049Z] #30 6.457 unicode/utf8 [2020-07-08T09:51:22.313Z] #30 6.816 internal/bytealg [2020-07-08T09:51:22.313Z] #30 ... [2020-07-08T09:51:22.313Z] [2020-07-08T09:51:22.313Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:22.313Z] #43 6.879 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:22.542Z] #17 5.705 Fetched 8055 kB in 5s (1724 kB/s) [2020-07-08T09:51:22.542Z] #17 5.705 Reading package lists... [2020-07-08T09:51:22.542Z] #17 ... [2020-07-08T09:51:22.542Z] [2020-07-08T09:51:22.542Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:22.542Z] #49 4.761 + cd /tmp/tmp.ZtP6218BCv/src/github.com/opencontainers/runc [2020-07-08T09:51:22.542Z] #49 4.761 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:51:22.542Z] #49 4.940 + '[' -z '' ']' [2020-07-08T09:51:22.542Z] #49 4.940 + target=static [2020-07-08T09:51:22.542Z] #49 4.940 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-07-08T09:51:22.542Z] #49 5.525 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-07-08T09:51:22.577Z] #43 6.880 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:22.577Z] #43 6.882 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:22.612Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 4.0s done [2020-07-08T09:51:22.612Z] #7 extracting sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 [2020-07-08T09:51:22.612Z] #7 extracting sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 done [2020-07-08T09:51:22.612Z] #7 DONE 15.4s [2020-07-08T09:51:22.782Z] #37 ... [2020-07-08T09:51:22.782Z] [2020-07-08T09:51:22.782Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:22.782Z] #42 11.62 internal/nettrace [2020-07-08T09:51:22.782Z] #42 11.88 runtime/cgo [2020-07-08T09:51:22.782Z] #42 14.94 vendor/golang.org/x/crypto/internal/subtle [2020-07-08T09:51:22.782Z] #42 ... [2020-07-08T09:51:22.782Z] [2020-07-08T09:51:22.782Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:22.782Z] #61 20.85 Checking out files: 50% (1047/2067) Checking out files: 51% (1055/2067) Checking out files: 52% (1075/2067) Checking out files: 53% (1096/2067) Checking out files: 54% (1117/2067) Checking out files: 55% (1137/2067) Checking out files: 56% (1158/2067) Checking out files: 57% (1179/2067) Checking out files: 58% (1199/2067) Checking out files: 59% (1220/2067) Checking out files: 60% (1241/2067) Checking out files: 61% (1261/2067) Checking out files: 62% (1282/2067) Checking out files: 63% (1303/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 87% (1801/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-07-08T09:51:22.782Z] #61 21.57 + cd /tmp/tmp.yuEBg4g02X/src/github.com/docker/libnetwork [2020-07-08T09:51:22.782Z] #61 21.57 + git checkout -q 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:22.782Z] #61 21.90 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-07-08T09:51:22.832Z] #49 ... [2020-07-08T09:51:22.832Z] [2020-07-08T09:51:22.832Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:51:22.832Z] #39 74.79 CC criu/pstree.o [2020-07-08T09:51:22.832Z] #39 75.61 CC criu/rbtree.o [2020-07-08T09:51:22.832Z] #39 75.93 CC criu/rst-malloc.o [2020-07-08T09:51:22.832Z] #39 76.12 CC criu/seccomp.o [2020-07-08T09:51:22.832Z] #39 76.68 CC criu/seize.o [2020-07-08T09:51:22.832Z] #39 77.38 CC criu/servicefd.o [2020-07-08T09:51:22.832Z] #39 77.78 CC criu/shmem.o [2020-07-08T09:51:22.832Z] #39 78.51 CC criu/sigframe.o [2020-07-08T09:51:22.832Z] #39 78.70 CC criu/signalfd.o [2020-07-08T09:51:22.832Z] #39 78.98 CC criu/sk-inet.o [2020-07-08T09:51:22.832Z] #39 79.74 CC criu/sk-netlink.o [2020-07-08T09:51:22.832Z] #39 80.08 CC criu/sk-packet.o [2020-07-08T09:51:22.832Z] #39 80.50 CC criu/sk-queue.o [2020-07-08T09:51:22.870Z] [2020-07-08T09:51:22.870Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-07-08T09:51:23.133Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 4.0s done [2020-07-08T09:51:23.133Z] #7 extracting sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 done [2020-07-08T09:51:23.133Z] #7 DONE 15.7s [2020-07-08T09:51:23.133Z] [2020-07-08T09:51:23.133Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-07-08T09:51:23.465Z] #39 81.03 CC criu/sk-tcp.o [2020-07-08T09:51:23.755Z] #39 ... [2020-07-08T09:51:23.755Z] [2020-07-08T09:51:23.755Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:51:23.755Z] #17 5.705 Reading package lists... [2020-07-08T09:51:24.771Z] #8 DONE 2.2s [2020-07-08T09:51:25.032Z] [2020-07-08T09:51:25.032Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-07-08T09:51:25.152Z] #43 9.342 go: finding github.com/fatih/color v1.6.0 [2020-07-08T09:51:25.152Z] #43 9.362 go: finding github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:25.152Z] #43 9.363 go: finding github.com/pkg/errors v0.8.0 [2020-07-08T09:51:25.152Z] #43 9.428 go: finding github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:25.152Z] #43 9.550 go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:25.152Z] #43 9.554 go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:25.416Z] #43 9.812 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:25.416Z] #43 9.967 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:25.416Z] #43 10.00 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:25.416Z] #43 10.02 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:25.416Z] #43 10.06 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:25.416Z] #43 ... [2020-07-08T09:51:25.416Z] [2020-07-08T09:51:25.416Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:25.416Z] #10 5.981 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:25.416Z] #10 6.004 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:25.416Z] #10 6.004 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:25.416Z] #10 7.140 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2020-07-08T09:51:25.416Z] #10 8.479 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [206 kB] [2020-07-08T09:51:25.599Z] #9 DONE 0.6s [2020-07-08T09:51:25.599Z] [2020-07-08T09:51:25.599Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-07-08T09:51:25.599Z] #35 DONE 0.0s [2020-07-08T09:51:25.599Z] [2020-07-08T09:51:25.599Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-07-08T09:51:25.599Z] #27 DONE 0.1s [2020-07-08T09:51:25.599Z] [2020-07-08T09:51:25.599Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:25.680Z] #10 ... [2020-07-08T09:51:25.680Z] [2020-07-08T09:51:25.680Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:25.680Z] #60 4.065 + RM_GOPATH=0 [2020-07-08T09:51:25.680Z] #60 4.066 + TMP_GOPATH= [2020-07-08T09:51:25.680Z] #60 4.068 + : /build [2020-07-08T09:51:25.680Z] #60 4.068 + '[' -z '' ']' [2020-07-08T09:51:25.680Z] #60 4.070 ++ mktemp -d [2020-07-08T09:51:25.680Z] #60 4.088 + export GOPATH=/tmp/tmp.LSKCQELjSg [2020-07-08T09:51:25.680Z] #60 4.088 + GOPATH=/tmp/tmp.LSKCQELjSg [2020-07-08T09:51:25.680Z] #60 4.088 + RM_GOPATH=1 [2020-07-08T09:51:25.680Z] #60 4.088 + case "$(go env GOARCH)" in [2020-07-08T09:51:25.680Z] #60 4.088 ++ go env GOARCH [2020-07-08T09:51:25.680Z] #60 4.107 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:25.680Z] #60 4.107 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:25.680Z] #60 4.114 Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:25.680Z] #60 4.122 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:25.680Z] #60 4.122 + dir=/tmp/install [2020-07-08T09:51:25.680Z] #60 4.122 + bin=proxy [2020-07-08T09:51:25.680Z] #60 4.122 + shift [2020-07-08T09:51:25.680Z] #60 4.122 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-07-08T09:51:25.680Z] #60 4.122 + . /tmp/install/proxy.installer [2020-07-08T09:51:25.680Z] #60 4.122 ++ : 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:25.680Z] #60 4.122 + install_proxy [2020-07-08T09:51:25.680Z] #60 4.122 + case "$1" in [2020-07-08T09:51:25.680Z] #60 4.122 + export CGO_ENABLED=0 [2020-07-08T09:51:25.680Z] #60 4.122 + CGO_ENABLED=0 [2020-07-08T09:51:25.680Z] #60 4.122 + _install_proxy [2020-07-08T09:51:25.680Z] #60 4.122 + echo 'Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed' [2020-07-08T09:51:25.680Z] #60 4.122 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.LSKCQELjSg/src/github.com/docker/libnetwork [2020-07-08T09:51:25.680Z] #60 4.122 Cloning into '/tmp/tmp.LSKCQELjSg/src/github.com/docker/libnetwork'... [2020-07-08T09:51:25.680Z] #60 ... [2020-07-08T09:51:25.680Z] [2020-07-08T09:51:25.680Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:25.680Z] #38 5.968 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:25.680Z] #38 5.997 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:25.680Z] #38 5.997 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:25.680Z] #38 6.824 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2020-07-08T09:51:25.680Z] #38 8.521 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [206 kB] [2020-07-08T09:51:25.680Z] #38 10.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-07-08T09:51:25.825Z] #17 6.990 Reading package lists... [2020-07-08T09:51:25.825Z] #17 8.590 Building dependency tree... [2020-07-08T09:51:25.943Z] #38 ... [2020-07-08T09:51:25.943Z] [2020-07-08T09:51:25.943Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:25.943Z] #32 5.789 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:25.943Z] #32 5.807 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:25.943Z] #32 5.812 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:25.943Z] #32 6.772 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2020-07-08T09:51:25.943Z] #32 8.334 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [206 kB] [2020-07-08T09:51:25.943Z] #32 10.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-07-08T09:51:26.115Z] #17 9.079 libcap2-bin is already the newest version (1:2.25-2). [2020-07-08T09:51:26.115Z] #17 9.079 The following additional packages will be installed: [2020-07-08T09:51:26.115Z] #17 9.087 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-07-08T09:51:26.115Z] #17 9.087 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-07-08T09:51:26.115Z] #17 9.087 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-07-08T09:51:26.115Z] #17 9.087 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-07-08T09:51:26.116Z] #17 9.087 python3.7 python3.7-minimal vim-runtime xxd [2020-07-08T09:51:26.116Z] #17 9.088 Suggested packages: [2020-07-08T09:51:26.116Z] #17 9.088 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-07-08T09:51:26.116Z] #17 9.088 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-07-08T09:51:26.116Z] #17 9.088 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-07-08T09:51:26.116Z] #17 9.088 Recommended packages: [2020-07-08T09:51:26.116Z] #17 9.088 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-07-08T09:51:26.116Z] #17 9.088 python3-keyrings.alt python3-xdg unzip [2020-07-08T09:51:26.212Z] #32 ... [2020-07-08T09:51:26.212Z] [2020-07-08T09:51:26.212Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:26.212Z] #28 5.330 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-07-08T09:51:26.212Z] #28 5.336 Cloning into '.'... [2020-07-08T09:51:26.212Z] #28 ... [2020-07-08T09:51:26.212Z] [2020-07-08T09:51:26.212Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:26.212Z] #45 5.237 + RM_GOPATH=0 [2020-07-08T09:51:26.212Z] #45 5.240 + TMP_GOPATH= [2020-07-08T09:51:26.212Z] #45 5.240 + : /build [2020-07-08T09:51:26.212Z] #45 5.240 + '[' -z '' ']' [2020-07-08T09:51:26.212Z] #45 5.240 ++ mktemp -d [2020-07-08T09:51:26.212Z] #45 5.241 + export GOPATH=/tmp/tmp.b4w8yYaRTL [2020-07-08T09:51:26.212Z] #45 5.241 + GOPATH=/tmp/tmp.b4w8yYaRTL [2020-07-08T09:51:26.212Z] #45 5.241 + RM_GOPATH=1 [2020-07-08T09:51:26.212Z] #45 5.242 + case "$(go env GOARCH)" in [2020-07-08T09:51:26.212Z] #45 5.242 ++ go env GOARCH [2020-07-08T09:51:26.212Z] #45 5.259 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.212Z] #45 5.259 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.212Z] #45 5.260 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:26.212Z] #45 5.267 + dir=/tmp/install [2020-07-08T09:51:26.212Z] #45 5.268 + bin=golangci_lint [2020-07-08T09:51:26.212Z] #45 5.268 + shift [2020-07-08T09:51:26.212Z] #45 5.268 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-07-08T09:51:26.212Z] #45 5.268 + . /tmp/install/golangci_lint.installer [2020-07-08T09:51:26.212Z] #45 5.270 ++ : v1.23.8 [2020-07-08T09:51:26.212Z] #45 5.270 + install_golangci_lint [2020-07-08T09:51:26.212Z] #45 5.270 + echo 'Installing golangci-lint version v1.23.8' [2020-07-08T09:51:26.212Z] #45 5.271 Installing golangci-lint version v1.23.8 [2020-07-08T09:51:26.212Z] #45 5.271 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-07-08T09:51:26.409Z] #8 DONE 2.9s [2020-07-08T09:51:26.409Z] [2020-07-08T09:51:26.409Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-07-08T09:51:26.409Z] #9 DONE 0.6s [2020-07-08T09:51:26.409Z] [2020-07-08T09:51:26.409Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-07-08T09:51:26.409Z] #35 DONE 0.1s [2020-07-08T09:51:26.409Z] [2020-07-08T09:51:26.409Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-07-08T09:51:26.409Z] #27 DONE 0.1s [2020-07-08T09:51:26.409Z] [2020-07-08T09:51:26.409Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:26.476Z] #45 ... [2020-07-08T09:51:26.476Z] [2020-07-08T09:51:26.476Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:26.476Z] #47 5.548 + RM_GOPATH=0 [2020-07-08T09:51:26.476Z] #47 5.548 + TMP_GOPATH= [2020-07-08T09:51:26.476Z] #47 5.548 + : /build [2020-07-08T09:51:26.476Z] #47 5.548 + '[' -z '' ']' [2020-07-08T09:51:26.476Z] #47 5.552 ++ mktemp -d [2020-07-08T09:51:26.476Z] #47 5.552 + export GOPATH=/tmp/tmp.F5gEarHmnW [2020-07-08T09:51:26.476Z] #47 5.552 + GOPATH=/tmp/tmp.F5gEarHmnW [2020-07-08T09:51:26.476Z] #47 5.552 + RM_GOPATH=1 [2020-07-08T09:51:26.476Z] #47 5.552 + case "$(go env GOARCH)" in [2020-07-08T09:51:26.476Z] #47 5.554 ++ go env GOARCH [2020-07-08T09:51:26.476Z] #47 5.569 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.476Z] #47 5.569 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.476Z] #47 5.570 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:26.476Z] #47 5.580 + dir=/tmp/install [2020-07-08T09:51:26.476Z] #47 5.581 + bin=shfmt [2020-07-08T09:51:26.476Z] #47 5.582 + shift [2020-07-08T09:51:26.476Z] #47 5.582 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-07-08T09:51:26.476Z] #47 5.583 + . /tmp/install/shfmt.installer [2020-07-08T09:51:26.476Z] #47 5.583 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:26.476Z] #47 5.583 + install_shfmt [2020-07-08T09:51:26.476Z] #47 5.584 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-07-08T09:51:26.476Z] #47 5.584 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:26.476Z] #47 5.584 + git clone https://github.com/mvdan/sh.git /tmp/tmp.F5gEarHmnW/src/github.com/mvdan/sh [2020-07-08T09:51:26.476Z] #47 5.587 Cloning into '/tmp/tmp.F5gEarHmnW/src/github.com/mvdan/sh'... [2020-07-08T09:51:26.476Z] #47 ... [2020-07-08T09:51:26.476Z] [2020-07-08T09:51:26.476Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:26.476Z] #21 5.050 + RM_GOPATH=0 [2020-07-08T09:51:26.476Z] #21 5.050 + TMP_GOPATH= [2020-07-08T09:51:26.476Z] #21 5.051 + : /build [2020-07-08T09:51:26.476Z] #21 5.051 + '[' -z '' ']' [2020-07-08T09:51:26.476Z] #21 5.053 ++ mktemp -d [2020-07-08T09:51:26.476Z] #21 5.059 + export GOPATH=/tmp/tmp.ag3z3u0sHl [2020-07-08T09:51:26.476Z] #21 5.060 + GOPATH=/tmp/tmp.ag3z3u0sHl [2020-07-08T09:51:26.476Z] #21 5.060 + RM_GOPATH=1 [2020-07-08T09:51:26.476Z] #21 5.060 + case "$(go env GOARCH)" in [2020-07-08T09:51:26.476Z] #21 5.061 ++ go env GOARCH [2020-07-08T09:51:26.476Z] #21 5.072 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.476Z] #21 5.073 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.476Z] #21 5.074 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:26.476Z] #21 5.085 + dir=/tmp/install [2020-07-08T09:51:26.476Z] #21 5.085 + bin=dockercli [2020-07-08T09:51:26.476Z] #21 5.085 + shift [2020-07-08T09:51:26.476Z] #21 5.085 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-07-08T09:51:26.476Z] #21 5.085 + . /tmp/install/dockercli.installer [2020-07-08T09:51:26.476Z] #21 5.085 ++ : stable [2020-07-08T09:51:26.476Z] #21 5.086 ++ : 17.06.2-ce [2020-07-08T09:51:26.476Z] #21 5.086 + install_dockercli [2020-07-08T09:51:26.476Z] #21 5.086 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-07-08T09:51:26.476Z] #21 5.086 Install docker/cli version 17.06.2-ce from stable [2020-07-08T09:51:26.476Z] #21 5.087 ++ uname -m [2020-07-08T09:51:26.476Z] #21 5.093 + arch=aarch64 [2020-07-08T09:51:26.476Z] #21 5.093 + '[' aarch64 '!=' x86_64 ']' [2020-07-08T09:51:26.476Z] #21 5.093 + '[' aarch64 '!=' s390x ']' [2020-07-08T09:51:26.476Z] #21 5.094 + '[' aarch64 '!=' armhf ']' [2020-07-08T09:51:26.476Z] #21 5.094 + build_dockercli [2020-07-08T09:51:26.476Z] #21 5.094 + git clone https://github.com/docker/docker-ce /tmp/tmp.ag3z3u0sHl/tmp/docker-ce [2020-07-08T09:51:26.476Z] #21 5.096 Cloning into '/tmp/tmp.ag3z3u0sHl/tmp/docker-ce'... [2020-07-08T09:51:26.739Z] #21 ... [2020-07-08T09:51:26.739Z] [2020-07-08T09:51:26.739Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:26.739Z] #41 5.331 + RM_GOPATH=0 [2020-07-08T09:51:26.739Z] #41 5.332 + TMP_GOPATH= [2020-07-08T09:51:26.739Z] #41 5.332 + : /build [2020-07-08T09:51:26.739Z] #41 5.332 + '[' -z '' ']' [2020-07-08T09:51:26.739Z] #41 5.332 ++ mktemp -d [2020-07-08T09:51:26.739Z] #41 5.334 + export GOPATH=/tmp/tmp.rek0K6yjgO [2020-07-08T09:51:26.739Z] #41 5.335 + GOPATH=/tmp/tmp.rek0K6yjgO [2020-07-08T09:51:26.739Z] #41 5.335 + RM_GOPATH=1 [2020-07-08T09:51:26.739Z] #41 5.335 + case "$(go env GOARCH)" in [2020-07-08T09:51:26.739Z] #41 5.336 ++ go env GOARCH [2020-07-08T09:51:26.739Z] #41 5.348 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.739Z] #41 5.350 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.739Z] #41 5.352 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:26.739Z] #41 5.354 + dir=/tmp/install [2020-07-08T09:51:26.739Z] #41 5.354 + bin=vndr [2020-07-08T09:51:26.739Z] #41 5.354 + shift [2020-07-08T09:51:26.739Z] #41 5.354 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-07-08T09:51:26.739Z] #41 5.354 + . /tmp/install/vndr.installer [2020-07-08T09:51:26.739Z] #41 5.354 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:26.739Z] #41 5.354 + install_vndr [2020-07-08T09:51:26.739Z] #41 5.355 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-07-08T09:51:26.739Z] #41 5.355 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.rek0K6yjgO/src/github.com/LK4D4/vndr [2020-07-08T09:51:26.739Z] #41 5.355 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:26.739Z] #41 5.361 Cloning into '/tmp/tmp.rek0K6yjgO/src/github.com/LK4D4/vndr'... [2020-07-08T09:51:26.739Z] #41 5.911 + cd /tmp/tmp.rek0K6yjgO/src/github.com/LK4D4/vndr [2020-07-08T09:51:26.740Z] #41 5.911 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:26.740Z] #41 5.919 + go build -buildmode=pie -v -o /build/vndr . [2020-07-08T09:51:26.740Z] #41 7.113 internal/race [2020-07-08T09:51:26.740Z] #41 7.163 internal/bytealg [2020-07-08T09:51:26.740Z] #41 7.253 sync/atomic [2020-07-08T09:51:26.740Z] #41 7.276 unicode/utf8 [2020-07-08T09:51:26.740Z] #41 7.292 unicode [2020-07-08T09:51:26.740Z] #41 8.004 internal/testlog [2020-07-08T09:51:26.740Z] #41 8.024 math [2020-07-08T09:51:26.740Z] #41 8.240 runtime [2020-07-08T09:51:26.740Z] #41 8.451 unicode/utf16 [2020-07-08T09:51:26.740Z] #41 8.953 container/list [2020-07-08T09:51:26.740Z] #41 10.07 crypto/internal/subtle [2020-07-08T09:51:26.740Z] #41 10.30 crypto/subtle [2020-07-08T09:51:26.740Z] #41 10.71 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-07-08T09:51:26.740Z] #41 10.94 internal/nettrace [2020-07-08T09:51:26.740Z] #41 11.30 runtime/cgo [2020-07-08T09:51:26.740Z] #41 11.34 vendor/golang.org/x/crypto/internal/subtle [2020-07-08T09:51:26.740Z] #41 ... [2020-07-08T09:51:26.740Z] [2020-07-08T09:51:26.740Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:26.740Z] #54 4.099 + RM_GOPATH=0 [2020-07-08T09:51:26.740Z] #54 4.099 + TMP_GOPATH= [2020-07-08T09:51:26.740Z] #54 4.099 + : /build [2020-07-08T09:51:26.740Z] #54 4.099 + '[' -z '' ']' [2020-07-08T09:51:26.740Z] #54 4.102 ++ mktemp -d [2020-07-08T09:51:26.740Z] #54 4.102 + export GOPATH=/tmp/tmp.nBnF5xoXAv [2020-07-08T09:51:26.740Z] #54 4.102 + GOPATH=/tmp/tmp.nBnF5xoXAv [2020-07-08T09:51:26.740Z] #54 4.102 + RM_GOPATH=1 [2020-07-08T09:51:26.740Z] #54 4.102 + case "$(go env GOARCH)" in [2020-07-08T09:51:26.740Z] #54 4.106 ++ go env GOARCH [2020-07-08T09:51:26.740Z] #54 4.122 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.740Z] #54 4.122 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:26.740Z] #54 4.122 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:26.740Z] #54 4.128 + dir=/tmp/install [2020-07-08T09:51:26.740Z] #54 4.128 + bin=rootlesskit [2020-07-08T09:51:26.740Z] #54 4.128 + shift [2020-07-08T09:51:26.740Z] #54 4.128 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-07-08T09:51:26.740Z] #54 4.128 + . /tmp/install/rootlesskit.installer [2020-07-08T09:51:26.740Z] #54 4.128 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:26.740Z] #54 4.136 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:26.740Z] #54 4.138 + install_rootlesskit [2020-07-08T09:51:26.740Z] #54 4.138 + case "$1" in [2020-07-08T09:51:26.740Z] #54 4.138 + export CGO_ENABLED=0 [2020-07-08T09:51:26.740Z] #54 4.138 + CGO_ENABLED=0 [2020-07-08T09:51:26.740Z] #54 4.138 + _install_rootlesskit [2020-07-08T09:51:26.740Z] #54 4.138 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' [2020-07-08T09:51:26.740Z] #54 4.138 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.nBnF5xoXAv/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:26.740Z] #54 4.149 Cloning into '/tmp/tmp.nBnF5xoXAv/src/github.com/rootless-containers/rootlesskit'... [2020-07-08T09:51:26.740Z] #54 7.270 + cd /tmp/tmp.nBnF5xoXAv/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:26.740Z] #54 7.270 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:26.740Z] #54 7.564 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:51:26.740Z] #54 7.564 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-07-08T09:51:27.002Z] #54 ... [2020-07-08T09:51:27.002Z] [2020-07-08T09:51:27.002Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:27.002Z] #23 5.112 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:27.002Z] #23 5.152 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:27.002Z] #23 5.156 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:27.002Z] #23 5.984 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2020-07-08T09:51:27.002Z] #23 7.592 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [206 kB] [2020-07-08T09:51:27.002Z] #23 9.276 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-07-08T09:51:27.002Z] #23 ... [2020-07-08T09:51:27.002Z] [2020-07-08T09:51:27.002Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:27.002Z] #51 5.780 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:27.002Z] #51 5.814 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:27.002Z] #51 5.817 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:27.002Z] #51 6.618 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2020-07-08T09:51:27.002Z] #51 8.287 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [206 kB] [2020-07-08T09:51:27.002Z] #51 10.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-07-08T09:51:27.150Z] #17 10.06 The following NEW packages will be installed: [2020-07-08T09:51:27.150Z] #17 10.06 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-07-08T09:51:27.150Z] #17 10.06 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-07-08T09:51:27.150Z] #17 10.06 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-07-08T09:51:27.150Z] #17 10.06 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-07-08T09:51:27.150Z] #17 10.06 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-07-08T09:51:27.150Z] #17 10.06 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-07-08T09:51:27.150Z] #17 10.06 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-07-08T09:51:27.150Z] #17 10.06 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-07-08T09:51:27.150Z] #17 10.06 xz-utils zip [2020-07-08T09:51:27.150Z] #17 10.14 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2020-07-08T09:51:27.150Z] #17 10.14 Need to get 27.7 MB of archives. [2020-07-08T09:51:27.150Z] #17 10.14 After this operation, 117 MB of additional disk space will be used. [2020-07-08T09:51:27.150Z] #17 10.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-07-08T09:51:27.150Z] #17 10.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] [2020-07-08T09:51:27.150Z] #17 10.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] [2020-07-08T09:51:27.150Z] #17 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-07-08T09:51:27.150Z] #17 10.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-07-08T09:51:27.150Z] #17 10.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] [2020-07-08T09:51:27.150Z] #17 10.34 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] [2020-07-08T09:51:27.150Z] #17 10.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-07-08T09:51:27.150Z] #17 10.36 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-07-08T09:51:27.150Z] #17 10.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-07-08T09:51:27.265Z] #51 ... [2020-07-08T09:51:27.265Z] [2020-07-08T09:51:27.265Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:27.265Z] #30 6.957 internal/race [2020-07-08T09:51:27.265Z] #30 7.251 sync/atomic [2020-07-08T09:51:27.265Z] #30 7.326 unicode [2020-07-08T09:51:27.265Z] #30 7.427 math [2020-07-08T09:51:27.265Z] #30 7.709 internal/testlog [2020-07-08T09:51:27.265Z] #30 7.939 runtime [2020-07-08T09:51:27.265Z] #30 8.247 encoding [2020-07-08T09:51:27.266Z] #30 8.475 runtime/cgo [2020-07-08T09:51:27.306Z] #61 ... [2020-07-08T09:51:27.306Z] [2020-07-08T09:51:27.306Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:27.306Z] #11 16.27 Fetched 8140 kB in 15s (542 kB/s) [2020-07-08T09:51:27.306Z] #11 16.27 Reading package lists... [2020-07-08T09:51:27.306Z] #11 23.78 Reading package lists... [2020-07-08T09:51:27.306Z] #11 ... [2020-07-08T09:51:27.306Z] [2020-07-08T09:51:27.306Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:27.306Z] #48 17.82 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:27.306Z] #48 19.39 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:27.306Z] #48 19.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:27.306Z] #48 19.74 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:27.306Z] #48 19.92 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:27.306Z] #48 21.43 runtime/cgo [2020-07-08T09:51:27.306Z] #48 21.48 runtime [2020-07-08T09:51:27.306Z] #48 ... [2020-07-08T09:51:27.306Z] [2020-07-08T09:51:27.306Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:27.306Z] #52 16.58 Fetched 8140 kB in 15s (530 kB/s) [2020-07-08T09:51:27.306Z] #52 16.58 Reading package lists... [2020-07-08T09:51:27.442Z] #17 10.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:51:27.442Z] #17 10.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-07-08T09:51:27.442Z] #17 10.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-07-08T09:51:27.442Z] #17 10.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-07-08T09:51:27.442Z] #17 10.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-07-08T09:51:27.442Z] #17 10.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-07-08T09:51:27.443Z] #17 10.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-07-08T09:51:27.443Z] #17 10.44 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-07-08T09:51:27.443Z] #17 10.44 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-07-08T09:51:27.443Z] #17 10.44 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-07-08T09:51:27.443Z] #17 10.44 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-07-08T09:51:27.443Z] #17 10.44 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-07-08T09:51:27.443Z] #17 10.65 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-07-08T09:51:27.443Z] #17 10.65 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-07-08T09:51:27.443Z] #17 10.66 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-07-08T09:51:27.443Z] #17 10.66 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-07-08T09:51:27.443Z] #17 10.66 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-07-08T09:51:27.443Z] #17 10.67 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-07-08T09:51:27.443Z] #17 10.71 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-07-08T09:51:27.443Z] #17 10.73 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-07-08T09:51:27.443Z] #17 10.73 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-07-08T09:51:27.443Z] #17 10.75 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-07-08T09:51:27.443Z] #17 10.76 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-07-08T09:51:27.604Z] #52 23.79 Reading package lists... [2020-07-08T09:51:27.604Z] #52 ... [2020-07-08T09:51:27.604Z] [2020-07-08T09:51:27.604Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:27.604Z] #33 16.72 Fetched 8140 kB in 15s (532 kB/s) [2020-07-08T09:51:27.604Z] #33 16.72 Reading package lists... [2020-07-08T09:51:27.604Z] #33 24.09 Reading package lists... [2020-07-08T09:51:27.604Z] #33 ... [2020-07-08T09:51:27.604Z] [2020-07-08T09:51:27.604Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:27.604Z] #24 16.81 Fetched 8140 kB in 16s (523 kB/s) [2020-07-08T09:51:27.604Z] #24 16.81 Reading package lists... [2020-07-08T09:51:27.733Z] #17 10.76 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-07-08T09:51:27.733Z] #17 10.77 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-07-08T09:51:27.733Z] #17 10.82 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-07-08T09:51:27.733Z] #17 10.83 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-07-08T09:51:27.733Z] #17 10.84 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-07-08T09:51:27.733Z] #17 10.99 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-07-08T09:51:27.733Z] #17 11.02 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-07-08T09:51:27.900Z] #24 23.90 Reading package lists... [2020-07-08T09:51:27.900Z] #24 ... [2020-07-08T09:51:27.900Z] [2020-07-08T09:51:27.900Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:27.900Z] #39 16.91 Reading package lists... [2020-07-08T09:51:28.024Z] #17 11.05 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-07-08T09:51:28.315Z] #17 11.48 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:28.315Z] #17 11.56 Fetched 27.7 MB in 1s (28.6 MB/s) [2020-07-08T09:51:28.315Z] #17 11.60 Selecting previously unselected package pigz. [2020-07-08T09:51:28.606Z] #17 11.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-07-08T09:51:28.606Z] #17 11.64 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-07-08T09:51:28.606Z] #17 11.65 Unpacking pigz (2.4-1) ... [2020-07-08T09:51:28.606Z] #17 11.73 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-07-08T09:51:28.606Z] #17 11.73 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-07-08T09:51:28.606Z] #17 11.73 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-07-08T09:51:28.676Z] #30 ... [2020-07-08T09:51:28.676Z] [2020-07-08T09:51:28.676Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:28.676Z] #47 11.94 + cd /tmp/tmp.F5gEarHmnW/src/github.com/mvdan/sh [2020-07-08T09:51:28.676Z] #47 11.94 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:28.676Z] #47 12.02 + GO111MODULE=on [2020-07-08T09:51:28.676Z] #47 12.02 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-07-08T09:51:28.676Z] #47 13.23 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:28.676Z] #47 13.28 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:28.897Z] #17 12.14 Selecting previously unselected package python3.7-minimal. [2020-07-08T09:51:28.938Z] #47 13.31 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:28.938Z] #47 13.50 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:29.188Z] #17 12.14 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... [2020-07-08T09:51:29.188Z] #17 12.15 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:51:29.200Z] #47 13.60 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:29.776Z] #47 14.23 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:29.819Z] #17 12.79 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... [2020-07-08T09:51:29.819Z] #17 12.81 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:51:30.354Z] #47 14.77 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:30.880Z] #28 ... [2020-07-08T09:51:30.880Z] [2020-07-08T09:51:30.880Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:30.880Z] #41 3.856 + RM_GOPATH=0 [2020-07-08T09:51:30.880Z] #41 3.856 + TMP_GOPATH= [2020-07-08T09:51:30.880Z] #41 3.856 + : /build [2020-07-08T09:51:30.880Z] #41 3.856 + '[' -z '' ']' [2020-07-08T09:51:30.880Z] #41 3.856 ++ mktemp -d [2020-07-08T09:51:30.880Z] #41 3.856 + export GOPATH=/tmp/tmp.zAE4ufkrzF [2020-07-08T09:51:30.880Z] #41 3.856 + GOPATH=/tmp/tmp.zAE4ufkrzF [2020-07-08T09:51:30.880Z] #41 3.856 + RM_GOPATH=1 [2020-07-08T09:51:30.880Z] #41 3.856 + case "$(go env GOARCH)" in [2020-07-08T09:51:30.880Z] #41 3.856 ++ go env GOARCH [2020-07-08T09:51:30.880Z] #41 3.860 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:30.880Z] #41 3.860 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:30.880Z] #41 3.862 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:30.880Z] #41 3.862 + dir=/tmp/install [2020-07-08T09:51:30.880Z] #41 3.862 + bin=vndr [2020-07-08T09:51:30.880Z] #41 3.862 + shift [2020-07-08T09:51:30.880Z] #41 3.862 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-07-08T09:51:30.880Z] #41 3.862 + . /tmp/install/vndr.installer [2020-07-08T09:51:30.880Z] #41 3.862 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:30.880Z] #41 3.867 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:30.880Z] #41 3.862 + install_vndr [2020-07-08T09:51:30.880Z] #41 3.862 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-07-08T09:51:30.880Z] #41 3.862 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.zAE4ufkrzF/src/github.com/LK4D4/vndr [2020-07-08T09:51:30.880Z] #41 3.867 Cloning into '/tmp/tmp.zAE4ufkrzF/src/github.com/LK4D4/vndr'... [2020-07-08T09:51:30.880Z] #41 4.275 + cd /tmp/tmp.zAE4ufkrzF/src/github.com/LK4D4/vndr [2020-07-08T09:51:30.880Z] #41 4.275 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:30.880Z] #41 4.282 + go build -buildmode=pie -v -o /build/vndr . [2020-07-08T09:51:31.306Z] #47 15.74 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:31.325Z] #17 14.09 Selecting previously unselected package python3-minimal. [2020-07-08T09:51:31.325Z] #17 14.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 ... 23448 files and directories currently installed.) [2020-07-08T09:51:31.325Z] #17 14.12 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-07-08T09:51:31.325Z] #17 14.12 Unpacking python3-minimal (3.7.3-1) ... [2020-07-08T09:51:31.325Z] #17 14.18 Selecting previously unselected package libmpdec2:s390x. [2020-07-08T09:51:31.325Z] #17 14.18 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-07-08T09:51:31.325Z] #17 14.19 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-07-08T09:51:31.325Z] #17 14.26 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-07-08T09:51:31.325Z] #17 14.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... [2020-07-08T09:51:31.325Z] #17 14.26 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-07-08T09:51:31.447Z] #41 5.867 runtime/internal/atomic [2020-07-08T09:51:31.447Z] #41 5.896 internal/cpu [2020-07-08T09:51:31.462Z] #39 24.32 Reading package lists... [2020-07-08T09:51:31.462Z] #39 ... [2020-07-08T09:51:31.462Z] [2020-07-08T09:51:31.462Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:31.462Z] #52 23.79 Reading package lists... [2020-07-08T09:51:31.618Z] #17 14.76 Selecting previously unselected package python3.7. [2020-07-08T09:51:31.618Z] #17 14.76 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... [2020-07-08T09:51:31.618Z] #17 14.76 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:51:31.618Z] #17 14.86 Selecting previously unselected package libpython3-stdlib:s390x. [2020-07-08T09:51:31.618Z] #17 14.86 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-07-08T09:51:31.618Z] #17 14.86 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-07-08T09:51:31.706Z] #41 6.134 runtime/internal/sys [2020-07-08T09:51:31.909Z] #17 14.92 Setting up python3-minimal (3.7.3-1) ... [2020-07-08T09:51:31.965Z] #41 ... [2020-07-08T09:51:31.965Z] [2020-07-08T09:51:31.965Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:31.965Z] #45 5.589 + RM_GOPATH=0 [2020-07-08T09:51:31.965Z] #45 5.589 + TMP_GOPATH= [2020-07-08T09:51:31.965Z] #45 5.589 + : /build [2020-07-08T09:51:31.965Z] #45 5.591 + '[' -z '' ']' [2020-07-08T09:51:31.965Z] #45 5.593 ++ mktemp -d [2020-07-08T09:51:31.965Z] #45 5.594 + export GOPATH=/tmp/tmp.aKuQEUxH0d [2020-07-08T09:51:31.965Z] #45 5.598 + GOPATH=/tmp/tmp.aKuQEUxH0d [2020-07-08T09:51:31.965Z] #45 5.598 + RM_GOPATH=1 [2020-07-08T09:51:31.965Z] #45 5.598 + case "$(go env GOARCH)" in [2020-07-08T09:51:31.965Z] #45 5.599 ++ go env GOARCH [2020-07-08T09:51:31.965Z] #45 5.630 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:31.965Z] #45 5.630 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:31.965Z] #45 5.630 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:31.965Z] #45 5.631 + dir=/tmp/install [2020-07-08T09:51:31.965Z] #45 5.631 + bin=golangci_lint [2020-07-08T09:51:31.965Z] #45 5.631 + shift [2020-07-08T09:51:31.965Z] #45 5.631 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-07-08T09:51:31.965Z] #45 5.631 + . /tmp/install/golangci_lint.installer [2020-07-08T09:51:31.965Z] #45 5.631 ++ : v1.23.8 [2020-07-08T09:51:31.965Z] #45 5.632 + install_golangci_lint [2020-07-08T09:51:31.965Z] #45 5.632 + echo 'Installing golangci-lint version v1.23.8' [2020-07-08T09:51:31.965Z] #45 5.632 Installing golangci-lint version v1.23.8 [2020-07-08T09:51:31.965Z] #45 5.632 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-07-08T09:51:31.965Z] #45 ... [2020-07-08T09:51:31.965Z] [2020-07-08T09:51:31.965Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:31.965Z] #41 6.471 runtime/internal/math [2020-07-08T09:51:32.199Z] #17 15.43 Selecting previously unselected package python3. [2020-07-08T09:51:32.225Z] #41 6.526 internal/race [2020-07-08T09:51:32.225Z] #41 6.655 sync/atomic [2020-07-08T09:51:32.225Z] #41 6.693 internal/bytealg [2020-07-08T09:51:32.490Z] #17 15.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-07-08T09:51:32.490Z] #17 15.43 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-07-08T09:51:32.490Z] #17 15.44 Unpacking python3 (3.7.3-1) ... [2020-07-08T09:51:32.490Z] #17 15.51 Selecting previously unselected package libip4tc0:s390x. [2020-07-08T09:51:32.490Z] #17 15.51 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-07-08T09:51:32.490Z] #17 15.51 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-07-08T09:51:32.490Z] #17 15.58 Selecting previously unselected package libip6tc0:s390x. [2020-07-08T09:51:32.490Z] #17 15.58 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-07-08T09:51:32.490Z] #17 15.58 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-07-08T09:51:32.490Z] #17 15.64 Selecting previously unselected package libiptc0:s390x. [2020-07-08T09:51:32.490Z] #17 15.64 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-07-08T09:51:32.490Z] #17 15.65 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-07-08T09:51:32.701Z] #47 16.91 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:32.701Z] #47 16.98 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:32.701Z] #47 17.25 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:32.701Z] #47 ... [2020-07-08T09:51:32.701Z] [2020-07-08T09:51:32.701Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:32.702Z] #36 16.99 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-07-08T09:51:32.781Z] #17 15.71 Selecting previously unselected package libnfnetlink0:s390x. [2020-07-08T09:51:32.781Z] #17 15.71 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-07-08T09:51:32.781Z] #17 15.72 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-07-08T09:51:32.781Z] #17 15.75 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-07-08T09:51:32.781Z] #17 15.75 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-07-08T09:51:32.781Z] #17 15.75 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-07-08T09:51:32.781Z] #17 15.80 Selecting previously unselected package libnftnl11:s390x. [2020-07-08T09:51:32.781Z] #17 15.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-07-08T09:51:32.781Z] #17 15.81 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-07-08T09:51:32.781Z] #17 15.87 Selecting previously unselected package iptables. [2020-07-08T09:51:32.781Z] #17 15.87 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-07-08T09:51:32.781Z] #17 15.87 Unpacking iptables (1.8.2-4) ... [2020-07-08T09:51:32.781Z] #17 16.04 Selecting previously unselected package xxd. [2020-07-08T09:51:32.781Z] #17 16.04 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-07-08T09:51:32.781Z] #17 16.04 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:51:32.794Z] #41 7.121 unicode [2020-07-08T09:51:32.960Z] #36 ... [2020-07-08T09:51:32.960Z] [2020-07-08T09:51:32.960Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:32.960Z] #32 5.336 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:32.960Z] #32 5.551 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:32.960Z] #32 5.554 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:32.960Z] #32 ... [2020-07-08T09:51:32.960Z] [2020-07-08T09:51:32.960Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:32.960Z] #60 5.731 + RM_GOPATH=0 [2020-07-08T09:51:32.960Z] #60 5.732 + TMP_GOPATH= [2020-07-08T09:51:32.960Z] #60 5.732 + : /build [2020-07-08T09:51:32.960Z] #60 5.733 + '[' -z '' ']' [2020-07-08T09:51:32.960Z] #60 5.740 ++ mktemp -d [2020-07-08T09:51:32.960Z] #60 5.744 + export GOPATH=/tmp/tmp.vuvVYqoVl2 [2020-07-08T09:51:32.960Z] #60 5.748 + GOPATH=/tmp/tmp.vuvVYqoVl2 [2020-07-08T09:51:32.960Z] #60 5.749 + RM_GOPATH=1 [2020-07-08T09:51:32.960Z] #60 5.749 + case "$(go env GOARCH)" in [2020-07-08T09:51:32.960Z] #60 5.750 ++ go env GOARCH [2020-07-08T09:51:32.960Z] #60 5.778 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:32.960Z] #60 5.778 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:32.960Z] #60 5.779 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:32.960Z] #60 5.786 + dir=/tmp/install [2020-07-08T09:51:32.960Z] #60 5.787 + bin=proxy [2020-07-08T09:51:32.960Z] #60 5.787 + shift [2020-07-08T09:51:32.960Z] #60 5.787 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-07-08T09:51:32.960Z] #60 5.787 + . /tmp/install/proxy.installer [2020-07-08T09:51:32.960Z] #60 5.788 ++ : 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:32.960Z] #60 5.788 + install_proxy [2020-07-08T09:51:32.960Z] #60 5.788 + case "$1" in [2020-07-08T09:51:32.960Z] #60 5.788 + export CGO_ENABLED=0 [2020-07-08T09:51:32.960Z] #60 5.789 + CGO_ENABLED=0 [2020-07-08T09:51:32.960Z] #60 5.789 + _install_proxy [2020-07-08T09:51:32.960Z] #60 5.789 + echo 'Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed' [2020-07-08T09:51:32.960Z] #60 5.789 Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:32.960Z] #60 5.803 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.vuvVYqoVl2/src/github.com/docker/libnetwork [2020-07-08T09:51:32.960Z] #60 5.816 Cloning into '/tmp/tmp.vuvVYqoVl2/src/github.com/docker/libnetwork'... [2020-07-08T09:51:32.960Z] #60 ... [2020-07-08T09:51:32.960Z] [2020-07-08T09:51:32.960Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:32.960Z] #32 6.520 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:33.072Z] #17 16.13 Selecting previously unselected package vim-common. [2020-07-08T09:51:33.072Z] #17 16.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:51:33.072Z] #17 16.14 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:51:33.072Z] #17 16.24 Selecting previously unselected package bash-completion. [2020-07-08T09:51:33.072Z] #17 16.25 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-07-08T09:51:33.363Z] #41 7.684 runtime [2020-07-08T09:51:33.569Z] #52 30.66 Building dependency tree... [2020-07-08T09:51:34.107Z] #17 ... [2020-07-08T09:51:34.107Z] [2020-07-08T09:51:34.107Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:51:34.107Z] #39 81.56 CC criu/sk-unix.o [2020-07-08T09:51:34.107Z] #39 83.25 CC criu/sockets.o [2020-07-08T09:51:34.107Z] #39 83.81 CC criu/stats.o [2020-07-08T09:51:34.107Z] #39 84.01 CC criu/string.o [2020-07-08T09:51:34.107Z] #39 84.12 CC criu/sysctl.o [2020-07-08T09:51:34.107Z] #39 84.62 CC criu/sysfs_parse.o [2020-07-08T09:51:34.107Z] #39 84.98 CC criu/timens.o [2020-07-08T09:51:34.107Z] #39 85.18 CC criu/timerfd.o [2020-07-08T09:51:34.107Z] #39 85.61 CC criu/tty.o [2020-07-08T09:51:34.107Z] #39 87.22 CC criu/tun.o [2020-07-08T09:51:34.107Z] #39 87.69 CC criu/uffd.o [2020-07-08T09:51:34.107Z] #39 88.79 CC criu/util.o [2020-07-08T09:51:34.107Z] #39 89.78 CC criu/uts_ns.o [2020-07-08T09:51:34.107Z] #39 90.01 CC criu/vdso.o [2020-07-08T09:51:34.107Z] #39 90.43 LINK criu/built-in.o [2020-07-08T09:51:34.107Z] #39 90.54 LINK criu/criu [2020-07-08T09:51:34.107Z] #39 90.97 DEP lib/c/criu.d [2020-07-08T09:51:34.107Z] #39 91.08 CC images/rpc.pb-c.o [2020-07-08T09:51:34.107Z] #39 91.59 CC lib/c/criu.o [2020-07-08T09:51:34.399Z] #39 ... [2020-07-08T09:51:34.399Z] [2020-07-08T09:51:34.399Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:34.399Z] #36 DONE 127.7s [2020-07-08T09:51:34.399Z] [2020-07-08T09:51:34.399Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:34.633Z] #36 18.58 + 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-07-08T09:51:35.031Z] #45 ... [2020-07-08T09:51:35.031Z] [2020-07-08T09:51:35.031Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:51:35.031Z] #39 92.53 LINK lib/c/built-in.o [2020-07-08T09:51:35.031Z] #39 92.53 LINK lib/c/libcriu.so [2020-07-08T09:51:35.031Z] #39 92.59 LINK lib/c/libcriu.a [2020-07-08T09:51:35.321Z] #39 92.76 GEN magic.py [2020-07-08T09:51:35.321Z] #39 92.85 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:51:35.321Z] #39 92.85 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:51:35.321Z] #39 92.85 Note: Building without GnuTLS support [2020-07-08T09:51:35.321Z] #39 92.85 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:51:35.321Z] #39 92.85 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:51:35.492Z] #32 8.602 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:35.720Z] #52 35.08 The following additional packages will be installed: [2020-07-08T09:51:35.900Z] #41 ... [2020-07-08T09:51:35.900Z] [2020-07-08T09:51:35.900Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:35.900Z] #54 6.521 + RM_GOPATH=0 [2020-07-08T09:51:35.900Z] #54 6.521 + TMP_GOPATH= [2020-07-08T09:51:35.900Z] #54 6.522 + : /build [2020-07-08T09:51:35.900Z] #54 6.522 + '[' -z '' ']' [2020-07-08T09:51:35.900Z] #54 6.523 ++ mktemp -d [2020-07-08T09:51:35.900Z] #54 6.525 + export GOPATH=/tmp/tmp.zGFzOdfh4O [2020-07-08T09:51:35.900Z] #54 6.525 + GOPATH=/tmp/tmp.zGFzOdfh4O [2020-07-08T09:51:35.900Z] #54 6.526 + RM_GOPATH=1 [2020-07-08T09:51:35.900Z] #54 6.527 + case "$(go env GOARCH)" in [2020-07-08T09:51:35.900Z] #54 6.528 ++ go env GOARCH [2020-07-08T09:51:35.900Z] #54 6.578 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:35.900Z] #54 6.578 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:35.900Z] #54 6.580 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:35.900Z] #54 6.587 + dir=/tmp/install [2020-07-08T09:51:35.900Z] #54 6.593 + bin=rootlesskit [2020-07-08T09:51:35.900Z] #54 6.601 + shift [2020-07-08T09:51:35.900Z] #54 6.601 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-07-08T09:51:35.900Z] #54 6.601 + . /tmp/install/rootlesskit.installer [2020-07-08T09:51:35.900Z] #54 6.602 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:35.900Z] #54 6.604 + install_rootlesskit [2020-07-08T09:51:35.900Z] #54 6.604 + case "$1" in [2020-07-08T09:51:35.900Z] #54 6.605 + export CGO_ENABLED=0 [2020-07-08T09:51:35.900Z] #54 6.605 + CGO_ENABLED=0 [2020-07-08T09:51:35.900Z] #54 6.605 + _install_rootlesskit [2020-07-08T09:51:35.900Z] #54 6.605 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' [2020-07-08T09:51:35.900Z] #54 6.606 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:35.900Z] #54 6.606 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zGFzOdfh4O/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:35.900Z] #54 6.622 Cloning into '/tmp/tmp.zGFzOdfh4O/src/github.com/rootless-containers/rootlesskit'... [2020-07-08T09:51:35.900Z] #54 ... [2020-07-08T09:51:35.900Z] [2020-07-08T09:51:35.900Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:35.900Z] #10 7.315 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:35.900Z] #10 7.387 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:35.900Z] #10 7.388 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:35.900Z] #10 8.461 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:35.900Z] #10 ... [2020-07-08T09:51:35.900Z] [2020-07-08T09:51:35.900Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:35.900Z] #38 7.785 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:35.900Z] #38 7.866 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:35.900Z] #38 7.867 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:35.900Z] #38 8.978 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:35.955Z] #39 93.49 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:51:36.027Z] #36 ... [2020-07-08T09:51:36.027Z] [2020-07-08T09:51:36.027Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:36.027Z] #10 10.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-07-08T09:51:36.027Z] #10 15.92 Fetched 8188 kB in 10s (801 kB/s) [2020-07-08T09:51:36.033Z] #52 35.09 libbtrfs0 [2020-07-08T09:51:36.033Z] #52 35.33 The following NEW packages will be installed: [2020-07-08T09:51:36.033Z] #52 35.33 libbtrfs-dev libbtrfs0 [2020-07-08T09:51:36.160Z] #38 ... [2020-07-08T09:51:36.160Z] [2020-07-08T09:51:36.160Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:36.160Z] #21 7.089 + RM_GOPATH=0 [2020-07-08T09:51:36.160Z] #21 7.089 + TMP_GOPATH= [2020-07-08T09:51:36.160Z] #21 7.089 + : /build [2020-07-08T09:51:36.160Z] #21 7.089 + '[' -z '' ']' [2020-07-08T09:51:36.160Z] #21 7.094 ++ mktemp -d [2020-07-08T09:51:36.160Z] #21 7.095 + export GOPATH=/tmp/tmp.5StqhxvDGv [2020-07-08T09:51:36.160Z] #21 7.095 + GOPATH=/tmp/tmp.5StqhxvDGv [2020-07-08T09:51:36.160Z] #21 7.095 + RM_GOPATH=1 [2020-07-08T09:51:36.160Z] #21 7.095 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.160Z] #21 7.096 ++ go env GOARCH [2020-07-08T09:51:36.160Z] #21 7.113 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.160Z] #21 7.113 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.160Z] #21 7.114 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.160Z] #21 7.115 + dir=/tmp/install [2020-07-08T09:51:36.160Z] #21 7.115 + bin=dockercli [2020-07-08T09:51:36.160Z] #21 7.115 + shift [2020-07-08T09:51:36.160Z] #21 7.116 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-07-08T09:51:36.160Z] #21 7.116 + . /tmp/install/dockercli.installer [2020-07-08T09:51:36.160Z] #21 7.116 ++ : stable [2020-07-08T09:51:36.160Z] #21 7.116 ++ : 17.06.2-ce [2020-07-08T09:51:36.160Z] #21 7.147 + install_dockercli [2020-07-08T09:51:36.160Z] #21 7.148 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-07-08T09:51:36.160Z] #21 7.148 Install docker/cli version 17.06.2-ce from stable [2020-07-08T09:51:36.160Z] #21 7.152 ++ uname -m [2020-07-08T09:51:36.160Z] #21 7.155 + arch=x86_64 [2020-07-08T09:51:36.160Z] #21 7.172 + '[' x86_64 '!=' x86_64 ']' [2020-07-08T09:51:36.160Z] #21 7.173 + url=https://download.docker.com/linux/static [2020-07-08T09:51:36.160Z] #21 7.176 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-07-08T09:51:36.160Z] #21 7.181 + tar -xz docker/docker [2020-07-08T09:51:36.160Z] #21 ... [2020-07-08T09:51:36.160Z] [2020-07-08T09:51:36.160Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:36.160Z] #30 7.173 + RM_GOPATH=0 [2020-07-08T09:51:36.160Z] #30 7.173 + TMP_GOPATH= [2020-07-08T09:51:36.160Z] #30 7.174 + : /build [2020-07-08T09:51:36.160Z] #30 7.175 + '[' -z '' ']' [2020-07-08T09:51:36.160Z] #30 7.178 ++ mktemp -d [2020-07-08T09:51:36.160Z] #30 7.185 + export GOPATH=/tmp/tmp.aJnkdDuv0S [2020-07-08T09:51:36.160Z] #30 7.185 + GOPATH=/tmp/tmp.aJnkdDuv0S [2020-07-08T09:51:36.160Z] #30 7.185 + RM_GOPATH=1 [2020-07-08T09:51:36.160Z] #30 7.185 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.160Z] #30 7.186 ++ go env GOARCH [2020-07-08T09:51:36.160Z] #30 7.227 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.160Z] #30 7.227 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.160Z] #30 7.229 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.160Z] #30 7.235 + dir=/tmp/install [2020-07-08T09:51:36.160Z] #30 7.236 + bin=tomlv [2020-07-08T09:51:36.160Z] #30 7.236 + shift [2020-07-08T09:51:36.160Z] #30 7.236 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-07-08T09:51:36.160Z] #30 7.236 + . /tmp/install/tomlv.installer [2020-07-08T09:51:36.160Z] #30 7.237 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:36.160Z] #30 7.237 + install_tomlv [2020-07-08T09:51:36.160Z] #30 7.238 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-07-08T09:51:36.160Z] #30 7.239 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:36.160Z] #30 7.239 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.aJnkdDuv0S/src/github.com/BurntSushi/toml [2020-07-08T09:51:36.160Z] #30 7.252 Cloning into '/tmp/tmp.aJnkdDuv0S/src/github.com/BurntSushi/toml'... [2020-07-08T09:51:36.160Z] #30 8.277 + cd /tmp/tmp.aJnkdDuv0S/src/github.com/BurntSushi/toml [2020-07-08T09:51:36.160Z] #30 8.277 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:36.160Z] #30 8.283 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:51:36.160Z] #30 9.120 math/bits [2020-07-08T09:51:36.160Z] #30 9.261 runtime [2020-07-08T09:51:36.160Z] #30 9.952 math [2020-07-08T09:51:36.290Z] #10 15.92 Reading package lists... [2020-07-08T09:51:36.290Z] #10 ... [2020-07-08T09:51:36.290Z] [2020-07-08T09:51:36.290Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:36.290Z] #60 15.03 Checking out files: 86% (1792/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-07-08T09:51:36.290Z] #60 15.40 + cd /tmp/tmp.LSKCQELjSg/src/github.com/docker/libnetwork [2020-07-08T09:51:36.290Z] #60 15.40 + git checkout -q 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:36.290Z] #60 16.00 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-07-08T09:51:36.345Z] #52 35.60 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:36.345Z] #52 35.60 Need to get 120 kB of archives. [2020-07-08T09:51:36.345Z] #52 35.60 After this operation, 423 kB of additional disk space will be used. [2020-07-08T09:51:36.345Z] #52 35.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-07-08T09:51:36.345Z] #52 35.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-07-08T09:51:36.420Z] #30 ... [2020-07-08T09:51:36.420Z] [2020-07-08T09:51:36.420Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:36.420Z] #43 6.674 + RM_GOPATH=0 [2020-07-08T09:51:36.420Z] #43 6.674 + TMP_GOPATH= [2020-07-08T09:51:36.420Z] #43 6.674 + : /build [2020-07-08T09:51:36.420Z] #43 6.674 + '[' -z '' ']' [2020-07-08T09:51:36.420Z] #43 6.685 ++ mktemp -d [2020-07-08T09:51:36.420Z] #43 6.689 + export GOPATH=/tmp/tmp.MkGNpULkBi [2020-07-08T09:51:36.420Z] #43 6.689 + GOPATH=/tmp/tmp.MkGNpULkBi [2020-07-08T09:51:36.420Z] #43 6.689 + RM_GOPATH=1 [2020-07-08T09:51:36.420Z] #43 6.689 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.420Z] #43 6.689 ++ go env GOARCH [2020-07-08T09:51:36.420Z] #43 6.704 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.420Z] #43 6.705 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.420Z] #43 6.710 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.420Z] #43 6.712 + dir=/tmp/install [2020-07-08T09:51:36.420Z] #43 6.719 + bin=gotestsum [2020-07-08T09:51:36.420Z] #43 6.719 + shift [2020-07-08T09:51:36.420Z] #43 6.720 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-07-08T09:51:36.420Z] #43 6.720 + . /tmp/install/gotestsum.installer [2020-07-08T09:51:36.420Z] #43 6.720 ++ : v0.3.5 [2020-07-08T09:51:36.420Z] #43 6.720 + install_gotestsum [2020-07-08T09:51:36.420Z] #43 6.720 + set -e [2020-07-08T09:51:36.420Z] #43 6.725 + export GO111MODULE=on [2020-07-08T09:51:36.420Z] #43 6.725 + GO111MODULE=on [2020-07-08T09:51:36.420Z] #43 6.725 + GOBIN=/build [2020-07-08T09:51:36.420Z] #43 6.725 + go get gotest.tools/gotestsum@v0.3.5 [2020-07-08T09:51:36.420Z] #43 6.763 go: finding gotest.tools v0.3.5 [2020-07-08T09:51:36.420Z] #43 6.777 go: finding gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:36.420Z] #43 7.934 go: downloading gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:36.420Z] #43 8.481 go: extracting gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:36.420Z] #43 9.319 go: downloading gotest.tools v2.1.0+incompatible [2020-07-08T09:51:36.420Z] #43 9.445 go: extracting gotest.tools v2.1.0+incompatible [2020-07-08T09:51:36.420Z] #43 9.681 go: downloading github.com/fatih/color v1.6.0 [2020-07-08T09:51:36.420Z] #43 9.862 go: downloading github.com/pkg/errors v0.8.0 [2020-07-08T09:51:36.420Z] #43 9.949 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:36.420Z] #43 9.987 go: downloading github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:36.420Z] #43 10.01 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:36.420Z] #43 10.03 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:36.420Z] #43 10.18 go: extracting github.com/fatih/color v1.6.0 [2020-07-08T09:51:36.420Z] #43 10.32 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:36.420Z] #43 10.32 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:36.420Z] #43 10.34 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:36.420Z] #43 10.34 go: extracting github.com/pkg/errors v0.8.0 [2020-07-08T09:51:36.420Z] #43 10.48 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:36.420Z] #43 10.53 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:36.420Z] #43 10.54 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:36.420Z] #43 10.56 go: extracting github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:36.420Z] #43 10.59 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:36.420Z] #43 10.65 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:36.420Z] #43 10.69 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:36.420Z] #43 10.72 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:36.420Z] #43 ... [2020-07-08T09:51:36.420Z] [2020-07-08T09:51:36.420Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:36.420Z] #51 7.474 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:36.420Z] #51 7.570 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:36.420Z] #51 7.582 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:36.420Z] #51 8.749 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:36.428Z] #32 ... [2020-07-08T09:51:36.428Z] [2020-07-08T09:51:36.428Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:36.428Z] #45 6.935 + RM_GOPATH=0 [2020-07-08T09:51:36.428Z] #45 6.940 + TMP_GOPATH= [2020-07-08T09:51:36.428Z] #45 6.940 + : /build [2020-07-08T09:51:36.428Z] #45 6.941 + '[' -z '' ']' [2020-07-08T09:51:36.428Z] #45 6.949 ++ mktemp -d [2020-07-08T09:51:36.428Z] #45 6.949 + export GOPATH=/tmp/tmp.Y31YSED8hW [2020-07-08T09:51:36.428Z] #45 6.949 + GOPATH=/tmp/tmp.Y31YSED8hW [2020-07-08T09:51:36.428Z] #45 6.949 + RM_GOPATH=1 [2020-07-08T09:51:36.428Z] #45 6.949 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.428Z] #45 6.956 ++ go env GOARCH [2020-07-08T09:51:36.428Z] #45 6.980 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.428Z] #45 6.980 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.428Z] #45 6.989 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.428Z] #45 6.992 + dir=/tmp/install [2020-07-08T09:51:36.428Z] #45 6.994 + bin=golangci_lint [2020-07-08T09:51:36.428Z] #45 6.994 + shift [2020-07-08T09:51:36.428Z] #45 6.994 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-07-08T09:51:36.428Z] #45 6.994 + . /tmp/install/golangci_lint.installer [2020-07-08T09:51:36.428Z] #45 6.995 ++ : v1.23.8 [2020-07-08T09:51:36.428Z] #45 6.996 + install_golangci_lint [2020-07-08T09:51:36.428Z] #45 6.997 + echo 'Installing golangci-lint version v1.23.8' [2020-07-08T09:51:36.428Z] #45 6.997 Installing golangci-lint version v1.23.8 [2020-07-08T09:51:36.428Z] #45 6.998 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-07-08T09:51:36.588Z] #39 94.14 make[1]: Nothing to be done for 'all'. [2020-07-08T09:51:36.680Z] #51 ... [2020-07-08T09:51:36.680Z] [2020-07-08T09:51:36.680Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:36.680Z] #32 7.280 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:36.680Z] #32 7.466 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:36.680Z] #32 7.514 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:36.680Z] #32 8.368 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:36.680Z] #32 11.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:36.680Z] #32 ... [2020-07-08T09:51:36.680Z] [2020-07-08T09:51:36.680Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:36.680Z] #23 7.317 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:36.680Z] #23 7.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:36.680Z] #23 7.408 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:36.680Z] #23 8.302 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:36.680Z] #23 10.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:36.687Z] #45 ... [2020-07-08T09:51:36.687Z] [2020-07-08T09:51:36.687Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:36.687Z] #10 7.294 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:36.687Z] #10 7.386 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:36.687Z] #10 7.386 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:36.687Z] #10 8.408 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:36.687Z] #10 ... [2020-07-08T09:51:36.687Z] [2020-07-08T09:51:36.687Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:36.687Z] #47 5.923 + RM_GOPATH=0 [2020-07-08T09:51:36.687Z] #47 5.928 + TMP_GOPATH= [2020-07-08T09:51:36.687Z] #47 5.928 + : /build [2020-07-08T09:51:36.687Z] #47 5.928 + '[' -z '' ']' [2020-07-08T09:51:36.687Z] #47 5.928 ++ mktemp -d [2020-07-08T09:51:36.687Z] #47 5.945 + export GOPATH=/tmp/tmp.pX7qYXhwxt [2020-07-08T09:51:36.687Z] #47 5.945 + GOPATH=/tmp/tmp.pX7qYXhwxt [2020-07-08T09:51:36.687Z] #47 5.945 + RM_GOPATH=1 [2020-07-08T09:51:36.687Z] #47 5.948 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.687Z] #47 5.949 ++ go env GOARCH [2020-07-08T09:51:36.687Z] #47 5.955 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.687Z] #47 5.955 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.687Z] #47 5.956 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.687Z] #47 5.960 + dir=/tmp/install [2020-07-08T09:51:36.687Z] #47 5.960 + bin=shfmt [2020-07-08T09:51:36.687Z] #47 5.960 + shift [2020-07-08T09:51:36.687Z] #47 5.961 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-07-08T09:51:36.687Z] #47 5.961 + . /tmp/install/shfmt.installer [2020-07-08T09:51:36.687Z] #47 5.961 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:36.687Z] #47 5.961 + install_shfmt [2020-07-08T09:51:36.687Z] #47 5.961 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-07-08T09:51:36.687Z] #47 5.961 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pX7qYXhwxt/src/github.com/mvdan/sh [2020-07-08T09:51:36.687Z] #47 5.961 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:36.687Z] #47 5.997 Cloning into '/tmp/tmp.pX7qYXhwxt/src/github.com/mvdan/sh'... [2020-07-08T09:51:36.879Z] #39 94.59 make[1]: 'images/built-in.o' is up to date. [2020-07-08T09:51:36.939Z] #23 ... [2020-07-08T09:51:36.939Z] [2020-07-08T09:51:36.939Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:36.939Z] #60 6.838 + RM_GOPATH=0 [2020-07-08T09:51:36.939Z] #60 6.838 + TMP_GOPATH= [2020-07-08T09:51:36.939Z] #60 6.838 + : /build [2020-07-08T09:51:36.939Z] #60 6.838 + '[' -z '' ']' [2020-07-08T09:51:36.939Z] #60 6.841 ++ mktemp -d [2020-07-08T09:51:36.939Z] #60 6.845 + export GOPATH=/tmp/tmp.hRRUW84gkD [2020-07-08T09:51:36.939Z] #60 6.845 + GOPATH=/tmp/tmp.hRRUW84gkD [2020-07-08T09:51:36.939Z] #60 6.845 + RM_GOPATH=1 [2020-07-08T09:51:36.939Z] #60 6.845 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.939Z] #60 6.845 ++ go env GOARCH [2020-07-08T09:51:36.939Z] #60 6.856 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.939Z] #60 6.856 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.939Z] #60 6.857 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.939Z] #60 6.862 + dir=/tmp/install [2020-07-08T09:51:36.939Z] #60 6.863 + bin=proxy [2020-07-08T09:51:36.939Z] #60 6.863 + shift [2020-07-08T09:51:36.939Z] #60 6.863 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-07-08T09:51:36.939Z] #60 6.863 + . /tmp/install/proxy.installer [2020-07-08T09:51:36.939Z] #60 6.863 ++ : 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:36.939Z] #60 6.865 + install_proxy [2020-07-08T09:51:36.939Z] #60 6.865 + case "$1" in [2020-07-08T09:51:36.939Z] #60 6.865 + export CGO_ENABLED=0 [2020-07-08T09:51:36.939Z] #60 6.866 + CGO_ENABLED=0 [2020-07-08T09:51:36.939Z] #60 6.866 + _install_proxy [2020-07-08T09:51:36.939Z] #60 6.866 + echo 'Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed' [2020-07-08T09:51:36.939Z] #60 6.869 Install docker-proxy version 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:36.939Z] #60 6.869 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.hRRUW84gkD/src/github.com/docker/libnetwork [2020-07-08T09:51:36.939Z] #60 6.883 Cloning into '/tmp/tmp.hRRUW84gkD/src/github.com/docker/libnetwork'... [2020-07-08T09:51:36.939Z] #60 ... [2020-07-08T09:51:36.939Z] [2020-07-08T09:51:36.939Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:36.939Z] #36 6.366 + git clone https://github.com/docker/distribution.git . [2020-07-08T09:51:36.939Z] #36 6.367 Cloning into '.'... [2020-07-08T09:51:36.946Z] #47 ... [2020-07-08T09:51:36.947Z] [2020-07-08T09:51:36.947Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:36.947Z] #28 6.359 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-07-08T09:51:36.947Z] #28 6.362 Cloning into '.'... [2020-07-08T09:51:36.947Z] #28 ... [2020-07-08T09:51:36.947Z] [2020-07-08T09:51:36.947Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:36.947Z] #41 6.185 + RM_GOPATH=0 [2020-07-08T09:51:36.947Z] #41 6.186 + TMP_GOPATH= [2020-07-08T09:51:36.947Z] #41 6.186 + : /build [2020-07-08T09:51:36.947Z] #41 6.186 + '[' -z '' ']' [2020-07-08T09:51:36.947Z] #41 6.186 ++ mktemp -d [2020-07-08T09:51:36.947Z] #41 6.189 + export GOPATH=/tmp/tmp.6TdTk1WrqN [2020-07-08T09:51:36.947Z] #41 6.189 + GOPATH=/tmp/tmp.6TdTk1WrqN [2020-07-08T09:51:36.947Z] #41 6.189 + RM_GOPATH=1 [2020-07-08T09:51:36.947Z] #41 6.190 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.947Z] #41 6.194 ++ go env GOARCH [2020-07-08T09:51:36.947Z] #41 6.248 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.947Z] #41 6.248 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.947Z] #41 6.256 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.947Z] #41 6.257 + dir=/tmp/install [2020-07-08T09:51:36.947Z] #41 6.257 + bin=vndr [2020-07-08T09:51:36.947Z] #41 6.257 + shift [2020-07-08T09:51:36.947Z] #41 6.257 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-07-08T09:51:36.947Z] #41 6.257 + . /tmp/install/vndr.installer [2020-07-08T09:51:36.947Z] #41 6.257 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:36.947Z] #41 6.257 + install_vndr [2020-07-08T09:51:36.947Z] #41 6.257 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-07-08T09:51:36.947Z] #41 6.257 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:36.947Z] #41 6.258 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.6TdTk1WrqN/src/github.com/LK4D4/vndr [2020-07-08T09:51:36.947Z] #41 6.259 Cloning into '/tmp/tmp.6TdTk1WrqN/src/github.com/LK4D4/vndr'... [2020-07-08T09:51:36.947Z] #41 6.952 + cd /tmp/tmp.6TdTk1WrqN/src/github.com/LK4D4/vndr [2020-07-08T09:51:36.947Z] #41 6.952 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-07-08T09:51:36.947Z] #41 6.979 + go build -buildmode=pie -v -o /build/vndr . [2020-07-08T09:51:36.947Z] #41 8.434 internal/cpu [2020-07-08T09:51:36.947Z] #41 8.478 runtime/internal/atomic [2020-07-08T09:51:36.947Z] #41 8.777 runtime/internal/sys [2020-07-08T09:51:36.947Z] #41 8.997 runtime/internal/math [2020-07-08T09:51:36.947Z] #41 9.056 internal/race [2020-07-08T09:51:36.947Z] #41 9.139 sync/atomic [2020-07-08T09:51:36.947Z] #41 9.170 internal/bytealg [2020-07-08T09:51:36.947Z] #41 9.513 unicode [2020-07-08T09:51:36.947Z] #41 10.13 runtime [2020-07-08T09:51:36.947Z] #41 ... [2020-07-08T09:51:36.947Z] [2020-07-08T09:51:36.947Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:36.947Z] #43 6.823 + RM_GOPATH=0 [2020-07-08T09:51:36.947Z] #43 6.826 + TMP_GOPATH= [2020-07-08T09:51:36.947Z] #43 6.826 + : /build [2020-07-08T09:51:36.947Z] #43 6.826 + '[' -z '' ']' [2020-07-08T09:51:36.947Z] #43 6.826 ++ mktemp -d [2020-07-08T09:51:36.947Z] #43 6.833 + export GOPATH=/tmp/tmp.6FbZnyUv6g [2020-07-08T09:51:36.947Z] #43 6.833 + GOPATH=/tmp/tmp.6FbZnyUv6g [2020-07-08T09:51:36.947Z] #43 6.833 + RM_GOPATH=1 [2020-07-08T09:51:36.947Z] #43 6.833 + case "$(go env GOARCH)" in [2020-07-08T09:51:36.947Z] #43 6.833 ++ go env GOARCH [2020-07-08T09:51:36.947Z] #43 6.893 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.947Z] #43 6.893 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:36.947Z] #43 6.893 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:36.947Z] #43 6.894 + dir=/tmp/install [2020-07-08T09:51:36.947Z] #43 6.894 + bin=gotestsum [2020-07-08T09:51:36.947Z] #43 6.894 + shift [2020-07-08T09:51:36.947Z] #43 6.894 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-07-08T09:51:36.947Z] #43 6.894 + . /tmp/install/gotestsum.installer [2020-07-08T09:51:36.947Z] #43 6.894 ++ : v0.3.5 [2020-07-08T09:51:36.947Z] #43 6.894 + install_gotestsum [2020-07-08T09:51:36.947Z] #43 6.895 + set -e [2020-07-08T09:51:36.947Z] #43 6.895 + export GO111MODULE=on [2020-07-08T09:51:36.947Z] #43 6.895 + GO111MODULE=on [2020-07-08T09:51:36.947Z] #43 6.895 + GOBIN=/build [2020-07-08T09:51:36.947Z] #43 6.895 + go get gotest.tools/gotestsum@v0.3.5 [2020-07-08T09:51:36.947Z] #43 7.026 go: finding gotest.tools v0.3.5 [2020-07-08T09:51:36.947Z] #43 7.034 go: finding gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:36.947Z] #43 8.140 go: downloading gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:36.947Z] #43 8.628 go: extracting gotest.tools/gotestsum v0.3.5 [2020-07-08T09:51:36.947Z] #43 9.304 go: downloading gotest.tools v2.1.0+incompatible [2020-07-08T09:51:36.947Z] #43 9.382 go: extracting gotest.tools v2.1.0+incompatible [2020-07-08T09:51:36.947Z] #43 9.515 go: downloading github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:36.947Z] #43 9.550 go: downloading github.com/pkg/errors v0.8.0 [2020-07-08T09:51:36.947Z] #43 9.558 go: downloading github.com/fatih/color v1.6.0 [2020-07-08T09:51:36.947Z] #43 9.706 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:36.947Z] #43 9.771 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:36.947Z] #43 9.908 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:36.947Z] #43 9.948 go: extracting github.com/pkg/errors v0.8.0 [2020-07-08T09:51:36.947Z] #43 10.10 go: extracting github.com/fatih/color v1.6.0 [2020-07-08T09:51:36.947Z] #43 10.17 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:36.947Z] #43 10.18 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:36.947Z] #43 10.27 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:36.947Z] #43 10.28 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:36.947Z] #43 10.28 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:36.947Z] #43 10.30 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:36.947Z] #43 10.30 go: extracting github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:36.947Z] #43 10.31 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:36.947Z] #43 10.57 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:36.947Z] #43 10.58 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:37.173Z] #39 94.62 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-07-08T09:51:37.173Z] #39 94.64 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-07-08T09:51:37.173Z] #39 94.66 make[1]: 'compel/libcompel.a' is up to date. [2020-07-08T09:51:37.173Z] #39 94.69 make[1]: 'compel/compel-host-bin' is up to date. [2020-07-08T09:51:37.173Z] #39 94.70 make[1]: Nothing to be done for 'all'. [2020-07-08T09:51:37.173Z] #39 94.71 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:51:37.173Z] #39 94.83 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.173Z] #39 94.85 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.173Z] #39 94.87 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.173Z] #39 94.95 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.198Z] #36 ... [2020-07-08T09:51:37.198Z] [2020-07-08T09:51:37.198Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:37.198Z] #47 6.228 + RM_GOPATH=0 [2020-07-08T09:51:37.198Z] #47 6.228 + TMP_GOPATH= [2020-07-08T09:51:37.198Z] #47 6.228 + : /build [2020-07-08T09:51:37.198Z] #47 6.228 + '[' -z '' ']' [2020-07-08T09:51:37.198Z] #47 6.231 ++ mktemp -d [2020-07-08T09:51:37.198Z] #47 6.231 + export GOPATH=/tmp/tmp.ejFbufRT9j [2020-07-08T09:51:37.198Z] #47 6.231 + GOPATH=/tmp/tmp.ejFbufRT9j [2020-07-08T09:51:37.198Z] #47 6.231 + RM_GOPATH=1 [2020-07-08T09:51:37.198Z] #47 6.231 + case "$(go env GOARCH)" in [2020-07-08T09:51:37.198Z] #47 6.231 ++ go env GOARCH [2020-07-08T09:51:37.198Z] #47 6.251 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.198Z] #47 6.251 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.198Z] #47 6.252 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:37.198Z] #47 6.257 + dir=/tmp/install [2020-07-08T09:51:37.198Z] #47 6.259 + bin=shfmt [2020-07-08T09:51:37.198Z] #47 6.259 + shift [2020-07-08T09:51:37.198Z] #47 6.260 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-07-08T09:51:37.198Z] #47 6.266 + . /tmp/install/shfmt.installer [2020-07-08T09:51:37.198Z] #47 6.267 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:37.198Z] #47 6.268 + install_shfmt [2020-07-08T09:51:37.198Z] #47 6.271 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-07-08T09:51:37.198Z] #47 6.276 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:37.198Z] #47 6.277 + git clone https://github.com/mvdan/sh.git /tmp/tmp.ejFbufRT9j/src/github.com/mvdan/sh [2020-07-08T09:51:37.198Z] #47 6.278 Cloning into '/tmp/tmp.ejFbufRT9j/src/github.com/mvdan/sh'... [2020-07-08T09:51:37.205Z] #43 10.67 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:37.205Z] #43 ... [2020-07-08T09:51:37.205Z] [2020-07-08T09:51:37.205Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:37.205Z] #21 6.204 + RM_GOPATH=0 [2020-07-08T09:51:37.205Z] #21 6.204 + TMP_GOPATH= [2020-07-08T09:51:37.205Z] #21 6.204 + : /build [2020-07-08T09:51:37.205Z] #21 6.204 + '[' -z '' ']' [2020-07-08T09:51:37.205Z] #21 6.206 ++ mktemp -d [2020-07-08T09:51:37.205Z] #21 6.212 + export GOPATH=/tmp/tmp.EjlmXBWytg [2020-07-08T09:51:37.205Z] #21 6.212 + GOPATH=/tmp/tmp.EjlmXBWytg [2020-07-08T09:51:37.205Z] #21 6.212 + RM_GOPATH=1 [2020-07-08T09:51:37.205Z] #21 6.212 + case "$(go env GOARCH)" in [2020-07-08T09:51:37.205Z] #21 6.219 ++ go env GOARCH [2020-07-08T09:51:37.205Z] #21 6.264 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.205Z] #21 6.265 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.205Z] #21 6.266 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:37.205Z] #21 6.273 + dir=/tmp/install [2020-07-08T09:51:37.205Z] #21 6.277 + bin=dockercli [2020-07-08T09:51:37.205Z] #21 6.278 + shift [2020-07-08T09:51:37.205Z] #21 6.279 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-07-08T09:51:37.205Z] #21 6.279 + . /tmp/install/dockercli.installer [2020-07-08T09:51:37.205Z] #21 6.280 ++ : stable [2020-07-08T09:51:37.205Z] #21 6.281 ++ : 17.06.2-ce [2020-07-08T09:51:37.205Z] #21 6.285 + install_dockercli [2020-07-08T09:51:37.205Z] #21 6.286 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-07-08T09:51:37.205Z] #21 6.287 Install docker/cli version 17.06.2-ce from stable [2020-07-08T09:51:37.205Z] #21 6.290 ++ uname -m [2020-07-08T09:51:37.205Z] #21 6.294 + arch=x86_64 [2020-07-08T09:51:37.205Z] #21 6.294 + '[' x86_64 '!=' x86_64 ']' [2020-07-08T09:51:37.205Z] #21 6.296 + url=https://download.docker.com/linux/static [2020-07-08T09:51:37.205Z] #21 6.299 + tar -xz docker/docker [2020-07-08T09:51:37.205Z] #21 6.300 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-07-08T09:51:37.205Z] #21 ... [2020-07-08T09:51:37.205Z] [2020-07-08T09:51:37.205Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:37.205Z] #23 7.534 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:37.205Z] #23 7.593 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:37.205Z] #23 7.594 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:37.205Z] #23 8.800 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:37.440Z] #52 ... [2020-07-08T09:51:37.440Z] [2020-07-08T09:51:37.440Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:37.440Z] #33 24.09 Reading package lists... [2020-07-08T09:51:37.440Z] #33 31.15 Building dependency tree... [2020-07-08T09:51:37.441Z] #33 33.75 The following additional packages will be installed: [2020-07-08T09:51:37.441Z] #33 33.76 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-07-08T09:51:37.441Z] #33 33.76 Suggested packages: [2020-07-08T09:51:37.441Z] #33 33.77 cmake-doc ninja-build lrzip [2020-07-08T09:51:37.441Z] #33 33.77 Recommended packages: [2020-07-08T09:51:37.441Z] #33 33.77 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-07-08T09:51:37.441Z] #33 34.87 The following NEW packages will be installed: [2020-07-08T09:51:37.441Z] #33 34.87 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-07-08T09:51:37.441Z] #33 34.88 vim-common xxd [2020-07-08T09:51:37.441Z] #33 35.05 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:37.441Z] #33 35.05 Need to get 14.9 MB of archives. [2020-07-08T09:51:37.441Z] #33 35.05 After this operation, 67.2 MB of additional disk space will be used. [2020-07-08T09:51:37.441Z] #33 35.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-07-08T09:51:37.441Z] #33 35.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:51:37.441Z] #33 35.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-07-08T09:51:37.441Z] #33 35.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-07-08T09:51:37.441Z] #33 36.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-07-08T09:51:37.441Z] #33 36.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-07-08T09:51:37.458Z] #47 ... [2020-07-08T09:51:37.458Z] [2020-07-08T09:51:37.458Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:37.458Z] #41 11.15 unicode/utf8 [2020-07-08T09:51:37.458Z] #41 11.59 math [2020-07-08T09:51:37.463Z] #23 11.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:37.463Z] #23 ... [2020-07-08T09:51:37.463Z] [2020-07-08T09:51:37.463Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:37.463Z] #30 6.961 + RM_GOPATH=0 [2020-07-08T09:51:37.463Z] #30 6.961 + TMP_GOPATH= [2020-07-08T09:51:37.463Z] #30 6.961 + : /build [2020-07-08T09:51:37.463Z] #30 6.961 + '[' -z '' ']' [2020-07-08T09:51:37.463Z] #30 6.961 ++ mktemp -d [2020-07-08T09:51:37.463Z] #30 6.966 + export GOPATH=/tmp/tmp.BPtgVIAx7C [2020-07-08T09:51:37.463Z] #30 6.972 + GOPATH=/tmp/tmp.BPtgVIAx7C [2020-07-08T09:51:37.463Z] #30 6.974 + RM_GOPATH=1 [2020-07-08T09:51:37.463Z] #30 6.976 + case "$(go env GOARCH)" in [2020-07-08T09:51:37.463Z] #30 6.976 ++ go env GOARCH [2020-07-08T09:51:37.463Z] #30 7.024 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.463Z] #30 7.025 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.463Z] #30 7.028 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:37.463Z] #30 7.033 + dir=/tmp/install [2020-07-08T09:51:37.463Z] #30 7.049 + bin=tomlv [2020-07-08T09:51:37.463Z] #30 7.050 + shift [2020-07-08T09:51:37.463Z] #30 7.052 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-07-08T09:51:37.463Z] #30 7.052 + . /tmp/install/tomlv.installer [2020-07-08T09:51:37.463Z] #30 7.059 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:37.463Z] #30 7.059 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:37.463Z] #30 7.059 + install_tomlv [2020-07-08T09:51:37.463Z] #30 7.059 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-07-08T09:51:37.463Z] #30 7.059 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.BPtgVIAx7C/src/github.com/BurntSushi/toml [2020-07-08T09:51:37.463Z] #30 7.059 Cloning into '/tmp/tmp.BPtgVIAx7C/src/github.com/BurntSushi/toml'... [2020-07-08T09:51:37.463Z] #30 8.259 + cd /tmp/tmp.BPtgVIAx7C/src/github.com/BurntSushi/toml [2020-07-08T09:51:37.463Z] #30 8.260 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-07-08T09:51:37.463Z] #30 8.264 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:51:37.463Z] #30 9.026 internal/cpu [2020-07-08T09:51:37.463Z] #30 9.081 math/bits [2020-07-08T09:51:37.463Z] #30 9.804 unicode/utf8 [2020-07-08T09:51:37.463Z] #30 9.881 internal/bytealg [2020-07-08T09:51:37.463Z] #30 10.23 math [2020-07-08T09:51:37.463Z] #30 10.77 runtime [2020-07-08T09:51:37.463Z] #30 ... [2020-07-08T09:51:37.463Z] [2020-07-08T09:51:37.463Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:37.463Z] #38 7.284 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:37.463Z] #38 7.329 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:37.463Z] #38 7.340 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:37.463Z] #38 8.281 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:37.463Z] #38 10.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:37.472Z] #39 95.00 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.472Z] #39 95.01 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.472Z] #39 95.04 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.472Z] #39 95.09 make[2]: Nothing to be done for 'all'. [2020-07-08T09:51:37.472Z] #39 95.12 INSTALL criu/criu [2020-07-08T09:51:37.722Z] #38 ... [2020-07-08T09:51:37.722Z] [2020-07-08T09:51:37.722Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:37.722Z] #54 5.845 + RM_GOPATH=0 [2020-07-08T09:51:37.722Z] #54 5.846 + TMP_GOPATH= [2020-07-08T09:51:37.722Z] #54 5.846 + : /build [2020-07-08T09:51:37.722Z] #54 5.846 + '[' -z '' ']' [2020-07-08T09:51:37.722Z] #54 5.852 ++ mktemp -d [2020-07-08T09:51:37.722Z] #54 5.855 + export GOPATH=/tmp/tmp.nWLh3jDlq1 [2020-07-08T09:51:37.722Z] #54 5.857 + GOPATH=/tmp/tmp.nWLh3jDlq1 [2020-07-08T09:51:37.722Z] #54 5.860 + RM_GOPATH=1 [2020-07-08T09:51:37.722Z] #54 5.860 + case "$(go env GOARCH)" in [2020-07-08T09:51:37.722Z] #54 5.862 ++ go env GOARCH [2020-07-08T09:51:37.722Z] #54 5.898 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.722Z] #54 5.898 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:37.722Z] #54 5.899 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:37.722Z] #54 5.921 + dir=/tmp/install [2020-07-08T09:51:37.722Z] #54 5.924 + bin=rootlesskit [2020-07-08T09:51:37.722Z] #54 5.924 + shift [2020-07-08T09:51:37.722Z] #54 5.924 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-07-08T09:51:37.722Z] #54 5.925 + . /tmp/install/rootlesskit.installer [2020-07-08T09:51:37.722Z] #54 5.925 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:37.722Z] #54 5.930 + install_rootlesskit [2020-07-08T09:51:37.722Z] #54 5.931 + case "$1" in [2020-07-08T09:51:37.722Z] #54 5.931 + export CGO_ENABLED=0 [2020-07-08T09:51:37.722Z] #54 5.931 + CGO_ENABLED=0 [2020-07-08T09:51:37.722Z] #54 5.932 + _install_rootlesskit [2020-07-08T09:51:37.722Z] #54 5.933 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' [2020-07-08T09:51:37.722Z] #54 5.933 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:37.722Z] #54 5.936 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.nWLh3jDlq1/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:37.722Z] #54 5.956 Cloning into '/tmp/tmp.nWLh3jDlq1/src/github.com/rootless-containers/rootlesskit'... [2020-07-08T09:51:37.722Z] #54 11.45 + cd /tmp/tmp.nWLh3jDlq1/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:37.722Z] #54 ... [2020-07-08T09:51:37.722Z] [2020-07-08T09:51:37.722Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:37.722Z] #51 7.112 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:51:37.722Z] #51 7.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:51:37.722Z] #51 7.137 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:51:37.722Z] #51 8.156 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:51:37.722Z] #51 10.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:37.744Z] #33 37.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-07-08T09:51:37.744Z] #33 37.05 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-07-08T09:51:37.744Z] #33 37.06 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-07-08T09:51:37.744Z] #33 37.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-07-08T09:51:37.764Z] #39 DONE 95.4s [2020-07-08T09:51:37.764Z] [2020-07-08T09:51:37.764Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:51:37.764Z] #17 18.34 Unpacking bash-completion (1:2.8-6) ... [2020-07-08T09:51:37.764Z] #17 18.62 Selecting previously unselected package bzip2. [2020-07-08T09:51:37.764Z] #17 18.62 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 18.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:51:37.764Z] #17 18.66 Selecting previously unselected package xz-utils. [2020-07-08T09:51:37.764Z] #17 18.66 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 18.66 Unpacking xz-utils (5.2.4-1) ... [2020-07-08T09:51:37.764Z] #17 18.77 Selecting previously unselected package apparmor. [2020-07-08T09:51:37.764Z] #17 18.77 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 18.84 Unpacking apparmor (2.13.2-10) ... [2020-07-08T09:51:37.764Z] #17 19.12 Selecting previously unselected package aufs-tools. [2020-07-08T09:51:37.764Z] #17 19.13 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.13 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:51:37.764Z] #17 19.24 Selecting previously unselected package libonig5:s390x. [2020-07-08T09:51:37.764Z] #17 19.25 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.26 Unpacking libonig5:s390x (6.9.1-1) ... [2020-07-08T09:51:37.764Z] #17 19.38 Selecting previously unselected package libjq1:s390x. [2020-07-08T09:51:37.764Z] #17 19.38 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.38 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-07-08T09:51:37.764Z] #17 19.47 Selecting previously unselected package jq. [2020-07-08T09:51:37.764Z] #17 19.47 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.47 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:51:37.764Z] #17 19.55 Selecting previously unselected package libaio1:s390x. [2020-07-08T09:51:37.764Z] #17 19.55 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.55 Unpacking libaio1:s390x (0.3.112-3) ... [2020-07-08T09:51:37.764Z] #17 19.59 Selecting previously unselected package libgpm2:s390x. [2020-07-08T09:51:37.764Z] #17 19.59 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.60 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-07-08T09:51:37.764Z] #17 19.64 Selecting previously unselected package libicu63:s390x. [2020-07-08T09:51:37.764Z] #17 19.64 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-07-08T09:51:37.764Z] #17 19.65 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-07-08T09:51:37.980Z] #51 ... [2020-07-08T09:51:37.980Z] [2020-07-08T09:51:37.980Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:37.980Z] #54 11.45 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:38.395Z] #33 ... [2020-07-08T09:51:38.395Z] [2020-07-08T09:51:38.395Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:38.395Z] #52 37.60 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:38.409Z] #17 21.59 Selecting previously unselected package libnet1:s390x. [2020-07-08T09:51:38.409Z] #17 21.59 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-07-08T09:51:38.409Z] #17 21.59 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-07-08T09:51:38.409Z] #17 21.64 Selecting previously unselected package libnl-3-200:s390x. [2020-07-08T09:51:38.409Z] #17 21.64 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-07-08T09:51:38.548Z] #54 12.02 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:51:38.548Z] #54 12.02 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-07-08T09:51:38.696Z] #52 37.97 Fetched 120 kB in 0s (1251 kB/s) [2020-07-08T09:51:38.700Z] #17 21.65 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-07-08T09:51:38.700Z] #17 21.72 Selecting previously unselected package libprotobuf-c1:s390x. [2020-07-08T09:51:38.700Z] #17 21.73 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-07-08T09:51:38.700Z] #17 21.73 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-07-08T09:51:38.700Z] #17 21.79 Selecting previously unselected package libreadline5:s390x. [2020-07-08T09:51:38.700Z] #17 21.79 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-07-08T09:51:38.700Z] #17 21.80 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-07-08T09:51:38.700Z] #17 21.91 Selecting previously unselected package net-tools. [2020-07-08T09:51:38.995Z] #17 21.92 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-07-08T09:51:38.995Z] #17 21.94 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:51:38.995Z] #17 22.11 Selecting previously unselected package python-pip-whl. [2020-07-08T09:51:38.995Z] #17 22.12 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-07-08T09:51:38.995Z] #17 22.13 Unpacking python-pip-whl (18.1-5) ... [2020-07-08T09:51:38.998Z] #52 38.10 Selecting previously unselected package libbtrfs0. [2020-07-08T09:51:38.998Z] #52 38.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-07-08T09:51:38.998Z] #52 38.22 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-07-08T09:51:38.998Z] #52 38.22 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:51:39.286Z] #17 22.38 Selecting previously unselected package python3-lib2to3. [2020-07-08T09:51:39.286Z] #17 22.39 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-07-08T09:51:39.286Z] #17 22.40 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:51:39.286Z] #17 22.45 Selecting previously unselected package python3-distutils. [2020-07-08T09:51:39.286Z] #17 22.45 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-07-08T09:51:39.286Z] #17 22.46 Unpacking python3-distutils (3.7.3-1) ... [2020-07-08T09:51:39.286Z] #17 22.50 Selecting previously unselected package python3-pip. [2020-07-08T09:51:39.297Z] #52 38.35 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:51:39.297Z] #52 38.37 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-07-08T09:51:39.297Z] #52 38.38 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:51:39.297Z] #52 38.72 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:51:39.577Z] #17 22.51 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-07-08T09:51:39.577Z] #17 22.51 Unpacking python3-pip (18.1-5) ... [2020-07-08T09:51:39.577Z] #17 22.57 Selecting previously unselected package python3-pkg-resources. [2020-07-08T09:51:39.577Z] #17 22.57 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:51:39.577Z] #17 22.58 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:51:39.577Z] #17 22.63 Selecting previously unselected package python3-setuptools. [2020-07-08T09:51:39.577Z] #17 22.63 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-07-08T09:51:39.577Z] #17 22.64 Unpacking python3-setuptools (40.8.0-1) ... [2020-07-08T09:51:39.577Z] #17 22.71 Selecting previously unselected package python3-wheel. [2020-07-08T09:51:39.577Z] #17 22.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-07-08T09:51:39.577Z] #17 22.72 Unpacking python3-wheel (0.32.3-2) ... [2020-07-08T09:51:39.577Z] #17 22.75 Selecting previously unselected package sudo. [2020-07-08T09:51:39.599Z] #52 38.74 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:51:39.599Z] #52 38.75 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:51:39.684Z] #60 ... [2020-07-08T09:51:39.684Z] [2020-07-08T09:51:39.684Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:39.684Z] #23 13.79 Fetched 8188 kB in 9s (903 kB/s) [2020-07-08T09:51:39.684Z] #23 13.79 Reading package lists... [2020-07-08T09:51:39.684Z] #23 19.19 Reading package lists... [2020-07-08T09:51:39.684Z] #23 ... [2020-07-08T09:51:39.684Z] [2020-07-08T09:51:39.684Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:39.684Z] #10 15.92 Reading package lists... [2020-07-08T09:51:39.868Z] #17 22.76 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-07-08T09:51:39.868Z] #17 22.76 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:51:39.868Z] #17 23.02 Selecting previously unselected package thin-provisioning-tools. [2020-07-08T09:51:39.868Z] #17 23.02 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-07-08T09:51:39.868Z] #17 23.03 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:51:39.868Z] #17 23.15 Selecting previously unselected package uidmap. [2020-07-08T09:51:39.912Z] #52 DONE 39.1s [2020-07-08T09:51:39.912Z] [2020-07-08T09:51:39.912Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:39.948Z] #10 21.20 Reading package lists... [2020-07-08T09:51:39.948Z] #10 ... [2020-07-08T09:51:39.948Z] [2020-07-08T09:51:39.948Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:39.948Z] #51 14.34 Fetched 8188 kB in 9s (931 kB/s) [2020-07-08T09:51:39.948Z] #51 14.34 Reading package lists... [2020-07-08T09:51:39.948Z] #51 19.34 Reading package lists... [2020-07-08T09:51:39.948Z] #51 ... [2020-07-08T09:51:39.948Z] [2020-07-08T09:51:39.948Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:39.948Z] #23 19.19 Reading package lists... [2020-07-08T09:51:40.159Z] #17 23.15 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-07-08T09:51:40.159Z] #17 23.15 Unpacking uidmap (1:4.5-1.1) ... [2020-07-08T09:51:40.159Z] #17 23.19 Selecting previously unselected package vim-runtime. [2020-07-08T09:51:40.159Z] #17 23.19 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:51:40.159Z] #17 23.20 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-07-08T09:51:40.159Z] #17 23.21 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-07-08T09:51:40.159Z] #17 23.21 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:51:40.210Z] #53 0.329 + RM_GOPATH=0 [2020-07-08T09:51:40.210Z] #53 0.329 + TMP_GOPATH= [2020-07-08T09:51:40.210Z] #53 0.329 + : /build [2020-07-08T09:51:40.210Z] #53 0.330 + '[' -z '' ']' [2020-07-08T09:51:40.210Z] #53 0.334 ++ mktemp -d [2020-07-08T09:51:40.210Z] #53 0.336 + export GOPATH=/tmp/tmp.yUcXtQh5iK [2020-07-08T09:51:40.210Z] #53 0.338 + GOPATH=/tmp/tmp.yUcXtQh5iK [2020-07-08T09:51:40.210Z] #53 0.338 + RM_GOPATH=1 [2020-07-08T09:51:40.210Z] #53 0.339 + case "$(go env GOARCH)" in [2020-07-08T09:51:40.210Z] #53 0.351 ++ go env GOARCH [2020-07-08T09:51:40.210Z] #53 0.391 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:40.210Z] #53 0.400 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:40.210Z] #53 0.411 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:40.210Z] #53 0.426 + dir=/tmp/install [2020-07-08T09:51:40.210Z] #53 0.430 + bin=containerd [2020-07-08T09:51:40.210Z] #53 0.430 + shift [2020-07-08T09:51:40.210Z] #53 0.431 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-07-08T09:51:40.210Z] #53 0.431 + . /tmp/install/containerd.installer [2020-07-08T09:51:40.210Z] #53 0.432 ++ set -e [2020-07-08T09:51:40.210Z] #53 0.432 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:51:40.210Z] #53 0.433 + install_containerd [2020-07-08T09:51:40.210Z] #53 0.449 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' [2020-07-08T09:51:40.210Z] #53 0.449 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:51:40.210Z] #53 0.450 + git clone https://github.com/containerd/containerd.git /tmp/tmp.yUcXtQh5iK/src/github.com/containerd/containerd [2020-07-08T09:51:40.210Z] #53 0.454 Cloning into '/tmp/tmp.yUcXtQh5iK/src/github.com/containerd/containerd'... [2020-07-08T09:51:40.509Z] #53 ... [2020-07-08T09:51:40.509Z] [2020-07-08T09:51:40.509Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:40.509Z] #24 23.90 Reading package lists... [2020-07-08T09:51:40.509Z] #24 31.86 Building dependency tree... [2020-07-08T09:51:40.509Z] #24 35.58 ca-certificates is already the newest version (20200601~deb10u1). [2020-07-08T09:51:40.509Z] #24 35.58 The following additional packages will be installed: [2020-07-08T09:51:40.509Z] #24 35.59 libjq1 libonig5 [2020-07-08T09:51:40.509Z] #24 36.10 The following NEW packages will be installed: [2020-07-08T09:51:40.509Z] #24 36.11 jq libjq1 libonig5 [2020-07-08T09:51:40.509Z] #24 36.33 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:40.509Z] #24 36.33 Need to get 358 kB of archives. [2020-07-08T09:51:40.509Z] #24 36.33 After this operation, 1277 kB of additional disk space will be used. [2020-07-08T09:51:40.509Z] #24 36.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-07-08T09:51:40.509Z] #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-07-08T09:51:40.509Z] #24 36.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-07-08T09:51:40.509Z] #24 38.07 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:40.509Z] #24 38.34 Fetched 358 kB in 0s (2639 kB/s) [2020-07-08T09:51:40.509Z] #24 38.53 Selecting previously unselected package libonig5:ppc64el. [2020-07-08T09:51:40.509Z] #24 38.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-07-08T09:51:40.509Z] #24 38.60 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-07-08T09:51:40.509Z] #24 38.63 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-07-08T09:51:40.509Z] #24 39.07 Selecting previously unselected package libjq1:ppc64el. [2020-07-08T09:51:40.509Z] #24 39.07 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-07-08T09:51:40.509Z] #24 39.08 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-07-08T09:51:40.509Z] #24 39.30 Selecting previously unselected package jq. [2020-07-08T09:51:40.509Z] #24 39.30 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-07-08T09:51:40.509Z] #24 39.30 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:51:40.509Z] #24 39.54 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-07-08T09:51:40.509Z] #24 39.55 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-07-08T09:51:40.509Z] #24 39.56 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:51:40.509Z] #24 39.57 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:51:40.509Z] #24 DONE 39.8s [2020-07-08T09:51:40.509Z] [2020-07-08T09:51:40.509Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T09:51:40.509Z] #25 DONE 0.1s [2020-07-08T09:51:40.509Z] [2020-07-08T09:51:40.509Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:40.529Z] #23 24.39 Building dependency tree... [2020-07-08T09:51:40.530Z] #23 ... [2020-07-08T09:51:40.530Z] [2020-07-08T09:51:40.530Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:40.530Z] #38 15.01 Fetched 8188 kB in 9s (882 kB/s) [2020-07-08T09:51:40.530Z] #38 15.01 Reading package lists... [2020-07-08T09:51:40.530Z] #38 19.81 Reading package lists... [2020-07-08T09:51:40.530Z] #38 24.83 Building dependency tree... [2020-07-08T09:51:40.530Z] #38 ... [2020-07-08T09:51:40.530Z] [2020-07-08T09:51:40.530Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:40.530Z] #32 15.15 Fetched 8188 kB in 10s (853 kB/s) [2020-07-08T09:51:40.530Z] #32 15.15 Reading package lists... [2020-07-08T09:51:40.530Z] #32 20.32 Reading package lists... [2020-07-08T09:51:40.794Z] #32 25.16 Building dependency tree... [2020-07-08T09:51:40.794Z] #32 ... [2020-07-08T09:51:40.794Z] [2020-07-08T09:51:40.794Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:40.794Z] #23 24.39 Building dependency tree... [2020-07-08T09:51:41.200Z] #17 24.48 Selecting previously unselected package vim. [2020-07-08T09:51:41.491Z] #17 24.48 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-07-08T09:51:41.491Z] #17 24.49 Unpacking vim (2:8.1.0875-5) ... [2020-07-08T09:51:41.491Z] #17 24.72 Selecting previously unselected package xfsprogs. [2020-07-08T09:51:41.491Z] #17 24.72 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-07-08T09:51:41.491Z] #17 24.72 Unpacking xfsprogs (4.20.0-1) ... [2020-07-08T09:51:41.655Z] #41 15.84 internal/testlog [2020-07-08T09:51:41.782Z] #17 24.88 Selecting previously unselected package zip. [2020-07-08T09:51:41.782Z] #17 24.88 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-07-08T09:51:41.782Z] #17 24.88 Unpacking zip (3.0-11+b1) ... [2020-07-08T09:51:41.782Z] #17 24.96 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:51:41.782Z] #17 24.97 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:51:41.782Z] #17 24.98 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-07-08T09:51:41.782Z] #17 24.98 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-07-08T09:51:41.782Z] #17 24.99 Setting up libgpm2:s390x (1.20.7-5) ... [2020-07-08T09:51:41.915Z] #41 16.26 encoding [2020-07-08T09:51:41.915Z] #41 16.43 unicode/utf16 [2020-07-08T09:51:42.073Z] #17 25.00 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-07-08T09:51:42.073Z] #17 25.00 Setting up uidmap (1:4.5-1.1) ... [2020-07-08T09:51:42.073Z] #17 25.01 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-07-08T09:51:42.073Z] #17 25.02 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-07-08T09:51:42.073Z] #17 25.02 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:51:42.073Z] #17 25.03 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-07-08T09:51:42.073Z] #17 25.04 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-07-08T09:51:42.073Z] #17 25.04 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:51:42.073Z] #17 25.05 Setting up zip (3.0-11+b1) ... [2020-07-08T09:51:42.073Z] #17 25.06 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:51:42.073Z] #17 25.07 Setting up bash-completion (1:2.8-6) ... [2020-07-08T09:51:42.174Z] #41 ... [2020-07-08T09:51:42.174Z] [2020-07-08T09:51:42.174Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:42.174Z] #47 16.61 + cd /tmp/tmp.ejFbufRT9j/src/github.com/mvdan/sh [2020-07-08T09:51:42.174Z] #47 16.63 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:42.174Z] #47 16.73 + GO111MODULE=on [2020-07-08T09:51:42.433Z] #47 16.73 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-07-08T09:51:42.628Z] #26 ... [2020-07-08T09:51:42.628Z] [2020-07-08T09:51:42.628Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:42.628Z] #11 23.78 Reading package lists... [2020-07-08T09:51:42.628Z] #11 32.17 Building dependency tree... [2020-07-08T09:51:42.628Z] #11 35.91 The following additional packages will be installed: [2020-07-08T09:51:42.628Z] #11 35.91 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-07-08T09:51:42.628Z] #11 35.92 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-07-08T09:51:42.628Z] #11 35.92 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-07-08T09:51:42.628Z] #11 35.93 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:51:42.628Z] #11 35.95 Suggested packages: [2020-07-08T09:51:42.628Z] #11 35.95 gcc-8-locales seccomp wine64 [2020-07-08T09:51:42.628Z] #11 37.56 The following NEW packages will be installed: [2020-07-08T09:51:42.628Z] #11 37.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-07-08T09:51:42.628Z] #11 37.56 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-07-08T09:51:42.628Z] #11 37.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-07-08T09:51:42.628Z] #11 37.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-07-08T09:51:42.628Z] #11 37.58 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-07-08T09:51:42.628Z] #11 37.58 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:51:42.628Z] #11 37.95 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:42.628Z] #11 37.95 Need to get 78.9 MB of archives. [2020-07-08T09:51:42.628Z] #11 37.95 After this operation, 532 MB of additional disk space will be used. [2020-07-08T09:51:42.628Z] #11 37.95 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-07-08T09:51:42.628Z] #11 39.28 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-07-08T09:51:42.628Z] #11 39.89 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-07-08T09:51:42.628Z] #11 39.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-07-08T09:51:42.628Z] #11 39.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-07-08T09:51:42.628Z] #11 39.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-07-08T09:51:42.628Z] #11 40.65 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-07-08T09:51:42.628Z] #11 41.10 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-07-08T09:51:42.628Z] #11 41.12 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-07-08T09:51:42.628Z] #11 ... [2020-07-08T09:51:42.628Z] [2020-07-08T09:51:42.628Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:42.628Z] #33 39.08 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:42.628Z] #33 39.45 Fetched 14.9 MB in 2s (6107 kB/s) [2020-07-08T09:51:42.628Z] #33 39.58 Selecting previously unselected package xxd. [2020-07-08T09:51:42.628Z] #33 39.58 (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-07-08T09:51:42.628Z] #33 39.70 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-07-08T09:51:42.628Z] #33 39.70 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:51:42.628Z] #33 40.05 Selecting previously unselected package vim-common. [2020-07-08T09:51:42.628Z] #33 40.08 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:51:42.628Z] #33 40.16 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:51:42.628Z] #33 40.47 Selecting previously unselected package cmake-data. [2020-07-08T09:51:42.628Z] #33 40.49 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-07-08T09:51:42.628Z] #33 40.51 Unpacking cmake-data (3.13.4-1) ... [2020-07-08T09:51:42.692Z] #47 ... [2020-07-08T09:51:42.692Z] [2020-07-08T09:51:42.692Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:42.692Z] #28 7.076 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-07-08T09:51:42.692Z] #28 7.080 Cloning into '.'... [2020-07-08T09:51:42.692Z] #28 ... [2020-07-08T09:51:42.692Z] [2020-07-08T09:51:42.692Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:42.692Z] #21 17.28 + mkdir -p /build [2020-07-08T09:51:42.692Z] #21 17.28 + mv docker/docker /build/ [2020-07-08T09:51:42.692Z] #21 17.31 + rmdir docker [2020-07-08T09:51:42.730Z] #23 27.10 ca-certificates is already the newest version (20200601~deb10u1). [2020-07-08T09:51:42.730Z] #23 27.10 The following additional packages will be installed: [2020-07-08T09:51:42.730Z] #23 27.11 libjq1 libonig5 [2020-07-08T09:51:42.730Z] #23 ... [2020-07-08T09:51:42.730Z] [2020-07-08T09:51:42.730Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:42.730Z] #47 17.28 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:42.730Z] #47 18.25 runtime [2020-07-08T09:51:42.730Z] #47 18.29 runtime/cgo [2020-07-08T09:51:42.995Z] #47 ... [2020-07-08T09:51:42.995Z] [2020-07-08T09:51:42.995Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:42.995Z] #23 27.50 The following NEW packages will be installed: [2020-07-08T09:51:42.995Z] #23 27.51 jq libjq1 libonig5 [2020-07-08T09:51:43.105Z] #17 26.05 Setting up libiptc0:s390x (1.8.2-4) ... [2020-07-08T09:51:43.105Z] #17 26.06 Setting up xz-utils (5.2.4-1) ... [2020-07-08T09:51:43.105Z] #17 26.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T09:51:43.105Z] #17 26.07 Setting up sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:51:43.105Z] #17 26.11 invoke-rc.d: could not determine current runlevel [2020-07-08T09:51:43.105Z] #17 26.11 invoke-rc.d: policy-rc.d denied execution of start. [2020-07-08T09:51:43.105Z] #17 26.12 Setting up pigz (2.4-1) ... [2020-07-08T09:51:43.105Z] #17 26.12 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-07-08T09:51:43.105Z] #17 26.13 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-07-08T09:51:43.105Z] #17 26.14 Setting up python-pip-whl (18.1-5) ... [2020-07-08T09:51:43.105Z] #17 26.15 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-07-08T09:51:43.105Z] #17 26.15 Setting up vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:51:43.105Z] #17 26.34 Setting up libaio1:s390x (0.3.112-3) ... [2020-07-08T09:51:43.105Z] #17 26.35 Setting up libonig5:s390x (6.9.1-1) ... [2020-07-08T09:51:43.105Z] #17 26.35 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... [2020-07-08T09:51:43.105Z] #17 26.37 Setting up vim (2:8.1.0875-5) ... [2020-07-08T09:51:43.105Z] #17 26.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-07-08T09:51:43.106Z] #17 26.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-07-08T09:51:43.106Z] #17 26.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-07-08T09:51:43.106Z] #17 26.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-07-08T09:51:43.106Z] #17 26.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-07-08T09:51:43.106Z] #17 26.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-07-08T09:51:43.396Z] #17 26.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-07-08T09:51:43.396Z] #17 26.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-07-08T09:51:43.396Z] #17 26.40 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-07-08T09:51:43.396Z] #17 26.41 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:51:43.396Z] #17 26.42 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-07-08T09:51:43.396Z] #17 26.43 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:51:43.396Z] #17 26.43 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-07-08T09:51:43.396Z] #17 26.44 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:51:43.574Z] #23 27.96 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:43.574Z] #23 27.96 Need to get 325 kB of archives. [2020-07-08T09:51:43.574Z] #23 27.96 After this operation, 1019 kB of additional disk space will be used. [2020-07-08T09:51:43.574Z] #23 27.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-07-08T09:51:43.574Z] #23 27.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-07-08T09:51:43.574Z] #23 27.97 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-07-08T09:51:43.823Z] #54 ... [2020-07-08T09:51:43.823Z] [2020-07-08T09:51:43.823Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:43.823Z] #47 16.03 + cd /tmp/tmp.pX7qYXhwxt/src/github.com/mvdan/sh [2020-07-08T09:51:43.823Z] #47 16.03 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-07-08T09:51:43.823Z] #47 16.19 + GO111MODULE=on [2020-07-08T09:51:43.823Z] #47 16.19 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-07-08T09:51:43.823Z] #47 ... [2020-07-08T09:51:43.823Z] [2020-07-08T09:51:43.823Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:43.823Z] #21 15.86 + mkdir -p /build [2020-07-08T09:51:43.823Z] #21 15.87 + mv docker/docker /build/ [2020-07-08T09:51:43.823Z] #21 15.89 + rmdir docker [2020-07-08T09:51:43.823Z] #21 DONE 17.0s [2020-07-08T09:51:43.823Z] [2020-07-08T09:51:43.823Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:43.823Z] #36 6.966 + git clone https://github.com/docker/distribution.git . [2020-07-08T09:51:43.823Z] #36 6.973 Cloning into '.'... [2020-07-08T09:51:43.823Z] #36 ... [2020-07-08T09:51:43.823Z] [2020-07-08T09:51:43.823Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:43.823Z] #43 12.45 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:43.823Z] #43 13.56 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:43.823Z] #43 13.87 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:43.823Z] #43 16.93 go: finding github.com/fatih/color v1.6.0 [2020-07-08T09:51:43.823Z] #43 16.96 go: finding github.com/pkg/errors v0.8.0 [2020-07-08T09:51:43.823Z] #43 16.99 go: finding github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:43.823Z] #43 17.12 go: finding github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:43.823Z] #43 17.13 go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:43.823Z] #43 17.39 go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:44.073Z] #21 DONE 18.4s [2020-07-08T09:51:44.074Z] [2020-07-08T09:51:44.074Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:44.074Z] #41 16.93 container/list [2020-07-08T09:51:44.074Z] #41 17.61 crypto/internal/subtle [2020-07-08T09:51:44.074Z] #41 17.78 crypto/subtle [2020-07-08T09:51:44.074Z] #41 17.93 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-07-08T09:51:44.074Z] #41 18.09 internal/nettrace [2020-07-08T09:51:44.074Z] #41 18.26 runtime/cgo [2020-07-08T09:51:44.081Z] #43 17.78 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:44.173Z] #33 ... [2020-07-08T09:51:44.173Z] [2020-07-08T09:51:44.173Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:44.173Z] #39 24.32 Reading package lists... [2020-07-08T09:51:44.173Z] #39 33.60 Building dependency tree... [2020-07-08T09:51:44.173Z] #39 37.36 The following additional packages will be installed: [2020-07-08T09:51:44.173Z] #39 37.38 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-07-08T09:51:44.173Z] #39 37.38 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-07-08T09:51:44.173Z] #39 37.40 Suggested packages: [2020-07-08T09:51:44.173Z] #39 37.40 manpages-dev python-setuptools [2020-07-08T09:51:44.173Z] #39 38.97 The following NEW packages will be installed: [2020-07-08T09:51:44.173Z] #39 38.97 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-07-08T09:51:44.173Z] #39 38.97 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-07-08T09:51:44.173Z] #39 38.98 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-07-08T09:51:44.173Z] #39 38.98 python-six zlib1g-dev [2020-07-08T09:51:44.173Z] #39 39.59 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:44.173Z] #39 39.59 Need to get 4075 kB of archives. [2020-07-08T09:51:44.173Z] #39 39.59 After this operation, 24.5 MB of additional disk space will be used. [2020-07-08T09:51:44.173Z] #39 39.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-07-08T09:51:44.173Z] #39 39.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-07-08T09:51:44.173Z] #39 39.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-07-08T09:51:44.173Z] #39 39.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-07-08T09:51:44.173Z] #39 39.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-07-08T09:51:44.173Z] #39 39.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-07-08T09:51:44.173Z] #39 39.89 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-07-08T09:51:44.173Z] #39 39.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-07-08T09:51:44.173Z] #39 40.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-07-08T09:51:44.173Z] #39 40.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-07-08T09:51:44.173Z] #39 40.59 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-07-08T09:51:44.173Z] #39 40.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-07-08T09:51:44.173Z] #39 40.85 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-07-08T09:51:44.173Z] #39 40.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-07-08T09:51:44.173Z] #39 40.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-07-08T09:51:44.173Z] #39 40.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-07-08T09:51:44.173Z] #39 40.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-07-08T09:51:44.173Z] #39 42.41 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:44.173Z] #39 42.69 Fetched 4075 kB in 2s (2598 kB/s) [2020-07-08T09:51:44.173Z] #39 42.81 Selecting previously unselected package libcap-dev:ppc64el. [2020-07-08T09:51:44.173Z] #39 42.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-07-08T09:51:44.173Z] #39 42.99 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-07-08T09:51:44.173Z] #39 42.99 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-07-08T09:51:44.173Z] #39 43.26 Selecting previously unselected package libnet1:ppc64el. [2020-07-08T09:51:44.173Z] #39 43.31 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-07-08T09:51:44.173Z] #39 43.32 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-07-08T09:51:44.173Z] #39 ... [2020-07-08T09:51:44.173Z] [2020-07-08T09:51:44.173Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:44.173Z] #26 2.275 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-07-08T09:51:44.173Z] #26 2.885 #=#=# [2020-07-08T09:51:44.339Z] #43 ... [2020-07-08T09:51:44.339Z] [2020-07-08T09:51:44.339Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:44.339Z] #47 17.84 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:44.339Z] #47 17.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:44.339Z] #47 17.95 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:44.427Z] #17 27.37 Setting up iptables (1.8.2-4) ... [2020-07-08T09:51:44.427Z] #17 27.38 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:51:44.427Z] #17 27.38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:51:44.427Z] #17 27.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:51:44.427Z] #17 27.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:51:44.427Z] #17 27.39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-07-08T09:51:44.427Z] #17 27.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-07-08T09:51:44.427Z] #17 27.39 Setting up python3 (3.7.3-1) ... [2020-07-08T09:51:44.427Z] #17 27.50 Setting up python3-wheel (0.32.3-2) ... [2020-07-08T09:51:44.717Z] #17 27.75 Setting up apparmor (2.13.2-10) ... [2020-07-08T09:51:44.907Z] #47 18.42 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:44.907Z] #47 18.48 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:45.016Z] #23 29.20 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:45.016Z] #23 29.38 Fetched 325 kB in 0s (971 kB/s) [2020-07-08T09:51:45.299Z] #23 29.95 Selecting previously unselected package libonig5:arm64. [2020-07-08T09:51:45.348Z] #17 28.49 Setting up xfsprogs (4.20.0-1) ... [2020-07-08T09:51:45.348Z] #17 28.50 Setting up python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:51:45.562Z] #23 29.95 (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 ... 15383 files and directories currently installed.) [2020-07-08T09:51:45.562Z] #23 29.99 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-07-08T09:51:45.639Z] #17 28.65 Setting up python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:51:45.639Z] #17 28.87 Setting up python3-distutils (3.7.3-1) ... [2020-07-08T09:51:45.845Z] #47 19.43 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:45.929Z] #17 29.04 Setting up python3-setuptools (40.8.0-1) ... [2020-07-08T09:51:46.156Z] #23 30.46 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-07-08T09:51:46.221Z] #17 29.34 Setting up python3-pip (18.1-5) ... [2020-07-08T09:51:46.512Z] #17 29.65 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:51:46.512Z] #17 29.67 Processing triggers for mime-support (3.62) ... [2020-07-08T09:51:46.612Z] #26 3.134 1.3% ## 3.3% ### 5.4% ###### 9.4% ########### 15.6% ############## 19.6% ################### 27.8% ###################### 31.9% ########################### 38.0% ################################# 46.1% ##################################### 52.2% ####################################### 54.3% ########################################## 58.4% ############################################# 63.6% ################################################ 67.1% #################################################### 72.8% ####################################################### 76.8% ########################################################### 82.9% ################################################################# 90.9% ##################################################################### 97.0% ######################################################################## 100.0% [2020-07-08T09:51:46.623Z] #41 ... [2020-07-08T09:51:46.623Z] [2020-07-08T09:51:46.623Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:46.623Z] #10 10.69 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:46.623Z] #10 13.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:46.623Z] #10 ... [2020-07-08T09:51:46.623Z] [2020-07-08T09:51:46.623Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:46.623Z] #47 18.47 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:46.623Z] #47 18.60 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:46.623Z] #47 18.61 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:46.623Z] #47 19.15 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:46.623Z] #47 19.25 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:46.623Z] #47 20.36 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:46.623Z] #47 21.19 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:46.779Z] #47 20.25 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:46.808Z] #17 DONE 30.0s [2020-07-08T09:51:46.808Z] [2020-07-08T09:51:46.808Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:51:46.882Z] #47 ... [2020-07-08T09:51:46.882Z] [2020-07-08T09:51:46.882Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:46.882Z] #51 11.37 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:46.882Z] #51 13.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:47.038Z] #47 ... [2020-07-08T09:51:47.038Z] [2020-07-08T09:51:47.038Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:47.038Z] #10 10.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:47.038Z] #10 13.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:47.102Z] #23 31.55 Selecting previously unselected package libjq1:arm64. [2020-07-08T09:51:47.102Z] #23 31.56 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-07-08T09:51:47.102Z] #23 31.57 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-07-08T09:51:47.141Z] #51 ... [2020-07-08T09:51:47.141Z] [2020-07-08T09:51:47.141Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:47.141Z] #38 11.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:51:47.141Z] #38 13.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:47.265Z] #26 6.484 [2020-07-08T09:51:47.296Z] #10 ... [2020-07-08T09:51:47.296Z] [2020-07-08T09:51:47.296Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:47.296Z] #43 17.95 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:47.296Z] #43 18.16 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:47.296Z] #43 18.21 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:47.296Z] #43 18.25 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:47.370Z] #23 ... [2020-07-08T09:51:47.370Z] [2020-07-08T09:51:47.370Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:47.370Z] #60 DONE 32.0s [2020-07-08T09:51:47.401Z] #38 ... [2020-07-08T09:51:47.401Z] [2020-07-08T09:51:47.401Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:47.401Z] #43 13.30 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:47.401Z] #43 14.37 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:47.401Z] #43 14.63 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:47.401Z] #43 17.44 go: finding github.com/fatih/color v1.6.0 [2020-07-08T09:51:47.401Z] #43 17.45 go: finding github.com/pkg/errors v0.8.0 [2020-07-08T09:51:47.401Z] #43 17.53 go: finding github.com/sirupsen/logrus v1.0.5 [2020-07-08T09:51:47.401Z] #43 17.66 go: finding github.com/spf13/pflag v1.0.1 [2020-07-08T09:51:47.401Z] #43 17.82 go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T09:51:47.401Z] #43 17.85 go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T09:51:47.401Z] #43 18.09 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T09:51:47.401Z] #43 18.24 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T09:51:47.401Z] #43 18.46 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-07-08T09:51:47.401Z] #43 18.60 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T09:51:47.401Z] #43 18.75 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T09:51:47.554Z] #43 ... [2020-07-08T09:51:47.554Z] [2020-07-08T09:51:47.554Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:47.554Z] #32 11.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:47.554Z] #32 ... [2020-07-08T09:51:47.554Z] [2020-07-08T09:51:47.554Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:47.554Z] #41 13.65 math [2020-07-08T09:51:47.554Z] #41 17.90 unicode/utf16 [2020-07-08T09:51:47.554Z] #41 18.33 container/list [2020-07-08T09:51:47.554Z] #41 19.09 crypto/internal/subtle [2020-07-08T09:51:47.554Z] #41 19.18 crypto/subtle [2020-07-08T09:51:47.554Z] #41 19.47 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-07-08T09:51:47.554Z] #41 19.61 internal/nettrace [2020-07-08T09:51:47.554Z] #41 19.73 runtime/cgo [2020-07-08T09:51:47.566Z] [2020-07-08T09:51:47.566Z] #26 ... [2020-07-08T09:51:47.566Z] [2020-07-08T09:51:47.566Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:47.566Z] #61 DONE 46.6s [2020-07-08T09:51:47.566Z] [2020-07-08T09:51:47.566Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:47.634Z] [2020-07-08T09:51:47.634Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:47.634Z] #43 DONE 32.1s [2020-07-08T09:51:47.634Z] [2020-07-08T09:51:47.634Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:47.634Z] #38 24.83 Building dependency tree... [2020-07-08T09:51:47.634Z] #38 27.55 The following additional packages will be installed: [2020-07-08T09:51:47.634Z] #38 27.56 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-07-08T09:51:47.634Z] #38 27.56 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-07-08T09:51:47.634Z] #38 27.57 Suggested packages: [2020-07-08T09:51:47.634Z] #38 27.57 manpages-dev python-setuptools [2020-07-08T09:51:47.634Z] #38 28.41 The following NEW packages will be installed: [2020-07-08T09:51:47.634Z] #38 28.41 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-07-08T09:51:47.634Z] #38 28.41 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-07-08T09:51:47.634Z] #38 28.41 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-07-08T09:51:47.634Z] #38 28.41 python-six zlib1g-dev [2020-07-08T09:51:47.634Z] #38 28.73 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:47.634Z] #38 28.73 Need to get 3798 kB of archives. [2020-07-08T09:51:47.634Z] #38 28.73 After this operation, 21.6 MB of additional disk space will be used. [2020-07-08T09:51:47.634Z] #38 28.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-07-08T09:51:47.634Z] #38 28.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-07-08T09:51:47.634Z] #38 28.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-07-08T09:51:47.634Z] #38 28.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-07-08T09:51:47.634Z] #38 28.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-07-08T09:51:47.634Z] #38 28.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-07-08T09:51:47.634Z] #38 28.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-07-08T09:51:47.634Z] #38 28.75 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-07-08T09:51:47.634Z] #38 28.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-07-08T09:51:47.634Z] #38 28.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-07-08T09:51:47.634Z] #38 28.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-07-08T09:51:47.634Z] #38 28.91 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-07-08T09:51:47.634Z] #38 28.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-07-08T09:51:47.634Z] #38 28.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-07-08T09:51:47.634Z] #38 28.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-07-08T09:51:47.634Z] #38 28.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-07-08T09:51:47.634Z] #38 28.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-07-08T09:51:47.634Z] #38 30.31 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:47.634Z] #38 30.59 Fetched 3798 kB in 1s (7039 kB/s) [2020-07-08T09:51:47.634Z] #38 31.27 Selecting previously unselected package libcap-dev:arm64. [2020-07-08T09:51:47.634Z] #38 31.27 (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 ... 15383 files and directories currently installed.) [2020-07-08T09:51:47.634Z] #38 31.31 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-07-08T09:51:47.634Z] #38 31.45 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-07-08T09:51:47.634Z] #38 32.22 Selecting previously unselected package libnet1:arm64. [2020-07-08T09:51:47.634Z] #38 32.23 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-07-08T09:51:47.634Z] #38 32.24 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:51:47.634Z] #38 ... [2020-07-08T09:51:47.634Z] [2020-07-08T09:51:47.634Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:47.634Z] #23 32.22 Selecting previously unselected package jq. [2020-07-08T09:51:47.634Z] #23 32.26 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-07-08T09:51:47.634Z] #23 32.30 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:51:47.865Z] #26 6.736 ############## 20.3% ################################# 47.0% ########################################### 60.3% ############################################################## 87.1% ######################################################################## 100.0% [2020-07-08T09:51:47.865Z] #18 ... [2020-07-08T09:51:47.865Z] [2020-07-08T09:51:47.865Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:47.865Z] #49 38.69 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-07-08T09:51:47.865Z] #49 39.50 + mkdir -p /build [2020-07-08T09:51:47.865Z] #49 39.51 + cp runc /build/runc [2020-07-08T09:51:47.865Z] #49 DONE 39.7s [2020-07-08T09:51:47.865Z] [2020-07-08T09:51:47.865Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:47.865Z] #52 111.7 + bin/containerd [2020-07-08T09:51:47.969Z] #43 ... [2020-07-08T09:51:47.969Z] [2020-07-08T09:51:47.969Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:47.969Z] #54 12.46 + cd /tmp/tmp.zGFzOdfh4O/src/github.com/rootless-containers/rootlesskit [2020-07-08T09:51:47.969Z] #54 12.46 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e [2020-07-08T09:51:47.969Z] #54 13.07 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:51:47.969Z] #54 13.07 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-07-08T09:51:48.120Z] #41 ... [2020-07-08T09:51:48.120Z] [2020-07-08T09:51:48.120Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:48.120Z] #47 21.69 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:48.210Z] #23 32.58 Setting up libonig5:arm64 (6.9.1-1) ... [2020-07-08T09:51:48.210Z] #23 32.64 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-07-08T09:51:48.210Z] #23 32.67 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:51:48.210Z] #23 32.72 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:51:48.228Z] #54 ... [2020-07-08T09:51:48.228Z] [2020-07-08T09:51:48.228Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:48.228Z] #30 15.49 internal/testlog [2020-07-08T09:51:48.228Z] #30 16.05 encoding [2020-07-08T09:51:48.228Z] #30 16.34 runtime/cgo [2020-07-08T09:51:48.228Z] #30 ... [2020-07-08T09:51:48.228Z] [2020-07-08T09:51:48.228Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:48.228Z] #47 22.74 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:48.507Z] #52 ... [2020-07-08T09:51:48.507Z] [2020-07-08T09:51:48.507Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:51:48.507Z] #18 1.299 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-07-08T09:51:48.507Z] #18 1.299 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-07-08T09:51:48.507Z] #18 1.299 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-07-08T09:51:48.507Z] #18 DONE 1.4s [2020-07-08T09:51:48.507Z] [2020-07-08T09:51:48.507Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:51:48.519Z] #26 7.740 [2020-07-08T09:51:48.798Z] #47 ... [2020-07-08T09:51:48.798Z] [2020-07-08T09:51:48.798Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:48.798Z] #23 13.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:48.798Z] #23 ... [2020-07-08T09:51:48.798Z] [2020-07-08T09:51:48.798Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:48.798Z] #32 13.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:49.163Z] #23 DONE 33.5s [2020-07-08T09:51:49.163Z] [2020-07-08T09:51:49.163Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:49.163Z] #51 19.34 Reading package lists... [2020-07-08T09:51:49.163Z] #51 25.22 Building dependency tree... [2020-07-08T09:51:49.163Z] #51 27.95 The following additional packages will be installed: [2020-07-08T09:51:49.163Z] #51 27.95 libbtrfs0 [2020-07-08T09:51:49.163Z] #51 28.12 The following NEW packages will be installed: [2020-07-08T09:51:49.163Z] #51 28.13 libbtrfs-dev libbtrfs0 [2020-07-08T09:51:49.163Z] #51 28.51 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:49.163Z] #51 28.51 Need to get 119 kB of archives. [2020-07-08T09:51:49.163Z] #51 28.51 After this operation, 387 kB of additional disk space will be used. [2020-07-08T09:51:49.163Z] #51 28.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-07-08T09:51:49.163Z] #51 28.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-07-08T09:51:49.163Z] #51 30.30 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:49.163Z] #51 30.65 Fetched 119 kB in 0s (395 kB/s) [2020-07-08T09:51:49.163Z] #51 31.50 Selecting previously unselected package libbtrfs0. [2020-07-08T09:51:49.163Z] #51 31.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 ... 15383 files and directories currently installed.) [2020-07-08T09:51:49.163Z] #51 31.57 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-07-08T09:51:49.163Z] #51 31.95 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:51:49.163Z] #51 32.19 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:51:49.163Z] #51 32.19 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-07-08T09:51:49.163Z] #51 32.21 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:51:49.163Z] #51 32.57 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:51:49.163Z] #51 32.62 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:51:49.163Z] #51 32.68 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:51:49.163Z] #51 DONE 33.5s [2020-07-08T09:51:49.163Z] [2020-07-08T09:51:49.163Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T09:51:49.163Z] #24 DONE 0.2s [2020-07-08T09:51:49.163Z] [2020-07-08T09:51:49.163Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:49.346Z] #26 8.245 ########### 16.3% ########################## 36.9% ####################################################################### 98.6% ######################################################################## 100.0% [2020-07-08T09:51:49.367Z] #32 ... [2020-07-08T09:51:49.367Z] [2020-07-08T09:51:49.367Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:49.493Z] #47 22.85 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:49.493Z] #47 ... [2020-07-08T09:51:49.493Z] [2020-07-08T09:51:49.493Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:49.493Z] #38 12.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:49.493Z] #38 ... [2020-07-08T09:51:49.493Z] [2020-07-08T09:51:49.493Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:49.626Z] #36 23.77 Checking out files: 85% (1365/1597) Checking out files: 86% (1374/1597) Checking out files: 87% (1390/1597) Checking out files: 88% (1406/1597) Checking out files: 89% (1422/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-07-08T09:51:49.626Z] #36 24.09 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-07-08T09:51:49.649Z] #26 9.106 #=#=# [2020-07-08T09:51:49.755Z] #60 22.57 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-07-08T09:51:49.755Z] #60 23.30 + cd /tmp/tmp.vuvVYqoVl2/src/github.com/docker/libnetwork [2020-07-08T09:51:49.755Z] #60 23.32 + git checkout -q 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:49.755Z] #60 ... [2020-07-08T09:51:49.755Z] [2020-07-08T09:51:49.755Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:51:49.755Z] #51 13.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:50.017Z] #51 ... [2020-07-08T09:51:50.017Z] [2020-07-08T09:51:50.017Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:50.017Z] #47 23.01 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:50.017Z] #47 23.27 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:50.017Z] #47 23.28 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:50.275Z] #47 ... [2020-07-08T09:51:50.275Z] [2020-07-08T09:51:50.275Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:50.275Z] #23 13.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:51:50.275Z] #23 ... [2020-07-08T09:51:50.275Z] [2020-07-08T09:51:50.275Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:50.275Z] #60 23.86 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-07-08T09:51:50.670Z] #19 2.339 Collecting yamllint==1.16.0 [2020-07-08T09:51:50.960Z] #19 2.459 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-07-08T09:51:50.960Z] #19 2.485 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-07-08T09:51:50.960Z] #19 2.503 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-07-08T09:51:50.960Z] #19 2.521 Collecting pyyaml (from yamllint==1.16.0) [2020-07-08T09:51:50.960Z] #19 2.573 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-07-08T09:51:50.962Z] Running on azwin-2-1ba990 in d:\jenkins\workspace\moby_PR-41168 [Pipeline] { [Pipeline] ws [2020-07-08T09:51:50.979Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-07-08T09:51:51.251Z] #19 2.904 Building wheels for collected packages: pyyaml [2020-07-08T09:51:51.251Z] #19 2.905 Running setup.py bdist_wheel for pyyaml: started [2020-07-08T09:51:51.543Z] #19 3.143 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-07-08T09:51:51.543Z] #19 3.145 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-07-08T09:51:51.543Z] #19 3.175 Successfully built pyyaml [2020-07-08T09:51:51.543Z] #19 3.196 Installing collected packages: pathspec, pyyaml, yamllint [2020-07-08T09:51:51.592Z] #26 9.409 ## 3.2% ####### 10.9% ############## 20.5% ##################### 30.1% ############################ 39.7% ################################ 45.4% ###################################### 53.1% ########################################### 60.8% ################################################## 70.4% ###################################################### 76.1% ########################################################### 83.1% ################################################################ 90.2% ##################################################################### 96.0% ######################################################################## 100.0% [2020-07-08T09:51:51.650Z] #60 ... [2020-07-08T09:51:51.650Z] [2020-07-08T09:51:51.650Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:51.650Z] #30 15.01 internal/testlog [2020-07-08T09:51:51.650Z] #30 15.40 encoding [2020-07-08T09:51:51.650Z] #30 15.61 runtime/cgo [2020-07-08T09:51:51.650Z] #30 ... [2020-07-08T09:51:51.650Z] [2020-07-08T09:51:51.650Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:51:51.650Z] #36 24.44 Checking out files: 89% (1432/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-07-08T09:51:51.650Z] #36 24.68 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-07-08T09:51:51.743Z] #25 ... [2020-07-08T09:51:51.743Z] [2020-07-08T09:51:51.743Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:51.743Z] #32 25.16 Building dependency tree... [2020-07-08T09:51:51.743Z] #32 27.64 The following additional packages will be installed: [2020-07-08T09:51:51.743Z] #32 27.64 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-07-08T09:51:51.743Z] #32 27.65 Suggested packages: [2020-07-08T09:51:51.743Z] #32 27.65 cmake-doc ninja-build lrzip [2020-07-08T09:51:51.743Z] #32 27.65 Recommended packages: [2020-07-08T09:51:51.743Z] #32 27.65 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-07-08T09:51:51.743Z] #32 28.17 The following NEW packages will be installed: [2020-07-08T09:51:51.743Z] #32 28.19 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-07-08T09:51:51.743Z] #32 28.19 vim-common xxd [2020-07-08T09:51:51.743Z] #32 28.53 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:51.743Z] #32 28.53 Need to get 14.2 MB of archives. [2020-07-08T09:51:51.743Z] #32 28.53 After this operation, 60.0 MB of additional disk space will be used. [2020-07-08T09:51:51.743Z] #32 28.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-07-08T09:51:51.743Z] #32 28.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:51:51.743Z] #32 28.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-07-08T09:51:51.743Z] #32 28.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-07-08T09:51:51.743Z] #32 29.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-07-08T09:51:51.743Z] #32 29.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-07-08T09:51:51.743Z] #32 29.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-07-08T09:51:51.743Z] #32 29.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-07-08T09:51:51.743Z] #32 29.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-07-08T09:51:51.743Z] #32 29.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-07-08T09:51:51.743Z] #32 30.66 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:51.743Z] #32 31.32 Fetched 14.2 MB in 1s (9650 kB/s) [2020-07-08T09:51:51.743Z] #32 31.51 Selecting previously unselected package xxd. [2020-07-08T09:51:51.743Z] #32 31.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-07-08T09:51:51.743Z] #32 31.67 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-07-08T09:51:51.743Z] #32 31.95 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:51:51.743Z] #32 32.27 Selecting previously unselected package vim-common. [2020-07-08T09:51:51.743Z] #32 32.30 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:51:51.743Z] #32 32.37 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:51:51.743Z] #32 33.12 Selecting previously unselected package cmake-data. [2020-07-08T09:51:51.743Z] #32 33.13 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-07-08T09:51:51.743Z] #32 33.16 Unpacking cmake-data (3.13.4-1) ... [2020-07-08T09:51:51.743Z] #32 ... [2020-07-08T09:51:51.743Z] [2020-07-08T09:51:51.743Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:51.743Z] #10 21.20 Reading package lists... [2020-07-08T09:51:51.743Z] #10 26.47 Building dependency tree... [2020-07-08T09:51:51.743Z] #10 28.95 The following additional packages will be installed: [2020-07-08T09:51:51.743Z] #10 28.95 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-07-08T09:51:51.743Z] #10 28.95 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-07-08T09:51:51.743Z] #10 28.95 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-07-08T09:51:51.743Z] #10 28.97 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:51:51.743Z] #10 28.98 Suggested packages: [2020-07-08T09:51:51.743Z] #10 28.98 gcc-8-locales seccomp wine64 [2020-07-08T09:51:51.743Z] #10 29.87 The following NEW packages will be installed: [2020-07-08T09:51:51.743Z] #10 29.87 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-07-08T09:51:51.743Z] #10 29.87 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-07-08T09:51:51.743Z] #10 29.87 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-07-08T09:51:51.743Z] #10 29.88 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-07-08T09:51:51.743Z] #10 29.88 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-07-08T09:51:51.743Z] #10 29.88 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:51:51.743Z] #10 30.25 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:51:51.743Z] #10 30.25 Need to get 73.3 MB of archives. [2020-07-08T09:51:51.743Z] #10 30.25 After this operation, 472 MB of additional disk space will be used. [2020-07-08T09:51:51.743Z] #10 30.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-07-08T09:51:51.743Z] #10 30.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-07-08T09:51:51.743Z] #10 30.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-07-08T09:51:51.743Z] #10 30.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-07-08T09:51:51.743Z] #10 30.87 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-07-08T09:51:51.743Z] #10 30.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-07-08T09:51:51.743Z] #10 31.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-07-08T09:51:51.743Z] #10 31.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-07-08T09:51:51.743Z] #10 31.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-07-08T09:51:51.743Z] #10 34.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-07-08T09:51:51.743Z] #10 36.04 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-07-08T09:51:51.743Z] #10 36.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-07-08T09:51:51.743Z] #10 36.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-07-08T09:51:51.743Z] #10 36.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-07-08T09:51:51.743Z] #10 36.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-07-08T09:51:51.743Z] #10 36.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-07-08T09:51:51.743Z] #10 36.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-07-08T09:51:51.743Z] #10 36.10 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-07-08T09:51:51.743Z] #10 36.10 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-07-08T09:51:51.743Z] #10 36.11 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-07-08T09:51:51.743Z] #10 36.11 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-07-08T09:51:51.743Z] #10 36.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-07-08T09:51:51.743Z] #10 36.14 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-07-08T09:51:51.743Z] #10 36.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-07-08T09:51:51.743Z] #10 36.15 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-07-08T09:51:51.743Z] #10 ... [2020-07-08T09:51:51.743Z] [2020-07-08T09:51:51.743Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:51.743Z] #38 32.43 Selecting previously unselected package libnet1-dev. [2020-07-08T09:51:51.743Z] #38 32.44 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 32.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:51:51.743Z] #38 32.86 Selecting previously unselected package libnl-3-200:arm64. [2020-07-08T09:51:51.743Z] #38 32.87 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 33.01 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-07-08T09:51:51.743Z] #38 33.53 Selecting previously unselected package libnl-3-dev:arm64. [2020-07-08T09:51:51.743Z] #38 33.54 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 33.57 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-07-08T09:51:51.743Z] #38 34.21 Selecting previously unselected package libprotobuf-c1:arm64. [2020-07-08T09:51:51.743Z] #38 34.24 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 34.25 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-07-08T09:51:51.743Z] #38 34.45 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-07-08T09:51:51.743Z] #38 34.46 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 34.49 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-07-08T09:51:51.743Z] #38 34.70 Selecting previously unselected package zlib1g-dev:arm64. [2020-07-08T09:51:51.743Z] #38 34.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 34.71 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-07-08T09:51:51.743Z] #38 35.12 Selecting previously unselected package libprotobuf17:arm64. [2020-07-08T09:51:51.743Z] #38 35.14 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 35.17 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-07-08T09:51:51.743Z] #38 36.04 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-07-08T09:51:51.743Z] #38 36.05 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 36.09 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-07-08T09:51:51.743Z] #38 36.32 Selecting previously unselected package libprotobuf-dev:arm64. [2020-07-08T09:51:51.743Z] #38 36.33 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-07-08T09:51:51.743Z] #38 36.34 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-07-08T09:51:51.835Z] #19 3.311 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-07-08T09:51:51.835Z] #19 DONE 3.6s [2020-07-08T09:51:51.835Z] [2020-07-08T09:51:51.835Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:51.835Z] #45 142.1 + cd /tmp/tmp.9Rp0CwzPQN/src/github.com/golangci/golangci-lint/ [2020-07-08T09:51:51.835Z] #45 142.1 + git checkout -q v1.23.8 [2020-07-08T09:51:51.835Z] #45 142.5 ++ git describe --tags [2020-07-08T09:51:51.835Z] #45 142.5 + version=v1.23.8 [2020-07-08T09:51:51.835Z] #45 142.5 ++ git rev-parse --short HEAD [2020-07-08T09:51:51.835Z] #45 142.5 + commit=76a82c6 [2020-07-08T09:51:51.835Z] #45 142.5 ++ git show -s --format=%cd [2020-07-08T09:51:51.835Z] #45 142.5 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-07-08T09:51:51.835Z] #45 142.5 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-07-08T09:51:51.894Z] #26 11.43 [2020-07-08T09:51:52.130Z] #45 ... [2020-07-08T09:51:52.130Z] [2020-07-08T09:51:52.130Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-07-08T09:51:52.130Z] #22 DONE 0.2s [2020-07-08T09:51:52.170Z] #36 26.29 + 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-07-08T09:51:52.421Z] [2020-07-08T09:51:52.421Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:51:53.028Z] #36 26.49 + 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-07-08T09:51:53.052Z] #26 DONE 0.8s [2020-07-08T09:51:53.052Z] [2020-07-08T09:51:53.052Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:53.052Z] #45 ... [2020-07-08T09:51:53.052Z] [2020-07-08T09:51:53.052Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-07-08T09:51:53.052Z] #29 DONE 0.2s [2020-07-08T09:51:53.204Z] #38 37.45 Selecting previously unselected package libprotoc17:arm64. [2020-07-08T09:51:53.205Z] #38 37.47 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-07-08T09:51:53.205Z] #38 37.47 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-07-08T09:51:53.343Z] [2020-07-08T09:51:53.343Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-07-08T09:51:53.343Z] #31 DONE 0.1s [2020-07-08T09:51:53.343Z] [2020-07-08T09:51:53.343Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-07-08T09:51:53.343Z] #34 DONE 0.1s [2020-07-08T09:51:53.343Z] [2020-07-08T09:51:53.343Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-07-08T09:51:53.528Z] #38 37.91 Selecting previously unselected package protobuf-c-compiler. [2020-07-08T09:51:53.528Z] #38 37.91 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-07-08T09:51:53.528Z] #38 37.92 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:51:53.633Z] #37 DONE 0.2s [2020-07-08T09:51:53.633Z] [2020-07-08T09:51:53.633Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:53.633Z] #52 ... [2020-07-08T09:51:53.633Z] [2020-07-08T09:51:53.633Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-07-08T09:51:53.880Z] #38 38.27 Selecting previously unselected package protobuf-compiler. [2020-07-08T09:51:53.880Z] #38 38.28 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-07-08T09:51:53.880Z] #38 38.29 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:51:53.880Z] #38 ... [2020-07-08T09:51:53.880Z] [2020-07-08T09:51:53.880Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:53.880Z] #32 38.36 Selecting previously unselected package libicu63:arm64. [2020-07-08T09:51:53.880Z] #32 38.37 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-07-08T09:51:53.880Z] #32 38.38 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-07-08T09:51:53.924Z] #40 DONE 0.2s [2020-07-08T09:51:53.924Z] [2020-07-08T09:51:53.924Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-07-08T09:51:53.924Z] #42 DONE 0.2s [2020-07-08T09:51:53.924Z] [2020-07-08T09:51:53.924Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-07-08T09:51:54.215Z] #44 DONE 0.1s [2020-07-08T09:51:54.215Z] [2020-07-08T09:51:54.215Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:54.347Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# [2020-07-08T09:51:54.347Z] #26 ... [2020-07-08T09:51:54.347Z] [2020-07-08T09:51:54.347Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:51:54.347Z] #39 43.46 Selecting previously unselected package libnet1-dev. [2020-07-08T09:51:54.347Z] #39 43.48 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 43.48 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:51:54.347Z] #39 43.95 Selecting previously unselected package libnl-3-200:ppc64el. [2020-07-08T09:51:54.347Z] #39 43.96 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 43.99 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-07-08T09:51:54.347Z] #39 44.24 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-07-08T09:51:54.347Z] #39 44.29 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 44.44 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-07-08T09:51:54.347Z] #39 44.86 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-07-08T09:51:54.347Z] #39 44.86 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 44.87 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-07-08T09:51:54.347Z] #39 44.97 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-07-08T09:51:54.347Z] #39 44.97 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 44.98 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-07-08T09:51:54.347Z] #39 45.18 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-07-08T09:51:54.347Z] #39 45.19 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 45.22 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-07-08T09:51:54.347Z] #39 45.84 Selecting previously unselected package libprotobuf17:ppc64el. [2020-07-08T09:51:54.347Z] #39 45.85 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 45.86 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-07-08T09:51:54.347Z] #39 46.57 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-07-08T09:51:54.347Z] #39 46.57 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 46.57 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-07-08T09:51:54.347Z] #39 47.14 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-07-08T09:51:54.347Z] #39 47.14 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 47.15 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-07-08T09:51:54.347Z] #39 49.24 Selecting previously unselected package libprotoc17:ppc64el. [2020-07-08T09:51:54.347Z] #39 49.26 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 49.27 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-07-08T09:51:54.347Z] #39 50.35 Selecting previously unselected package protobuf-c-compiler. [2020-07-08T09:51:54.347Z] #39 50.35 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 50.36 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:51:54.347Z] #39 50.65 Selecting previously unselected package protobuf-compiler. [2020-07-08T09:51:54.347Z] #39 50.66 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-07-08T09:51:54.347Z] #39 50.66 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:51:54.347Z] #39 50.81 Selecting previously unselected package python-pkg-resources. [2020-07-08T09:51:54.347Z] #39 50.81 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:51:54.347Z] #39 50.81 Unpacking python-pkg-resources (40.8.0-1) ... [2020-07-08T09:51:54.347Z] #39 51.08 Selecting previously unselected package python-six. [2020-07-08T09:51:54.347Z] #39 51.10 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-07-08T09:51:54.347Z] #39 51.11 Unpacking python-six (1.12.0-1) ... [2020-07-08T09:51:54.347Z] #39 51.21 Selecting previously unselected package python-protobuf. [2020-07-08T09:51:54.348Z] #39 51.22 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-07-08T09:51:54.348Z] #39 51.22 Unpacking python-protobuf (3.6.1.3-2) ... [2020-07-08T09:51:54.348Z] #39 51.85 Setting up python-pkg-resources (40.8.0-1) ... [2020-07-08T09:51:54.348Z] #39 ... [2020-07-08T09:51:54.348Z] [2020-07-08T09:51:54.348Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:54.348Z] #31 43.54 internal/reflectlite [2020-07-08T09:51:54.348Z] #31 43.57 sync [2020-07-08T09:51:54.348Z] #31 47.98 errors [2020-07-08T09:51:54.348Z] #31 48.03 sort [2020-07-08T09:51:54.348Z] #31 48.91 io [2020-07-08T09:51:54.348Z] #31 48.92 internal/oserror [2020-07-08T09:51:54.348Z] #31 48.92 strconv [2020-07-08T09:51:54.348Z] #31 49.29 syscall [2020-07-08T09:51:54.348Z] #31 ... [2020-07-08T09:51:54.348Z] [2020-07-08T09:51:54.348Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:54.953Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# 24.1% ################# 24.7% ################## 26.2% ################### 27.4% #################### 28.4% #################### 29.0% ####################### 32.3% [2020-07-08T09:51:54.953Z] #26 ... [2020-07-08T09:51:54.953Z] [2020-07-08T09:51:54.953Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:54.953Z] #33 44.29 Selecting previously unselected package libicu63:ppc64el. [2020-07-08T09:51:54.953Z] #33 44.30 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-07-08T09:51:54.953Z] #33 44.45 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-07-08T09:51:54.953Z] #33 53.11 Selecting previously unselected package libxml2:ppc64el. [2020-07-08T09:51:54.953Z] #33 53.14 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-07-08T09:51:54.953Z] #33 53.15 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:51:54.953Z] #33 54.07 Selecting previously unselected package libarchive13:ppc64el. [2020-07-08T09:51:54.953Z] #33 54.08 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-07-08T09:51:54.953Z] #33 54.09 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-07-08T09:51:55.282Z] #33 ... [2020-07-08T09:51:55.282Z] [2020-07-08T09:51:55.282Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:55.282Z] #44 DONE 54.4s [2020-07-08T09:51:55.282Z] [2020-07-08T09:51:55.282Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:55.807Z] #32 ... [2020-07-08T09:51:55.807Z] [2020-07-08T09:51:55.807Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:55.807Z] #30 29.88 sync [2020-07-08T09:51:55.807Z] #30 29.89 internal/reflectlite [2020-07-08T09:51:55.807Z] #30 31.26 errors [2020-07-08T09:51:55.807Z] #30 31.27 sort [2020-07-08T09:51:55.807Z] #30 31.48 strconv [2020-07-08T09:51:55.807Z] #30 31.49 io [2020-07-08T09:51:55.807Z] #30 31.50 internal/oserror [2020-07-08T09:51:55.807Z] #30 31.78 syscall [2020-07-08T09:51:55.807Z] #30 33.48 strings [2020-07-08T09:51:55.807Z] #30 33.49 bytes [2020-07-08T09:51:55.807Z] #30 37.38 bufio [2020-07-08T09:51:55.807Z] #30 38.24 path [2020-07-08T09:51:55.807Z] #30 38.35 reflect [2020-07-08T09:51:55.807Z] #30 38.90 text/tabwriter [2020-07-08T09:51:55.807Z] #30 ... [2020-07-08T09:51:55.807Z] [2020-07-08T09:51:55.807Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:55.807Z] #25 5.414 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-07-08T09:51:55.807Z] #25 5.734 [2020-07-08T09:51:56.309Z] #36 ... [2020-07-08T09:51:56.310Z] [2020-07-08T09:51:56.310Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:56.310Z] #41 29.94 vendor/golang.org/x/crypto/curve25519 [2020-07-08T09:51:56.337Z] #25 6.035 0.0% #### 5.6% ######## 11.2% ########### 15.8% ################ 22.4% #################### 28.2% ######################## 33.5% ############################# 40.4% ################################# 47.0% ####################################### 54.6% #### [2020-07-08T09:51:56.337Z] #25 ... [2020-07-08T09:51:56.337Z] [2020-07-08T09:51:56.337Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:56.337Z] #41 30.74 internal/reflectlite [2020-07-08T09:51:56.337Z] #41 30.74 sync [2020-07-08T09:51:56.337Z] #41 31.43 github.com/LK4D4/vndr/godl/singleflight [2020-07-08T09:51:56.337Z] #41 31.44 math/rand [2020-07-08T09:51:56.337Z] #41 31.44 internal/singleflight [2020-07-08T09:51:56.337Z] #41 33.12 io [2020-07-08T09:51:56.337Z] #41 33.16 strconv [2020-07-08T09:51:56.337Z] #41 33.16 vendor/golang.org/x/net/dns/dnsmessage [2020-07-08T09:51:56.337Z] #41 33.16 syscall [2020-07-08T09:51:56.337Z] #41 35.88 bytes [2020-07-08T09:51:56.337Z] #41 38.21 reflect [2020-07-08T09:51:56.337Z] #41 39.08 bufio [2020-07-08T09:51:56.337Z] #41 40.84 regexp/syntax [2020-07-08T09:51:56.337Z] #41 ... [2020-07-08T09:51:56.337Z] [2020-07-08T09:51:56.337Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:56.516Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# 24.1% ################# 24.7% ################## 26.2% ################### 27.4% #################### 28.4% #################### 29.0% ####################### 32.3% ####################### 33.3% ######################## 34.3% ######################### 34.9% ######################### 36.0% ########################## 36.5% ########################### 37.6% ############################ 39.8% ############################# 41.4% ############################## 43.0% ############################### 43.6% [2020-07-08T09:51:56.516Z] #26 ... [2020-07-08T09:51:56.516Z] [2020-07-08T09:51:56.516Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:51:56.516Z] #42 45.75 internal/reflectlite [2020-07-08T09:51:56.516Z] #42 45.77 sync [2020-07-08T09:51:56.516Z] #42 50.16 github.com/LK4D4/vndr/godl/singleflight [2020-07-08T09:51:56.516Z] #42 50.16 math/rand [2020-07-08T09:51:56.516Z] #42 50.28 internal/singleflight [2020-07-08T09:51:56.516Z] #42 53.52 strconv [2020-07-08T09:51:56.516Z] #42 53.56 vendor/golang.org/x/net/dns/dnsmessage [2020-07-08T09:51:56.516Z] #42 53.63 io [2020-07-08T09:51:56.516Z] #42 53.65 syscall [2020-07-08T09:51:56.516Z] #42 ... [2020-07-08T09:51:56.516Z] [2020-07-08T09:51:56.516Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:56.819Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# 24.1% ################# 24.7% ################## 26.2% ################### 27.4% #################### 28.4% #################### 29.0% ####################### 32.3% ####################### 33.3% ######################## 34.3% ######################### 34.9% ######################### 36.0% ########################## 36.5% ########################### 37.6% ############################ 39.8% ############################# 41.4% ############################## 43.0% ############################### 43.6% ################################ 44.6% ################################ 44.9% [2020-07-08T09:51:56.819Z] #26 ... [2020-07-08T09:51:56.819Z] [2020-07-08T09:51:56.819Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:56.819Z] #11 45.91 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-07-08T09:51:56.819Z] #11 49.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-07-08T09:51:56.819Z] #11 49.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-07-08T09:51:56.819Z] #11 49.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-07-08T09:51:56.819Z] #11 49.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-07-08T09:51:56.819Z] #11 49.63 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-07-08T09:51:56.819Z] #11 49.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-07-08T09:51:56.819Z] #11 49.66 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-07-08T09:51:56.819Z] #11 49.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-07-08T09:51:56.819Z] #11 49.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-07-08T09:51:56.819Z] #11 49.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-07-08T09:51:56.819Z] #11 49.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-07-08T09:51:56.819Z] #11 50.23 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-07-08T09:51:56.819Z] #11 50.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-07-08T09:51:56.819Z] #11 50.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-07-08T09:51:56.819Z] #11 50.36 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-07-08T09:51:56.819Z] #11 51.75 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:56.819Z] #11 51.99 Fetched 78.9 MB in 13s (6235 kB/s) [2020-07-08T09:51:56.819Z] #11 52.16 Selecting previously unselected package binutils-mingw-w64-i686. [2020-07-08T09:51:56.819Z] #11 52.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-07-08T09:51:56.819Z] #11 52.35 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-07-08T09:51:56.819Z] #11 52.36 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:51:56.819Z] #11 ... [2020-07-08T09:51:56.819Z] [2020-07-08T09:51:56.819Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:56.866Z] #25 6.035 0.0% #### 5.6% ######## 11.2% ########### 15.8% ################ 22.4% #################### 28.2% ######################## 33.5% ############################# 40.4% ################################# 47.0% ####################################### 54.6% ############################################ 61.3% ################################################# 69.1% ###################################################### 75.3% ########################################################## 81.5% ############################################################### 88.4% #################################################################### 94.5% ######################################################################## 100.0% [2020-07-08T09:51:57.129Z] #25 8.022 [2020-07-08T09:51:57.456Z] #36 ... [2020-07-08T09:51:57.456Z] [2020-07-08T09:51:57.456Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:57.456Z] #60 25.46 Checking out files: 62% (1295/2067) Checking out files: 63% (1303/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-07-08T09:51:57.456Z] #60 26.22 + cd /tmp/tmp.hRRUW84gkD/src/github.com/docker/libnetwork [2020-07-08T09:51:57.456Z] #60 26.22 + git checkout -q 2e24aed516bd5c836e11378bb457dd612aa868ed [2020-07-08T09:51:57.456Z] #60 26.74 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-07-08T09:51:57.921Z] #25 8.231 ##### 7.0% ############################ 39.2% ########################################## 58.9% ############################################################# 85.4% ######################################################################## 100.0% [2020-07-08T09:51:57.921Z] #25 ... [2020-07-08T09:51:57.921Z] [2020-07-08T09:51:57.921Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:57.921Z] #28 32.12 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-07-08T09:51:57.921Z] #28 33.07 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-07-08T09:51:57.921Z] #28 ... [2020-07-08T09:51:57.921Z] [2020-07-08T09:51:57.921Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:51:57.921Z] #10 37.14 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:51:57.921Z] #10 37.39 Fetched 73.3 MB in 6s (11.9 MB/s) [2020-07-08T09:51:57.921Z] #10 37.46 Selecting previously unselected package binutils-mingw-w64-i686. [2020-07-08T09:51:57.921Z] #10 37.46 (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 ... 15383 files and directories currently installed.) [2020-07-08T09:51:57.921Z] #10 37.55 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-07-08T09:51:57.921Z] #10 37.56 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:51:57.921Z] #10 39.45 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-07-08T09:51:57.921Z] #10 39.47 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-07-08T09:51:57.921Z] #10 39.49 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:51:57.921Z] #10 41.60 Selecting previously unselected package binutils-mingw-w64. [2020-07-08T09:51:57.921Z] #10 41.62 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-07-08T09:51:57.921Z] #10 41.64 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:51:57.921Z] #10 41.76 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-07-08T09:51:57.921Z] #10 41.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-07-08T09:51:57.921Z] #10 41.80 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-07-08T09:51:57.921Z] #10 41.98 Selecting previously unselected package dmsetup. [2020-07-08T09:51:57.921Z] #10 41.99 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-07-08T09:51:57.921Z] #10 42.01 Unpacking dmsetup (2:1.02.155-3) ... [2020-07-08T09:51:57.921Z] #10 42.41 Selecting previously unselected package mingw-w64-common. [2020-07-08T09:51:57.921Z] #10 42.42 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-07-08T09:51:57.921Z] #10 42.44 Unpacking mingw-w64-common (6.0.0-3) ... [2020-07-08T09:51:58.184Z] #10 ... [2020-07-08T09:51:58.184Z] [2020-07-08T09:51:58.184Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:58.184Z] #25 9.009 [2020-07-08T09:51:58.344Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# 24.1% ################# 24.7% ################## 26.2% ################### 27.4% #################### 28.4% #################### 29.0% ####################### 32.3% ####################### 33.3% ######################## 34.3% ######################### 34.9% ######################### 36.0% ########################## 36.5% ########################### 37.6% ############################ 39.8% ############################# 41.4% ############################## 43.0% ############################### 43.6% ################################ 44.6% ################################ 44.9% ################################# 45.9% ################################# 46.8% ################################## 48.4% #################################### 50.1% ##################################### 51.7% ###################################### 53.9% ######################################## 56.0% ######################################### 57.7% ########################################### 60.4% ############################################ 62.0% ############################################## 63.9% ############################################## 64.7% ############################################### 65.6% [2020-07-08T09:51:58.344Z] #26 ... [2020-07-08T09:51:58.344Z] [2020-07-08T09:51:58.344Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:51:58.344Z] #29 47.39 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 93% (1422/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-07-08T09:51:58.344Z] #29 48.48 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-07-08T09:51:58.344Z] #29 48.70 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-07-08T09:51:58.344Z] #29 ... [2020-07-08T09:51:58.344Z] [2020-07-08T09:51:58.344Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:51:58.976Z] #25 9.252 0.2% ##################### 30.0% #################################### 51.1% ###################################################### 75.1% ################################################################## 92.7% ######################################################################## 100.0% [2020-07-08T09:51:59.244Z] #25 ... [2020-07-08T09:51:59.244Z] [2020-07-08T09:51:59.244Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:51:59.244Z] #52 2.801 + RM_GOPATH=0 [2020-07-08T09:51:59.244Z] #52 2.801 + TMP_GOPATH= [2020-07-08T09:51:59.244Z] #52 2.801 + : /build [2020-07-08T09:51:59.244Z] #52 2.801 + '[' -z '' ']' [2020-07-08T09:51:59.244Z] #52 2.801 ++ mktemp -d [2020-07-08T09:51:59.244Z] #52 2.804 + export GOPATH=/tmp/tmp.LHXiOwl8MG [2020-07-08T09:51:59.244Z] #52 2.804 + GOPATH=/tmp/tmp.LHXiOwl8MG [2020-07-08T09:51:59.244Z] #52 2.809 + RM_GOPATH=1 [2020-07-08T09:51:59.244Z] #52 2.809 + case "$(go env GOARCH)" in [2020-07-08T09:51:59.244Z] #52 2.809 ++ go env GOARCH [2020-07-08T09:51:59.244Z] #52 2.824 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:59.244Z] #52 2.824 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:51:59.244Z] #52 2.824 ++ dirname /tmp/install/install.sh [2020-07-08T09:51:59.244Z] #52 2.824 + dir=/tmp/install [2020-07-08T09:51:59.244Z] #52 2.824 + bin=containerd [2020-07-08T09:51:59.244Z] #52 2.824 + shift [2020-07-08T09:51:59.244Z] #52 2.824 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-07-08T09:51:59.244Z] #52 2.824 + . /tmp/install/containerd.installer [2020-07-08T09:51:59.244Z] #52 2.824 ++ set -e [2020-07-08T09:51:59.244Z] #52 2.824 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:51:59.244Z] #52 2.824 + install_containerd [2020-07-08T09:51:59.244Z] #52 2.835 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:51:59.244Z] #52 2.837 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' [2020-07-08T09:51:59.244Z] #52 2.837 + git clone https://github.com/containerd/containerd.git /tmp/tmp.LHXiOwl8MG/src/github.com/containerd/containerd [2020-07-08T09:51:59.244Z] #52 2.840 Cloning into '/tmp/tmp.LHXiOwl8MG/src/github.com/containerd/containerd'... [2020-07-08T09:51:59.244Z] #52 ... [2020-07-08T09:51:59.244Z] [2020-07-08T09:51:59.244Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:51:59.244Z] #32 43.14 Selecting previously unselected package libxml2:arm64. [2020-07-08T09:51:59.244Z] #32 43.14 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-07-08T09:51:59.244Z] #32 43.15 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:51:59.244Z] #32 43.66 Selecting previously unselected package libarchive13:arm64. [2020-07-08T09:51:59.244Z] #32 43.66 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-07-08T09:51:59.244Z] #32 43.67 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-07-08T09:51:59.508Z] #32 44.02 Selecting previously unselected package libjsoncpp1:arm64. [2020-07-08T09:51:59.508Z] #32 44.03 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-07-08T09:51:59.508Z] #32 44.13 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-07-08T09:51:59.771Z] #32 44.34 Selecting previously unselected package librhash0:arm64. [2020-07-08T09:51:59.771Z] #32 44.36 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-07-08T09:51:59.989Z] #60 ... [2020-07-08T09:51:59.989Z] [2020-07-08T09:51:59.989Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:51:59.989Z] #47 24.04 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-07-08T09:51:59.989Z] #47 24.12 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-07-08T09:51:59.989Z] #47 24.29 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-07-08T09:51:59.989Z] #47 24.35 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-07-08T09:51:59.989Z] #47 25.20 runtime [2020-07-08T09:51:59.989Z] #47 25.23 runtime/cgo [2020-07-08T09:51:59.989Z] #47 ... [2020-07-08T09:51:59.989Z] [2020-07-08T09:51:59.989Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:51:59.989Z] #23 24.55 Fetched 8360 kB in 18s (477 kB/s) [2020-07-08T09:51:59.989Z] #23 24.55 Reading package lists... [2020-07-08T09:52:00.036Z] #32 44.38 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-07-08T09:52:00.036Z] #32 44.60 Selecting previously unselected package libuv1:arm64. [2020-07-08T09:52:00.036Z] #32 44.60 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-07-08T09:52:00.036Z] #32 44.66 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-07-08T09:52:00.249Z] #23 32.21 Reading package lists... [2020-07-08T09:52:00.249Z] #23 ... [2020-07-08T09:52:00.249Z] [2020-07-08T09:52:00.249Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:00.249Z] #10 24.68 Fetched 8360 kB in 18s (472 kB/s) [2020-07-08T09:52:00.249Z] #10 24.68 Reading package lists... [2020-07-08T09:52:00.299Z] #32 44.90 Selecting previously unselected package cmake. [2020-07-08T09:52:00.489Z] #41 ... [2020-07-08T09:52:00.489Z] [2020-07-08T09:52:00.489Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:00.489Z] #32 23.30 Fetched 8360 kB in 18s (454 kB/s) [2020-07-08T09:52:00.489Z] #32 23.30 Reading package lists... [2020-07-08T09:52:00.489Z] #32 30.55 Reading package lists... [2020-07-08T09:52:00.489Z] #32 ... [2020-07-08T09:52:00.489Z] [2020-07-08T09:52:00.489Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:52:00.489Z] #23 24.79 Fetched 8360 kB in 18s (475 kB/s) [2020-07-08T09:52:00.489Z] #23 24.79 Reading package lists... [2020-07-08T09:52:00.509Z] #10 32.31 Reading package lists... [2020-07-08T09:52:00.509Z] #10 ... [2020-07-08T09:52:00.509Z] [2020-07-08T09:52:00.509Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:00.509Z] #41 28.75 vendor/golang.org/x/crypto/internal/subtle [2020-07-08T09:52:00.509Z] #41 28.86 vendor/golang.org/x/crypto/curve25519 [2020-07-08T09:52:00.509Z] #41 ... [2020-07-08T09:52:00.509Z] [2020-07-08T09:52:00.509Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:00.509Z] #32 24.93 Fetched 8360 kB in 18s (468 kB/s) [2020-07-08T09:52:00.509Z] #32 24.93 Reading package lists... [2020-07-08T09:52:00.511Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# 24.1% ################# 24.7% ################## 26.2% ################### 27.4% #################### 28.4% #################### 29.0% ####################### 32.3% ####################### 33.3% ######################## 34.3% ######################### 34.9% ######################### 36.0% ########################## 36.5% ########################### 37.6% ############################ 39.8% ############################# 41.4% ############################## 43.0% ############################### 43.6% ################################ 44.6% ################################ 44.9% ################################# 45.9% ################################# 46.8% ################################## 48.4% #################################### 50.1% ##################################### 51.7% ###################################### 53.9% ######################################## 56.0% ######################################### 57.7% ########################################### 60.4% ############################################ 62.0% ############################################## 63.9% ############################################## 64.7% ############################################### 65.6% ############################################### 66.2% ################################################ 67.2% ################################################# 69.4% ################################################### 71.0% #################################################### 72.7% ##################################################### 74.8% ####################################################### 77.5% ######################################################### 79.7% ########################################################## 81.9% ############################################################ 84.1% ############################################################# 85.7% ############################################################## 87.3% ################################################################ 89.0% ################################################################ 89.9% ################################################################## 91.8% ################################################################### 93.4% #################################################################### 95.1% [2020-07-08T09:52:00.511Z] #26 ... [2020-07-08T09:52:00.511Z] [2020-07-08T09:52:00.511Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:00.511Z] #33 54.65 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-07-08T09:52:00.511Z] #33 54.69 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-07-08T09:52:00.511Z] #33 54.72 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-07-08T09:52:00.511Z] #33 54.96 Selecting previously unselected package librhash0:ppc64el. [2020-07-08T09:52:00.511Z] #33 54.97 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-07-08T09:52:00.511Z] #33 54.97 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-07-08T09:52:00.511Z] #33 55.17 Selecting previously unselected package libuv1:ppc64el. [2020-07-08T09:52:00.511Z] #33 55.18 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-07-08T09:52:00.511Z] #33 55.18 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-07-08T09:52:00.511Z] #33 55.33 Selecting previously unselected package cmake. [2020-07-08T09:52:00.511Z] #33 55.36 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-07-08T09:52:00.511Z] #33 55.37 Unpacking cmake (3.13.4-1) ... [2020-07-08T09:52:00.511Z] #33 58.65 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-07-08T09:52:00.511Z] #33 58.66 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:52:00.511Z] #33 58.68 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-07-08T09:52:00.511Z] #33 58.69 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:52:00.511Z] #33 58.74 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-07-08T09:52:00.511Z] #33 58.75 Setting up cmake-data (3.13.4-1) ... [2020-07-08T09:52:00.511Z] #33 58.78 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:52:00.511Z] #33 58.79 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-07-08T09:52:00.511Z] #33 58.80 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-07-08T09:52:00.511Z] #33 58.81 Setting up cmake (3.13.4-1) ... [2020-07-08T09:52:00.511Z] #33 58.81 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:00.511Z] #33 58.99 Processing triggers for mime-support (3.62) ... [2020-07-08T09:52:00.511Z] #33 DONE 59.7s [2020-07-08T09:52:00.511Z] [2020-07-08T09:52:00.511Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:00.563Z] #32 44.90 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-07-08T09:52:00.563Z] #32 44.91 Unpacking cmake (3.13.4-1) ... [2020-07-08T09:52:00.746Z] #23 31.70 Reading package lists... [2020-07-08T09:52:00.746Z] #23 ... [2020-07-08T09:52:00.746Z] [2020-07-08T09:52:00.746Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:00.746Z] #47 24.37 runtime/cgo [2020-07-08T09:52:00.746Z] #47 24.37 runtime [2020-07-08T09:52:00.767Z] #32 31.86 Reading package lists... [2020-07-08T09:52:00.767Z] #32 ... [2020-07-08T09:52:00.767Z] [2020-07-08T09:52:00.767Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:52:00.767Z] #51 24.97 Fetched 8360 kB in 18s (470 kB/s) [2020-07-08T09:52:00.767Z] #51 24.97 Reading package lists... [2020-07-08T09:52:00.767Z] #51 32.68 Reading package lists... [2020-07-08T09:52:00.767Z] #51 ... [2020-07-08T09:52:00.767Z] [2020-07-08T09:52:00.767Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:00.767Z] #38 25.46 Fetched 8360 kB in 18s (465 kB/s) [2020-07-08T09:52:00.767Z] #38 25.46 Reading package lists... [2020-07-08T09:52:00.810Z] #26 11.65 0.8% # 1.9% ## 3.5% ### 4.6% #### 5.7% ###### 9.2% ####### 9.7% ####### 10.8% ######### 13.5% ########## 14.9% ########### 16.5% ############# 18.2% ############# 19.2% ############### 20.9% ############### 21.4% ################ 23.0% ################# 24.1% ################# 24.7% ################## 26.2% ################### 27.4% #################### 28.4% #################### 29.0% ####################### 32.3% ####################### 33.3% ######################## 34.3% ######################### 34.9% ######################### 36.0% ########################## 36.5% ########################### 37.6% ############################ 39.8% ############################# 41.4% ############################## 43.0% ############################### 43.6% ################################ 44.6% ################################ 44.9% ################################# 45.9% ################################# 46.8% ################################## 48.4% #################################### 50.1% ##################################### 51.7% ###################################### 53.9% ######################################## 56.0% ######################################### 57.7% ########################################### 60.4% ############################################ 62.0% ############################################## 63.9% ############################################## 64.7% ############################################### 65.6% ############################################### 66.2% ################################################ 67.2% ################################################# 69.4% ################################################### 71.0% #################################################### 72.7% ##################################################### 74.8% ####################################################### 77.5% ######################################################### 79.7% ########################################################## 81.9% ############################################################ 84.1% ############################################################# 85.7% ############################################################## 87.3% ################################################################ 89.0% ################################################################ 89.9% ################################################################## 91.8% ################################################################### 93.4% #################################################################### 95.1% ###################################################################### 97.7% ####################################################################### 98.8% ######################################################################## 100.0% [2020-07-08T09:52:00.810Z] #26 20.11 [2020-07-08T09:52:01.004Z] #47 ... [2020-07-08T09:52:01.004Z] [2020-07-08T09:52:01.004Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:01.004Z] #10 24.34 Fetched 8360 kB in 17s (482 kB/s) [2020-07-08T09:52:01.004Z] #10 24.34 Reading package lists... [2020-07-08T09:52:01.261Z] #10 31.19 Reading package lists... [2020-07-08T09:52:01.261Z] #10 ... [2020-07-08T09:52:01.261Z] [2020-07-08T09:52:01.261Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:01.261Z] #38 24.55 Fetched 8360 kB in 18s (478 kB/s) [2020-07-08T09:52:01.261Z] #38 24.55 Reading package lists... [2020-07-08T09:52:01.261Z] #38 32.07 Reading package lists... [2020-07-08T09:52:01.261Z] #38 ... [2020-07-08T09:52:01.261Z] [2020-07-08T09:52:01.261Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:52:01.261Z] #51 24.55 Fetched 8360 kB in 18s (470 kB/s) [2020-07-08T09:52:01.261Z] #51 24.55 Reading package lists... [2020-07-08T09:52:02.490Z] #32 46.81 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-07-08T09:52:02.490Z] #32 46.89 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:52:02.490Z] #32 46.91 Setting up libuv1:arm64 (1.24.1-1) ... [2020-07-08T09:52:02.490Z] #32 46.96 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:52:02.490Z] #32 47.06 Setting up librhash0:arm64 (1.3.8-1) ... [2020-07-08T09:52:02.490Z] #32 47.09 Setting up cmake-data (3.13.4-1) ... [2020-07-08T09:52:02.490Z] #32 47.14 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:52:02.590Z] #26 21.73 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-07-08T09:52:02.757Z] #32 47.19 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-07-08T09:52:02.757Z] #32 47.21 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-07-08T09:52:02.757Z] #32 47.25 Setting up cmake (3.13.4-1) ... [2020-07-08T09:52:02.757Z] #32 47.27 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:02.906Z] #26 22.26 [2020-07-08T09:52:03.020Z] #32 47.48 Processing triggers for mime-support (3.62) ... [2020-07-08T09:52:03.216Z] #26 22.53 ################################## 47.5% ######################################################################## 100.0% [2020-07-08T09:52:03.285Z] #32 ... [2020-07-08T09:52:03.285Z] [2020-07-08T09:52:03.285Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:03.285Z] #47 37.91 strconv [2020-07-08T09:52:03.285Z] #47 37.91 syscall [2020-07-08T09:52:03.285Z] #47 37.94 strings [2020-07-08T09:52:03.285Z] #47 37.94 bufio [2020-07-08T09:52:03.285Z] #47 42.65 reflect [2020-07-08T09:52:03.285Z] #47 42.66 regexp/syntax [2020-07-08T09:52:03.285Z] #47 47.16 time [2020-07-08T09:52:03.516Z] #26 22.78 [2020-07-08T09:52:03.550Z] #47 ... [2020-07-08T09:52:03.550Z] [2020-07-08T09:52:03.550Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:03.550Z] #25 10.12 [2020-07-08T09:52:03.550Z] #25 10.33 0.0% ### 5.3% ###### 8.9% ######### 13.3% ############# 18.5% ################## 25.2% ##################### 29.3% ####################### 32.8% ########################## 36.9% ############################## 41.9% ################################# 46.6% ##################################### 51.5% ######################################### 57.0% ############################################ 61.3% ############################################## 65.2% ################################################## 69.6% ##################################################### 74.4% ######################################################## 78.9% ############################################################ 83.9% ############################################################### 88.5% ################################################################### 93.3% ###################################################################### 97.9% ######################################################################## 100.0% [2020-07-08T09:52:03.550Z] #25 12.92 [2020-07-08T09:52:03.785Z] #51 31.86 Reading package lists... [2020-07-08T09:52:03.785Z] #51 ... [2020-07-08T09:52:03.785Z] [2020-07-08T09:52:03.785Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:03.785Z] #32 30.55 Reading package lists... [2020-07-08T09:52:04.082Z] #25 13.23 0.0% # 1.7% ## 2.8% ### 4.8% ##### 7.4% ###### 9.6% ######## 12.1% ########## 14.5% ########### 15.9% ############ 17.2% ############## 19.5% ############### 21.8% ################ 22.4% ################# 24.0% ################# 24.8% [2020-07-08T09:52:04.082Z] #25 ... [2020-07-08T09:52:04.082Z] [2020-07-08T09:52:04.082Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:04.082Z] #38 38.42 Selecting previously unselected package python-pkg-resources. [2020-07-08T09:52:04.082Z] #38 38.43 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:52:04.082Z] #38 38.44 Unpacking python-pkg-resources (40.8.0-1) ... [2020-07-08T09:52:04.082Z] #38 39.11 Selecting previously unselected package python-six. [2020-07-08T09:52:04.082Z] #38 39.12 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-07-08T09:52:04.082Z] #38 39.14 Unpacking python-six (1.12.0-1) ... [2020-07-08T09:52:04.082Z] #38 39.27 Selecting previously unselected package python-protobuf. [2020-07-08T09:52:04.082Z] #38 39.27 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-07-08T09:52:04.082Z] #38 39.28 Unpacking python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 39.86 Setting up python-pkg-resources (40.8.0-1) ... [2020-07-08T09:52:04.082Z] #38 42.52 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 42.54 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:04.082Z] #38 42.59 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-07-08T09:52:04.082Z] #38 42.61 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-07-08T09:52:04.082Z] #38 42.76 Setting up python-six (1.12.0-1) ... [2020-07-08T09:52:04.082Z] #38 44.73 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-07-08T09:52:04.082Z] #38 44.78 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-07-08T09:52:04.082Z] #38 44.89 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 44.91 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-07-08T09:52:04.082Z] #38 44.93 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 44.95 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 44.97 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:04.082Z] #38 44.99 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 45.01 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:52:04.082Z] #38 45.02 Setting up python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:04.082Z] #38 48.64 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-07-08T09:52:04.082Z] #38 ... [2020-07-08T09:52:04.082Z] [2020-07-08T09:52:04.082Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:04.959Z] #38 32.34 Reading package lists... [2020-07-08T09:52:04.959Z] #38 ... [2020-07-08T09:52:04.959Z] [2020-07-08T09:52:04.959Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:04.959Z] #32 31.86 Reading package lists... [2020-07-08T09:52:05.059Z] #26 ... [2020-07-08T09:52:05.059Z] [2020-07-08T09:52:05.059Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:05.059Z] #31 54.07 bytes [2020-07-08T09:52:05.059Z] #31 54.14 strings [2020-07-08T09:52:05.059Z] #31 63.09 bufio [2020-07-08T09:52:05.059Z] #31 63.58 path [2020-07-08T09:52:05.059Z] #31 64.16 reflect [2020-07-08T09:52:05.059Z] #31 ... [2020-07-08T09:52:05.059Z] [2020-07-08T09:52:05.059Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:05.059Z] #34 0.436 + RM_GOPATH=0 [2020-07-08T09:52:05.059Z] #34 0.437 + TMP_GOPATH= [2020-07-08T09:52:05.059Z] #34 0.437 + : /build [2020-07-08T09:52:05.059Z] #34 0.437 + '[' -z '' ']' [2020-07-08T09:52:05.059Z] #34 0.438 ++ mktemp -d [2020-07-08T09:52:05.059Z] #34 0.440 + export GOPATH=/tmp/tmp.818vaKUtAk [2020-07-08T09:52:05.059Z] #34 0.440 + GOPATH=/tmp/tmp.818vaKUtAk [2020-07-08T09:52:05.059Z] #34 0.440 + RM_GOPATH=1 [2020-07-08T09:52:05.059Z] #34 0.441 + case "$(go env GOARCH)" in [2020-07-08T09:52:05.059Z] #34 0.442 ++ go env GOARCH [2020-07-08T09:52:05.059Z] #34 0.461 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:05.059Z] #34 0.461 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:05.059Z] #34 0.483 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:05.059Z] #34 0.485 + dir=/tmp/install [2020-07-08T09:52:05.059Z] #34 0.485 + bin=tini [2020-07-08T09:52:05.059Z] #34 0.485 + shift [2020-07-08T09:52:05.059Z] #34 0.485 + '[' '!' -f /tmp/install/tini.installer ']' [2020-07-08T09:52:05.059Z] #34 0.485 + . /tmp/install/tini.installer [2020-07-08T09:52:05.059Z] #34 0.486 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:05.059Z] #34 0.486 + install_tini [2020-07-08T09:52:05.059Z] #34 0.486 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-07-08T09:52:05.059Z] #34 0.487 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:05.059Z] #34 0.487 + git clone https://github.com/krallin/tini.git /tmp/tmp.818vaKUtAk/tini [2020-07-08T09:52:05.059Z] #34 0.489 Cloning into '/tmp/tmp.818vaKUtAk/tini'... [2020-07-08T09:52:05.059Z] #34 1.851 + cd /tmp/tmp.818vaKUtAk/tini [2020-07-08T09:52:05.059Z] #34 1.851 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:05.059Z] #34 1.898 + cmake . [2020-07-08T09:52:05.059Z] #34 2.697 -- The C compiler identification is GNU 8.3.0 [2020-07-08T09:52:05.059Z] #34 2.804 -- Check for working C compiler: /usr/bin/cc [2020-07-08T09:52:05.059Z] #34 3.529 -- Check for working C compiler: /usr/bin/cc -- works [2020-07-08T09:52:05.059Z] #34 3.532 -- Detecting C compiler ABI info [2020-07-08T09:52:05.059Z] #34 4.083 -- Detecting C compiler ABI info - done [2020-07-08T09:52:05.059Z] #34 4.166 -- Detecting C compile features [2020-07-08T09:52:05.710Z] #34 ... [2020-07-08T09:52:05.710Z] [2020-07-08T09:52:05.710Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:05.710Z] #48 54.86 strconv [2020-07-08T09:52:05.710Z] #48 54.89 syscall [2020-07-08T09:52:05.710Z] #48 54.96 strings [2020-07-08T09:52:05.710Z] #48 54.97 bytes [2020-07-08T09:52:05.710Z] #48 61.60 bufio [2020-07-08T09:52:05.710Z] #48 64.13 text/tabwriter [2020-07-08T09:52:05.710Z] #48 ... [2020-07-08T09:52:05.710Z] [2020-07-08T09:52:05.710Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:05.710Z] #26 24.51 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-07-08T09:52:05.710Z] #26 24.64 skipping existing 5cb8031fd95d [2020-07-08T09:52:05.710Z] #26 24.83 [2020-07-08T09:52:05.948Z] #32 37.56 Building dependency tree... [2020-07-08T09:52:06.344Z] #32 39.12 Building dependency tree... [2020-07-08T09:52:06.735Z] #25 13.23 0.0% # 1.7% ## 2.8% ### 4.8% ##### 7.4% ###### 9.6% ######## 12.1% ########## 14.5% ########### 15.9% ############ 17.2% ############## 19.5% ############### 21.8% ################ 22.4% ################# 24.0% ################# 24.8% ################## 26.3% #################### 28.4% ###################### 31.1% ####################### 32.9% ######################### 35.0% ########################### 38.1% ############################# 40.8% ################################ 44.5% ################################# 47.2% ################################### 49.4% #################################### 51.1% ####################################### 54.9% ######################################### 57.6% ########################################### 60.1% ############################################ 62.3% ############################################## 64.4% ################################################ 66.8% ################################################## 70.5% ##################################################### 73.7% ####################################################### 76.8% ########################################################### 82.1% ############################################################## 87.1% ################################################################# 91.2% ################################################################### 94.1% ###################################################################### 97.4% ######################################################################## 100.0% [2020-07-08T09:52:06.735Z] #25 17.52 [2020-07-08T09:52:07.261Z] #26 26.35 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-07-08T09:52:07.261Z] #26 26.47 skipping existing 283607eaa57e [2020-07-08T09:52:07.261Z] #26 26.60 [2020-07-08T09:52:07.563Z] #26 ... [2020-07-08T09:52:07.563Z] [2020-07-08T09:52:07.563Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:07.563Z] #11 56.76 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-07-08T09:52:07.563Z] #11 56.77 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-07-08T09:52:07.563Z] #11 56.77 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:52:07.563Z] #11 60.69 Selecting previously unselected package binutils-mingw-w64. [2020-07-08T09:52:07.563Z] #11 60.71 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-07-08T09:52:07.563Z] #11 60.72 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:52:07.563Z] #11 60.86 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-07-08T09:52:07.563Z] #11 60.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-07-08T09:52:07.563Z] #11 60.88 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-07-08T09:52:07.563Z] #11 61.08 Selecting previously unselected package dmsetup. [2020-07-08T09:52:07.563Z] #11 61.09 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-07-08T09:52:07.563Z] #11 61.09 Unpacking dmsetup (2:1.02.155-3) ... [2020-07-08T09:52:07.563Z] #11 61.31 Selecting previously unselected package mingw-w64-common. [2020-07-08T09:52:07.563Z] #11 61.32 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-07-08T09:52:07.563Z] #11 61.32 Unpacking mingw-w64-common (6.0.0-3) ... [2020-07-08T09:52:07.761Z] #25 ... [2020-07-08T09:52:07.761Z] [2020-07-08T09:52:07.761Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:07.761Z] #30 42.00 internal/syscall/unix [2020-07-08T09:52:07.761Z] #30 42.00 internal/syscall/execenv [2020-07-08T09:52:07.761Z] #30 42.03 time [2020-07-08T09:52:07.761Z] #30 47.19 internal/fmtsort [2020-07-08T09:52:07.761Z] #30 47.54 internal/poll [2020-07-08T09:52:07.761Z] #30 48.43 os [2020-07-08T09:52:07.761Z] #30 49.77 fmt [2020-07-08T09:52:07.761Z] #30 49.78 path/filepath [2020-07-08T09:52:07.761Z] #30 50.57 io/ioutil [2020-07-08T09:52:07.761Z] #30 51.59 flag [2020-07-08T09:52:07.761Z] #30 51.60 log [2020-07-08T09:52:07.761Z] #30 51.60 github.com/BurntSushi/toml [2020-07-08T09:52:07.761Z] #30 ... [2020-07-08T09:52:07.761Z] [2020-07-08T09:52:07.761Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:07.761Z] #25 18.47 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-07-08T09:52:07.864Z] #11 ... [2020-07-08T09:52:07.864Z] [2020-07-08T09:52:07.864Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:07.864Z] #34 6.590 -- Detecting C compile features - done [2020-07-08T09:52:07.864Z] #34 6.661 -- Performing Test HAS_BUILTIN_FORTIFY [2020-07-08T09:52:07.864Z] #34 6.951 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-07-08T09:52:07.864Z] #34 7.084 -- Configuring done [2020-07-08T09:52:07.864Z] #34 7.112 -- Generating done [2020-07-08T09:52:07.864Z] #34 7.115 -- Build files have been written to: /tmp/tmp.818vaKUtAk/tini [2020-07-08T09:52:07.864Z] #34 7.132 + make tini-static [2020-07-08T09:52:07.954Z] #32 41.35 The following additional packages will be installed: [2020-07-08T09:52:07.954Z] #32 41.36 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-07-08T09:52:07.954Z] #32 41.38 Suggested packages: [2020-07-08T09:52:07.954Z] #32 41.38 cmake-doc ninja-build lrzip [2020-07-08T09:52:07.954Z] #32 41.38 Recommended packages: [2020-07-08T09:52:07.954Z] #32 41.38 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-07-08T09:52:08.042Z] #25 18.72 [2020-07-08T09:52:08.164Z] #34 7.665 Scanning dependencies of target tini-static [2020-07-08T09:52:08.164Z] #34 7.737 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-07-08T09:52:08.250Z] #32 42.83 The following additional packages will be installed: [2020-07-08T09:52:08.319Z] #25 18.94 # 2.0% ######################################################################## 100.0% [2020-07-08T09:52:08.319Z] #25 19.05 [2020-07-08T09:52:08.319Z] #25 ... [2020-07-08T09:52:08.319Z] [2020-07-08T09:52:08.319Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:08.319Z] #41 42.69 hash/crc32 [2020-07-08T09:52:08.319Z] #41 43.14 time [2020-07-08T09:52:08.319Z] #41 43.75 vendor/golang.org/x/text/transform [2020-07-08T09:52:08.319Z] #41 48.19 regexp [2020-07-08T09:52:08.319Z] #41 50.19 context [2020-07-08T09:52:08.319Z] #41 50.23 path/filepath [2020-07-08T09:52:08.319Z] #41 51.56 net [2020-07-08T09:52:08.319Z] #41 51.76 os/exec [2020-07-08T09:52:08.319Z] #41 52.46 internal/lazyregexp [2020-07-08T09:52:08.319Z] #41 52.69 github.com/LK4D4/vndr/versioned [2020-07-08T09:52:08.509Z] #32 42.84 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-07-08T09:52:08.509Z] #32 42.86 Suggested packages: [2020-07-08T09:52:08.509Z] #32 42.86 cmake-doc ninja-build lrzip [2020-07-08T09:52:08.509Z] #32 42.86 Recommended packages: [2020-07-08T09:52:08.509Z] #32 42.86 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-07-08T09:52:08.627Z] #32 ... [2020-07-08T09:52:08.627Z] [2020-07-08T09:52:08.627Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:08.627Z] #60 DONE 42.2s [2020-07-08T09:52:08.627Z] [2020-07-08T09:52:08.627Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:08.627Z] #41 42.20 github.com/LK4D4/vndr/godl/singleflight [2020-07-08T09:52:08.627Z] #41 42.21 internal/reflectlite [2020-07-08T09:52:08.922Z] #41 ... [2020-07-08T09:52:08.922Z] [2020-07-08T09:52:08.922Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:08.922Z] #32 DONE 53.3s [2020-07-08T09:52:08.922Z] [2020-07-08T09:52:08.922Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:08.922Z] #33 ... [2020-07-08T09:52:08.922Z] [2020-07-08T09:52:08.922Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:08.922Z] #38 49.39 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:08.922Z] #38 DONE 53.3s [2020-07-08T09:52:09.222Z] [2020-07-08T09:52:09.222Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:09.224Z] #41 42.76 math/rand [2020-07-08T09:52:09.447Z] #32 43.97 The following NEW packages will be installed: [2020-07-08T09:52:09.447Z] #32 44.00 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-07-08T09:52:09.447Z] #32 44.00 vim-common xxd [2020-07-08T09:52:09.704Z] #34 ... [2020-07-08T09:52:09.704Z] [2020-07-08T09:52:09.704Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:09.704Z] #39 58.72 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-07-08T09:52:09.704Z] #39 58.74 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:09.704Z] #39 58.75 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-07-08T09:52:09.704Z] #39 58.75 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-07-08T09:52:09.704Z] #39 58.77 Setting up python-six (1.12.0-1) ... [2020-07-08T09:52:09.704Z] #39 62.35 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-07-08T09:52:09.704Z] #39 62.36 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-07-08T09:52:09.704Z] #39 62.36 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-07-08T09:52:09.704Z] #39 62.38 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-07-08T09:52:09.704Z] #39 62.40 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-07-08T09:52:09.704Z] #39 62.42 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:52:09.704Z] #39 62.42 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:09.704Z] #39 62.43 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-07-08T09:52:09.704Z] #39 62.46 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:52:09.704Z] #39 62.47 Setting up python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:09.704Z] #39 68.70 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-07-08T09:52:09.704Z] #39 68.71 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:09.704Z] #39 ... [2020-07-08T09:52:09.704Z] [2020-07-08T09:52:09.704Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:09.704Z] #26 28.08 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-07-08T09:52:09.704Z] #26 28.61 [2020-07-08T09:52:09.704Z] #26 28.74 ######################################################################## 100.0% [2020-07-08T09:52:09.704Z] #26 28.97 [2020-07-08T09:52:09.704Z] #26 29.04 Download of images into '/build' complete. [2020-07-08T09:52:09.704Z] #26 29.05 Use something like the following to load the result into a Docker daemon: [2020-07-08T09:52:09.704Z] #26 29.05 tar -cC '/build' . | docker load [2020-07-08T09:52:09.704Z] #26 DONE 29.2s [2020-07-08T09:52:09.704Z] [2020-07-08T09:52:09.704Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:09.704Z] #39 DONE 69.0s [2020-07-08T09:52:09.704Z] [2020-07-08T09:52:09.704Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:10.015Z] #32 44.45 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:10.015Z] #32 44.45 Need to get 14.9 MB of archives. [2020-07-08T09:52:10.015Z] #32 44.45 After this operation, 61.8 MB of additional disk space will be used. [2020-07-08T09:52:10.015Z] #32 44.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-07-08T09:52:10.015Z] #32 44.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:52:10.015Z] #32 44.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-07-08T09:52:10.171Z] #41 ... [2020-07-08T09:52:10.171Z] [2020-07-08T09:52:10.171Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:10.171Z] #43 DONE 43.6s [2020-07-08T09:52:10.274Z] #32 44.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-07-08T09:52:10.362Z] #40 ... [2020-07-08T09:52:10.362Z] [2020-07-08T09:52:10.362Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:10.362Z] #42 59.63 bytes [2020-07-08T09:52:10.362Z] #42 66.37 reflect [2020-07-08T09:52:10.362Z] #42 67.51 regexp/syntax [2020-07-08T09:52:10.431Z] [2020-07-08T09:52:10.432Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:10.432Z] #32 42.87 The following NEW packages will be installed: [2020-07-08T09:52:10.432Z] #32 42.87 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-07-08T09:52:10.432Z] #32 42.89 vim-common xxd [2020-07-08T09:52:10.432Z] #32 43.41 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:10.432Z] #32 43.41 Need to get 14.9 MB of archives. [2020-07-08T09:52:10.432Z] #32 43.41 After this operation, 61.8 MB of additional disk space will be used. [2020-07-08T09:52:10.432Z] #32 43.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-07-08T09:52:10.432Z] #32 43.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:52:10.432Z] #32 43.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-07-08T09:52:10.432Z] #32 43.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-07-08T09:52:10.534Z] #32 ... [2020-07-08T09:52:10.534Z] [2020-07-08T09:52:10.534Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:10.534Z] #43 DONE 45.0s [2020-07-08T09:52:10.534Z] [2020-07-08T09:52:10.534Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:10.534Z] #60 DONE 45.0s [2020-07-08T09:52:10.534Z] [2020-07-08T09:52:10.534Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:10.534Z] #10 32.31 Reading package lists... [2020-07-08T09:52:10.534Z] #10 39.63 Building dependency tree... [2020-07-08T09:52:10.534Z] #10 43.44 The following additional packages will be installed: [2020-07-08T09:52:10.534Z] #10 43.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-07-08T09:52:10.534Z] #10 43.46 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-07-08T09:52:10.534Z] #10 43.46 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-07-08T09:52:10.534Z] #10 43.47 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:52:10.534Z] #10 43.48 Suggested packages: [2020-07-08T09:52:10.534Z] #10 43.49 gcc-8-locales seccomp wine64 [2020-07-08T09:52:10.534Z] #10 45.05 The following NEW packages will be installed: [2020-07-08T09:52:10.534Z] #10 45.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-07-08T09:52:10.534Z] #10 45.05 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-07-08T09:52:10.534Z] #10 45.05 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-07-08T09:52:10.534Z] #10 45.05 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-07-08T09:52:10.534Z] #10 45.05 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-07-08T09:52:10.661Z] #42 ... [2020-07-08T09:52:10.661Z] [2020-07-08T09:52:10.661Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:10.661Z] #34 9.655 [100%] Linking C executable tini-static [2020-07-08T09:52:10.793Z] #10 45.14 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:52:11.311Z] #34 10.78 [100%] Built target tini-static [2020-07-08T09:52:11.311Z] #34 10.86 + mkdir -p /build [2020-07-08T09:52:11.311Z] #34 10.87 + cp tini-static /build/docker-init [2020-07-08T09:52:11.361Z] #10 45.77 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:11.361Z] #10 45.77 Need to get 77.7 MB of archives. [2020-07-08T09:52:11.361Z] #10 45.77 After this operation, 487 MB of additional disk space will be used. [2020-07-08T09:52:11.361Z] #10 45.77 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-07-08T09:52:11.607Z] #34 DONE 11.0s [2020-07-08T09:52:11.607Z] [2020-07-08T09:52:11.607Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:11.607Z] #11 67.93 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-07-08T09:52:11.607Z] #11 67.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-07-08T09:52:11.607Z] #11 67.95 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:52:11.621Z] #10 46.18 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-07-08T09:52:11.621Z] #10 ... [2020-07-08T09:52:11.621Z] [2020-07-08T09:52:11.621Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:11.621Z] #32 46.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-07-08T09:52:11.621Z] #32 46.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-07-08T09:52:11.621Z] #32 46.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-07-08T09:52:11.820Z] #32 45.07 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-07-08T09:52:11.820Z] #32 45.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-07-08T09:52:11.820Z] #32 45.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-07-08T09:52:11.820Z] #32 45.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-07-08T09:52:11.820Z] #32 45.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-07-08T09:52:11.820Z] #32 45.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-07-08T09:52:11.880Z] #32 46.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-07-08T09:52:11.880Z] #32 46.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-07-08T09:52:11.880Z] #32 46.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-07-08T09:52:12.536Z] using credential docker-jenkins-github-credentials [2020-07-08T09:52:12.606Z] Cloning the remote Git repository [2020-07-08T09:52:12.606Z] Cloning with configured refspecs honoured and without tags [2020-07-08T09:52:12.612Z] #39 3.923 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:52:12.612Z] #39 3.923 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:52:12.875Z] #39 3.939 Note: Building without GnuTLS support [2020-07-08T09:52:12.875Z] #39 3.943 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:52:12.875Z] #39 3.943 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:52:13.199Z] #32 ... [2020-07-08T09:52:13.199Z] [2020-07-08T09:52:13.199Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:52:13.199Z] #51 31.86 Reading package lists... [2020-07-08T09:52:13.199Z] #51 38.83 Building dependency tree... [2020-07-08T09:52:13.199Z] #51 43.17 The following additional packages will be installed: [2020-07-08T09:52:13.199Z] #51 43.26 libbtrfs0 [2020-07-08T09:52:13.199Z] #51 43.60 The following NEW packages will be installed: [2020-07-08T09:52:13.199Z] #51 43.62 libbtrfs-dev libbtrfs0 [2020-07-08T09:52:13.199Z] #51 44.24 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:13.199Z] #51 44.24 Need to get 119 kB of archives. [2020-07-08T09:52:13.199Z] #51 44.24 After this operation, 387 kB of additional disk space will be used. [2020-07-08T09:52:13.199Z] #51 44.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-07-08T09:52:13.199Z] #51 44.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-07-08T09:52:13.199Z] #51 45.72 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:13.199Z] #51 45.93 Fetched 119 kB in 0s (422 kB/s) [2020-07-08T09:52:13.199Z] #51 46.05 Selecting previously unselected package libbtrfs0. [2020-07-08T09:52:13.199Z] #51 46.05 (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-07-08T09:52:13.199Z] #51 46.13 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-07-08T09:52:13.199Z] #51 46.17 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:13.199Z] #51 46.28 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:52:13.199Z] #51 46.29 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-07-08T09:52:13.199Z] #51 46.29 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:13.199Z] #51 46.53 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:13.199Z] #51 46.54 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:13.199Z] #51 46.55 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:13.199Z] #51 DONE 46.8s [2020-07-08T09:52:13.313Z] #32 ... [2020-07-08T09:52:13.313Z] [2020-07-08T09:52:13.313Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-07-08T09:52:13.313Z] #51 32.68 Reading package lists... [2020-07-08T09:52:13.313Z] #51 40.09 Building dependency tree... [2020-07-08T09:52:13.313Z] #51 43.76 The following additional packages will be installed: [2020-07-08T09:52:13.313Z] #51 43.77 libbtrfs0 [2020-07-08T09:52:13.313Z] #51 43.95 The following NEW packages will be installed: [2020-07-08T09:52:13.313Z] #51 43.99 libbtrfs-dev libbtrfs0 [2020-07-08T09:52:13.313Z] #51 44.54 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:13.313Z] #51 44.54 Need to get 119 kB of archives. [2020-07-08T09:52:13.313Z] #51 44.54 After this operation, 387 kB of additional disk space will be used. [2020-07-08T09:52:13.313Z] #51 44.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-07-08T09:52:13.313Z] #51 44.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-07-08T09:52:13.313Z] #51 46.33 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:13.313Z] #51 46.68 Fetched 119 kB in 0s (302 kB/s) [2020-07-08T09:52:13.313Z] #51 46.83 Selecting previously unselected package libbtrfs0. [2020-07-08T09:52:13.313Z] #51 46.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-07-08T09:52:13.313Z] #51 47.02 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-07-08T09:52:13.313Z] #51 47.04 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:13.313Z] #51 47.28 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:52:13.313Z] #51 47.28 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-07-08T09:52:13.313Z] #51 47.28 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:13.313Z] #51 47.63 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:13.313Z] #51 47.67 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:13.313Z] #51 47.69 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:13.313Z] #51 DONE 47.9s [2020-07-08T09:52:13.460Z] [2020-07-08T09:52:13.460Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:13.460Z] #32 46.97 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:13.590Z] [2020-07-08T09:52:13.590Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:13.718Z] #32 47.22 Fetched 14.9 MB in 3s (5934 kB/s) [2020-07-08T09:52:13.977Z] #32 47.36 Selecting previously unselected package xxd. [2020-07-08T09:52:13.977Z] #32 47.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 ... 15410 files and directories currently installed.) [2020-07-08T09:52:13.977Z] #32 47.55 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-07-08T09:52:12.784Z] Cloning repository https://github.com/moby/moby.git [2020-07-08T09:52:13.233Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-07-08T09:52:14.238Z] #32 47.58 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:52:14.238Z] #32 ... [2020-07-08T09:52:14.238Z] [2020-07-08T09:52:14.238Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:14.238Z] #10 31.19 Reading package lists... [2020-07-08T09:52:14.238Z] #10 38.14 Building dependency tree... [2020-07-08T09:52:14.238Z] #10 42.23 The following additional packages will be installed: [2020-07-08T09:52:14.238Z] #10 42.23 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-07-08T09:52:14.238Z] #10 42.24 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-07-08T09:52:14.238Z] #10 42.26 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-07-08T09:52:14.238Z] #10 42.28 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:52:14.238Z] #10 42.32 Suggested packages: [2020-07-08T09:52:14.238Z] #10 42.32 gcc-8-locales seccomp wine64 [2020-07-08T09:52:14.238Z] #10 44.57 The following NEW packages will be installed: [2020-07-08T09:52:14.238Z] #10 44.57 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-07-08T09:52:14.238Z] #10 44.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-07-08T09:52:14.238Z] #10 44.58 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-07-08T09:52:14.238Z] #10 44.58 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-07-08T09:52:14.238Z] #10 44.59 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-07-08T09:52:14.238Z] #10 44.59 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-07-08T09:52:14.238Z] #10 45.30 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:14.238Z] #10 45.30 Need to get 77.7 MB of archives. [2020-07-08T09:52:14.238Z] #10 45.30 After this operation, 487 MB of additional disk space will be used. [2020-07-08T09:52:14.238Z] #10 45.30 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-07-08T09:52:14.238Z] #10 45.50 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-07-08T09:52:14.238Z] #10 45.78 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-07-08T09:52:14.238Z] #10 45.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-07-08T09:52:14.238Z] #10 45.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-07-08T09:52:14.238Z] #10 45.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-07-08T09:52:14.238Z] #10 46.32 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-07-08T09:52:14.238Z] #10 46.74 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-07-08T09:52:14.238Z] #10 46.77 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-07-08T09:52:14.269Z] #39 ... [2020-07-08T09:52:14.269Z] [2020-07-08T09:52:14.269Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:14.269Z] #30 54.66 github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:52:14.269Z] #30 DONE 58.5s [2020-07-08T09:52:14.269Z] [2020-07-08T09:52:14.269Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:14.269Z] #25 20.17 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-07-08T09:52:14.269Z] #25 20.81 #=#=# [2020-07-08T09:52:14.269Z] #25 21.09 0.8% ######################################################################## 100.0% [2020-07-08T09:52:14.269Z] #25 21.25 [2020-07-08T09:52:14.269Z] #25 22.57 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-07-08T09:52:14.269Z] #25 22.67 skipping existing 9a99313a2c50 [2020-07-08T09:52:14.269Z] #25 22.79 [2020-07-08T09:52:14.269Z] #25 24.00 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-07-08T09:52:14.269Z] #25 24.43 [2020-07-08T09:52:14.269Z] #25 24.67 ######################################################################## 100.0% [2020-07-08T09:52:14.269Z] #25 24.77 [2020-07-08T09:52:14.269Z] #25 24.89 Download of images into '/build' complete. [2020-07-08T09:52:14.269Z] #25 24.89 Use something like the following to load the result into a Docker daemon: [2020-07-08T09:52:14.269Z] #25 24.89 tar -cC '/build' . | docker load [2020-07-08T09:52:14.269Z] #25 ... [2020-07-08T09:52:14.269Z] [2020-07-08T09:52:14.269Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:14.269Z] #47 48.58 regexp [2020-07-08T09:52:14.269Z] #47 53.63 mvdan.cc/sh/v3/fileutil [2020-07-08T09:52:14.269Z] #47 55.96 encoding/binary [2020-07-08T09:52:14.269Z] #47 55.98 github.com/pkg/diff [2020-07-08T09:52:14.269Z] #47 55.98 go/scanner [2020-07-08T09:52:14.269Z] #47 55.98 mvdan.cc/editorconfig [2020-07-08T09:52:14.269Z] #47 57.74 mvdan.cc/sh/v3/syntax [2020-07-08T09:52:14.269Z] #47 58.55 go/ast [2020-07-08T09:52:14.269Z] #47 ... [2020-07-08T09:52:14.269Z] [2020-07-08T09:52:14.269Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:14.269Z] #33 2.789 + RM_GOPATH=0 [2020-07-08T09:52:14.269Z] #33 2.789 + TMP_GOPATH= [2020-07-08T09:52:14.269Z] #33 2.789 + : /build [2020-07-08T09:52:14.269Z] #33 2.789 + '[' -z '' ']' [2020-07-08T09:52:14.269Z] #33 2.790 ++ mktemp -d [2020-07-08T09:52:14.269Z] #33 2.792 + export GOPATH=/tmp/tmp.B8C5NhviH4 [2020-07-08T09:52:14.269Z] #33 2.792 + GOPATH=/tmp/tmp.B8C5NhviH4 [2020-07-08T09:52:14.269Z] #33 2.792 + RM_GOPATH=1 [2020-07-08T09:52:14.269Z] #33 2.792 + case "$(go env GOARCH)" in [2020-07-08T09:52:14.269Z] #33 2.793 ++ go env GOARCH [2020-07-08T09:52:14.269Z] #33 2.813 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:14.269Z] #33 2.813 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:14.269Z] #33 2.814 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:14.269Z] #33 2.816 + dir=/tmp/install [2020-07-08T09:52:14.269Z] #33 2.817 + bin=tini [2020-07-08T09:52:14.269Z] #33 2.817 + shift [2020-07-08T09:52:14.269Z] #33 2.817 + '[' '!' -f /tmp/install/tini.installer ']' [2020-07-08T09:52:14.269Z] #33 2.818 + . /tmp/install/tini.installer [2020-07-08T09:52:14.269Z] #33 2.818 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:14.269Z] #33 2.819 + install_tini [2020-07-08T09:52:14.269Z] #33 2.819 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-07-08T09:52:14.269Z] #33 2.820 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:14.269Z] #33 2.820 + git clone https://github.com/krallin/tini.git /tmp/tmp.B8C5NhviH4/tini [2020-07-08T09:52:14.269Z] #33 2.831 Cloning into '/tmp/tmp.B8C5NhviH4/tini'... [2020-07-08T09:52:14.269Z] #33 3.633 + cd /tmp/tmp.B8C5NhviH4/tini [2020-07-08T09:52:14.269Z] #33 3.633 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:14.269Z] #33 3.646 + cmake . [2020-07-08T09:52:14.269Z] #33 4.393 -- The C compiler identification is GNU 8.3.0 [2020-07-08T09:52:14.269Z] #33 4.433 -- Check for working C compiler: /usr/bin/cc [2020-07-08T09:52:14.269Z] #33 5.274 -- Check for working C compiler: /usr/bin/cc -- works [2020-07-08T09:52:14.269Z] #33 5.274 -- Detecting C compiler ABI info [2020-07-08T09:52:14.269Z] #33 ... [2020-07-08T09:52:14.269Z] [2020-07-08T09:52:14.269Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:14.269Z] #25 DONE 25.1s [2020-07-08T09:52:14.388Z] #11 ... [2020-07-08T09:52:14.388Z] [2020-07-08T09:52:14.388Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:14.388Z] #40 2.105 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:52:14.388Z] #40 2.109 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:52:14.388Z] #40 2.184 Note: Building without GnuTLS support [2020-07-08T09:52:14.388Z] #40 2.194 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:52:14.388Z] #40 2.196 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:52:14.388Z] #40 4.100 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:52:14.388Z] #40 4.158 GEN .gitid [2020-07-08T09:52:14.388Z] #40 4.192 GEN criu/include/version.h [2020-07-08T09:52:14.388Z] #40 4.258 GEN include/common/asm [2020-07-08T09:52:14.499Z] #10 ... [2020-07-08T09:52:14.499Z] [2020-07-08T09:52:14.499Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:52:14.499Z] #23 31.70 Reading package lists... [2020-07-08T09:52:14.499Z] #23 38.62 Building dependency tree... [2020-07-08T09:52:14.499Z] #23 42.67 ca-certificates is already the newest version (20200601~deb10u1). [2020-07-08T09:52:14.499Z] #23 42.67 The following additional packages will be installed: [2020-07-08T09:52:14.499Z] #23 42.70 libjq1 libonig5 [2020-07-08T09:52:14.499Z] #23 43.60 The following NEW packages will be installed: [2020-07-08T09:52:14.499Z] #23 43.60 jq libjq1 libonig5 [2020-07-08T09:52:14.499Z] #23 44.32 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:14.499Z] #23 44.32 Need to get 355 kB of archives. [2020-07-08T09:52:14.499Z] #23 44.32 After this operation, 1072 kB of additional disk space will be used. [2020-07-08T09:52:14.499Z] #23 44.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-07-08T09:52:14.499Z] #23 44.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-07-08T09:52:14.499Z] #23 44.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-07-08T09:52:14.499Z] #23 45.88 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:14.499Z] #23 46.11 Fetched 355 kB in 0s (850 kB/s) [2020-07-08T09:52:14.499Z] #23 46.23 Selecting previously unselected package libonig5:amd64. [2020-07-08T09:52:14.499Z] #23 46.23 (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-07-08T09:52:14.499Z] #23 46.30 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-07-08T09:52:14.499Z] #23 46.35 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:52:14.499Z] #23 46.54 Selecting previously unselected package libjq1:amd64. [2020-07-08T09:52:14.499Z] #23 46.55 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:52:14.499Z] #23 46.56 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.499Z] #23 46.84 Selecting previously unselected package jq. [2020-07-08T09:52:14.499Z] #23 46.87 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:52:14.499Z] #23 46.87 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.499Z] #23 47.19 Setting up libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:52:14.499Z] #23 47.22 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.499Z] #23 47.25 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.499Z] #23 47.28 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:14.499Z] #23 DONE 47.9s [2020-07-08T09:52:14.499Z] [2020-07-08T09:52:14.499Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T09:52:14.499Z] #24 DONE 0.1s [2020-07-08T09:52:14.499Z] [2020-07-08T09:52:14.499Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:14.532Z] [2020-07-08T09:52:14.532Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:14.532Z] #47 58.92 encoding/base64 [2020-07-08T09:52:14.532Z] #47 58.94 golang.org/x/sys/unix [2020-07-08T09:52:14.999Z] #52 ... [2020-07-08T09:52:14.999Z] [2020-07-08T09:52:14.999Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-07-08T09:52:14.999Z] #23 32.21 Reading package lists... [2020-07-08T09:52:14.999Z] #23 39.68 Building dependency tree... [2020-07-08T09:52:14.999Z] #23 43.36 ca-certificates is already the newest version (20200601~deb10u1). [2020-07-08T09:52:14.999Z] #23 43.36 The following additional packages will be installed: [2020-07-08T09:52:14.999Z] #23 43.39 libjq1 libonig5 [2020-07-08T09:52:14.999Z] #23 43.92 The following NEW packages will be installed: [2020-07-08T09:52:14.999Z] #23 43.93 jq libjq1 libonig5 [2020-07-08T09:52:14.999Z] #23 44.50 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:14.999Z] #23 44.50 Need to get 355 kB of archives. [2020-07-08T09:52:14.999Z] #23 44.50 After this operation, 1072 kB of additional disk space will be used. [2020-07-08T09:52:14.999Z] #23 44.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-07-08T09:52:14.999Z] #23 44.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-07-08T09:52:14.999Z] #23 44.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-07-08T09:52:14.999Z] #23 46.62 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:14.999Z] #23 47.04 Fetched 355 kB in 0s (904 kB/s) [2020-07-08T09:52:14.999Z] #23 47.33 Selecting previously unselected package libonig5:amd64. [2020-07-08T09:52:14.999Z] #23 47.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-07-08T09:52:14.999Z] #23 47.43 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-07-08T09:52:14.999Z] #23 47.45 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:52:14.999Z] #23 47.79 Selecting previously unselected package libjq1:amd64. [2020-07-08T09:52:14.999Z] #23 47.81 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:52:14.999Z] #23 47.82 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.999Z] #23 48.32 Selecting previously unselected package jq. [2020-07-08T09:52:14.999Z] #23 48.32 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:52:14.999Z] #23 48.33 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.999Z] #23 48.66 Setting up libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:52:14.999Z] #23 48.68 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.999Z] #23 48.70 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:52:14.999Z] #23 48.71 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:14.999Z] #23 DONE 49.4s [2020-07-08T09:52:14.999Z] [2020-07-08T09:52:14.999Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T09:52:14.999Z] #24 DONE 0.0s [2020-07-08T09:52:14.999Z] [2020-07-08T09:52:14.999Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:14.999Z] #38 32.34 Reading package lists... [2020-07-08T09:52:14.999Z] #38 39.72 Building dependency tree... [2020-07-08T09:52:14.999Z] #38 43.66 The following additional packages will be installed: [2020-07-08T09:52:14.999Z] #38 43.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-07-08T09:52:14.999Z] #38 43.66 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-07-08T09:52:14.999Z] #38 43.66 Suggested packages: [2020-07-08T09:52:14.999Z] #38 43.66 manpages-dev python-setuptools [2020-07-08T09:52:14.999Z] #38 45.32 The following NEW packages will be installed: [2020-07-08T09:52:14.999Z] #38 45.32 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-07-08T09:52:14.999Z] #38 45.32 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-07-08T09:52:14.999Z] #38 45.32 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-07-08T09:52:14.999Z] #38 45.32 python-six zlib1g-dev [2020-07-08T09:52:14.999Z] #38 45.94 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:14.999Z] #38 45.94 Need to get 4095 kB of archives. [2020-07-08T09:52:14.999Z] #38 45.94 After this operation, 22.5 MB of additional disk space will be used. [2020-07-08T09:52:14.999Z] #38 45.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-07-08T09:52:14.999Z] #38 45.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-07-08T09:52:14.999Z] #38 45.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-07-08T09:52:14.999Z] #38 45.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-07-08T09:52:14.999Z] #38 45.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-07-08T09:52:14.999Z] #38 46.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-07-08T09:52:14.999Z] #38 46.02 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-07-08T09:52:14.999Z] #38 46.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-07-08T09:52:14.999Z] #38 46.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-07-08T09:52:14.999Z] #38 46.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-07-08T09:52:14.999Z] #38 46.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-07-08T09:52:14.999Z] #38 46.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-07-08T09:52:14.999Z] #38 46.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-07-08T09:52:14.999Z] #38 46.70 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-07-08T09:52:14.999Z] #38 46.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-07-08T09:52:14.999Z] #38 46.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-07-08T09:52:14.999Z] #38 46.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-07-08T09:52:14.999Z] #38 48.61 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:14.999Z] #38 48.82 Fetched 4095 kB in 1s (3701 kB/s) [2020-07-08T09:52:14.999Z] #38 48.94 Selecting previously unselected package libcap-dev:amd64. [2020-07-08T09:52:14.999Z] #38 48.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-07-08T09:52:14.999Z] #38 49.02 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-07-08T09:52:14.999Z] #38 49.03 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-07-08T09:52:14.999Z] #38 49.20 Selecting previously unselected package libnet1:amd64. [2020-07-08T09:52:14.999Z] #38 49.23 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-07-08T09:52:14.999Z] #38 49.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:14.999Z] #38 ... [2020-07-08T09:52:14.999Z] [2020-07-08T09:52:14.999Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:14.999Z] #32 48.64 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:14.999Z] #32 48.93 Fetched 14.9 MB in 3s (5196 kB/s) [2020-07-08T09:52:14.999Z] #32 49.04 Selecting previously unselected package xxd. [2020-07-08T09:52:14.999Z] #32 49.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-07-08T09:52:14.999Z] #32 49.19 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-07-08T09:52:14.999Z] #32 49.19 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:52:15.064Z] #25 ... [2020-07-08T09:52:15.065Z] [2020-07-08T09:52:15.065Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:15.065Z] #38 32.07 Reading package lists... [2020-07-08T09:52:15.065Z] #38 38.96 Building dependency tree... [2020-07-08T09:52:15.065Z] #38 43.41 The following additional packages will be installed: [2020-07-08T09:52:15.065Z] #38 43.41 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-07-08T09:52:15.065Z] #38 43.41 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-07-08T09:52:15.065Z] #38 43.43 Suggested packages: [2020-07-08T09:52:15.065Z] #38 43.43 manpages-dev python-setuptools [2020-07-08T09:52:15.065Z] #38 45.51 The following NEW packages will be installed: [2020-07-08T09:52:15.065Z] #38 45.53 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-07-08T09:52:15.065Z] #38 45.54 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-07-08T09:52:15.065Z] #38 45.54 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-07-08T09:52:15.065Z] #38 45.54 python-six zlib1g-dev [2020-07-08T09:52:15.065Z] #38 45.95 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:52:15.065Z] #38 45.95 Need to get 4095 kB of archives. [2020-07-08T09:52:15.065Z] #38 45.95 After this operation, 22.5 MB of additional disk space will be used. [2020-07-08T09:52:15.065Z] #38 45.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-07-08T09:52:15.065Z] #38 45.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-07-08T09:52:15.065Z] #38 45.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-07-08T09:52:15.065Z] #38 45.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-07-08T09:52:15.065Z] #38 45.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-07-08T09:52:15.065Z] #38 45.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-07-08T09:52:15.065Z] #38 45.99 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-07-08T09:52:15.065Z] #38 45.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-07-08T09:52:15.065Z] #38 46.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-07-08T09:52:15.065Z] #38 46.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-07-08T09:52:15.065Z] #38 46.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-07-08T09:52:15.065Z] #38 46.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-07-08T09:52:15.065Z] #38 46.32 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-07-08T09:52:15.065Z] #38 46.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-07-08T09:52:15.065Z] #38 46.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-07-08T09:52:15.065Z] #38 46.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-07-08T09:52:15.065Z] #38 46.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-07-08T09:52:15.065Z] #38 48.09 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:15.065Z] #38 48.35 Fetched 4095 kB in 1s (5662 kB/s) [2020-07-08T09:52:15.065Z] #38 48.47 Selecting previously unselected package libcap-dev:amd64. [2020-07-08T09:52:15.065Z] #38 48.47 (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-07-08T09:52:15.065Z] #38 48.67 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-07-08T09:52:15.065Z] #38 48.71 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-07-08T09:52:15.107Z] #47 ... [2020-07-08T09:52:15.107Z] [2020-07-08T09:52:15.107Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:15.107Z] #10 49.39 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-07-08T09:52:15.107Z] #10 49.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-07-08T09:52:15.107Z] #10 49.63 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:52:15.107Z] #10 57.48 Selecting previously unselected package gcc-mingw-w64-base. [2020-07-08T09:52:15.107Z] #10 57.49 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-07-08T09:52:15.107Z] #10 57.51 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:15.107Z] #10 57.75 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-07-08T09:52:15.107Z] #10 57.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-07-08T09:52:15.107Z] #10 57.77 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:15.107Z] #10 ... [2020-07-08T09:52:15.107Z] [2020-07-08T09:52:15.107Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:15.107Z] #39 6.229 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:52:15.107Z] #39 6.317 GEN .gitid [2020-07-08T09:52:15.265Z] #32 49.62 Selecting previously unselected package vim-common. [2020-07-08T09:52:15.265Z] #32 49.69 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:52:15.265Z] #32 49.74 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:52:15.324Z] #38 ... [2020-07-08T09:52:15.324Z] [2020-07-08T09:52:15.324Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:15.324Z] #32 48.04 Selecting previously unselected package vim-common. [2020-07-08T09:52:15.324Z] #32 48.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:52:15.324Z] #32 48.20 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:52:15.324Z] #32 48.68 Selecting previously unselected package cmake-data. [2020-07-08T09:52:15.324Z] #32 48.70 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-07-08T09:52:15.324Z] #32 48.71 Unpacking cmake-data (3.13.4-1) ... [2020-07-08T09:52:15.371Z] #39 6.365 GEN criu/include/version.h [2020-07-08T09:52:15.371Z] #39 6.483 GEN include/common/asm [2020-07-08T09:52:15.523Z] #32 50.14 Selecting previously unselected package cmake-data. [2020-07-08T09:52:15.523Z] #32 50.14 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-07-08T09:52:15.783Z] #32 50.14 Unpacking cmake-data (3.13.4-1) ... [2020-07-08T09:52:15.935Z] #40 6.090 PBCC images/timens.pb-c.c [2020-07-08T09:52:15.936Z] #40 6.119 DEP images/timens.pb-c.d [2020-07-08T09:52:15.936Z] #40 6.173 PBCC images/fown.pb-c.c [2020-07-08T09:52:15.936Z] #40 6.220 PBCC images/google/protobuf/descriptor.pb-c.c [2020-07-08T09:52:15.936Z] #40 6.279 PBCC images/opts.pb-c.c [2020-07-08T09:52:14.280Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:52:14.282Z] > git --version # timeout=10 [2020-07-08T09:52:14.325Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:52:14.328Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:52:16.244Z] #40 6.329 PBCC images/memfd.pb-c.c [2020-07-08T09:52:16.244Z] #40 6.401 DEP images/fown.pb-c.d [2020-07-08T09:52:16.244Z] #40 6.506 DEP images/google/protobuf/descriptor.pb-c.d [2020-07-08T09:52:16.244Z] #40 6.581 DEP images/opts.pb-c.d [2020-07-08T09:52:16.244Z] #40 6.635 DEP images/memfd.pb-c.d [2020-07-08T09:52:16.349Z] #32 ... [2020-07-08T09:52:16.349Z] [2020-07-08T09:52:16.349Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:16.349Z] #41 40.76 sync [2020-07-08T09:52:16.349Z] #41 40.76 internal/reflectlite [2020-07-08T09:52:16.349Z] #41 42.39 github.com/LK4D4/vndr/godl/singleflight [2020-07-08T09:52:16.349Z] #41 42.69 math/rand [2020-07-08T09:52:16.349Z] #41 44.01 internal/singleflight [2020-07-08T09:52:16.349Z] #41 44.50 sort [2020-07-08T09:52:16.349Z] #41 44.51 io [2020-07-08T09:52:16.349Z] #41 46.48 bytes [2020-07-08T09:52:16.349Z] #41 46.64 strconv [2020-07-08T09:52:16.349Z] #41 49.92 bufio [2020-07-08T09:52:16.349Z] #41 ... [2020-07-08T09:52:16.349Z] [2020-07-08T09:52:16.349Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:16.349Z] #30 40.80 sync [2020-07-08T09:52:16.349Z] #30 40.80 internal/reflectlite [2020-07-08T09:52:16.349Z] #30 43.50 errors [2020-07-08T09:52:16.349Z] #30 43.51 sort [2020-07-08T09:52:16.349Z] #30 43.95 strconv [2020-07-08T09:52:16.349Z] #30 44.74 io [2020-07-08T09:52:16.349Z] #30 46.82 internal/oserror [2020-07-08T09:52:16.349Z] #30 46.98 syscall [2020-07-08T09:52:16.349Z] #30 49.61 reflect [2020-07-08T09:52:16.542Z] #40 6.679 PBCC images/sit.pb-c.c [2020-07-08T09:52:16.542Z] #40 6.732 DEP images/sit.pb-c.d [2020-07-08T09:52:16.542Z] #40 6.800 PBCC images/macvlan.pb-c.c [2020-07-08T09:52:16.542Z] #40 6.827 DEP images/macvlan.pb-c.d [2020-07-08T09:52:16.542Z] #40 6.882 PBCC images/autofs.pb-c.c [2020-07-08T09:52:16.542Z] #40 6.892 DEP images/autofs.pb-c.d [2020-07-08T09:52:16.608Z] #30 ... [2020-07-08T09:52:16.608Z] [2020-07-08T09:52:16.608Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:16.608Z] #38 49.68 Selecting previously unselected package libnet1-dev. [2020-07-08T09:52:16.608Z] #38 49.78 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-07-08T09:52:16.608Z] #38 49.80 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:16.608Z] #38 50.01 Selecting previously unselected package libnl-3-200:amd64. [2020-07-08T09:52:16.608Z] #38 50.02 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-07-08T09:52:16.608Z] #38 50.04 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:52:16.608Z] #38 50.29 Selecting previously unselected package libnl-3-dev:amd64. [2020-07-08T09:52:16.608Z] #38 50.30 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-07-08T09:52:16.608Z] #38 50.33 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-07-08T09:52:16.608Z] #38 50.68 Selecting previously unselected package libprotobuf-c1:amd64. [2020-07-08T09:52:16.608Z] #38 50.72 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:52:16.608Z] #38 50.72 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:16.608Z] #38 50.83 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-07-08T09:52:16.608Z] #38 50.85 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:52:16.608Z] #38 50.87 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:16.608Z] #38 50.99 Selecting previously unselected package zlib1g-dev:amd64. [2020-07-08T09:52:16.608Z] #38 51.00 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-07-08T09:52:16.608Z] #38 51.00 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-07-08T09:52:16.710Z] #32 ... [2020-07-08T09:52:16.710Z] [2020-07-08T09:52:16.710Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:16.710Z] #30 40.00 internal/reflectlite [2020-07-08T09:52:16.710Z] #30 40.00 sync [2020-07-08T09:52:16.710Z] #30 43.50 sort [2020-07-08T09:52:16.710Z] #30 43.51 errors [2020-07-08T09:52:16.710Z] #30 44.09 strconv [2020-07-08T09:52:16.710Z] #30 45.65 io [2020-07-08T09:52:16.710Z] #30 46.60 internal/oserror [2020-07-08T09:52:16.710Z] #30 46.66 syscall [2020-07-08T09:52:16.710Z] #30 48.67 reflect [2020-07-08T09:52:16.710Z] #30 ... [2020-07-08T09:52:16.710Z] [2020-07-08T09:52:16.710Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:16.710Z] #38 48.95 Selecting previously unselected package libnet1:amd64. [2020-07-08T09:52:16.710Z] #38 48.95 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 48.97 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:16.710Z] #38 49.11 Selecting previously unselected package libnet1-dev. [2020-07-08T09:52:16.710Z] #38 49.14 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 49.15 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:16.710Z] #38 49.41 Selecting previously unselected package libnl-3-200:amd64. [2020-07-08T09:52:16.710Z] #38 49.43 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 49.43 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:52:16.710Z] #38 49.58 Selecting previously unselected package libnl-3-dev:amd64. [2020-07-08T09:52:16.710Z] #38 49.61 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 49.62 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-07-08T09:52:16.710Z] #38 49.89 Selecting previously unselected package libprotobuf-c1:amd64. [2020-07-08T09:52:16.710Z] #38 49.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 49.92 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:16.710Z] #38 50.00 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-07-08T09:52:16.710Z] #38 50.01 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 50.02 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:16.710Z] #38 50.14 Selecting previously unselected package zlib1g-dev:amd64. [2020-07-08T09:52:16.710Z] #38 50.16 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-07-08T09:52:16.710Z] #38 50.17 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-07-08T09:52:16.844Z] #40 6.942 PBCC images/sysctl.pb-c.c [2020-07-08T09:52:16.844Z] #40 6.960 DEP images/sysctl.pb-c.d [2020-07-08T09:52:16.844Z] #40 7.013 PBCC images/time.pb-c.c [2020-07-08T09:52:16.844Z] #40 7.036 DEP images/time.pb-c.d [2020-07-08T09:52:16.844Z] #40 7.062 PBCC images/binfmt-misc.pb-c.c [2020-07-08T09:52:16.844Z] #40 7.074 DEP images/binfmt-misc.pb-c.d [2020-07-08T09:52:16.844Z] #40 7.131 PBCC images/seccomp.pb-c.c [2020-07-08T09:52:16.844Z] #40 7.142 DEP images/seccomp.pb-c.d [2020-07-08T09:52:16.844Z] #40 7.190 PBCC images/userns.pb-c.c [2020-07-08T09:52:16.844Z] #40 7.203 DEP images/userns.pb-c.d [2020-07-08T09:52:16.844Z] #40 ... [2020-07-08T09:52:16.844Z] [2020-07-08T09:52:16.844Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:16.844Z] #31 66.13 text/tabwriter [2020-07-08T09:52:16.844Z] #31 71.93 internal/syscall/execenv [2020-07-08T09:52:16.844Z] #31 71.95 internal/syscall/unix [2020-07-08T09:52:16.844Z] #31 72.03 time [2020-07-08T09:52:16.866Z] #38 51.25 Selecting previously unselected package libprotobuf17:amd64. [2020-07-08T09:52:16.866Z] #38 51.26 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:16.866Z] #38 51.26 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:16.970Z] #38 50.50 Selecting previously unselected package libprotobuf17:amd64. [2020-07-08T09:52:16.970Z] #38 50.50 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:16.970Z] #38 50.51 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:17.142Z] #31 ... [2020-07-08T09:52:17.142Z] [2020-07-08T09:52:17.142Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:17.142Z] #40 7.267 PBCC images/cgroup.pb-c.c [2020-07-08T09:52:17.142Z] #40 7.295 DEP images/cgroup.pb-c.d [2020-07-08T09:52:17.142Z] #40 7.352 PBCC images/ext-file.pb-c.c [2020-07-08T09:52:17.142Z] #40 7.366 DEP images/ext-file.pb-c.d [2020-07-08T09:52:17.142Z] #40 7.431 PBCC images/rpc.pb-c.c [2020-07-08T09:52:17.142Z] #40 7.455 DEP images/rpc.pb-c.d [2020-07-08T09:52:17.295Z] #39 8.436 PBCC images/timens.pb-c.c [2020-07-08T09:52:17.296Z] #39 8.477 DEP images/timens.pb-c.d [2020-07-08T09:52:17.440Z] #40 7.540 PBCC images/siginfo.pb-c.c [2020-07-08T09:52:17.440Z] #40 7.554 DEP images/siginfo.pb-c.d [2020-07-08T09:52:17.440Z] #40 7.601 PBCC images/pagemap.pb-c.c [2020-07-08T09:52:17.440Z] #40 7.645 DEP images/pagemap.pb-c.d [2020-07-08T09:52:17.440Z] #40 7.672 PBCC images/rlimit.pb-c.c [2020-07-08T09:52:17.440Z] #40 7.687 DEP images/rlimit.pb-c.d [2020-07-08T09:52:17.440Z] #40 7.719 PBCC images/file-lock.pb-c.c [2020-07-08T09:52:17.440Z] #40 7.741 DEP images/file-lock.pb-c.d [2020-07-08T09:52:17.440Z] #40 7.794 PBCC images/tty.pb-c.c [2020-07-08T09:52:17.559Z] #39 8.550 PBCC images/fown.pb-c.c [2020-07-08T09:52:17.559Z] #39 8.602 PBCC images/google/protobuf/descriptor.pb-c.c [2020-07-08T09:52:17.559Z] #39 8.691 PBCC images/opts.pb-c.c [2020-07-08T09:52:17.559Z] #39 8.729 PBCC images/memfd.pb-c.c [2020-07-08T09:52:17.559Z] #39 8.771 DEP images/fown.pb-c.d [2020-07-08T09:52:17.559Z] #39 8.786 DEP images/google/protobuf/descriptor.pb-c.d [2020-07-08T09:52:17.739Z] #40 7.846 DEP images/tty.pb-c.d [2020-07-08T09:52:17.739Z] #40 7.886 PBCC images/tun.pb-c.c [2020-07-08T09:52:17.739Z] #40 7.951 PBCC images/netdev.pb-c.c [2020-07-08T09:52:17.739Z] #40 7.998 DEP images/tun.pb-c.d [2020-07-08T09:52:17.739Z] #40 8.063 DEP images/netdev.pb-c.d [2020-07-08T09:52:17.801Z] #38 52.01 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-07-08T09:52:17.801Z] #38 52.04 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:17.801Z] #38 52.09 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:17.823Z] #39 8.824 DEP images/opts.pb-c.d [2020-07-08T09:52:17.823Z] #39 8.870 DEP images/memfd.pb-c.d [2020-07-08T09:52:17.823Z] #39 8.927 PBCC images/sit.pb-c.c [2020-07-08T09:52:17.823Z] #39 8.995 DEP images/sit.pb-c.d [2020-07-08T09:52:17.823Z] #39 9.064 PBCC images/macvlan.pb-c.c [2020-07-08T09:52:17.823Z] #39 9.091 DEP images/macvlan.pb-c.d [2020-07-08T09:52:17.904Z] #38 51.31 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-07-08T09:52:17.904Z] #38 51.31 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:17.904Z] #38 51.32 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:18.044Z] #40 8.093 PBCC images/vma.pb-c.c [2020-07-08T09:52:18.044Z] #40 8.149 DEP images/vma.pb-c.d [2020-07-08T09:52:18.044Z] #40 8.200 PBCC images/creds.pb-c.c [2020-07-08T09:52:18.044Z] #40 ... [2020-07-08T09:52:18.044Z] [2020-07-08T09:52:18.044Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:18.044Z] #48 67.06 reflect [2020-07-08T09:52:18.044Z] #48 67.09 regexp/syntax [2020-07-08T09:52:18.044Z] #48 76.25 time [2020-07-08T09:52:18.044Z] #48 ... [2020-07-08T09:52:18.044Z] [2020-07-08T09:52:18.044Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:18.044Z] #40 8.222 DEP images/creds.pb-c.d [2020-07-08T09:52:18.044Z] #40 8.271 PBCC images/utsns.pb-c.c [2020-07-08T09:52:18.044Z] #40 8.319 DEP images/utsns.pb-c.d [2020-07-08T09:52:18.044Z] #40 8.395 PBCC images/ipc-desc.pb-c.c [2020-07-08T09:52:18.044Z] #40 8.408 PBCC images/ipc-sem.pb-c.c [2020-07-08T09:52:18.044Z] #40 8.453 DEP images/ipc-desc.pb-c.d [2020-07-08T09:52:18.059Z] #38 52.32 Selecting previously unselected package libprotobuf-dev:amd64. [2020-07-08T09:52:18.059Z] #38 52.32 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:18.059Z] #38 52.33 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:18.085Z] #39 9.150 PBCC images/autofs.pb-c.c [2020-07-08T09:52:18.085Z] #39 9.198 DEP images/autofs.pb-c.d [2020-07-08T09:52:18.085Z] #39 9.251 PBCC images/sysctl.pb-c.c [2020-07-08T09:52:18.085Z] #39 9.277 DEP images/sysctl.pb-c.d [2020-07-08T09:52:18.085Z] #39 9.333 PBCC images/time.pb-c.c [2020-07-08T09:52:18.162Z] #38 51.58 Selecting previously unselected package libprotobuf-dev:amd64. [2020-07-08T09:52:18.162Z] #38 51.58 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:18.162Z] #38 51.60 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:18.344Z] #40 8.506 DEP images/ipc-sem.pb-c.d [2020-07-08T09:52:18.344Z] #40 8.590 PBCC images/ipc-msg.pb-c.c [2020-07-08T09:52:18.344Z] #40 8.647 DEP images/ipc-msg.pb-c.d [2020-07-08T09:52:18.344Z] #40 8.724 PBCC images/ipc-shm.pb-c.c [2020-07-08T09:52:18.348Z] #39 9.366 DEP images/time.pb-c.d [2020-07-08T09:52:18.348Z] #39 9.395 PBCC images/binfmt-misc.pb-c.c [2020-07-08T09:52:18.348Z] #39 9.416 DEP images/binfmt-misc.pb-c.d [2020-07-08T09:52:18.348Z] #39 9.488 PBCC images/seccomp.pb-c.c [2020-07-08T09:52:18.348Z] #39 9.542 DEP images/seccomp.pb-c.d [2020-07-08T09:52:18.348Z] #39 9.594 PBCC images/userns.pb-c.c [2020-07-08T09:52:18.348Z] #39 9.631 DEP images/userns.pb-c.d [2020-07-08T09:52:18.611Z] #39 9.693 PBCC images/cgroup.pb-c.c [2020-07-08T09:52:18.611Z] #39 9.754 DEP images/cgroup.pb-c.d [2020-07-08T09:52:18.611Z] #39 9.807 PBCC images/ext-file.pb-c.c [2020-07-08T09:52:18.611Z] #39 9.819 DEP images/ext-file.pb-c.d [2020-07-08T09:52:18.611Z] #39 9.867 PBCC images/rpc.pb-c.c [2020-07-08T09:52:18.646Z] #40 8.757 DEP images/ipc-shm.pb-c.d [2020-07-08T09:52:18.646Z] #40 8.789 PBCC images/ipc-var.pb-c.c [2020-07-08T09:52:18.646Z] #40 8.822 DEP images/ipc-var.pb-c.d [2020-07-08T09:52:18.646Z] #40 8.878 PBCC images/sk-opts.pb-c.c [2020-07-08T09:52:18.646Z] #40 8.902 PBCC images/packet-sock.pb-c.c [2020-07-08T09:52:18.646Z] #40 8.946 DEP images/sk-opts.pb-c.d [2020-07-08T09:52:18.646Z] #40 9.003 DEP images/packet-sock.pb-c.d [2020-07-08T09:52:18.874Z] #39 9.978 DEP images/rpc.pb-c.d [2020-07-08T09:52:18.874Z] #39 10.04 PBCC images/siginfo.pb-c.c [2020-07-08T09:52:18.874Z] #39 10.10 DEP images/siginfo.pb-c.d [2020-07-08T09:52:18.874Z] #39 10.15 PBCC images/pagemap.pb-c.c [2020-07-08T09:52:18.944Z] #40 9.049 PBCC images/sk-netlink.pb-c.c [2020-07-08T09:52:18.944Z] #40 9.147 DEP images/sk-netlink.pb-c.d [2020-07-08T09:52:18.944Z] #40 9.206 PBCC images/sk-inet.pb-c.c [2020-07-08T09:52:18.944Z] #40 9.249 DEP images/sk-inet.pb-c.d [2020-07-08T09:52:18.944Z] #40 9.305 PBCC images/sk-unix.pb-c.c [2020-07-08T09:52:18.944Z] #40 9.354 DEP images/sk-unix.pb-c.d [2020-07-08T09:52:19.137Z] #39 10.22 DEP images/pagemap.pb-c.d [2020-07-08T09:52:19.137Z] #39 10.30 PBCC images/rlimit.pb-c.c [2020-07-08T09:52:19.137Z] #39 10.34 DEP images/rlimit.pb-c.d [2020-07-08T09:52:19.137Z] #39 10.38 PBCC images/file-lock.pb-c.c [2020-07-08T09:52:19.137Z] #39 10.40 DEP images/file-lock.pb-c.d [2020-07-08T09:52:19.244Z] #40 9.439 PBCC images/mm.pb-c.c [2020-07-08T09:52:19.244Z] #40 9.477 DEP images/mm.pb-c.d [2020-07-08T09:52:19.244Z] #40 9.563 PBCC images/timerfd.pb-c.c [2020-07-08T09:52:19.244Z] #40 9.604 DEP images/timerfd.pb-c.d [2020-07-08T09:52:19.400Z] #39 10.43 PBCC images/tty.pb-c.c [2020-07-08T09:52:19.400Z] #39 10.48 DEP images/tty.pb-c.d [2020-07-08T09:52:19.400Z] #39 10.53 PBCC images/tun.pb-c.c [2020-07-08T09:52:19.400Z] #39 10.57 PBCC images/netdev.pb-c.c [2020-07-08T09:52:19.400Z] #39 10.68 DEP images/tun.pb-c.d [2020-07-08T09:52:19.437Z] #38 53.59 Selecting previously unselected package libprotoc17:amd64. [2020-07-08T09:52:19.437Z] #38 53.59 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:19.437Z] #38 53.60 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:19.539Z] #38 52.94 Selecting previously unselected package libprotoc17:amd64. [2020-07-08T09:52:19.539Z] #38 52.97 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:19.539Z] #38 52.98 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:19.542Z] #40 9.671 PBCC images/timer.pb-c.c [2020-07-08T09:52:19.542Z] #40 9.720 DEP images/timer.pb-c.d [2020-07-08T09:52:19.542Z] #40 9.819 PBCC images/sa.pb-c.c [2020-07-08T09:52:19.664Z] #39 10.79 DEP images/netdev.pb-c.d [2020-07-08T09:52:19.664Z] #39 ... [2020-07-08T09:52:19.664Z] [2020-07-08T09:52:19.664Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:19.664Z] #41 54.13 net/url [2020-07-08T09:52:19.664Z] #41 54.13 go/token [2020-07-08T09:52:19.664Z] #41 54.14 text/template/parse [2020-07-08T09:52:19.664Z] #41 55.65 go/scanner [2020-07-08T09:52:19.664Z] #41 57.34 encoding/binary [2020-07-08T09:52:19.664Z] #41 57.63 go/ast [2020-07-08T09:52:19.664Z] #41 61.03 encoding/json [2020-07-08T09:52:19.664Z] #41 61.43 text/template [2020-07-08T09:52:19.664Z] #41 ... [2020-07-08T09:52:19.664Z] [2020-07-08T09:52:19.664Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:19.664Z] #39 10.84 PBCC images/vma.pb-c.c [2020-07-08T09:52:19.664Z] #39 10.91 DEP images/vma.pb-c.d [2020-07-08T09:52:19.842Z] #40 9.936 DEP images/sa.pb-c.d [2020-07-08T09:52:19.842Z] #40 10.00 PBCC images/pipe-data.pb-c.c [2020-07-08T09:52:19.842Z] #40 10.02 DEP images/pipe-data.pb-c.d [2020-07-08T09:52:19.842Z] #40 10.09 PBCC images/mnt.pb-c.c [2020-07-08T09:52:19.842Z] #40 10.14 DEP images/mnt.pb-c.d [2020-07-08T09:52:19.842Z] #40 10.21 PBCC images/sk-packet.pb-c.c [2020-07-08T09:52:19.842Z] #40 10.22 DEP images/sk-packet.pb-c.d [2020-07-08T09:52:19.842Z] #40 10.28 PBCC images/tcp-stream.pb-c.c [2020-07-08T09:52:19.899Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.120379493s with top 10 stages: buildssa: 1m35.027544684s, goimports: 22.897802567s, unconvert: 12.893505105s, gosec: 10.521491903s, golint: 6.314871918s, ineffassign: 4.577143542s, misspell: 4.034619029s, inspect: 3.59447293s, vrp: 3.226978388s, printf: 1.807227843s [2020-07-08T09:52:19.929Z] #39 10.99 PBCC images/creds.pb-c.c [2020-07-08T09:52:19.929Z] #39 11.01 DEP images/creds.pb-c.d [2020-07-08T09:52:19.929Z] #39 11.09 PBCC images/utsns.pb-c.c [2020-07-08T09:52:19.929Z] #39 11.10 DEP images/utsns.pb-c.d [2020-07-08T09:52:19.929Z] #39 11.20 PBCC images/ipc-desc.pb-c.c [2020-07-08T09:52:20.006Z] #38 54.27 Selecting previously unselected package protobuf-c-compiler. [2020-07-08T09:52:20.006Z] #38 54.29 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:52:20.006Z] #38 54.33 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:52:20.140Z] #40 10.37 DEP images/tcp-stream.pb-c.d [2020-07-08T09:52:20.140Z] #40 10.42 PBCC images/pipe.pb-c.c [2020-07-08T09:52:20.140Z] #40 10.48 DEP images/pipe.pb-c.d [2020-07-08T09:52:20.140Z] #40 10.52 PBCC images/pstree.pb-c.c [2020-07-08T09:52:20.192Z] #39 11.27 PBCC images/ipc-sem.pb-c.c [2020-07-08T09:52:20.192Z] #39 11.34 DEP images/ipc-desc.pb-c.d [2020-07-08T09:52:20.192Z] #39 11.38 DEP images/ipc-sem.pb-c.d [2020-07-08T09:52:20.192Z] #39 11.47 PBCC images/ipc-msg.pb-c.c [2020-07-08T09:52:20.265Z] #38 54.61 Selecting previously unselected package protobuf-compiler. [2020-07-08T09:52:20.265Z] #38 54.63 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:20.265Z] #38 54.66 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:52:20.265Z] #38 54.80 Selecting previously unselected package python-pkg-resources. [2020-07-08T09:52:20.265Z] #38 54.81 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:52:20.265Z] #38 54.81 Unpacking python-pkg-resources (40.8.0-1) ... [2020-07-08T09:52:20.439Z] #40 10.54 DEP images/pstree.pb-c.d [2020-07-08T09:52:20.439Z] #40 10.58 PBCC images/fs.pb-c.c [2020-07-08T09:52:20.439Z] #40 10.62 DEP images/fs.pb-c.d [2020-07-08T09:52:20.439Z] #40 10.65 PBCC images/signalfd.pb-c.c [2020-07-08T09:52:20.439Z] #40 10.72 DEP images/signalfd.pb-c.d [2020-07-08T09:52:20.439Z] #40 10.79 PBCC images/fh.pb-c.c [2020-07-08T09:52:20.456Z] #39 11.52 DEP images/ipc-msg.pb-c.d [2020-07-08T09:52:20.456Z] #39 11.62 PBCC images/ipc-shm.pb-c.c [2020-07-08T09:52:20.456Z] #39 11.67 DEP images/ipc-shm.pb-c.d [2020-07-08T09:52:20.456Z] #39 11.74 PBCC images/ipc-var.pb-c.c [2020-07-08T09:52:20.481Z] #38 54.02 Selecting previously unselected package protobuf-c-compiler. [2020-07-08T09:52:20.481Z] #38 54.03 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:52:20.481Z] #38 54.08 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:52:20.481Z] #38 ... [2020-07-08T09:52:20.481Z] [2020-07-08T09:52:20.481Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:20.481Z] #25 3.632 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-07-08T09:52:20.481Z] #25 4.035 [2020-07-08T09:52:20.481Z] #25 4.197 # 1.5% ##### 7.5% ######### 12.9% ############# 18.9% ################# 24.4% ##################### 30.0% ######################## 34.6% ############################### 43.3% ################################## 48.4% ####################################### 55.0% ########################################### 60.5% ################################################ 66.7% ################################################## 70.3% ###################################################### 75.0% ########################################################## 80.7% ############################################################## 87.1% ################################################################# 91.5% ###################################################################### 97.7% ######################################################################## 100.0% [2020-07-08T09:52:20.525Z] #38 55.05 Selecting previously unselected package python-six. [2020-07-08T09:52:20.526Z] #38 55.05 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-07-08T09:52:20.526Z] #38 55.06 Unpacking python-six (1.12.0-1) ... [2020-07-08T09:52:20.526Z] #38 ... [2020-07-08T09:52:20.526Z] [2020-07-08T09:52:20.526Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:20.526Z] #25 3.728 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-07-08T09:52:20.526Z] #25 4.135 [2020-07-08T09:52:20.718Z] #39 11.78 DEP images/ipc-var.pb-c.d [2020-07-08T09:52:20.718Z] #39 11.85 PBCC images/sk-opts.pb-c.c [2020-07-08T09:52:20.718Z] #39 11.86 PBCC images/packet-sock.pb-c.c [2020-07-08T09:52:20.718Z] #39 11.90 DEP images/sk-opts.pb-c.d [2020-07-08T09:52:20.718Z] #39 11.93 DEP images/packet-sock.pb-c.d [2020-07-08T09:52:20.736Z] #40 10.88 PBCC images/fsnotify.pb-c.c [2020-07-08T09:52:20.736Z] #40 10.94 DEP images/fh.pb-c.d [2020-07-08T09:52:20.736Z] #40 11.02 DEP images/fsnotify.pb-c.d [2020-07-08T09:52:20.981Z] #39 11.98 PBCC images/sk-netlink.pb-c.c [2020-07-08T09:52:20.981Z] #39 12.03 DEP images/sk-netlink.pb-c.d [2020-07-08T09:52:20.981Z] #39 12.10 PBCC images/sk-inet.pb-c.c [2020-07-08T09:52:20.981Z] #39 12.16 DEP images/sk-inet.pb-c.d [2020-07-08T09:52:20.981Z] #39 12.23 PBCC images/sk-unix.pb-c.c [2020-07-08T09:52:21.035Z] #40 11.16 PBCC images/eventpoll.pb-c.c [2020-07-08T09:52:21.035Z] #40 11.20 DEP images/eventpoll.pb-c.d [2020-07-08T09:52:21.035Z] #40 11.28 PBCC images/eventfd.pb-c.c [2020-07-08T09:52:21.035Z] #40 11.30 DEP images/eventfd.pb-c.d [2020-07-08T09:52:21.035Z] #40 11.34 PBCC images/remap-file-path.pb-c.c [2020-07-08T09:52:21.035Z] #40 11.38 DEP images/remap-file-path.pb-c.d [2020-07-08T09:52:21.035Z] #40 11.45 PBCC images/fifo.pb-c.c [2020-07-08T09:52:21.042Z] #25 4.340 0.0% #### 5.7% ######## 12.1% ############# 19.1% ################### 27.2% ####################### 32.5% ########################## 37.2% ############################### 44.1% ################################### 49.8% ####################################### 55.6% ############################################ 61.2% ################################################# 69.3% ##################################################### 74.0% ######################################################### 79.4% ############################################################# 84.9% ################################################################## 92.3% ######################################################################## 100.0% [2020-07-08T09:52:21.048Z] #25 6.606 [2020-07-08T09:52:21.048Z] #25 ... [2020-07-08T09:52:21.048Z] [2020-07-08T09:52:21.048Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:21.048Z] #41 44.75 internal/singleflight [2020-07-08T09:52:21.048Z] #41 45.95 io [2020-07-08T09:52:21.048Z] #41 45.95 strconv [2020-07-08T09:52:21.048Z] #41 47.46 bytes [2020-07-08T09:52:21.048Z] #41 49.55 reflect [2020-07-08T09:52:21.048Z] #41 50.51 bufio [2020-07-08T09:52:21.048Z] #41 52.55 syscall [2020-07-08T09:52:21.244Z] #39 12.26 DEP images/sk-unix.pb-c.d [2020-07-08T09:52:21.244Z] #39 12.31 PBCC images/mm.pb-c.c [2020-07-08T09:52:21.244Z] #39 12.49 DEP images/mm.pb-c.d [2020-07-08T09:52:21.301Z] #25 6.365 [2020-07-08T09:52:21.307Z] #41 ... [2020-07-08T09:52:21.307Z] [2020-07-08T09:52:21.307Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:21.319Z] #45 ... [2020-07-08T09:52:21.319Z] [2020-07-08T09:52:21.319Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:21.319Z] #52 147.2 + bin/containerd-stress [2020-07-08T09:52:21.333Z] #40 11.51 DEP images/fifo.pb-c.d [2020-07-08T09:52:21.333Z] #40 11.57 PBCC images/ghost-file.pb-c.c [2020-07-08T09:52:21.333Z] #40 11.62 DEP images/ghost-file.pb-c.d [2020-07-08T09:52:21.333Z] #40 11.70 PBCC images/regfile.pb-c.c [2020-07-08T09:52:21.508Z] #39 ... [2020-07-08T09:52:21.508Z] [2020-07-08T09:52:21.508Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:21.508Z] #33 6.178 -- Detecting C compiler ABI info - done [2020-07-08T09:52:21.508Z] #33 6.205 -- Detecting C compile features [2020-07-08T09:52:21.508Z] #33 9.002 -- Detecting C compile features - done [2020-07-08T09:52:21.508Z] #33 9.038 -- Performing Test HAS_BUILTIN_FORTIFY [2020-07-08T09:52:21.508Z] #33 9.456 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-07-08T09:52:21.508Z] #33 9.582 -- Configuring done [2020-07-08T09:52:21.508Z] #33 9.607 -- Generating done [2020-07-08T09:52:21.508Z] #33 9.614 -- Build files have been written to: /tmp/tmp.B8C5NhviH4/tini [2020-07-08T09:52:21.508Z] #33 9.621 + make tini-static [2020-07-08T09:52:21.508Z] #33 10.01 Scanning dependencies of target tini-static [2020-07-08T09:52:21.508Z] #33 10.22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-07-08T09:52:21.508Z] #33 11.38 [100%] Linking C executable tini-static [2020-07-08T09:52:21.508Z] #33 11.96 [100%] Built target tini-static [2020-07-08T09:52:21.508Z] #33 12.02 + mkdir -p /build [2020-07-08T09:52:21.508Z] #33 12.03 + cp tini-static /build/docker-init [2020-07-08T09:52:21.508Z] #33 DONE 12.6s [2020-07-08T09:52:21.508Z] [2020-07-08T09:52:21.508Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:21.508Z] #39 12.75 PBCC images/timerfd.pb-c.c [2020-07-08T09:52:21.566Z] #25 6.855 ################ 22.6% ######################################################### 80.5% ######################################################################## 100.0% [2020-07-08T09:52:21.633Z] #40 11.74 DEP images/regfile.pb-c.d [2020-07-08T09:52:21.633Z] #40 11.79 PBCC images/ns.pb-c.c [2020-07-08T09:52:21.633Z] #40 11.80 DEP images/ns.pb-c.d [2020-07-08T09:52:21.633Z] #40 11.88 PBCC images/fdinfo.pb-c.c [2020-07-08T09:52:21.780Z] #39 12.86 DEP images/timerfd.pb-c.d [2020-07-08T09:52:21.780Z] #39 12.91 PBCC images/timer.pb-c.c [2020-07-08T09:52:21.780Z] #39 12.93 DEP images/timer.pb-c.d [2020-07-08T09:52:21.821Z] #25 6.545 ####################### 32.5% ############################### 44.3% ######################################## 55.9% ######################################################################## 100.0% [2020-07-08T09:52:21.824Z] #25 7.422 [2020-07-08T09:52:21.940Z] #40 12.03 DEP images/fdinfo.pb-c.d [2020-07-08T09:52:21.940Z] #40 12.10 PBCC images/core-aarch64.pb-c.c [2020-07-08T09:52:21.940Z] #40 12.15 PBCC images/core-arm.pb-c.c [2020-07-08T09:52:21.940Z] #40 12.24 PBCC images/core-ppc64.pb-c.c [2020-07-08T09:52:21.940Z] #40 12.29 PBCC images/core-s390.pb-c.c [2020-07-08T09:52:21.940Z] #40 12.37 PBCC images/core-x86.pb-c.c [2020-07-08T09:52:22.041Z] #39 13.02 PBCC images/sa.pb-c.c [2020-07-08T09:52:22.041Z] #39 13.08 DEP images/sa.pb-c.d [2020-07-08T09:52:22.041Z] #39 13.13 PBCC images/pipe-data.pb-c.c [2020-07-08T09:52:22.041Z] #39 13.18 DEP images/pipe-data.pb-c.d [2020-07-08T09:52:22.041Z] #39 13.22 PBCC images/mnt.pb-c.c [2020-07-08T09:52:22.041Z] #39 13.27 DEP images/mnt.pb-c.d [2020-07-08T09:52:22.079Z] #25 7.196 [2020-07-08T09:52:22.079Z] #25 ... [2020-07-08T09:52:22.079Z] [2020-07-08T09:52:22.079Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:22.079Z] #10 46.70 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-07-08T09:52:22.079Z] #10 46.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-07-08T09:52:22.079Z] #10 46.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-07-08T09:52:22.079Z] #10 46.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-07-08T09:52:22.079Z] #10 47.44 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-07-08T09:52:22.079Z] #10 47.83 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-07-08T09:52:22.079Z] #10 47.85 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-07-08T09:52:22.079Z] #10 51.97 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-07-08T09:52:22.079Z] #10 54.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-07-08T09:52:22.079Z] #10 54.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-07-08T09:52:22.079Z] #10 54.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-07-08T09:52:22.079Z] #10 54.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-07-08T09:52:22.079Z] #10 54.43 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-07-08T09:52:22.079Z] #10 54.43 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-07-08T09:52:22.079Z] #10 54.45 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-07-08T09:52:22.079Z] #10 54.47 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-07-08T09:52:22.079Z] #10 54.49 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-07-08T09:52:22.079Z] #10 54.51 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-07-08T09:52:22.079Z] #10 54.52 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-07-08T09:52:22.079Z] #10 54.59 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-07-08T09:52:22.079Z] #10 54.59 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-07-08T09:52:22.079Z] #10 54.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-07-08T09:52:22.079Z] #10 54.60 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-07-08T09:52:22.079Z] #10 55.83 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:22.079Z] #10 56.01 Fetched 77.7 MB in 9s (8472 kB/s) [2020-07-08T09:52:22.079Z] #10 56.17 Selecting previously unselected package binutils-mingw-w64-i686. [2020-07-08T09:52:22.079Z] #10 56.17 (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-07-08T09:52:22.079Z] #10 56.27 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-07-08T09:52:22.079Z] #10 56.28 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:52:22.239Z] #40 12.46 PBCC images/core.pb-c.c [2020-07-08T09:52:22.239Z] #40 12.54 PBCC images/inventory.pb-c.c [2020-07-08T09:52:22.239Z] #40 12.63 DEP images/core-aarch64.pb-c.d [2020-07-08T09:52:22.304Z] #39 13.33 PBCC images/sk-packet.pb-c.c [2020-07-08T09:52:22.304Z] #39 13.36 DEP images/sk-packet.pb-c.d [2020-07-08T09:52:22.304Z] #39 13.42 PBCC images/tcp-stream.pb-c.c [2020-07-08T09:52:22.304Z] #39 13.50 DEP images/tcp-stream.pb-c.d [2020-07-08T09:52:22.338Z] #10 ... [2020-07-08T09:52:22.338Z] [2020-07-08T09:52:22.338Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:22.339Z] #25 7.569 ############ 17.6% ############################## 42.8% #################################################### 72.6% ######################################################################## 100.0% [2020-07-08T09:52:22.355Z] #52 ... [2020-07-08T09:52:22.355Z] [2020-07-08T09:52:22.355Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:22.355Z] #45 DONE 175.6s [2020-07-08T09:52:22.355Z] [2020-07-08T09:52:22.355Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:22.538Z] #40 12.71 DEP images/core-arm.pb-c.d [2020-07-08T09:52:22.538Z] #40 12.77 DEP images/core-ppc64.pb-c.d [2020-07-08T09:52:22.538Z] #40 12.82 DEP images/core-s390.pb-c.d [2020-07-08T09:52:22.538Z] #40 12.92 DEP images/core-x86.pb-c.d [2020-07-08T09:52:22.567Z] #39 13.59 PBCC images/pipe.pb-c.c [2020-07-08T09:52:22.567Z] #39 13.65 DEP images/pipe.pb-c.d [2020-07-08T09:52:22.567Z] #39 13.70 PBCC images/pstree.pb-c.c [2020-07-08T09:52:22.567Z] #39 13.77 DEP images/pstree.pb-c.d [2020-07-08T09:52:22.597Z] #25 8.329 [2020-07-08T09:52:22.597Z] #25 7.389 #### 6.7% ############################## 42.8% ######################################################### 79.5% ######################################################################## 100.0% [2020-07-08T09:52:22.647Z] #52 149.1 + bin/containerd-shim [2020-07-08T09:52:22.834Z] #39 13.86 PBCC images/fs.pb-c.c [2020-07-08T09:52:22.834Z] #39 13.88 DEP images/fs.pb-c.d [2020-07-08T09:52:22.834Z] #39 13.94 PBCC images/signalfd.pb-c.c [2020-07-08T09:52:22.834Z] #39 14.07 DEP images/signalfd.pb-c.d [2020-07-08T09:52:22.834Z] #39 14.09 PBCC images/fh.pb-c.c [2020-07-08T09:52:22.834Z] #39 14.12 PBCC images/fsnotify.pb-c.c [2020-07-08T09:52:22.838Z] #40 12.97 DEP images/core.pb-c.d [2020-07-08T09:52:22.839Z] #40 13.07 DEP images/inventory.pb-c.d [2020-07-08T09:52:22.839Z] #40 13.17 PBCC images/cpuinfo.pb-c.c [2020-07-08T09:52:22.856Z] #25 8.033 [2020-07-08T09:52:23.099Z] #39 14.18 DEP images/fh.pb-c.d [2020-07-08T09:52:23.099Z] #39 14.24 DEP images/fsnotify.pb-c.d [2020-07-08T09:52:23.099Z] #39 14.28 PBCC images/eventpoll.pb-c.c [2020-07-08T09:52:23.099Z] #39 14.32 DEP images/eventpoll.pb-c.d [2020-07-08T09:52:23.099Z] #39 14.37 PBCC images/eventfd.pb-c.c [2020-07-08T09:52:23.139Z] #40 13.22 DEP images/cpuinfo.pb-c.d [2020-07-08T09:52:23.139Z] #40 13.24 PBCC images/stats.pb-c.c [2020-07-08T09:52:23.139Z] #40 13.33 DEP images/stats.pb-c.d [2020-07-08T09:52:23.139Z] #40 ... [2020-07-08T09:52:23.139Z] [2020-07-08T09:52:23.139Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:23.139Z] #42 72.50 hash/crc32 [2020-07-08T09:52:23.139Z] #42 75.36 vendor/golang.org/x/text/transform [2020-07-08T09:52:23.139Z] #42 79.02 time [2020-07-08T09:52:23.139Z] #42 80.62 regexp [2020-07-08T09:52:23.362Z] #39 14.39 DEP images/eventfd.pb-c.d [2020-07-08T09:52:23.362Z] #39 14.47 PBCC images/remap-file-path.pb-c.c [2020-07-08T09:52:23.362Z] #39 14.49 DEP images/remap-file-path.pb-c.d [2020-07-08T09:52:23.362Z] #39 14.52 PBCC images/fifo.pb-c.c [2020-07-08T09:52:23.362Z] #39 14.54 DEP images/fifo.pb-c.d [2020-07-08T09:52:23.362Z] #39 14.58 PBCC images/ghost-file.pb-c.c [2020-07-08T09:52:23.372Z] #25 8.578 # 1.9% #### 6.6% ######## 11.5% ########### 16.2% #### [2020-07-08T09:52:23.372Z] #25 ... [2020-07-08T09:52:23.372Z] [2020-07-08T09:52:23.372Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:23.372Z] #52 3.237 + RM_GOPATH=0 [2020-07-08T09:52:23.372Z] #52 3.237 + TMP_GOPATH= [2020-07-08T09:52:23.372Z] #52 3.237 + : /build [2020-07-08T09:52:23.372Z] #52 3.238 + '[' -z '' ']' [2020-07-08T09:52:23.372Z] #52 3.238 ++ mktemp -d [2020-07-08T09:52:23.372Z] #52 3.240 + export GOPATH=/tmp/tmp.nfFUAu0LGA [2020-07-08T09:52:23.372Z] #52 3.240 + GOPATH=/tmp/tmp.nfFUAu0LGA [2020-07-08T09:52:23.372Z] #52 3.240 + RM_GOPATH=1 [2020-07-08T09:52:23.372Z] #52 3.240 + case "$(go env GOARCH)" in [2020-07-08T09:52:23.372Z] #52 3.241 ++ go env GOARCH [2020-07-08T09:52:23.372Z] #52 3.265 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:23.372Z] #52 3.265 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:23.372Z] #52 3.267 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:23.372Z] #52 3.277 + dir=/tmp/install [2020-07-08T09:52:23.372Z] #52 3.277 + bin=containerd [2020-07-08T09:52:23.372Z] #52 3.277 + shift [2020-07-08T09:52:23.372Z] #52 3.277 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-07-08T09:52:23.372Z] #52 3.277 + . /tmp/install/containerd.installer [2020-07-08T09:52:23.372Z] #52 3.277 ++ set -e [2020-07-08T09:52:23.372Z] #52 3.277 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:23.372Z] #52 3.278 + install_containerd [2020-07-08T09:52:23.372Z] #52 3.285 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' [2020-07-08T09:52:23.372Z] #52 3.289 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nfFUAu0LGA/src/github.com/containerd/containerd [2020-07-08T09:52:23.372Z] #52 3.289 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:23.372Z] #52 3.293 Cloning into '/tmp/tmp.nfFUAu0LGA/src/github.com/containerd/containerd'... [2020-07-08T09:52:23.372Z] #52 ... [2020-07-08T09:52:23.372Z] [2020-07-08T09:52:23.372Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:23.440Z] #42 ... [2020-07-08T09:52:23.440Z] [2020-07-08T09:52:23.440Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:23.440Z] #53 43.16 Checking out files: 61% (1981/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. [2020-07-08T09:52:23.440Z] #53 43.74 + cd /tmp/tmp.yUcXtQh5iK/src/github.com/containerd/containerd [2020-07-08T09:52:23.626Z] #39 14.67 DEP images/ghost-file.pb-c.d [2020-07-08T09:52:23.626Z] #39 14.72 PBCC images/regfile.pb-c.c [2020-07-08T09:52:23.626Z] #39 14.81 DEP images/regfile.pb-c.d [2020-07-08T09:52:23.626Z] #39 14.89 PBCC images/ns.pb-c.c [2020-07-08T09:52:23.738Z] #53 43.75 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:23.890Z] #39 14.90 DEP images/ns.pb-c.d [2020-07-08T09:52:23.890Z] #39 14.96 PBCC images/fdinfo.pb-c.c [2020-07-08T09:52:23.890Z] #39 15.05 DEP images/fdinfo.pb-c.d [2020-07-08T09:52:23.890Z] #39 15.14 PBCC images/core-aarch64.pb-c.c [2020-07-08T09:52:24.153Z] #39 15.19 PBCC images/core-arm.pb-c.c [2020-07-08T09:52:24.153Z] #39 15.23 PBCC images/core-ppc64.pb-c.c [2020-07-08T09:52:24.153Z] #39 15.27 PBCC images/core-s390.pb-c.c [2020-07-08T09:52:24.153Z] #39 15.31 PBCC images/core-x86.pb-c.c [2020-07-08T09:52:24.153Z] #39 15.36 PBCC images/core.pb-c.c [2020-07-08T09:52:24.153Z] #39 15.42 PBCC images/inventory.pb-c.c [2020-07-08T09:52:24.398Z] #52 ... [2020-07-08T09:52:24.399Z] [2020-07-08T09:52:24.399Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-07-08T09:52:24.399Z] #46 DONE 0.2s [2020-07-08T09:52:24.416Z] #39 15.47 DEP images/core-aarch64.pb-c.d [2020-07-08T09:52:24.416Z] #39 15.52 DEP images/core-arm.pb-c.d [2020-07-08T09:52:24.416Z] #39 15.56 DEP images/core-ppc64.pb-c.d [2020-07-08T09:52:24.416Z] #39 15.64 DEP images/core-s390.pb-c.d [2020-07-08T09:52:24.416Z] #39 15.69 DEP images/core-x86.pb-c.d [2020-07-08T09:52:24.416Z] #39 15.74 DEP images/core.pb-c.d [2020-07-08T09:52:24.680Z] #39 15.84 DEP images/inventory.pb-c.d [2020-07-08T09:52:24.691Z] [2020-07-08T09:52:24.691Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-07-08T09:52:24.691Z] #48 DONE 0.1s [2020-07-08T09:52:24.691Z] [2020-07-08T09:52:24.691Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-07-08T09:52:24.691Z] #50 DONE 0.1s [2020-07-08T09:52:24.691Z] [2020-07-08T09:52:24.691Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:24.927Z] #25 8.245 #### 5.6% ###### 9.2% ########## 15.1% ############## 20.0% ################## 25.2% ##################### 29.8% ######################### 34.8% ############################ 40.1% ################################ 45.6% ###################################### 53.9% ########################################### 61.0% ################################################ 66.9% #################################################### 72.7% ######################################################## 78.6% ############################################################# 84.8% ################################################################ 89.8% ##################################################################### 96.7% ######################################################################## 100.0% [2020-07-08T09:52:24.943Z] #39 15.92 PBCC images/cpuinfo.pb-c.c [2020-07-08T09:52:24.943Z] #39 15.99 DEP images/cpuinfo.pb-c.d [2020-07-08T09:52:24.943Z] #39 16.07 PBCC images/stats.pb-c.c [2020-07-08T09:52:24.943Z] #39 16.11 DEP images/stats.pb-c.d [2020-07-08T09:52:25.183Z] #25 8.578 # 1.9% #### 6.6% ######## 11.5% ########### 16.2% ############## 20.8% ################# 24.9% ##################### 29.9% ######################### 35.3% ############################ 39.8% ############################### 43.7% ################################### 49.7% ####################################### 54.5% ########################################## 59.5% ############################################## 64.1% ################################################# 69.0% ###################################################### 75.2% ######################################################### 80.3% ############################################################ 83.8% ################################################################## 91.8% ##################################################################### 96.2% ######################################################################## 100.0% [2020-07-08T09:52:25.186Z] #25 10.39 [2020-07-08T09:52:25.277Z] #53 45.38 + export 'BUILDTAGS=netgo osusergo static_build' [2020-07-08T09:52:25.277Z] #53 45.38 + BUILDTAGS='netgo osusergo static_build' [2020-07-08T09:52:25.277Z] #53 45.38 + export EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:52:25.277Z] #53 45.38 + EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:52:25.277Z] #53 45.39 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-07-08T09:52:25.277Z] #53 45.39 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-07-08T09:52:25.277Z] #53 45.39 + '[' '' = dynamic ']' [2020-07-08T09:52:25.277Z] #53 45.39 + make [2020-07-08T09:52:25.443Z] #25 11.10 [2020-07-08T09:52:25.892Z] #39 ... [2020-07-08T09:52:25.892Z] [2020-07-08T09:52:25.892Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:25.892Z] #47 60.44 encoding/json [2020-07-08T09:52:25.892Z] #47 70.09 golang.org/x/crypto/ssh/terminal [2020-07-08T09:52:25.931Z] #53 45.97 + bin/ctr [2020-07-08T09:52:26.155Z] #47 ... [2020-07-08T09:52:26.155Z] [2020-07-08T09:52:26.155Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:26.155Z] #52 28.81 Checking out files: 58% (1857/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. [2020-07-08T09:52:26.155Z] #52 29.83 + cd /tmp/tmp.LHXiOwl8MG/src/github.com/containerd/containerd [2020-07-08T09:52:26.155Z] #52 29.83 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:26.155Z] #52 31.71 + export 'BUILDTAGS=netgo osusergo static_build' [2020-07-08T09:52:26.155Z] #52 31.72 + BUILDTAGS='netgo osusergo static_build' [2020-07-08T09:52:26.155Z] #52 31.72 + export EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:52:26.155Z] #52 31.72 + EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:52:26.155Z] #52 31.72 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-07-08T09:52:26.155Z] #52 31.72 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-07-08T09:52:26.155Z] #52 31.72 + '[' '' = dynamic ']' [2020-07-08T09:52:26.155Z] #52 31.72 + make [2020-07-08T09:52:26.155Z] #52 32.78 + bin/ctr [2020-07-08T09:52:26.418Z] #52 ... [2020-07-08T09:52:26.418Z] [2020-07-08T09:52:26.418Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:26.418Z] #39 17.58 make[1]: Nothing to be done for 'all'. [2020-07-08T09:52:26.602Z] #53 ... [2020-07-08T09:52:26.602Z] [2020-07-08T09:52:26.602Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:26.602Z] #11 75.69 Selecting previously unselected package gcc-mingw-w64-base. [2020-07-08T09:52:26.602Z] #11 75.71 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-07-08T09:52:26.602Z] #11 75.72 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:26.602Z] #11 75.84 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-07-08T09:52:26.602Z] #11 75.84 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-07-08T09:52:26.602Z] #11 75.85 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:26.602Z] #11 ... [2020-07-08T09:52:26.602Z] [2020-07-08T09:52:26.602Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:26.602Z] #31 79.38 internal/poll [2020-07-08T09:52:26.602Z] #31 81.70 os [2020-07-08T09:52:26.602Z] #31 82.86 internal/fmtsort [2020-07-08T09:52:26.602Z] #31 84.54 path/filepath [2020-07-08T09:52:26.602Z] #31 84.60 fmt [2020-07-08T09:52:27.001Z] #25 10.60 0.9% ## 3.7% #### 6.8% ####### 10.4% ########## 14.4% ############ 17.9% ############### 21.2% ################# 24.0% ################### 26.7% #################### 28.4% ##################### 30.2% ####################### 32.5% ######################## 34.1% ########################## 37.1% ############################ 39.7% [2020-07-08T09:52:27.001Z] #25 ... [2020-07-08T09:52:27.001Z] [2020-07-08T09:52:27.001Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:27.001Z] #52 3.547 + RM_GOPATH=0 [2020-07-08T09:52:27.001Z] #52 3.547 + TMP_GOPATH= [2020-07-08T09:52:27.001Z] #52 3.547 + : /build [2020-07-08T09:52:27.001Z] #52 3.547 + '[' -z '' ']' [2020-07-08T09:52:27.001Z] #52 3.550 ++ mktemp -d [2020-07-08T09:52:27.001Z] #52 3.556 + export GOPATH=/tmp/tmp.P0xcKIpvyM [2020-07-08T09:52:27.001Z] #52 3.570 + GOPATH=/tmp/tmp.P0xcKIpvyM [2020-07-08T09:52:27.001Z] #52 3.570 + RM_GOPATH=1 [2020-07-08T09:52:27.001Z] #52 3.570 + case "$(go env GOARCH)" in [2020-07-08T09:52:27.001Z] #52 3.572 ++ go env GOARCH [2020-07-08T09:52:27.001Z] #52 3.603 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:27.001Z] #52 3.604 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:27.001Z] #52 3.604 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:27.001Z] #52 3.606 + dir=/tmp/install [2020-07-08T09:52:27.001Z] #52 3.606 + bin=containerd [2020-07-08T09:52:27.001Z] #52 3.607 + shift [2020-07-08T09:52:27.001Z] #52 3.607 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-07-08T09:52:27.001Z] #52 3.607 + . /tmp/install/containerd.installer [2020-07-08T09:52:27.001Z] #52 3.608 ++ set -e [2020-07-08T09:52:27.001Z] #52 3.608 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:27.001Z] #52 3.610 + install_containerd [2020-07-08T09:52:27.001Z] #52 3.614 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' [2020-07-08T09:52:27.001Z] #52 3.614 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:27.001Z] #52 3.614 + git clone https://github.com/containerd/containerd.git /tmp/tmp.P0xcKIpvyM/src/github.com/containerd/containerd [2020-07-08T09:52:27.001Z] #52 3.616 Cloning into '/tmp/tmp.P0xcKIpvyM/src/github.com/containerd/containerd'... [2020-07-08T09:52:27.259Z] #52 ... [2020-07-08T09:52:27.260Z] [2020-07-08T09:52:27.260Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:27.260Z] #41 51.67 reflect [2020-07-08T09:52:27.260Z] #41 52.05 syscall [2020-07-08T09:52:27.260Z] #41 59.89 time [2020-07-08T09:52:27.260Z] #41 ... [2020-07-08T09:52:27.260Z] [2020-07-08T09:52:27.260Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:27.527Z] #25 11.26 0.3% # 1.6% # 2.5% ## 3.8% ### 5.3% #### 6.3% ##### 7.8% ###### 9.3% ####### 10.6% ######### 12.7% ######### 13.3% ########## 14.8% ########### 15.8% ############ 17.4% ############# 18.9% ############## 20.1% ############### 20.9% [2020-07-08T09:52:27.527Z] #25 ... [2020-07-08T09:52:27.527Z] [2020-07-08T09:52:27.527Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:27.527Z] #10 50.96 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-07-08T09:52:27.527Z] #10 53.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-07-08T09:52:27.527Z] #10 53.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-07-08T09:52:27.527Z] #10 53.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-07-08T09:52:27.527Z] #10 53.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-07-08T09:52:27.527Z] #10 53.41 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-07-08T09:52:27.527Z] #10 53.43 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-07-08T09:52:27.527Z] #10 53.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-07-08T09:52:27.527Z] #10 53.50 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-07-08T09:52:27.527Z] #10 53.52 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-07-08T09:52:27.527Z] #10 53.56 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-07-08T09:52:27.527Z] #10 53.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-07-08T09:52:27.527Z] #10 53.67 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-07-08T09:52:27.527Z] #10 53.69 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-07-08T09:52:27.527Z] #10 53.71 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-07-08T09:52:27.527Z] #10 53.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-07-08T09:52:27.527Z] #10 55.06 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:52:27.527Z] #10 55.25 Fetched 77.7 MB in 9s (8901 kB/s) [2020-07-08T09:52:27.527Z] #10 55.34 Selecting previously unselected package binutils-mingw-w64-i686. [2020-07-08T09:52:27.527Z] #10 55.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-07-08T09:52:27.527Z] #10 55.45 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-07-08T09:52:27.527Z] #10 55.48 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:52:27.527Z] #10 58.72 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-07-08T09:52:27.527Z] #10 58.72 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-07-08T09:52:27.527Z] #10 58.72 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:52:27.527Z] #10 ... [2020-07-08T09:52:27.527Z] [2020-07-08T09:52:27.527Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:27.661Z] #31 86.55 io/ioutil [2020-07-08T09:52:27.783Z] #25 10.60 0.9% ## 3.7% #### 6.8% ####### 10.4% ########## 14.4% ############ 17.9% ############### 21.2% ################# 24.0% ################### 26.7% #################### 28.4% ##################### 30.2% ####################### 32.5% ######################## 34.1% ########################## 37.1% ############################ 39.7% ############################## 42.8% ################################# 46.0% ################################## 48.0% ################################### 49.7% #################################### 51.2% [2020-07-08T09:52:27.783Z] #25 ... [2020-07-08T09:52:27.783Z] [2020-07-08T09:52:27.783Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:52:27.783Z] #28 52.13 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-07-08T09:52:27.783Z] #28 52.68 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-07-08T09:52:27.783Z] #28 52.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-07-08T09:52:27.783Z] #28 ... [2020-07-08T09:52:27.783Z] [2020-07-08T09:52:27.783Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:27.961Z] #31 ... [2020-07-08T09:52:27.961Z] [2020-07-08T09:52:27.961Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:27.961Z] #40 15.32 make[1]: Nothing to be done for 'all'. [2020-07-08T09:52:27.961Z] #40 17.75 CC images/stats.o [2020-07-08T09:52:27.961Z] #40 18.22 CC images/core.o [2020-07-08T09:52:28.044Z] #25 11.26 0.3% # 1.6% # 2.5% ## 3.8% ### 5.3% #### 6.3% ##### 7.8% ###### 9.3% ####### 10.6% ######### 12.7% ######### 13.3% ########## 14.8% ########### 15.8% ############ 17.4% ############# 18.9% ############## 20.1% ############### 20.9% ################ 22.4% ################# 23.9% ################## 25.7% ################### 27.6% #################### 29.0% ##################### 30.0% [2020-07-08T09:52:28.044Z] #25 ... [2020-07-08T09:52:28.044Z] [2020-07-08T09:52:28.044Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:28.044Z] #32 51.65 Selecting previously unselected package libicu63:amd64. [2020-07-08T09:52:28.044Z] #32 51.66 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 51.67 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:52:28.044Z] #32 58.56 Selecting previously unselected package libxml2:amd64. [2020-07-08T09:52:28.044Z] #32 58.56 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 58.58 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:52:28.044Z] #32 59.19 Selecting previously unselected package libarchive13:amd64. [2020-07-08T09:52:28.044Z] #32 59.21 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 59.24 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-07-08T09:52:28.044Z] #32 59.77 Selecting previously unselected package libjsoncpp1:amd64. [2020-07-08T09:52:28.044Z] #32 59.78 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 59.82 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-07-08T09:52:28.044Z] #32 60.01 Selecting previously unselected package librhash0:amd64. [2020-07-08T09:52:28.044Z] #32 60.01 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 60.02 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-07-08T09:52:28.044Z] #32 60.27 Selecting previously unselected package libuv1:amd64. [2020-07-08T09:52:28.044Z] #32 60.27 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 60.28 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-07-08T09:52:28.044Z] #32 60.47 Selecting previously unselected package cmake. [2020-07-08T09:52:28.044Z] #32 60.47 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-07-08T09:52:28.044Z] #32 60.48 Unpacking cmake (3.13.4-1) ... [2020-07-08T09:52:28.212Z] #52 154.3 + bin/containerd-shim-runc-v1 [2020-07-08T09:52:28.301Z] #25 10.60 0.9% ## 3.7% #### 6.8% ####### 10.4% ########## 14.4% ############ 17.9% ############### 21.2% ################# 24.0% ################### 26.7% #################### 28.4% ##################### 30.2% ####################### 32.5% ######################## 34.1% ########################## 37.1% ############################ 39.7% ############################## 42.8% ################################# 46.0% ################################## 48.0% ################################### 49.7% #################################### 51.2% ####################################### 54.4% ######################################### 57.6% ########################################### 60.4% ############################################# 63.1% ############################################### 65.9% ################################################# 68.4% [2020-07-08T09:52:28.301Z] #25 ... [2020-07-08T09:52:28.301Z] [2020-07-08T09:52:28.301Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:28.301Z] #32 52.82 Selecting previously unselected package libicu63:amd64. [2020-07-08T09:52:28.301Z] #32 52.85 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 52.86 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:52:28.301Z] #32 60.07 Selecting previously unselected package libxml2:amd64. [2020-07-08T09:52:28.301Z] #32 60.07 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 60.07 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:52:28.301Z] #32 60.87 Selecting previously unselected package libarchive13:amd64. [2020-07-08T09:52:28.301Z] #32 60.89 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 60.91 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-07-08T09:52:28.301Z] #32 61.25 Selecting previously unselected package libjsoncpp1:amd64. [2020-07-08T09:52:28.301Z] #32 61.28 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 61.29 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-07-08T09:52:28.301Z] #32 61.49 Selecting previously unselected package librhash0:amd64. [2020-07-08T09:52:28.301Z] #32 61.52 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 61.52 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-07-08T09:52:28.301Z] #32 61.77 Selecting previously unselected package libuv1:amd64. [2020-07-08T09:52:28.301Z] #32 61.77 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 61.78 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-07-08T09:52:28.301Z] #32 61.94 Selecting previously unselected package cmake. [2020-07-08T09:52:28.301Z] #32 61.97 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-07-08T09:52:28.301Z] #32 62.00 Unpacking cmake (3.13.4-1) ... [2020-07-08T09:52:28.302Z] #32 ... [2020-07-08T09:52:28.302Z] [2020-07-08T09:52:28.302Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:28.302Z] #47 51.71 syscall [2020-07-08T09:52:28.302Z] #47 51.71 reflect [2020-07-08T09:52:28.302Z] #47 59.43 time [2020-07-08T09:52:28.302Z] #47 ... [2020-07-08T09:52:28.302Z] [2020-07-08T09:52:28.302Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:28.343Z] #39 19.05 CC images/stats.o [2020-07-08T09:52:28.343Z] #39 19.46 CC images/core.o [2020-07-08T09:52:28.562Z] #32 ... [2020-07-08T09:52:28.562Z] [2020-07-08T09:52:28.562Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:28.562Z] #25 10.60 0.9% ## 3.7% #### 6.8% ####### 10.4% ########## 14.4% ############ 17.9% ############### 21.2% ################# 24.0% ################### 26.7% #################### 28.4% ##################### 30.2% ####################### 32.5% ######################## 34.1% ########################## 37.1% ############################ 39.7% ############################## 42.8% ################################# 46.0% ################################## 48.0% ################################### 49.7% #################################### 51.2% ####################################### 54.4% ######################################### 57.6% ########################################### 60.4% ############################################# 63.1% ############################################### 65.9% ################################################# 68.4% ################################################### 71.8% ##################################################### 74.6% [2020-07-08T09:52:28.562Z] #25 ... [2020-07-08T09:52:28.562Z] [2020-07-08T09:52:28.562Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:28.562Z] #47 53.07 syscall [2020-07-08T09:52:28.562Z] #47 53.15 reflect [2020-07-08T09:52:28.562Z] #47 61.08 time [2020-07-08T09:52:28.564Z] #25 11.26 0.3% # 1.6% # 2.5% ## 3.8% ### 5.3% #### 6.3% ##### 7.8% ###### 9.3% ####### 10.6% ######### 12.7% ######### 13.3% ########## 14.8% ########### 15.8% ############ 17.4% ############# 18.9% ############## 20.1% ############### 20.9% ################ 22.4% ################# 23.9% ################## 25.7% ################### 27.6% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 33.1% ######################### 35.2% ########################## 36.8% [2020-07-08T09:52:28.564Z] #25 ... [2020-07-08T09:52:28.564Z] [2020-07-08T09:52:28.564Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:52:28.564Z] #28 51.97 Checking out files: 89% (1360/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-07-08T09:52:28.564Z] #28 52.54 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-07-08T09:52:28.564Z] #28 53.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-07-08T09:52:28.564Z] #28 ... [2020-07-08T09:52:28.564Z] [2020-07-08T09:52:28.564Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:28.821Z] #47 ... [2020-07-08T09:52:28.821Z] [2020-07-08T09:52:28.821Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:28.919Z] #39 20.18 CC images/core-x86.o [2020-07-08T09:52:29.027Z] #40 19.22 CC images/core-x86.o [2020-07-08T09:52:29.599Z] #25 10.60 0.9% ## 3.7% #### 6.8% ####### 10.4% ########## 14.4% ############ 17.9% ############### 21.2% ################# 24.0% ################### 26.7% #################### 28.4% ##################### 30.2% ####################### 32.5% ######################## 34.1% ########################## 37.1% ############################ 39.7% ############################## 42.8% ################################# 46.0% ################################## 48.0% ################################### 49.7% #################################### 51.2% ####################################### 54.4% ######################################### 57.6% ########################################### 60.4% ############################################# 63.1% ############################################### 65.9% ################################################# 68.4% ################################################### 71.8% ##################################################### 74.6% ######################################################## 78.6% ########################################################## 81.3% ############################################################ 83.7% ############################################################## 86.9% ################################################################ 89.8% ################################################################## 92.1% ################################################################### 94.3% ##################################################################### 96.9% ####################################################################### 99.4% ######################################################################## 100.0% [2020-07-08T09:52:29.671Z] #40 19.89 CC images/core-arm.o [2020-07-08T09:52:29.857Z] #25 14.81 [2020-07-08T09:52:29.891Z] #39 20.92 CC images/core-arm.o [2020-07-08T09:52:30.154Z] #39 21.32 CC images/core-aarch64.o [2020-07-08T09:52:30.281Z] #52 156.5 + bin/containerd-shim-runc-v2 [2020-07-08T09:52:30.314Z] #40 20.43 CC images/core-aarch64.o [2020-07-08T09:52:30.314Z] #40 ... [2020-07-08T09:52:30.314Z] [2020-07-08T09:52:30.314Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:30.314Z] #48 79.42 regexp [2020-07-08T09:52:30.314Z] #48 86.86 io/ioutil [2020-07-08T09:52:30.314Z] #48 86.87 mvdan.cc/sh/v3/fileutil [2020-07-08T09:52:30.314Z] #48 89.09 encoding/binary [2020-07-08T09:52:30.314Z] #48 89.11 flag [2020-07-08T09:52:30.314Z] #48 89.11 github.com/pkg/diff [2020-07-08T09:52:30.314Z] #48 89.12 go/token [2020-07-08T09:52:30.314Z] #48 ... [2020-07-08T09:52:30.314Z] [2020-07-08T09:52:30.314Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:30.314Z] #31 88.92 flag [2020-07-08T09:52:30.314Z] #31 88.93 log [2020-07-08T09:52:30.314Z] #31 88.93 github.com/BurntSushi/toml [2020-07-08T09:52:30.502Z] Fetching without tags [2020-07-08T09:52:30.573Z] #52 157.1 + binaries [2020-07-08T09:52:30.637Z] #25 11.26 0.3% # 1.6% # 2.5% ## 3.8% ### 5.3% #### 6.3% ##### 7.8% ###### 9.3% ####### 10.6% ######### 12.7% ######### 13.3% ########## 14.8% ########### 15.8% ############ 17.4% ############# 18.9% ############## 20.1% ############### 20.9% ################ 22.4% ################# 23.9% ################## 25.7% ################### 27.6% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 33.1% ######################### 35.2% ########################## 36.8% ########################### 38.4% ############################ 39.0% ############################ 40.2% ############################## 41.8% ############################### 43.1% ################################ 44.9% ################################# 46.3% ################################# 47.2% ################################### 49.9% ##################################### 51.7% ###################################### 53.1% ####################################### 54.9% ######################################## 56.0% ######################################### 57.6% ########################################## 59.3% ########################################### 60.5% ############################################ 61.8% ############################################# 63.7% ############################################### 65.8% ############################################### 66.1% ################################################ 67.7% ################################################# 68.7% [2020-07-08T09:52:30.637Z] #25 ... [2020-07-08T09:52:30.637Z] [2020-07-08T09:52:30.637Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:30.637Z] #38 54.22 Selecting previously unselected package protobuf-compiler. [2020-07-08T09:52:30.637Z] #38 54.22 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:30.637Z] #38 54.23 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:52:30.637Z] #38 54.39 Selecting previously unselected package python-pkg-resources. [2020-07-08T09:52:30.637Z] #38 54.40 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:52:30.637Z] #38 54.40 Unpacking python-pkg-resources (40.8.0-1) ... [2020-07-08T09:52:30.637Z] #38 54.65 Selecting previously unselected package python-six. [2020-07-08T09:52:30.637Z] #38 54.65 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-07-08T09:52:30.637Z] #38 54.65 Unpacking python-six (1.12.0-1) ... [2020-07-08T09:52:30.637Z] #38 54.76 Selecting previously unselected package python-protobuf. [2020-07-08T09:52:30.637Z] #38 54.76 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:30.637Z] #38 54.77 Unpacking python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:30.637Z] #38 55.34 Setting up python-pkg-resources (40.8.0-1) ... [2020-07-08T09:52:30.637Z] #38 59.89 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:30.637Z] #38 59.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:30.638Z] #38 59.92 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:30.638Z] #38 59.93 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:30.638Z] #38 59.95 Setting up python-six (1.12.0-1) ... [2020-07-08T09:52:30.737Z] #39 21.68 CC images/core-ppc64.o [2020-07-08T09:52:30.794Z] #25 15.67 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-07-08T09:52:30.794Z] #25 ... [2020-07-08T09:52:30.794Z] [2020-07-08T09:52:30.794Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:30.794Z] #38 55.17 Selecting previously unselected package python-protobuf. [2020-07-08T09:52:30.794Z] #38 55.20 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-07-08T09:52:30.794Z] #38 55.23 Unpacking python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 55.81 Setting up python-pkg-resources (40.8.0-1) ... [2020-07-08T09:52:30.794Z] #38 60.41 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 60.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:30.794Z] #38 60.43 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:30.794Z] #38 60.44 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-07-08T09:52:30.794Z] #38 60.45 Setting up python-six (1.12.0-1) ... [2020-07-08T09:52:30.794Z] #38 64.61 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-07-08T09:52:30.794Z] #38 64.62 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:52:30.794Z] #38 64.65 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 64.67 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-07-08T09:52:30.794Z] #38 64.68 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 64.70 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 64.71 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:30.794Z] #38 64.72 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 64.74 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:52:30.794Z] #38 64.75 Setting up python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:30.794Z] #38 ... [2020-07-08T09:52:30.794Z] [2020-07-08T09:52:30.794Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:30.794Z] #32 65.36 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:52:30.794Z] #32 65.37 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:52:30.794Z] #32 65.39 Setting up libuv1:amd64 (1.24.1-1) ... [2020-07-08T09:52:30.865Z] #52 157.1 + install -D bin/containerd /build/containerd [2020-07-08T09:52:30.865Z] #52 157.2 + install -D bin/containerd-shim /build/containerd-shim [2020-07-08T09:52:30.865Z] #52 157.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-07-08T09:52:30.865Z] #52 157.2 + install -D bin/ctr /build/ctr [2020-07-08T09:52:30.911Z] #38 ... [2020-07-08T09:52:30.911Z] [2020-07-08T09:52:30.911Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:31.000Z] #39 ... [2020-07-08T09:52:31.000Z] [2020-07-08T09:52:31.000Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:31.000Z] #41 65.36 go/parser [2020-07-08T09:52:31.000Z] #41 68.99 go/doc [2020-07-08T09:52:31.000Z] #41 69.30 encoding/xml [2020-07-08T09:52:31.000Z] #41 71.11 math/big [2020-07-08T09:52:31.000Z] #41 73.85 github.com/LK4D4/vndr/build [2020-07-08T09:52:31.000Z] #41 ... [2020-07-08T09:52:31.000Z] [2020-07-08T09:52:31.000Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:31.000Z] #10 73.86 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-07-08T09:52:31.000Z] #10 73.86 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-07-08T09:52:31.000Z] #10 73.87 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:31.053Z] #32 65.40 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:52:31.053Z] #32 65.43 Setting up librhash0:amd64 (1.3.8-1) ... [2020-07-08T09:52:31.053Z] #32 65.44 Setting up cmake-data (3.13.4-1) ... [2020-07-08T09:52:31.053Z] #32 65.46 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:52:31.053Z] #32 65.47 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-07-08T09:52:31.053Z] #32 65.48 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-07-08T09:52:31.053Z] #32 65.49 Setting up cmake (3.13.4-1) ... [2020-07-08T09:52:31.053Z] #32 65.50 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:31.157Z] #52 DONE 157.6s [2020-07-08T09:52:31.205Z] Merging remotes/origin/master commit c833222d54c00d64a0fc44c561a5973ecd414053 into PR head commit d2e23405bed2f5388b4a6c4f50c94ed2ab580319 [2020-07-08T09:52:31.313Z] #32 65.63 Processing triggers for mime-support (3.62) ... [2020-07-08T09:52:31.702Z] #25 11.26 0.3% # 1.6% # 2.5% ## 3.8% ### 5.3% #### 6.3% ##### 7.8% ###### 9.3% ####### 10.6% ######### 12.7% ######### 13.3% ########## 14.8% ########### 15.8% ############ 17.4% ############# 18.9% ############## 20.1% ############### 20.9% ################ 22.4% ################# 23.9% ################## 25.7% ################### 27.6% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 33.1% ######################### 35.2% ########################## 36.8% ########################### 38.4% ############################ 39.0% ############################ 40.2% ############################## 41.8% ############################### 43.1% ################################ 44.9% ################################# 46.3% ################################# 47.2% ################################### 49.9% ##################################### 51.7% ###################################### 53.1% ####################################### 54.9% ######################################## 56.0% ######################################### 57.6% ########################################## 59.3% ########################################### 60.5% ############################################ 61.8% ############################################# 63.7% ############################################### 65.8% ############################################### 66.1% ################################################ 67.7% ################################################# 68.7% ################################################## 70.0% ################################################### 71.1% #################################################### 72.3% #################################################### 73.3% ##################################################### 74.7% ###################################################### 75.7% ####################################################### 77.5% [2020-07-08T09:52:31.702Z] #25 ... [2020-07-08T09:52:31.702Z] [2020-07-08T09:52:31.702Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:31.702Z] #30 55.15 time [2020-07-08T09:52:31.702Z] #30 61.41 internal/poll [2020-07-08T09:52:31.702Z] #30 62.82 internal/fmtsort [2020-07-08T09:52:31.702Z] #30 63.48 internal/syscall/execenv [2020-07-08T09:52:31.702Z] #30 63.73 internal/syscall/unix [2020-07-08T09:52:31.702Z] #30 63.75 strings [2020-07-08T09:52:31.702Z] #30 64.33 os [2020-07-08T09:52:31.702Z] #30 ... [2020-07-08T09:52:31.702Z] [2020-07-08T09:52:31.702Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:31.792Z] [2020-07-08T09:52:31.792Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-07-08T09:52:32.083Z] #53 DONE 0.3s [2020-07-08T09:52:32.083Z] [2020-07-08T09:52:32.083Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-07-08T09:52:32.375Z] #57 DONE 0.2s [2020-07-08T09:52:32.375Z] [2020-07-08T09:52:32.375Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-07-08T09:52:32.394Z] #10 ... [2020-07-08T09:52:32.394Z] [2020-07-08T09:52:32.394Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:32.394Z] #47 72.33 mvdan.cc/sh/v3/cmd/shfmt [2020-07-08T09:52:32.394Z] #47 DONE 76.8s [2020-07-08T09:52:32.656Z] [2020-07-08T09:52:32.656Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:32.656Z] #39 22.31 CC images/core-s390.o [2020-07-08T09:52:32.656Z] #39 23.00 CC images/cpuinfo.o [2020-07-08T09:52:32.656Z] #39 23.39 CC images/inventory.o [2020-07-08T09:52:32.656Z] #39 23.63 CC images/fdinfo.o [2020-07-08T09:52:32.667Z] #59 DONE 0.2s [2020-07-08T09:52:32.667Z] [2020-07-08T09:52:32.667Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-07-08T09:52:32.667Z] #61 DONE 0.1s [2020-07-08T09:52:32.667Z] [2020-07-08T09:52:32.667Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-07-08T09:52:32.667Z] #62 DONE 0.1s [2020-07-08T09:52:32.667Z] [2020-07-08T09:52:32.667Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-07-08T09:52:32.690Z] #32 ... [2020-07-08T09:52:32.690Z] [2020-07-08T09:52:32.690Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:32.690Z] #30 57.07 time [2020-07-08T09:52:32.690Z] #30 63.46 internal/poll [2020-07-08T09:52:32.690Z] #30 63.71 internal/fmtsort [2020-07-08T09:52:32.690Z] #30 64.53 internal/syscall/execenv [2020-07-08T09:52:32.690Z] #30 64.83 internal/syscall/unix [2020-07-08T09:52:32.690Z] #30 65.19 strings [2020-07-08T09:52:32.690Z] #30 66.19 os [2020-07-08T09:52:30.215Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:52:30.264Z] > git config --add remote.origin.fetch +refs/pull/41168/head:refs/remotes/origin/PR-41168 # timeout=10 [2020-07-08T09:52:30.307Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:52:30.424Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-07-08T09:52:30.538Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-07-08T09:52:30.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-07-08T09:52:30.540Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41168/head:refs/remotes/origin/PR-41168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T09:52:31.308Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:52:31.352Z] > git checkout -f d2e23405bed2f5388b4a6c4f50c94ed2ab580319 # timeout=10 [2020-07-08T09:52:32.948Z] #30 ... [2020-07-08T09:52:32.948Z] [2020-07-08T09:52:32.948Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:32.948Z] #25 16.05 [2020-07-08T09:52:32.948Z] #25 16.24 ############################################ 61.6% ######################################################################## 100.0% [2020-07-08T09:52:32.948Z] #25 16.34 [2020-07-08T09:52:32.949Z] #25 17.39 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-07-08T09:52:32.949Z] #25 17.70 [2020-07-08T09:52:32.999Z] #25 11.26 0.3% # 1.6% # 2.5% ## 3.8% ### 5.3% #### 6.3% ##### 7.8% ###### 9.3% ####### 10.6% ######### 12.7% ######### 13.3% ########## 14.8% ########### 15.8% ############ 17.4% ############# 18.9% ############## 20.1% ############### 20.9% ################ 22.4% ################# 23.9% ################## 25.7% ################### 27.6% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 33.1% ######################### 35.2% ########################## 36.8% ########################### 38.4% ############################ 39.0% ############################ 40.2% ############################## 41.8% ############################### 43.1% ################################ 44.9% ################################# 46.3% ################################# 47.2% ################################### 49.9% ##################################### 51.7% ###################################### 53.1% ####################################### 54.9% ######################################## 56.0% ######################################### 57.6% ########################################## 59.3% ########################################### 60.5% ############################################ 61.8% ############################################# 63.7% ############################################### 65.8% ############################################### 66.1% ################################################ 67.7% ################################################# 68.7% ################################################## 70.0% ################################################### 71.1% #################################################### 72.3% #################################################### 73.3% ##################################################### 74.7% ###################################################### 75.7% ####################################################### 77.5% ######################################################## 78.9% ######################################################### 80.2% ########################################################### 82.5% ############################################################ 83.8% ############################################################# 85.1% ############################################################## 87.1% ############################################################### 88.3% ################################################################# 90.8% ################################################################### 93.1% ################################################################### 93.2% #################################################################### 94.6% ##################################################################### 96.2% ###################################################################### 98.5% ####################################################################### 99.8% ######################################################################## 100.0% [2020-07-08T09:52:33.208Z] #25 18.01 0.3% ####################################################### 77.5% ######################################################################## 100.0% [2020-07-08T09:52:33.208Z] #25 18.23 [2020-07-08T09:52:33.231Z] #39 24.24 CC images/fown.o [2020-07-08T09:52:33.265Z] #25 18.80 [2020-07-08T09:52:33.494Z] #39 24.65 CC images/ns.o [2020-07-08T09:52:33.703Z] #63 DONE 0.9s [2020-07-08T09:52:33.703Z] [2020-07-08T09:52:33.703Z] #64 exporting to image [2020-07-08T09:52:33.703Z] #64 exporting layers [2020-07-08T09:52:34.069Z] #39 24.99 CC images/regfile.o [2020-07-08T09:52:34.069Z] #39 25.32 CC images/ghost-file.o [2020-07-08T09:52:34.144Z] #25 19.19 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-07-08T09:52:34.144Z] #25 ... [2020-07-08T09:52:34.144Z] [2020-07-08T09:52:34.144Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:34.144Z] #10 58.52 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-07-08T09:52:34.144Z] #10 58.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-07-08T09:52:34.144Z] #10 58.58 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:52:34.144Z] #10 61.82 Selecting previously unselected package binutils-mingw-w64. [2020-07-08T09:52:34.144Z] #10 61.84 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-07-08T09:52:34.145Z] #10 61.86 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:52:34.145Z] #10 61.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-07-08T09:52:34.145Z] #10 62.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:52:34.145Z] #10 62.02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:52:34.145Z] #10 62.29 Selecting previously unselected package dmsetup. [2020-07-08T09:52:34.145Z] #10 62.35 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:52:34.145Z] #10 62.36 Unpacking dmsetup (2:1.02.155-3) ... [2020-07-08T09:52:34.145Z] #10 62.58 Selecting previously unselected package mingw-w64-common. [2020-07-08T09:52:34.145Z] #10 62.59 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-07-08T09:52:34.145Z] #10 62.60 Unpacking mingw-w64-common (6.0.0-3) ... [2020-07-08T09:52:34.145Z] #10 ... [2020-07-08T09:52:34.145Z] [2020-07-08T09:52:34.145Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:34.145Z] #25 19.30 skipping existing c35d46ef359f [2020-07-08T09:52:34.248Z] #25 19.71 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-07-08T09:52:34.332Z] #39 25.49 CC images/fifo.o [2020-07-08T09:52:34.404Z] #25 19.44 [2020-07-08T09:52:34.505Z] #25 19.97 [2020-07-08T09:52:34.505Z] #25 20.16 ######################################################################## 100.0% [2020-07-08T09:52:34.570Z] Merge succeeded, producing e7a643108887cde5d556fc7bed47b601d247a432 [2020-07-08T09:52:34.571Z] Checking out Revision e7a643108887cde5d556fc7bed47b601d247a432 (PR-41168) [2020-07-08T09:52:34.595Z] #39 25.62 CC images/remap-file-path.o [2020-07-08T09:52:34.595Z] #39 25.74 CC images/eventfd.o [2020-07-08T09:52:34.762Z] #25 20.26 [2020-07-08T09:52:34.858Z] #39 25.88 CC images/eventpoll.o [2020-07-08T09:52:34.858Z] #39 26.06 CC images/fh.o [2020-07-08T09:52:34.975Z] #25 ... [2020-07-08T09:52:34.975Z] [2020-07-08T09:52:34.975Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:34.975Z] #32 DONE 69.3s [2020-07-08T09:52:34.975Z] [2020-07-08T09:52:34.975Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:34.975Z] #10 68.99 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-07-08T09:52:34.975Z] #10 68.99 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-07-08T09:52:34.975Z] #10 69.03 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:52:35.020Z] #25 ... [2020-07-08T09:52:35.020Z] [2020-07-08T09:52:35.020Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-07-08T09:52:35.020Z] #32 63.80 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:52:35.020Z] #32 63.83 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:52:35.020Z] #32 63.84 Setting up libuv1:amd64 (1.24.1-1) ... [2020-07-08T09:52:35.020Z] #32 63.86 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:52:35.020Z] #32 63.88 Setting up librhash0:amd64 (1.3.8-1) ... [2020-07-08T09:52:35.020Z] #32 63.89 Setting up cmake-data (3.13.4-1) ... [2020-07-08T09:52:35.020Z] #32 63.91 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-07-08T09:52:35.020Z] #32 63.92 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-07-08T09:52:35.020Z] #32 63.93 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-07-08T09:52:35.020Z] #32 63.95 Setting up cmake (3.13.4-1) ... [2020-07-08T09:52:35.020Z] #32 63.97 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:35.020Z] #32 64.02 Processing triggers for mime-support (3.62) ... [2020-07-08T09:52:35.020Z] #32 DONE 68.6s [2020-07-08T09:52:35.020Z] [2020-07-08T09:52:35.020Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:35.122Z] #39 26.24 CC images/fsnotify.o [2020-07-08T09:52:35.698Z] #39 26.67 CC images/signalfd.o [2020-07-08T09:52:33.904Z] > git merge c833222d54c00d64a0fc44c561a5973ecd414053 # timeout=10 [2020-07-08T09:52:34.444Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-07-08T09:52:34.605Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T09:52:34.649Z] > git checkout -f e7a643108887cde5d556fc7bed47b601d247a432 # timeout=10 [2020-07-08T09:52:35.956Z] #31 94.47 github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:52:35.956Z] #31 ... [2020-07-08T09:52:35.956Z] [2020-07-08T09:52:35.956Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:35.956Z] #40 20.87 CC images/core-ppc64.o [2020-07-08T09:52:35.956Z] #40 21.67 CC images/core-s390.o [2020-07-08T09:52:35.956Z] #40 22.63 CC images/cpuinfo.o [2020-07-08T09:52:35.956Z] #40 23.16 CC images/inventory.o [2020-07-08T09:52:35.956Z] #40 23.38 CC images/fdinfo.o [2020-07-08T09:52:35.956Z] #40 24.06 CC images/fown.o [2020-07-08T09:52:35.956Z] #40 24.32 CC images/ns.o [2020-07-08T09:52:35.956Z] #40 24.57 CC images/regfile.o [2020-07-08T09:52:35.956Z] #40 24.85 CC images/ghost-file.o [2020-07-08T09:52:35.956Z] #40 25.26 CC images/fifo.o [2020-07-08T09:52:35.956Z] #40 25.47 CC images/remap-file-path.o [2020-07-08T09:52:35.956Z] #40 25.73 CC images/eventfd.o [2020-07-08T09:52:35.956Z] #40 26.02 CC images/eventpoll.o [2020-07-08T09:52:35.956Z] #40 26.39 CC images/fh.o [2020-07-08T09:52:35.961Z] #39 27.05 CC images/fs.o [2020-07-08T09:52:36.225Z] #39 27.32 CC images/pstree.o [2020-07-08T09:52:36.253Z] #40 26.67 CC images/fsnotify.o [2020-07-08T09:52:36.353Z] #10 ... [2020-07-08T09:52:36.353Z] [2020-07-08T09:52:36.353Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:36.353Z] #25 20.35 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-07-08T09:52:36.353Z] #25 20.80 [2020-07-08T09:52:36.353Z] #25 20.94 ######################################################################## 100.0% [2020-07-08T09:52:36.353Z] #25 21.01 [2020-07-08T09:52:36.353Z] #25 21.09 Download of images into '/build' complete. [2020-07-08T09:52:36.353Z] #25 21.11 Use something like the following to load the result into a Docker daemon: [2020-07-08T09:52:36.353Z] #25 21.11 tar -cC '/build' . | docker load [2020-07-08T09:52:36.353Z] #25 DONE 21.3s [2020-07-08T09:52:36.353Z] [2020-07-08T09:52:36.353Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:36.353Z] #30 68.25 path [2020-07-08T09:52:36.353Z] #30 68.85 text/tabwriter [2020-07-08T09:52:36.353Z] #30 70.25 path/filepath [2020-07-08T09:52:36.353Z] #30 70.25 fmt [2020-07-08T09:52:36.437Z] #64 exporting layers 2.5s done [2020-07-08T09:52:36.437Z] #64 writing image sha256:5efda38c38f88f64f3839a6b366bc73ec8aec3fe85718fe9d84658a74262a2b1 done [2020-07-08T09:52:36.437Z] #64 naming to docker.io/library/docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb done [2020-07-08T09:52:36.437Z] #64 DONE 2.6s [Pipeline] } [Pipeline] // stage [2020-07-08T09:52:36.488Z] #39 27.54 CC images/pipe.o [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-07-08T09:52:36.752Z] #39 27.73 CC images/tcp-stream.o [2020-07-08T09:52:36.752Z] #39 27.95 CC images/sk-packet.o [2020-07-08T09:52:36.879Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/test/unit [2020-07-08T09:52:36.916Z] #33 ... [2020-07-08T09:52:36.916Z] [2020-07-08T09:52:36.916Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:36.916Z] #41 60.30 time [2020-07-08T09:52:36.916Z] #41 62.93 internal/fmtsort [2020-07-08T09:52:36.916Z] #41 63.82 internal/syscall/unix [2020-07-08T09:52:36.916Z] #41 64.11 strings [2020-07-08T09:52:36.916Z] #41 66.02 os [2020-07-08T09:52:36.916Z] #41 66.57 regexp/syntax [2020-07-08T09:52:36.916Z] #41 69.64 fmt [2020-07-08T09:52:36.916Z] #41 ... [2020-07-08T09:52:36.916Z] [2020-07-08T09:52:36.916Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:36.916Z] #25 21.33 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-07-08T09:52:36.916Z] #25 21.74 [2020-07-08T09:52:36.916Z] #25 21.99 0.6% ######################################################################## 100.0% [2020-07-08T09:52:36.916Z] #25 22.16 [2020-07-08T09:52:37.015Z] #39 28.24 CC images/mnt.o [2020-07-08T09:52:37.304Z] #40 27.34 CC images/signalfd.o [2020-07-08T09:52:37.304Z] #40 27.54 CC images/fs.o [2020-07-08T09:52:37.482Z] #25 23.01 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-07-08T09:52:37.482Z] #25 23.12 skipping existing c35d46ef359f [2020-07-08T09:52:37.482Z] #25 23.25 [2020-07-08T09:52:37.593Z] #39 28.48 CC images/pipe-data.o [2020-07-08T09:52:37.593Z] #39 28.72 CC images/sa.o [2020-07-08T09:52:37.603Z] #40 27.74 CC images/pstree.o [2020-07-08T09:52:37.856Z] #39 29.00 CC images/timer.o [2020-07-08T09:52:37.899Z] #40 28.03 CC images/pipe.o [2020-07-08T09:52:37.899Z] #40 28.27 CC images/tcp-stream.o [2020-07-08T09:52:38.196Z] #40 ... [2020-07-08T09:52:38.196Z] [2020-07-08T09:52:38.196Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:38.196Z] #11 97.34 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-07-08T09:52:38.196Z] #11 97.34 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-07-08T09:52:38.196Z] #11 97.36 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:38.262Z] #30 ... [2020-07-08T09:52:38.262Z] [2020-07-08T09:52:38.262Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:38.262Z] #38 71.89 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-07-08T09:52:38.262Z] #38 71.90 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:38.262Z] #38 DONE 72.5s [2020-07-08T09:52:38.262Z] [2020-07-08T09:52:38.262Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:38.262Z] #30 72.63 io/ioutil [2020-07-08T09:52:38.414Z] #25 24.07 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-07-08T09:52:38.432Z] #39 29.41 CC images/timerfd.o [2020-07-08T09:52:38.695Z] #39 29.70 CC images/mm.o [2020-07-08T09:52:38.957Z] ? github.com/docker/docker/api [no test files] [2020-07-08T09:52:38.959Z] #39 30.00 CC images/sk-opts.o [2020-07-08T09:52:38.988Z] #25 24.40 [2020-07-08T09:52:38.988Z] #25 ... [2020-07-08T09:52:38.988Z] [2020-07-08T09:52:38.988Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:38.988Z] #10 62.33 Selecting previously unselected package binutils-mingw-w64. [2020-07-08T09:52:38.988Z] #10 62.34 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-07-08T09:52:38.988Z] #10 62.35 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:52:38.988Z] #10 62.50 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-07-08T09:52:38.988Z] #10 62.51 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:52:38.988Z] #10 62.54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:52:38.988Z] #10 62.75 Selecting previously unselected package dmsetup. [2020-07-08T09:52:38.988Z] #10 62.78 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:52:38.988Z] #10 62.78 Unpacking dmsetup (2:1.02.155-3) ... [2020-07-08T09:52:38.988Z] #10 63.00 Selecting previously unselected package mingw-w64-common. [2020-07-08T09:52:38.988Z] #10 63.00 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-07-08T09:52:38.988Z] #10 63.01 Unpacking mingw-w64-common (6.0.0-3) ... [2020-07-08T09:52:38.988Z] #10 69.23 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-07-08T09:52:38.988Z] #10 69.26 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-07-08T09:52:38.988Z] #10 69.28 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:52:38.988Z] #10 ... [2020-07-08T09:52:38.988Z] [2020-07-08T09:52:38.988Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-07-08T09:52:38.988Z] #25 24.54 ######################################################################## 100.0% [2020-07-08T09:52:38.988Z] #25 24.66 [2020-07-08T09:52:39.223Z] #39 30.33 CC images/sk-unix.o [2020-07-08T09:52:39.246Z] #25 24.73 Download of images into '/build' complete. [2020-07-08T09:52:39.246Z] #25 24.73 Use something like the following to load the result into a Docker daemon: [2020-07-08T09:52:39.246Z] #25 24.73 tar -cC '/build' . | docker load [2020-07-08T09:52:39.248Z] #11 ... [2020-07-08T09:52:39.248Z] [2020-07-08T09:52:39.248Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:39.248Z] #42 88.42 github.com/LK4D4/vndr/versioned [2020-07-08T09:52:39.248Z] #42 89.04 internal/lazyregexp [2020-07-08T09:52:39.248Z] #42 89.06 os/exec [2020-07-08T09:52:39.248Z] #42 89.15 net [2020-07-08T09:52:39.248Z] #42 94.02 encoding/binary [2020-07-08T09:52:39.248Z] #42 94.05 net/url [2020-07-08T09:52:39.248Z] #42 94.07 go/scanner [2020-07-08T09:52:39.248Z] #42 97.41 go/ast [2020-07-08T09:52:39.248Z] #42 ... [2020-07-08T09:52:39.248Z] [2020-07-08T09:52:39.248Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:39.248Z] #40 28.57 CC images/sk-packet.o [2020-07-08T09:52:39.248Z] #40 28.88 CC images/mnt.o [2020-07-08T09:52:39.248Z] #40 29.09 CC images/pipe-data.o [2020-07-08T09:52:39.248Z] #40 29.29 CC images/sa.o [2020-07-08T09:52:39.248Z] #40 29.55 CC images/timer.o [2020-07-08T09:52:39.487Z] #39 30.71 CC images/sk-inet.o [2020-07-08T09:52:39.503Z] #25 DONE 25.0s [2020-07-08T09:52:39.503Z] [2020-07-08T09:52:39.503Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:39.503Z] #33 2.718 + RM_GOPATH=0 [2020-07-08T09:52:39.503Z] #33 2.718 + TMP_GOPATH= [2020-07-08T09:52:39.503Z] #33 2.718 + : /build [2020-07-08T09:52:39.503Z] #33 2.718 + '[' -z '' ']' [2020-07-08T09:52:39.503Z] #33 2.722 ++ mktemp -d [2020-07-08T09:52:39.503Z] #33 2.722 + export GOPATH=/tmp/tmp.CTC9GvqD1n [2020-07-08T09:52:39.503Z] #33 2.722 + GOPATH=/tmp/tmp.CTC9GvqD1n [2020-07-08T09:52:39.503Z] #33 2.722 + RM_GOPATH=1 [2020-07-08T09:52:39.503Z] #33 2.723 + case "$(go env GOARCH)" in [2020-07-08T09:52:39.503Z] #33 2.724 ++ go env GOARCH [2020-07-08T09:52:39.503Z] #33 2.747 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:39.503Z] #33 2.747 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:39.503Z] #33 2.747 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:39.503Z] #33 2.749 + dir=/tmp/install [2020-07-08T09:52:39.503Z] #33 2.749 + bin=tini [2020-07-08T09:52:39.503Z] #33 2.749 + shift [2020-07-08T09:52:39.503Z] #33 2.749 + '[' '!' -f /tmp/install/tini.installer ']' [2020-07-08T09:52:39.503Z] #33 2.749 + . /tmp/install/tini.installer [2020-07-08T09:52:39.503Z] #33 2.750 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:39.503Z] #33 2.751 + install_tini [2020-07-08T09:52:39.503Z] #33 2.751 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-07-08T09:52:39.503Z] #33 2.751 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:39.503Z] #33 2.751 + git clone https://github.com/krallin/tini.git /tmp/tmp.CTC9GvqD1n/tini [2020-07-08T09:52:39.503Z] #33 2.759 Cloning into '/tmp/tmp.CTC9GvqD1n/tini'... [2020-07-08T09:52:39.503Z] #33 3.615 + cd /tmp/tmp.CTC9GvqD1n/tini [2020-07-08T09:52:39.503Z] #33 3.618 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:39.503Z] #33 3.626 + cmake . [2020-07-08T09:52:39.503Z] #33 4.284 -- The C compiler identification is GNU 8.3.0 [2020-07-08T09:52:39.503Z] #33 4.333 -- Check for working C compiler: /usr/bin/cc [2020-07-08T09:52:39.545Z] #40 ... [2020-07-08T09:52:39.545Z] [2020-07-08T09:52:39.545Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:39.545Z] #31 DONE 99.0s [2020-07-08T09:52:39.760Z] #39 ... [2020-07-08T09:52:39.760Z] [2020-07-08T09:52:39.760Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:39.760Z] #54 79.84 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:52:39.760Z] #54 79.84 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-07-08T09:52:39.760Z] #54 DONE 84.3s [2020-07-08T09:52:39.760Z] [2020-07-08T09:52:39.760Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:39.760Z] #41 77.28 vendor/golang.org/x/text/unicode/norm [2020-07-08T09:52:39.760Z] #41 78.74 mime/quotedprintable [2020-07-08T09:52:39.760Z] #41 79.08 net/http/internal [2020-07-08T09:52:39.760Z] #41 80.03 crypto/rand [2020-07-08T09:52:39.760Z] #41 80.03 crypto/elliptic [2020-07-08T09:52:39.760Z] #41 81.07 encoding/asn1 [2020-07-08T09:52:39.760Z] #41 82.40 crypto/rsa [2020-07-08T09:52:39.760Z] #41 83.87 vendor/golang.org/x/crypto/cryptobyte [2020-07-08T09:52:39.760Z] #41 ... [2020-07-08T09:52:39.760Z] [2020-07-08T09:52:39.760Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-07-08T09:52:39.843Z] [2020-07-08T09:52:39.843Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:39.843Z] #40 30.06 CC images/timerfd.o [2020-07-08T09:52:40.026Z] #55 DONE 0.2s [2020-07-08T09:52:40.026Z] [2020-07-08T09:52:40.026Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-07-08T09:52:40.142Z] #40 30.51 CC images/mm.o [2020-07-08T09:52:40.290Z] #56 DONE 0.1s [2020-07-08T09:52:40.290Z] [2020-07-08T09:52:40.290Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:40.290Z] #39 31.12 CC images/tun.o [2020-07-08T09:52:40.290Z] #39 31.50 CC images/sk-netlink.o [2020-07-08T09:52:40.449Z] #33 5.356 -- Check for working C compiler: /usr/bin/cc -- works [2020-07-08T09:52:40.449Z] #33 5.370 -- Detecting C compiler ABI info [2020-07-08T09:52:40.554Z] #39 31.88 CC images/packet-sock.o [2020-07-08T09:52:40.791Z] #40 31.01 CC images/sk-opts.o [2020-07-08T09:52:41.095Z] #40 31.41 CC images/sk-unix.o [2020-07-08T09:52:41.131Z] #39 32.39 CC images/ipc-var.o [2020-07-08T09:52:41.382Z] #33 ... [2020-07-08T09:52:41.382Z] [2020-07-08T09:52:41.382Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:41.382Z] #38 64.75 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-07-08T09:52:41.382Z] #38 65.12 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:52:41.382Z] #38 65.65 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:41.382Z] #38 66.21 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-07-08T09:52:41.382Z] #38 66.67 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:41.382Z] #38 67.20 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-07-08T09:52:41.382Z] #38 67.76 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-07-08T09:52:41.382Z] #38 68.08 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-07-08T09:52:41.382Z] #38 68.13 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-07-08T09:52:41.382Z] #38 68.28 Setting up python-protobuf (3.6.1.3-2) ... [2020-07-08T09:52:41.382Z] #38 ... [2020-07-08T09:52:41.382Z] [2020-07-08T09:52:41.382Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:41.382Z] #33 6.370 -- Detecting C compiler ABI info - done [2020-07-08T09:52:41.382Z] #33 6.480 -- Detecting C compile features [2020-07-08T09:52:41.398Z] #39 32.53 CC images/ipc-desc.o [2020-07-08T09:52:41.416Z] #40 31.75 CC images/sk-inet.o [2020-07-08T09:52:41.547Z] #30 75.57 flag [2020-07-08T09:52:41.548Z] #30 75.58 github.com/BurntSushi/toml [2020-07-08T09:52:41.548Z] #30 ... [2020-07-08T09:52:41.548Z] [2020-07-08T09:52:41.548Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:41.548Z] #41 65.56 internal/poll [2020-07-08T09:52:41.548Z] #41 67.65 strings [2020-07-08T09:52:41.548Z] #41 67.88 os [2020-07-08T09:52:41.548Z] #41 71.22 regexp/syntax [2020-07-08T09:52:41.548Z] #41 73.31 fmt [2020-07-08T09:52:41.548Z] #41 ... [2020-07-08T09:52:41.548Z] [2020-07-08T09:52:41.548Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:41.548Z] #33 3.554 + RM_GOPATH=0 [2020-07-08T09:52:41.548Z] #33 3.554 + TMP_GOPATH= [2020-07-08T09:52:41.548Z] #33 3.554 + : /build [2020-07-08T09:52:41.548Z] #33 3.554 + '[' -z '' ']' [2020-07-08T09:52:41.548Z] #33 3.554 ++ mktemp -d [2020-07-08T09:52:41.548Z] #33 3.561 + export GOPATH=/tmp/tmp.96LlC3vRCy [2020-07-08T09:52:41.548Z] #33 3.561 + GOPATH=/tmp/tmp.96LlC3vRCy [2020-07-08T09:52:41.548Z] #33 3.561 + RM_GOPATH=1 [2020-07-08T09:52:41.548Z] #33 3.561 + case "$(go env GOARCH)" in [2020-07-08T09:52:41.548Z] #33 3.561 ++ go env GOARCH [2020-07-08T09:52:41.548Z] #33 3.588 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:41.548Z] #33 3.588 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:41.548Z] #33 3.588 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:41.548Z] #33 3.590 + dir=/tmp/install [2020-07-08T09:52:41.548Z] #33 3.591 + bin=tini [2020-07-08T09:52:41.548Z] #33 3.591 + shift [2020-07-08T09:52:41.548Z] #33 3.591 + '[' '!' -f /tmp/install/tini.installer ']' [2020-07-08T09:52:41.548Z] #33 3.591 + . /tmp/install/tini.installer [2020-07-08T09:52:41.548Z] #33 3.613 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:41.548Z] #33 3.613 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:41.548Z] #33 3.613 + install_tini [2020-07-08T09:52:41.548Z] #33 3.613 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-07-08T09:52:41.548Z] #33 3.613 + git clone https://github.com/krallin/tini.git /tmp/tmp.96LlC3vRCy/tini [2020-07-08T09:52:41.548Z] #33 3.616 Cloning into '/tmp/tmp.96LlC3vRCy/tini'... [2020-07-08T09:52:41.548Z] #33 4.988 + cd /tmp/tmp.96LlC3vRCy/tini [2020-07-08T09:52:41.548Z] #33 4.988 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-07-08T09:52:41.548Z] #33 5.049 + cmake . [2020-07-08T09:52:41.548Z] #33 5.688 -- The C compiler identification is GNU 8.3.0 [2020-07-08T09:52:41.548Z] #33 5.747 -- Check for working C compiler: /usr/bin/cc [2020-07-08T09:52:41.548Z] #33 6.528 -- Check for working C compiler: /usr/bin/cc -- works [2020-07-08T09:52:41.548Z] #33 6.530 -- Detecting C compiler ABI info [2020-07-08T09:52:41.639Z] #33 ... [2020-07-08T09:52:41.639Z] [2020-07-08T09:52:41.639Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:41.639Z] #47 65.18 context [2020-07-08T09:52:41.639Z] #47 65.95 os [2020-07-08T09:52:41.639Z] #47 65.97 encoding/binary [2020-07-08T09:52:41.639Z] #47 68.01 encoding/base64 [2020-07-08T09:52:41.639Z] #47 68.44 fmt [2020-07-08T09:52:41.639Z] #47 69.48 golang.org/x/sys/unix [2020-07-08T09:52:41.639Z] #47 ... [2020-07-08T09:52:41.639Z] [2020-07-08T09:52:41.639Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:41.639Z] #30 66.13 path [2020-07-08T09:52:41.639Z] #30 66.64 text/tabwriter [2020-07-08T09:52:41.639Z] #30 67.47 path/filepath [2020-07-08T09:52:41.639Z] #30 67.47 fmt [2020-07-08T09:52:41.639Z] #30 69.14 io/ioutil [2020-07-08T09:52:41.639Z] #30 71.33 github.com/BurntSushi/toml [2020-07-08T09:52:41.639Z] #30 71.35 flag [2020-07-08T09:52:41.639Z] #30 73.82 log [2020-07-08T09:52:41.663Z] #39 32.66 CC images/ipc-shm.o [2020-07-08T09:52:41.846Z] INFO [runner/unused/goanalysis] analyzers took 26.526916924s with top 10 stages: buildssa: 22.258756729s, U1000: 4.268160195s [2020-07-08T09:52:41.846Z] INFO [runner] Issues before processing: 2302, after processing: 0 [2020-07-08T09:52:41.846Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1693/1693, skip_dirs: 1693/1693, autogenerated_exclude: 1588/1693, cgo: 1693/2302, filename_unadjuster: 1693/1693, exclude-rules: 64/1588, nolint: 0/64, skip_files: 1693/1693, identifier_marker: 1588/1588, exclude: 1588/1588 [2020-07-08T09:52:41.846Z] INFO [runner] processing took 144.914017ms with stages: nolint: 67.551597ms, identifier_marker: 39.208329ms, path_prettifier: 17.90992ms, autogenerated_exclude: 7.425404ms, exclude-rules: 6.812552ms, skip_dirs: 3.755173ms, cgo: 1.251141ms, filename_unadjuster: 993.673µs, max_same_issues: 1.914µs, exclude: 851ns, uniq_by_line: 669ns, max_from_linter: 664ns, diff: 586ns, source_code: 462ns, skip_files: 424ns, path_shortener: 380ns, max_per_file_from_linter: 278ns [2020-07-08T09:52:41.846Z] INFO [runner] linters took 1m34.914652622s with stages: goanalysis_metalinter: 1m16.128088069s, unused: 18.640404139s [2020-07-08T09:52:41.846Z] INFO File cache stats: 1443 entries of total size 6.8MiB [2020-07-08T09:52:41.846Z] INFO Memory: 1605 samples, avg is 248.5MB, max is 2965.9MB [2020-07-08T09:52:41.846Z] INFO Execution took 3m34.670534462s [2020-07-08T09:52:41.846Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-07-08T09:52:41.926Z] #39 32.96 CC images/ipc-msg.o [2020-07-08T09:52:42.061Z] #40 32.21 CC images/tun.o [2020-07-08T09:52:42.061Z] #40 32.49 CC images/sk-netlink.o [2020-07-08T09:52:42.114Z] #33 7.171 -- Detecting C compiler ABI info - done [2020-07-08T09:52:42.114Z] #33 7.209 -- Detecting C compile features [2020-07-08T09:52:42.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh dynbinary-daemon test-docker-py [2020-07-08T09:52:42.190Z] #39 33.30 CC images/ipc-sem.o [2020-07-08T09:52:42.190Z] #39 33.48 CC images/utsns.o [2020-07-08T09:52:42.359Z] #40 32.71 CC images/packet-sock.o [2020-07-08T09:52:42.373Z] #33 ... [2020-07-08T09:52:42.373Z] [2020-07-08T09:52:42.373Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:42.373Z] #47 66.95 context [2020-07-08T09:52:42.373Z] #47 67.91 os [2020-07-08T09:52:42.373Z] #47 68.85 encoding/binary [2020-07-08T09:52:42.373Z] #47 72.39 encoding/base64 [2020-07-08T09:52:42.373Z] #47 72.68 fmt [2020-07-08T09:52:42.373Z] #47 74.27 golang.org/x/sys/unix [2020-07-08T09:52:42.437Z] [2020-07-08T09:52:42.574Z] #30 ... [2020-07-08T09:52:42.574Z] [2020-07-08T09:52:42.574Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:42.574Z] #47 75.81 encoding/json [2020-07-08T09:52:42.631Z] #47 ... [2020-07-08T09:52:42.631Z] [2020-07-08T09:52:42.631Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:42.631Z] #39 4.469 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:52:42.631Z] #39 4.469 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:52:42.631Z] #39 4.491 Note: Building without GnuTLS support [2020-07-08T09:52:42.631Z] #39 4.508 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:52:42.631Z] #39 4.508 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:52:42.663Z] #40 ... [2020-07-08T09:52:42.663Z] [2020-07-08T09:52:42.663Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:42.663Z] #48 91.85 go/scanner [2020-07-08T09:52:42.663Z] #48 93.73 mvdan.cc/editorconfig [2020-07-08T09:52:42.663Z] #48 94.38 mvdan.cc/sh/v3/syntax [2020-07-08T09:52:42.663Z] #48 95.05 encoding/base64 [2020-07-08T09:52:42.663Z] #48 95.80 go/ast [2020-07-08T09:52:42.663Z] #48 97.51 encoding/json [2020-07-08T09:52:42.663Z] #48 98.58 golang.org/x/sys/unix [2020-07-08T09:52:42.696Z] Removing bundles/ [2020-07-08T09:52:42.696Z] [2020-07-08T09:52:42.696Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-07-08T09:52:42.696Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:52:42.696Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T09:52:42.766Z] #39 33.75 CC images/creds.o [2020-07-08T09:52:42.766Z] #39 33.90 CC images/vma.o [2020-07-08T09:52:42.963Z] #48 ... [2020-07-08T09:52:42.963Z] [2020-07-08T09:52:42.963Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:42.963Z] #40 33.33 CC images/ipc-var.o [2020-07-08T09:52:43.030Z] #39 34.19 CC images/netdev.o [2020-07-08T09:52:43.264Z] #40 33.54 CC images/ipc-desc.o [2020-07-08T09:52:43.294Z] #39 34.48 CC images/tty.o [2020-07-08T09:52:43.566Z] #40 33.71 CC images/ipc-shm.o [2020-07-08T09:52:43.566Z] #40 33.98 CC images/ipc-msg.o [2020-07-08T09:52:43.579Z] #39 ... [2020-07-08T09:52:43.579Z] [2020-07-08T09:52:43.579Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:43.579Z] #10 77.32 Selecting previously unselected package gcc-mingw-w64-base. [2020-07-08T09:52:43.579Z] #10 77.34 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-07-08T09:52:43.579Z] #10 77.35 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:43.579Z] #10 77.58 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-07-08T09:52:43.579Z] #10 77.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-07-08T09:52:43.579Z] #10 77.60 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:43.871Z] #39 34.92 CC images/file-lock.o [2020-07-08T09:52:43.946Z] #47 ... [2020-07-08T09:52:43.946Z] [2020-07-08T09:52:43.946Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-07-08T09:52:43.946Z] #38 77.09 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-07-08T09:52:43.946Z] #38 77.10 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:43.946Z] #38 DONE 77.5s [2020-07-08T09:52:44.134Z] #39 35.15 CC images/rlimit.o [2020-07-08T09:52:44.135Z] #39 35.30 CC images/pagemap.o [2020-07-08T09:52:44.211Z] [2020-07-08T09:52:44.211Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:44.211Z] #10 77.75 Selecting previously unselected package gcc-mingw-w64-base. [2020-07-08T09:52:44.211Z] #10 77.78 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-07-08T09:52:44.211Z] #10 77.82 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:44.216Z] #40 34.34 CC images/ipc-sem.o [2020-07-08T09:52:44.397Z] #39 35.68 CC images/siginfo.o [2020-07-08T09:52:44.469Z] #10 78.12 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-07-08T09:52:44.469Z] #10 78.12 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-07-08T09:52:44.469Z] #10 78.13 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:44.516Z] #40 34.59 CC images/utsns.o [2020-07-08T09:52:44.516Z] #40 34.77 CC images/creds.o [2020-07-08T09:52:44.661Z] #39 ... [2020-07-08T09:52:44.661Z] [2020-07-08T09:52:44.661Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:44.661Z] #10 84.93 Selecting previously unselected package libapparmor1:arm64. [2020-07-08T09:52:44.661Z] #10 84.94 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 84.95 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-07-08T09:52:44.661Z] #10 85.09 Selecting previously unselected package libapparmor-dev:arm64. [2020-07-08T09:52:44.661Z] #10 85.09 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 85.10 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-07-08T09:52:44.661Z] #10 85.28 Selecting previously unselected package libbtrfs0. [2020-07-08T09:52:44.661Z] #10 85.28 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 85.30 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:44.661Z] #10 85.38 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:52:44.661Z] #10 85.38 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 85.41 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:44.661Z] #10 85.56 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-07-08T09:52:44.661Z] #10 85.57 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 85.57 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-07-08T09:52:44.661Z] #10 85.70 Selecting previously unselected package libudev-dev:arm64. [2020-07-08T09:52:44.661Z] #10 85.72 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 85.78 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-07-08T09:52:44.661Z] #10 85.98 Selecting previously unselected package libsepol1-dev:arm64. [2020-07-08T09:52:44.661Z] #10 85.99 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 85.99 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-07-08T09:52:44.661Z] #10 86.26 Selecting previously unselected package libpcre16-3:arm64. [2020-07-08T09:52:44.661Z] #10 86.27 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 86.27 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 86.43 Selecting previously unselected package libpcre32-3:arm64. [2020-07-08T09:52:44.661Z] #10 86.43 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 86.44 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 86.59 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-07-08T09:52:44.661Z] #10 86.60 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 86.62 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 86.73 Selecting previously unselected package libpcre3-dev:arm64. [2020-07-08T09:52:44.661Z] #10 86.74 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 86.75 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 87.10 Selecting previously unselected package libselinux1-dev:arm64. [2020-07-08T09:52:44.661Z] #10 87.10 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 87.11 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-07-08T09:52:44.661Z] #10 87.35 Selecting previously unselected package libdevmapper-dev:arm64. [2020-07-08T09:52:44.661Z] #10 87.38 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 87.39 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-07-08T09:52:44.661Z] #10 87.49 Selecting previously unselected package libseccomp-dev:arm64. [2020-07-08T09:52:44.661Z] #10 87.51 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 87.52 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-07-08T09:52:44.661Z] #10 87.65 Selecting previously unselected package libsystemd-dev:arm64. [2020-07-08T09:52:44.661Z] #10 87.65 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-07-08T09:52:44.661Z] #10 87.66 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-07-08T09:52:44.661Z] #10 88.06 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 88.07 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-07-08T09:52:44.661Z] #10 88.09 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-07-08T09:52:44.661Z] #10 88.10 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:52:44.661Z] #10 88.13 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 88.15 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-07-08T09:52:44.661Z] #10 88.16 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:44.661Z] #10 88.18 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:44.661Z] #10 88.19 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 88.20 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-07-08T09:52:44.661Z] #10 88.25 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:52:44.661Z] #10 88.27 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:44.661Z] #10 88.30 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-07-08T09:52:44.661Z] #10 88.32 Setting up mingw-w64-common (6.0.0-3) ... [2020-07-08T09:52:44.661Z] #10 88.33 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-07-08T09:52:44.661Z] #10 88.35 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:52:44.661Z] #10 88.36 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-07-08T09:52:44.661Z] #10 88.37 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:44.661Z] #10 88.41 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-07-08T09:52:44.661Z] #10 88.42 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-07-08T09:52:44.661Z] #10 88.43 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:44.661Z] #10 88.50 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-07-08T09:52:44.661Z] #10 88.51 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-07-08T09:52:44.661Z] #10 88.52 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:52:44.661Z] #10 88.54 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-07-08T09:52:44.661Z] #10 88.55 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-07-08T09:52:44.661Z] #10 88.56 Setting up dmsetup (2:1.02.155-3) ... [2020-07-08T09:52:44.661Z] #10 88.59 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-07-08T09:52:44.661Z] #10 88.60 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-07-08T09:52:44.661Z] #10 88.62 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:44.661Z] #10 DONE 89.0s [2020-07-08T09:52:44.661Z] [2020-07-08T09:52:44.661Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:44.818Z] #40 35.00 CC images/vma.o [2020-07-08T09:52:45.118Z] #40 35.24 CC images/netdev.o [2020-07-08T09:52:45.431Z] #40 35.69 CC images/tty.o [2020-07-08T09:52:46.090Z] #40 36.33 CC images/file-lock.o [2020-07-08T09:52:46.389Z] #40 36.57 CC images/rlimit.o [2020-07-08T09:52:46.589Z] #49 2.185 + RM_GOPATH=0 [2020-07-08T09:52:46.589Z] #49 2.185 + TMP_GOPATH= [2020-07-08T09:52:46.589Z] #49 2.185 + : /build [2020-07-08T09:52:46.589Z] #49 2.185 + '[' -z '' ']' [2020-07-08T09:52:46.589Z] #49 2.185 ++ mktemp -d [2020-07-08T09:52:46.700Z] #40 36.79 CC images/pagemap.o [2020-07-08T09:52:46.700Z] #40 37.07 CC images/siginfo.o [2020-07-08T09:52:46.856Z] #49 2.186 + export GOPATH=/tmp/tmp.JueuDmJb2c [2020-07-08T09:52:46.856Z] #49 2.186 + GOPATH=/tmp/tmp.JueuDmJb2c [2020-07-08T09:52:46.856Z] #49 2.186 + RM_GOPATH=1 [2020-07-08T09:52:46.856Z] #49 2.186 + case "$(go env GOARCH)" in [2020-07-08T09:52:46.856Z] #49 2.187 ++ go env GOARCH [2020-07-08T09:52:46.856Z] #49 2.203 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:46.856Z] #49 2.203 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:46.856Z] #49 2.207 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:46.856Z] #49 2.215 + dir=/tmp/install [2020-07-08T09:52:46.856Z] #49 2.215 + bin=runc [2020-07-08T09:52:46.856Z] #49 2.215 + shift [2020-07-08T09:52:46.856Z] #49 2.215 + '[' '!' -f /tmp/install/runc.installer ']' [2020-07-08T09:52:46.856Z] #49 2.215 + . /tmp/install/runc.installer [2020-07-08T09:52:46.856Z] #49 2.215 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:52:46.856Z] #49 2.216 + install_runc [2020-07-08T09:52:46.856Z] #49 2.217 + grep -q '^3\.10\.0.*\.el7\.' [2020-07-08T09:52:46.856Z] #49 2.219 + uname -r [2020-07-08T09:52:46.856Z] #49 2.222 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-07-08T09:52:46.856Z] #49 2.223 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-07-08T09:52:46.856Z] #49 2.223 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-07-08T09:52:46.856Z] #49 2.223 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JueuDmJb2c/src/github.com/opencontainers/runc [2020-07-08T09:52:46.856Z] #49 2.227 Cloning into '/tmp/tmp.JueuDmJb2c/src/github.com/opencontainers/runc'... [2020-07-08T09:52:46.856Z] #49 ... [2020-07-08T09:52:46.856Z] [2020-07-08T09:52:46.856Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-07-08T09:52:46.856Z] #11 DONE 2.5s [2020-07-08T09:52:47.000Z] #40 37.36 CC images/rpc.o [2020-07-08T09:52:47.120Z] [2020-07-08T09:52:47.120Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-07-08T09:52:47.752Z] #10 ... [2020-07-08T09:52:47.753Z] [2020-07-08T09:52:47.753Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:47.753Z] #41 70.81 regexp [2020-07-08T09:52:47.753Z] #41 75.68 go/token [2020-07-08T09:52:47.753Z] #41 76.36 internal/lazyregexp [2020-07-08T09:52:47.753Z] #41 76.79 net/url [2020-07-08T09:52:47.753Z] #41 76.81 go/scanner [2020-07-08T09:52:47.753Z] #41 78.43 go/ast [2020-07-08T09:52:47.753Z] #41 79.33 text/template/parse [2020-07-08T09:52:47.753Z] #41 ... [2020-07-08T09:52:47.753Z] [2020-07-08T09:52:47.753Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:47.753Z] #33 8.966 -- Detecting C compile features - done [2020-07-08T09:52:47.753Z] #33 8.991 -- Performing Test HAS_BUILTIN_FORTIFY [2020-07-08T09:52:47.753Z] #33 9.367 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-07-08T09:52:47.753Z] #33 9.581 -- Configuring done [2020-07-08T09:52:47.753Z] #33 9.618 -- Generating done [2020-07-08T09:52:47.753Z] #33 9.688 -- Build files have been written to: /tmp/tmp.CTC9GvqD1n/tini [2020-07-08T09:52:47.753Z] #33 9.694 + make tini-static [2020-07-08T09:52:47.753Z] #33 10.17 Scanning dependencies of target tini-static [2020-07-08T09:52:47.753Z] #33 10.26 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-07-08T09:52:47.753Z] #33 11.88 [100%] Linking C executable tini-static [2020-07-08T09:52:47.753Z] #33 12.58 [100%] Built target tini-static [2020-07-08T09:52:47.753Z] #33 12.67 + mkdir -p /build [2020-07-08T09:52:47.753Z] #33 12.67 + cp tini-static /build/docker-init [2020-07-08T09:52:47.772Z] #10 ... [2020-07-08T09:52:47.772Z] [2020-07-08T09:52:47.772Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:47.772Z] #33 9.562 -- Detecting C compile features - done [2020-07-08T09:52:47.772Z] #33 9.613 -- Performing Test HAS_BUILTIN_FORTIFY [2020-07-08T09:52:47.772Z] #33 9.866 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-07-08T09:52:47.772Z] #33 10.02 -- Configuring done [2020-07-08T09:52:47.772Z] #33 10.07 -- Generating done [2020-07-08T09:52:47.772Z] #33 10.07 -- Build files have been written to: /tmp/tmp.96LlC3vRCy/tini [2020-07-08T09:52:47.772Z] #33 10.10 + make tini-static [2020-07-08T09:52:47.772Z] #33 10.50 Scanning dependencies of target tini-static [2020-07-08T09:52:47.772Z] #33 10.58 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-07-08T09:52:47.772Z] #33 11.61 [100%] Linking C executable tini-static [2020-07-08T09:52:47.772Z] #33 12.23 [100%] Built target tini-static [2020-07-08T09:52:47.772Z] #33 12.36 + mkdir -p /build [2020-07-08T09:52:47.772Z] #33 12.37 + cp tini-static /build/docker-init [2020-07-08T09:52:47.772Z] #33 DONE 12.9s [2020-07-08T09:52:47.772Z] [2020-07-08T09:52:47.772Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:47.772Z] #39 6.802 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:52:47.772Z] #39 6.858 GEN .gitid [2020-07-08T09:52:47.772Z] #39 6.912 GEN criu/include/version.h [2020-07-08T09:52:47.772Z] #39 6.983 GEN include/common/asm [2020-07-08T09:52:47.772Z] #39 8.518 PBCC images/timens.pb-c.c [2020-07-08T09:52:47.772Z] #39 8.565 DEP images/timens.pb-c.d [2020-07-08T09:52:47.772Z] #39 8.610 PBCC images/fown.pb-c.c [2020-07-08T09:52:47.772Z] #39 8.661 PBCC images/google/protobuf/descriptor.pb-c.c [2020-07-08T09:52:47.772Z] #39 8.750 PBCC images/opts.pb-c.c [2020-07-08T09:52:47.772Z] #39 8.812 PBCC images/memfd.pb-c.c [2020-07-08T09:52:47.772Z] #39 8.872 DEP images/fown.pb-c.d [2020-07-08T09:52:47.772Z] #39 8.918 DEP images/google/protobuf/descriptor.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.013 DEP images/opts.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.081 DEP images/memfd.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.129 PBCC images/sit.pb-c.c [2020-07-08T09:52:47.772Z] #39 9.220 DEP images/sit.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.260 PBCC images/macvlan.pb-c.c [2020-07-08T09:52:47.772Z] #39 9.321 DEP images/macvlan.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.438 PBCC images/autofs.pb-c.c [2020-07-08T09:52:47.772Z] #39 9.464 DEP images/autofs.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.541 PBCC images/sysctl.pb-c.c [2020-07-08T09:52:47.772Z] #39 9.608 DEP images/sysctl.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.699 PBCC images/time.pb-c.c [2020-07-08T09:52:47.772Z] #39 9.739 DEP images/time.pb-c.d [2020-07-08T09:52:47.772Z] #39 9.804 PBCC images/binfmt-misc.pb-c.c [2020-07-08T09:52:48.011Z] #33 DONE 13.1s [2020-07-08T09:52:48.011Z] [2020-07-08T09:52:48.011Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:48.011Z] #39 3.444 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:52:48.011Z] #39 3.444 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:52:48.011Z] #39 3.455 Note: Building without GnuTLS support [2020-07-08T09:52:48.011Z] #39 3.481 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:52:48.011Z] #39 3.481 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:52:48.029Z] #39 9.841 DEP images/binfmt-misc.pb-c.d [2020-07-08T09:52:48.030Z] #39 9.901 PBCC images/seccomp.pb-c.c [2020-07-08T09:52:48.030Z] #39 9.949 DEP images/seccomp.pb-c.d [2020-07-08T09:52:48.030Z] #39 9.996 PBCC images/userns.pb-c.c [2020-07-08T09:52:48.030Z] #39 10.08 DEP images/userns.pb-c.d [2020-07-08T09:52:48.288Z] #39 10.18 PBCC images/cgroup.pb-c.c [2020-07-08T09:52:48.288Z] #39 10.31 DEP images/cgroup.pb-c.d [2020-07-08T09:52:48.542Z] #40 38.85 CC images/ext-file.o [2020-07-08T09:52:48.546Z] #39 10.42 PBCC images/ext-file.pb-c.c [2020-07-08T09:52:48.546Z] #39 10.45 DEP images/ext-file.pb-c.d [2020-07-08T09:52:48.546Z] #39 10.51 PBCC images/rpc.pb-c.c [2020-07-08T09:52:48.805Z] #39 10.57 DEP images/rpc.pb-c.d [2020-07-08T09:52:48.805Z] #39 10.62 PBCC images/siginfo.pb-c.c [2020-07-08T09:52:48.805Z] #39 10.64 DEP images/siginfo.pb-c.d [2020-07-08T09:52:48.805Z] #39 10.80 PBCC images/pagemap.pb-c.c [2020-07-08T09:52:48.805Z] #39 10.84 DEP images/pagemap.pb-c.d [2020-07-08T09:52:48.842Z] #40 39.05 CC images/cgroup.o [2020-07-08T09:52:49.054Z] #12 DONE 2.1s [2020-07-08T09:52:49.054Z] [2020-07-08T09:52:49.054Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-07-08T09:52:49.064Z] #39 10.91 PBCC images/rlimit.pb-c.c [2020-07-08T09:52:49.064Z] #39 10.98 DEP images/rlimit.pb-c.d [2020-07-08T09:52:49.064Z] #39 11.06 PBCC images/file-lock.pb-c.c [2020-07-08T09:52:49.064Z] #39 11.07 DEP images/file-lock.pb-c.d [2020-07-08T09:52:49.324Z] #39 11.13 PBCC images/tty.pb-c.c [2020-07-08T09:52:49.324Z] #39 11.17 DEP images/tty.pb-c.d [2020-07-08T09:52:49.324Z] #39 11.28 PBCC images/tun.pb-c.c [2020-07-08T09:52:49.324Z] #39 11.38 PBCC images/netdev.pb-c.c [2020-07-08T09:52:49.339Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2020-07-08T09:52:49.383Z] #39 ... [2020-07-08T09:52:49.383Z] [2020-07-08T09:52:49.383Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:49.383Z] #30 77.34 github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:52:49.383Z] #30 DONE 82.7s [2020-07-08T09:52:49.383Z] [2020-07-08T09:52:49.383Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:49.383Z] #47 80.02 github.com/pkg/diff [2020-07-08T09:52:49.383Z] #47 81.34 go/ast [2020-07-08T09:52:49.383Z] #47 82.79 golang.org/x/crypto/ssh/terminal [2020-07-08T09:52:49.434Z] Commit message: "Merge commit 'c833222d54c00d64a0fc44c561a5973ecd414053' into HEAD" [2020-07-08T09:52:49.491Z] #40 ... [2020-07-08T09:52:49.491Z] [2020-07-08T09:52:49.491Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:49.491Z] #42 98.64 text/template/parse [2020-07-08T09:52:49.491Z] #42 100.1 encoding/json [2020-07-08T09:52:49.491Z] #42 108.1 text/template [2020-07-08T09:52:49.550Z] First time build. Skipping changelog. [2020-07-08T09:52:49.584Z] #39 11.46 DEP images/tun.pb-c.d [2020-07-08T09:52:49.584Z] #39 11.56 DEP images/netdev.pb-c.d [2020-07-08T09:52:49.584Z] #39 11.66 PBCC images/vma.pb-c.c [2020-07-08T09:52:49.792Z] #42 ... [2020-07-08T09:52:49.792Z] [2020-07-08T09:52:49.792Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:49.792Z] #40 40.00 CC images/userns.o [2020-07-08T09:52:49.845Z] #39 11.74 DEP images/vma.pb-c.d [2020-07-08T09:52:49.845Z] #39 11.77 PBCC images/creds.pb-c.c [2020-07-08T09:52:49.845Z] #39 11.81 DEP images/creds.pb-c.d [2020-07-08T09:52:49.845Z] #39 11.85 PBCC images/utsns.pb-c.c [2020-07-08T09:52:49.845Z] #39 11.89 DEP images/utsns.pb-c.d [2020-07-08T09:52:50.092Z] #40 40.21 CC images/google/protobuf/descriptor.o [2020-07-08T09:52:50.104Z] #39 ... [2020-07-08T09:52:50.104Z] [2020-07-08T09:52:50.104Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:50.104Z] #30 77.26 log [2020-07-08T09:52:50.104Z] #30 79.60 github.com/BurntSushi/toml/cmd/tomlv [2020-07-08T09:52:50.104Z] #30 DONE 84.6s [2020-07-08T09:52:50.104Z] [2020-07-08T09:52:50.104Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:50.104Z] #39 11.94 PBCC images/ipc-desc.pb-c.c [2020-07-08T09:52:50.104Z] #39 ... [2020-07-08T09:52:50.104Z] [2020-07-08T09:52:50.104Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:50.104Z] #41 77.24 regexp [2020-07-08T09:52:50.104Z] #41 79.09 go/token [2020-07-08T09:52:50.104Z] #41 80.09 go/scanner [2020-07-08T09:52:50.104Z] #41 81.02 internal/lazyregexp [2020-07-08T09:52:50.104Z] #41 81.33 net/url [2020-07-08T09:52:50.104Z] #41 81.80 go/ast [2020-07-08T09:52:50.104Z] #41 83.63 text/template/parse [2020-07-08T09:52:50.104Z] #41 ... [2020-07-08T09:52:50.104Z] [2020-07-08T09:52:50.104Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:50.104Z] #39 12.06 PBCC images/ipc-sem.pb-c.c [2020-07-08T09:52:50.104Z] #39 12.13 DEP images/ipc-desc.pb-c.d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-07-08T09:52:50.363Z] #39 12.35 DEP images/ipc-sem.pb-c.d [2020-07-08T09:52:50.622Z] #39 12.43 PBCC images/ipc-msg.pb-c.c [2020-07-08T09:52:50.622Z] #39 12.52 DEP images/ipc-msg.pb-c.d [2020-07-08T09:52:50.882Z] #39 12.62 PBCC images/ipc-shm.pb-c.c [2020-07-08T09:52:50.882Z] #39 12.66 DEP images/ipc-shm.pb-c.d [2020-07-08T09:52:50.882Z] #39 12.76 PBCC images/ipc-var.pb-c.c [2020-07-08T09:52:50.882Z] #39 12.83 DEP images/ipc-var.pb-c.d [2020-07-08T09:52:50.882Z] #39 12.94 PBCC images/sk-opts.pb-c.c [2020-07-08T09:52:50.982Z] #13 1.659 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-07-08T09:52:50.982Z] #13 DONE 1.8s [2020-07-08T09:52:50.982Z] [2020-07-08T09:52:50.982Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:52:51.141Z] #39 13.01 PBCC images/packet-sock.pb-c.c [2020-07-08T09:52:51.141Z] #39 13.06 DEP images/sk-opts.pb-c.d [2020-07-08T09:52:51.246Z] #14 ... [2020-07-08T09:52:51.246Z] [2020-07-08T09:52:51.246Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:51.246Z] #41 85.71 vendor/golang.org/x/net/http/httpproxy [2020-07-08T09:52:51.246Z] #41 85.72 net/textproto [2020-07-08T09:52:51.246Z] #41 85.73 crypto/x509 [2020-07-08T09:52:51.246Z] #41 86.64 vendor/golang.org/x/net/http/httpguts [2020-07-08T09:52:51.246Z] #41 86.64 mime/multipart [2020-07-08T09:52:51.246Z] #41 88.16 crypto/tls [2020-07-08T09:52:51.246Z] #41 93.10 net/http/httptrace [2020-07-08T09:52:51.246Z] #41 93.36 net/http [2020-07-08T09:52:51.246Z] #41 ... [2020-07-08T09:52:51.246Z] [2020-07-08T09:52:51.246Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:51.246Z] #39 36.06 CC images/rpc.o [2020-07-08T09:52:51.246Z] #39 37.08 CC images/ext-file.o [2020-07-08T09:52:51.246Z] #39 37.36 CC images/cgroup.o [2020-07-08T09:52:51.246Z] #39 38.09 CC images/userns.o [2020-07-08T09:52:51.246Z] #39 38.45 CC images/google/protobuf/descriptor.o [2020-07-08T09:52:51.246Z] #39 40.26 CC images/opts.o [2020-07-08T09:52:51.246Z] #39 40.37 CC images/seccomp.o [2020-07-08T09:52:51.246Z] #39 40.83 CC images/binfmt-misc.o [2020-07-08T09:52:51.246Z] #39 41.05 CC images/time.o [2020-07-08T09:52:51.246Z] #39 41.29 CC images/sysctl.o [2020-07-08T09:52:51.246Z] #39 41.55 CC images/autofs.o [2020-07-08T09:52:51.246Z] #39 41.83 CC images/macvlan.o [2020-07-08T09:52:51.246Z] #39 42.08 CC images/sit.o [2020-07-08T09:52:51.246Z] #39 42.37 CC images/memfd.o [2020-07-08T09:52:51.387Z] #47 84.74 mvdan.cc/editorconfig [2020-07-08T09:52:51.403Z] #39 13.22 DEP images/packet-sock.pb-c.d [2020-07-08T09:52:51.403Z] #39 13.23 PBCC images/sk-netlink.pb-c.c [2020-07-08T09:52:51.403Z] #39 13.27 DEP images/sk-netlink.pb-c.d [2020-07-08T09:52:51.403Z] #39 13.29 PBCC images/sk-inet.pb-c.c [2020-07-08T09:52:51.403Z] #39 13.33 DEP images/sk-inet.pb-c.d [2020-07-08T09:52:51.403Z] #39 13.36 PBCC images/sk-unix.pb-c.c [2020-07-08T09:52:51.403Z] #39 13.41 DEP images/sk-unix.pb-c.d [2020-07-08T09:52:51.403Z] #39 13.46 PBCC images/mm.pb-c.c [2020-07-08T09:52:51.509Z] #39 42.67 CC images/timens.o [2020-07-08T09:52:51.662Z] #39 13.53 DEP images/mm.pb-c.d [2020-07-08T09:52:51.662Z] #39 13.56 PBCC images/timerfd.pb-c.c [2020-07-08T09:52:51.662Z] #39 13.59 DEP images/timerfd.pb-c.d [2020-07-08T09:52:51.662Z] #39 13.63 PBCC images/timer.pb-c.c [2020-07-08T09:52:51.662Z] #39 13.65 DEP images/timer.pb-c.d [2020-07-08T09:52:51.662Z] #39 13.72 PBCC images/sa.pb-c.c [2020-07-08T09:52:51.924Z] #39 13.80 DEP images/sa.pb-c.d [2020-07-08T09:52:51.924Z] #39 13.86 PBCC images/pipe-data.pb-c.c [2020-07-08T09:52:51.924Z] #39 13.87 DEP images/pipe-data.pb-c.d [2020-07-08T09:52:51.924Z] #39 13.90 PBCC images/mnt.pb-c.c [2020-07-08T09:52:51.924Z] #39 13.95 DEP images/mnt.pb-c.d [2020-07-08T09:52:51.924Z] #39 13.98 PBCC images/sk-packet.pb-c.c [2020-07-08T09:52:52.085Z] #39 42.99 LINK images/built-in.o [2020-07-08T09:52:52.085Z] #39 43.13 GEN compel/include/asm [2020-07-08T09:52:52.085Z] #39 43.18 GEN compel/include/version.h [2020-07-08T09:52:52.085Z] #39 43.21 touch .config [2020-07-08T09:52:52.085Z] #39 43.29 GEN include/common/config.h [2020-07-08T09:52:52.184Z] #39 14.01 DEP images/sk-packet.pb-c.d [2020-07-08T09:52:52.185Z] #39 14.07 PBCC images/tcp-stream.pb-c.c [2020-07-08T09:52:52.185Z] #39 14.12 DEP images/tcp-stream.pb-c.d [2020-07-08T09:52:52.185Z] #39 14.17 PBCC images/pipe.pb-c.c [2020-07-08T09:52:52.185Z] #39 14.21 DEP images/pipe.pb-c.d [2020-07-08T09:52:52.185Z] #39 14.26 PBCC images/pstree.pb-c.c [2020-07-08T09:52:52.341Z] #47 ... [2020-07-08T09:52:52.341Z] [2020-07-08T09:52:52.341Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:52.341Z] #39 6.215 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:52:52.341Z] #39 6.400 GEN .gitid [2020-07-08T09:52:52.341Z] #39 6.470 GEN criu/include/version.h [2020-07-08T09:52:52.341Z] #39 6.548 GEN include/common/asm [2020-07-08T09:52:52.341Z] #39 8.123 PBCC images/timens.pb-c.c [2020-07-08T09:52:52.341Z] #39 8.158 DEP images/timens.pb-c.d [2020-07-08T09:52:52.341Z] #39 8.208 PBCC images/fown.pb-c.c [2020-07-08T09:52:52.341Z] #39 8.244 PBCC images/google/protobuf/descriptor.pb-c.c [2020-07-08T09:52:52.341Z] #39 8.401 PBCC images/opts.pb-c.c [2020-07-08T09:52:52.341Z] #39 8.452 PBCC images/memfd.pb-c.c [2020-07-08T09:52:52.348Z] #39 43.42 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-07-08T09:52:52.348Z] #39 43.43 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-07-08T09:52:52.348Z] #39 43.50 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-07-08T09:52:52.348Z] #39 43.52 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-07-08T09:52:52.348Z] #39 ... [2020-07-08T09:52:52.348Z] [2020-07-08T09:52:52.348Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:52.348Z] #49 7.816 + cd /tmp/tmp.JueuDmJb2c/src/github.com/opencontainers/runc [2020-07-08T09:52:52.348Z] #49 7.816 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:52:52.444Z] #39 14.28 DEP images/pstree.pb-c.d [2020-07-08T09:52:52.444Z] #39 14.32 PBCC images/fs.pb-c.c [2020-07-08T09:52:52.444Z] #39 14.39 DEP images/fs.pb-c.d [2020-07-08T09:52:52.444Z] #39 14.44 PBCC images/signalfd.pb-c.c [2020-07-08T09:52:52.444Z] #39 14.48 DEP images/signalfd.pb-c.d [2020-07-08T09:52:52.598Z] #39 8.466 DEP images/fown.pb-c.d [2020-07-08T09:52:52.598Z] #39 8.482 DEP images/google/protobuf/descriptor.pb-c.d [2020-07-08T09:52:52.598Z] #39 8.508 DEP images/opts.pb-c.d [2020-07-08T09:52:52.598Z] #39 8.548 DEP images/memfd.pb-c.d [2020-07-08T09:52:52.599Z] #39 8.608 PBCC images/sit.pb-c.c [2020-07-08T09:52:52.606Z] + docker version [2020-07-08T09:52:52.614Z] #49 8.086 + '[' -z '' ']' [2020-07-08T09:52:52.614Z] #49 8.086 + target=static [2020-07-08T09:52:52.614Z] #49 8.087 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-07-08T09:52:49.470Z] > git rev-list --no-walk 63635cced14403024e1cb8d4097035cfc359932f # timeout=10 [2020-07-08T09:52:52.702Z] #39 14.54 PBCC images/fh.pb-c.c [2020-07-08T09:52:52.702Z] #39 14.65 PBCC images/fsnotify.pb-c.c [2020-07-08T09:52:52.702Z] #39 14.70 DEP images/fh.pb-c.d [2020-07-08T09:52:52.703Z] #39 14.76 DEP images/fsnotify.pb-c.d [2020-07-08T09:52:52.856Z] #39 8.696 DEP images/sit.pb-c.d [2020-07-08T09:52:52.856Z] #39 8.728 PBCC images/macvlan.pb-c.c [2020-07-08T09:52:52.856Z] #39 8.762 DEP images/macvlan.pb-c.d [2020-07-08T09:52:52.856Z] #39 8.809 PBCC images/autofs.pb-c.c [2020-07-08T09:52:52.856Z] #39 8.871 DEP images/autofs.pb-c.d [2020-07-08T09:52:52.856Z] #39 8.909 PBCC images/sysctl.pb-c.c [2020-07-08T09:52:52.856Z] #39 8.940 DEP images/sysctl.pb-c.d [2020-07-08T09:52:52.856Z] #39 8.988 PBCC images/time.pb-c.c [2020-07-08T09:52:52.925Z] #40 42.66 CC images/opts.o [2020-07-08T09:52:52.925Z] #40 42.88 CC images/seccomp.o [2020-07-08T09:52:52.925Z] #40 43.14 CC images/binfmt-misc.o [2020-07-08T09:52:52.961Z] #39 14.82 PBCC images/eventpoll.pb-c.c [2020-07-08T09:52:52.961Z] #39 14.84 DEP images/eventpoll.pb-c.d [2020-07-08T09:52:52.961Z] #39 14.90 PBCC images/eventfd.pb-c.c [2020-07-08T09:52:52.961Z] #39 14.94 DEP images/eventfd.pb-c.d [2020-07-08T09:52:52.961Z] #39 14.97 PBCC images/remap-file-path.pb-c.c [2020-07-08T09:52:52.961Z] #39 15.00 DEP images/remap-file-path.pb-c.d [2020-07-08T09:52:52.961Z] #39 15.05 PBCC images/fifo.pb-c.c [2020-07-08T09:52:53.113Z] #39 9.020 DEP images/time.pb-c.d [2020-07-08T09:52:53.113Z] #39 9.084 PBCC images/binfmt-misc.pb-c.c [2020-07-08T09:52:53.113Z] #39 9.120 DEP images/binfmt-misc.pb-c.d [2020-07-08T09:52:53.113Z] #39 9.177 PBCC images/seccomp.pb-c.c [2020-07-08T09:52:53.113Z] #39 9.201 DEP images/seccomp.pb-c.d [2020-07-08T09:52:53.113Z] #39 9.267 PBCC images/userns.pb-c.c [2020-07-08T09:52:53.192Z] #49 ... [2020-07-08T09:52:53.192Z] [2020-07-08T09:52:53.192Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:52:53.192Z] #14 DONE 1.9s [2020-07-08T09:52:53.192Z] [2020-07-08T09:52:53.192Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:53.192Z] #39 43.54 DEP compel/plugins/std/infect.d [2020-07-08T09:52:53.192Z] #39 43.65 DEP compel/plugins/std/string.d [2020-07-08T09:52:53.192Z] #39 43.83 DEP compel/plugins/std/log.d [2020-07-08T09:52:53.192Z] #39 43.93 DEP compel/plugins/std/fds.d [2020-07-08T09:52:53.192Z] #39 44.03 DEP compel/plugins/std/std.d [2020-07-08T09:52:53.192Z] #39 44.12 DEP compel/plugins/shmem/shmem.d [2020-07-08T09:52:53.192Z] #39 44.27 DEP compel/plugins/fds/fds.d [2020-07-08T09:52:53.220Z] #39 15.09 DEP images/fifo.pb-c.d [2020-07-08T09:52:53.220Z] #39 15.13 PBCC images/ghost-file.pb-c.c [2020-07-08T09:52:53.220Z] #39 15.21 DEP images/ghost-file.pb-c.d [2020-07-08T09:52:53.228Z] #40 43.31 CC images/time.o [2020-07-08T09:52:53.228Z] #40 43.54 CC images/sysctl.o [2020-07-08T09:52:53.371Z] #39 9.277 DEP images/userns.pb-c.d [2020-07-08T09:52:53.371Z] #39 9.325 PBCC images/cgroup.pb-c.c [2020-07-08T09:52:53.371Z] #39 9.379 DEP images/cgroup.pb-c.d [2020-07-08T09:52:53.371Z] #39 9.422 PBCC images/ext-file.pb-c.c [2020-07-08T09:52:53.371Z] #39 9.468 DEP images/ext-file.pb-c.d [2020-07-08T09:52:53.456Z] #39 44.47 CC compel/plugins/std/std.o [2020-07-08T09:52:53.480Z] #39 15.27 PBCC images/regfile.pb-c.c [2020-07-08T09:52:53.480Z] #39 15.30 DEP images/regfile.pb-c.d [2020-07-08T09:52:53.480Z] #39 15.38 PBCC images/ns.pb-c.c [2020-07-08T09:52:53.480Z] #39 15.41 DEP images/ns.pb-c.d [2020-07-08T09:52:53.480Z] #39 15.46 PBCC images/fdinfo.pb-c.c [2020-07-08T09:52:53.528Z] #40 43.70 CC images/autofs.o [2020-07-08T09:52:53.528Z] #40 43.95 CC images/macvlan.o [2020-07-08T09:52:53.628Z] #39 9.509 PBCC images/rpc.pb-c.c [2020-07-08T09:52:53.628Z] #39 9.579 DEP images/rpc.pb-c.d [2020-07-08T09:52:53.628Z] #39 9.609 PBCC images/siginfo.pb-c.c [2020-07-08T09:52:53.628Z] #39 9.626 DEP images/siginfo.pb-c.d [2020-07-08T09:52:53.628Z] #39 9.673 PBCC images/pagemap.pb-c.c [2020-07-08T09:52:53.719Z] #39 44.88 CC compel/plugins/std/fds.o [2020-07-08T09:52:53.739Z] #39 15.54 DEP images/fdinfo.pb-c.d [2020-07-08T09:52:53.739Z] #39 15.63 PBCC images/core-aarch64.pb-c.c [2020-07-08T09:52:53.739Z] #39 15.71 PBCC images/core-arm.pb-c.c [2020-07-08T09:52:53.739Z] #39 15.77 PBCC images/core-ppc64.pb-c.c [2020-07-08T09:52:53.739Z] #39 ... [2020-07-08T09:52:53.739Z] [2020-07-08T09:52:53.739Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:52:53.739Z] #47 78.26 encoding/json [2020-07-08T09:52:53.739Z] #47 83.99 github.com/pkg/diff [2020-07-08T09:52:53.739Z] #47 84.73 go/ast [2020-07-08T09:52:53.739Z] #47 85.89 golang.org/x/crypto/ssh/terminal [2020-07-08T09:52:53.739Z] #47 87.32 mvdan.cc/editorconfig [2020-07-08T09:52:53.828Z] #40 44.13 CC images/sit.o [2020-07-08T09:52:53.885Z] #39 9.758 DEP images/pagemap.pb-c.d [2020-07-08T09:52:53.885Z] #39 9.844 PBCC images/rlimit.pb-c.c [2020-07-08T09:52:53.885Z] #39 9.875 DEP images/rlimit.pb-c.d [2020-07-08T09:52:53.885Z] #39 9.922 PBCC images/file-lock.pb-c.c [2020-07-08T09:52:53.885Z] #39 9.956 DEP images/file-lock.pb-c.d [2020-07-08T09:52:53.998Z] #47 ... [2020-07-08T09:52:53.998Z] [2020-07-08T09:52:53.998Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:52:54.128Z] #40 44.33 CC images/memfd.o [2020-07-08T09:52:54.143Z] #39 10.02 PBCC images/tty.pb-c.c [2020-07-08T09:52:54.143Z] #39 10.07 DEP images/tty.pb-c.d [2020-07-08T09:52:54.143Z] #39 10.16 PBCC images/tun.pb-c.c [2020-07-08T09:52:54.143Z] #39 10.21 PBCC images/netdev.pb-c.c [2020-07-08T09:52:54.143Z] #39 10.23 DEP images/tun.pb-c.d [2020-07-08T09:52:54.143Z] #39 10.27 DEP images/netdev.pb-c.d [2020-07-08T09:52:54.143Z] #39 10.31 PBCC images/vma.pb-c.c [2020-07-08T09:52:54.257Z] #52 39.77 Checking out files: 68% (2182/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. [2020-07-08T09:52:54.258Z] #52 40.75 + cd /tmp/tmp.P0xcKIpvyM/src/github.com/containerd/containerd [2020-07-08T09:52:54.258Z] #52 40.75 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:52:54.297Z] #39 45.36 CC compel/plugins/std/log.o [2020-07-08T09:52:54.401Z] #39 10.36 DEP images/vma.pb-c.d [2020-07-08T09:52:54.401Z] #39 10.39 PBCC images/creds.pb-c.c [2020-07-08T09:52:54.401Z] #39 10.41 DEP images/creds.pb-c.d [2020-07-08T09:52:54.401Z] #39 10.45 PBCC images/utsns.pb-c.c [2020-07-08T09:52:54.401Z] #39 10.48 DEP images/utsns.pb-c.d [2020-07-08T09:52:54.401Z] #39 10.54 PBCC images/ipc-desc.pb-c.c [2020-07-08T09:52:54.429Z] #40 44.62 CC images/timens.o [2020-07-08T09:52:54.429Z] #40 44.85 LINK images/built-in.o [2020-07-08T09:52:54.661Z] #39 10.58 PBCC images/ipc-sem.pb-c.c [2020-07-08T09:52:54.661Z] #39 10.63 DEP images/ipc-desc.pb-c.d [2020-07-08T09:52:54.661Z] #39 10.70 DEP images/ipc-sem.pb-c.d [2020-07-08T09:52:54.661Z] #39 10.78 PBCC images/ipc-msg.pb-c.c [2020-07-08T09:52:54.661Z] #39 10.81 DEP images/ipc-msg.pb-c.d [2020-07-08T09:52:54.728Z] #40 45.02 GEN compel/include/asm [2020-07-08T09:52:54.728Z] #40 45.06 GEN compel/include/version.h [2020-07-08T09:52:54.728Z] #40 45.09 touch .config [2020-07-08T09:52:54.875Z] #39 46.13 CC compel/plugins/std/string.o [2020-07-08T09:52:54.919Z] #39 10.89 PBCC images/ipc-shm.pb-c.c [2020-07-08T09:52:54.919Z] #39 10.91 DEP images/ipc-shm.pb-c.d [2020-07-08T09:52:54.919Z] #39 10.96 PBCC images/ipc-var.pb-c.c [2020-07-08T09:52:54.919Z] #39 10.97 DEP images/ipc-var.pb-c.d [2020-07-08T09:52:54.919Z] #39 11.03 PBCC images/sk-opts.pb-c.c [2020-07-08T09:52:54.919Z] #39 11.08 PBCC images/packet-sock.pb-c.c [2020-07-08T09:52:55.030Z] #40 45.13 GEN include/common/config.h [2020-07-08T09:52:55.031Z] #40 45.35 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-07-08T09:52:55.031Z] #40 45.39 GEN compel/plugins/include/uapi/std/syscall.h [2020-07-08T09:52:55.031Z] #40 45.42 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-07-08T09:52:55.031Z] #40 45.46 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-07-08T09:52:55.142Z] #39 ... [2020-07-08T09:52:55.142Z] [2020-07-08T09:52:55.142Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-07-08T09:52:55.142Z] #15 DONE 2.1s [2020-07-08T09:52:55.177Z] #39 11.15 DEP images/sk-opts.pb-c.d [2020-07-08T09:52:55.177Z] #39 11.20 DEP images/packet-sock.pb-c.d [2020-07-08T09:52:55.177Z] #39 11.31 PBCC images/sk-netlink.pb-c.c [2020-07-08T09:52:55.331Z] #40 45.50 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-07-08T09:52:55.331Z] #40 45.53 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-07-08T09:52:55.331Z] #40 45.61 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-07-08T09:52:55.331Z] #40 45.65 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-07-08T09:52:55.331Z] #40 45.66 DEP compel/plugins/std/infect.d [2020-07-08T09:52:55.421Z] [2020-07-08T09:52:55.421Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-07-08T09:52:55.435Z] #39 11.38 DEP images/sk-netlink.pb-c.d [2020-07-08T09:52:55.435Z] #39 11.47 PBCC images/sk-inet.pb-c.c [2020-07-08T09:52:55.435Z] #39 11.56 DEP images/sk-inet.pb-c.d [2020-07-08T09:52:55.435Z] #39 11.59 PBCC images/sk-unix.pb-c.c [2020-07-08T09:52:55.631Z] #40 45.85 DEP compel/plugins/std/string.d [2020-07-08T09:52:55.631Z] #40 ... [2020-07-08T09:52:55.631Z] [2020-07-08T09:52:55.631Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:52:55.631Z] #11 112.7 Selecting previously unselected package libapparmor1:ppc64el. [2020-07-08T09:52:55.631Z] #11 112.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 112.8 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-07-08T09:52:55.631Z] #11 112.9 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-07-08T09:52:55.631Z] #11 112.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 112.9 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-07-08T09:52:55.631Z] #11 113.1 Selecting previously unselected package libbtrfs0. [2020-07-08T09:52:55.631Z] #11 113.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 113.1 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:55.631Z] #11 113.1 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:52:55.631Z] #11 113.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 113.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:55.631Z] #11 113.3 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-07-08T09:52:55.631Z] #11 113.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 113.3 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-07-08T09:52:55.631Z] #11 113.4 Selecting previously unselected package libudev-dev:ppc64el. [2020-07-08T09:52:55.631Z] #11 113.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 113.5 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-07-08T09:52:55.631Z] #11 113.6 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-07-08T09:52:55.631Z] #11 113.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 113.6 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-07-08T09:52:55.631Z] #11 114.0 Selecting previously unselected package libpcre16-3:ppc64el. [2020-07-08T09:52:55.631Z] #11 114.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 114.0 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-07-08T09:52:55.631Z] #11 114.2 Selecting previously unselected package libpcre32-3:ppc64el. [2020-07-08T09:52:55.631Z] #11 114.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 114.2 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-07-08T09:52:55.631Z] #11 114.4 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-07-08T09:52:55.631Z] #11 114.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 114.4 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-07-08T09:52:55.631Z] #11 114.5 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-07-08T09:52:55.631Z] #11 114.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-07-08T09:52:55.631Z] #11 114.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-07-08T09:52:55.693Z] #39 11.64 DEP images/sk-unix.pb-c.d [2020-07-08T09:52:55.693Z] #39 11.74 PBCC images/mm.pb-c.c [2020-07-08T09:52:55.693Z] #39 11.78 DEP images/mm.pb-c.d [2020-07-08T09:52:55.693Z] #39 11.82 PBCC images/timerfd.pb-c.c [2020-07-08T09:52:55.693Z] #39 11.86 DEP images/timerfd.pb-c.d [2020-07-08T09:52:55.930Z] #11 115.0 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-07-08T09:52:55.930Z] #11 115.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-07-08T09:52:55.930Z] #11 115.0 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-07-08T09:52:55.930Z] #11 115.3 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-07-08T09:52:55.930Z] #11 115.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-07-08T09:52:55.930Z] #11 115.3 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-07-08T09:52:55.951Z] #39 11.93 PBCC images/timer.pb-c.c [2020-07-08T09:52:55.951Z] #39 11.94 DEP images/timer.pb-c.d [2020-07-08T09:52:55.951Z] #39 12.00 PBCC images/sa.pb-c.c [2020-07-08T09:52:55.951Z] #39 12.06 DEP images/sa.pb-c.d [2020-07-08T09:52:55.951Z] #39 12.11 PBCC images/pipe-data.pb-c.c [2020-07-08T09:52:56.173Z] #52 42.55 + export 'BUILDTAGS=netgo osusergo static_build' [2020-07-08T09:52:56.173Z] #52 42.55 + BUILDTAGS='netgo osusergo static_build' [2020-07-08T09:52:56.173Z] #52 42.55 + export EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:52:56.173Z] #52 42.55 + EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:52:56.173Z] #52 42.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-07-08T09:52:56.173Z] #52 42.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-07-08T09:52:56.173Z] #52 42.55 + '[' '' = dynamic ']' [2020-07-08T09:52:56.173Z] #52 42.55 + make [2020-07-08T09:52:56.208Z] #39 12.14 DEP images/pipe-data.pb-c.d [2020-07-08T09:52:56.208Z] #39 12.19 PBCC images/mnt.pb-c.c [2020-07-08T09:52:56.232Z] #11 115.4 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-07-08T09:52:56.232Z] #11 115.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-07-08T09:52:56.232Z] #11 115.4 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-07-08T09:52:56.232Z] #11 115.5 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-07-08T09:52:56.232Z] #11 115.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-07-08T09:52:56.469Z] #39 12.26 DEP images/mnt.pb-c.d [2020-07-08T09:52:56.469Z] #39 12.32 PBCC images/sk-packet.pb-c.c [2020-07-08T09:52:56.469Z] #39 12.33 DEP images/sk-packet.pb-c.d [2020-07-08T09:52:56.469Z] #39 12.40 PBCC images/tcp-stream.pb-c.c [2020-07-08T09:52:56.469Z] #39 12.42 DEP images/tcp-stream.pb-c.d [2020-07-08T09:52:56.469Z] #39 12.50 PBCC images/pipe.pb-c.c [2020-07-08T09:52:56.469Z] #39 12.56 DEP images/pipe.pb-c.d [2020-07-08T09:52:56.469Z] #39 12.60 PBCC images/pstree.pb-c.c [2020-07-08T09:52:56.469Z] #39 12.63 DEP images/pstree.pb-c.d [2020-07-08T09:52:56.537Z] #11 115.6 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-07-08T09:52:56.727Z] #39 12.67 PBCC images/fs.pb-c.c [2020-07-08T09:52:56.727Z] #39 12.70 DEP images/fs.pb-c.d [2020-07-08T09:52:56.727Z] #39 12.76 PBCC images/signalfd.pb-c.c [2020-07-08T09:52:56.727Z] #39 12.79 DEP images/signalfd.pb-c.d [2020-07-08T09:52:56.727Z] #39 12.86 PBCC images/fh.pb-c.c [2020-07-08T09:52:56.837Z] #11 116.0 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-07-08T09:52:56.837Z] #11 116.0 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-07-08T09:52:56.837Z] #11 116.0 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-07-08T09:52:56.837Z] #11 116.1 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-07-08T09:52:56.986Z] #39 12.93 PBCC images/fsnotify.pb-c.c [2020-07-08T09:52:56.986Z] #39 12.99 DEP images/fh.pb-c.d [2020-07-08T09:52:56.986Z] #39 13.04 DEP images/fsnotify.pb-c.d [2020-07-08T09:52:56.986Z] #39 13.13 PBCC images/eventpoll.pb-c.c [2020-07-08T09:52:57.139Z] #11 116.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up mingw-w64-common (6.0.0-3) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-07-08T09:52:57.139Z] #11 116.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:57.139Z] #11 116.3 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-07-08T09:52:57.139Z] #11 116.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-07-08T09:52:57.139Z] #11 116.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:52:57.139Z] #11 116.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-07-08T09:52:57.139Z] #11 116.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-07-08T09:52:57.139Z] #11 116.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:52:57.139Z] #11 116.3 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-07-08T09:52:57.139Z] #11 116.3 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-07-08T09:52:57.139Z] #11 116.4 Setting up dmsetup (2:1.02.155-3) ... [2020-07-08T09:52:57.139Z] #11 116.4 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-07-08T09:52:57.139Z] #11 116.4 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-07-08T09:52:57.139Z] #11 116.4 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:52:57.145Z] #52 43.61 + bin/ctr [2020-07-08T09:52:57.249Z] #39 13.14 DEP images/eventpoll.pb-c.d [2020-07-08T09:52:57.249Z] #39 13.22 PBCC images/eventfd.pb-c.c [2020-07-08T09:52:57.249Z] #39 13.26 DEP images/eventfd.pb-c.d [2020-07-08T09:52:57.249Z] #39 13.30 PBCC images/remap-file-path.pb-c.c [2020-07-08T09:52:57.249Z] #39 13.31 DEP images/remap-file-path.pb-c.d [2020-07-08T09:52:57.249Z] #39 13.38 PBCC images/fifo.pb-c.c [2020-07-08T09:52:57.349Z] #16 DONE 2.1s [2020-07-08T09:52:57.349Z] [2020-07-08T09:52:57.349Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:52:57.349Z] #39 47.00 CC compel/plugins/std/infect.o [2020-07-08T09:52:57.349Z] #39 47.40 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-07-08T09:52:57.349Z] #39 47.43 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-07-08T09:52:57.349Z] #39 47.46 AR compel/plugins/std.lib.a [2020-07-08T09:52:57.349Z] #39 47.50 CC compel/plugins/fds/fds.o [2020-07-08T09:52:57.349Z] #39 47.64 AR compel/plugins/fds.lib.a [2020-07-08T09:52:57.349Z] #39 47.74 HOSTDEP compel/src/lib/log-host.d [2020-07-08T09:52:57.349Z] #39 47.94 HOSTDEP compel/src/lib/handle-elf-host.d [2020-07-08T09:52:57.349Z] #39 48.07 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-07-08T09:52:57.349Z] #39 48.19 HOSTDEP compel/src/main-host.d [2020-07-08T09:52:57.349Z] #39 48.39 DEP compel/src/lib/ptrace.d [2020-07-08T09:52:57.349Z] #39 48.52 DEP compel/src/lib/infect.d [2020-07-08T09:52:57.442Z] #11 DONE 116.8s [2020-07-08T09:52:57.442Z] [2020-07-08T09:52:57.442Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:57.507Z] #39 13.40 DEP images/fifo.pb-c.d [2020-07-08T09:52:57.508Z] #39 13.46 PBCC images/ghost-file.pb-c.c [2020-07-08T09:52:57.508Z] #39 13.53 DEP images/ghost-file.pb-c.d [2020-07-08T09:52:57.508Z] #39 13.60 PBCC images/regfile.pb-c.c [2020-07-08T09:52:57.508Z] #39 13.63 DEP images/regfile.pb-c.d [2020-07-08T09:52:57.616Z] #39 48.64 DEP compel/src/lib/infect-util.d [2020-07-08T09:52:57.616Z] #39 48.78 DEP compel/src/lib/infect-rpc.d [2020-07-08T09:52:57.616Z] #39 48.90 DEP compel/arch/aarch64/src/lib/infect.d [2020-07-08T09:52:57.765Z] #39 13.71 PBCC images/ns.pb-c.c [2020-07-08T09:52:57.765Z] #39 13.73 DEP images/ns.pb-c.d [2020-07-08T09:52:57.765Z] #39 13.79 PBCC images/fdinfo.pb-c.c [2020-07-08T09:52:57.765Z] #39 13.91 DEP images/fdinfo.pb-c.d [2020-07-08T09:52:57.886Z] #39 49.04 DEP compel/arch/aarch64/src/lib/cpu.d [2020-07-08T09:52:57.886Z] #39 49.09 DEP compel/src/lib/log.d [2020-07-08T09:52:58.023Z] #39 14.00 PBCC images/core-aarch64.pb-c.c [2020-07-08T09:52:58.023Z] #39 14.03 PBCC images/core-arm.pb-c.c [2020-07-08T09:52:58.023Z] #39 14.08 PBCC images/core-ppc64.pb-c.c [2020-07-08T09:52:58.023Z] #39 14.13 PBCC images/core-s390.pb-c.c [2020-07-08T09:52:58.091Z] #50 0.425 + RM_GOPATH=0 [2020-07-08T09:52:58.091Z] #50 0.426 + TMP_GOPATH= [2020-07-08T09:52:58.091Z] #50 0.426 + : /build [2020-07-08T09:52:58.091Z] #50 0.426 + '[' -z '' ']' [2020-07-08T09:52:58.091Z] #50 0.427 ++ mktemp -d [2020-07-08T09:52:58.091Z] #50 0.428 + export GOPATH=/tmp/tmp.1UFLkZXPFi [2020-07-08T09:52:58.091Z] #50 0.433 + GOPATH=/tmp/tmp.1UFLkZXPFi [2020-07-08T09:52:58.091Z] #50 0.434 + RM_GOPATH=1 [2020-07-08T09:52:58.091Z] #50 0.435 + case "$(go env GOARCH)" in [2020-07-08T09:52:58.091Z] #50 0.437 ++ go env GOARCH [2020-07-08T09:52:58.091Z] #50 0.448 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:58.091Z] #50 0.462 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:52:58.091Z] #50 0.463 ++ dirname /tmp/install/install.sh [2020-07-08T09:52:58.091Z] #50 0.465 + dir=/tmp/install [2020-07-08T09:52:58.091Z] #50 0.466 + bin=runc [2020-07-08T09:52:58.091Z] #50 0.466 + shift [2020-07-08T09:52:58.091Z] #50 0.467 + '[' '!' -f /tmp/install/runc.installer ']' [2020-07-08T09:52:58.091Z] #50 0.467 + . /tmp/install/runc.installer [2020-07-08T09:52:58.091Z] #50 0.470 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:52:58.091Z] #50 0.471 + install_runc [2020-07-08T09:52:58.091Z] #50 0.472 + grep -q '^3\.10\.0.*\.el7\.' [2020-07-08T09:52:58.091Z] #50 0.473 + uname -r [2020-07-08T09:52:58.091Z] #50 0.477 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-07-08T09:52:58.091Z] #50 ... [2020-07-08T09:52:58.091Z] [2020-07-08T09:52:58.091Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-07-08T09:52:58.091Z] #12 DONE 0.6s [2020-07-08T09:52:58.091Z] [2020-07-08T09:52:58.091Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:52:58.091Z] #50 0.490 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-07-08T09:52:58.091Z] #50 0.490 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1UFLkZXPFi/src/github.com/opencontainers/runc [2020-07-08T09:52:58.091Z] #50 0.490 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-07-08T09:52:58.091Z] #50 0.497 Cloning into '/tmp/tmp.1UFLkZXPFi/src/github.com/opencontainers/runc'... [2020-07-08T09:52:58.223Z] #39 49.19 DEP compel/src/main.d [2020-07-08T09:52:58.223Z] #39 49.29 DEP compel/src/lib/handle-elf.d [2020-07-08T09:52:58.223Z] #39 49.40 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-07-08T09:52:58.223Z] #39 49.52 CC compel/src/lib/log.o [2020-07-08T09:52:58.281Z] #39 14.17 PBCC images/core-x86.pb-c.c [2020-07-08T09:52:58.281Z] #39 14.26 PBCC images/core.pb-c.c [2020-07-08T09:52:58.281Z] #39 14.32 PBCC images/inventory.pb-c.c [2020-07-08T09:52:58.281Z] #39 14.39 DEP images/core-aarch64.pb-c.d [2020-07-08T09:52:58.310Z] Client: Docker Engine - Enterprise [2020-07-08T09:52:58.310Z] Version: 19.03.5 [2020-07-08T09:52:58.310Z] API version: 1.40 [2020-07-08T09:52:58.310Z] Go version: go1.12.12 [2020-07-08T09:52:58.310Z] Git commit: 2ee0c57608 [2020-07-08T09:52:58.310Z] Built: 11/13/2019 08:00:16 [2020-07-08T09:52:58.310Z] OS/Arch: windows/amd64 [2020-07-08T09:52:58.310Z] Experimental: false [2020-07-08T09:52:58.310Z] [2020-07-08T09:52:58.310Z] Server: Docker Engine - Enterprise [2020-07-08T09:52:58.310Z] Engine: [2020-07-08T09:52:58.310Z] Version: 19.03.5 [2020-07-08T09:52:58.310Z] API version: 1.40 (minimum version 1.24) [2020-07-08T09:52:58.310Z] Go version: go1.12.12 [2020-07-08T09:52:58.310Z] Git commit: 2ee0c57608 [2020-07-08T09:52:58.310Z] Built: 11/13/2019 07:58:51 [2020-07-08T09:52:58.310Z] OS/Arch: windows/amd64 [2020-07-08T09:52:58.310Z] Experimental: true [2020-07-08T09:52:58.493Z] #39 49.71 CC compel/arch/aarch64/src/lib/cpu.o [2020-07-08T09:52:58.538Z] #39 14.41 DEP images/core-arm.pb-c.d [2020-07-08T09:52:58.538Z] #39 14.48 DEP images/core-ppc64.pb-c.d [2020-07-08T09:52:58.538Z] #39 14.52 DEP images/core-s390.pb-c.d [2020-07-08T09:52:58.538Z] #39 14.56 DEP images/core-x86.pb-c.d [2020-07-08T09:52:58.538Z] #39 14.60 DEP images/core.pb-c.d [2020-07-08T09:52:58.739Z] #50 ... [2020-07-08T09:52:58.739Z] [2020-07-08T09:52:58.739Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-07-08T09:52:58.739Z] #13 DONE 0.4s [2020-07-08T09:52:58.739Z] [2020-07-08T09:52:58.739Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-07-08T09:52:58.739Z] #14 0.275 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-07-08T09:52:58.739Z] #14 DONE 0.4s [2020-07-08T09:52:58.739Z] [2020-07-08T09:52:58.739Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:52:58.759Z] #39 49.90 CC compel/arch/aarch64/src/lib/infect.o [2020-07-08T09:52:58.796Z] #39 14.70 DEP images/inventory.pb-c.d [2020-07-08T09:52:58.796Z] #39 14.75 PBCC images/cpuinfo.pb-c.c [2020-07-08T09:52:58.796Z] #39 14.78 DEP images/cpuinfo.pb-c.d [2020-07-08T09:52:58.796Z] #39 14.81 PBCC images/stats.pb-c.c [2020-07-08T09:52:58.796Z] #39 14.84 DEP images/stats.pb-c.d [2020-07-08T09:52:59.334Z] #39 50.55 CC compel/src/lib/infect-rpc.o [Pipeline] sh [2020-07-08T09:52:59.389Z] #15 DONE 0.4s [2020-07-08T09:52:59.389Z] [2020-07-08T09:52:59.389Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-07-08T09:52:59.688Z] #16 DONE 0.4s [2020-07-08T09:52:59.688Z] [2020-07-08T09:52:59.688Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-07-08T09:52:59.908Z] #39 50.90 CC compel/src/lib/infect-util.o [2020-07-08T09:52:59.908Z] #39 51.16 CC compel/src/lib/infect.o [2020-07-08T09:52:59.989Z] #17 DONE 0.4s [2020-07-08T09:52:59.989Z] [2020-07-08T09:52:59.989Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:00.218Z] + docker info [2020-07-08T09:53:00.291Z] #18 ... [2020-07-08T09:53:00.291Z] [2020-07-08T09:53:00.291Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:00.291Z] #42 109.4 go/parser [2020-07-08T09:53:00.291Z] #42 113.2 encoding/xml [2020-07-08T09:53:00.291Z] #42 ... [2020-07-08T09:53:00.291Z] [2020-07-08T09:53:00.291Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:00.291Z] #40 45.95 DEP compel/plugins/std/log.d [2020-07-08T09:53:00.291Z] #40 46.09 DEP compel/plugins/std/fds.d [2020-07-08T09:53:00.291Z] #40 46.21 DEP compel/plugins/std/std.d [2020-07-08T09:53:00.291Z] #40 46.33 DEP compel/plugins/shmem/shmem.d [2020-07-08T09:53:00.291Z] #40 46.41 DEP compel/plugins/fds/fds.d [2020-07-08T09:53:00.291Z] #40 46.55 CC compel/plugins/std/std.o [2020-07-08T09:53:00.291Z] #40 46.92 CC compel/plugins/std/fds.o [2020-07-08T09:53:00.291Z] #40 47.38 CC compel/plugins/std/log.o [2020-07-08T09:53:00.291Z] #40 48.58 CC compel/plugins/std/string.o [2020-07-08T09:53:00.291Z] #40 49.28 CC compel/plugins/std/infect.o [2020-07-08T09:53:00.291Z] #40 49.63 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-07-08T09:53:00.291Z] #40 49.65 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-07-08T09:53:00.291Z] #40 49.70 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-07-08T09:53:00.291Z] #40 49.74 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-07-08T09:53:00.291Z] #40 49.81 AR compel/plugins/std.lib.a [2020-07-08T09:53:00.291Z] #40 49.90 CC compel/plugins/fds/fds.o [2020-07-08T09:53:00.291Z] #40 50.37 AR compel/plugins/fds.lib.a [2020-07-08T09:53:00.291Z] #40 50.50 HOSTDEP compel/src/lib/log-host.d [2020-07-08T09:53:00.291Z] #40 50.59 HOSTDEP compel/src/lib/handle-elf-host.d [2020-07-08T09:53:00.600Z] #40 50.73 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-07-08T09:53:00.600Z] #40 50.86 HOSTDEP compel/src/main-host.d [2020-07-08T09:53:00.695Z] #39 16.29 make[1]: Nothing to be done for 'all'. [2020-07-08T09:53:00.899Z] #40 50.98 DEP compel/src/lib/ptrace.d [2020-07-08T09:53:00.899Z] #40 51.14 DEP compel/src/lib/infect.d [2020-07-08T09:53:01.198Z] #40 51.32 DEP compel/src/lib/infect-util.d [2020-07-08T09:53:01.198Z] #40 51.44 DEP compel/src/lib/infect-rpc.d [2020-07-08T09:53:01.260Z] #39 ... [2020-07-08T09:53:01.260Z] [2020-07-08T09:53:01.260Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:01.260Z] #41 84.84 go/parser [2020-07-08T09:53:01.260Z] #41 84.86 text/template [2020-07-08T09:53:01.260Z] #41 88.30 encoding/xml [2020-07-08T09:53:01.260Z] #41 90.38 go/doc [2020-07-08T09:53:01.260Z] #41 93.38 github.com/LK4D4/vndr/build [2020-07-08T09:53:01.260Z] #41 94.00 github.com/LK4D4/vndr/versioned [2020-07-08T09:53:01.260Z] #41 94.17 compress/flate [2020-07-08T09:53:01.498Z] #40 51.57 DEP compel/arch/ppc64/src/lib/infect.d [2020-07-08T09:53:01.498Z] #40 51.69 DEP compel/arch/ppc64/src/lib/cpu.d [2020-07-08T09:53:01.498Z] #40 51.76 DEP compel/src/lib/log.d [2020-07-08T09:53:01.498Z] #40 51.83 DEP compel/src/main.d [2020-07-08T09:53:01.518Z] #41 ... [2020-07-08T09:53:01.518Z] [2020-07-08T09:53:01.518Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:01.518Z] #52 39.20 Checking out files: 52% (1691/3196) Checking out files: 53% (1694/3196) Checking out files: 54% (1726/3196) Checking out files: 55% (1758/3196) Checking out files: 56% (1790/3196) Checking out files: 57% (1822/3196) Checking out files: 58% (1854/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 91% (2920/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. [2020-07-08T09:53:01.518Z] #52 40.52 + cd /tmp/tmp.nfFUAu0LGA/src/github.com/containerd/containerd [2020-07-08T09:53:01.518Z] #52 40.53 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 [2020-07-08T09:53:01.518Z] #52 42.38 + export 'BUILDTAGS=netgo osusergo static_build' [2020-07-08T09:53:01.518Z] #52 42.38 + BUILDTAGS='netgo osusergo static_build' [2020-07-08T09:53:01.518Z] #52 42.38 + export EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:53:01.518Z] #52 42.38 + EXTRA_FLAGS=-buildmode=pie [2020-07-08T09:53:01.518Z] #52 42.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-07-08T09:53:01.518Z] #52 42.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-07-08T09:53:01.518Z] #52 42.38 + '[' '' = dynamic ']' [2020-07-08T09:53:01.518Z] #52 42.38 + make [2020-07-08T09:53:01.518Z] #52 43.41 + bin/ctr [2020-07-08T09:53:01.518Z] #52 ... [2020-07-08T09:53:01.518Z] [2020-07-08T09:53:01.518Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:01.518Z] #39 17.58 CC images/stats.o [2020-07-08T09:53:01.776Z] #39 17.92 CC images/core.o [2020-07-08T09:53:01.798Z] #40 51.97 DEP compel/src/lib/handle-elf.d [2020-07-08T09:53:01.798Z] #40 52.08 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-07-08T09:53:01.798Z] #40 52.20 CC compel/src/lib/log.o [2020-07-08T09:53:01.831Z] #39 ... [2020-07-08T09:53:01.831Z] [2020-07-08T09:53:01.831Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:02.357Z] #21 103.5 Checking out files: 20% (2194/10850) Checking out files: 21% (2279/10850) Checking out files: 22% (2387/10850) Checking out files: 23% (2496/10850) Checking out files: 24% (2604/10850) Checking out files: 25% (2713/10850) Checking out files: 26% (2821/10850) Checking out files: 27% (2930/10850) Checking out files: 28% (3038/10850) Checking out files: 29% (3147/10850) Checking out files: 30% (3255/10850) Checking out files: 31% (3364/10850) Checking out files: 32% (3472/10850) Checking out files: 33% (3581/10850) Checking out files: 34% (3689/10850) Checking out files: 35% (3798/10850) Checking out files: 36% (3906/10850) Checking out files: 37% (4015/10850) Checking out files: 37% (4036/10850) Checking out files: 38% (4123/10850) Checking out files: 39% (4232/10850) Checking out files: 40% (4340/10850) Checking out files: 41% (4449/10850) Checking out files: 42% (4557/10850) Checking out files: 43% (4666/10850) Checking out files: 44% (4774/10850) Checking out files: 45% (4883/10850) Checking out files: 46% (4991/10850) Checking out files: 47% (5100/10850) Checking out files: 48% (5208/10850) Checking out files: 49% (5317/10850) Checking out files: 50% (5425/10850) Checking out files: 51% (5534/10850) Checking out files: 52% (5642/10850) Checking out files: 53% (5751/10850) Checking out files: 54% (5859/10850) Checking out files: 55% (5968/10850) Checking out files: 56% (6076/10850) Checking out files: 57% (6185/10850) Checking out files: 58% (6293/10850) Checking out files: 59% (6402/10850) Checking out files: 60% (6510/10850) Checking out files: 61% (6619/10850) Checking out files: 62% (6727/10850) Checking out files: 62% (6799/10850) Checking out files: 63% (6836/10850) Checking out files: 64% (6944/10850) Checking out files: 65% (7053/10850) Checking out files: 66% (7161/10850) Checking out files: 67% (7270/10850) Checking out files: 68% (7378/10850) Checking out files: 69% (7487/10850) Checking out files: 70% (7595/10850) Checking out files: 71% (7704/10850) Checking out files: 72% (7812/10850) Checking out files: 73% (7921/10850) Checking out files: 74% (8029/10850) Checking out files: 75% (8138/10850) Checking out files: 76% (8246/10850) Checking out files: 77% (8355/10850) Checking out files: 78% (8463/10850) Checking out files: 79% (8572/10850) Checking out files: 80% (8680/10850) Checking out files: 81% (8789/10850) Checking out files: 82% (8897/10850) Checking out files: 83% (9006/10850) Checking out files: 84% (9114/10850) Checking out files: 85% (9223/10850) Checking out files: 86% (9331/10850) Checking out files: 87% (9440/10850) Checking out files: 88% (9548/10850) Checking out files: 89% (9657/10850) Checking out files: 89% (9737/10850) Checking out files: 90% (9765/10850) Checking out files: 91% (9874/10850) Checking out files: 92% (9982/10850) Checking out files: 93% (10091/10850) Checking out files: 94% (10199/10850) Checking out files: 95% (10308/10850) Checking out files: 96% (10416/10850) Checking out files: 97% (10525/10850) Checking out files: 98% (10633/10850) Checking out files: 99% (10742/10850) Checking out files: 100% (10850/10850) Checking out files: 100% (10850/10850), done. [2020-07-08T09:53:02.447Z] #40 52.50 CC compel/arch/ppc64/src/lib/cpu.o [2020-07-08T09:53:02.447Z] #40 52.76 CC compel/arch/ppc64/src/lib/infect.o [2020-07-08T09:53:02.621Z] #21 107.0 + cd /tmp/tmp.ag3z3u0sHl/tmp/docker-ce [2020-07-08T09:53:02.621Z] #21 107.0 + git checkout -q v17.06.2-ce [2020-07-08T09:53:02.709Z] #39 18.62 CC images/core-x86.o [2020-07-08T09:53:02.709Z] #39 ... [2020-07-08T09:53:02.709Z] [2020-07-08T09:53:02.709Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:53:02.709Z] #47 86.30 mvdan.cc/sh/v3/fileutil [2020-07-08T09:53:02.709Z] #47 86.69 mvdan.cc/sh/v3/syntax [2020-07-08T09:53:02.709Z] #47 93.09 mvdan.cc/sh/v3/cmd/shfmt [2020-07-08T09:53:02.967Z] #47 ... [2020-07-08T09:53:02.967Z] [2020-07-08T09:53:02.967Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:02.967Z] #41 96.55 hash/crc32 [2020-07-08T09:53:03.225Z] #41 96.76 vendor/golang.org/x/crypto/cryptobyte [2020-07-08T09:53:03.328Z] #21 ... [2020-07-08T09:53:03.328Z] [2020-07-08T09:53:03.328Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:03.328Z] #49 8.740 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-07-08T09:53:03.483Z] #41 97.08 compress/gzip [2020-07-08T09:53:03.503Z] #40 53.65 CC compel/src/lib/infect-rpc.o [2020-07-08T09:53:03.591Z] #49 ... [2020-07-08T09:53:03.591Z] [2020-07-08T09:53:03.591Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:03.591Z] #39 53.33 CC compel/src/lib/ptrace.o [2020-07-08T09:53:03.591Z] #39 53.77 AR compel/libcompel.a [2020-07-08T09:53:03.591Z] #39 53.86 HOSTCC compel/src/main-host.o [2020-07-08T09:53:03.591Z] #39 54.13 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-07-08T09:53:03.591Z] #39 54.26 HOSTCC compel/src/lib/handle-elf-host.o [2020-07-08T09:53:03.591Z] #39 54.71 HOSTCC compel/src/lib/log-host.o [2020-07-08T09:53:03.707Z] #52 ... [2020-07-08T09:53:03.707Z] [2020-07-08T09:53:03.707Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:03.707Z] #41 87.62 go/parser [2020-07-08T09:53:03.707Z] #41 88.01 text/template [2020-07-08T09:53:03.707Z] #41 91.39 encoding/xml [2020-07-08T09:53:03.707Z] #41 93.31 go/doc [2020-07-08T09:53:03.707Z] #41 96.19 github.com/LK4D4/vndr/build [2020-07-08T09:53:03.707Z] #41 97.02 github.com/LK4D4/vndr/versioned [2020-07-08T09:53:03.707Z] #41 97.12 compress/flate [2020-07-08T09:53:03.707Z] #41 ... [2020-07-08T09:53:03.707Z] [2020-07-08T09:53:03.707Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:03.707Z] #39 15.83 PBCC images/core-s390.pb-c.c [2020-07-08T09:53:03.707Z] #39 15.90 PBCC images/core-x86.pb-c.c [2020-07-08T09:53:03.707Z] #39 15.96 PBCC images/core.pb-c.c [2020-07-08T09:53:03.707Z] #39 16.02 PBCC images/inventory.pb-c.c [2020-07-08T09:53:03.707Z] #39 16.08 DEP images/core-aarch64.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.13 DEP images/core-arm.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.20 DEP images/core-ppc64.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.28 DEP images/core-s390.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.33 DEP images/core-x86.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.41 DEP images/core.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.51 DEP images/inventory.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.57 PBCC images/cpuinfo.pb-c.c [2020-07-08T09:53:03.707Z] #39 16.59 DEP images/cpuinfo.pb-c.d [2020-07-08T09:53:03.707Z] #39 16.67 PBCC images/stats.pb-c.c [2020-07-08T09:53:03.707Z] #39 16.68 DEP images/stats.pb-c.d [2020-07-08T09:53:03.707Z] #39 18.01 make[1]: Nothing to be done for 'all'. [2020-07-08T09:53:03.707Z] #39 19.45 CC images/stats.o [2020-07-08T09:53:03.707Z] #39 19.86 CC images/core.o [2020-07-08T09:53:03.707Z] #39 20.46 CC images/core-x86.o [2020-07-08T09:53:03.707Z] #39 21.02 CC images/core-arm.o [2020-07-08T09:53:03.707Z] #39 21.40 CC images/core-aarch64.o [2020-07-08T09:53:03.707Z] #39 21.80 CC images/core-ppc64.o [2020-07-08T09:53:03.707Z] #39 22.25 CC images/core-s390.o [2020-07-08T09:53:03.707Z] #39 22.97 CC images/cpuinfo.o [2020-07-08T09:53:03.707Z] #39 23.46 CC images/inventory.o [2020-07-08T09:53:03.707Z] #39 23.73 CC images/fdinfo.o [2020-07-08T09:53:03.707Z] #39 24.13 CC images/fown.o [2020-07-08T09:53:03.707Z] #39 24.28 CC images/ns.o [2020-07-08T09:53:03.707Z] #39 24.42 CC images/regfile.o [2020-07-08T09:53:03.707Z] #39 24.67 CC images/ghost-file.o [2020-07-08T09:53:03.707Z] #39 25.04 CC images/fifo.o [2020-07-08T09:53:03.707Z] #39 25.27 CC images/remap-file-path.o [2020-07-08T09:53:03.707Z] #39 25.56 CC images/eventfd.o [2020-07-08T09:53:03.803Z] #40 54.03 CC compel/src/lib/infect-util.o [2020-07-08T09:53:03.854Z] #39 54.88 HOSTLINK compel/compel-host-bin [2020-07-08T09:53:03.966Z] #39 25.78 CC images/eventpoll.o [2020-07-08T09:53:03.966Z] #39 ... [2020-07-08T09:53:03.966Z] [2020-07-08T09:53:03.966Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:53:03.966Z] #47 88.50 mvdan.cc/sh/v3/fileutil [2020-07-08T09:53:03.966Z] #47 88.70 mvdan.cc/sh/v3/syntax [2020-07-08T09:53:03.966Z] #47 95.51 mvdan.cc/sh/v3/cmd/shfmt [2020-07-08T09:53:04.048Z] #41 97.66 net [2020-07-08T09:53:04.117Z] #39 55.12 DEP soccr/soccr.d [2020-07-08T09:53:04.117Z] #39 55.39 CC soccr/soccr.o [2020-07-08T09:53:04.225Z] #47 ... [2020-07-08T09:53:04.225Z] [2020-07-08T09:53:04.225Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:04.225Z] #39 26.06 CC images/fh.o [2020-07-08T09:53:04.225Z] #39 26.28 CC images/fsnotify.o [2020-07-08T09:53:04.463Z] #40 54.48 CC compel/src/lib/infect.o [2020-07-08T09:53:05.162Z] #39 26.98 CC images/signalfd.o [2020-07-08T09:53:05.421Z] #39 27.27 CC images/fs.o [2020-07-08T09:53:05.423Z] #41 98.76 vendor/golang.org/x/crypto/internal/chacha20 [2020-07-08T09:53:05.423Z] #41 ... [2020-07-08T09:53:05.423Z] [2020-07-08T09:53:05.423Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:53:05.423Z] #47 DONE 98.9s [2020-07-08T09:53:05.423Z] [2020-07-08T09:53:05.423Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:05.423Z] #39 19.29 CC images/core-arm.o [2020-07-08T09:53:05.423Z] #39 19.74 CC images/core-aarch64.o [2020-07-08T09:53:05.423Z] #39 20.23 CC images/core-ppc64.o [2020-07-08T09:53:05.423Z] #39 20.81 CC images/core-s390.o [2020-07-08T09:53:05.510Z] #39 56.65 AR soccr/libsoccr.a [2020-07-08T09:53:05.510Z] #39 56.70 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:53:05.681Z] #39 27.48 CC images/pstree.o [2020-07-08T09:53:05.681Z] #39 21.55 CC images/cpuinfo.o [2020-07-08T09:53:05.939Z] #39 27.76 CC images/pipe.o [2020-07-08T09:53:05.939Z] #39 27.90 CC images/tcp-stream.o [2020-07-08T09:53:06.086Z] #39 57.38 DEP criu/arch/aarch64/sigframe.d [2020-07-08T09:53:06.247Z] #39 22.14 CC images/inventory.o [2020-07-08T09:53:06.350Z] #39 57.60 DEP criu/arch/aarch64/crtools.d [2020-07-08T09:53:06.507Z] #39 22.54 CC images/fdinfo.o [2020-07-08T09:53:06.508Z] #39 28.15 CC images/sk-packet.o [2020-07-08T09:53:06.508Z] #39 28.40 CC images/mnt.o [2020-07-08T09:53:06.508Z] #39 28.57 CC images/pipe-data.o [2020-07-08T09:53:06.572Z] #40 ... [2020-07-08T09:53:06.572Z] [2020-07-08T09:53:06.573Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:06.573Z] #50 9.076 + cd /tmp/tmp.1UFLkZXPFi/src/github.com/opencontainers/runc [2020-07-08T09:53:06.573Z] #50 9.082 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:53:06.770Z] #39 ... [2020-07-08T09:53:06.770Z] [2020-07-08T09:53:06.770Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:53:06.770Z] #47 DONE 101.2s [2020-07-08T09:53:06.770Z] [2020-07-08T09:53:06.770Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:06.770Z] #41 99.26 hash/crc32 [2020-07-08T09:53:06.770Z] #41 99.87 net [2020-07-08T09:53:06.770Z] #41 99.95 compress/gzip [2020-07-08T09:53:06.770Z] #41 100.6 vendor/golang.org/x/text/transform [2020-07-08T09:53:06.770Z] #41 101.4 vendor/golang.org/x/text/unicode/bidi [2020-07-08T09:53:06.872Z] #50 9.452 + '[' -z '' ']' [2020-07-08T09:53:06.930Z] #39 57.88 DEP criu/arch/aarch64/cpu.d [2020-07-08T09:53:06.930Z] #39 57.91 DEP criu/arch/aarch64/bitops.d [2020-07-08T09:53:06.930Z] #39 58.03 CC criu/arch/aarch64/bitops.o [2020-07-08T09:53:06.930Z] #39 58.10 CC criu/arch/aarch64/cpu.o [2020-07-08T09:53:06.930Z] #39 ... [2020-07-08T09:53:06.930Z] [2020-07-08T09:53:06.930Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:06.930Z] #41 102.5 github.com/LK4D4/vndr/godl [2020-07-08T09:53:06.930Z] #41 103.1 github.com/LK4D4/vndr [2020-07-08T09:53:06.930Z] #41 DONE 111.5s [2020-07-08T09:53:07.072Z] #39 22.89 CC images/fown.o [2020-07-08T09:53:07.072Z] #39 23.05 CC images/ns.o [2020-07-08T09:53:07.177Z] #50 9.454 + target=static [2020-07-08T09:53:07.177Z] #50 9.454 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-07-08T09:53:07.193Z] [2020-07-08T09:53:07.193Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:07.193Z] #39 58.34 CC criu/arch/aarch64/crtools.o [2020-07-08T09:53:07.329Z] #39 23.27 CC images/regfile.o [2020-07-08T09:53:07.456Z] #39 ... [2020-07-08T09:53:07.456Z] [2020-07-08T09:53:07.456Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:07.456Z] #17 2.508 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:53:07.456Z] #17 2.529 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:53:07.456Z] #17 2.608 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:53:07.456Z] #17 3.095 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2020-07-08T09:53:07.456Z] #17 4.137 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [206 kB] [2020-07-08T09:53:07.456Z] #17 5.377 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-07-08T09:53:07.456Z] #17 8.581 Fetched 8188 kB in 7s (1238 kB/s) [2020-07-08T09:53:07.456Z] #17 8.581 Reading package lists... [2020-07-08T09:53:07.456Z] #17 ... [2020-07-08T09:53:07.456Z] [2020-07-08T09:53:07.456Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:07.456Z] #21 110.3 + mkdir -p /tmp/tmp.ag3z3u0sHl/src/github.com/docker [2020-07-08T09:53:07.456Z] #21 110.3 + mv components/cli /tmp/tmp.ag3z3u0sHl/src/github.com/docker/cli [2020-07-08T09:53:07.456Z] #21 110.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-07-08T09:53:07.587Z] #39 23.51 CC images/ghost-file.o [2020-07-08T09:53:07.825Z] #50 10.31 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-07-08T09:53:07.845Z] #39 23.86 CC images/fifo.o [2020-07-08T09:53:08.103Z] #39 24.02 CC images/remap-file-path.o [2020-07-08T09:53:08.103Z] #39 24.20 CC images/eventfd.o [2020-07-08T09:53:08.124Z] #50 ... [2020-07-08T09:53:08.124Z] [2020-07-08T09:53:08.124Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-07-08T09:53:08.124Z] #48 118.2 golang.org/x/crypto/ssh/terminal [2020-07-08T09:53:08.124Z] #48 120.8 mvdan.cc/sh/v3/cmd/shfmt [2020-07-08T09:53:08.124Z] #48 DONE 127.4s [2020-07-08T09:53:08.408Z] #21 ... [2020-07-08T09:53:08.408Z] [2020-07-08T09:53:08.408Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:53:08.408Z] #28 DONE 112.8s [2020-07-08T09:53:08.423Z] [2020-07-08T09:53:08.423Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:08.423Z] #40 57.95 CC compel/src/lib/ptrace.o [2020-07-08T09:53:08.423Z] #40 58.36 AR compel/libcompel.a [2020-07-08T09:53:08.423Z] #40 58.56 HOSTCC compel/src/main-host.o [2020-07-08T09:53:08.668Z] #39 24.47 CC images/eventpoll.o [2020-07-08T09:53:08.668Z] #39 24.74 CC images/fh.o [2020-07-08T09:53:08.671Z] [2020-07-08T09:53:08.671Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:08.671Z] #17 8.581 Reading package lists... [2020-07-08T09:53:08.674Z] #41 103.2 vendor/golang.org/x/text/secure/bidirule [2020-07-08T09:53:08.926Z] #39 24.97 CC images/fsnotify.o [2020-07-08T09:53:08.933Z] #41 103.4 vendor/golang.org/x/text/unicode/norm [2020-07-08T09:53:09.083Z] #40 59.23 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-07-08T09:53:09.386Z] #40 59.56 HOSTCC compel/src/lib/handle-elf-host.o [2020-07-08T09:53:09.492Z] #39 25.56 CC images/signalfd.o [2020-07-08T09:53:09.750Z] #39 25.83 CC images/fs.o [2020-07-08T09:53:10.008Z] #39 26.07 CC images/pstree.o [2020-07-08T09:53:10.038Z] #40 60.17 HOSTCC compel/src/lib/log-host.o [2020-07-08T09:53:10.038Z] #40 60.39 HOSTLINK compel/compel-host-bin [2020-07-08T09:53:10.268Z] #39 26.30 CC images/pipe.o [2020-07-08T09:53:10.338Z] #40 60.56 DEP soccr/soccr.d [2020-07-08T09:53:10.526Z] #39 26.48 CC images/tcp-stream.o [2020-07-08T09:53:10.526Z] #39 26.71 CC images/sk-packet.o [2020-07-08T09:53:10.638Z] #40 60.88 CC soccr/soccr.o [2020-07-08T09:53:10.638Z] #40 ... [2020-07-08T09:53:10.638Z] [2020-07-08T09:53:10.638Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:10.638Z] #18 0.627 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:53:10.638Z] #18 0.690 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:53:10.638Z] #18 0.752 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:53:10.638Z] #18 1.594 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-07-08T09:53:10.638Z] #18 3.096 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [201 kB] [2020-07-08T09:53:10.638Z] #18 4.288 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-07-08T09:53:10.941Z] #18 10.88 Fetched 8140 kB in 10s (792 kB/s) [2020-07-08T09:53:11.091Z] #39 26.91 CC images/mnt.o [2020-07-08T09:53:11.091Z] #39 27.10 CC images/pipe-data.o [2020-07-08T09:53:11.091Z] #39 27.27 CC images/sa.o [2020-07-08T09:53:11.231Z] #17 11.52 Reading package lists... [2020-07-08T09:53:11.469Z] #41 ... [2020-07-08T09:53:11.469Z] [2020-07-08T09:53:11.469Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:11.469Z] #39 28.91 CC images/sa.o [2020-07-08T09:53:11.469Z] #39 29.25 CC images/timer.o [2020-07-08T09:53:11.469Z] #39 29.90 CC images/timerfd.o [2020-07-08T09:53:11.469Z] #39 30.10 CC images/mm.o [2020-07-08T09:53:11.469Z] #39 30.35 CC images/sk-opts.o [2020-07-08T09:53:11.469Z] #39 30.61 CC images/sk-unix.o [2020-07-08T09:53:11.469Z] #39 30.91 CC images/sk-inet.o [2020-07-08T09:53:11.469Z] #39 31.27 CC images/tun.o [2020-07-08T09:53:11.469Z] #39 31.45 CC images/sk-netlink.o [2020-07-08T09:53:11.469Z] #39 31.74 CC images/packet-sock.o [2020-07-08T09:53:11.469Z] #39 32.07 CC images/ipc-var.o [2020-07-08T09:53:11.469Z] #39 32.28 CC images/ipc-desc.o [2020-07-08T09:53:11.469Z] #39 32.49 CC images/ipc-shm.o [2020-07-08T09:53:11.469Z] #39 32.70 CC images/ipc-msg.o [2020-07-08T09:53:11.469Z] #39 33.01 CC images/ipc-sem.o [2020-07-08T09:53:11.469Z] #39 33.22 CC images/utsns.o [2020-07-08T09:53:11.469Z] #39 33.50 CC images/creds.o [2020-07-08T09:53:11.496Z] #17 13.96 Building dependency tree... [2020-07-08T09:53:11.657Z] #39 27.58 CC images/timer.o [2020-07-08T09:53:11.728Z] #39 33.76 CC images/vma.o [2020-07-08T09:53:11.915Z] #39 27.93 CC images/timerfd.o [2020-07-08T09:53:11.986Z] #39 33.92 CC images/netdev.o [2020-07-08T09:53:12.000Z] #18 10.88 Reading package lists... [2020-07-08T09:53:12.000Z] #18 ... [2020-07-08T09:53:12.000Z] [2020-07-08T09:53:12.000Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:12.000Z] #55 131.2 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:53:12.000Z] #55 131.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-07-08T09:53:12.072Z] #17 14.84 libcap2-bin is already the newest version (1:2.25-2). [2020-07-08T09:53:12.072Z] #17 14.84 The following additional packages will be installed: [2020-07-08T09:53:12.072Z] #17 14.84 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-07-08T09:53:12.072Z] #17 14.84 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-07-08T09:53:12.072Z] #17 14.85 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-07-08T09:53:12.072Z] #17 14.85 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-07-08T09:53:12.072Z] #17 14.85 python3.7 python3.7-minimal vim-runtime xxd [2020-07-08T09:53:12.072Z] #17 14.85 Suggested packages: [2020-07-08T09:53:12.072Z] #17 14.85 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-07-08T09:53:12.072Z] #17 14.85 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-07-08T09:53:12.072Z] #17 14.85 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-07-08T09:53:12.072Z] #17 14.85 Recommended packages: [2020-07-08T09:53:12.072Z] #17 14.85 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-07-08T09:53:12.072Z] #17 14.85 python3-keyrings.alt python3-xdg unzip [2020-07-08T09:53:12.173Z] #39 28.13 CC images/mm.o [2020-07-08T09:53:12.245Z] #39 34.18 CC images/tty.o [2020-07-08T09:53:12.430Z] #39 28.42 CC images/sk-opts.o [2020-07-08T09:53:12.661Z] #55 ... [2020-07-08T09:53:12.662Z] [2020-07-08T09:53:12.662Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:12.662Z] #42 121.8 math/big [2020-07-08T09:53:12.662Z] #42 126.3 go/doc [2020-07-08T09:53:12.662Z] #42 ... [2020-07-08T09:53:12.662Z] [2020-07-08T09:53:12.662Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:12.662Z] #40 62.86 AR soccr/libsoccr.a [2020-07-08T09:53:12.662Z] #40 62.89 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:53:12.687Z] #39 28.62 CC images/sk-unix.o [2020-07-08T09:53:12.815Z] #39 34.57 CC images/file-lock.o [2020-07-08T09:53:12.815Z] #39 34.74 CC images/rlimit.o [2020-07-08T09:53:12.945Z] #39 28.99 CC images/sk-inet.o [2020-07-08T09:53:12.961Z] #40 63.32 DEP criu/arch/ppc64/sigframe.d [2020-07-08T09:53:13.023Z] #17 15.89 The following NEW packages will be installed: [2020-07-08T09:53:13.023Z] #17 15.89 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-07-08T09:53:13.023Z] #17 15.89 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-07-08T09:53:13.023Z] #17 15.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-07-08T09:53:13.023Z] #17 15.89 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-07-08T09:53:13.023Z] #17 15.89 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-07-08T09:53:13.023Z] #17 15.89 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-07-08T09:53:13.023Z] #17 15.89 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-07-08T09:53:13.023Z] #17 15.89 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-07-08T09:53:13.023Z] #17 15.89 xz-utils zip [2020-07-08T09:53:13.074Z] #39 34.97 CC images/pagemap.o [2020-07-08T09:53:13.074Z] #39 35.16 CC images/siginfo.o [2020-07-08T09:53:13.261Z] #40 63.47 DEP criu/arch/ppc64/crtools.d [2020-07-08T09:53:13.286Z] #17 16.21 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:53:13.286Z] #17 16.21 Need to get 27.6 MB of archives. [2020-07-08T09:53:13.286Z] #17 16.21 After this operation, 114 MB of additional disk space will be used. [2020-07-08T09:53:13.286Z] #17 16.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-07-08T09:53:13.286Z] #17 16.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u1 [588 kB] [2020-07-08T09:53:13.286Z] #17 16.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u1 [1404 kB] [2020-07-08T09:53:13.286Z] #17 16.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-07-08T09:53:13.509Z] #39 29.31 CC images/tun.o [2020-07-08T09:53:13.549Z] #17 16.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-07-08T09:53:13.549Z] #17 16.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u1 [1640 kB] [2020-07-08T09:53:13.549Z] #17 16.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u1 [330 kB] [2020-07-08T09:53:13.549Z] #17 16.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-07-08T09:53:13.549Z] #17 16.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-07-08T09:53:13.549Z] #17 16.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-07-08T09:53:13.549Z] #17 16.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-07-08T09:53:13.549Z] #17 16.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-07-08T09:53:13.549Z] #17 16.41 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-07-08T09:53:13.549Z] #17 16.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-07-08T09:53:13.549Z] #17 16.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-07-08T09:53:13.549Z] #17 16.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-07-08T09:53:13.549Z] #17 16.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-07-08T09:53:13.549Z] #17 16.43 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:53:13.549Z] #17 16.45 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-07-08T09:53:13.549Z] #17 16.45 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-07-08T09:53:13.549Z] #17 16.46 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-07-08T09:53:13.549Z] #17 16.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-07-08T09:53:13.549Z] #17 16.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-07-08T09:53:13.549Z] #17 16.49 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-07-08T09:53:13.549Z] #17 16.50 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-07-08T09:53:13.562Z] #40 63.71 DEP criu/arch/ppc64/cpu.d [2020-07-08T09:53:13.645Z] #39 35.46 CC images/rpc.o [2020-07-08T09:53:13.767Z] #39 29.61 CC images/sk-netlink.o [2020-07-08T09:53:13.767Z] #39 29.80 CC images/packet-sock.o [2020-07-08T09:53:13.814Z] #17 16.51 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-07-08T09:53:13.814Z] #17 16.51 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-07-08T09:53:13.814Z] #17 16.51 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-07-08T09:53:13.814Z] #17 16.52 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-07-08T09:53:13.861Z] #40 63.96 CC criu/arch/ppc64/cpu.o [2020-07-08T09:53:14.077Z] #17 16.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-07-08T09:53:14.077Z] #17 16.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-07-08T09:53:14.077Z] #17 16.88 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-07-08T09:53:14.077Z] #17 16.89 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-07-08T09:53:14.077Z] #17 16.89 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-07-08T09:53:14.077Z] #17 16.91 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-07-08T09:53:14.077Z] #17 16.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-07-08T09:53:14.078Z] #17 17.00 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-07-08T09:53:14.078Z] #17 17.00 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-07-08T09:53:14.078Z] #17 17.01 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-07-08T09:53:14.078Z] #17 17.03 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-07-08T09:53:14.164Z] #40 64.51 CC criu/arch/ppc64/crtools.o [2020-07-08T09:53:14.333Z] #39 30.18 CC images/ipc-var.o [2020-07-08T09:53:14.333Z] #39 30.35 CC images/ipc-desc.o [2020-07-08T09:53:14.341Z] #17 17.05 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-07-08T09:53:14.341Z] #17 17.05 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-07-08T09:53:14.341Z] #17 17.11 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-07-08T09:53:14.341Z] #17 17.14 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-07-08T09:53:14.341Z] #17 17.15 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-07-08T09:53:14.590Z] #39 30.54 CC images/ipc-shm.o [2020-07-08T09:53:14.590Z] #39 30.74 CC images/ipc-msg.o [2020-07-08T09:53:14.604Z] #17 17.39 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-07-08T09:53:14.604Z] #17 17.43 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-07-08T09:53:14.604Z] #17 17.46 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-07-08T09:53:15.022Z] #39 36.74 CC images/ext-file.o [2020-07-08T09:53:15.022Z] #39 36.91 CC images/cgroup.o [2020-07-08T09:53:15.156Z] #39 30.98 CC images/ipc-sem.o [2020-07-08T09:53:15.156Z] #39 31.15 CC images/utsns.o [2020-07-08T09:53:15.414Z] #39 31.39 CC images/creds.o [2020-07-08T09:53:15.414Z] #39 31.58 CC images/vma.o [2020-07-08T09:53:15.553Z] #17 18.13 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:53:15.553Z] #17 18.24 Fetched 27.6 MB in 2s (18.1 MB/s) [2020-07-08T09:53:15.553Z] #17 18.33 Selecting previously unselected package pigz. [2020-07-08T09:53:15.553Z] #17 18.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2020-07-08T09:53:15.553Z] #17 18.42 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-07-08T09:53:15.553Z] #17 18.49 Unpacking pigz (2.4-1) ... [2020-07-08T09:53:15.591Z] #39 37.44 CC images/userns.o [2020-07-08T09:53:15.702Z] #40 65.84 CC criu/arch/ppc64/sigframe.o [2020-07-08T09:53:15.816Z] #17 18.59 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-07-08T09:53:15.816Z] #17 18.59 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... [2020-07-08T09:53:15.816Z] #17 18.60 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:15.850Z] #39 37.68 CC images/google/protobuf/descriptor.o [2020-07-08T09:53:15.980Z] #39 31.82 CC images/netdev.o [2020-07-08T09:53:15.980Z] #39 32.14 CC images/tty.o [2020-07-08T09:53:15.980Z] #39 ... [2020-07-08T09:53:15.980Z] [2020-07-08T09:53:15.980Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:15.980Z] #41 99.58 vendor/golang.org/x/crypto/poly1305 [2020-07-08T09:53:15.980Z] #41 100.1 vendor/golang.org/x/crypto/chacha20poly1305 [2020-07-08T09:53:15.980Z] #41 101.1 vendor/golang.org/x/crypto/hkdf [2020-07-08T09:53:15.980Z] #41 101.3 vendor/golang.org/x/text/transform [2020-07-08T09:53:15.980Z] #41 102.1 vendor/golang.org/x/text/unicode/bidi [2020-07-08T09:53:15.980Z] #41 103.6 vendor/golang.org/x/text/secure/bidirule [2020-07-08T09:53:15.980Z] #41 103.8 vendor/golang.org/x/text/unicode/norm [2020-07-08T09:53:15.980Z] #41 107.4 vendor/golang.org/x/net/idna [2020-07-08T09:53:15.980Z] #41 109.4 vendor/golang.org/x/net/http2/hpack [2020-07-08T09:53:16.001Z] #40 66.16 LINK criu/arch/ppc64/crtools.built-in.o [2020-07-08T09:53:16.001Z] #40 66.21 DEP criu/pie/util-vdso.d [2020-07-08T09:53:16.079Z] #17 18.94 Selecting previously unselected package python3.7-minimal. [2020-07-08T09:53:16.079Z] #17 18.94 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... [2020-07-08T09:53:16.079Z] #17 18.98 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:53:16.301Z] #40 66.48 DEP criu/pie/util.d [2020-07-08T09:53:16.301Z] #40 66.67 CC criu/pie/util.o [2020-07-08T09:53:16.912Z] #41 ... [2020-07-08T09:53:16.912Z] [2020-07-08T09:53:16.912Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:16.912Z] #39 32.60 CC images/file-lock.o [2020-07-08T09:53:16.912Z] #39 32.87 CC images/rlimit.o [2020-07-08T09:53:16.952Z] #40 67.19 CC criu/pie/util-vdso.o [2020-07-08T09:53:17.031Z] #17 19.67 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:17.031Z] #17 19.70 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:53:17.170Z] #39 33.05 CC images/pagemap.o [2020-07-08T09:53:17.170Z] #39 33.31 CC images/siginfo.o [2020-07-08T09:53:17.231Z] #39 39.09 CC images/opts.o [2020-07-08T09:53:17.232Z] #39 39.29 CC images/seccomp.o [2020-07-08T09:53:17.428Z] #39 33.53 CC images/rpc.o [2020-07-08T09:53:17.801Z] #39 39.60 CC images/binfmt-misc.o [2020-07-08T09:53:17.801Z] #39 39.79 CC images/time.o [2020-07-08T09:53:17.980Z] #17 ... [2020-07-08T09:53:17.980Z] [2020-07-08T09:53:17.980Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:17.980Z] #39 59.20 CC criu/arch/aarch64/sigframe.o [2020-07-08T09:53:17.980Z] #39 59.39 LINK criu/arch/aarch64/crtools.built-in.o [2020-07-08T09:53:17.980Z] #39 59.50 DEP criu/pie/util-vdso.d [2020-07-08T09:53:17.980Z] #39 59.57 DEP criu/pie/util.d [2020-07-08T09:53:17.980Z] #39 59.80 CC criu/pie/util.o [2020-07-08T09:53:17.980Z] #39 60.19 CC criu/pie/util-vdso.o [2020-07-08T09:53:17.980Z] #39 60.60 AR criu/pie/pie.lib.a [2020-07-08T09:53:17.980Z] #39 60.66 DEP criu/pie/restorer.d [2020-07-08T09:53:17.980Z] #39 60.91 DEP criu/arch/aarch64/intraprocedure.d [2020-07-08T09:53:17.980Z] #39 60.93 DEP criu/arch/aarch64/restorer.d [2020-07-08T09:53:17.980Z] #39 61.06 DEP criu/arch/aarch64/vdso-pie.d [2020-07-08T09:53:17.980Z] #39 61.15 DEP criu/pie/parasite-vdso.d [2020-07-08T09:53:17.980Z] #39 61.33 DEP criu/pie/parasite.d [2020-07-08T09:53:17.980Z] #39 61.52 CC criu/pie/parasite.o [2020-07-08T09:53:17.980Z] #39 62.45 LINK criu/pie/parasite.built-in.o [2020-07-08T09:53:17.980Z] #39 62.47 GEN criu/pie/parasite-blob.h [2020-07-08T09:53:17.980Z] #39 62.48 CC criu/pie/parasite-vdso.o [2020-07-08T09:53:17.980Z] #39 63.10 CC criu/arch/aarch64/vdso-pie.o [2020-07-08T09:53:17.980Z] #39 63.45 CC criu/arch/aarch64/restorer.o [2020-07-08T09:53:17.980Z] #39 63.89 CC criu/arch/aarch64/intraprocedure.o [2020-07-08T09:53:17.980Z] #39 63.94 CC criu/pie/restorer.o [2020-07-08T09:53:17.980Z] #39 65.95 LINK criu/pie/restorer.built-in.o [2020-07-08T09:53:17.980Z] #39 65.97 GEN criu/pie/restorer-blob.h [2020-07-08T09:53:17.980Z] #39 66.04 DEP criu/vdso.d [2020-07-08T09:53:17.980Z] #39 66.31 DEP criu/uts_ns.d [2020-07-08T09:53:17.980Z] #39 66.55 DEP criu/util.d [2020-07-08T09:53:17.980Z] #39 66.67 DEP criu/uffd.d [2020-07-08T09:53:17.980Z] #39 66.81 DEP criu/tun.d [2020-07-08T09:53:17.980Z] #39 66.98 DEP criu/tty.d [2020-07-08T09:53:17.980Z] #39 67.26 DEP criu/timerfd.d [2020-07-08T09:53:17.980Z] #39 67.41 DEP criu/timens.d [2020-07-08T09:53:17.980Z] #39 67.51 DEP criu/sysfs_parse.d [2020-07-08T09:53:17.980Z] #39 67.61 DEP criu/sysctl.d [2020-07-08T09:53:17.980Z] #39 67.73 DEP criu/string.d [2020-07-08T09:53:17.980Z] #39 67.77 DEP criu/stats.d [2020-07-08T09:53:17.980Z] #39 67.94 DEP criu/sockets.d [2020-07-08T09:53:17.980Z] #39 68.18 DEP criu/sk-unix.d [2020-07-08T09:53:17.980Z] #39 68.37 DEP criu/sk-tcp.d [2020-07-08T09:53:17.980Z] #39 68.61 DEP criu/sk-queue.d [2020-07-08T09:53:17.980Z] #39 68.80 DEP criu/sk-packet.d [2020-07-08T09:53:17.980Z] #39 69.00 DEP criu/sk-netlink.d [2020-07-08T09:53:17.980Z] #39 69.13 DEP criu/sk-inet.d [2020-07-08T09:53:18.013Z] #40 68.12 AR criu/pie/pie.lib.a [2020-07-08T09:53:18.013Z] #40 68.22 DEP criu/pie/restorer.d [2020-07-08T09:53:18.060Z] #39 ... [2020-07-08T09:53:18.060Z] [2020-07-08T09:53:18.060Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:18.060Z] #54 112.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:53:18.242Z] #39 69.27 DEP criu/signalfd.d [2020-07-08T09:53:18.242Z] #39 69.40 DEP criu/sigframe.d [2020-07-08T09:53:18.312Z] #40 68.51 DEP criu/arch/ppc64/vdso-trampoline.d [2020-07-08T09:53:18.312Z] #40 68.56 DEP criu/arch/ppc64/restorer.d [2020-07-08T09:53:18.319Z] #54 112.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-07-08T09:53:18.319Z] #54 ... [2020-07-08T09:53:18.319Z] [2020-07-08T09:53:18.319Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:53:18.319Z] #10 102.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-07-08T09:53:18.319Z] #10 102.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-07-08T09:53:18.319Z] #10 102.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:18.361Z] #39 ... [2020-07-08T09:53:18.361Z] [2020-07-08T09:53:18.361Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:53:18.361Z] #10 101.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-07-08T09:53:18.361Z] #10 101.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-07-08T09:53:18.361Z] #10 101.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:18.361Z] #10 ... [2020-07-08T09:53:18.361Z] [2020-07-08T09:53:18.361Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:18.361Z] #54 110.7 + for f in rootlesskit rootlesskit-docker-proxy [2020-07-08T09:53:18.361Z] #54 110.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-07-08T09:53:18.505Z] #39 69.51 DEP criu/shmem.d [2020-07-08T09:53:18.505Z] #39 69.70 DEP criu/servicefd.d [2020-07-08T09:53:18.505Z] #39 ... [2020-07-08T09:53:18.505Z] [2020-07-08T09:53:18.505Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:18.505Z] #17 21.50 Selecting previously unselected package python3-minimal. [2020-07-08T09:53:18.578Z] #10 ... [2020-07-08T09:53:18.578Z] [2020-07-08T09:53:18.578Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:18.578Z] #39 40.05 CC images/sysctl.o [2020-07-08T09:53:18.578Z] #39 40.37 CC images/autofs.o [2020-07-08T09:53:18.578Z] #39 40.53 CC images/macvlan.o [2020-07-08T09:53:18.615Z] #40 68.76 DEP criu/arch/ppc64/vdso-pie.d [2020-07-08T09:53:18.615Z] #40 68.91 DEP criu/pie/parasite-vdso.d [2020-07-08T09:53:18.768Z] #17 21.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 ... 23654 files and directories currently installed.) [2020-07-08T09:53:18.768Z] #17 21.55 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-07-08T09:53:18.768Z] #17 21.55 Unpacking python3-minimal (3.7.3-1) ... [2020-07-08T09:53:18.837Z] #39 40.75 CC images/sit.o [2020-07-08T09:53:18.914Z] #40 69.12 DEP criu/pie/parasite.d [2020-07-08T09:53:19.031Z] #17 21.67 Selecting previously unselected package libmpdec2:arm64. [2020-07-08T09:53:19.031Z] #17 21.67 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-07-08T09:53:19.031Z] #17 21.69 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-07-08T09:53:19.031Z] #17 21.80 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-07-08T09:53:19.031Z] #17 21.80 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_arm64.deb ... [2020-07-08T09:53:19.031Z] #17 21.81 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:19.096Z] #39 40.95 CC images/memfd.o [2020-07-08T09:53:19.096Z] #39 41.16 CC images/timens.o [2020-07-08T09:53:19.214Z] #40 69.59 CC criu/pie/parasite.o [2020-07-08T09:53:19.664Z] #39 41.37 LINK images/built-in.o [2020-07-08T09:53:19.664Z] #39 41.56 GEN compel/include/asm [2020-07-08T09:53:19.664Z] #39 41.58 GEN compel/include/version.h [2020-07-08T09:53:19.664Z] #39 41.62 touch .config [2020-07-08T09:53:19.664Z] #39 41.68 GEN include/common/config.h [2020-07-08T09:53:19.923Z] #39 41.75 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-07-08T09:53:19.923Z] #39 41.78 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-07-08T09:53:19.923Z] #39 41.80 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-07-08T09:53:19.923Z] #39 41.83 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-07-08T09:53:19.923Z] #39 41.86 DEP compel/arch/x86/plugins/std/memcpy.d [2020-07-08T09:53:19.923Z] #39 41.88 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-07-08T09:53:19.923Z] #39 41.90 GEN compel/plugins/include/uapi/std/syscall.h [2020-07-08T09:53:19.923Z] #39 41.93 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-07-08T09:53:19.923Z] #39 41.94 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-07-08T09:53:19.923Z] #39 41.97 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-07-08T09:53:20.001Z] #17 22.67 Selecting previously unselected package python3.7. [2020-07-08T09:53:20.001Z] #17 22.69 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_arm64.deb ... [2020-07-08T09:53:20.001Z] #17 22.69 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:20.001Z] #17 22.81 Selecting previously unselected package libpython3-stdlib:arm64. [2020-07-08T09:53:20.001Z] #17 22.83 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-07-08T09:53:20.001Z] #17 22.84 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-07-08T09:53:20.183Z] #39 41.97 DEP compel/plugins/std/infect.d [2020-07-08T09:53:20.183Z] #39 42.12 DEP compel/plugins/std/string.d [2020-07-08T09:53:20.183Z] #39 42.23 DEP compel/plugins/std/log.d [2020-07-08T09:53:20.264Z] #17 22.99 Setting up python3-minimal (3.7.3-1) ... [2020-07-08T09:53:20.276Z] #40 ... [2020-07-08T09:53:20.276Z] [2020-07-08T09:53:20.276Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:20.276Z] #55 DONE 139.4s [2020-07-08T09:53:20.276Z] [2020-07-08T09:53:20.276Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-07-08T09:53:20.276Z] #56 DONE 0.1s [2020-07-08T09:53:20.276Z] [2020-07-08T09:53:20.276Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-07-08T09:53:20.276Z] #57 DONE 0.1s [2020-07-08T09:53:20.276Z] [2020-07-08T09:53:20.276Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:20.276Z] #18 10.88 Reading package lists... [2020-07-08T09:53:20.276Z] #18 15.26 Reading package lists... [2020-07-08T09:53:20.276Z] #18 19.29 Building dependency tree... [2020-07-08T09:53:20.442Z] #39 42.32 DEP compel/plugins/std/fds.d [2020-07-08T09:53:20.442Z] #39 42.41 DEP compel/plugins/std/std.d [2020-07-08T09:53:20.442Z] #39 42.49 DEP compel/plugins/shmem/shmem.d [2020-07-08T09:53:20.701Z] #39 42.57 DEP compel/plugins/fds/fds.d [2020-07-08T09:53:20.701Z] #39 42.72 CC compel/plugins/std/std.o [2020-07-08T09:53:20.925Z] #18 20.98 libcap2-bin is already the newest version (1:2.25-2). [2020-07-08T09:53:20.925Z] #18 20.98 The following additional packages will be installed: [2020-07-08T09:53:20.925Z] #18 20.99 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-07-08T09:53:20.925Z] #18 21.00 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-07-08T09:53:20.925Z] #18 21.00 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-07-08T09:53:21.213Z] #17 24.02 Selecting previously unselected package python3. [2020-07-08T09:53:21.213Z] #17 24.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-07-08T09:53:21.213Z] #17 24.12 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-07-08T09:53:21.213Z] #17 24.14 Unpacking python3 (3.7.3-1) ... [2020-07-08T09:53:21.224Z] #18 21.00 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-07-08T09:53:21.224Z] #18 21.00 python3.7 python3.7-minimal vim-runtime xxd [2020-07-08T09:53:21.224Z] #18 21.00 Suggested packages: [2020-07-08T09:53:21.224Z] #18 21.00 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-07-08T09:53:21.224Z] #18 21.00 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-07-08T09:53:21.224Z] #18 21.00 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-07-08T09:53:21.224Z] #18 21.00 Recommended packages: [2020-07-08T09:53:21.224Z] #18 21.00 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-07-08T09:53:21.224Z] #18 21.00 python3-keyrings.alt python3-xdg unzip [2020-07-08T09:53:21.270Z] #39 43.02 CC compel/plugins/std/fds.o [2020-07-08T09:53:21.475Z] #17 24.24 Selecting previously unselected package libip4tc0:arm64. [2020-07-08T09:53:21.475Z] #17 24.25 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-07-08T09:53:21.475Z] #17 24.26 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-07-08T09:53:21.475Z] #17 24.36 Selecting previously unselected package libip6tc0:arm64. [2020-07-08T09:53:21.475Z] #17 24.36 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-07-08T09:53:21.529Z] #39 43.48 CC compel/plugins/std/log.o [2020-07-08T09:53:21.738Z] #17 24.37 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-07-08T09:53:21.738Z] #17 24.44 Selecting previously unselected package libiptc0:arm64. [2020-07-08T09:53:21.738Z] #17 24.45 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-07-08T09:53:21.738Z] #17 24.46 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-07-08T09:53:21.738Z] #17 24.55 Selecting previously unselected package libnfnetlink0:arm64. [2020-07-08T09:53:21.738Z] #17 24.56 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-07-08T09:53:21.738Z] #17 24.58 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-07-08T09:53:21.873Z] #18 ... [2020-07-08T09:53:21.873Z] [2020-07-08T09:53:21.873Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:21.873Z] #40 71.95 LINK criu/pie/parasite.built-in.o [2020-07-08T09:53:21.873Z] #40 71.96 GEN criu/pie/parasite-blob.h [2020-07-08T09:53:21.873Z] #40 72.03 CC criu/pie/parasite-vdso.o [2020-07-08T09:53:22.001Z] #17 24.68 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-07-08T09:53:22.001Z] #17 24.68 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-07-08T09:53:22.001Z] #17 24.69 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-07-08T09:53:22.001Z] #17 24.79 Selecting previously unselected package libnftnl11:arm64. [2020-07-08T09:53:22.001Z] #17 24.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-07-08T09:53:22.001Z] #17 24.81 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-07-08T09:53:22.001Z] #17 24.97 Selecting previously unselected package iptables. [2020-07-08T09:53:22.001Z] #17 24.98 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-07-08T09:53:22.001Z] #17 24.99 Unpacking iptables (1.8.2-4) ... [2020-07-08T09:53:22.466Z] #39 44.27 CC compel/plugins/std/string.o [2020-07-08T09:53:22.519Z] #40 72.67 CC criu/arch/ppc64/vdso-pie.o [2020-07-08T09:53:22.676Z] #17 25.35 Selecting previously unselected package xxd. [2020-07-08T09:53:22.676Z] #17 25.35 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-07-08T09:53:22.676Z] #17 25.37 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:53:22.676Z] #17 25.48 Selecting previously unselected package vim-common. [2020-07-08T09:53:22.676Z] #17 25.48 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:53:22.676Z] #17 25.51 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:53:22.819Z] #40 72.97 CC criu/arch/ppc64/restorer.o [2020-07-08T09:53:22.819Z] #40 ... [2020-07-08T09:53:22.819Z] [2020-07-08T09:53:22.819Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:22.819Z] #42 132.2 vendor/golang.org/x/text/unicode/norm [2020-07-08T09:53:22.819Z] #42 138.3 github.com/LK4D4/vndr/build [2020-07-08T09:53:22.940Z] #17 25.78 Selecting previously unselected package bash-completion. [2020-07-08T09:53:22.940Z] #17 25.79 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-07-08T09:53:23.035Z] #39 ... [2020-07-08T09:53:23.035Z] [2020-07-08T09:53:23.035Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:23.035Z] #41 107.3 vendor/golang.org/x/net/idna [2020-07-08T09:53:23.035Z] #41 109.7 vendor/golang.org/x/net/http2/hpack [2020-07-08T09:53:23.035Z] #41 110.7 mime [2020-07-08T09:53:23.035Z] #41 112.4 mime/quotedprintable [2020-07-08T09:53:23.035Z] #41 112.7 net/http/internal [2020-07-08T09:53:23.035Z] #41 116.4 net/textproto [2020-07-08T09:53:23.035Z] #41 116.4 crypto/x509 [2020-07-08T09:53:23.035Z] #41 117.4 vendor/golang.org/x/net/http/httpguts [2020-07-08T09:53:23.035Z] #41 ... [2020-07-08T09:53:23.035Z] [2020-07-08T09:53:23.035Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:23.035Z] #39 44.88 CC compel/plugins/std/infect.o [2020-07-08T09:53:23.145Z] #42 ... [2020-07-08T09:53:23.145Z] [2020-07-08T09:53:23.145Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:23.145Z] #40 73.47 CC criu/arch/ppc64/vdso-trampoline.o [2020-07-08T09:53:23.145Z] #40 73.53 CC criu/pie/restorer.o [2020-07-08T09:53:23.294Z] #39 45.34 CC compel/arch/x86/plugins/std/parasite-head.o [2020-07-08T09:53:23.553Z] #39 45.40 CC compel/arch/x86/plugins/std/memcpy.o [2020-07-08T09:53:23.553Z] #39 45.43 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-07-08T09:53:23.553Z] #39 45.47 AR compel/plugins/std.lib.a [2020-07-08T09:53:23.621Z] #54 ... [2020-07-08T09:53:23.621Z] [2020-07-08T09:53:23.621Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:23.621Z] #39 34.65 CC images/ext-file.o [2020-07-08T09:53:23.621Z] #39 34.92 CC images/cgroup.o [2020-07-08T09:53:23.621Z] #39 35.42 CC images/userns.o [2020-07-08T09:53:23.621Z] #39 35.70 CC images/google/protobuf/descriptor.o [2020-07-08T09:53:23.621Z] #39 37.22 CC images/opts.o [2020-07-08T09:53:23.621Z] #39 37.42 CC images/seccomp.o [2020-07-08T09:53:23.621Z] #39 37.76 CC images/binfmt-misc.o [2020-07-08T09:53:23.621Z] #39 37.93 CC images/time.o [2020-07-08T09:53:23.621Z] #39 38.08 CC images/sysctl.o [2020-07-08T09:53:23.621Z] #39 38.24 CC images/autofs.o [2020-07-08T09:53:23.621Z] #39 38.49 CC images/macvlan.o [2020-07-08T09:53:23.621Z] #39 38.65 CC images/sit.o [2020-07-08T09:53:23.621Z] #39 38.88 CC images/memfd.o [2020-07-08T09:53:23.621Z] #39 39.09 CC images/timens.o [2020-07-08T09:53:23.621Z] #39 39.32 LINK images/built-in.o [2020-07-08T09:53:23.621Z] #39 39.57 GEN compel/include/asm [2020-07-08T09:53:23.621Z] #39 39.59 GEN compel/include/version.h [2020-07-08T09:53:23.621Z] #39 39.66 touch .config [2020-07-08T09:53:23.812Z] #39 45.54 CC compel/plugins/fds/fds.o [2020-07-08T09:53:23.909Z] #39 39.73 GEN include/common/config.h [2020-07-08T09:53:23.909Z] #39 39.79 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-07-08T09:53:23.909Z] #39 39.81 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-07-08T09:53:23.909Z] #39 39.84 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-07-08T09:53:23.909Z] #39 39.86 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-07-08T09:53:23.909Z] #39 39.88 DEP compel/arch/x86/plugins/std/memcpy.d [2020-07-08T09:53:23.909Z] #39 39.90 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-07-08T09:53:23.909Z] #39 39.95 GEN compel/plugins/include/uapi/std/syscall.h [2020-07-08T09:53:24.072Z] #39 45.85 AR compel/plugins/fds.lib.a [2020-07-08T09:53:24.072Z] #39 45.92 HOSTDEP compel/src/lib/log-host.d [2020-07-08T09:53:24.072Z] #39 46.07 HOSTDEP compel/src/lib/handle-elf-host.d [2020-07-08T09:53:24.169Z] #39 39.97 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-07-08T09:53:24.169Z] #39 39.98 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-07-08T09:53:24.169Z] #39 40.00 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-07-08T09:53:24.169Z] #39 40.00 DEP compel/plugins/std/infect.d [2020-07-08T09:53:24.169Z] #39 40.11 DEP compel/plugins/std/string.d [2020-07-08T09:53:24.169Z] #39 40.19 DEP compel/plugins/std/log.d [2020-07-08T09:53:24.337Z] #39 46.18 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-07-08T09:53:24.338Z] #39 46.24 HOSTDEP compel/src/main-host.d [2020-07-08T09:53:24.427Z] #39 40.27 DEP compel/plugins/std/fds.d [2020-07-08T09:53:24.427Z] #39 40.33 DEP compel/plugins/std/std.d [2020-07-08T09:53:24.427Z] #39 40.41 DEP compel/plugins/shmem/shmem.d [2020-07-08T09:53:24.427Z] #39 40.50 DEP compel/plugins/fds/fds.d [2020-07-08T09:53:24.615Z] #39 46.34 DEP compel/src/lib/ptrace.d [2020-07-08T09:53:24.615Z] #39 46.44 DEP compel/src/lib/infect.d [2020-07-08T09:53:24.685Z] #39 ... [2020-07-08T09:53:24.685Z] [2020-07-08T09:53:24.685Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:24.685Z] #54 DONE 118.2s [2020-07-08T09:53:24.685Z] [2020-07-08T09:53:24.685Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-07-08T09:53:24.685Z] #55 DONE 0.0s [2020-07-08T09:53:24.685Z] [2020-07-08T09:53:24.685Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:24.685Z] #39 40.60 CC compel/plugins/std/std.o [2020-07-08T09:53:24.685Z] #39 ... [2020-07-08T09:53:24.685Z] [2020-07-08T09:53:24.685Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:53:24.685Z] #10 116.5 Selecting previously unselected package libapparmor1:amd64. [2020-07-08T09:53:24.685Z] #10 116.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-07-08T09:53:24.685Z] #10 116.5 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-07-08T09:53:24.685Z] #10 116.6 Selecting previously unselected package libapparmor-dev:amd64. [2020-07-08T09:53:24.685Z] #10 116.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-07-08T09:53:24.685Z] #10 116.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-07-08T09:53:24.685Z] #10 116.8 Selecting previously unselected package libbtrfs0. [2020-07-08T09:53:24.685Z] #10 116.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-07-08T09:53:24.685Z] #10 116.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:53:24.685Z] #10 117.1 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:53:24.685Z] #10 117.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-07-08T09:53:24.685Z] #10 117.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:53:24.685Z] #10 118.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-07-08T09:53:24.685Z] #10 118.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:53:24.685Z] #10 118.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:24.685Z] #10 ... [2020-07-08T09:53:24.685Z] [2020-07-08T09:53:24.685Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-07-08T09:53:24.685Z] #56 DONE 0.0s [2020-07-08T09:53:24.685Z] [2020-07-08T09:53:24.685Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:53:24.685Z] #10 118.3 Selecting previously unselected package libudev-dev:amd64. [2020-07-08T09:53:24.685Z] #10 118.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-07-08T09:53:24.685Z] #10 118.3 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:24.874Z] #39 46.61 DEP compel/src/lib/infect-util.d [2020-07-08T09:53:24.874Z] #39 46.69 DEP compel/src/lib/infect-rpc.d [2020-07-08T09:53:24.874Z] #39 46.83 DEP compel/arch/x86/src/lib/infect.d [2020-07-08T09:53:24.942Z] #10 118.6 Selecting previously unselected package libsepol1-dev:amd64. [2020-07-08T09:53:25.135Z] #39 46.94 DEP compel/arch/x86/src/lib/cpu.d [2020-07-08T09:53:25.135Z] #39 47.04 DEP compel/src/lib/log.d [2020-07-08T09:53:25.135Z] #39 47.12 DEP compel/src/main.d [2020-07-08T09:53:25.200Z] #10 118.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-07-08T09:53:25.200Z] #10 118.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-07-08T09:53:25.396Z] #39 ... [2020-07-08T09:53:25.396Z] [2020-07-08T09:53:25.396Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:25.396Z] #54 DONE 119.8s [2020-07-08T09:53:25.396Z] [2020-07-08T09:53:25.396Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-07-08T09:53:25.396Z] #55 DONE 0.1s [2020-07-08T09:53:25.396Z] [2020-07-08T09:53:25.396Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:25.396Z] #39 47.24 DEP compel/src/lib/handle-elf.d [2020-07-08T09:53:25.396Z] #39 ... [2020-07-08T09:53:25.396Z] [2020-07-08T09:53:25.396Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-07-08T09:53:25.396Z] #56 DONE 0.1s [2020-07-08T09:53:25.396Z] [2020-07-08T09:53:25.396Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:25.396Z] #39 47.42 DEP compel/arch/x86/src/lib/handle-elf.d [2020-07-08T09:53:25.458Z] #10 119.1 Selecting previously unselected package libpcre16-3:amd64. [2020-07-08T09:53:25.458Z] #10 119.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:25.458Z] #10 119.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:25.498Z] #17 28.34 Unpacking bash-completion (1:2.8-6) ... [2020-07-08T09:53:25.655Z] #39 47.63 CC compel/src/lib/log.o [2020-07-08T09:53:26.023Z] #10 119.6 Selecting previously unselected package libpcre32-3:amd64. [2020-07-08T09:53:26.023Z] #10 119.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:26.023Z] #10 119.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:26.074Z] #17 28.83 Selecting previously unselected package bzip2. [2020-07-08T09:53:26.074Z] #17 28.85 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-07-08T09:53:26.074Z] #17 28.86 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:53:26.222Z] #39 48.08 CC compel/arch/x86/src/lib/cpu.o [2020-07-08T09:53:26.281Z] #10 119.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-07-08T09:53:26.281Z] #10 119.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:26.281Z] #10 119.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-07-08T09:53:26.281Z] #10 120.0 Selecting previously unselected package libpcre3-dev:amd64. [2020-07-08T09:53:26.337Z] #17 28.96 Selecting previously unselected package xz-utils. [2020-07-08T09:53:26.337Z] #17 28.97 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-07-08T09:53:26.337Z] #17 28.98 Unpacking xz-utils (5.2.4-1) ... [2020-07-08T09:53:26.337Z] #17 29.12 Selecting previously unselected package apparmor. [2020-07-08T09:53:26.337Z] #17 29.13 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-07-08T09:53:26.538Z] #10 120.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:26.538Z] #10 120.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-07-08T09:53:26.600Z] #17 29.21 Unpacking apparmor (2.13.2-10) ... [2020-07-08T09:53:26.723Z] #40 76.46 LINK criu/pie/restorer.built-in.o [2020-07-08T09:53:26.723Z] #40 76.47 GEN criu/pie/restorer-blob.h [2020-07-08T09:53:26.723Z] #40 76.56 DEP criu/vdso.d [2020-07-08T09:53:26.723Z] #40 76.71 DEP criu/uts_ns.d [2020-07-08T09:53:26.723Z] #40 76.90 DEP criu/util.d [2020-07-08T09:53:26.723Z] #40 77.10 DEP criu/uffd.d [2020-07-08T09:53:26.796Z] #10 120.4 Selecting previously unselected package libselinux1-dev:amd64. [2020-07-08T09:53:26.870Z] #17 29.56 Selecting previously unselected package aufs-tools. [2020-07-08T09:53:26.870Z] #17 29.58 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-07-08T09:53:26.870Z] #17 29.58 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:53:26.870Z] #17 29.73 Selecting previously unselected package libonig5:arm64. [2020-07-08T09:53:26.870Z] #17 29.74 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-07-08T09:53:26.870Z] #17 29.75 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-07-08T09:53:27.022Z] #40 77.25 DEP criu/tun.d [2020-07-08T09:53:27.022Z] #40 77.40 DEP criu/tty.d [2020-07-08T09:53:27.054Z] #10 120.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-07-08T09:53:27.054Z] #10 120.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-07-08T09:53:27.054Z] #10 ... [2020-07-08T09:53:27.054Z] [2020-07-08T09:53:27.054Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:27.054Z] #41 110.5 mime [2020-07-08T09:53:27.054Z] #41 112.2 mime/quotedprintable [2020-07-08T09:53:27.054Z] #41 112.5 net/http/internal [2020-07-08T09:53:27.054Z] #41 115.0 crypto/tls [2020-07-08T09:53:27.054Z] #41 ... [2020-07-08T09:53:27.054Z] [2020-07-08T09:53:27.054Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:53:27.054Z] #10 120.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-07-08T09:53:27.054Z] #10 120.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:53:27.132Z] #17 29.91 Selecting previously unselected package libjq1:arm64. [2020-07-08T09:53:27.132Z] #17 29.92 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-07-08T09:53:27.132Z] #17 29.93 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-07-08T09:53:27.159Z] #39 49.05 CC compel/arch/x86/src/lib/infect.o [2020-07-08T09:53:27.312Z] #10 120.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:27.312Z] #10 120.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-07-08T09:53:27.312Z] #10 120.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-07-08T09:53:27.312Z] #10 120.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-07-08T09:53:27.312Z] #10 120.9 Selecting previously unselected package libsystemd-dev:amd64. [2020-07-08T09:53:27.312Z] #10 120.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-07-08T09:53:27.312Z] #10 120.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:27.320Z] #40 77.57 DEP criu/timerfd.d [2020-07-08T09:53:27.395Z] #17 30.08 Selecting previously unselected package jq. [2020-07-08T09:53:27.395Z] #17 30.09 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-07-08T09:53:27.395Z] #17 30.11 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:53:27.395Z] #17 30.20 Selecting previously unselected package libaio1:arm64. [2020-07-08T09:53:27.395Z] #17 30.21 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-07-08T09:53:27.395Z] #17 30.22 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-07-08T09:53:27.395Z] #17 30.31 Selecting previously unselected package libgpm2:arm64. [2020-07-08T09:53:27.395Z] #17 30.32 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-07-08T09:53:27.395Z] #17 30.33 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-07-08T09:53:27.395Z] #17 30.40 Selecting previously unselected package libicu63:arm64. [2020-07-08T09:53:27.618Z] #40 77.74 DEP criu/timens.d [2020-07-08T09:53:27.618Z] #40 77.94 DEP criu/sysfs_parse.d [2020-07-08T09:53:27.658Z] #17 30.41 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-07-08T09:53:27.658Z] #17 30.42 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-07-08T09:53:27.727Z] #39 49.81 CC compel/src/lib/infect-rpc.o [2020-07-08T09:53:27.880Z] #10 121.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-07-08T09:53:27.880Z] #10 121.4 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-07-08T09:53:27.880Z] #10 121.4 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-07-08T09:53:27.880Z] #10 121.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:53:27.880Z] #10 121.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:27.880Z] #10 121.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-07-08T09:53:27.880Z] #10 121.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:27.880Z] #10 121.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:53:27.880Z] #10 121.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:27.880Z] #10 121.6 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:27.880Z] #10 121.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:53:27.916Z] #40 78.16 DEP criu/sysctl.d [2020-07-08T09:53:28.137Z] #10 121.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:53:28.137Z] #10 121.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-07-08T09:53:28.137Z] #10 121.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-07-08T09:53:28.137Z] #10 121.6 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:28.137Z] #10 121.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:53:28.137Z] #10 121.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.137Z] #10 121.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:28.137Z] #10 121.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-07-08T09:53:28.137Z] #10 121.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-07-08T09:53:28.137Z] #10 121.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:28.137Z] #10 121.7 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-07-08T09:53:28.137Z] #10 121.7 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-07-08T09:53:28.137Z] #10 121.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:53:28.137Z] #10 121.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-07-08T09:53:28.217Z] #40 78.35 DEP criu/string.d [2020-07-08T09:53:28.217Z] #40 78.39 DEP criu/stats.d [2020-07-08T09:53:28.217Z] #40 78.53 DEP criu/sockets.d [2020-07-08T09:53:28.295Z] #39 50.09 CC compel/src/lib/infect-util.o [2020-07-08T09:53:28.295Z] #39 50.25 CC compel/src/lib/infect.o [2020-07-08T09:53:28.397Z] #10 121.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.397Z] #10 121.8 Setting up dmsetup (2:1.02.155-3) ... [2020-07-08T09:53:28.397Z] #10 121.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.397Z] #10 121.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.397Z] #10 121.9 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:53:28.523Z] #40 78.74 DEP criu/sk-unix.d [2020-07-08T09:53:28.653Z] #10 DONE 122.3s [2020-07-08T09:53:28.653Z] [2020-07-08T09:53:28.653Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:28.653Z] #39 40.96 CC compel/plugins/std/fds.o [2020-07-08T09:53:28.653Z] #39 41.50 CC compel/plugins/std/log.o [2020-07-08T09:53:28.653Z] #39 42.52 CC compel/plugins/std/string.o [2020-07-08T09:53:28.653Z] #39 43.06 CC compel/plugins/std/infect.o [2020-07-08T09:53:28.654Z] #39 43.45 CC compel/arch/x86/plugins/std/parasite-head.o [2020-07-08T09:53:28.654Z] #39 43.49 CC compel/arch/x86/plugins/std/memcpy.o [2020-07-08T09:53:28.654Z] #39 43.52 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-07-08T09:53:28.654Z] #39 43.60 AR compel/plugins/std.lib.a [2020-07-08T09:53:28.654Z] #39 43.70 CC compel/plugins/fds/fds.o [2020-07-08T09:53:28.654Z] #39 43.94 AR compel/plugins/fds.lib.a [2020-07-08T09:53:28.654Z] #39 43.98 HOSTDEP compel/src/lib/log-host.d [2020-07-08T09:53:28.654Z] #39 44.04 HOSTDEP compel/src/lib/handle-elf-host.d [2020-07-08T09:53:28.654Z] #39 44.19 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-07-08T09:53:28.654Z] #39 44.23 HOSTDEP compel/src/main-host.d [2020-07-08T09:53:28.654Z] #39 44.29 DEP compel/src/lib/ptrace.d [2020-07-08T09:53:28.654Z] #39 44.37 DEP compel/src/lib/infect.d [2020-07-08T09:53:28.654Z] #39 44.46 DEP compel/src/lib/infect-util.d [2020-07-08T09:53:28.654Z] #39 44.52 DEP compel/src/lib/infect-rpc.d [2020-07-08T09:53:28.654Z] #39 44.66 DEP compel/arch/x86/src/lib/infect.d [2020-07-08T09:53:28.654Z] #39 44.75 DEP compel/arch/x86/src/lib/cpu.d [2020-07-08T09:53:28.831Z] #40 79.03 DEP criu/sk-tcp.d [2020-07-08T09:53:28.864Z] #39 ... [2020-07-08T09:53:28.864Z] [2020-07-08T09:53:28.864Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-07-08T09:53:28.864Z] #10 117.6 Selecting previously unselected package libapparmor1:amd64. [2020-07-08T09:53:28.864Z] #10 117.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 117.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-07-08T09:53:28.864Z] #10 117.7 Selecting previously unselected package libapparmor-dev:amd64. [2020-07-08T09:53:28.864Z] #10 117.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 117.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-07-08T09:53:28.864Z] #10 117.9 Selecting previously unselected package libbtrfs0. [2020-07-08T09:53:28.864Z] #10 117.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 118.0 Unpacking libbtrfs0 (4.20.1-2) ... [2020-07-08T09:53:28.864Z] #10 118.1 Selecting previously unselected package libbtrfs-dev. [2020-07-08T09:53:28.864Z] #10 118.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 118.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:53:28.864Z] #10 118.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-07-08T09:53:28.864Z] #10 118.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 118.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.864Z] #10 118.4 Selecting previously unselected package libudev-dev:amd64. [2020-07-08T09:53:28.864Z] #10 118.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 118.4 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:28.864Z] #10 118.8 Selecting previously unselected package libsepol1-dev:amd64. [2020-07-08T09:53:28.864Z] #10 118.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 119.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-07-08T09:53:28.864Z] #10 119.7 Selecting previously unselected package libpcre16-3:amd64. [2020-07-08T09:53:28.864Z] #10 119.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 119.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 120.1 Selecting previously unselected package libpcre32-3:amd64. [2020-07-08T09:53:28.864Z] #10 120.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 120.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 120.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-07-08T09:53:28.864Z] #10 120.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 120.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 120.5 Selecting previously unselected package libpcre3-dev:amd64. [2020-07-08T09:53:28.864Z] #10 120.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 120.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 121.2 Selecting previously unselected package libselinux1-dev:amd64. [2020-07-08T09:53:28.864Z] #10 121.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 121.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-07-08T09:53:28.864Z] #10 121.5 Selecting previously unselected package libdevmapper-dev:amd64. [2020-07-08T09:53:28.864Z] #10 121.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 121.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.864Z] #10 121.6 Selecting previously unselected package libseccomp-dev:amd64. [2020-07-08T09:53:28.864Z] #10 121.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 121.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-07-08T09:53:28.864Z] #10 121.7 Selecting previously unselected package libsystemd-dev:amd64. [2020-07-08T09:53:28.864Z] #10 121.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-07-08T09:53:28.864Z] #10 121.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:28.864Z] #10 122.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 122.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-07-08T09:53:28.864Z] #10 122.2 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-07-08T09:53:28.864Z] #10 122.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-07-08T09:53:28.864Z] #10 122.2 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 122.2 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-07-08T09:53:28.864Z] #10 122.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:28.864Z] #10 122.3 Setting up libbtrfs0 (4.20.1-2) ... [2020-07-08T09:53:28.864Z] #10 122.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 122.3 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up libbtrfs-dev (4.20.1-2) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-07-08T09:53:28.864Z] #10 122.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-07-08T09:53:28.864Z] #10 122.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:28.864Z] #10 122.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-07-08T09:53:28.864Z] #10 122.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-07-08T09:53:28.864Z] #10 122.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-07-08T09:53:28.864Z] #10 122.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-07-08T09:53:28.864Z] #10 122.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-07-08T09:53:28.864Z] #10 122.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-07-08T09:53:28.864Z] #10 122.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-07-08T09:53:28.864Z] #10 122.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.864Z] #10 122.6 Setting up dmsetup (2:1.02.155-3) ... [2020-07-08T09:53:28.864Z] #10 122.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.864Z] #10 122.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-07-08T09:53:28.864Z] #10 122.7 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:53:28.864Z] #10 DONE 123.2s [2020-07-08T09:53:28.864Z] [2020-07-08T09:53:28.864Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:28.911Z] #39 44.80 DEP compel/src/lib/log.d [2020-07-08T09:53:28.911Z] #39 44.90 DEP compel/src/main.d [2020-07-08T09:53:29.064Z] #17 ... [2020-07-08T09:53:29.064Z] [2020-07-08T09:53:29.064Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:29.064Z] #39 69.99 DEP criu/seize.d [2020-07-08T09:53:29.064Z] #39 70.23 DEP criu/seccomp.d [2020-07-08T09:53:29.064Z] #39 70.43 DEP criu/rst-malloc.d [2020-07-08T09:53:29.064Z] #39 70.54 DEP criu/rbtree.d [2020-07-08T09:53:29.064Z] #39 70.57 DEP criu/pstree.d [2020-07-08T09:53:29.064Z] #39 70.81 DEP criu/protobuf.d [2020-07-08T09:53:29.064Z] #39 70.93 GEN criu/protobuf-desc-gen.h [2020-07-08T09:53:29.064Z] #39 72.40 DEP criu/protobuf-desc.d [2020-07-08T09:53:29.064Z] #39 72.58 DEP criu/proc_parse.d [2020-07-08T09:53:29.064Z] #39 72.85 DEP criu/plugin.d [2020-07-08T09:53:29.064Z] #39 72.93 DEP criu/pipes.d [2020-07-08T09:53:29.064Z] #39 73.10 DEP criu/pie-util.d [2020-07-08T09:53:29.064Z] #39 73.20 DEP criu/pie-util-vdso.d [2020-07-08T09:53:29.064Z] #39 73.32 DEP criu/path.d [2020-07-08T09:53:29.064Z] #39 73.43 DEP criu/parasite-syscall.d [2020-07-08T09:53:29.064Z] #39 73.63 DEP criu/pagemap.d [2020-07-08T09:53:29.064Z] #39 73.83 DEP criu/pagemap-cache.d [2020-07-08T09:53:29.064Z] #39 74.02 DEP criu/page-xfer.d [2020-07-08T09:53:29.064Z] #39 74.25 DEP criu/page-pipe.d [2020-07-08T09:53:29.064Z] #39 74.39 DEP criu/netfilter.d [2020-07-08T09:53:29.064Z] #39 74.63 DEP criu/net.d [2020-07-08T09:53:29.064Z] #39 74.79 DEP criu/namespaces.d [2020-07-08T09:53:29.064Z] #39 75.03 DEP criu/mount.d [2020-07-08T09:53:29.064Z] #39 75.17 DEP criu/memfd.d [2020-07-08T09:53:29.064Z] #39 75.31 DEP criu/mem.d [2020-07-08T09:53:29.064Z] #39 75.52 DEP criu/lsm.d [2020-07-08T09:53:29.064Z] #39 75.66 DEP criu/log.d [2020-07-08T09:53:29.064Z] #39 75.81 DEP criu/libnetlink.d [2020-07-08T09:53:29.064Z] #39 75.98 DEP criu/kerndat.d [2020-07-08T09:53:29.064Z] #39 76.17 DEP criu/kcmp-ids.d [2020-07-08T09:53:29.064Z] #39 76.24 DEP criu/irmap.d [2020-07-08T09:53:29.064Z] #39 76.38 DEP criu/ipc_ns.d [2020-07-08T09:53:29.064Z] #39 76.52 DEP criu/image.d [2020-07-08T09:53:29.064Z] #39 76.72 DEP criu/image-desc.d [2020-07-08T09:53:29.064Z] #39 76.78 DEP criu/fsnotify.d [2020-07-08T09:53:29.064Z] #39 76.92 DEP criu/filesystems.d [2020-07-08T09:53:29.064Z] #39 77.03 DEP criu/files.d [2020-07-08T09:53:29.064Z] #39 77.17 DEP criu/files-reg.d [2020-07-08T09:53:29.064Z] #39 77.37 DEP criu/files-ext.d [2020-07-08T09:53:29.064Z] #39 77.51 DEP criu/file-lock.d [2020-07-08T09:53:29.064Z] #39 77.62 DEP criu/file-ids.d [2020-07-08T09:53:29.064Z] #39 77.71 DEP criu/fifo.d [2020-07-08T09:53:29.064Z] #39 77.88 DEP criu/fdstore.d [2020-07-08T09:53:29.064Z] #39 77.99 DEP criu/fault-injection.d [2020-07-08T09:53:29.064Z] #39 78.05 DEP criu/external.d [2020-07-08T09:53:29.064Z] #39 78.17 DEP criu/eventpoll.d [2020-07-08T09:53:29.064Z] #39 78.33 DEP criu/eventfd.d [2020-07-08T09:53:29.064Z] #39 78.46 DEP criu/crtools.d [2020-07-08T09:53:29.064Z] #39 78.62 DEP criu/cr-service.d [2020-07-08T09:53:29.064Z] #39 78.76 DEP criu/cr-restore.d [2020-07-08T09:53:29.064Z] #39 78.99 DEP criu/cr-errno.d [2020-07-08T09:53:29.064Z] #39 79.00 DEP criu/cr-dump.d [2020-07-08T09:53:29.064Z] #39 79.23 DEP criu/cr-dedup.d [2020-07-08T09:53:29.064Z] #39 79.34 DEP criu/cr-check.d [2020-07-08T09:53:29.064Z] #39 79.52 DEP criu/config.d [2020-07-08T09:53:29.064Z] #39 79.75 DEP criu/clone-noasan.d [2020-07-08T09:53:29.064Z] #39 79.85 DEP criu/cgroup.d [2020-07-08T09:53:29.064Z] #39 80.02 DEP criu/cgroup-props.d [2020-07-08T09:53:29.064Z] #39 80.15 DEP criu/bitmap.d [2020-07-08T09:53:29.064Z] #39 80.17 DEP criu/bfd.d [2020-07-08T09:53:29.064Z] #39 80.28 DEP criu/autofs.d [2020-07-08T09:53:29.131Z] #40 79.20 DEP criu/sk-queue.d [2020-07-08T09:53:29.168Z] #39 45.07 DEP compel/src/lib/handle-elf.d [2020-07-08T09:53:29.168Z] #39 45.30 DEP compel/arch/x86/src/lib/handle-elf.d [2020-07-08T09:53:29.327Z] #39 80.41 DEP criu/aio.d [2020-07-08T09:53:29.327Z] #39 80.55 DEP criu/action-scripts.d [2020-07-08T09:53:29.424Z] #39 45.44 CC compel/src/lib/log.o [2020-07-08T09:53:29.436Z] #40 79.50 DEP criu/sk-packet.d [2020-07-08T09:53:29.436Z] #40 ... [2020-07-08T09:53:29.436Z] [2020-07-08T09:53:29.436Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:29.436Z] #18 23.51 The following NEW packages will be installed: [2020-07-08T09:53:29.436Z] #18 23.51 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-07-08T09:53:29.436Z] #18 23.51 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-07-08T09:53:29.436Z] #18 23.51 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-07-08T09:53:29.436Z] #18 23.51 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-07-08T09:53:29.436Z] #18 23.51 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-07-08T09:53:29.436Z] #18 23.51 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-07-08T09:53:29.436Z] #18 23.52 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-07-08T09:53:29.436Z] #18 23.52 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-07-08T09:53:29.436Z] #18 23.52 xz-utils zip [2020-07-08T09:53:29.436Z] #18 23.62 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:53:29.436Z] #18 23.62 Need to get 29.2 MB of archives. [2020-07-08T09:53:29.436Z] #18 23.62 After this operation, 134 MB of additional disk space will be used. [2020-07-08T09:53:29.436Z] #18 23.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-07-08T09:53:29.436Z] #18 23.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] [2020-07-08T09:53:29.436Z] #18 23.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] [2020-07-08T09:53:29.436Z] #18 23.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-07-08T09:53:29.436Z] #18 23.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-07-08T09:53:29.436Z] #18 23.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] [2020-07-08T09:53:29.436Z] #18 23.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] [2020-07-08T09:53:29.436Z] #18 23.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-07-08T09:53:29.436Z] #18 23.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-07-08T09:53:29.436Z] #18 23.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-07-08T09:53:29.436Z] #18 24.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-07-08T09:53:29.436Z] #18 24.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-07-08T09:53:29.436Z] #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-07-08T09:53:29.436Z] #18 24.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-07-08T09:53:29.436Z] #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-07-08T09:53:29.436Z] #18 24.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-07-08T09:53:29.436Z] #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-07-08T09:53:29.436Z] #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-07-08T09:53:29.436Z] #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-07-08T09:53:29.436Z] #18 24.13 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-07-08T09:53:29.436Z] #18 24.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-07-08T09:53:29.436Z] #18 24.16 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-07-08T09:53:29.436Z] #18 24.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-07-08T09:53:29.436Z] #18 24.22 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-07-08T09:53:29.436Z] #18 24.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-07-08T09:53:29.436Z] #18 24.23 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-07-08T09:53:29.436Z] #18 24.24 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-07-08T09:53:29.436Z] #18 24.24 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-07-08T09:53:29.436Z] #18 24.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-07-08T09:53:29.436Z] #18 24.97 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-07-08T09:53:29.436Z] #18 24.97 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-07-08T09:53:29.436Z] #18 24.98 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-07-08T09:53:29.436Z] #18 24.98 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-07-08T09:53:29.436Z] #18 25.03 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-07-08T09:53:29.436Z] #18 25.28 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-07-08T09:53:29.436Z] #18 25.39 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-07-08T09:53:29.436Z] #18 25.41 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-07-08T09:53:29.436Z] #18 25.41 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-07-08T09:53:29.436Z] #18 25.43 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-07-08T09:53:29.436Z] #18 25.44 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-07-08T09:53:29.436Z] #18 25.46 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-07-08T09:53:29.436Z] #18 25.47 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-07-08T09:53:29.436Z] #18 26.08 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-07-08T09:53:29.436Z] #18 26.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-07-08T09:53:29.436Z] #18 26.13 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-07-08T09:53:29.436Z] #18 26.60 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-07-08T09:53:29.436Z] #18 27.26 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-07-08T09:53:29.436Z] #18 27.33 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-07-08T09:53:29.436Z] #18 28.08 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:53:29.436Z] #18 28.16 Fetched 29.2 MB in 4s (7767 kB/s) [2020-07-08T09:53:29.436Z] #18 28.24 Selecting previously unselected package pigz. [2020-07-08T09:53:29.436Z] #18 28.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-07-08T09:53:29.436Z] #18 28.33 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-07-08T09:53:29.436Z] #18 28.34 Unpacking pigz (2.4-1) ... [2020-07-08T09:53:29.436Z] #18 28.45 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-07-08T09:53:29.436Z] #18 28.45 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-07-08T09:53:29.436Z] #18 28.46 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-07-08T09:53:29.436Z] #18 28.96 Selecting previously unselected package python3.7-minimal. [2020-07-08T09:53:29.436Z] #18 28.97 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... [2020-07-08T09:53:29.436Z] #18 28.99 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:53:29.436Z] #18 ... [2020-07-08T09:53:29.436Z] [2020-07-08T09:53:29.436Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:29.436Z] #40 79.73 DEP criu/sk-netlink.d [2020-07-08T09:53:29.590Z] #39 80.81 CC criu/action-scripts.o [2020-07-08T09:53:29.681Z] #39 45.62 CC compel/arch/x86/src/lib/cpu.o [2020-07-08T09:53:29.737Z] #40 79.93 DEP criu/sk-inet.d [2020-07-08T09:53:29.737Z] #40 80.16 DEP criu/signalfd.d [2020-07-08T09:53:29.977Z] Client: [2020-07-08T09:53:29.977Z] Debug Mode: false [2020-07-08T09:53:29.977Z] Plugins: [2020-07-08T09:53:29.977Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-07-08T09:53:29.977Z] [2020-07-08T09:53:29.977Z] Server: [2020-07-08T09:53:29.977Z] Containers: 0 [2020-07-08T09:53:29.977Z] Running: 0 [2020-07-08T09:53:29.977Z] Paused: 0 [2020-07-08T09:53:29.977Z] Stopped: 0 [2020-07-08T09:53:29.977Z] Images: 0 [2020-07-08T09:53:29.977Z] Server Version: 19.03.5 [2020-07-08T09:53:29.977Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-07-08T09:53:29.977Z] Windows: [2020-07-08T09:53:29.977Z] LCOW: [2020-07-08T09:53:29.977Z] Logging Driver: json-file [2020-07-08T09:53:29.977Z] Plugins: [2020-07-08T09:53:29.977Z] Volume: local [2020-07-08T09:53:29.977Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-07-08T09:53:29.977Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-07-08T09:53:29.977Z] Swarm: inactive [2020-07-08T09:53:29.977Z] Default Isolation: process [2020-07-08T09:53:29.977Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-07-08T09:53:29.977Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-07-08T09:53:29.977Z] OSType: windows [2020-07-08T09:53:29.977Z] Architecture: x86_64 [2020-07-08T09:53:29.977Z] CPUs: 4 [2020-07-08T09:53:29.977Z] Total Memory: 32GiB [2020-07-08T09:53:29.977Z] Name: azwin-2-1ba990 [2020-07-08T09:53:29.977Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-07-08T09:53:29.977Z] Docker Root Dir: D:\docker [2020-07-08T09:53:29.977Z] Debug Mode: false [2020-07-08T09:53:29.977Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:53:29.977Z] Labels: [2020-07-08T09:53:29.977Z] Experimental: true [2020-07-08T09:53:29.977Z] Insecure Registries: [2020-07-08T09:53:29.977Z] 10.0.0.4:5000 [2020-07-08T09:53:29.977Z] 127.0.0.0/8 [2020-07-08T09:53:29.977Z] Registry Mirrors: [2020-07-08T09:53:29.977Z] http://10.0.0.4:5000/ [2020-07-08T09:53:29.977Z] Live Restore Enabled: false [2020-07-08T09:53:29.977Z] [2020-07-08T09:53:30.036Z] #40 80.32 DEP criu/sigframe.d [2020-07-08T09:53:30.036Z] #40 80.39 DEP criu/shmem.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-07-08T09:53:30.166Z] #39 81.31 CC criu/aio.o [2020-07-08T09:53:30.166Z] #39 ... [2020-07-08T09:53:30.166Z] [2020-07-08T09:53:30.166Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:30.166Z] #17 32.96 Selecting previously unselected package libnet1:arm64. [2020-07-08T09:53:30.166Z] #17 32.99 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-07-08T09:53:30.166Z] #17 33.00 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:53:30.166Z] #17 33.09 Selecting previously unselected package libnl-3-200:arm64. [2020-07-08T09:53:30.337Z] #40 80.55 DEP criu/servicefd.d [2020-07-08T09:53:30.337Z] #40 80.68 DEP criu/seize.d [2020-07-08T09:53:30.428Z] #17 33.10 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-07-08T09:53:30.428Z] #17 33.12 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-07-08T09:53:30.428Z] #17 33.21 Selecting previously unselected package libprotobuf-c1:arm64. [2020-07-08T09:53:30.428Z] #17 33.21 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-07-08T09:53:30.428Z] #17 33.23 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-07-08T09:53:30.428Z] #17 33.33 Selecting previously unselected package libreadline5:arm64. [2020-07-08T09:53:30.613Z] #39 46.49 CC compel/arch/x86/src/lib/infect.o [2020-07-08T09:53:30.636Z] #40 80.84 DEP criu/seccomp.d [2020-07-08T09:53:30.636Z] #40 81.03 DEP criu/rst-malloc.d [2020-07-08T09:53:30.691Z] #17 33.35 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-07-08T09:53:30.691Z] #17 33.36 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-07-08T09:53:30.691Z] #17 33.50 Selecting previously unselected package net-tools. [2020-07-08T09:53:30.691Z] #17 33.51 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-07-08T09:53:30.691Z] #17 33.52 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:53:30.934Z] #40 81.13 DEP criu/rbtree.d [2020-07-08T09:53:30.935Z] #40 81.16 DEP criu/pstree.d [2020-07-08T09:53:30.954Z] #17 33.68 Selecting previously unselected package python-pip-whl. [2020-07-08T09:53:30.954Z] #17 33.69 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-07-08T09:53:30.954Z] #17 33.70 Unpacking python-pip-whl (18.1-5) ... [2020-07-08T09:53:31.178Z] #39 47.31 CC compel/src/lib/infect-rpc.o [2020-07-08T09:53:31.217Z] #17 34.17 Selecting previously unselected package python3-lib2to3. [2020-07-08T09:53:31.233Z] #40 81.34 DEP criu/protobuf.d [2020-07-08T09:53:31.233Z] #40 81.52 GEN criu/protobuf-desc-gen.h [2020-07-08T09:53:31.399Z] #49 ... [2020-07-08T09:53:31.399Z] [2020-07-08T09:53:31.399Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-07-08T09:53:31.399Z] #11 DONE 2.3s [2020-07-08T09:53:31.399Z] [2020-07-08T09:53:31.399Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:31.399Z] #49 2.475 + RM_GOPATH=0 [2020-07-08T09:53:31.399Z] #49 2.475 + TMP_GOPATH= [2020-07-08T09:53:31.399Z] #49 2.475 + : /build [2020-07-08T09:53:31.399Z] #49 2.475 + '[' -z '' ']' [2020-07-08T09:53:31.399Z] #49 2.475 ++ mktemp -d [2020-07-08T09:53:31.399Z] #49 2.480 + export GOPATH=/tmp/tmp.gdyntaqRr7 [2020-07-08T09:53:31.399Z] #49 2.480 + GOPATH=/tmp/tmp.gdyntaqRr7 [2020-07-08T09:53:31.399Z] #49 2.480 + RM_GOPATH=1 [2020-07-08T09:53:31.399Z] #49 2.480 + case "$(go env GOARCH)" in [2020-07-08T09:53:31.399Z] #49 2.482 ++ go env GOARCH [2020-07-08T09:53:31.399Z] #49 2.559 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:53:31.399Z] #49 2.559 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:53:31.399Z] #49 2.568 ++ dirname /tmp/install/install.sh [2020-07-08T09:53:31.399Z] #49 2.568 + dir=/tmp/install [2020-07-08T09:53:31.399Z] #49 2.568 + bin=runc [2020-07-08T09:53:31.399Z] #49 2.568 + shift [2020-07-08T09:53:31.399Z] #49 2.568 + '[' '!' -f /tmp/install/runc.installer ']' [2020-07-08T09:53:31.399Z] #49 2.568 + . /tmp/install/runc.installer [2020-07-08T09:53:31.399Z] #49 2.568 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:53:31.399Z] #49 2.568 + install_runc [2020-07-08T09:53:31.399Z] #49 2.568 + grep -q '^3\.10\.0.*\.el7\.' [2020-07-08T09:53:31.399Z] #49 2.571 + uname -r [2020-07-08T09:53:31.399Z] #49 2.572 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-07-08T09:53:31.399Z] #49 2.575 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-07-08T09:53:31.399Z] #49 2.575 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gdyntaqRr7/src/github.com/opencontainers/runc [2020-07-08T09:53:31.399Z] #49 2.575 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-07-08T09:53:31.399Z] #49 2.612 Cloning into '/tmp/tmp.gdyntaqRr7/src/github.com/opencontainers/runc'... [2020-07-08T09:53:31.436Z] #39 ... [2020-07-08T09:53:31.436Z] [2020-07-08T09:53:31.436Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-07-08T09:53:31.436Z] #11 DONE 2.7s [2020-07-08T09:53:31.436Z] [2020-07-08T09:53:31.436Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-07-08T09:53:31.481Z] #17 34.18 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-07-08T09:53:31.481Z] #17 34.19 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:53:31.481Z] #17 34.40 Selecting previously unselected package python3-distutils. [2020-07-08T09:53:31.481Z] #17 34.42 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-07-08T09:53:31.744Z] #17 34.43 Unpacking python3-distutils (3.7.3-1) ... [2020-07-08T09:53:31.744Z] #17 34.58 Selecting previously unselected package python3-pip. [2020-07-08T09:53:31.744Z] #17 34.61 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-07-08T09:53:31.744Z] #17 34.62 Unpacking python3-pip (18.1-5) ... [2020-07-08T09:53:32.007Z] #17 34.87 Selecting previously unselected package python3-pkg-resources. [2020-07-08T09:53:32.007Z] #17 34.88 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:53:32.007Z] #17 34.89 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:53:32.270Z] #17 35.09 Selecting previously unselected package python3-setuptools. [2020-07-08T09:53:32.270Z] #17 35.09 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-07-08T09:53:32.270Z] #17 35.11 Unpacking python3-setuptools (40.8.0-1) ... [2020-07-08T09:53:32.535Z] #17 ... [2020-07-08T09:53:32.535Z] [2020-07-08T09:53:32.535Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:53:32.535Z] #36 136.3 + dpkg --print-architecture [2020-07-08T09:53:32.535Z] #36 DONE 136.9s [2020-07-08T09:53:32.535Z] [2020-07-08T09:53:32.535Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:32.535Z] #17 35.50 Selecting previously unselected package python3-wheel. [2020-07-08T09:53:32.535Z] #17 35.50 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-07-08T09:53:32.535Z] #17 35.51 Unpacking python3-wheel (0.32.3-2) ... [2020-07-08T09:53:32.797Z] #17 35.61 Selecting previously unselected package sudo. [2020-07-08T09:53:32.797Z] #17 35.61 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-07-08T09:53:32.797Z] #17 35.63 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:53:33.304Z] #49 ... [2020-07-08T09:53:33.304Z] [2020-07-08T09:53:33.304Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-07-08T09:53:33.304Z] #12 DONE 2.1s [2020-07-08T09:53:33.304Z] [2020-07-08T09:53:33.304Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:33.304Z] #41 117.7 vendor/golang.org/x/net/http/httpproxy [2020-07-08T09:53:33.304Z] #41 118.3 mime/multipart [2020-07-08T09:53:33.304Z] #41 120.3 crypto/tls [2020-07-08T09:53:33.304Z] #41 127.2 net/http/httptrace [2020-07-08T09:53:33.304Z] #41 127.4 net/http [2020-07-08T09:53:33.372Z] #17 36.14 Selecting previously unselected package thin-provisioning-tools. [2020-07-08T09:53:33.373Z] #17 36.14 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-07-08T09:53:33.373Z] #17 36.15 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:53:33.563Z] #41 ... [2020-07-08T09:53:33.563Z] [2020-07-08T09:53:33.563Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:33.563Z] #39 53.21 CC compel/src/lib/ptrace.o [2020-07-08T09:53:33.563Z] #39 53.67 AR compel/libcompel.a [2020-07-08T09:53:33.563Z] #39 53.80 HOSTCC compel/src/main-host.o [2020-07-08T09:53:33.563Z] #39 54.14 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-07-08T09:53:33.563Z] #39 54.31 HOSTCC compel/src/lib/handle-elf-host.o [2020-07-08T09:53:33.563Z] #39 54.68 HOSTCC compel/src/lib/log-host.o [2020-07-08T09:53:33.563Z] #39 54.85 HOSTLINK compel/compel-host-bin [2020-07-08T09:53:33.563Z] #39 55.04 DEP soccr/soccr.d [2020-07-08T09:53:33.563Z] #39 55.21 CC soccr/soccr.o [2020-07-08T09:53:33.636Z] #17 36.39 Selecting previously unselected package uidmap. [2020-07-08T09:53:33.636Z] #17 36.39 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-07-08T09:53:33.636Z] #17 36.40 Unpacking uidmap (1:4.5-1.1) ... [2020-07-08T09:53:33.636Z] #17 36.52 Selecting previously unselected package vim-runtime. [2020-07-08T09:53:33.636Z] #17 36.52 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:53:33.636Z] #17 36.57 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-07-08T09:53:33.636Z] #17 36.59 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-07-08T09:53:33.636Z] #17 36.63 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:53:33.966Z] #12 DONE 2.3s [2020-07-08T09:53:33.966Z] [2020-07-08T09:53:33.966Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:33.966Z] #49 2.486 + RM_GOPATH=0 [2020-07-08T09:53:33.966Z] #49 2.486 + TMP_GOPATH= [2020-07-08T09:53:33.966Z] #49 2.486 + : /build [2020-07-08T09:53:33.966Z] #49 2.486 + '[' -z '' ']' [2020-07-08T09:53:33.966Z] #49 2.495 ++ mktemp -d [2020-07-08T09:53:33.966Z] #49 2.505 + export GOPATH=/tmp/tmp.HspELBFuTr [2020-07-08T09:53:33.966Z] #49 2.505 + GOPATH=/tmp/tmp.HspELBFuTr [2020-07-08T09:53:33.966Z] #49 2.506 + RM_GOPATH=1 [2020-07-08T09:53:33.966Z] #49 2.506 + case "$(go env GOARCH)" in [2020-07-08T09:53:33.966Z] #49 2.506 ++ go env GOARCH [2020-07-08T09:53:33.966Z] #49 2.553 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T09:53:33.966Z] #49 2.558 + GO_BUILDMODE=-buildmode=pie [2020-07-08T09:53:33.966Z] #49 2.558 ++ dirname /tmp/install/install.sh [2020-07-08T09:53:33.966Z] #49 2.570 + dir=/tmp/install [2020-07-08T09:53:33.966Z] #49 2.570 + bin=runc [2020-07-08T09:53:33.966Z] #49 2.571 + shift [2020-07-08T09:53:33.966Z] #49 2.571 + '[' '!' -f /tmp/install/runc.installer ']' [2020-07-08T09:53:33.966Z] #49 2.571 + . /tmp/install/runc.installer [2020-07-08T09:53:33.966Z] #49 2.571 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:53:33.966Z] #49 2.571 + install_runc [2020-07-08T09:53:33.966Z] #49 2.572 + grep -q '^3\.10\.0.*\.el7\.' [2020-07-08T09:53:33.966Z] #49 2.573 + uname -r [2020-07-08T09:53:33.966Z] #49 2.575 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-07-08T09:53:33.966Z] #49 2.575 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-07-08T09:53:33.966Z] #49 2.575 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-07-08T09:53:33.966Z] #49 2.575 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HspELBFuTr/src/github.com/opencontainers/runc [2020-07-08T09:53:33.966Z] #49 2.577 Cloning into '/tmp/tmp.HspELBFuTr/src/github.com/opencontainers/runc'... [2020-07-08T09:53:34.021Z] #40 83.98 DEP criu/protobuf-desc.d [2020-07-08T09:53:34.021Z] #40 84.19 DEP criu/proc_parse.d [2020-07-08T09:53:34.320Z] #40 84.38 DEP criu/plugin.d [2020-07-08T09:53:34.320Z] #40 84.49 DEP criu/pipes.d [2020-07-08T09:53:34.619Z] #40 84.72 DEP criu/pie-util.d [2020-07-08T09:53:34.619Z] #40 84.90 DEP criu/pie-util-vdso.d [2020-07-08T09:53:34.926Z] #40 85.12 DEP criu/path.d [2020-07-08T09:53:34.926Z] #40 85.31 DEP criu/parasite-syscall.d [2020-07-08T09:53:34.941Z] #39 56.90 AR soccr/libsoccr.a [2020-07-08T09:53:35.200Z] #39 56.95 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:53:35.460Z] #39 ... [2020-07-08T09:53:35.460Z] [2020-07-08T09:53:35.460Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-07-08T09:53:35.460Z] #13 1.938 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-07-08T09:53:35.460Z] #13 DONE 2.1s [2020-07-08T09:53:35.460Z] [2020-07-08T09:53:35.460Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:35.460Z] #39 57.35 DEP criu/arch/x86/sigframe.d [2020-07-08T09:53:35.575Z] #40 85.79 DEP criu/pagemap.d [2020-07-08T09:53:35.575Z] #40 85.98 DEP criu/pagemap-cache.d [2020-07-08T09:53:35.719Z] #39 57.54 DEP criu/arch/x86/sigaction_compat.d [2020-07-08T09:53:35.719Z] #39 57.70 DEP criu/arch/x86/kerndat.d [2020-07-08T09:53:35.861Z] #49 ... [2020-07-08T09:53:35.861Z] [2020-07-08T09:53:35.861Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-07-08T09:53:35.861Z] #13 1.828 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-07-08T09:53:35.861Z] #13 DONE 1.9s [2020-07-08T09:53:35.861Z] [2020-07-08T09:53:35.861Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:53:35.873Z] #40 86.16 DEP criu/page-xfer.d [2020-07-08T09:53:35.978Z] #39 57.91 DEP criu/arch/x86/crtools.d [2020-07-08T09:53:36.171Z] #40 86.31 DEP criu/page-pipe.d [2020-07-08T09:53:36.171Z] #40 86.48 DEP criu/netfilter.d [2020-07-08T09:53:36.193Z] #17 39.01 Selecting previously unselected package vim. [2020-07-08T09:53:36.193Z] #17 39.02 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-07-08T09:53:36.193Z] #17 39.04 Unpacking vim (2:8.1.0875-5) ... [2020-07-08T09:53:36.237Z] #39 58.11 DEP criu/arch/x86/cpu.d [2020-07-08T09:53:36.237Z] #39 58.32 CC criu/arch/x86/cpu.o [2020-07-08T09:53:36.456Z] #17 39.39 Selecting previously unselected package xfsprogs. [2020-07-08T09:53:36.478Z] #40 ... [2020-07-08T09:53:36.478Z] [2020-07-08T09:53:36.478Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:36.478Z] #18 29.98 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... [2020-07-08T09:53:36.478Z] #18 30.00 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:53:36.478Z] #18 32.63 Selecting previously unselected package python3-minimal. [2020-07-08T09:53:36.478Z] #18 32.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-07-08T09:53:36.478Z] #18 32.68 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 32.68 Unpacking python3-minimal (3.7.3-1) ... [2020-07-08T09:53:36.478Z] #18 32.76 Selecting previously unselected package libmpdec2:ppc64el. [2020-07-08T09:53:36.478Z] #18 32.77 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 32.77 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-07-08T09:53:36.478Z] #18 32.89 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-07-08T09:53:36.478Z] #18 32.90 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 32.91 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-07-08T09:53:36.478Z] #18 34.02 Selecting previously unselected package python3.7. [2020-07-08T09:53:36.478Z] #18 34.03 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 34.05 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:36.478Z] #18 34.21 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-07-08T09:53:36.478Z] #18 34.21 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 34.24 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-07-08T09:53:36.478Z] #18 34.30 Setting up python3-minimal (3.7.3-1) ... [2020-07-08T09:53:36.478Z] #18 35.46 Selecting previously unselected package python3. [2020-07-08T09:53:36.478Z] #18 35.46 (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-07-08T09:53:36.478Z] #18 35.51 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 35.52 Unpacking python3 (3.7.3-1) ... [2020-07-08T09:53:36.478Z] #18 35.64 Selecting previously unselected package libip4tc0:ppc64el. [2020-07-08T09:53:36.478Z] #18 35.67 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 35.68 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-07-08T09:53:36.478Z] #18 35.79 Selecting previously unselected package libip6tc0:ppc64el. [2020-07-08T09:53:36.478Z] #18 35.80 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 35.82 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-07-08T09:53:36.478Z] #18 35.94 Selecting previously unselected package libiptc0:ppc64el. [2020-07-08T09:53:36.478Z] #18 35.95 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 35.96 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-07-08T09:53:36.478Z] #18 36.10 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-07-08T09:53:36.478Z] #18 36.10 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 36.13 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-07-08T09:53:36.478Z] #18 36.21 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-07-08T09:53:36.478Z] #18 36.21 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 36.21 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-07-08T09:53:36.478Z] #18 36.31 Selecting previously unselected package libnftnl11:ppc64el. [2020-07-08T09:53:36.478Z] #18 36.32 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-07-08T09:53:36.478Z] #18 36.33 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-07-08T09:53:36.478Z] #18 ... [2020-07-08T09:53:36.478Z] [2020-07-08T09:53:36.478Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:36.478Z] #40 86.77 DEP criu/net.d [2020-07-08T09:53:36.724Z] #17 39.40 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-07-08T09:53:36.724Z] #17 39.42 Unpacking xfsprogs (4.20.0-1) ... [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-07-08T09:53:36.754Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-07-08T09:53:36.754Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-07-08T09:53:36.754Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.1% of statements [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/types [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/types/container [no test files] [2020-07-08T09:53:36.754Z] ? github.com/docker/docker/api/types/events [no test files] [2020-07-08T09:53:36.754Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2020-07-08T09:53:36.778Z] #40 87.02 DEP criu/namespaces.d [2020-07-08T09:53:36.804Z] #39 58.89 CC criu/arch/x86/crtools.o [2020-07-08T09:53:36.987Z] #17 39.78 Selecting previously unselected package zip. [2020-07-08T09:53:36.987Z] #17 39.79 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-07-08T09:53:36.987Z] #17 39.79 Unpacking zip (3.0-11+b1) ... [2020-07-08T09:53:37.047Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/image [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/network [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-07-08T09:53:37.047Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-07-08T09:53:37.047Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-07-08T09:53:37.047Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-07-08T09:53:37.079Z] #40 87.20 DEP criu/mount.d [2020-07-08T09:53:37.079Z] #40 ... [2020-07-08T09:53:37.079Z] [2020-07-08T09:53:37.079Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:37.079Z] #42 146.3 vendor/golang.org/x/net/idna [2020-07-08T09:53:37.079Z] #42 148.4 vendor/golang.org/x/net/http2/hpack [2020-07-08T09:53:37.079Z] #42 148.4 mime [2020-07-08T09:53:37.079Z] #42 153.7 net/textproto [2020-07-08T09:53:37.079Z] #42 153.7 vendor/golang.org/x/net/http/httpproxy [2020-07-08T09:53:37.079Z] #42 153.7 crypto/x509 [2020-07-08T09:53:37.079Z] #42 155.7 vendor/golang.org/x/net/http/httpguts [2020-07-08T09:53:37.079Z] #42 155.7 mime/multipart [2020-07-08T09:53:37.079Z] #42 ... [2020-07-08T09:53:37.079Z] [2020-07-08T09:53:37.079Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:53:37.250Z] #17 39.95 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:53:37.250Z] #17 39.97 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:53:37.250Z] #17 40.02 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-07-08T09:53:37.250Z] #17 40.03 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-07-08T09:53:37.250Z] #17 40.05 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-07-08T09:53:37.250Z] #17 40.06 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-07-08T09:53:37.250Z] #17 40.07 Setting up uidmap (1:4.5-1.1) ... [2020-07-08T09:53:37.250Z] #17 40.08 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-07-08T09:53:37.250Z] #17 40.10 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:53:37.250Z] #17 40.12 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:53:37.250Z] #17 40.14 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-07-08T09:53:37.250Z] #17 40.15 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-07-08T09:53:37.372Z] #39 ... [2020-07-08T09:53:37.372Z] [2020-07-08T09:53:37.372Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-07-08T09:53:37.372Z] #14 DONE 2.0s [2020-07-08T09:53:37.514Z] #17 40.17 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:53:37.514Z] #17 40.18 Setting up zip (3.0-11+b1) ... [2020-07-08T09:53:37.514Z] #17 40.19 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:53:37.514Z] #17 40.22 Setting up bash-completion (1:2.8-6) ... [2020-07-08T09:53:37.631Z] [2020-07-08T09:53:37.631Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-07-08T09:53:37.681Z] ok github.com/docker/docker/builder/dockerignore 0.012s coverage: 96.8% of statements [2020-07-08T09:53:37.758Z] #14 DONE 2.0s [2020-07-08T09:53:37.758Z] [2020-07-08T09:53:37.758Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:37.758Z] #39 47.83 CC compel/src/lib/infect-util.o [2020-07-08T09:53:37.758Z] #39 48.18 CC compel/src/lib/infect.o [2020-07-08T09:53:37.758Z] #39 50.45 CC compel/src/lib/ptrace.o [2020-07-08T09:53:37.758Z] #39 50.86 AR compel/libcompel.a [2020-07-08T09:53:37.758Z] #39 50.94 HOSTCC compel/src/main-host.o [2020-07-08T09:53:37.758Z] #39 51.31 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-07-08T09:53:37.758Z] #39 51.54 HOSTCC compel/src/lib/handle-elf-host.o [2020-07-08T09:53:37.758Z] #39 52.03 HOSTCC compel/src/lib/log-host.o [2020-07-08T09:53:37.758Z] #39 52.32 HOSTLINK compel/compel-host-bin [2020-07-08T09:53:37.758Z] #39 52.50 DEP soccr/soccr.d [2020-07-08T09:53:37.758Z] #39 52.69 CC soccr/soccr.o [2020-07-08T09:53:37.758Z] #39 ... [2020-07-08T09:53:37.758Z] [2020-07-08T09:53:37.758Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:37.758Z] #41 121.1 net/http/httptrace [2020-07-08T09:53:37.758Z] #41 121.3 net/http [2020-07-08T09:53:38.016Z] #41 ... [2020-07-08T09:53:38.016Z] [2020-07-08T09:53:38.016Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-07-08T09:53:39.536Z] #15 DONE 2.1s [2020-07-08T09:53:39.536Z] [2020-07-08T09:53:39.536Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:39.536Z] #49 10.31 + cd /tmp/tmp.gdyntaqRr7/src/github.com/opencontainers/runc [2020-07-08T09:53:39.536Z] #49 10.31 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:53:39.536Z] #49 10.82 + '[' -z '' ']' [2020-07-08T09:53:39.536Z] #49 10.82 + target=static [2020-07-08T09:53:39.536Z] #49 10.82 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-07-08T09:53:39.795Z] #49 11.07 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-07-08T09:53:39.917Z] #15 DONE 2.1s [2020-07-08T09:53:39.917Z] [2020-07-08T09:53:39.917Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:39.917Z] #49 10.91 + cd /tmp/tmp.HspELBFuTr/src/github.com/opencontainers/runc [2020-07-08T09:53:39.917Z] #49 10.91 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-07-08T09:53:40.074Z] #17 ... [2020-07-08T09:53:40.074Z] [2020-07-08T09:53:40.074Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:40.074Z] #49 55.28 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-07-08T09:53:40.086Z] #22 155.9 Checking out files: 24% (2660/10850) Checking out files: 25% (2713/10850) Checking out files: 26% (2821/10850) Checking out files: 27% (2930/10850) Checking out files: 28% (3038/10850) Checking out files: 29% (3147/10850) Checking out files: 30% (3255/10850) Checking out files: 31% (3364/10850) Checking out files: 32% (3472/10850) Checking out files: 33% (3581/10850) Checking out files: 34% (3689/10850) Checking out files: 35% (3798/10850) Checking out files: 36% (3906/10850) Checking out files: 37% (4015/10850) Checking out files: 38% (4123/10850) Checking out files: 39% (4232/10850) Checking out files: 39% (4235/10850) Checking out files: 40% (4340/10850) Checking out files: 41% (4449/10850) Checking out files: 42% (4557/10850) Checking out files: 43% (4666/10850) Checking out files: 44% (4774/10850) Checking out files: 45% (4883/10850) Checking out files: 46% (4991/10850) Checking out files: 47% (5100/10850) Checking out files: 48% (5208/10850) Checking out files: 49% (5317/10850) Checking out files: 50% (5425/10850) Checking out files: 51% (5534/10850) Checking out files: 52% (5642/10850) Checking out files: 53% (5751/10850) Checking out files: 54% (5859/10850) Checking out files: 55% (5968/10850) Checking out files: 56% (6076/10850) Checking out files: 57% (6185/10850) Checking out files: 58% (6293/10850) Checking out files: 59% (6402/10850) Checking out files: 60% (6510/10850) Checking out files: 61% (6619/10850) Checking out files: 62% (6727/10850) Checking out files: 63% (6836/10850) Checking out files: 64% (6944/10850) Checking out files: 64% (7006/10850) Checking out files: 65% (7053/10850) Checking out files: 66% (7161/10850) Checking out files: 67% (7270/10850) Checking out files: 68% (7378/10850) Checking out files: 69% (7487/10850) Checking out files: 70% (7595/10850) Checking out files: 71% (7704/10850) Checking out files: 72% (7812/10850) Checking out files: 73% (7921/10850) Checking out files: 74% (8029/10850) Checking out files: 75% (8138/10850) Checking out files: 76% (8246/10850) Checking out files: 77% (8355/10850) Checking out files: 78% (8463/10850) Checking out files: 79% (8572/10850) Checking out files: 80% (8680/10850) Checking out files: 81% (8789/10850) Checking out files: 82% (8897/10850) Checking out files: 83% (9006/10850) Checking out files: 84% (9114/10850) Checking out files: 85% (9223/10850) Checking out files: 86% (9331/10850) Checking out files: 87% (9440/10850) Checking out files: 87% (9524/10850) Checking out files: 88% (9548/10850) Checking out files: 89% (9657/10850) Checking out files: 90% (9765/10850) Checking out files: 91% (9874/10850) Checking out files: 92% (9982/10850) Checking out files: 93% (10091/10850) Checking out files: 94% (10199/10850) Checking out files: 95% (10308/10850) Checking out files: 96% (10416/10850) Checking out files: 97% (10525/10850) Checking out files: 98% (10633/10850) Checking out files: 99% (10742/10850) Checking out files: 100% (10850/10850) Checking out files: 100% (10850/10850), done. [2020-07-08T09:53:40.086Z] #22 159.5 + cd /tmp/tmp.DLZ7eFRq0x/tmp/docker-ce [2020-07-08T09:53:40.176Z] #49 11.50 + '[' -z '' ']' [2020-07-08T09:53:40.176Z] #49 11.50 + target=static [2020-07-08T09:53:40.388Z] #22 159.5 + git checkout -q v17.06.2-ce [2020-07-08T09:53:40.429Z] ok github.com/docker/docker/builder/remotecontext 0.344s coverage: 13.6% of statements [2020-07-08T09:53:40.496Z] #49 11.50 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-07-08T09:53:40.497Z] #49 11.65 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-07-08T09:53:40.650Z] #49 ... [2020-07-08T09:53:40.650Z] [2020-07-08T09:53:40.650Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:40.650Z] #39 81.87 CC criu/autofs.o [2020-07-08T09:53:40.650Z] #39 83.31 CC criu/bfd.o [2020-07-08T09:53:40.650Z] #39 83.77 CC criu/bitmap.o [2020-07-08T09:53:40.650Z] #39 83.95 CC criu/cgroup-props.o [2020-07-08T09:53:40.650Z] #39 84.61 CC criu/cgroup.o [2020-07-08T09:53:40.650Z] #39 86.69 CC criu/clone-noasan.o [2020-07-08T09:53:40.650Z] #39 86.83 CC criu/config.o [2020-07-08T09:53:40.650Z] #39 87.97 CC criu/cr-check.o [2020-07-08T09:53:40.650Z] #39 89.28 CC criu/cr-dedup.o [2020-07-08T09:53:40.650Z] #39 89.65 CC criu/cr-dump.o [2020-07-08T09:53:40.650Z] #39 91.45 CC criu/cr-errno.o [2020-07-08T09:53:40.650Z] #39 91.52 CC criu/cr-restore.o [2020-07-08T09:53:40.722Z] ok github.com/docker/docker/builder/dockerfile 0.918s coverage: 48.1% of statements [2020-07-08T09:53:40.914Z] #39 ... [2020-07-08T09:53:40.914Z] [2020-07-08T09:53:40.914Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:40.914Z] #17 43.17 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-07-08T09:53:40.914Z] #17 43.19 Setting up xz-utils (5.2.4-1) ... [2020-07-08T09:53:40.914Z] #17 43.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T09:53:40.914Z] #17 43.22 Setting up sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:53:40.914Z] #17 43.28 invoke-rc.d: could not determine current runlevel [2020-07-08T09:53:40.914Z] #17 43.29 invoke-rc.d: policy-rc.d denied execution of start. [2020-07-08T09:53:40.914Z] #17 43.30 Setting up pigz (2.4-1) ... [2020-07-08T09:53:40.914Z] #17 43.34 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-07-08T09:53:40.914Z] #17 43.38 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-07-08T09:53:40.914Z] #17 43.40 Setting up python-pip-whl (18.1-5) ... [2020-07-08T09:53:40.914Z] #17 43.42 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-07-08T09:53:40.914Z] #17 43.43 Setting up vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:53:40.914Z] #17 43.83 Setting up libaio1:arm64 (0.3.112-3) ... [2020-07-08T09:53:40.914Z] #17 43.85 Setting up libonig5:arm64 (6.9.1-1) ... [2020-07-08T09:53:40.914Z] #17 43.86 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:40.914Z] #17 43.87 Setting up vim (2:8.1.0875-5) ... [2020-07-08T09:53:40.914Z] #17 43.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-07-08T09:53:40.914Z] #17 43.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-07-08T09:53:41.174Z] #49 ... [2020-07-08T09:53:41.174Z] [2020-07-08T09:53:41.174Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-07-08T09:53:41.174Z] #16 DONE 1.9s [2020-07-08T09:53:41.177Z] #17 43.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-07-08T09:53:41.177Z] #17 43.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-07-08T09:53:41.177Z] #17 43.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-07-08T09:53:41.177Z] #17 43.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-07-08T09:53:41.177Z] #17 43.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-07-08T09:53:41.177Z] #17 43.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-07-08T09:53:41.177Z] #17 43.96 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-07-08T09:53:41.177Z] #17 43.98 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:53:41.177Z] #17 44.00 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-07-08T09:53:41.177Z] #17 44.02 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:53:41.177Z] #17 44.03 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-07-08T09:53:41.177Z] #17 44.05 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:53:41.357Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-07-08T09:53:41.439Z] [2020-07-08T09:53:41.439Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:41.649Z] ok github.com/docker/docker/builder/remotecontext/git 1.020s coverage: 86.3% of statements [2020-07-08T09:53:41.649Z] ? github.com/docker/docker/cli [no test files] [2020-07-08T09:53:41.649Z] ? github.com/docker/docker/cli/config [no test files] [2020-07-08T09:53:42.437Z] #49 ... [2020-07-08T09:53:42.437Z] [2020-07-08T09:53:42.437Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-07-08T09:53:42.437Z] #16 DONE 2.4s [2020-07-08T09:53:42.437Z] [2020-07-08T09:53:42.437Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:42.571Z] #17 ... [2020-07-08T09:53:42.571Z] [2020-07-08T09:53:42.571Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:42.571Z] #49 57.12 + mkdir -p /build [2020-07-08T09:53:42.571Z] #49 57.12 + cp runc /build/runc [2020-07-08T09:53:42.571Z] #49 DONE 57.7s [2020-07-08T09:53:42.571Z] [2020-07-08T09:53:42.571Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:43.345Z] #17 2.179 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:53:43.520Z] #39 ... [2020-07-08T09:53:43.520Z] [2020-07-08T09:53:43.520Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:43.520Z] #17 46.43 Setting up iptables (1.8.2-4) ... [2020-07-08T09:53:43.520Z] #17 46.44 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:53:43.520Z] #17 46.47 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:53:43.520Z] #17 46.48 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:53:43.520Z] #17 46.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:53:43.520Z] #17 46.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-07-08T09:53:43.520Z] #17 46.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-07-08T09:53:43.604Z] #17 2.365 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:53:43.604Z] #17 2.370 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:53:43.783Z] #17 46.51 Setting up python3 (3.7.3-1) ... [2020-07-08T09:53:43.963Z] #22 162.9 + mkdir -p /tmp/tmp.DLZ7eFRq0x/src/github.com/docker [2020-07-08T09:53:43.963Z] #22 162.9 + mv components/cli /tmp/tmp.DLZ7eFRq0x/src/github.com/docker/cli [2020-07-08T09:53:43.963Z] #22 162.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-07-08T09:53:44.049Z] #17 47.04 Setting up python3-wheel (0.32.3-2) ... [2020-07-08T09:53:44.172Z] #17 2.785 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:53:44.332Z] #17 2.268 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-07-08T09:53:44.387Z] ok github.com/docker/docker/client 0.116s coverage: 75.4% of statements [2020-07-08T09:53:44.589Z] #17 2.361 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-07-08T09:53:44.589Z] #17 2.364 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-07-08T09:53:44.847Z] #17 2.883 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] [2020-07-08T09:53:44.998Z] #17 47.73 Setting up apparmor (2.13.2-10) ... [2020-07-08T09:53:45.110Z] #17 3.726 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:53:46.219Z] #17 3.946 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [208 kB] [2020-07-08T09:53:46.406Z] #17 49.29 Setting up xfsprogs (4.20.0-1) ... [2020-07-08T09:53:46.489Z] #17 5.013 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:53:46.669Z] #17 49.30 Setting up python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:53:46.739Z] #22 ... [2020-07-08T09:53:46.739Z] [2020-07-08T09:53:46.739Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:46.739Z] #18 36.45 Selecting previously unselected package iptables. [2020-07-08T09:53:46.739Z] #18 36.47 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 36.47 Unpacking iptables (1.8.2-4) ... [2020-07-08T09:53:46.739Z] #18 37.07 Selecting previously unselected package xxd. [2020-07-08T09:53:46.739Z] #18 37.08 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 37.09 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:53:46.739Z] #18 37.28 Selecting previously unselected package vim-common. [2020-07-08T09:53:46.739Z] #18 37.28 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:53:46.739Z] #18 37.35 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:53:46.739Z] #18 37.52 Selecting previously unselected package bash-completion. [2020-07-08T09:53:46.739Z] #18 37.53 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-07-08T09:53:46.739Z] #18 41.45 Unpacking bash-completion (1:2.8-6) ... [2020-07-08T09:53:46.739Z] #18 41.86 Selecting previously unselected package bzip2. [2020-07-08T09:53:46.739Z] #18 41.87 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 41.88 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:53:46.739Z] #18 41.95 Selecting previously unselected package xz-utils. [2020-07-08T09:53:46.739Z] #18 41.96 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 41.98 Unpacking xz-utils (5.2.4-1) ... [2020-07-08T09:53:46.739Z] #18 42.23 Selecting previously unselected package apparmor. [2020-07-08T09:53:46.739Z] #18 42.24 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 42.38 Unpacking apparmor (2.13.2-10) ... [2020-07-08T09:53:46.739Z] #18 42.91 Selecting previously unselected package aufs-tools. [2020-07-08T09:53:46.739Z] #18 42.91 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 42.92 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:53:46.739Z] #18 43.07 Selecting previously unselected package libonig5:ppc64el. [2020-07-08T09:53:46.739Z] #18 43.08 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 43.09 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-07-08T09:53:46.739Z] #18 43.25 Selecting previously unselected package libjq1:ppc64el. [2020-07-08T09:53:46.739Z] #18 43.26 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 43.27 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-07-08T09:53:46.739Z] #18 43.39 Selecting previously unselected package jq. [2020-07-08T09:53:46.739Z] #18 43.41 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 43.42 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:53:46.739Z] #18 43.49 Selecting previously unselected package libaio1:ppc64el. [2020-07-08T09:53:46.739Z] #18 43.50 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 43.51 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-07-08T09:53:46.739Z] #18 43.60 Selecting previously unselected package libgpm2:ppc64el. [2020-07-08T09:53:46.739Z] #18 43.60 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 43.61 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-07-08T09:53:46.739Z] #18 43.66 Selecting previously unselected package libicu63:ppc64el. [2020-07-08T09:53:46.739Z] #18 43.68 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-07-08T09:53:46.739Z] #18 43.70 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-07-08T09:53:46.932Z] #17 49.67 Setting up python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:53:47.408Z] #18 ... [2020-07-08T09:53:47.408Z] [2020-07-08T09:53:47.408Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:47.408Z] #40 87.42 DEP criu/memfd.d [2020-07-08T09:53:47.408Z] #40 87.64 DEP criu/mem.d [2020-07-08T09:53:47.408Z] #40 87.81 DEP criu/lsm.d [2020-07-08T09:53:47.408Z] #40 87.98 DEP criu/log.d [2020-07-08T09:53:47.408Z] #40 88.15 DEP criu/libnetlink.d [2020-07-08T09:53:47.408Z] #40 88.29 DEP criu/kerndat.d [2020-07-08T09:53:47.408Z] #40 88.51 DEP criu/kcmp-ids.d [2020-07-08T09:53:47.408Z] #40 88.64 DEP criu/irmap.d [2020-07-08T09:53:47.408Z] #40 88.83 DEP criu/ipc_ns.d [2020-07-08T09:53:47.408Z] #40 89.05 DEP criu/image.d [2020-07-08T09:53:47.408Z] #40 89.21 DEP criu/image-desc.d [2020-07-08T09:53:47.408Z] #40 89.39 DEP criu/fsnotify.d [2020-07-08T09:53:47.408Z] #40 89.80 DEP criu/filesystems.d [2020-07-08T09:53:47.408Z] #40 90.09 DEP criu/files.d [2020-07-08T09:53:47.408Z] #40 90.27 DEP criu/files-reg.d [2020-07-08T09:53:47.408Z] #40 90.56 DEP criu/files-ext.d [2020-07-08T09:53:47.408Z] #40 90.74 DEP criu/file-lock.d [2020-07-08T09:53:47.408Z] #40 90.95 DEP criu/file-ids.d [2020-07-08T09:53:47.408Z] #40 91.22 DEP criu/fifo.d [2020-07-08T09:53:47.408Z] #40 91.49 DEP criu/fdstore.d [2020-07-08T09:53:47.408Z] #40 91.63 DEP criu/fault-injection.d [2020-07-08T09:53:47.408Z] #40 91.71 DEP criu/external.d [2020-07-08T09:53:47.408Z] #40 91.85 DEP criu/eventpoll.d [2020-07-08T09:53:47.408Z] #40 92.06 DEP criu/eventfd.d [2020-07-08T09:53:47.408Z] #40 92.29 DEP criu/crtools.d [2020-07-08T09:53:47.408Z] #40 92.52 DEP criu/cr-service.d [2020-07-08T09:53:47.408Z] #40 92.71 DEP criu/cr-restore.d [2020-07-08T09:53:47.408Z] #40 93.04 DEP criu/cr-errno.d [2020-07-08T09:53:47.408Z] #40 93.06 DEP criu/cr-dump.d [2020-07-08T09:53:47.408Z] #40 93.32 DEP criu/cr-dedup.d [2020-07-08T09:53:47.408Z] #40 93.63 DEP criu/cr-check.d [2020-07-08T09:53:47.408Z] #40 93.90 DEP criu/config.d [2020-07-08T09:53:47.408Z] #40 94.12 DEP criu/clone-noasan.d [2020-07-08T09:53:47.408Z] #40 94.22 DEP criu/cgroup.d [2020-07-08T09:53:47.408Z] #40 94.39 DEP criu/cgroup-props.d [2020-07-08T09:53:47.408Z] #40 94.54 DEP criu/bitmap.d [2020-07-08T09:53:47.408Z] #40 94.55 DEP criu/bfd.d [2020-07-08T09:53:47.408Z] #40 94.70 DEP criu/autofs.d [2020-07-08T09:53:47.408Z] #40 94.90 DEP criu/aio.d [2020-07-08T09:53:47.408Z] #40 95.12 DEP criu/action-scripts.d [2020-07-08T09:53:47.408Z] #40 95.51 CC criu/action-scripts.o [2020-07-08T09:53:47.408Z] #40 96.09 CC criu/aio.o [2020-07-08T09:53:47.408Z] #40 96.84 CC criu/autofs.o [2020-07-08T09:53:47.426Z] #17 ... [2020-07-08T09:53:47.426Z] [2020-07-08T09:53:47.426Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:47.426Z] #39 60.41 CC criu/arch/x86/kerndat.o [2020-07-08T09:53:47.426Z] #39 60.85 CC criu/arch/x86/sigaction_compat.o [2020-07-08T09:53:47.426Z] #39 61.06 CC criu/arch/x86/sigframe.o [2020-07-08T09:53:47.426Z] #39 61.47 LINK criu/arch/x86/crtools.built-in.o [2020-07-08T09:53:47.426Z] #39 61.59 DEP criu/pie/util-vdso-elf32.d [2020-07-08T09:53:47.426Z] #39 61.87 DEP criu/pie/util-vdso.d [2020-07-08T09:53:47.426Z] #39 62.10 DEP criu/pie/util.d [2020-07-08T09:53:47.426Z] #39 62.24 CC criu/pie/util.o [2020-07-08T09:53:47.426Z] #39 62.46 CC criu/pie/util-vdso.o [2020-07-08T09:53:47.426Z] #39 63.11 CC criu/pie/util-vdso-elf32.o [2020-07-08T09:53:47.426Z] #39 64.00 AR criu/pie/pie.lib.a [2020-07-08T09:53:47.426Z] #39 64.05 DEP criu/pie/restorer.d [2020-07-08T09:53:47.426Z] #39 64.31 DEP criu/arch/x86/sigaction_compat_pie.d [2020-07-08T09:53:47.426Z] #39 64.45 DEP criu/arch/x86/restorer_unmap.d [2020-07-08T09:53:47.426Z] #39 64.48 DEP criu/arch/x86/restorer.d [2020-07-08T09:53:47.426Z] #39 64.64 DEP criu/arch/x86/vdso-pie.d [2020-07-08T09:53:47.426Z] #39 64.79 DEP criu/pie/parasite-vdso.d [2020-07-08T09:53:47.426Z] #39 65.01 DEP criu/pie/parasite.d [2020-07-08T09:53:47.426Z] #39 65.28 CC criu/pie/parasite.o [2020-07-08T09:53:47.426Z] #39 66.44 LINK criu/pie/parasite.built-in.o [2020-07-08T09:53:47.426Z] #39 66.45 GEN criu/pie/parasite-blob.h [2020-07-08T09:53:47.426Z] #39 66.47 CC criu/pie/parasite-vdso.o [2020-07-08T09:53:47.426Z] #39 67.12 CC criu/arch/x86/vdso-pie.o [2020-07-08T09:53:47.426Z] #39 67.47 CC criu/arch/x86/restorer.o [2020-07-08T09:53:47.426Z] #39 67.84 CC criu/arch/x86/restorer_unmap.o [2020-07-08T09:53:47.426Z] #39 67.88 CC criu/arch/x86/sigaction_compat_pie.o [2020-07-08T09:53:47.426Z] #39 68.10 CC criu/pie/restorer.o [2020-07-08T09:53:47.508Z] #17 50.35 Setting up python3-distutils (3.7.3-1) ... [2020-07-08T09:53:47.602Z] #17 5.314 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-07-08T09:53:47.771Z] #17 50.72 Setting up python3-setuptools (40.8.0-1) ... [2020-07-08T09:53:48.166Z] #17 ... [2020-07-08T09:53:48.166Z] [2020-07-08T09:53:48.166Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:48.166Z] #39 54.23 AR soccr/libsoccr.a [2020-07-08T09:53:48.166Z] #39 54.28 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:53:48.166Z] #39 54.72 DEP criu/arch/x86/sigframe.d [2020-07-08T09:53:48.166Z] #39 54.84 DEP criu/arch/x86/sigaction_compat.d [2020-07-08T09:53:48.166Z] #39 54.96 DEP criu/arch/x86/kerndat.d [2020-07-08T09:53:48.166Z] #39 55.08 DEP criu/arch/x86/crtools.d [2020-07-08T09:53:48.166Z] #39 55.23 DEP criu/arch/x86/cpu.d [2020-07-08T09:53:48.166Z] #39 55.38 CC criu/arch/x86/cpu.o [2020-07-08T09:53:48.166Z] #39 56.23 CC criu/arch/x86/crtools.o [2020-07-08T09:53:48.166Z] #39 57.70 CC criu/arch/x86/kerndat.o [2020-07-08T09:53:48.166Z] #39 58.26 CC criu/arch/x86/sigaction_compat.o [2020-07-08T09:53:48.166Z] #39 58.67 CC criu/arch/x86/sigframe.o [2020-07-08T09:53:48.166Z] #39 59.00 LINK criu/arch/x86/crtools.built-in.o [2020-07-08T09:53:48.166Z] #39 59.05 DEP criu/pie/util-vdso-elf32.d [2020-07-08T09:53:48.166Z] #39 59.21 DEP criu/pie/util-vdso.d [2020-07-08T09:53:48.166Z] #39 59.35 DEP criu/pie/util.d [2020-07-08T09:53:48.166Z] #39 59.51 CC criu/pie/util.o [2020-07-08T09:53:48.166Z] #39 59.77 CC criu/pie/util-vdso.o [2020-07-08T09:53:48.166Z] #39 60.31 CC criu/pie/util-vdso-elf32.o [2020-07-08T09:53:48.166Z] #39 60.92 AR criu/pie/pie.lib.a [2020-07-08T09:53:48.166Z] #39 60.99 DEP criu/pie/restorer.d [2020-07-08T09:53:48.166Z] #39 61.17 DEP criu/arch/x86/sigaction_compat_pie.d [2020-07-08T09:53:48.166Z] #39 61.28 DEP criu/arch/x86/restorer_unmap.d [2020-07-08T09:53:48.166Z] #39 61.30 DEP criu/arch/x86/restorer.d [2020-07-08T09:53:48.166Z] #39 61.46 DEP criu/arch/x86/vdso-pie.d [2020-07-08T09:53:48.166Z] #39 61.61 DEP criu/pie/parasite-vdso.d [2020-07-08T09:53:48.166Z] #39 61.84 DEP criu/pie/parasite.d [2020-07-08T09:53:48.166Z] #39 62.08 CC criu/pie/parasite.o [2020-07-08T09:53:48.166Z] #39 63.10 LINK criu/pie/parasite.built-in.o [2020-07-08T09:53:48.166Z] #39 63.12 GEN criu/pie/parasite-blob.h [2020-07-08T09:53:48.166Z] #39 63.15 CC criu/pie/parasite-vdso.o [2020-07-08T09:53:48.166Z] #39 63.73 CC criu/arch/x86/vdso-pie.o [2020-07-08T09:53:48.166Z] #39 64.12 CC criu/arch/x86/restorer.o [2020-07-08T09:53:48.467Z] #40 ... [2020-07-08T09:53:48.467Z] [2020-07-08T09:53:48.467Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:48.467Z] #18 48.14 Selecting previously unselected package libnet1:ppc64el. [2020-07-08T09:53:48.467Z] #18 48.16 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-07-08T09:53:48.467Z] #18 48.17 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-07-08T09:53:48.467Z] #18 48.30 Selecting previously unselected package libnl-3-200:ppc64el. [2020-07-08T09:53:48.467Z] #18 48.31 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-07-08T09:53:48.467Z] #18 48.31 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-07-08T09:53:48.467Z] #18 48.40 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-07-08T09:53:48.467Z] #18 48.40 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-07-08T09:53:48.467Z] #18 48.41 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-07-08T09:53:48.467Z] #18 48.46 Selecting previously unselected package libreadline5:ppc64el. [2020-07-08T09:53:48.467Z] #18 48.47 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-07-08T09:53:48.467Z] #18 48.48 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-07-08T09:53:48.724Z] #17 51.58 Setting up python3-pip (18.1-5) ... [2020-07-08T09:53:48.730Z] #39 64.70 CC criu/arch/x86/restorer_unmap.o [2020-07-08T09:53:48.730Z] #39 64.73 CC criu/arch/x86/sigaction_compat_pie.o [2020-07-08T09:53:48.769Z] #18 48.61 Selecting previously unselected package net-tools. [2020-07-08T09:53:48.769Z] #18 48.62 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-07-08T09:53:48.769Z] #18 48.62 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:53:49.071Z] #18 48.88 Selecting previously unselected package python-pip-whl. [2020-07-08T09:53:49.071Z] #18 48.90 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-07-08T09:53:49.071Z] #18 48.91 Unpacking python-pip-whl (18.1-5) ... [2020-07-08T09:53:49.294Z] #39 65.09 CC criu/pie/restorer.o [2020-07-08T09:53:49.332Z] #39 71.13 LINK criu/pie/restorer.built-in.o [2020-07-08T09:53:49.332Z] #39 71.14 GEN criu/pie/restorer-blob.h [2020-07-08T09:53:49.332Z] #39 71.26 DEP criu/vdso.d [2020-07-08T09:53:49.370Z] #18 ... [2020-07-08T09:53:49.370Z] [2020-07-08T09:53:49.370Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:49.370Z] #42 158.6 crypto/tls [2020-07-08T09:53:49.370Z] #42 166.4 net/http/httptrace [2020-07-08T09:53:49.370Z] #42 166.8 net/http [2020-07-08T09:53:49.591Z] #39 71.46 DEP criu/vdso-compat.d [2020-07-08T09:53:49.591Z] #39 71.59 DEP criu/uts_ns.d [2020-07-08T09:53:49.671Z] #42 ... [2020-07-08T09:53:49.672Z] [2020-07-08T09:53:49.672Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:49.672Z] #18 49.47 Selecting previously unselected package python3-lib2to3. [2020-07-08T09:53:49.672Z] #18 49.49 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-07-08T09:53:49.672Z] #18 49.51 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:53:49.672Z] #18 49.67 Selecting previously unselected package python3-distutils. [2020-07-08T09:53:49.672Z] #18 49.68 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-07-08T09:53:49.672Z] #18 49.68 Unpacking python3-distutils (3.7.3-1) ... [2020-07-08T09:53:49.850Z] #39 71.81 DEP criu/util.d [2020-07-08T09:53:49.936Z] #17 52.56 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:53:49.936Z] #17 52.60 Processing triggers for mime-support (3.62) ... [2020-07-08T09:53:49.974Z] #18 49.81 Selecting previously unselected package python3-pip. [2020-07-08T09:53:49.974Z] #18 49.84 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-07-08T09:53:49.974Z] #18 49.84 Unpacking python3-pip (18.1-5) ... [2020-07-08T09:53:50.110Z] #39 72.00 DEP criu/uffd.d [2020-07-08T09:53:50.274Z] #18 50.13 Selecting previously unselected package python3-pkg-resources. [2020-07-08T09:53:50.274Z] #18 50.16 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:53:50.274Z] #18 50.17 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:53:50.369Z] #39 72.18 DEP criu/tun.d [2020-07-08T09:53:50.369Z] #39 72.34 DEP criu/tty.d [2020-07-08T09:53:50.513Z] #17 DONE 53.2s [2020-07-08T09:53:50.513Z] [2020-07-08T09:53:50.513Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:53:50.580Z] #18 50.31 Selecting previously unselected package python3-setuptools. [2020-07-08T09:53:50.580Z] #18 50.32 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-07-08T09:53:50.580Z] #18 50.33 Unpacking python3-setuptools (40.8.0-1) ... [2020-07-08T09:53:50.677Z] #39 72.50 DEP criu/timerfd.d [2020-07-08T09:53:50.677Z] #39 72.62 DEP criu/timens.d [2020-07-08T09:53:50.878Z] #18 50.58 Selecting previously unselected package python3-wheel. [2020-07-08T09:53:50.878Z] #18 50.60 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-07-08T09:53:50.878Z] #18 50.60 Unpacking python3-wheel (0.32.3-2) ... [2020-07-08T09:53:50.878Z] #18 50.70 Selecting previously unselected package sudo. [2020-07-08T09:53:50.878Z] #18 50.71 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-07-08T09:53:50.878Z] #18 50.74 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:53:50.952Z] #39 72.83 DEP criu/sysfs_parse.d [2020-07-08T09:53:51.211Z] #39 73.07 DEP criu/sysctl.d [2020-07-08T09:53:51.211Z] #39 73.24 DEP criu/string.d [2020-07-08T09:53:51.486Z] #39 73.28 DEP criu/stats.d [2020-07-08T09:53:51.486Z] #39 73.41 DEP criu/sockets.d [2020-07-08T09:53:51.486Z] #39 73.53 DEP criu/sk-unix.d [2020-07-08T09:53:51.531Z] #18 51.38 Selecting previously unselected package thin-provisioning-tools. [2020-07-08T09:53:51.531Z] #18 51.39 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-07-08T09:53:51.531Z] #18 51.41 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:53:51.746Z] #39 73.82 DEP criu/sk-tcp.d [2020-07-08T09:53:51.817Z] #39 67.82 LINK criu/pie/restorer.built-in.o [2020-07-08T09:53:51.817Z] #39 67.84 GEN criu/pie/restorer-blob.h [2020-07-08T09:53:51.817Z] #39 ... [2020-07-08T09:53:51.817Z] [2020-07-08T09:53:51.817Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:51.817Z] #41 135.6 github.com/LK4D4/vndr/godl [2020-07-08T09:53:51.817Z] #41 136.8 github.com/LK4D4/vndr [2020-07-08T09:53:51.817Z] #41 DONE 145.4s [2020-07-08T09:53:51.833Z] #18 51.71 Selecting previously unselected package uidmap. [2020-07-08T09:53:51.833Z] #18 51.72 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-07-08T09:53:51.833Z] #18 51.74 Unpacking uidmap (1:4.5-1.1) ... [2020-07-08T09:53:51.909Z] #18 1.533 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-07-08T09:53:51.909Z] #18 1.539 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-07-08T09:53:51.909Z] #18 1.544 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-07-08T09:53:52.007Z] #39 ... [2020-07-08T09:53:52.007Z] [2020-07-08T09:53:52.007Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:53:52.007Z] #17 10.71 Fetched 8360 kB in 9s (951 kB/s) [2020-07-08T09:53:52.074Z] [2020-07-08T09:53:52.074Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:52.074Z] #39 68.00 DEP criu/vdso.d [2020-07-08T09:53:52.133Z] #18 51.94 Selecting previously unselected package vim-runtime. [2020-07-08T09:53:52.133Z] #18 51.94 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:53:52.133Z] #18 51.96 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-07-08T09:53:52.133Z] #18 52.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-07-08T09:53:52.133Z] #18 52.01 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:53:52.331Z] #39 68.35 DEP criu/vdso-compat.d [2020-07-08T09:53:52.503Z] #18 DONE 2.0s [2020-07-08T09:53:52.503Z] [2020-07-08T09:53:52.503Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:53:52.588Z] #39 68.69 DEP criu/uts_ns.d [2020-07-08T09:53:52.845Z] #39 69.02 DEP criu/util.d [2020-07-08T09:53:53.103Z] #39 69.15 DEP criu/uffd.d [2020-07-08T09:53:53.361Z] #39 69.30 DEP criu/tun.d [2020-07-08T09:53:53.618Z] #39 69.45 DEP criu/tty.d [2020-07-08T09:53:53.618Z] #39 69.64 DEP criu/timerfd.d [2020-07-08T09:53:53.882Z] #39 69.84 DEP criu/timens.d [2020-07-08T09:53:53.882Z] #39 70.04 DEP criu/sysfs_parse.d [2020-07-08T09:53:54.141Z] #39 70.18 DEP criu/sysctl.d [2020-07-08T09:53:54.141Z] #39 70.32 DEP criu/string.d [2020-07-08T09:53:54.399Z] #39 70.37 DEP criu/stats.d [2020-07-08T09:53:54.425Z] #19 ... [2020-07-08T09:53:54.425Z] [2020-07-08T09:53:54.425Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:54.425Z] #39 95.37 CC criu/cr-service.o [2020-07-08T09:53:54.425Z] #39 96.73 CC criu/crtools.o [2020-07-08T09:53:54.425Z] #39 97.22 CC criu/eventfd.o [2020-07-08T09:53:54.425Z] #39 97.47 CC criu/eventpoll.o [2020-07-08T09:53:54.425Z] #39 98.17 CC criu/external.o [2020-07-08T09:53:54.425Z] #39 98.35 CC criu/fault-injection.o [2020-07-08T09:53:54.425Z] #39 98.42 CC criu/fdstore.o [2020-07-08T09:53:54.425Z] #39 98.66 CC criu/fifo.o [2020-07-08T09:53:54.425Z] #39 98.93 CC criu/file-ids.o [2020-07-08T09:53:54.425Z] #39 99.24 CC criu/file-lock.o [2020-07-08T09:53:54.425Z] #39 99.83 CC criu/files-ext.o [2020-07-08T09:53:54.425Z] #39 100.2 CC criu/files-reg.o [2020-07-08T09:53:54.425Z] #39 102.0 CC criu/files.o [2020-07-08T09:53:54.425Z] #39 103.5 CC criu/filesystems.o [2020-07-08T09:53:54.425Z] #39 104.1 CC criu/fsnotify.o [2020-07-08T09:53:54.425Z] #39 105.0 CC criu/image-desc.o [2020-07-08T09:53:54.425Z] #39 105.2 CC criu/image.o [2020-07-08T09:53:54.656Z] #39 70.50 DEP criu/sockets.d [2020-07-08T09:53:54.656Z] #39 70.65 DEP criu/sk-unix.d [2020-07-08T09:53:54.688Z] #39 105.8 CC criu/ipc_ns.o [2020-07-08T09:53:54.914Z] #39 70.93 DEP criu/sk-tcp.d [2020-07-08T09:53:55.172Z] #39 71.10 DEP criu/sk-queue.d [2020-07-08T09:53:55.430Z] #39 71.32 DEP criu/sk-packet.d [2020-07-08T09:53:55.607Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-07-08T09:53:55.607Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-2c0dd073\powershellScript.ps1'; exit $LASTEXITCODE; [2020-07-08T09:53:55.607Z] ---------------------------------------------------------------------------- [2020-07-08T09:53:55.607Z] [2020-07-08T09:53:55.607Z] INFO: executeCI.ps1 starting at Wed Jul 8 09:53:53 CUT 2020 [2020-07-08T09:53:55.607Z] [2020-07-08T09:53:55.607Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-07-08T09:53:55.607Z] INFO: Running git version 2.24.1.windows.2 [2020-07-08T09:53:55.607Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-07-08T09:53:55.607Z] INFO: Environment variables: [2020-07-08T09:53:55.607Z] [2020-07-08T09:53:55.607Z] Name Value [2020-07-08T09:53:55.607Z] ---- ----- [2020-07-08T09:53:55.607Z] ALLUSERSPROFILE C:\ProgramData [2020-07-08T09:53:55.607Z] amd64 true [2020-07-08T09:53:55.607Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-07-08T09:53:55.607Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-07-08T09:53:55.607Z] arm64 true [2020-07-08T09:53:55.607Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-07-08T09:53:55.607Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-07-08T09:53:55.607Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-07-08T09:53:55.607Z] BRANCH_NAME PR-41168 [2020-07-08T09:53:55.607Z] BUILD_DISPLAY_NAME #5 [2020-07-08T09:53:55.607Z] BUILD_ID 5 [2020-07-08T09:53:55.607Z] BUILD_NUMBER 5 [2020-07-08T09:53:55.607Z] BUILD_TAG jenkins-moby-PR-41168-5 [2020-07-08T09:53:55.607Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41168/5/ [2020-07-08T09:53:55.607Z] CHANGE_AUTHOR thaJeztah [2020-07-08T09:53:55.607Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-07-08T09:53:55.607Z] CHANGE_BRANCH raise_minimum_memory_limit [2020-07-08T09:53:55.607Z] CHANGE_FORK thaJeztah/docker [2020-07-08T09:53:55.607Z] CHANGE_ID 41168 [2020-07-08T09:53:55.607Z] CHANGE_TARGET master [2020-07-08T09:53:55.607Z] CHANGE_TITLE Set minimum memory limit to 6M, to account for higher startup memory use [2020-07-08T09:53:55.607Z] CHANGE_URL https://github.com/moby/moby/pull/41168 [2020-07-08T09:53:55.607Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-07-08T09:53:55.607Z] CommonProgramFiles C:\Program Files\Common Files [2020-07-08T09:53:55.607Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-07-08T09:53:55.607Z] CommonProgramW6432 C:\Program Files\Common Files [2020-07-08T09:53:55.607Z] COMPUTERNAME azwin-2-1ba990 [2020-07-08T09:53:55.607Z] ComSpec C:\windows\system32\cmd.exe [2020-07-08T09:53:55.607Z] ConfigSequenceNumber 0 [2020-07-08T09:53:55.607Z] dco true [2020-07-08T09:53:55.607Z] DOCKER_BUILDKIT 0 [2020-07-08T09:53:55.607Z] DOCKER_DUT_DEBUG 1 [2020-07-08T09:53:55.607Z] DOCKER_EXPERIMENTAL 1 [2020-07-08T09:53:55.607Z] DOCKER_GRAPHDRIVER overlay2 [2020-07-08T09:53:55.607Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-07-08T09:53:55.607Z] EXECUTOR_NUMBER 0 [2020-07-08T09:53:55.607Z] FQDN azwin-2-1ba990.westus.cloudapp.azure.com [2020-07-08T09:53:55.607Z] GIT_BRANCH PR-41168 [2020-07-08T09:53:55.607Z] GIT_COMMIT b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:53:55.607Z] GIT_PREVIOUS_COMMIT 63635cced14403024e1cb8d4097035cfc359932f [2020-07-08T09:53:55.607Z] GIT_URL https://github.com/moby/moby.git [2020-07-08T09:53:55.607Z] HUDSON_COOKIE 8aee9af6-8b23-41e6-8674-2759233629e4 [2020-07-08T09:53:55.607Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-07-08T09:53:55.607Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-07-08T09:53:55.607Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-07-08T09:53:55.607Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-07-08T09:53:55.607Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-07-08T09:53:55.607Z] JENKINS_NODE_COOKIE 2c94e30e-f963-40f7-9b91-d0012f342caf [2020-07-08T09:53:55.607Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-07-08T09:53:55.607Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-07-08T09:53:55.607Z] JOB_BASE_NAME PR-41168 [2020-07-08T09:53:55.607Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41168/display/redirect [2020-07-08T09:53:55.607Z] JOB_NAME moby/PR-41168 [2020-07-08T09:53:55.607Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41168/ [2020-07-08T09:53:55.607Z] library.jps.version master [2020-07-08T09:53:55.607Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-07-08T09:53:55.607Z] NODE_LABELS amd64 azure azwin-2-1ba990 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-07-08T09:53:55.607Z] NODE_NAME azwin-2-1ba990 [2020-07-08T09:53:55.607Z] NUMBER_OF_PROCESSORS 4 [2020-07-08T09:53:55.607Z] OS Windows_NT [2020-07-08T09:53:55.607Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-07-08T09:53:55.607Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-07-08T09:53:55.607Z] ppc64le true [2020-07-08T09:53:55.607Z] PROCESSOR_ARCHITECTURE AMD64 [2020-07-08T09:53:55.607Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-07-08T09:53:55.607Z] PROCESSOR_LEVEL 6 [2020-07-08T09:53:55.607Z] PROCESSOR_REVISION 5504 [2020-07-08T09:53:55.607Z] ProgramData C:\ProgramData [2020-07-08T09:53:55.607Z] ProgramFiles C:\Program Files [2020-07-08T09:53:55.607Z] ProgramFiles(x86) C:\Program Files (x86) [2020-07-08T09:53:55.607Z] ProgramW6432 C:\Program Files [2020-07-08T09:53:55.607Z] PROMPT $P$G [2020-07-08T09:53:55.607Z] PSExecutionPolicyPreference Bypass [2020-07-08T09:53:55.607Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-07-08T09:53:55.607Z] PUBLIC C:\Users\Public [2020-07-08T09:53:55.607Z] rootless true [2020-07-08T09:53:55.607Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41168/5/display/redirect?page=changes [2020-07-08T09:53:55.607Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41168/5/display/redirect [2020-07-08T09:53:55.607Z] s390x true [2020-07-08T09:53:55.607Z] SKIP_VALIDATION_TESTS 1 [2020-07-08T09:53:55.607Z] SOURCES_DRIVE d [2020-07-08T09:53:55.607Z] SOURCES_SUBDIR gopath [2020-07-08T09:53:55.607Z] STAGE_NAME Run tests [2020-07-08T09:53:55.607Z] SystemDrive C: [2020-07-08T09:53:55.607Z] SystemRoot C:\windows [2020-07-08T09:53:55.607Z] TEMP C:\windows\TEMP [2020-07-08T09:53:55.607Z] TESTDEBUG 0 [2020-07-08T09:53:55.607Z] TESTRUN_DRIVE d [2020-07-08T09:53:55.607Z] TESTRUN_SUBDIR CI [2020-07-08T09:53:55.607Z] TIMEOUT 120m [2020-07-08T09:53:55.607Z] TMP C:\windows\TEMP [2020-07-08T09:53:55.607Z] unit_validate true [2020-07-08T09:53:55.607Z] USERDOMAIN WORKGROUP [2020-07-08T09:53:55.607Z] USERNAME azwin-2-1ba990$ [2020-07-08T09:53:55.607Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-07-08T09:53:55.607Z] validate_force false [2020-07-08T09:53:55.607Z] windir C:\windows [2020-07-08T09:53:55.607Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-07-08T09:53:55.607Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-07-08T09:53:55.607Z] windowsRS1 false [2020-07-08T09:53:55.607Z] windowsRS5 true [2020-07-08T09:53:55.607Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-07-08T09:53:55.607Z] [2020-07-08T09:53:55.607Z] [2020-07-08T09:53:55.607Z] [2020-07-08T09:53:55.607Z] INFO: Sources under d:\gopath\... [2020-07-08T09:53:55.607Z] INFO: Test run under d:\CI\... [2020-07-08T09:53:55.607Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-07-08T09:53:55.607Z] INFO: docker/docker repository was found [2020-07-08T09:53:55.607Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-07-08T09:53:55.607Z] ltsc2019: Pulling from windows/servercore [2020-07-08T09:53:55.607Z] 4612f6d0b889: Pulling fs layer [2020-07-08T09:53:55.607Z] 666079ee0460: Pulling fs layer [2020-07-08T09:53:55.635Z] #39 106.8 CC criu/irmap.o [2020-07-08T09:53:55.688Z] #39 71.56 DEP criu/sk-netlink.d [2020-07-08T09:53:55.688Z] #39 71.73 DEP criu/sk-inet.d [2020-07-08T09:53:55.703Z] #18 55.60 Selecting previously unselected package vim. [2020-07-08T09:53:55.703Z] #18 55.61 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-07-08T09:53:55.703Z] #18 55.65 Unpacking vim (2:8.1.0875-5) ... [2020-07-08T09:53:55.946Z] #39 71.97 DEP criu/signalfd.d [2020-07-08T09:53:55.946Z] #39 72.07 DEP criu/sigframe.d [2020-07-08T09:53:56.203Z] #39 72.15 DEP criu/shmem.d [2020-07-08T09:53:56.203Z] #39 72.27 DEP criu/servicefd.d [2020-07-08T09:53:56.206Z] #17 10.71 Reading package lists... [2020-07-08T09:53:56.206Z] #17 14.53 Reading package lists... [2020-07-08T09:53:56.206Z] #17 ... [2020-07-08T09:53:56.206Z] [2020-07-08T09:53:56.206Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:56.206Z] #41 140.5 github.com/LK4D4/vndr/godl [2020-07-08T09:53:56.206Z] #41 141.2 github.com/LK4D4/vndr [2020-07-08T09:53:56.206Z] #41 ... [2020-07-08T09:53:56.206Z] [2020-07-08T09:53:56.206Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:56.206Z] #39 74.07 DEP criu/sk-queue.d [2020-07-08T09:53:56.206Z] #39 74.24 DEP criu/sk-packet.d [2020-07-08T09:53:56.206Z] #39 74.44 DEP criu/sk-netlink.d [2020-07-08T09:53:56.206Z] #39 74.60 DEP criu/sk-inet.d [2020-07-08T09:53:56.206Z] #39 74.78 DEP criu/signalfd.d [2020-07-08T09:53:56.206Z] #39 74.99 DEP criu/sigframe.d [2020-07-08T09:53:56.206Z] #39 75.14 DEP criu/shmem.d [2020-07-08T09:53:56.206Z] #39 75.28 DEP criu/servicefd.d [2020-07-08T09:53:56.207Z] #39 75.41 DEP criu/seize.d [2020-07-08T09:53:56.207Z] #39 75.58 DEP criu/seccomp.d [2020-07-08T09:53:56.207Z] #39 75.81 DEP criu/rst-malloc.d [2020-07-08T09:53:56.207Z] #39 75.85 DEP criu/rbtree.d [2020-07-08T09:53:56.207Z] #39 75.88 DEP criu/pstree.d [2020-07-08T09:53:56.207Z] #39 76.03 DEP criu/protobuf.d [2020-07-08T09:53:56.207Z] #39 76.17 GEN criu/protobuf-desc-gen.h [2020-07-08T09:53:56.207Z] #39 77.74 DEP criu/protobuf-desc.d [2020-07-08T09:53:56.207Z] #39 77.87 DEP criu/proc_parse.d [2020-07-08T09:53:56.207Z] #39 78.13 DEP criu/plugin.d [2020-07-08T09:53:56.207Z] #39 78.21 DEP criu/pipes.d [2020-07-08T09:53:56.210Z] #39 107.4 CC criu/kcmp-ids.o [2020-07-08T09:53:56.352Z] #18 56.24 Selecting previously unselected package xfsprogs. [2020-07-08T09:53:56.352Z] #18 56.26 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-07-08T09:53:56.352Z] #18 56.26 Unpacking xfsprogs (4.20.0-1) ... [2020-07-08T09:53:56.462Z] #39 72.38 DEP criu/seize.d [2020-07-08T09:53:56.466Z] #39 ... [2020-07-08T09:53:56.466Z] [2020-07-08T09:53:56.466Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:53:56.466Z] #41 DONE 151.0s [2020-07-08T09:53:56.466Z] [2020-07-08T09:53:56.466Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:56.466Z] #39 78.37 DEP criu/pie-util.d [2020-07-08T09:53:56.466Z] #39 78.46 DEP criu/pie-util-vdso.d [2020-07-08T09:53:56.473Z] #39 107.6 CC criu/kerndat.o [2020-07-08T09:53:56.720Z] #39 72.56 DEP criu/seccomp.d [2020-07-08T09:53:56.720Z] #39 72.70 DEP criu/rst-malloc.d [2020-07-08T09:53:56.720Z] #39 72.76 DEP criu/rbtree.d [2020-07-08T09:53:56.720Z] #39 72.80 DEP criu/pstree.d [2020-07-08T09:53:56.726Z] #39 78.63 DEP criu/pie-util-vdso-elf32.d [2020-07-08T09:53:56.735Z] #39 ... [2020-07-08T09:53:56.735Z] [2020-07-08T09:53:56.735Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:53:56.735Z] #19 4.396 Collecting yamllint==1.16.0 [2020-07-08T09:53:56.978Z] #39 73.04 DEP criu/protobuf.d [2020-07-08T09:53:56.985Z] #39 78.81 DEP criu/path.d [2020-07-08T09:53:56.985Z] #39 78.98 DEP criu/parasite-syscall.d [2020-07-08T09:53:57.001Z] #18 56.88 Selecting previously unselected package zip. [2020-07-08T09:53:57.001Z] #18 56.90 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-07-08T09:53:57.001Z] #18 56.91 Unpacking zip (3.0-11+b1) ... [2020-07-08T09:53:57.234Z] #39 73.14 GEN criu/protobuf-desc-gen.h [2020-07-08T09:53:57.303Z] #18 57.09 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:53:57.303Z] #18 57.09 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:53:57.303Z] #18 57.10 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-07-08T09:53:57.303Z] #18 57.10 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-07-08T09:53:57.303Z] #18 57.11 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-07-08T09:53:57.303Z] #18 57.11 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-07-08T09:53:57.303Z] #18 57.12 Setting up uidmap (1:4.5-1.1) ... [2020-07-08T09:53:57.303Z] #18 57.12 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-07-08T09:53:57.303Z] #18 57.13 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-07-08T09:53:57.303Z] #18 57.15 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:53:57.303Z] #18 57.16 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-07-08T09:53:57.303Z] #18 57.17 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-07-08T09:53:57.303Z] #18 57.18 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:53:57.303Z] #18 57.19 Setting up zip (3.0-11+b1) ... [2020-07-08T09:53:57.303Z] #18 57.20 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:53:57.303Z] #18 57.25 Setting up bash-completion (1:2.8-6) ... [2020-07-08T09:53:57.554Z] #39 79.40 DEP criu/pagemap.d [2020-07-08T09:53:57.554Z] #39 79.64 DEP criu/pagemap-cache.d [2020-07-08T09:53:57.813Z] #39 79.78 DEP criu/page-xfer.d [2020-07-08T09:53:57.813Z] #39 79.90 DEP criu/page-pipe.d [2020-07-08T09:53:58.072Z] #39 79.97 DEP criu/netfilter.d [2020-07-08T09:53:58.331Z] #39 80.09 DEP criu/net.d [2020-07-08T09:53:58.331Z] #39 80.32 DEP criu/namespaces.d [2020-07-08T09:53:58.590Z] #39 80.50 DEP criu/mount.d [2020-07-08T09:53:58.606Z] #39 74.49 DEP criu/protobuf-desc.d [2020-07-08T09:53:58.606Z] #39 74.69 DEP criu/proc_parse.d [2020-07-08T09:53:58.848Z] #39 80.66 DEP criu/memfd.d [2020-07-08T09:53:58.848Z] #39 80.82 DEP criu/mem.d [2020-07-08T09:53:58.863Z] #39 74.82 DEP criu/plugin.d [2020-07-08T09:53:58.863Z] #39 74.92 DEP criu/pipes.d [2020-07-08T09:53:58.863Z] #39 75.05 DEP criu/pie-util.d [2020-07-08T09:53:59.107Z] #39 80.98 DEP criu/lsm.d [2020-07-08T09:53:59.121Z] #39 75.12 DEP criu/pie-util-vdso.d [2020-07-08T09:53:59.366Z] #39 81.10 DEP criu/log.d [2020-07-08T09:53:59.366Z] #39 81.22 DEP criu/libnetlink.d [2020-07-08T09:53:59.366Z] #39 81.31 DEP criu/kerndat.d [2020-07-08T09:53:59.377Z] #39 75.23 DEP criu/pie-util-vdso-elf32.d [2020-07-08T09:53:59.377Z] #39 75.34 DEP criu/path.d [2020-07-08T09:53:59.414Z] #18 ... [2020-07-08T09:53:59.414Z] [2020-07-08T09:53:59.414Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:53:59.414Z] #40 99.32 CC criu/bfd.o [2020-07-08T09:53:59.414Z] #40 100.2 CC criu/bitmap.o [2020-07-08T09:53:59.414Z] #40 100.5 CC criu/cgroup-props.o [2020-07-08T09:53:59.414Z] #40 101.7 CC criu/cgroup.o [2020-07-08T09:53:59.414Z] #40 106.7 CC criu/clone-noasan.o [2020-07-08T09:53:59.414Z] #40 107.2 CC criu/config.o [2020-07-08T09:53:59.625Z] #39 81.44 DEP criu/kcmp-ids.d [2020-07-08T09:53:59.625Z] #39 81.53 DEP criu/irmap.d [2020-07-08T09:53:59.625Z] #39 81.64 DEP criu/ipc_ns.d [2020-07-08T09:53:59.634Z] #39 75.45 DEP criu/parasite-syscall.d [2020-07-08T09:53:59.634Z] #39 75.63 DEP criu/pagemap.d [2020-07-08T09:53:59.711Z] #40 110.0 CC criu/cr-check.o [2020-07-08T09:53:59.884Z] #39 81.79 DEP criu/image.d [2020-07-08T09:53:59.891Z] #39 75.81 DEP criu/pagemap-cache.d [2020-07-08T09:53:59.891Z] #39 75.91 DEP criu/page-xfer.d [2020-07-08T09:54:00.144Z] #39 81.93 DEP criu/image-desc.d [2020-07-08T09:54:00.144Z] #39 82.02 DEP criu/fsnotify.d [2020-07-08T09:54:00.144Z] #39 82.15 DEP criu/filesystems.d [2020-07-08T09:54:00.147Z] #39 76.05 DEP criu/page-pipe.d [2020-07-08T09:54:00.148Z] #39 76.17 DEP criu/netfilter.d [2020-07-08T09:54:00.148Z] #39 76.28 DEP criu/net.d [2020-07-08T09:54:00.403Z] #39 82.33 DEP criu/files.d [2020-07-08T09:54:00.405Z] #39 76.44 DEP criu/namespaces.d [2020-07-08T09:54:00.405Z] #39 76.54 DEP criu/mount.d [2020-07-08T09:54:00.662Z] #39 82.55 DEP criu/files-reg.d [2020-07-08T09:54:00.662Z] #39 82.71 DEP criu/files-ext.d [2020-07-08T09:54:00.663Z] #39 76.65 DEP criu/memfd.d [2020-07-08T09:54:00.663Z] #39 76.76 DEP criu/mem.d [2020-07-08T09:54:00.921Z] #39 76.91 DEP criu/lsm.d [2020-07-08T09:54:00.921Z] #39 82.94 DEP criu/file-lock.d [2020-07-08T09:54:01.178Z] #39 77.07 DEP criu/log.d [2020-07-08T09:54:01.178Z] #39 77.20 DEP criu/libnetlink.d [2020-07-08T09:54:01.178Z] #39 77.30 DEP criu/kerndat.d [2020-07-08T09:54:01.181Z] #39 83.14 DEP criu/file-ids.d [2020-07-08T09:54:01.255Z] #40 ... [2020-07-08T09:54:01.255Z] [2020-07-08T09:54:01.255Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:54:01.255Z] #42 180.4 github.com/LK4D4/vndr/godl [2020-07-08T09:54:01.323Z] 666079ee0460: Download complete [2020-07-08T09:54:01.437Z] #39 77.45 DEP criu/kcmp-ids.d [2020-07-08T09:54:01.437Z] #39 77.53 DEP criu/irmap.d [2020-07-08T09:54:01.440Z] #39 83.32 DEP criu/fifo.d [2020-07-08T09:54:01.695Z] #39 ... [2020-07-08T09:54:01.695Z] [2020-07-08T09:54:01.695Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:54:01.695Z] #28 DONE 155.2s [2020-07-08T09:54:01.695Z] [2020-07-08T09:54:01.695Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:01.695Z] #39 77.70 DEP criu/ipc_ns.d [2020-07-08T09:54:01.695Z] #39 ... [2020-07-08T09:54:01.695Z] [2020-07-08T09:54:01.695Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:01.695Z] #17 10.45 Fetched 8360 kB in 8s (993 kB/s) [2020-07-08T09:54:01.695Z] #17 10.45 Reading package lists... [2020-07-08T09:54:01.695Z] #17 14.10 Reading package lists... [2020-07-08T09:54:01.695Z] #17 17.30 Building dependency tree... [2020-07-08T09:54:01.695Z] #17 18.79 libcap2-bin is already the newest version (1:2.25-2). [2020-07-08T09:54:01.695Z] #17 18.79 The following additional packages will be installed: [2020-07-08T09:54:01.695Z] #17 18.81 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-07-08T09:54:01.695Z] #17 18.81 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-07-08T09:54:01.695Z] #17 18.81 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-07-08T09:54:01.695Z] #17 18.81 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-07-08T09:54:01.695Z] #17 18.81 python3.7 python3.7-minimal vim-runtime xxd [2020-07-08T09:54:01.695Z] #17 18.81 Suggested packages: [2020-07-08T09:54:01.695Z] #17 18.81 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-07-08T09:54:01.695Z] #17 18.81 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-07-08T09:54:01.695Z] #17 18.81 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-07-08T09:54:01.695Z] #17 18.81 Recommended packages: [2020-07-08T09:54:01.695Z] #17 18.81 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-07-08T09:54:01.695Z] #17 18.81 python3-keyrings.alt python3-xdg unzip [2020-07-08T09:54:01.699Z] #39 83.44 DEP criu/fdstore.d [2020-07-08T09:54:01.699Z] #39 83.52 DEP criu/fault-injection.d [2020-07-08T09:54:01.699Z] #39 83.56 DEP criu/external.d [2020-07-08T09:54:01.699Z] #39 83.66 DEP criu/eventpoll.d [2020-07-08T09:54:01.952Z] #17 ... [2020-07-08T09:54:01.952Z] [2020-07-08T09:54:01.952Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:01.952Z] #39 77.95 DEP criu/image.d [2020-07-08T09:54:01.952Z] #39 78.11 DEP criu/image-desc.d [2020-07-08T09:54:01.959Z] #39 83.79 DEP criu/eventfd.d [2020-07-08T09:54:01.959Z] #39 83.86 DEP criu/crtools.d [2020-07-08T09:54:01.959Z] #39 84.00 DEP criu/cr-service.d [2020-07-08T09:54:02.055Z] #19 9.790 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-07-08T09:54:02.055Z] #19 9.884 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-07-08T09:54:02.218Z] #39 84.24 DEP criu/cr-restore.d [2020-07-08T09:54:02.314Z] #42 181.2 github.com/LK4D4/vndr [2020-07-08T09:54:02.322Z] #19 9.945 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-07-08T09:54:02.322Z] #19 10.03 Collecting pyyaml (from yamllint==1.16.0) [2020-07-08T09:54:02.322Z] #19 10.14 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-07-08T09:54:02.478Z] #39 84.43 DEP criu/cr-errno.d [2020-07-08T09:54:02.478Z] #39 84.45 DEP criu/cr-dump.d [2020-07-08T09:54:02.517Z] #39 78.34 DEP criu/fsnotify.d [2020-07-08T09:54:02.517Z] #39 78.50 DEP criu/filesystems.d [2020-07-08T09:54:02.737Z] #39 84.65 DEP criu/cr-dedup.d [2020-07-08T09:54:02.774Z] #39 78.76 DEP criu/files.d [2020-07-08T09:54:02.997Z] #39 ... [2020-07-08T09:54:02.997Z] [2020-07-08T09:54:02.997Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:54:02.997Z] #28 DONE 157.2s [2020-07-08T09:54:02.997Z] [2020-07-08T09:54:02.997Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:02.997Z] #17 14.53 Reading package lists... [2020-07-08T09:54:02.997Z] #17 18.62 Building dependency tree... [2020-07-08T09:54:02.997Z] #17 20.03 libcap2-bin is already the newest version (1:2.25-2). [2020-07-08T09:54:02.997Z] #17 20.03 The following additional packages will be installed: [2020-07-08T09:54:02.997Z] #17 20.04 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-07-08T09:54:02.997Z] #17 20.04 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-07-08T09:54:02.997Z] #17 20.04 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-07-08T09:54:02.997Z] #17 20.04 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-07-08T09:54:02.997Z] #17 20.04 python3.7 python3.7-minimal vim-runtime xxd [2020-07-08T09:54:02.997Z] #17 20.05 Suggested packages: [2020-07-08T09:54:02.997Z] #17 20.06 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-07-08T09:54:02.997Z] #17 20.06 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-07-08T09:54:02.997Z] #17 20.06 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-07-08T09:54:02.997Z] #17 20.06 Recommended packages: [2020-07-08T09:54:02.997Z] #17 20.06 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-07-08T09:54:02.997Z] #17 20.06 python3-keyrings.alt python3-xdg unzip [2020-07-08T09:54:03.035Z] #39 79.01 DEP criu/files-reg.d [2020-07-08T09:54:03.256Z] #17 22.07 The following NEW packages will be installed: [2020-07-08T09:54:03.256Z] #17 22.07 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-07-08T09:54:03.256Z] #17 22.08 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-07-08T09:54:03.256Z] #17 22.08 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-07-08T09:54:03.256Z] #17 22.08 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-07-08T09:54:03.256Z] #17 22.08 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-07-08T09:54:03.256Z] #17 22.08 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-07-08T09:54:03.256Z] #17 22.08 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-07-08T09:54:03.256Z] #17 22.08 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-07-08T09:54:03.256Z] #17 22.08 xz-utils zip [2020-07-08T09:54:03.292Z] #39 79.26 DEP criu/files-ext.d [2020-07-08T09:54:03.550Z] #39 79.38 DEP criu/file-lock.d [2020-07-08T09:54:03.550Z] #39 79.50 DEP criu/file-ids.d [2020-07-08T09:54:03.550Z] #39 79.61 DEP criu/fifo.d [2020-07-08T09:54:03.550Z] #39 79.72 DEP criu/fdstore.d [2020-07-08T09:54:03.807Z] #39 79.84 DEP criu/fault-injection.d [2020-07-08T09:54:03.807Z] #39 79.87 DEP criu/external.d [2020-07-08T09:54:03.835Z] #17 22.51 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:54:03.835Z] #17 22.51 Need to get 28.5 MB of archives. [2020-07-08T09:54:03.835Z] #17 22.51 After this operation, 116 MB of additional disk space will be used. [2020-07-08T09:54:03.835Z] #17 22.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-07-08T09:54:03.835Z] #17 22.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-07-08T09:54:03.835Z] #17 22.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-07-08T09:54:03.835Z] #17 22.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-07-08T09:54:03.835Z] #17 22.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-07-08T09:54:03.835Z] #17 22.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-07-08T09:54:03.910Z] #19 11.50 Building wheels for collected packages: pyyaml [2020-07-08T09:54:03.910Z] #19 11.50 Running setup.py bdist_wheel for pyyaml: started [2020-07-08T09:54:04.065Z] #39 80.00 DEP criu/eventpoll.d [2020-07-08T09:54:04.094Z] #17 22.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-07-08T09:54:04.094Z] #17 22.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-07-08T09:54:04.094Z] #17 22.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-07-08T09:54:04.094Z] #17 22.84 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-07-08T09:54:04.094Z] #17 22.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-07-08T09:54:04.094Z] #17 22.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-07-08T09:54:04.095Z] #17 22.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-07-08T09:54:04.095Z] #17 22.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-07-08T09:54:04.095Z] #17 22.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-07-08T09:54:04.095Z] #17 22.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-07-08T09:54:04.095Z] #17 22.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-07-08T09:54:04.095Z] #17 22.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:54:04.095Z] #17 22.92 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-07-08T09:54:04.095Z] #17 22.93 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-07-08T09:54:04.095Z] #17 22.94 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-07-08T09:54:04.095Z] #17 22.96 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-07-08T09:54:04.323Z] #39 80.21 DEP criu/eventfd.d [2020-07-08T09:54:04.323Z] #39 80.36 DEP criu/crtools.d [2020-07-08T09:54:04.354Z] #17 22.98 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-07-08T09:54:04.354Z] #17 23.00 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-07-08T09:54:04.354Z] #17 23.00 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-07-08T09:54:04.354Z] #17 23.01 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-07-08T09:54:04.354Z] #17 23.02 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-07-08T09:54:04.354Z] #17 23.02 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-07-08T09:54:04.354Z] #17 23.03 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-07-08T09:54:04.581Z] #39 80.57 DEP criu/cr-service.d [2020-07-08T09:54:04.581Z] #39 80.67 DEP criu/cr-restore.d [2020-07-08T09:54:04.613Z] #17 23.47 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-07-08T09:54:04.613Z] #17 23.47 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-07-08T09:54:04.613Z] #17 23.47 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-07-08T09:54:04.613Z] #17 23.47 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-07-08T09:54:04.613Z] #17 23.47 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-07-08T09:54:04.613Z] #17 23.49 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-07-08T09:54:04.613Z] #17 23.55 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-07-08T09:54:04.840Z] #39 80.85 DEP criu/cr-errno.d [2020-07-08T09:54:04.840Z] #39 80.87 DEP criu/cr-dump.d [2020-07-08T09:54:04.873Z] #17 23.56 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-07-08T09:54:04.873Z] #17 23.56 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-07-08T09:54:04.873Z] #17 23.57 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-07-08T09:54:04.873Z] #17 23.58 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-07-08T09:54:04.873Z] #17 23.60 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-07-08T09:54:04.873Z] #17 23.60 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-07-08T09:54:04.873Z] #17 23.64 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-07-08T09:54:04.873Z] #17 23.66 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-07-08T09:54:04.873Z] #17 23.67 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-07-08T09:54:04.883Z] #19 12.47 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-07-08T09:54:04.883Z] #19 12.47 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-07-08T09:54:04.883Z] #19 12.56 Successfully built pyyaml [2020-07-08T09:54:04.883Z] #19 12.57 Installing collected packages: pathspec, pyyaml, yamllint [2020-07-08T09:54:05.097Z] #39 81.07 DEP criu/cr-dedup.d [2020-07-08T09:54:05.097Z] #39 81.14 DEP criu/cr-check.d [2020-07-08T09:54:05.097Z] #39 81.25 DEP criu/config.d [2020-07-08T09:54:05.132Z] #17 23.96 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-07-08T09:54:05.132Z] #17 24.00 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-07-08T09:54:05.132Z] #17 24.05 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-07-08T09:54:05.146Z] #19 12.84 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-07-08T09:54:05.355Z] #39 81.37 DEP criu/clone-noasan.d [2020-07-08T09:54:05.355Z] #39 81.42 DEP criu/cgroup.d [2020-07-08T09:54:05.613Z] #39 81.56 DEP criu/cgroup-props.d [2020-07-08T09:54:05.613Z] #39 81.62 DEP criu/bitmap.d [2020-07-08T09:54:05.613Z] #39 81.64 DEP criu/bfd.d [2020-07-08T09:54:05.721Z] #19 DONE 13.4s [2020-07-08T09:54:05.721Z] [2020-07-08T09:54:05.721Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:05.721Z] #39 108.5 CC criu/libnetlink.o [2020-07-08T09:54:05.721Z] #39 108.7 CC criu/log.o [2020-07-08T09:54:05.721Z] #39 109.1 CC criu/lsm.o [2020-07-08T09:54:05.721Z] #39 109.4 CC criu/mem.o [2020-07-08T09:54:05.721Z] #39 110.7 CC criu/memfd.o [2020-07-08T09:54:05.721Z] #39 111.2 CC criu/mount.o [2020-07-08T09:54:05.721Z] #39 113.8 CC criu/namespaces.o [2020-07-08T09:54:05.721Z] #39 115.4 CC criu/net.o [2020-07-08T09:54:05.881Z] #39 81.72 DEP criu/autofs.d [2020-07-08T09:54:05.881Z] #39 81.84 DEP criu/aio.d [2020-07-08T09:54:05.881Z] #39 81.96 DEP criu/action-scripts.d [2020-07-08T09:54:06.071Z] #17 24.76 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:54:06.071Z] #17 24.85 Fetched 28.5 MB in 2s (15.1 MB/s) [2020-07-08T09:54:06.071Z] #17 24.91 Selecting previously unselected package pigz. [2020-07-08T09:54:06.139Z] #39 82.23 CC criu/action-scripts.o [2020-07-08T09:54:06.330Z] #17 24.91 (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-07-08T09:54:06.330Z] #17 24.95 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-07-08T09:54:06.330Z] #17 24.96 Unpacking pigz (2.4-1) ... [2020-07-08T09:54:06.330Z] #17 25.05 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-07-08T09:54:06.330Z] #17 25.06 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:06.330Z] #17 25.06 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:06.667Z] #39 ... [2020-07-08T09:54:06.667Z] [2020-07-08T09:54:06.667Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:06.667Z] #52 137.3 + bin/containerd [2020-07-08T09:54:06.704Z] #39 82.58 CC criu/aio.o [2020-07-08T09:54:06.842Z] #42 ... [2020-07-08T09:54:06.842Z] [2020-07-08T09:54:06.842Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:06.842Z] #18 61.90 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-07-08T09:54:06.842Z] #18 61.92 Setting up xz-utils (5.2.4-1) ... [2020-07-08T09:54:06.842Z] #18 61.94 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T09:54:06.842Z] #18 61.95 Setting up sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:54:06.842Z] #18 62.04 invoke-rc.d: could not determine current runlevel [2020-07-08T09:54:06.842Z] #18 62.06 invoke-rc.d: policy-rc.d denied execution of start. [2020-07-08T09:54:06.842Z] #18 62.07 Setting up pigz (2.4-1) ... [2020-07-08T09:54:06.842Z] #18 62.08 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-07-08T09:54:06.842Z] #18 62.09 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-07-08T09:54:06.842Z] #18 62.10 Setting up python-pip-whl (18.1-5) ... [2020-07-08T09:54:06.842Z] #18 62.12 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-07-08T09:54:06.842Z] #18 62.13 Setting up vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:54:06.842Z] #18 62.84 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-07-08T09:54:06.842Z] #18 62.85 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-07-08T09:54:06.842Z] #18 62.86 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... [2020-07-08T09:54:06.842Z] #18 62.88 Setting up vim (2:8.1.0875-5) ... [2020-07-08T09:54:06.842Z] #18 62.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-07-08T09:54:06.842Z] #18 62.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-07-08T09:54:06.842Z] #18 62.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-07-08T09:54:06.842Z] #18 62.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-07-08T09:54:06.842Z] #18 62.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-07-08T09:54:06.842Z] #18 62.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-07-08T09:54:06.842Z] #18 62.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-07-08T09:54:06.842Z] #18 62.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-07-08T09:54:06.842Z] #18 63.05 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-07-08T09:54:06.842Z] #18 63.06 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:54:06.842Z] #18 63.07 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-07-08T09:54:06.842Z] #18 63.08 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:54:06.842Z] #18 63.09 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-07-08T09:54:06.842Z] #18 63.09 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:06.903Z] #17 25.52 Selecting previously unselected package python3.7-minimal. [2020-07-08T09:54:06.903Z] #17 25.52 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:06.903Z] #17 25.54 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:54:06.962Z] #39 83.03 CC criu/autofs.o [2020-07-08T09:54:07.471Z] #17 26.31 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:07.491Z] #18 67.48 Setting up iptables (1.8.2-4) ... [2020-07-08T09:54:07.491Z] #18 67.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:54:07.491Z] #18 67.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:54:07.730Z] #17 26.33 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:54:07.791Z] #18 67.57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:54:07.792Z] #18 67.59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:54:07.792Z] #18 67.60 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-07-08T09:54:07.792Z] #18 67.61 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-07-08T09:54:07.792Z] #18 67.63 Setting up python3 (3.7.3-1) ... [2020-07-08T09:54:08.333Z] #39 84.32 CC criu/bfd.o [2020-07-08T09:54:08.441Z] #18 68.27 Setting up python3-wheel (0.32.3-2) ... [2020-07-08T09:54:08.593Z] #39 ... [2020-07-08T09:54:08.593Z] [2020-07-08T09:54:08.593Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:08.593Z] #17 20.51 The following NEW packages will be installed: [2020-07-08T09:54:08.593Z] #17 20.52 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-07-08T09:54:08.593Z] #17 20.52 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-07-08T09:54:08.593Z] #17 20.52 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-07-08T09:54:08.593Z] #17 20.52 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-07-08T09:54:08.593Z] #17 20.52 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-07-08T09:54:08.593Z] #17 20.52 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-07-08T09:54:08.593Z] #17 20.53 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-07-08T09:54:08.593Z] #17 20.53 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-07-08T09:54:08.593Z] #17 20.53 xz-utils zip [2020-07-08T09:54:08.593Z] #17 20.88 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-07-08T09:54:08.593Z] #17 20.88 Need to get 28.5 MB of archives. [2020-07-08T09:54:08.593Z] #17 20.88 After this operation, 116 MB of additional disk space will be used. [2020-07-08T09:54:08.593Z] #17 20.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-07-08T09:54:08.593Z] #17 20.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-07-08T09:54:08.593Z] #17 20.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-07-08T09:54:08.593Z] #17 21.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-07-08T09:54:08.593Z] #17 21.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-07-08T09:54:08.593Z] #17 21.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-07-08T09:54:08.593Z] #17 21.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-07-08T09:54:08.593Z] #17 21.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-07-08T09:54:08.593Z] #17 21.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-07-08T09:54:08.593Z] #17 21.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-07-08T09:54:08.593Z] #17 21.19 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-07-08T09:54:08.593Z] #17 21.19 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-07-08T09:54:08.593Z] #17 21.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-07-08T09:54:08.593Z] #17 21.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-07-08T09:54:08.593Z] #17 21.22 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-07-08T09:54:08.593Z] #17 21.22 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-07-08T09:54:08.593Z] #17 21.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-07-08T09:54:08.593Z] #17 21.26 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-07-08T09:54:08.593Z] #17 21.27 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-07-08T09:54:08.593Z] #17 21.28 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-07-08T09:54:08.593Z] #17 21.29 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-07-08T09:54:08.593Z] #17 21.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-07-08T09:54:08.593Z] #17 21.33 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-07-08T09:54:08.593Z] #17 21.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-07-08T09:54:08.593Z] #17 21.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-07-08T09:54:08.593Z] #17 21.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-07-08T09:54:08.593Z] #17 21.35 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-07-08T09:54:08.593Z] #17 21.35 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-07-08T09:54:08.593Z] #17 21.36 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-07-08T09:54:08.593Z] #17 21.78 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-07-08T09:54:08.593Z] #17 21.78 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-07-08T09:54:08.593Z] #17 21.78 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-07-08T09:54:08.593Z] #17 21.79 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-07-08T09:54:08.593Z] #17 21.79 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-07-08T09:54:08.593Z] #17 21.80 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-07-08T09:54:08.593Z] #17 21.87 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-07-08T09:54:08.593Z] #17 21.88 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-07-08T09:54:08.593Z] #17 21.89 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-07-08T09:54:08.593Z] #17 21.90 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-07-08T09:54:08.593Z] #17 21.91 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-07-08T09:54:08.593Z] #17 21.93 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-07-08T09:54:08.593Z] #17 21.93 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-07-08T09:54:08.593Z] #17 21.99 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-07-08T09:54:08.593Z] #17 22.01 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-07-08T09:54:08.593Z] #17 22.03 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-07-08T09:54:08.593Z] #17 22.32 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-07-08T09:54:08.593Z] #17 22.36 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-07-08T09:54:08.593Z] #17 22.39 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-07-08T09:54:08.593Z] #17 22.90 debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T09:54:08.593Z] #17 22.98 Fetched 28.5 MB in 2s (16.1 MB/s) [2020-07-08T09:54:08.593Z] #17 23.01 Selecting previously unselected package pigz. [2020-07-08T09:54:08.593Z] #17 23.01 (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-07-08T09:54:08.593Z] #17 23.04 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-07-08T09:54:08.593Z] #17 23.05 Unpacking pigz (2.4-1) ... [2020-07-08T09:54:08.593Z] #17 23.13 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-07-08T09:54:08.593Z] #17 23.14 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:08.593Z] #17 23.15 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:08.593Z] #17 23.59 Selecting previously unselected package python3.7-minimal. [2020-07-08T09:54:08.593Z] #17 23.59 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:08.593Z] #17 23.60 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:54:08.593Z] #17 24.43 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:08.593Z] #17 24.46 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-07-08T09:54:08.593Z] #17 26.41 Selecting previously unselected package python3-minimal. [2020-07-08T09:54:08.593Z] #17 26.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 ... 23681 files and directories currently installed.) [2020-07-08T09:54:08.593Z] #17 26.45 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-07-08T09:54:08.593Z] #17 26.46 Unpacking python3-minimal (3.7.3-1) ... [2020-07-08T09:54:08.593Z] #17 26.55 Selecting previously unselected package libmpdec2:amd64. [2020-07-08T09:54:08.850Z] #17 26.56 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-07-08T09:54:08.850Z] #17 26.57 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-07-08T09:54:08.850Z] #17 26.64 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-07-08T09:54:08.850Z] #17 26.65 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:08.850Z] #17 26.66 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:08.850Z] #17 ... [2020-07-08T09:54:08.850Z] [2020-07-08T09:54:08.850Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:08.850Z] #39 84.79 CC criu/bitmap.o [2020-07-08T09:54:09.109Z] #39 84.96 CC criu/cgroup-props.o [2020-07-08T09:54:09.500Z] #18 69.17 Setting up apparmor (2.13.2-10) ... [2020-07-08T09:54:09.634Z] #17 28.26 Selecting previously unselected package python3-minimal. [2020-07-08T09:54:09.635Z] #17 28.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-07-08T09:54:09.635Z] #17 28.34 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-07-08T09:54:09.635Z] #17 28.35 Unpacking python3-minimal (3.7.3-1) ... [2020-07-08T09:54:09.635Z] #17 28.41 Selecting previously unselected package libmpdec2:amd64. [2020-07-08T09:54:09.635Z] #17 28.42 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-07-08T09:54:09.635Z] #17 28.43 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-07-08T09:54:09.673Z] #39 85.72 CC criu/cgroup.o [2020-07-08T09:54:09.775Z] 4612f6d0b889: Verifying Checksum [2020-07-08T09:54:09.775Z] 4612f6d0b889: Download complete [2020-07-08T09:54:09.894Z] #17 28.53 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-07-08T09:54:09.894Z] #17 28.53 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:09.894Z] #17 28.55 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:10.832Z] #17 29.47 Selecting previously unselected package python3.7. [2020-07-08T09:54:10.832Z] #17 29.48 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:10.832Z] #17 29.49 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:10.832Z] #17 29.62 Selecting previously unselected package libpython3-stdlib:amd64. [2020-07-08T09:54:10.832Z] #17 29.63 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-07-08T09:54:10.832Z] #17 29.64 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-07-08T09:54:10.832Z] #17 29.73 Setting up python3-minimal (3.7.3-1) ... [2020-07-08T09:54:11.054Z] #18 ... [2020-07-08T09:54:11.054Z] [2020-07-08T09:54:11.054Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:54:11.054Z] #42 DONE 190.3s [2020-07-08T09:54:11.054Z] [2020-07-08T09:54:11.054Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:11.054Z] #40 112.5 CC criu/cr-dedup.o [2020-07-08T09:54:11.054Z] #40 113.2 CC criu/cr-dump.o [2020-07-08T09:54:11.054Z] #40 116.5 CC criu/cr-errno.o [2020-07-08T09:54:11.054Z] #40 116.6 CC criu/cr-restore.o [2020-07-08T09:54:11.354Z] #40 ... [2020-07-08T09:54:11.354Z] [2020-07-08T09:54:11.354Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:11.354Z] #18 71.28 Setting up xfsprogs (4.20.0-1) ... [2020-07-08T09:54:11.354Z] #18 71.29 Setting up python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:54:11.587Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 30.8% of statements [2020-07-08T09:54:11.587Z] ok github.com/docker/docker/container 0.110s coverage: 34.7% of statements [2020-07-08T09:54:11.587Z] ? github.com/docker/docker/container/stream [no test files] [2020-07-08T09:54:11.587Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-07-08T09:54:11.587Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-07-08T09:54:11.587Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-07-08T09:54:11.769Z] #17 30.50 Selecting previously unselected package python3. [2020-07-08T09:54:11.769Z] #17 30.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-07-08T09:54:11.769Z] #17 30.54 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-07-08T09:54:11.769Z] #17 30.55 Unpacking python3 (3.7.3-1) ... [2020-07-08T09:54:11.769Z] #17 30.64 Selecting previously unselected package libip4tc0:amd64. [2020-07-08T09:54:11.769Z] #17 30.65 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-07-08T09:54:11.769Z] #17 30.66 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:11.769Z] #17 30.72 Selecting previously unselected package libip6tc0:amd64. [2020-07-08T09:54:11.972Z] #52 ... [2020-07-08T09:54:11.972Z] [2020-07-08T09:54:11.972Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:11.972Z] #39 117.8 CC criu/netfilter.o [2020-07-08T09:54:11.972Z] #39 118.0 CC criu/page-pipe.o [2020-07-08T09:54:11.972Z] #39 118.6 CC criu/page-xfer.o [2020-07-08T09:54:11.972Z] #39 119.8 CC criu/pagemap-cache.o [2020-07-08T09:54:11.972Z] #39 120.1 CC criu/pagemap.o [2020-07-08T09:54:11.972Z] #39 120.8 CC criu/parasite-syscall.o [2020-07-08T09:54:11.972Z] #39 121.4 CC criu/path.o [2020-07-08T09:54:11.972Z] #39 121.6 CC criu/pie-util-vdso.o [2020-07-08T09:54:11.972Z] #39 121.9 CC criu/pie-util.o [2020-07-08T09:54:11.972Z] #39 122.0 CC criu/pipes.o [2020-07-08T09:54:11.972Z] #39 122.5 CC criu/plugin.o [2020-07-08T09:54:11.972Z] #39 122.8 CC criu/proc_parse.o [2020-07-08T09:54:12.028Z] #17 30.73 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-07-08T09:54:12.028Z] #17 30.74 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:12.028Z] #17 30.83 Selecting previously unselected package libiptc0:amd64. [2020-07-08T09:54:12.028Z] #17 30.83 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-07-08T09:54:12.028Z] #17 30.84 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:12.198Z] #39 88.22 CC criu/clone-noasan.o [2020-07-08T09:54:12.287Z] #17 30.94 Selecting previously unselected package libnfnetlink0:amd64. [2020-07-08T09:54:12.287Z] #17 30.94 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-07-08T09:54:12.287Z] #17 30.95 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-07-08T09:54:12.287Z] #17 30.99 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-07-08T09:54:12.287Z] #17 31.00 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-07-08T09:54:12.287Z] #17 31.00 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-07-08T09:54:12.287Z] #17 31.08 Selecting previously unselected package libnftnl11:amd64. [2020-07-08T09:54:12.287Z] #17 31.09 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-07-08T09:54:12.287Z] #17 31.09 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-07-08T09:54:12.287Z] #17 31.17 Selecting previously unselected package iptables. [2020-07-08T09:54:12.287Z] #17 31.18 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-07-08T09:54:12.426Z] #18 72.24 Setting up python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:54:12.454Z] #39 88.38 CC criu/config.o [2020-07-08T09:54:12.546Z] #17 31.19 Unpacking iptables (1.8.2-4) ... [2020-07-08T09:54:12.805Z] #17 31.52 Selecting previously unselected package xxd. [2020-07-08T09:54:12.805Z] #17 31.55 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-07-08T09:54:12.805Z] #17 31.56 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:54:13.073Z] #17 31.65 Selecting previously unselected package vim-common. [2020-07-08T09:54:13.073Z] #17 31.65 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:54:13.073Z] #17 31.69 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:54:13.073Z] #17 31.83 Selecting previously unselected package bash-completion. [2020-07-08T09:54:13.073Z] #17 31.83 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-07-08T09:54:13.073Z] #17 ... [2020-07-08T09:54:13.073Z] [2020-07-08T09:54:13.073Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:13.073Z] #39 84.93 DEP criu/cr-check.d [2020-07-08T09:54:13.073Z] #39 85.30 DEP criu/config.d [2020-07-08T09:54:13.073Z] #39 85.51 DEP criu/clone-noasan.d [2020-07-08T09:54:13.073Z] #39 85.68 DEP criu/cgroup.d [2020-07-08T09:54:13.073Z] #39 85.83 DEP criu/cgroup-props.d [2020-07-08T09:54:13.073Z] #39 85.95 DEP criu/bitmap.d [2020-07-08T09:54:13.073Z] #39 85.97 DEP criu/bfd.d [2020-07-08T09:54:13.073Z] #39 86.11 DEP criu/autofs.d [2020-07-08T09:54:13.073Z] #39 86.29 DEP criu/aio.d [2020-07-08T09:54:13.073Z] #39 86.50 DEP criu/action-scripts.d [2020-07-08T09:54:13.073Z] #39 86.79 CC criu/action-scripts.o [2020-07-08T09:54:13.073Z] #39 87.19 CC criu/aio.o [2020-07-08T09:54:13.073Z] #39 87.65 CC criu/autofs.o [2020-07-08T09:54:13.073Z] #39 89.06 CC criu/bfd.o [2020-07-08T09:54:13.073Z] #39 89.50 CC criu/bitmap.o [2020-07-08T09:54:13.073Z] #39 89.66 CC criu/cgroup-props.o [2020-07-08T09:54:13.073Z] #39 90.32 CC criu/cgroup.o [2020-07-08T09:54:13.073Z] #39 92.65 CC criu/clone-noasan.o [2020-07-08T09:54:13.073Z] #39 92.81 CC criu/config.o [2020-07-08T09:54:13.073Z] #39 94.04 CC criu/cr-check.o [2020-07-08T09:54:13.362Z] #39 124.6 CC criu/protobuf-desc.o [2020-07-08T09:54:13.825Z] #39 89.59 CC criu/cr-check.o [2020-07-08T09:54:13.959Z] #18 73.55 Setting up python3-distutils (3.7.3-1) ... [2020-07-08T09:54:14.010Z] #39 95.70 CC criu/cr-dedup.o [2020-07-08T09:54:14.011Z] #39 96.08 CC criu/cr-dump.o [2020-07-08T09:54:14.082Z] #39 ... [2020-07-08T09:54:14.082Z] [2020-07-08T09:54:14.082Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:14.082Z] #17 26.66 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:14.082Z] #17 27.58 Selecting previously unselected package python3.7. [2020-07-08T09:54:14.082Z] #17 27.58 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 27.59 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:14.082Z] #17 27.67 Selecting previously unselected package libpython3-stdlib:amd64. [2020-07-08T09:54:14.082Z] #17 27.68 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 27.69 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-07-08T09:54:14.082Z] #17 27.79 Setting up python3-minimal (3.7.3-1) ... [2020-07-08T09:54:14.082Z] #17 28.50 Selecting previously unselected package python3. [2020-07-08T09:54:14.082Z] #17 28.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-07-08T09:54:14.082Z] #17 28.55 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 28.56 Unpacking python3 (3.7.3-1) ... [2020-07-08T09:54:14.082Z] #17 28.64 Selecting previously unselected package libip4tc0:amd64. [2020-07-08T09:54:14.082Z] #17 28.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 28.65 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:14.082Z] #17 28.75 Selecting previously unselected package libip6tc0:amd64. [2020-07-08T09:54:14.082Z] #17 28.75 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 28.76 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:14.082Z] #17 28.84 Selecting previously unselected package libiptc0:amd64. [2020-07-08T09:54:14.082Z] #17 28.84 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 28.85 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:14.082Z] #17 28.93 Selecting previously unselected package libnfnetlink0:amd64. [2020-07-08T09:54:14.082Z] #17 28.93 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 28.94 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-07-08T09:54:14.082Z] #17 28.99 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-07-08T09:54:14.082Z] #17 29.00 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 29.00 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-07-08T09:54:14.082Z] #17 29.08 Selecting previously unselected package libnftnl11:amd64. [2020-07-08T09:54:14.082Z] #17 29.08 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 29.09 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-07-08T09:54:14.082Z] #17 29.19 Selecting previously unselected package iptables. [2020-07-08T09:54:14.082Z] #17 29.19 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 29.19 Unpacking iptables (1.8.2-4) ... [2020-07-08T09:54:14.082Z] #17 29.43 Selecting previously unselected package xxd. [2020-07-08T09:54:14.082Z] #17 29.43 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-07-08T09:54:14.082Z] #17 29.45 Unpacking xxd (2:8.1.0875-5) ... [2020-07-08T09:54:14.082Z] #17 29.56 Selecting previously unselected package vim-common. [2020-07-08T09:54:14.082Z] #17 29.56 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:54:14.082Z] #17 29.59 Unpacking vim-common (2:8.1.0875-5) ... [2020-07-08T09:54:14.082Z] #17 29.76 Selecting previously unselected package bash-completion. [2020-07-08T09:54:14.082Z] #17 29.77 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-07-08T09:54:14.259Z] #18 73.98 Setting up python3-setuptools (40.8.0-1) ... [2020-07-08T09:54:14.310Z] #39 125.3 CC criu/protobuf.o [2020-07-08T09:54:14.339Z] #17 32.22 Unpacking bash-completion (1:2.8-6) ... [2020-07-08T09:54:14.573Z] #39 125.6 CC criu/pstree.o [2020-07-08T09:54:14.903Z] #17 32.59 Selecting previously unselected package bzip2. [2020-07-08T09:54:14.903Z] #17 32.60 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-07-08T09:54:14.903Z] #17 32.61 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:54:14.903Z] #17 32.70 Selecting previously unselected package xz-utils. [2020-07-08T09:54:14.903Z] #17 32.72 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-07-08T09:54:14.903Z] #17 32.73 Unpacking xz-utils (5.2.4-1) ... [2020-07-08T09:54:14.903Z] #17 32.89 Selecting previously unselected package apparmor. [2020-07-08T09:54:14.906Z] #18 74.94 Setting up python3-pip (18.1-5) ... [2020-07-08T09:54:15.160Z] #17 32.94 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-07-08T09:54:15.160Z] #17 33.01 Unpacking apparmor (2.13.2-10) ... [2020-07-08T09:54:15.187Z] ok github.com/docker/docker/daemon/cluster 0.035s coverage: 0.5% of statements [2020-07-08T09:54:15.522Z] #39 126.5 CC criu/rbtree.o [2020-07-08T09:54:15.724Z] #17 33.40 Selecting previously unselected package aufs-tools. [2020-07-08T09:54:15.724Z] #17 33.41 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-07-08T09:54:15.724Z] #17 33.41 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:54:15.724Z] #17 33.52 Selecting previously unselected package libonig5:amd64. [2020-07-08T09:54:15.724Z] #17 33.52 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-07-08T09:54:15.724Z] #17 33.53 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:54:15.724Z] #17 33.65 Selecting previously unselected package libjq1:amd64. [2020-07-08T09:54:15.724Z] #17 33.65 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:54:15.724Z] #17 33.65 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:54:15.786Z] #39 126.8 CC criu/rst-malloc.o [2020-07-08T09:54:15.786Z] #39 127.0 CC criu/seccomp.o [2020-07-08T09:54:15.916Z] #39 ... [2020-07-08T09:54:15.916Z] [2020-07-08T09:54:15.916Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:15.916Z] #17 34.39 Unpacking bash-completion (1:2.8-6) ... [2020-07-08T09:54:15.916Z] #17 34.76 Selecting previously unselected package bzip2. [2020-07-08T09:54:15.916Z] #17 34.77 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-07-08T09:54:15.916Z] #17 34.77 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:54:15.981Z] #17 33.76 Selecting previously unselected package jq. [2020-07-08T09:54:15.981Z] #17 33.78 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:54:15.981Z] #17 33.79 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:54:15.981Z] #17 33.88 Selecting previously unselected package libaio1:amd64. [2020-07-08T09:54:15.981Z] #17 33.89 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-07-08T09:54:15.981Z] #17 33.90 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-07-08T09:54:15.981Z] #17 33.96 Selecting previously unselected package libgpm2:amd64. [2020-07-08T09:54:15.981Z] #17 33.97 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-07-08T09:54:15.981Z] #17 33.97 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-07-08T09:54:16.174Z] #17 34.86 Selecting previously unselected package xz-utils. [2020-07-08T09:54:16.174Z] #17 34.87 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-07-08T09:54:16.174Z] #17 34.88 Unpacking xz-utils (5.2.4-1) ... [2020-07-08T09:54:16.174Z] #17 35.05 Selecting previously unselected package apparmor. [2020-07-08T09:54:16.174Z] #17 35.07 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-07-08T09:54:16.240Z] #17 34.03 Selecting previously unselected package libicu63:amd64. [2020-07-08T09:54:16.240Z] #17 34.04 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-07-08T09:54:16.240Z] #17 34.04 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:54:16.361Z] #39 127.5 CC criu/seize.o [2020-07-08T09:54:16.435Z] #17 35.14 Unpacking apparmor (2.13.2-10) ... [2020-07-08T09:54:16.694Z] #17 35.38 Selecting previously unselected package aufs-tools. [2020-07-08T09:54:16.694Z] #17 35.38 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-07-08T09:54:16.694Z] #17 35.39 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:54:16.694Z] #17 35.51 Selecting previously unselected package libonig5:amd64. [2020-07-08T09:54:16.694Z] #17 35.52 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-07-08T09:54:16.694Z] #17 35.53 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:54:16.698Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-07-08T09:54:16.826Z] #18 76.31 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:54:16.826Z] #18 76.34 Processing triggers for mime-support (3.62) ... [2020-07-08T09:54:16.826Z] #18 DONE 76.7s [2020-07-08T09:54:16.826Z] [2020-07-08T09:54:16.826Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:54:16.938Z] #39 128.2 CC criu/servicefd.o [2020-07-08T09:54:16.954Z] #17 35.69 Selecting previously unselected package libjq1:amd64. [2020-07-08T09:54:16.954Z] #17 35.69 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:54:16.954Z] #17 35.69 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:54:17.127Z] #19 0.395 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-07-08T09:54:17.127Z] #19 0.399 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-07-08T09:54:17.127Z] #19 0.401 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-07-08T09:54:17.127Z] #19 DONE 0.5s [2020-07-08T09:54:17.127Z] [2020-07-08T09:54:17.127Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:17.127Z] #40 124.0 CC criu/cr-service.o [2020-07-08T09:54:17.127Z] #40 126.2 CC criu/crtools.o [2020-07-08T09:54:17.127Z] #40 126.8 CC criu/eventfd.o [2020-07-08T09:54:17.213Z] #17 35.83 Selecting previously unselected package jq. [2020-07-08T09:54:17.213Z] #17 35.84 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-07-08T09:54:17.213Z] #17 35.85 Unpacking jq (1.5+dfsg-2+b1) ... [2020-07-08T09:54:17.213Z] #17 35.92 Selecting previously unselected package libaio1:amd64. [2020-07-08T09:54:17.213Z] #17 35.94 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-07-08T09:54:17.213Z] #17 35.95 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-07-08T09:54:17.213Z] #17 36.01 Selecting previously unselected package libgpm2:amd64. [2020-07-08T09:54:17.213Z] #17 36.02 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-07-08T09:54:17.425Z] #40 127.6 CC criu/eventpoll.o [2020-07-08T09:54:17.472Z] #17 36.04 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-07-08T09:54:17.472Z] #17 36.12 Selecting previously unselected package libicu63:amd64. [2020-07-08T09:54:17.472Z] #17 36.13 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-07-08T09:54:17.472Z] #17 36.14 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:54:17.513Z] #39 128.6 CC criu/shmem.o [2020-07-08T09:54:17.800Z] ok github.com/docker/docker/daemon/cluster/convert 0.005s coverage: 35.4% of statements [2020-07-08T09:54:18.088Z] #39 129.4 CC criu/sigframe.o [2020-07-08T09:54:18.351Z] #39 129.5 CC criu/signalfd.o [2020-07-08T09:54:18.613Z] #39 129.7 CC criu/sk-inet.o [2020-07-08T09:54:18.964Z] #40 128.9 CC criu/external.o [2020-07-08T09:54:19.160Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:54:19.160Z] [2020-07-08T09:54:19.160Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-07-08T09:54:19.160Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-07-08T09:54:19.160Z] Using test binary docker [2020-07-08T09:54:19.160Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-07-08T09:54:19.160Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T09:54:19.160Z] INFO: Waiting for daemon to start... [2020-07-08T09:54:19.160Z] Starting dockerd [2020-07-08T09:54:19.160Z] . [2020-07-08T09:54:19.160Z] INFO: Building docker-sdk-python3:4.2.1... [2020-07-08T09:54:19.191Z] #39 ... [2020-07-08T09:54:19.191Z] [2020-07-08T09:54:19.191Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:19.191Z] #21 183.6 + return [2020-07-08T09:54:19.264Z] #40 129.3 CC criu/fault-injection.o [2020-07-08T09:54:19.264Z] #40 129.4 CC criu/fdstore.o [2020-07-08T09:54:19.516Z] #17 37.33 Selecting previously unselected package libnet1:amd64. [2020-07-08T09:54:19.516Z] #17 37.34 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-07-08T09:54:19.516Z] #17 37.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:54:19.516Z] #17 37.43 Selecting previously unselected package libnl-3-200:amd64. [2020-07-08T09:54:19.516Z] #17 37.43 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-07-08T09:54:19.516Z] #17 37.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:54:19.516Z] #17 37.52 Selecting previously unselected package libprotobuf-c1:amd64. [2020-07-08T09:54:19.516Z] #17 37.53 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:54:19.564Z] #40 129.9 CC criu/fifo.o [2020-07-08T09:54:19.767Z] #21 DONE 184.3s [2020-07-08T09:54:19.767Z] [2020-07-08T09:54:19.767Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:19.767Z] #39 130.6 CC criu/sk-netlink.o [2020-07-08T09:54:19.767Z] #39 130.9 CC criu/sk-packet.o [2020-07-08T09:54:19.773Z] #17 37.55 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:54:19.773Z] #17 37.65 Selecting previously unselected package libreadline5:amd64. [2020-07-08T09:54:19.773Z] #17 37.65 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-07-08T09:54:19.773Z] #17 37.66 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-07-08T09:54:19.773Z] #17 37.75 Selecting previously unselected package net-tools. [2020-07-08T09:54:19.773Z] #17 37.75 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-07-08T09:54:20.030Z] #17 37.76 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:54:20.030Z] #17 37.98 Selecting previously unselected package python-pip-whl. [2020-07-08T09:54:20.030Z] #17 37.99 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-07-08T09:54:20.030Z] #17 38.00 Unpacking python-pip-whl (18.1-5) ... [2020-07-08T09:54:20.213Z] #40 130.4 CC criu/file-ids.o [2020-07-08T09:54:20.343Z] #39 131.5 CC criu/sk-queue.o [2020-07-08T09:54:20.511Z] #40 130.8 CC criu/file-lock.o [2020-07-08T09:54:20.594Z] #17 38.64 Selecting previously unselected package python3-lib2to3. [2020-07-08T09:54:20.606Z] #39 131.8 CC criu/sk-tcp.o [2020-07-08T09:54:20.760Z] #17 39.41 Selecting previously unselected package libnet1:amd64. [2020-07-08T09:54:20.760Z] #17 39.42 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-07-08T09:54:20.760Z] #17 39.43 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:54:20.760Z] #17 39.54 Selecting previously unselected package libnl-3-200:amd64. [2020-07-08T09:54:20.760Z] #17 39.55 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-07-08T09:54:20.760Z] #17 39.56 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:54:20.811Z] #40 ... [2020-07-08T09:54:20.811Z] [2020-07-08T09:54:20.811Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-07-08T09:54:20.811Z] #29 DONE 199.8s [2020-07-08T09:54:20.811Z] [2020-07-08T09:54:20.811Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:20.851Z] #17 38.64 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-07-08T09:54:20.851Z] #17 38.65 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:54:21.019Z] #17 39.66 Selecting previously unselected package libprotobuf-c1:amd64. [2020-07-08T09:54:21.019Z] #17 39.67 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-07-08T09:54:21.019Z] #17 39.68 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:54:21.019Z] #17 39.74 Selecting previously unselected package libreadline5:amd64. [2020-07-08T09:54:21.019Z] #17 39.75 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-07-08T09:54:21.019Z] #17 39.77 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-07-08T09:54:21.107Z] #17 38.75 Selecting previously unselected package python3-distutils. [2020-07-08T09:54:21.107Z] #17 38.76 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-07-08T09:54:21.107Z] #17 38.78 Unpacking python3-distutils (3.7.3-1) ... [2020-07-08T09:54:21.107Z] #17 38.93 Selecting previously unselected package python3-pip. [2020-07-08T09:54:21.107Z] #17 38.94 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-07-08T09:54:21.107Z] #17 38.94 Unpacking python3-pip (18.1-5) ... [2020-07-08T09:54:21.181Z] #39 132.3 CC criu/sk-unix.o [2020-07-08T09:54:21.278Z] #17 39.88 Selecting previously unselected package net-tools. [2020-07-08T09:54:21.278Z] #17 39.89 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-07-08T09:54:21.278Z] #17 39.89 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:54:21.278Z] #17 40.11 Selecting previously unselected package python-pip-whl. [2020-07-08T09:54:21.364Z] #17 39.10 Selecting previously unselected package python3-pkg-resources. [2020-07-08T09:54:21.364Z] #17 39.13 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:54:21.364Z] #17 39.13 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:54:21.364Z] #17 39.25 Selecting previously unselected package python3-setuptools. [2020-07-08T09:54:21.364Z] #17 39.26 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-07-08T09:54:21.364Z] #17 39.26 Unpacking python3-setuptools (40.8.0-1) ... [2020-07-08T09:54:21.542Z] #17 40.13 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-07-08T09:54:21.542Z] #17 40.14 Unpacking python-pip-whl (18.1-5) ... [2020-07-08T09:54:21.622Z] #17 39.56 Selecting previously unselected package python3-wheel. [2020-07-08T09:54:21.622Z] #17 39.59 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-07-08T09:54:21.622Z] #17 39.59 Unpacking python3-wheel (0.32.3-2) ... [2020-07-08T09:54:21.879Z] #17 39.66 Selecting previously unselected package sudo. [2020-07-08T09:54:21.879Z] #17 39.66 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-07-08T09:54:21.879Z] #17 39.67 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:54:22.060Z] #17 40.72 Selecting previously unselected package python3-lib2to3. [2020-07-08T09:54:22.060Z] #17 40.72 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-07-08T09:54:22.060Z] #17 40.73 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:54:22.060Z] #17 40.84 Selecting previously unselected package python3-distutils. [2020-07-08T09:54:22.060Z] #17 40.84 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-07-08T09:54:22.060Z] #17 40.85 Unpacking python3-distutils (3.7.3-1) ... [2020-07-08T09:54:22.131Z] #39 ... [2020-07-08T09:54:22.131Z] [2020-07-08T09:54:22.131Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-07-08T09:54:22.131Z] #22 DONE 0.5s [2020-07-08T09:54:22.319Z] #17 41.00 Selecting previously unselected package python3-pip. [2020-07-08T09:54:22.319Z] #17 41.02 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-07-08T09:54:22.319Z] #17 41.03 Unpacking python3-pip (18.1-5) ... [2020-07-08T09:54:22.319Z] #17 41.19 Selecting previously unselected package python3-pkg-resources. [2020-07-08T09:54:22.362Z] #20 ... [2020-07-08T09:54:22.362Z] [2020-07-08T09:54:22.362Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:22.362Z] #40 132.6 CC criu/files-ext.o [2020-07-08T09:54:22.393Z] #17 40.08 Selecting previously unselected package thin-provisioning-tools. [2020-07-08T09:54:22.393Z] #17 40.10 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-07-08T09:54:22.393Z] #17 40.10 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:54:22.394Z] [2020-07-08T09:54:22.394Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:54:22.578Z] #17 41.21 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-07-08T09:54:22.578Z] #17 41.22 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:54:22.578Z] #17 41.34 Selecting previously unselected package python3-setuptools. [2020-07-08T09:54:22.578Z] #17 41.34 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-07-08T09:54:22.578Z] #17 41.35 Unpacking python3-setuptools (40.8.0-1) ... [2020-07-08T09:54:22.650Z] #17 40.37 Selecting previously unselected package uidmap. [2020-07-08T09:54:22.650Z] #17 40.39 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-07-08T09:54:22.650Z] #17 40.40 Unpacking uidmap (1:4.5-1.1) ... [2020-07-08T09:54:22.650Z] #17 40.52 Selecting previously unselected package vim-runtime. [2020-07-08T09:54:22.650Z] #17 40.54 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:54:22.650Z] #17 40.58 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-07-08T09:54:22.836Z] #17 41.58 Selecting previously unselected package python3-wheel. [2020-07-08T09:54:22.836Z] #17 41.60 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-07-08T09:54:22.836Z] #17 41.61 Unpacking python3-wheel (0.32.3-2) ... [2020-07-08T09:54:22.836Z] #17 41.68 Selecting previously unselected package sudo. [2020-07-08T09:54:22.836Z] #17 41.69 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-07-08T09:54:22.907Z] #17 40.63 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-07-08T09:54:22.907Z] #17 40.64 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:54:23.025Z] #40 133.2 CC criu/files-reg.o [2020-07-08T09:54:23.095Z] #17 41.70 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:54:23.354Z] #17 42.18 Selecting previously unselected package thin-provisioning-tools. [2020-07-08T09:54:23.354Z] #17 42.19 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-07-08T09:54:23.354Z] #17 42.20 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:54:23.921Z] #17 42.47 Selecting previously unselected package uidmap. [2020-07-08T09:54:23.922Z] #17 42.48 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-07-08T09:54:23.922Z] #17 42.49 Unpacking uidmap (1:4.5-1.1) ... [2020-07-08T09:54:23.922Z] #17 42.60 Selecting previously unselected package vim-runtime. [2020-07-08T09:54:23.922Z] #17 42.60 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-07-08T09:54:23.922Z] #17 42.63 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-07-08T09:54:23.922Z] #17 42.67 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-07-08T09:54:23.922Z] #17 42.68 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:54:24.774Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 13.9% of statements [2020-07-08T09:54:25.430Z] #17 ... [2020-07-08T09:54:25.430Z] [2020-07-08T09:54:25.431Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:25.431Z] #39 91.14 CC criu/cr-dedup.o [2020-07-08T09:54:25.431Z] #39 91.46 CC criu/cr-dump.o [2020-07-08T09:54:25.431Z] #39 93.46 CC criu/cr-errno.o [2020-07-08T09:54:25.431Z] #39 93.56 CC criu/cr-restore.o [2020-07-08T09:54:25.431Z] #39 97.79 CC criu/cr-service.o [2020-07-08T09:54:25.431Z] #39 99.36 CC criu/crtools.o [2020-07-08T09:54:25.431Z] #39 99.95 CC criu/eventfd.o [2020-07-08T09:54:25.431Z] #39 100.4 CC criu/eventpoll.o [2020-07-08T09:54:25.431Z] #39 101.4 CC criu/external.o [2020-07-08T09:54:25.431Z] #39 ... [2020-07-08T09:54:25.431Z] [2020-07-08T09:54:25.431Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:25.688Z] #17 43.45 Selecting previously unselected package vim. [2020-07-08T09:54:25.688Z] #17 43.47 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-07-08T09:54:25.688Z] #17 43.50 Unpacking vim (2:8.1.0875-5) ... [2020-07-08T09:54:25.708Z] #26 DONE 3.5s [2020-07-08T09:54:25.708Z] [2020-07-08T09:54:25.708Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-07-08T09:54:25.802Z] #40 135.8 CC criu/files.o [2020-07-08T09:54:25.811Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.7% of statements [2020-07-08T09:54:25.970Z] #29 DONE 0.3s [2020-07-08T09:54:25.970Z] [2020-07-08T09:54:25.970Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:25.970Z] #39 133.9 CC criu/sockets.o [2020-07-08T09:54:25.970Z] #39 134.6 CC criu/stats.o [2020-07-08T09:54:25.970Z] #39 134.9 CC criu/string.o [2020-07-08T09:54:25.970Z] #39 134.9 CC criu/sysctl.o [2020-07-08T09:54:25.970Z] #39 135.5 CC criu/sysfs_parse.o [2020-07-08T09:54:25.970Z] #39 135.9 CC criu/timens.o [2020-07-08T09:54:25.970Z] #39 136.2 CC criu/timerfd.o [2020-07-08T09:54:25.970Z] #39 136.5 CC criu/tty.o [2020-07-08T09:54:26.234Z] #39 ... [2020-07-08T09:54:26.234Z] [2020-07-08T09:54:26.234Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-07-08T09:54:26.234Z] #31 DONE 0.2s [2020-07-08T09:54:26.254Z] #17 44.05 Selecting previously unselected package xfsprogs. [2020-07-08T09:54:26.254Z] #17 44.07 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-07-08T09:54:26.254Z] #17 44.08 Unpacking xfsprogs (4.20.0-1) ... [2020-07-08T09:54:26.457Z] #17 ... [2020-07-08T09:54:26.457Z] [2020-07-08T09:54:26.457Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:26.457Z] #39 98.19 CC criu/cr-errno.o [2020-07-08T09:54:26.457Z] #39 98.27 CC criu/cr-restore.o [2020-07-08T09:54:26.457Z] #39 102.5 CC criu/cr-service.o [2020-07-08T09:54:26.457Z] #39 104.1 CC criu/crtools.o [2020-07-08T09:54:26.457Z] #39 104.7 CC criu/eventfd.o [2020-07-08T09:54:26.457Z] #39 105.1 CC criu/eventpoll.o [2020-07-08T09:54:26.457Z] #39 105.8 CC criu/external.o [2020-07-08T09:54:26.457Z] #39 106.3 CC criu/fault-injection.o [2020-07-08T09:54:26.457Z] #39 106.4 CC criu/fdstore.o [2020-07-08T09:54:26.457Z] #39 106.7 CC criu/fifo.o [2020-07-08T09:54:26.457Z] #39 107.1 CC criu/file-ids.o [2020-07-08T09:54:26.457Z] #39 107.5 CC criu/file-lock.o [2020-07-08T09:54:26.457Z] #39 108.3 CC criu/files-ext.o [2020-07-08T09:54:26.475Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2020-07-08T09:54:26.496Z] [2020-07-08T09:54:26.496Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-07-08T09:54:26.496Z] #34 DONE 0.1s [2020-07-08T09:54:26.496Z] [2020-07-08T09:54:26.496Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-07-08T09:54:26.717Z] #39 108.7 CC criu/files-reg.o [2020-07-08T09:54:26.759Z] #37 DONE 0.3s [2020-07-08T09:54:26.759Z] [2020-07-08T09:54:26.759Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:26.759Z] #45 186.4 + cd /tmp/tmp.b4w8yYaRTL/src/github.com/golangci/golangci-lint/ [2020-07-08T09:54:26.759Z] #45 186.4 + git checkout -q v1.23.8 [2020-07-08T09:54:26.759Z] #45 186.9 ++ git describe --tags [2020-07-08T09:54:26.759Z] #45 186.9 + version=v1.23.8 [2020-07-08T09:54:26.759Z] #45 186.9 ++ git rev-parse --short HEAD [2020-07-08T09:54:26.759Z] #45 187.0 + commit=76a82c6 [2020-07-08T09:54:26.759Z] #45 187.0 ++ git show -s --format=%cd [2020-07-08T09:54:26.759Z] #45 187.0 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-07-08T09:54:26.759Z] #45 187.0 + 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-07-08T09:54:26.819Z] #17 44.56 Selecting previously unselected package zip. [2020-07-08T09:54:26.819Z] #17 44.59 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-07-08T09:54:26.819Z] #17 44.59 Unpacking zip (3.0-11+b1) ... [2020-07-08T09:54:26.976Z] #39 ... [2020-07-08T09:54:26.976Z] [2020-07-08T09:54:26.976Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:26.976Z] #17 45.76 Selecting previously unselected package vim. [2020-07-08T09:54:26.976Z] #17 45.76 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-07-08T09:54:26.976Z] #17 45.78 Unpacking vim (2:8.1.0875-5) ... [2020-07-08T09:54:27.077Z] #17 44.80 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:54:27.077Z] #17 44.82 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:54:27.077Z] #17 44.83 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:27.077Z] #17 44.85 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-07-08T09:54:27.077Z] #17 44.86 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-07-08T09:54:27.077Z] #17 44.87 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:27.077Z] #17 44.88 Setting up uidmap (1:4.5-1.1) ... [2020-07-08T09:54:27.077Z] #17 44.90 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-07-08T09:54:27.077Z] #17 44.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:54:27.077Z] #17 44.92 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:54:27.077Z] #17 44.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:54:27.077Z] #17 44.96 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:54:27.077Z] #17 44.98 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:54:27.077Z] #17 44.99 Setting up zip (3.0-11+b1) ... [2020-07-08T09:54:27.111Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2020-07-08T09:54:27.335Z] #17 45.01 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:54:27.335Z] #17 45.04 Setting up bash-completion (1:2.8-6) ... [2020-07-08T09:54:27.346Z] #40 ... [2020-07-08T09:54:27.346Z] [2020-07-08T09:54:27.346Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:27.346Z] #20 5.536 Collecting yamllint==1.16.0 [2020-07-08T09:54:27.346Z] #20 5.999 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-07-08T09:54:27.346Z] #20 6.072 Collecting pyyaml (from yamllint==1.16.0) [2020-07-08T09:54:27.346Z] #20 6.236 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-07-08T09:54:27.346Z] #20 7.981 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-07-08T09:54:27.346Z] #20 8.044 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-07-08T09:54:27.346Z] #20 8.094 Building wheels for collected packages: pyyaml [2020-07-08T09:54:27.346Z] #20 8.105 Running setup.py bdist_wheel for pyyaml: started [2020-07-08T09:54:27.346Z] #20 9.440 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-07-08T09:54:27.346Z] #20 9.445 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-07-08T09:54:27.346Z] #20 9.535 Successfully built pyyaml [2020-07-08T09:54:27.346Z] #20 9.558 Installing collected packages: pyyaml, pathspec, yamllint [2020-07-08T09:54:27.346Z] #20 9.954 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-07-08T09:54:27.346Z] #20 DONE 10.3s [2020-07-08T09:54:27.544Z] #17 46.29 Selecting previously unselected package xfsprogs. [2020-07-08T09:54:27.544Z] #17 46.31 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-07-08T09:54:27.544Z] #17 46.31 Unpacking xfsprogs (4.20.0-1) ... [2020-07-08T09:54:27.645Z] [2020-07-08T09:54:27.645Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:54:27.746Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-07-08T09:54:28.062Z] #17 46.73 Selecting previously unselected package zip. [2020-07-08T09:54:28.062Z] #17 46.74 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-07-08T09:54:28.062Z] #17 46.75 Unpacking zip (3.0-11+b1) ... [2020-07-08T09:54:28.062Z] #17 46.98 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-07-08T09:54:28.295Z] #50 ... [2020-07-08T09:54:28.295Z] [2020-07-08T09:54:28.295Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:28.295Z] #40 138.5 CC criu/filesystems.o [2020-07-08T09:54:28.321Z] #17 46.99 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-07-08T09:54:28.322Z] #17 47.00 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:28.322Z] #17 47.01 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-07-08T09:54:28.322Z] #17 47.02 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-07-08T09:54:28.322Z] #17 47.04 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:28.322Z] #17 47.05 Setting up uidmap (1:4.5-1.1) ... [2020-07-08T09:54:28.322Z] #17 47.06 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-07-08T09:54:28.322Z] #17 47.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-07-08T09:54:28.322Z] #17 47.08 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-07-08T09:54:28.322Z] #17 47.09 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-07-08T09:54:28.322Z] #17 47.10 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-07-08T09:54:28.322Z] #17 47.11 Setting up xxd (2:8.1.0875-5) ... [2020-07-08T09:54:28.322Z] #17 47.12 Setting up zip (3.0-11+b1) ... [2020-07-08T09:54:28.322Z] #17 47.13 Setting up vim-common (2:8.1.0875-5) ... [2020-07-08T09:54:28.322Z] #17 47.15 Setting up bash-completion (1:2.8-6) ... [2020-07-08T09:54:28.462Z] ok github.com/docker/docker/daemon 12.317s coverage: 17.5% of statements [2020-07-08T09:54:28.462Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-07-08T09:54:28.462Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-07-08T09:54:28.462Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-07-08T09:54:28.462Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-07-08T09:54:29.361Z] #40 139.3 CC criu/fsnotify.o [2020-07-08T09:54:30.037Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-07-08T09:54:30.419Z] #40 140.4 CC criu/image-desc.o [2020-07-08T09:54:30.419Z] #40 140.5 CC criu/image.o [2020-07-08T09:54:30.672Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.210s coverage: 57.0% of statements [2020-07-08T09:54:30.698Z] #17 48.04 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:30.698Z] #17 48.06 Setting up xz-utils (5.2.4-1) ... [2020-07-08T09:54:30.698Z] #17 48.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T09:54:30.698Z] #17 48.09 Setting up sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:54:30.698Z] #17 48.18 invoke-rc.d: could not determine current runlevel [2020-07-08T09:54:30.698Z] #17 48.19 invoke-rc.d: policy-rc.d denied execution of start. [2020-07-08T09:54:30.698Z] #17 48.21 Setting up pigz (2.4-1) ... [2020-07-08T09:54:30.698Z] #17 48.22 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-07-08T09:54:30.698Z] #17 48.24 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:54:30.698Z] #17 48.26 Setting up python-pip-whl (18.1-5) ... [2020-07-08T09:54:30.698Z] #17 48.28 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-07-08T09:54:30.698Z] #17 48.29 Setting up vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:54:30.956Z] #17 48.64 Setting up libaio1:amd64 (0.3.112-3) ... [2020-07-08T09:54:30.956Z] #17 48.66 Setting up libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:54:30.956Z] #17 48.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:30.956Z] #17 48.70 Setting up vim (2:8.1.0875-5) ... [2020-07-08T09:54:30.956Z] #17 48.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-07-08T09:54:30.956Z] #17 48.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-07-08T09:54:30.956Z] #17 48.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-07-08T09:54:30.956Z] #17 48.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-07-08T09:54:30.956Z] #17 48.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-07-08T09:54:30.956Z] #17 48.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-07-08T09:54:30.956Z] #17 48.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-07-08T09:54:30.956Z] #17 48.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-07-08T09:54:30.956Z] #17 48.80 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:54:30.956Z] #17 48.82 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:54:30.956Z] #17 48.83 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-07-08T09:54:30.956Z] #17 48.85 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:54:30.982Z] #45 ... [2020-07-08T09:54:30.982Z] [2020-07-08T09:54:30.982Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:30.982Z] #39 138.3 CC criu/tun.o [2020-07-08T09:54:30.982Z] #39 138.8 CC criu/uffd.o [2020-07-08T09:54:30.982Z] #39 140.0 CC criu/util.o [2020-07-08T09:54:30.982Z] #39 141.1 CC criu/uts_ns.o [2020-07-08T09:54:30.982Z] #39 141.2 CC criu/vdso.o [2020-07-08T09:54:30.982Z] #39 141.7 LINK criu/built-in.o [2020-07-08T09:54:30.982Z] #39 141.8 LINK criu/criu [2020-07-08T09:54:30.982Z] #39 142.2 DEP lib/c/criu.d [2020-07-08T09:54:31.071Z] #40 141.2 CC criu/ipc_ns.o [2020-07-08T09:54:31.214Z] #17 48.86 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-07-08T09:54:31.214Z] #17 48.87 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:31.245Z] #39 142.3 CC images/rpc.pb-c.o [2020-07-08T09:54:31.610Z] #17 49.82 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-07-08T09:54:31.610Z] #17 49.83 Setting up xz-utils (5.2.4-1) ... [2020-07-08T09:54:31.610Z] #17 49.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T09:54:31.610Z] #17 49.88 Setting up sudo (1.8.27-1+deb10u2) ... [2020-07-08T09:54:31.610Z] #17 49.94 invoke-rc.d: could not determine current runlevel [2020-07-08T09:54:31.610Z] #17 49.95 invoke-rc.d: policy-rc.d denied execution of start. [2020-07-08T09:54:31.610Z] #17 49.96 Setting up pigz (2.4-1) ... [2020-07-08T09:54:31.610Z] #17 49.97 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-07-08T09:54:31.610Z] #17 49.98 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-07-08T09:54:31.610Z] #17 50.00 Setting up python-pip-whl (18.1-5) ... [2020-07-08T09:54:31.610Z] #17 50.02 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-07-08T09:54:31.610Z] #17 50.03 Setting up vim-runtime (2:8.1.0875-5) ... [2020-07-08T09:54:31.610Z] #17 50.29 Setting up libaio1:amd64 (0.3.112-3) ... [2020-07-08T09:54:31.610Z] #17 50.30 Setting up libonig5:amd64 (6.9.1-1) ... [2020-07-08T09:54:31.610Z] #17 50.31 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:31.610Z] #17 50.32 Setting up vim (2:8.1.0875-5) ... [2020-07-08T09:54:31.610Z] #17 50.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-07-08T09:54:31.610Z] #17 50.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-07-08T09:54:31.610Z] #17 50.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-07-08T09:54:31.610Z] #17 50.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-07-08T09:54:31.610Z] #17 50.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-07-08T09:54:31.610Z] #17 50.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-07-08T09:54:31.610Z] #17 50.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-07-08T09:54:31.610Z] #17 50.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-07-08T09:54:31.610Z] #17 50.41 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-07-08T09:54:31.610Z] #17 50.43 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-07-08T09:54:31.610Z] #17 50.45 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-07-08T09:54:31.610Z] #17 50.47 Setting up jq (1.5+dfsg-2+b1) ... [2020-07-08T09:54:31.610Z] #17 50.48 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-07-08T09:54:31.610Z] #17 50.49 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-07-08T09:54:31.820Z] #39 142.9 CC lib/c/criu.o [2020-07-08T09:54:32.129Z] #40 142.4 CC criu/irmap.o [2020-07-08T09:54:32.769Z] #39 143.8 LINK lib/c/built-in.o [2020-07-08T09:54:32.769Z] #39 143.9 LINK lib/c/libcriu.so [2020-07-08T09:54:32.769Z] #39 143.9 LINK lib/c/libcriu.a [2020-07-08T09:54:32.791Z] #40 143.1 CC criu/kcmp-ids.o [2020-07-08T09:54:33.032Z] #39 144.0 GEN magic.py [2020-07-08T09:54:33.032Z] #39 144.3 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:54:33.032Z] #39 144.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:54:33.295Z] #39 144.3 Note: Building without GnuTLS support [2020-07-08T09:54:33.295Z] #39 144.3 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:54:33.295Z] #39 144.3 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:54:33.440Z] #40 143.5 CC criu/kerndat.o [2020-07-08T09:54:33.739Z] #17 ... [2020-07-08T09:54:33.739Z] [2020-07-08T09:54:33.739Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:54:33.739Z] #36 187.2 + dpkg --print-architecture [2020-07-08T09:54:33.739Z] #36 187.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-07-08T09:54:33.871Z] #39 145.0 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:54:34.503Z] #40 144.9 CC criu/libnetlink.o [2020-07-08T09:54:34.670Z] #36 187.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-07-08T09:54:34.670Z] #36 187.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-07-08T09:54:34.819Z] #39 145.9 make[1]: Nothing to be done for 'all'. [2020-07-08T09:54:34.900Z] #17 53.51 Setting up iptables (1.8.2-4) ... [2020-07-08T09:54:34.900Z] #17 53.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:54:34.900Z] #17 53.54 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:54:34.900Z] #17 53.55 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:54:34.900Z] #17 53.56 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:54:34.900Z] #17 53.57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-07-08T09:54:34.900Z] #17 53.57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-07-08T09:54:34.900Z] #17 53.58 Setting up python3 (3.7.3-1) ... [2020-07-08T09:54:35.149Z] #40 145.3 CC criu/log.o [2020-07-08T09:54:35.271Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.336s coverage: 46.2% of statements [2020-07-08T09:54:35.418Z] #17 54.09 Setting up python3-wheel (0.32.3-2) ... [2020-07-08T09:54:35.453Z] #40 145.8 CC criu/lsm.o [2020-07-08T09:54:35.603Z] #36 ... [2020-07-08T09:54:35.603Z] [2020-07-08T09:54:35.603Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:35.603Z] #39 101.7 CC criu/fault-injection.o [2020-07-08T09:54:35.603Z] #39 101.8 CC criu/fdstore.o [2020-07-08T09:54:35.603Z] #39 102.2 CC criu/fifo.o [2020-07-08T09:54:35.603Z] #39 102.6 CC criu/file-ids.o [2020-07-08T09:54:35.603Z] #39 103.0 CC criu/file-lock.o [2020-07-08T09:54:35.603Z] #39 104.0 CC criu/files-ext.o [2020-07-08T09:54:35.603Z] #39 104.5 CC criu/files-reg.o [2020-07-08T09:54:35.603Z] #39 106.7 CC criu/files.o [2020-07-08T09:54:35.603Z] #39 108.8 CC criu/filesystems.o [2020-07-08T09:54:35.603Z] #39 109.4 CC criu/fsnotify.o [2020-07-08T09:54:35.603Z] #39 110.6 CC criu/image-desc.o [2020-07-08T09:54:35.603Z] #39 110.7 CC criu/image.o [2020-07-08T09:54:35.603Z] #39 111.5 CC criu/ipc_ns.o [2020-07-08T09:54:35.769Z] #39 146.8 make[1]: 'images/built-in.o' is up to date. [2020-07-08T09:54:35.769Z] #39 146.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-07-08T09:54:35.769Z] #39 146.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-07-08T09:54:35.769Z] #39 146.9 make[1]: 'compel/libcompel.a' is up to date. [2020-07-08T09:54:35.769Z] #39 147.0 make[1]: 'compel/compel-host-bin' is up to date. [2020-07-08T09:54:35.769Z] #39 147.0 make[1]: Nothing to be done for 'all'. [2020-07-08T09:54:35.861Z] #39 ... [2020-07-08T09:54:35.861Z] [2020-07-08T09:54:35.861Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:35.861Z] #17 51.97 Setting up iptables (1.8.2-4) ... [2020-07-08T09:54:35.861Z] #17 52.00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:54:35.861Z] #17 52.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:54:35.861Z] #17 52.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-07-08T09:54:35.861Z] #17 52.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-07-08T09:54:35.861Z] #17 52.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-07-08T09:54:35.861Z] #17 52.06 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-07-08T09:54:35.861Z] #17 52.07 Setting up python3 (3.7.3-1) ... [2020-07-08T09:54:35.861Z] #17 52.54 Setting up python3-wheel (0.32.3-2) ... [2020-07-08T09:54:35.861Z] #17 53.18 Setting up apparmor (2.13.2-10) ... [2020-07-08T09:54:35.910Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-07-08T09:54:36.034Z] #39 147.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:54:36.098Z] #40 146.4 CC criu/mem.o [2020-07-08T09:54:36.246Z] #17 54.81 Setting up apparmor (2.13.2-10) ... [2020-07-08T09:54:36.297Z] #39 147.4 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.297Z] #39 147.4 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.297Z] #39 147.4 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.297Z] #39 147.5 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.560Z] #39 147.6 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.560Z] #39 147.6 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.560Z] #39 147.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.814Z] #17 ... [2020-07-08T09:54:36.814Z] [2020-07-08T09:54:36.814Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:54:36.814Z] #36 191.2 + dpkg --print-architecture [2020-07-08T09:54:36.814Z] #36 191.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-07-08T09:54:36.824Z] #39 147.9 make[2]: Nothing to be done for 'all'. [2020-07-08T09:54:36.824Z] #39 147.9 INSTALL criu/criu [2020-07-08T09:54:37.232Z] #17 54.86 Setting up xfsprogs (4.20.0-1) ... [2020-07-08T09:54:37.232Z] #17 54.87 Setting up python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:54:37.232Z] #17 55.17 Setting up python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:54:37.382Z] #36 191.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-07-08T09:54:37.382Z] #36 191.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-07-08T09:54:37.400Z] #39 DONE 148.4s [2020-07-08T09:54:37.401Z] [2020-07-08T09:54:37.401Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:38.166Z] #17 56.02 Setting up python3-distutils (3.7.3-1) ... [2020-07-08T09:54:38.197Z] #40 148.5 CC criu/memfd.o [2020-07-08T09:54:38.732Z] #17 56.47 Setting up python3-setuptools (40.8.0-1) ... [2020-07-08T09:54:38.843Z] #40 149.1 CC criu/mount.o [2020-07-08T09:54:39.289Z] #36 ... [2020-07-08T09:54:39.289Z] [2020-07-08T09:54:39.289Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:39.289Z] #39 110.8 CC criu/files.o [2020-07-08T09:54:39.289Z] #39 113.1 CC criu/filesystems.o [2020-07-08T09:54:39.289Z] #39 113.8 CC criu/fsnotify.o [2020-07-08T09:54:39.289Z] #39 114.8 CC criu/image-desc.o [2020-07-08T09:54:39.289Z] #39 115.0 CC criu/image.o [2020-07-08T09:54:39.289Z] #39 115.9 CC criu/ipc_ns.o [2020-07-08T09:54:39.289Z] #39 117.1 CC criu/irmap.o [2020-07-08T09:54:39.289Z] #39 117.9 CC criu/kcmp-ids.o [2020-07-08T09:54:39.289Z] #39 118.1 CC criu/kerndat.o [2020-07-08T09:54:39.289Z] #39 119.2 CC criu/libnetlink.o [2020-07-08T09:54:39.289Z] #39 119.7 CC criu/log.o [2020-07-08T09:54:39.289Z] #39 120.2 CC criu/lsm.o [2020-07-08T09:54:39.289Z] #39 120.6 CC criu/mem.o [2020-07-08T09:54:39.289Z] #39 ... [2020-07-08T09:54:39.289Z] [2020-07-08T09:54:39.289Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-07-08T09:54:39.289Z] #17 56.26 Setting up xfsprogs (4.20.0-1) ... [2020-07-08T09:54:39.289Z] #17 56.27 Setting up python3-lib2to3 (3.7.3-1) ... [2020-07-08T09:54:39.289Z] #17 56.71 Setting up python3-pkg-resources (40.8.0-1) ... [2020-07-08T09:54:39.289Z] #17 57.53 Setting up python3-distutils (3.7.3-1) ... [2020-07-08T09:54:39.289Z] #17 58.01 Setting up python3-setuptools (40.8.0-1) ... [2020-07-08T09:54:39.330Z] #52 ... [2020-07-08T09:54:39.331Z] [2020-07-08T09:54:39.331Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-07-08T09:54:39.431Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.386s coverage: 49.5% of statements [2020-07-08T09:54:39.593Z] #40 DONE 0.1s [2020-07-08T09:54:39.593Z] [2020-07-08T09:54:39.593Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-07-08T09:54:39.854Z] #42 DONE 0.3s [2020-07-08T09:54:39.854Z] [2020-07-08T09:54:39.854Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-07-08T09:54:39.854Z] #44 DONE 0.1s [2020-07-08T09:54:39.854Z] [2020-07-08T09:54:39.854Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:40.105Z] #17 57.58 Setting up python3-pip (18.1-5) ... [2020-07-08T09:54:40.722Z] #17 59.31 Setting up python3-pip (18.1-5) ... [2020-07-08T09:54:41.037Z] #17 58.62 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:54:41.037Z] #17 58.64 Processing triggers for mime-support (3.62) ... [2020-07-08T09:54:41.678Z] #17 60.49 Processing triggers for libc-bin (2.28-10) ... [2020-07-08T09:54:41.678Z] #17 60.54 Processing triggers for mime-support (3.62) ... [2020-07-08T09:54:41.971Z] #17 DONE 59.7s [2020-07-08T09:54:41.971Z] [2020-07-08T09:54:41.971Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:54:42.615Z] #17 DONE 61.3s [2020-07-08T09:54:42.615Z] [2020-07-08T09:54:42.615Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-07-08T09:54:43.355Z] #40 153.8 CC criu/namespaces.o [2020-07-08T09:54:43.870Z] #18 1.738 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-07-08T09:54:43.870Z] #18 1.740 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-07-08T09:54:43.870Z] #18 1.744 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-07-08T09:54:43.870Z] #18 DONE 1.9s [2020-07-08T09:54:43.870Z] [2020-07-08T09:54:43.870Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:43.870Z] #39 112.8 CC criu/irmap.o [2020-07-08T09:54:43.870Z] #39 113.5 CC criu/kcmp-ids.o [2020-07-08T09:54:43.870Z] #39 113.9 CC criu/kerndat.o [2020-07-08T09:54:43.870Z] #39 115.0 CC criu/libnetlink.o [2020-07-08T09:54:43.870Z] #39 115.4 CC criu/log.o [2020-07-08T09:54:43.870Z] #39 116.0 CC criu/lsm.o [2020-07-08T09:54:43.870Z] #39 116.4 CC criu/mem.o [2020-07-08T09:54:43.870Z] #39 118.1 CC criu/memfd.o [2020-07-08T09:54:43.870Z] #39 118.7 CC criu/mount.o [2020-07-08T09:54:43.870Z] #39 ... [2020-07-08T09:54:43.870Z] [2020-07-08T09:54:43.870Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:44.519Z] #18 1.693 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-07-08T09:54:44.519Z] #18 1.696 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-07-08T09:54:44.519Z] #18 1.699 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-07-08T09:54:44.519Z] #18 DONE 1.7s [2020-07-08T09:54:44.519Z] [2020-07-08T09:54:44.519Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:44.894Z] #40 ... [2020-07-08T09:54:44.894Z] [2020-07-08T09:54:44.894Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:54:44.894Z] #50 107.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-07-08T09:54:45.026Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.971s coverage: 73.1% of statements [2020-07-08T09:54:45.026Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-07-08T09:54:46.066Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.651s coverage: 76.1% of statements [2020-07-08T09:54:46.700Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.230s coverage: 57.7% of statements [2020-07-08T09:54:46.700Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-07-08T09:54:46.700Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-07-08T09:54:46.700Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-07-08T09:54:47.668Z] #50 109.7 + mkdir -p /build [2020-07-08T09:54:47.668Z] #50 109.7 + cp runc /build/runc [2020-07-08T09:54:47.668Z] #50 DONE 109.9s [2020-07-08T09:54:47.668Z] [2020-07-08T09:54:47.668Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:47.668Z] #40 156.0 CC criu/net.o [2020-07-08T09:54:47.739Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2020-07-08T09:54:47.808Z] #19 ... [2020-07-08T09:54:47.808Z] [2020-07-08T09:54:47.808Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:54:47.808Z] #49 76.66 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-07-08T09:54:47.808Z] #49 78.96 + mkdir -p /build [2020-07-08T09:54:47.808Z] #49 78.96 + cp runc /build/runc [2020-07-08T09:54:47.808Z] #49 DONE 79.1s [2020-07-08T09:54:48.053Z] #19 ... [2020-07-08T09:54:48.053Z] [2020-07-08T09:54:48.054Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-07-08T09:54:48.054Z] #49 76.30 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-07-08T09:54:48.054Z] #49 78.47 + mkdir -p /build [2020-07-08T09:54:48.054Z] #49 78.48 + cp runc /build/runc [2020-07-08T09:54:48.054Z] #49 DONE 78.7s [2020-07-08T09:54:48.054Z] [2020-07-08T09:54:48.054Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:48.054Z] #39 122.9 CC criu/namespaces.o [2020-07-08T09:54:48.067Z] [2020-07-08T09:54:48.067Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:48.067Z] #39 122.4 CC criu/memfd.o [2020-07-08T09:54:48.067Z] #39 123.1 CC criu/mount.o [2020-07-08T09:54:48.067Z] #39 127.5 CC criu/namespaces.o [2020-07-08T09:54:48.067Z] #39 129.6 CC criu/net.o [2020-07-08T09:54:48.373Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2020-07-08T09:54:49.006Z] ok github.com/docker/docker/daemon/images 0.015s coverage: 4.8% of statements [2020-07-08T09:54:49.006Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-07-08T09:54:49.006Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-07-08T09:54:49.952Z] #39 125.5 CC criu/net.o [2020-07-08T09:54:50.042Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 41.8% of statements [2020-07-08T09:54:50.335Z] ok github.com/docker/docker/daemon/logger/awslogs 0.082s coverage: 77.4% of statements [2020-07-08T09:54:50.335Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-07-08T09:54:50.335Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-07-08T09:54:50.442Z] #40 160.7 CC criu/netfilter.o [2020-07-08T09:54:50.600Z] #39 ... [2020-07-08T09:54:50.600Z] [2020-07-08T09:54:50.600Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:50.600Z] #19 6.231 Collecting yamllint==1.16.0 [2020-07-08T09:54:50.969Z] ok github.com/docker/docker/daemon/logger/gelf 0.003s coverage: 67.0% of statements [2020-07-08T09:54:50.969Z] ok github.com/docker/docker/daemon/logger/journald 0.015s coverage: 26.2% of statements [2020-07-08T09:54:51.088Z] #40 161.1 CC criu/page-pipe.o [2020-07-08T09:54:51.315Z] sha256:8da2b0aca44e46513939870ddde63723e4f6c4f4b6972dad20c61d760adc76f6 [2020-07-08T09:54:51.315Z] INFO: Starting docker-py tests... [2020-07-08T09:54:51.315Z] ============================= test session starts ============================== [2020-07-08T09:54:51.315Z] platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-07-08T09:54:51.315Z] rootdir: /src, inifile: pytest.ini [2020-07-08T09:54:51.315Z] plugins: cov-2.6.1, timeout-1.3.3 [2020-07-08T09:54:51.604Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements [2020-07-08T09:54:51.735Z] #40 162.0 CC criu/page-xfer.o [2020-07-08T09:54:51.850Z] #39 127.8 CC criu/netfilter.o [2020-07-08T09:54:51.895Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.034s coverage: 61.6% of statements [2020-07-08T09:54:52.108Z] #39 128.0 CC criu/page-pipe.o [2020-07-08T09:54:52.252Z] collected 388 items / 1 deselected / 387 selected [2020-07-08T09:54:52.252Z] [2020-07-08T09:54:52.529Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 75.2% of statements [2020-07-08T09:54:52.529Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-07-08T09:54:52.672Z] #39 128.6 CC criu/page-xfer.o [2020-07-08T09:54:53.163Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.056s coverage: 37.7% of statements [2020-07-08T09:54:53.455Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.006s coverage: 33.3% of statements [2020-07-08T09:54:53.834Z] #40 163.6 CC criu/pagemap-cache.o [2020-07-08T09:54:54.045Z] #39 129.7 CC criu/pagemap-cache.o [2020-07-08T09:54:54.045Z] #39 130.0 CC criu/pagemap.o [2020-07-08T09:54:54.132Z] #40 164.2 CC criu/pagemap.o [2020-07-08T09:54:54.491Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 46.8% of statements [2020-07-08T09:54:54.783Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-07-08T09:54:54.783Z] #52 184.6 + bin/containerd-stress [2020-07-08T09:54:54.978Z] #39 130.8 CC criu/parasite-syscall.o [2020-07-08T09:54:55.416Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-07-08T09:54:55.544Z] #39 131.7 CC criu/path.o [2020-07-08T09:54:55.679Z] #40 165.6 CC criu/parasite-syscall.o [2020-07-08T09:54:55.707Z] ok github.com/docker/docker/daemon/logger/splunk 1.469s coverage: 82.5% of statements [2020-07-08T09:54:55.707Z] ? github.com/docker/docker/daemon/names [no test files] [2020-07-08T09:54:55.707Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-07-08T09:54:55.801Z] #39 131.9 CC criu/pie-util-vdso-elf32.o [2020-07-08T09:54:55.872Z] #19 11.61 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-07-08T09:54:55.872Z] #19 11.67 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-07-08T09:54:55.872Z] #19 11.72 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-07-08T09:54:56.131Z] #19 11.76 Collecting pyyaml (from yamllint==1.16.0) [2020-07-08T09:54:56.131Z] #19 11.89 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-07-08T09:54:56.327Z] #40 166.7 CC criu/path.o [2020-07-08T09:54:56.366Z] #39 132.4 CC criu/pie-util-vdso.o [2020-07-08T09:54:56.699Z] #52 187.6 + bin/containerd-shim [2020-07-08T09:54:56.744Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 48.2% of statements [2020-07-08T09:54:56.931Z] #39 ... [2020-07-08T09:54:56.931Z] [2020-07-08T09:54:56.931Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:56.931Z] #19 6.226 Collecting yamllint==1.16.0 [2020-07-08T09:54:56.931Z] #19 11.59 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-07-08T09:54:56.931Z] #19 11.67 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-07-08T09:54:56.931Z] #19 11.70 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-07-08T09:54:56.931Z] #19 11.74 Collecting pyyaml (from yamllint==1.16.0) [2020-07-08T09:54:56.931Z] #19 11.88 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-07-08T09:54:56.931Z] #19 13.04 Building wheels for collected packages: pyyaml [2020-07-08T09:54:56.931Z] #19 13.04 Running setup.py bdist_wheel for pyyaml: started [2020-07-08T09:54:56.931Z] #19 ... [2020-07-08T09:54:56.931Z] [2020-07-08T09:54:56.931Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:54:56.931Z] #39 132.9 CC criu/pie-util.o [2020-07-08T09:54:56.974Z] #40 167.0 CC criu/pie-util-vdso.o [2020-07-08T09:54:57.037Z] ok github.com/docker/docker/distribution 0.255s coverage: 22.1% of statements [2020-07-08T09:54:57.037Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-07-08T09:54:57.189Z] #39 133.0 CC criu/pipes.o [2020-07-08T09:54:57.275Z] #40 167.5 CC criu/pie-util.o [2020-07-08T09:54:57.508Z] #19 13.01 Building wheels for collected packages: pyyaml [2020-07-08T09:54:57.508Z] #19 13.01 Running setup.py bdist_wheel for pyyaml: started [2020-07-08T09:54:57.574Z] #40 167.8 CC criu/pipes.o [2020-07-08T09:54:57.754Z] #39 133.8 CC criu/plugin.o [2020-07-08T09:54:58.012Z] #39 134.2 CC criu/proc_parse.o [2020-07-08T09:54:58.075Z] #19 13.62 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-07-08T09:54:58.075Z] #19 13.63 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-07-08T09:54:58.075Z] #19 13.67 Successfully built pyyaml [2020-07-08T09:54:58.075Z] #19 13.69 Installing collected packages: pathspec, pyyaml, yamllint [2020-07-08T09:54:58.087Z] #52 ... [2020-07-08T09:54:58.087Z] [2020-07-08T09:54:58.087Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:58.087Z] #45 DONE 222.5s [2020-07-08T09:54:58.110Z] ok github.com/docker/docker/errdefs 0.021s coverage: 49.4% of statements [2020-07-08T09:54:58.334Z] #19 13.93 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-07-08T09:54:58.350Z] [2020-07-08T09:54:58.350Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:58.579Z] #39 ... [2020-07-08T09:54:58.580Z] [2020-07-08T09:54:58.580Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-07-08T09:54:58.580Z] #19 13.94 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-07-08T09:54:58.580Z] #19 13.95 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-07-08T09:54:58.580Z] #19 14.02 Successfully built pyyaml [2020-07-08T09:54:58.580Z] #19 14.05 Installing collected packages: pathspec, pyyaml, yamllint [2020-07-08T09:54:58.580Z] #19 14.36 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-07-08T09:54:58.580Z] #19 DONE 14.8s [2020-07-08T09:54:58.580Z] [2020-07-08T09:54:58.580Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-07-08T09:54:58.593Z] #19 DONE 14.3s [2020-07-08T09:54:58.593Z] [2020-07-08T09:54:58.593Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-07-08T09:54:58.593Z] #22 DONE 0.2s [2020-07-08T09:54:58.593Z] [2020-07-08T09:54:58.593Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:54:58.628Z] #40 168.8 CC criu/plugin.o [2020-07-08T09:54:58.744Z] ok github.com/docker/docker/image 0.014s coverage: 86.4% of statements [2020-07-08T09:54:58.837Z] #22 DONE 0.3s [2020-07-08T09:54:58.837Z] [2020-07-08T09:54:58.837Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:54:58.925Z] #40 169.1 CC criu/proc_parse.o [2020-07-08T09:54:59.036Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-07-08T09:54:59.095Z] #45 ... [2020-07-08T09:54:59.095Z] [2020-07-08T09:54:59.095Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:54:59.671Z] ok github.com/docker/docker/distribution/xfer 1.875s coverage: 85.6% of statements [2020-07-08T09:54:59.671Z] ok github.com/docker/docker/image/v1 0.027s coverage: 25.0% of statements [2020-07-08T09:54:59.671Z] ? github.com/docker/docker/dockerversion [no test files] [2020-07-08T09:54:59.671Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-07-08T09:54:59.671Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-07-08T09:55:00.304Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-07-08T09:55:00.470Z] #40 ... [2020-07-08T09:55:00.470Z] [2020-07-08T09:55:00.470Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:55:00.470Z] #37 239.3 + dpkg --print-architecture [2020-07-08T09:55:00.470Z] #37 239.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-07-08T09:55:00.470Z] #37 239.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-07-08T09:55:00.470Z] #37 239.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-07-08T09:55:00.904Z] #52 ... [2020-07-08T09:55:00.904Z] [2020-07-08T09:55:00.904Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-07-08T09:55:00.904Z] #46 DONE 0.5s [2020-07-08T09:55:00.904Z] [2020-07-08T09:55:00.904Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-07-08T09:55:01.128Z] #26 ... [2020-07-08T09:55:01.128Z] [2020-07-08T09:55:01.128Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:01.128Z] #39 133.1 CC criu/netfilter.o [2020-07-08T09:55:01.128Z] #39 133.4 CC criu/page-pipe.o [2020-07-08T09:55:01.128Z] #39 133.9 CC criu/page-xfer.o [2020-07-08T09:55:01.128Z] #39 135.0 CC criu/pagemap-cache.o [2020-07-08T09:55:01.128Z] #39 135.3 CC criu/pagemap.o [2020-07-08T09:55:01.128Z] #39 136.0 CC criu/parasite-syscall.o [2020-07-08T09:55:01.128Z] #39 136.8 CC criu/path.o [2020-07-08T09:55:01.128Z] #39 137.1 CC criu/pie-util-vdso-elf32.o [2020-07-08T09:55:01.128Z] #39 137.4 CC criu/pie-util-vdso.o [2020-07-08T09:55:01.128Z] #39 137.8 CC criu/pie-util.o [2020-07-08T09:55:01.128Z] #39 138.0 CC criu/pipes.o [2020-07-08T09:55:01.128Z] #39 138.6 CC criu/plugin.o [2020-07-08T09:55:01.128Z] #39 139.0 CC criu/proc_parse.o [2020-07-08T09:55:01.128Z] #39 141.3 CC criu/protobuf-desc.o [2020-07-08T09:55:01.128Z] #39 141.8 CC criu/protobuf.o [2020-07-08T09:55:01.128Z] #39 142.1 CC criu/pstree.o [2020-07-08T09:55:01.128Z] #39 142.9 CC criu/rbtree.o [2020-07-08T09:55:01.166Z] #48 DONE 0.1s [2020-07-08T09:55:01.166Z] [2020-07-08T09:55:01.166Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-07-08T09:55:01.166Z] #50 DONE 0.3s [2020-07-08T09:55:01.166Z] [2020-07-08T09:55:01.166Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:01.340Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2020-07-08T09:55:01.387Z] #39 143.2 CC criu/rst-malloc.o [2020-07-08T09:55:01.387Z] #39 143.4 CC criu/seccomp.o [2020-07-08T09:55:01.632Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-07-08T09:55:02.333Z] #39 144.0 CC criu/seize.o [2020-07-08T09:55:02.333Z] #39 ... [2020-07-08T09:55:02.333Z] [2020-07-08T09:55:02.333Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:55:02.333Z] #26 DONE 3.5s [2020-07-08T09:55:02.333Z] [2020-07-08T09:55:02.333Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-07-08T09:55:02.333Z] #29 DONE 0.2s [2020-07-08T09:55:02.333Z] [2020-07-08T09:55:02.333Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:55:02.333Z] #36 DONE 216.9s [2020-07-08T09:55:02.333Z] [2020-07-08T09:55:02.333Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-07-08T09:55:02.593Z] #31 DONE 0.1s [2020-07-08T09:55:02.593Z] [2020-07-08T09:55:02.593Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-07-08T09:55:02.593Z] #34 DONE 0.1s [2020-07-08T09:55:02.593Z] [2020-07-08T09:55:02.593Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:02.852Z] #45 ... [2020-07-08T09:55:02.852Z] [2020-07-08T09:55:02.852Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:02.852Z] #39 144.8 CC criu/servicefd.o [2020-07-08T09:55:03.085Z] #52 193.9 + bin/containerd-shim-runc-v1 [2020-07-08T09:55:03.111Z] #39 145.2 CC criu/shmem.o [2020-07-08T09:55:03.145Z] ok github.com/docker/docker/pkg/archive 0.500s coverage: 76.6% of statements [2020-07-08T09:55:03.286Z] #26 DONE 3.9s [2020-07-08T09:55:03.286Z] [2020-07-08T09:55:03.286Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:55:03.286Z] #36 DONE 216.2s [2020-07-08T09:55:03.286Z] [2020-07-08T09:55:03.286Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-07-08T09:55:03.286Z] #29 DONE 0.4s [2020-07-08T09:55:03.286Z] [2020-07-08T09:55:03.286Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-07-08T09:55:03.286Z] #31 DONE 0.1s [2020-07-08T09:55:03.286Z] [2020-07-08T09:55:03.286Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-07-08T09:55:03.286Z] #34 DONE 0.1s [2020-07-08T09:55:03.286Z] [2020-07-08T09:55:03.286Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:03.286Z] #39 136.4 CC criu/protobuf-desc.o [2020-07-08T09:55:03.286Z] #39 137.0 CC criu/protobuf.o [2020-07-08T09:55:03.286Z] #39 137.2 CC criu/pstree.o [2020-07-08T09:55:03.286Z] #39 137.8 CC criu/rbtree.o [2020-07-08T09:55:03.286Z] #39 137.9 CC criu/rst-malloc.o [2020-07-08T09:55:03.286Z] #39 138.0 CC criu/seccomp.o [2020-07-08T09:55:03.286Z] #39 138.4 CC criu/seize.o [2020-07-08T09:55:03.286Z] #39 139.3 CC criu/servicefd.o [2020-07-08T09:55:03.851Z] #39 139.8 CC criu/shmem.o [2020-07-08T09:55:04.049Z] #39 145.9 CC criu/sigframe.o [2020-07-08T09:55:04.049Z] #39 ... [2020-07-08T09:55:04.049Z] [2020-07-08T09:55:04.049Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-07-08T09:55:04.049Z] #37 DONE 0.5s [2020-07-08T09:55:04.049Z] [2020-07-08T09:55:04.049Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:04.049Z] #39 146.0 CC criu/signalfd.o [2020-07-08T09:55:04.182Z] ok github.com/docker/docker/pkg/authorization 0.178s coverage: 68.3% of statements [2020-07-08T09:55:04.182Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-07-08T09:55:04.182Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-07-08T09:55:04.308Z] #39 146.1 CC criu/sk-inet.o [2020-07-08T09:55:04.568Z] #39 146.6 CC criu/sk-netlink.o [2020-07-08T09:55:04.783Z] #39 140.5 CC criu/sigframe.o [2020-07-08T09:55:04.784Z] #39 ... [2020-07-08T09:55:04.784Z] [2020-07-08T09:55:04.784Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-07-08T09:55:04.784Z] #37 DONE 0.6s [2020-07-08T09:55:04.784Z] [2020-07-08T09:55:04.784Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:04.784Z] #39 140.6 CC criu/signalfd.o [2020-07-08T09:55:04.784Z] #39 140.8 CC criu/sk-inet.o [2020-07-08T09:55:04.827Z] #39 146.8 CC criu/sk-packet.o [2020-07-08T09:55:05.348Z] #39 141.4 CC criu/sk-netlink.o [2020-07-08T09:55:05.395Z] #39 147.2 CC criu/sk-queue.o [2020-07-08T09:55:05.606Z] #39 141.6 CC criu/sk-packet.o [2020-07-08T09:55:05.653Z] #39 147.5 CC criu/sk-tcp.o [2020-07-08T09:55:05.912Z] #39 147.9 CC criu/sk-unix.o [2020-07-08T09:55:06.172Z] #39 142.0 CC criu/sk-queue.o [2020-07-08T09:55:06.392Z] #52 196.8 + bin/containerd-shim-runc-v2 [2020-07-08T09:55:06.429Z] #39 142.3 CC criu/sk-tcp.o [2020-07-08T09:55:06.687Z] #39 142.6 CC criu/sk-unix.o [2020-07-08T09:55:07.290Z] #39 149.1 CC criu/sockets.o [2020-07-08T09:55:07.334Z] #52 198.1 + binaries [2020-07-08T09:55:07.334Z] #52 198.1 + install -D bin/containerd /build/containerd [2020-07-08T09:55:07.334Z] #52 198.2 + install -D bin/containerd-shim /build/containerd-shim [2020-07-08T09:55:07.334Z] #52 198.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-07-08T09:55:07.334Z] #52 198.2 + install -D bin/ctr /build/ctr [2020-07-08T09:55:07.470Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-07-08T09:55:07.549Z] #39 149.6 CC criu/stats.o [2020-07-08T09:55:07.619Z] #39 143.5 CC criu/sockets.o [2020-07-08T09:55:07.808Z] #39 149.7 CC criu/string.o [2020-07-08T09:55:07.808Z] #39 149.8 CC criu/sysctl.o [2020-07-08T09:55:07.876Z] #39 143.9 CC criu/stats.o [2020-07-08T09:55:08.037Z] tests/integration/api_client_test.py ..... [ 7%] [2020-07-08T09:55:08.134Z] #39 144.1 CC criu/string.o [2020-07-08T09:55:08.134Z] #39 144.1 CC criu/sysctl.o [2020-07-08T09:55:08.274Z] #52 DONE 199.0s [2020-07-08T09:55:08.376Z] #39 150.1 CC criu/sysfs_parse.o [2020-07-08T09:55:08.376Z] #39 150.3 CC criu/timens.o [2020-07-08T09:55:08.635Z] #39 150.5 CC criu/timerfd.o [2020-07-08T09:55:08.635Z] ok github.com/docker/docker/layer 7.096s coverage: 68.8% of statements [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/oci [no test files] [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/oci/caps [no test files] [2020-07-08T09:55:08.635Z] ok github.com/docker/docker/pkg/chrootarchive 3.501s coverage: 43.2% of statements [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-07-08T09:55:08.635Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-07-08T09:55:08.635Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-07-08T09:55:08.700Z] #39 144.6 CC criu/sysfs_parse.o [2020-07-08T09:55:08.894Z] #39 150.7 CC criu/tty.o [2020-07-08T09:55:08.927Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-07-08T09:55:08.927Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2020-07-08T09:55:08.957Z] #39 144.9 CC criu/timens.o [2020-07-08T09:55:08.957Z] #39 145.1 CC criu/timerfd.o [2020-07-08T09:55:09.215Z] #39 145.3 CC criu/tty.o [2020-07-08T09:55:09.219Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2020-07-08T09:55:09.657Z] [2020-07-08T09:55:09.658Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-07-08T09:55:09.831Z] #39 151.7 CC criu/tun.o [2020-07-08T09:55:09.854Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-07-08T09:55:09.986Z] tests/integration/api_config_test.py ..... [ 8%] [2020-07-08T09:55:10.091Z] #39 152.0 CC criu/uffd.o [2020-07-08T09:55:10.146Z] ok github.com/docker/docker/pkg/dmesg 0.020s coverage: 83.3% of statements [2020-07-08T09:55:10.147Z] #39 146.2 CC criu/tun.o [2020-07-08T09:55:10.229Z] #53 DONE 0.8s [2020-07-08T09:55:10.404Z] #39 146.4 CC criu/uffd.o [2020-07-08T09:55:10.490Z] [2020-07-08T09:55:10.490Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-07-08T09:55:10.490Z] #57 DONE 0.3s [2020-07-08T09:55:10.659Z] #39 152.7 CC criu/util.o [2020-07-08T09:55:10.750Z] [2020-07-08T09:55:10.750Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-07-08T09:55:10.934Z] #37 ... [2020-07-08T09:55:10.934Z] [2020-07-08T09:55:10.934Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:10.934Z] #40 172.7 CC criu/protobuf-desc.o [2020-07-08T09:55:10.934Z] #40 173.7 CC criu/protobuf.o [2020-07-08T09:55:10.934Z] #40 174.2 CC criu/pstree.o [2020-07-08T09:55:10.934Z] #40 175.4 CC criu/rbtree.o [2020-07-08T09:55:10.934Z] #40 175.7 CC criu/rst-malloc.o [2020-07-08T09:55:10.934Z] #40 176.1 CC criu/seccomp.o [2020-07-08T09:55:10.934Z] #40 176.8 CC criu/seize.o [2020-07-08T09:55:10.934Z] #40 177.9 CC criu/servicefd.o [2020-07-08T09:55:10.934Z] #40 178.4 CC criu/shmem.o [2020-07-08T09:55:10.934Z] #40 179.6 CC criu/sigframe.o [2020-07-08T09:55:10.934Z] #40 179.9 CC criu/signalfd.o [2020-07-08T09:55:10.934Z] #40 180.2 CC criu/sk-inet.o [2020-07-08T09:55:10.934Z] #40 181.3 CC criu/sk-netlink.o [2020-07-08T09:55:10.968Z] #39 146.9 CC criu/util.o [2020-07-08T09:55:11.010Z] #59 DONE 0.4s [2020-07-08T09:55:11.182Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-07-08T09:55:11.270Z] [2020-07-08T09:55:11.270Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-07-08T09:55:11.270Z] #61 DONE 0.1s [2020-07-08T09:55:11.270Z] [2020-07-08T09:55:11.270Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-07-08T09:55:11.270Z] #62 DONE 0.1s [2020-07-08T09:55:11.270Z] [2020-07-08T09:55:11.270Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-07-08T09:55:11.532Z] #39 ... [2020-07-08T09:55:11.532Z] [2020-07-08T09:55:11.532Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:11.532Z] #52 178.2 + bin/containerd [2020-07-08T09:55:11.585Z] #40 181.8 CC criu/sk-packet.o [2020-07-08T09:55:11.595Z] #39 153.4 CC criu/uts_ns.o [2020-07-08T09:55:11.596Z] #39 153.5 CC criu/vdso-compat.o [2020-07-08T09:55:11.855Z] #39 153.7 CC criu/vdso.o [2020-07-08T09:55:11.858Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements [2020-07-08T09:55:12.251Z] #40 182.6 CC criu/sk-queue.o [2020-07-08T09:55:12.423Z] #39 154.1 LINK criu/built-in.o [2020-07-08T09:55:12.423Z] #39 154.2 LINK criu/criu [2020-07-08T09:55:12.423Z] #39 ... [2020-07-08T09:55:12.423Z] [2020-07-08T09:55:12.423Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:12.423Z] #45 226.9 + cd /tmp/tmp.aKuQEUxH0d/src/github.com/golangci/golangci-lint/ [2020-07-08T09:55:12.423Z] #45 226.9 + git checkout -q v1.23.8 [2020-07-08T09:55:12.492Z] ok github.com/docker/docker/pkg/fsutils 0.389s coverage: 85.1% of statements [2020-07-08T09:55:12.654Z] #63 DONE 1.5s [2020-07-08T09:55:12.682Z] #45 227.3 ++ git describe --tags [2020-07-08T09:55:12.682Z] #45 227.3 + version=v1.23.8 [2020-07-08T09:55:12.682Z] #45 227.3 ++ git rev-parse --short HEAD [2020-07-08T09:55:12.682Z] #45 227.3 + commit=76a82c6 [2020-07-08T09:55:12.682Z] #45 227.3 ++ git show -s --format=%cd [2020-07-08T09:55:12.682Z] #45 227.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-07-08T09:55:12.682Z] #45 227.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-07-08T09:55:12.784Z] ok github.com/docker/docker/pkg/discovery/kv 3.083s coverage: 84.1% of statements [2020-07-08T09:55:12.784Z] ok github.com/docker/docker/pkg/homedir 0.026s coverage: 11.4% of statements [2020-07-08T09:55:12.899Z] #40 183.1 CC criu/sk-tcp.o [2020-07-08T09:55:12.916Z] [2020-07-08T09:55:12.916Z] #64 exporting to image [2020-07-08T09:55:12.916Z] #64 exporting layers [2020-07-08T09:55:13.548Z] #40 183.7 CC criu/sk-unix.o [2020-07-08T09:55:13.822Z] ok github.com/docker/docker/pkg/idtools 0.257s coverage: 70.5% of statements [2020-07-08T09:55:13.822Z] ok github.com/docker/docker/pkg/ioutils 0.317s coverage: 70.6% of statements [2020-07-08T09:55:14.114Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2020-07-08T09:55:14.114Z] ok github.com/docker/docker/pkg/locker 0.030s coverage: 88.9% of statements [2020-07-08T09:55:14.406Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2020-07-08T09:55:14.406Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-07-08T09:55:14.406Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-07-08T09:55:14.406Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-07-08T09:55:14.406Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-07-08T09:55:14.698Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-07-08T09:55:14.698Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-07-08T09:55:14.989Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 91.4% of statements [2020-07-08T09:55:15.281Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2020-07-08T09:55:15.281Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-07-08T09:55:15.281Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-07-08T09:55:15.650Z] #40 185.6 CC criu/sockets.o [2020-07-08T09:55:15.915Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-07-08T09:55:16.207Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-07-08T09:55:16.299Z] #40 186.5 CC criu/stats.o [2020-07-08T09:55:16.499Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-07-08T09:55:16.598Z] #40 186.9 CC criu/string.o [2020-07-08T09:55:16.791Z] #52 ... [2020-07-08T09:55:16.791Z] [2020-07-08T09:55:16.791Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:16.791Z] #39 147.6 CC criu/uts_ns.o [2020-07-08T09:55:16.791Z] #39 147.7 CC criu/vdso-compat.o [2020-07-08T09:55:16.791Z] #39 147.9 CC criu/vdso.o [2020-07-08T09:55:16.791Z] #39 148.2 LINK criu/built-in.o [2020-07-08T09:55:16.791Z] #39 148.3 LINK criu/criu [2020-07-08T09:55:16.791Z] #39 148.5 DEP lib/c/criu.d [2020-07-08T09:55:16.791Z] #39 148.6 CC images/rpc.pb-c.o [2020-07-08T09:55:16.791Z] #39 148.9 CC lib/c/criu.o [2020-07-08T09:55:16.791Z] #39 149.5 LINK lib/c/built-in.o [2020-07-08T09:55:16.791Z] #39 149.5 LINK lib/c/libcriu.so [2020-07-08T09:55:16.791Z] #39 149.6 LINK lib/c/libcriu.a [2020-07-08T09:55:16.791Z] #39 149.7 GEN magic.py [2020-07-08T09:55:16.791Z] #39 149.8 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:55:16.791Z] #39 149.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:55:16.791Z] #39 149.8 Note: Building without GnuTLS support [2020-07-08T09:55:16.791Z] #39 149.8 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:55:16.791Z] #39 149.8 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:55:16.791Z] #39 150.3 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:55:16.791Z] #39 150.7 make[1]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.3 make[1]: 'images/built-in.o' is up to date. [2020-07-08T09:55:16.791Z] #39 151.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-07-08T09:55:16.791Z] #39 151.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-07-08T09:55:16.791Z] #39 151.4 make[1]: 'compel/libcompel.a' is up to date. [2020-07-08T09:55:16.791Z] #39 151.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-07-08T09:55:16.791Z] #39 151.4 make[1]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:55:16.791Z] #39 151.5 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.6 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.6 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.8 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.8 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.791Z] #39 151.8 INSTALL criu/criu [2020-07-08T09:55:16.791Z] #39 DONE 152.2s [2020-07-08T09:55:16.791Z] [2020-07-08T09:55:16.791Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:16.791Z] #45 229.2 + cd /tmp/tmp.Y31YSED8hW/src/github.com/golangci/golangci-lint/ [2020-07-08T09:55:16.791Z] #45 229.2 + git checkout -q v1.23.8 [2020-07-08T09:55:16.791Z] #45 229.6 ++ git describe --tags [2020-07-08T09:55:16.791Z] #45 229.6 + version=v1.23.8 [2020-07-08T09:55:16.791Z] #45 229.6 ++ git rev-parse --short HEAD [2020-07-08T09:55:16.791Z] #45 229.6 + commit=76a82c6 [2020-07-08T09:55:16.791Z] #45 229.6 ++ git show -s --format=%cd [2020-07-08T09:55:16.791Z] #45 229.6 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-07-08T09:55:16.791Z] #45 229.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-07-08T09:55:16.791Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-07-08T09:55:16.888Z] #45 ... [2020-07-08T09:55:16.888Z] [2020-07-08T09:55:16.888Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:16.888Z] #39 154.4 DEP lib/c/criu.d [2020-07-08T09:55:16.888Z] #39 154.4 CC images/rpc.pb-c.o [2020-07-08T09:55:16.888Z] #39 154.8 CC lib/c/criu.o [2020-07-08T09:55:16.888Z] #39 155.5 LINK lib/c/built-in.o [2020-07-08T09:55:16.888Z] #39 155.5 LINK lib/c/libcriu.so [2020-07-08T09:55:16.888Z] #39 155.5 LINK lib/c/libcriu.a [2020-07-08T09:55:16.888Z] #39 155.6 GEN magic.py [2020-07-08T09:55:16.888Z] #39 155.7 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:55:16.888Z] #39 155.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:55:16.888Z] #39 155.8 Note: Building without GnuTLS support [2020-07-08T09:55:16.888Z] #39 155.8 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:55:16.888Z] #39 155.8 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:55:16.888Z] #39 156.4 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:55:16.888Z] #39 156.9 make[1]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.4 make[1]: 'images/built-in.o' is up to date. [2020-07-08T09:55:16.888Z] #39 157.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-07-08T09:55:16.888Z] #39 157.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-07-08T09:55:16.888Z] #39 157.5 make[1]: 'compel/libcompel.a' is up to date. [2020-07-08T09:55:16.888Z] #39 157.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-07-08T09:55:16.888Z] #39 157.5 make[1]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:55:16.888Z] #39 157.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.8 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.8 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.8 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.9 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 157.9 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:16.888Z] #39 158.0 INSTALL criu/criu [2020-07-08T09:55:16.888Z] #39 DONE 158.5s [2020-07-08T09:55:16.888Z] [2020-07-08T09:55:16.888Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:16.888Z] #52 180.3 + bin/containerd [2020-07-08T09:55:16.898Z] #40 187.0 CC criu/sysctl.o [2020-07-08T09:55:17.183Z] #64 exporting layers 3.9s done [2020-07-08T09:55:17.183Z] #64 writing image sha256:1ce28c808dd952141c8c49570818a295057b6dc3dda1f30f6be6ad48929129a0 done [2020-07-08T09:55:17.183Z] #64 naming to docker.io/library/docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:55:17.183Z] #64 naming to docker.io/library/docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb done [2020-07-08T09:55:17.183Z] #64 DONE 3.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-07-08T09:55:17.356Z] #45 ... [2020-07-08T09:55:17.356Z] [2020-07-08T09:55:17.356Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-07-08T09:55:17.356Z] #40 DONE 0.1s [2020-07-08T09:55:17.533Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/test/unit [2020-07-08T09:55:17.547Z] #40 187.7 CC criu/sysfs_parse.o [2020-07-08T09:55:17.614Z] [2020-07-08T09:55:17.614Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-07-08T09:55:17.614Z] #42 DONE 0.2s [2020-07-08T09:55:17.614Z] [2020-07-08T09:55:17.614Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:17.614Z] #45 ... [2020-07-08T09:55:17.614Z] [2020-07-08T09:55:17.614Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-07-08T09:55:17.614Z] #44 DONE 0.1s [2020-07-08T09:55:17.826Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-07-08T09:55:17.828Z] #52 ... [2020-07-08T09:55:17.828Z] [2020-07-08T09:55:17.828Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-07-08T09:55:17.828Z] #40 DONE 0.0s [2020-07-08T09:55:17.828Z] [2020-07-08T09:55:17.828Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-07-08T09:55:17.828Z] #42 DONE 0.1s [2020-07-08T09:55:17.828Z] [2020-07-08T09:55:17.828Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-07-08T09:55:17.828Z] #44 DONE 0.0s [2020-07-08T09:55:17.828Z] [2020-07-08T09:55:17.828Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:17.853Z] #40 188.2 CC criu/timens.o [2020-07-08T09:55:17.871Z] [2020-07-08T09:55:17.871Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:18.118Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2020-07-08T09:55:18.495Z] #40 188.6 CC criu/timerfd.o [2020-07-08T09:55:18.792Z] #40 189.2 CC criu/tty.o [2020-07-08T09:55:20.850Z] ok github.com/docker/docker/pkg/signal 2.353s coverage: 61.0% of statements [2020-07-08T09:55:21.142Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-07-08T09:55:21.434Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-07-08T09:55:21.567Z] #40 191.3 CC criu/tun.o [2020-07-08T09:55:21.567Z] #40 191.9 CC criu/uffd.o [2020-07-08T09:55:21.726Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-07-08T09:55:22.018Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-07-08T09:55:22.651Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.1% of statements [2020-07-08T09:55:22.820Z] ? github.com/docker/docker/api [no test files] [2020-07-08T09:55:22.943Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2020-07-08T09:55:23.104Z] #40 ... [2020-07-08T09:55:23.104Z] [2020-07-08T09:55:23.104Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-07-08T09:55:23.104Z] #37 DONE 262.1s [2020-07-08T09:55:23.104Z] [2020-07-08T09:55:23.104Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:23.104Z] #40 193.2 CC criu/util.o [2020-07-08T09:55:23.235Z] ok github.com/docker/docker/pkg/tailfile 0.037s coverage: 88.6% of statements [2020-07-08T09:55:23.871Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.3% of statements [2020-07-08T09:55:23.871Z] testing: warning: no tests to run [2020-07-08T09:55:23.871Z] coverage: [no statements] [2020-07-08T09:55:23.872Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-07-08T09:55:24.163Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-07-08T09:55:24.455Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-07-08T09:55:24.455Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-07-08T09:55:24.654Z] #40 195.1 CC criu/uts_ns.o [2020-07-08T09:55:25.300Z] #40 195.4 CC criu/vdso.o [2020-07-08T09:55:25.947Z] #40 196.1 LINK criu/built-in.o [2020-07-08T09:55:25.947Z] #40 196.3 LINK criu/criu [2020-07-08T09:55:26.536Z] ok github.com/docker/docker/plugin 0.543s coverage: 23.1% of statements [2020-07-08T09:55:26.598Z] #40 196.8 DEP lib/c/criu.d [2020-07-08T09:55:26.828Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-07-08T09:55:26.895Z] #40 197.0 CC images/rpc.pb-c.o [2020-07-08T09:55:27.462Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-07-08T09:55:27.543Z] #40 197.7 CC lib/c/criu.o [2020-07-08T09:55:27.754Z] ok github.com/docker/docker/reference 0.004s coverage: 83.7% of statements [2020-07-08T09:55:28.791Z] ok github.com/docker/docker/registry 0.095s coverage: 56.3% of statements [2020-07-08T09:55:29.078Z] #40 199.0 LINK lib/c/built-in.o [2020-07-08T09:55:29.078Z] #40 199.0 LINK lib/c/libcriu.so [2020-07-08T09:55:29.078Z] #40 199.1 LINK lib/c/libcriu.a [2020-07-08T09:55:29.078Z] #40 199.2 GEN magic.py [2020-07-08T09:55:29.083Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-07-08T09:55:29.375Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-07-08T09:55:29.385Z] #40 199.4 Note: Building without setproctitle() and strlcpy() support. [2020-07-08T09:55:29.385Z] #40 199.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-07-08T09:55:29.385Z] #40 199.4 Note: Building without GnuTLS support [2020-07-08T09:55:29.385Z] #40 199.4 Makefile.config:39: Warn: you have no libnftables installed [2020-07-08T09:55:29.385Z] #40 199.4 Makefile.config:40: Warn: Building without nftables support [2020-07-08T09:55:30.017Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.8% of statements [2020-07-08T09:55:30.041Z] #40 200.2 fatal: not a git repository (or any of the parent directories): .git [2020-07-08T09:55:30.310Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-07-08T09:55:30.696Z] #40 ... [2020-07-08T09:55:30.696Z] [2020-07-08T09:55:30.696Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:30.696Z] #46 270.1 + cd /tmp/tmp.f2HKxlQpdV/src/github.com/golangci/golangci-lint/ [2020-07-08T09:55:30.996Z] #46 270.1 + git checkout -q v1.23.8 [2020-07-08T09:55:31.297Z] #46 270.6 ++ git describe --tags [2020-07-08T09:55:31.596Z] #46 270.6 + version=v1.23.8 [2020-07-08T09:55:31.596Z] #46 270.6 ++ git rev-parse --short HEAD [2020-07-08T09:55:31.596Z] #46 270.6 + commit=76a82c6 [2020-07-08T09:55:31.596Z] #46 270.6 ++ git show -s --format=%cd [2020-07-08T09:55:31.596Z] #46 270.6 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-07-08T09:55:31.596Z] #46 270.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-07-08T09:55:32.379Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-07-08T09:55:33.013Z] ok github.com/docker/docker/volume/local 0.047s coverage: 73.0% of statements [2020-07-08T09:55:33.132Z] #46 ... [2020-07-08T09:55:33.132Z] [2020-07-08T09:55:33.132Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-07-08T09:55:33.132Z] #40 201.2 make[1]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.2 make[1]: 'images/built-in.o' is up to date. [2020-07-08T09:55:33.132Z] #40 202.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-07-08T09:55:33.132Z] #40 202.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-07-08T09:55:33.132Z] #40 202.3 make[1]: 'compel/libcompel.a' is up to date. [2020-07-08T09:55:33.132Z] #40 202.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-07-08T09:55:33.132Z] #40 202.4 make[1]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-07-08T09:55:33.132Z] #40 202.6 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.7 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.8 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.9 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 202.9 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 203.0 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 203.1 make[2]: Nothing to be done for 'all'. [2020-07-08T09:55:33.132Z] #40 203.1 INSTALL criu/criu [2020-07-08T09:55:33.132Z] #40 DONE 203.3s [2020-07-08T09:55:33.132Z] [2020-07-08T09:55:33.132Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:33.305Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-07-08T09:55:34.340Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.0% of statements [2020-07-08T09:55:35.074Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2020-07-08T09:55:38.758Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-07-08T09:55:49.712Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/pkg/term [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/rootless [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/testutil/request [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/volume [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-07-08T09:55:49.712Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === Skipped [2020-07-08T09:55:49.712Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-07-08T09:55:49.712Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-07-08T09:55:49.712Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:73: No driver to put! [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-07-08T09:55:49.712Z] time="2020-07-08T09:54:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-07-08T09:55:49.712Z] time="2020-07-08T09:54:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-07-08T09:55:49.712Z] time="2020-07-08T09:54:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-07-08T09:55:49.712Z] time="2020-07-08T09:54:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-07-08T09:55:49.712Z] time="2020-07-08T09:54:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:73: No driver to put! [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-07-08T09:55:49.712Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-07-08T09:55:49.712Z] overlay_test.go:49: Fails to compute changes intermittently [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-07-08T09:55:49.712Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:55:49.712Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-07-08T09:55:49.712Z] graphtest_unix.go:73: No driver to put! [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-07-08T09:55:49.712Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-07-08T09:55:49.712Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] [2020-07-08T09:55:49.712Z] DONE 2124 tests, 26 skipped in 191.472s Post stage [Pipeline] junit [2020-07-08T09:55:50.391Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-08T09:55:50.955Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -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:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh dynbinary test-integration [2020-07-08T09:55:51.247Z] [2020-07-08T09:55:51.247Z] Removing bundles/ [2020-07-08T09:55:51.247Z] [2020-07-08T09:55:51.539Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-07-08T09:55:51.539Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:55:51.539Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T09:55:51.814Z] #22 ... [2020-07-08T09:55:51.814Z] [2020-07-08T09:55:51.814Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:51.814Z] #53 251.8 + bin/containerd [2020-07-08T09:55:58.781Z] #53 ... [2020-07-08T09:55:58.781Z] [2020-07-08T09:55:58.781Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:55:58.781Z] #22 297.7 + return [2020-07-08T09:55:58.781Z] #22 DONE 297.8s [2020-07-08T09:55:58.781Z] [2020-07-08T09:55:58.781Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:00.329Z] #46 ... [2020-07-08T09:56:00.329Z] [2020-07-08T09:56:00.329Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-07-08T09:56:00.329Z] #23 DONE 0.1s [2020-07-08T09:56:00.329Z] [2020-07-08T09:56:00.329Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-07-08T09:56:01.385Z] #27 DONE 0.9s [2020-07-08T09:56:01.385Z] [2020-07-08T09:56:01.385Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-07-08T09:56:01.385Z] #30 DONE 0.1s [2020-07-08T09:56:01.385Z] [2020-07-08T09:56:01.385Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:01.385Z] #46 ... [2020-07-08T09:56:01.385Z] [2020-07-08T09:56:01.385Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-07-08T09:56:01.385Z] #32 DONE 0.1s [2020-07-08T09:56:01.385Z] [2020-07-08T09:56:01.385Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-07-08T09:56:01.685Z] #35 DONE 0.1s [2020-07-08T09:56:01.685Z] [2020-07-08T09:56:01.685Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-07-08T09:56:01.685Z] #38 DONE 0.2s [2020-07-08T09:56:01.685Z] [2020-07-08T09:56:01.685Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-07-08T09:56:01.685Z] #41 DONE 0.1s [2020-07-08T09:56:01.685Z] [2020-07-08T09:56:01.685Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-07-08T09:56:01.985Z] #43 DONE 0.1s [2020-07-08T09:56:01.985Z] [2020-07-08T09:56:01.985Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-07-08T09:56:01.985Z] #45 DONE 0.1s [2020-07-08T09:56:01.985Z] [2020-07-08T09:56:01.985Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:04.509Z] #45 DONE 275.8s [2020-07-08T09:56:04.509Z] [2020-07-08T09:56:04.509Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:04.509Z] #52 229.7 + bin/containerd-stress [2020-07-08T09:56:04.509Z] #52 ... [2020-07-08T09:56:04.509Z] [2020-07-08T09:56:04.509Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-07-08T09:56:04.509Z] #46 DONE 0.1s [2020-07-08T09:56:04.509Z] [2020-07-08T09:56:04.509Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-07-08T09:56:04.509Z] #48 DONE 0.0s [2020-07-08T09:56:04.509Z] [2020-07-08T09:56:04.509Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-07-08T09:56:04.509Z] #50 DONE 0.1s [2020-07-08T09:56:04.509Z] [2020-07-08T09:56:04.509Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:04.559Z] #52 227.3 + bin/containerd-stress [2020-07-08T09:56:04.559Z] #52 ... [2020-07-08T09:56:04.559Z] [2020-07-08T09:56:04.560Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:04.560Z] #45 DONE 276.6s [2020-07-08T09:56:04.560Z] [2020-07-08T09:56:04.560Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:04.560Z] #52 230.6 + bin/containerd-shim [2020-07-08T09:56:05.075Z] #52 231.7 + bin/containerd-shim [2020-07-08T09:56:05.525Z] #52 ... [2020-07-08T09:56:05.525Z] [2020-07-08T09:56:05.525Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-07-08T09:56:05.525Z] #46 DONE 0.5s [2020-07-08T09:56:05.525Z] [2020-07-08T09:56:05.525Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-07-08T09:56:05.525Z] #48 DONE 0.0s [2020-07-08T09:56:05.525Z] [2020-07-08T09:56:05.525Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-07-08T09:56:05.792Z] #50 DONE 0.2s [2020-07-08T09:56:05.792Z] [2020-07-08T09:56:05.792Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:12.347Z] #52 238.1 + bin/containerd-shim-runc-v1 [2020-07-08T09:56:13.189Z] #52 238.4 + bin/containerd-shim-runc-v1 [2020-07-08T09:56:14.880Z] #52 241.2 + bin/containerd-shim-runc-v2 [2020-07-08T09:56:15.090Z] #52 241.4 + bin/containerd-shim-runc-v2 [2020-07-08T09:56:15.813Z] #52 242.3 + binaries [2020-07-08T09:56:15.813Z] #52 242.3 + install -D bin/containerd /build/containerd [2020-07-08T09:56:15.813Z] #52 242.3 + install -D bin/containerd-shim /build/containerd-shim [2020-07-08T09:56:15.813Z] #52 242.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-07-08T09:56:15.813Z] #52 242.3 + install -D bin/ctr /build/ctr [2020-07-08T09:56:16.025Z] #52 242.4 + binaries [2020-07-08T09:56:16.025Z] #52 242.4 + install -D bin/containerd /build/containerd [2020-07-08T09:56:16.025Z] #52 242.4 + install -D bin/containerd-shim /build/containerd-shim [2020-07-08T09:56:16.025Z] #52 242.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-07-08T09:56:16.025Z] #52 242.4 + install -D bin/ctr /build/ctr [2020-07-08T09:56:16.742Z] #52 DONE 243.5s [2020-07-08T09:56:16.959Z] #52 DONE 243.3s [2020-07-08T09:56:17.527Z] [2020-07-08T09:56:17.527Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-07-08T09:56:17.677Z] [2020-07-08T09:56:17.677Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-07-08T09:56:18.459Z] #53 DONE 0.7s [2020-07-08T09:56:18.459Z] [2020-07-08T09:56:18.459Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-07-08T09:56:18.459Z] #57 DONE 0.2s [2020-07-08T09:56:18.459Z] [2020-07-08T09:56:18.460Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-07-08T09:56:18.609Z] #53 DONE 1.0s [2020-07-08T09:56:18.609Z] [2020-07-08T09:56:18.609Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-07-08T09:56:18.717Z] #59 DONE 0.4s [2020-07-08T09:56:18.717Z] [2020-07-08T09:56:18.717Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-07-08T09:56:18.717Z] #61 DONE 0.0s [2020-07-08T09:56:18.717Z] [2020-07-08T09:56:18.717Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-07-08T09:56:18.717Z] #62 DONE 0.0s [2020-07-08T09:56:18.717Z] [2020-07-08T09:56:18.717Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-07-08T09:56:18.866Z] #57 DONE 0.2s [2020-07-08T09:56:18.866Z] [2020-07-08T09:56:18.866Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-07-08T09:56:19.122Z] #59 DONE 0.4s [2020-07-08T09:56:19.122Z] [2020-07-08T09:56:19.122Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-07-08T09:56:19.122Z] #61 DONE 0.0s [2020-07-08T09:56:19.122Z] [2020-07-08T09:56:19.122Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-07-08T09:56:19.122Z] #62 DONE 0.0s [2020-07-08T09:56:19.122Z] [2020-07-08T09:56:19.122Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-07-08T09:56:19.651Z] #63 DONE 0.7s [2020-07-08T09:56:19.652Z] [2020-07-08T09:56:19.652Z] #64 exporting to image [2020-07-08T09:56:19.652Z] #64 exporting layers [2020-07-08T09:56:20.052Z] #63 DONE 0.8s [2020-07-08T09:56:20.052Z] [2020-07-08T09:56:20.052Z] #64 exporting to image [2020-07-08T09:56:20.052Z] #64 exporting layers [2020-07-08T09:56:26.276Z] #64 exporting layers 6.2s done [2020-07-08T09:56:26.276Z] #64 writing image sha256:c728b7f81d06691f95dd09b3f3ca4e0c736fcc657a7f0d6b41d6008b5246f674 [2020-07-08T09:56:26.276Z] #64 writing image sha256:c728b7f81d06691f95dd09b3f3ca4e0c736fcc657a7f0d6b41d6008b5246f674 done [2020-07-08T09:56:26.276Z] #64 naming to docker.io/library/docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb done [2020-07-08T09:56:26.276Z] #64 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-08T09:56:26.597Z] #64 exporting layers 6.2s done [2020-07-08T09:56:26.597Z] #64 writing image sha256:11db5f95093b60e75fcb6403c94f2feaed32f906d244311541224ef1df700519 [2020-07-08T09:56:26.597Z] #64 writing image sha256:11db5f95093b60e75fcb6403c94f2feaed32f906d244311541224ef1df700519 done [2020-07-08T09:56:26.597Z] #64 naming to docker.io/library/docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb done [2020-07-08T09:56:26.597Z] #64 DONE 6.3s [Pipeline] } [Pipeline] // stage [2020-07-08T09:56:26.627Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -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:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh dynbinary test-integration [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-07-08T09:56:26.927Z] + trap exit INT TERM [2020-07-08T09:56:26.927Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-07-08T09:56:26.927Z] + CONTAINER_NAME=docker-pr5 [2020-07-08T09:56:26.927Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41168/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh dynbinary-daemon [2020-07-08T09:56:27.561Z] [2020-07-08T09:56:27.561Z] Removing bundles/ [2020-07-08T09:56:27.561Z] [2020-07-08T09:56:27.561Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-07-08T09:56:27.820Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:56:27.820Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T09:56:27.857Z] [2020-07-08T09:56:27.857Z] Removing bundles/ [2020-07-08T09:56:27.857Z] [2020-07-08T09:56:27.857Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-07-08T09:56:27.857Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:56:27.857Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/server/middleware 0.042s coverage: 37.7% of statements [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/types/filters 0.031s coverage: 92.2% of statements [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/server/router/swarm 0.039s coverage: 5.1% of statements [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/container [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/events [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/image [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/network [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 75.0% of statements [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-07-08T09:56:31.367Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/builder/dockerignore 0.018s coverage: 96.8% of statements [2020-07-08T09:56:31.367Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2020-07-08T09:56:31.584Z] ..........................xx.................... [ 29%] [2020-07-08T09:56:32.324Z] ok github.com/docker/docker/builder/remotecontext 0.710s coverage: 13.6% of statements [2020-07-08T09:56:32.897Z] ok github.com/docker/docker/builder/dockerfile 1.051s coverage: 48.1% of statements [2020-07-08T09:56:32.897Z] ok github.com/docker/docker/builder/remotecontext/git 3.123s coverage: 86.3% of statements [2020-07-08T09:56:32.897Z] ? github.com/docker/docker/cli [no test files] [2020-07-08T09:56:32.897Z] ? github.com/docker/docker/cli/config [no test files] [2020-07-08T09:56:34.785Z] #46 DONE 333.2s [2020-07-08T09:56:34.785Z] [2020-07-08T09:56:34.785Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:36.345Z] #53 ... [2020-07-08T09:56:36.345Z] [2020-07-08T09:56:36.345Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-07-08T09:56:36.345Z] #47 DONE 0.1s [2020-07-08T09:56:36.345Z] [2020-07-08T09:56:36.345Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-07-08T09:56:36.345Z] #49 DONE 0.1s [2020-07-08T09:56:36.345Z] [2020-07-08T09:56:36.345Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-07-08T09:56:36.345Z] #51 DONE 0.1s [2020-07-08T09:56:36.345Z] [2020-07-08T09:56:36.345Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-07-08T09:56:36.425Z] 4612f6d0b889: Pull complete [2020-07-08T09:56:38.195Z] ok github.com/docker/docker/client 0.277s coverage: 75.4% of statements [2020-07-08T09:56:43.274Z] #53 303.2 + bin/containerd-stress [2020-07-08T09:56:45.369Z] #53 305.5 + bin/containerd-shim [2020-07-08T09:56:47.661Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-07-08T09:56:48.480Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:56:48.480Z] [2020-07-08T09:56:48.480Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T09:56:48.480Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T09:56:48.480Z] HOSTNAME=d19a2efadbad [2020-07-08T09:56:48.480Z] TESTDEBUG=0 [2020-07-08T09:56:48.480Z] DEST=bundles/test-integration [2020-07-08T09:56:48.480Z] PWD=/go/src/github.com/docker/docker [2020-07-08T09:56:48.480Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:56:48.480Z] container=docker [2020-07-08T09:56:48.480Z] HOME=/root [2020-07-08T09:56:48.480Z] GOLANG_VERSION=1.13.12 [2020-07-08T09:56:48.480Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T09:56:48.480Z] VALIDATE_BRANCH=master [2020-07-08T09:56:48.480Z] TERM=xterm [2020-07-08T09:56:48.480Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T09:56:48.480Z] SHLVL=1 [2020-07-08T09:56:48.480Z] TIMEOUT=120m [2020-07-08T09:56:48.480Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T09:56:48.480Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T09:56:48.480Z] GO111MODULE=off [2020-07-08T09:56:48.480Z] DOCKER_EXPERIMENTAL=1 [2020-07-08T09:56:48.480Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-07-08T09:56:48.480Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T09:56:48.480Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T09:56:48.480Z] GOPATH=/go [2020-07-08T09:56:48.480Z] PKG_CONFIG=pkg-config [2020-07-08T09:56:48.480Z] _=/usr/bin/env [2020-07-08T09:56:48.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-07-08T09:56:53.917Z] #53 312.6 + bin/containerd-shim-runc-v1 [2020-07-08T09:56:55.127Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-07-08T09:56:56.018Z] #53 315.9 + bin/containerd-shim-runc-v2 [2020-07-08T09:56:56.657Z] #53 316.9 + binaries [2020-07-08T09:56:56.950Z] #53 316.9 + install -D bin/containerd /build/containerd [2020-07-08T09:56:56.950Z] #53 317.0 + install -D bin/containerd-shim /build/containerd-shim [2020-07-08T09:56:56.950Z] #53 317.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-07-08T09:56:56.950Z] #53 317.0 + install -D bin/ctr /build/ctr [2020-07-08T09:56:56.950Z] #53 DONE 317.1s [2020-07-08T09:56:57.847Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-07-08T09:56:57.991Z] [2020-07-08T09:56:57.991Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-07-08T09:56:57.991Z] #54 DONE 0.1s [2020-07-08T09:56:58.286Z] [2020-07-08T09:56:58.286Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-07-08T09:56:58.286Z] #58 DONE 0.1s [2020-07-08T09:56:58.286Z] [2020-07-08T09:56:58.286Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-07-08T09:56:58.286Z] #60 DONE 0.1s [2020-07-08T09:56:58.286Z] [2020-07-08T09:56:58.286Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-07-08T09:56:58.286Z] #62 DONE 0.1s [2020-07-08T09:56:58.286Z] [2020-07-08T09:56:58.286Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-07-08T09:56:58.286Z] #63 DONE 0.0s [2020-07-08T09:56:58.579Z] [2020-07-08T09:56:58.579Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-07-08T09:57:00.661Z] #64 DONE 2.2s [2020-07-08T09:57:00.661Z] [2020-07-08T09:57:00.661Z] #65 exporting to oci image format [2020-07-08T09:57:00.661Z] #65 exporting layers [2020-07-08T09:57:04.793Z] ok github.com/docker/docker/cmd/dockerd 0.131s coverage: 30.8% of statements [2020-07-08T09:57:05.742Z] ok github.com/docker/docker/container 0.142s coverage: 34.7% of statements [2020-07-08T09:57:05.742Z] ? github.com/docker/docker/container/stream [no test files] [2020-07-08T09:57:05.743Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-07-08T09:57:05.743Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-07-08T09:57:05.743Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-07-08T09:57:08.299Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.062s coverage: 65.3% of statements [2020-07-08T09:57:12.521Z] ok github.com/docker/docker/daemon/cluster/convert 0.058s coverage: 35.4% of statements [2020-07-08T09:57:12.784Z] ok github.com/docker/docker/daemon/cluster 0.112s coverage: 0.5% of statements [2020-07-08T09:57:12.900Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-07-08T09:57:15.343Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2020-07-08T09:57:15.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-07-08T09:57:15.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-07-08T09:57:15.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-07-08T09:57:16.734Z] ok github.com/docker/docker/daemon/config 0.076s coverage: 81.7% of statements [2020-07-08T09:57:16.734Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-07-08T09:57:18.127Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2020-07-08T09:57:19.756Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-07-08T09:57:21.260Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-07-08T09:57:21.429Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.560s coverage: 13.9% of statements [2020-07-08T09:57:21.429Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2020-07-08T09:57:22.819Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.575s coverage: 57.0% of statements [2020-07-08T09:57:25.369Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-07-08T09:57:25.777Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-07-08T09:57:26.759Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.730s coverage: 46.2% of statements [2020-07-08T09:57:27.703Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.408s coverage: 73.1% of statements [2020-07-08T09:57:28.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-07-08T09:57:28.647Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.811s coverage: 49.5% of statements [2020-07-08T09:57:29.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-07-08T09:57:30.036Z] ok github.com/docker/docker/daemon 12.339s coverage: 17.5% of statements [2020-07-08T09:57:30.036Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-07-08T09:57:30.036Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-07-08T09:57:30.036Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-07-08T09:57:30.036Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-07-08T09:57:30.036Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-07-08T09:57:30.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-07-08T09:57:30.613Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.600s coverage: 76.1% of statements [2020-07-08T09:57:30.613Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.027s coverage: 58.0% of statements [2020-07-08T09:57:30.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-07-08T09:57:31.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-07-08T09:57:31.561Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2020-07-08T09:57:32.136Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.025s coverage: 3.0% of statements [2020-07-08T09:57:32.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-07-08T09:57:34.057Z] ok github.com/docker/docker/daemon/logger 0.256s coverage: 41.8% of statements [2020-07-08T09:57:34.057Z] ok github.com/docker/docker/daemon/images 0.047s coverage: 4.8% of statements [2020-07-08T09:57:34.057Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.633s coverage: 57.7% of statements [2020-07-08T09:57:34.057Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-07-08T09:57:34.057Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-07-08T09:57:34.057Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-07-08T09:57:34.057Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-07-08T09:57:34.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-07-08T09:57:35.447Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 67.0% of statements [2020-07-08T09:57:35.447Z] ok github.com/docker/docker/daemon/logger/awslogs 0.350s coverage: 77.8% of statements [2020-07-08T09:57:35.447Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-07-08T09:57:35.447Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-07-08T09:57:35.447Z] ok github.com/docker/docker/daemon/logger/journald 0.025s coverage: 26.2% of statements [2020-07-08T09:57:35.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-07-08T09:57:36.022Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.033s coverage: 61.6% of statements [2020-07-08T09:57:36.284Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.043s coverage: 87.2% of statements [2020-07-08T09:57:37.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-07-08T09:57:37.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-07-08T09:57:37.675Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 75.2% of statements [2020-07-08T09:57:37.675Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-07-08T09:57:37.675Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 37.7% of statements [2020-07-08T09:57:37.938Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 33.3% of statements [2020-07-08T09:57:38.514Z] ok github.com/docker/docker/daemon/logger/templates 0.026s coverage: 8.3% of statements [2020-07-08T09:57:38.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-07-08T09:57:39.477Z] ok github.com/docker/docker/daemon/logger/syslog 0.092s coverage: 46.8% of statements [2020-07-08T09:57:39.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-07-08T09:57:39.741Z] ok github.com/docker/docker/daemon/network 0.063s coverage: 63.8% of statements [2020-07-08T09:57:40.111Z] ......................... [ 66%] [2020-07-08T09:57:41.153Z] ok github.com/docker/docker/daemon/logger/splunk 2.086s coverage: 82.5% of statements [2020-07-08T09:57:41.153Z] ? github.com/docker/docker/daemon/names [no test files] [2020-07-08T09:57:41.153Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-07-08T09:57:41.153Z] ok github.com/docker/docker/distribution/metadata 0.087s coverage: 48.2% of statements [2020-07-08T09:57:41.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-07-08T09:57:41.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-07-08T09:57:42.098Z] ok github.com/docker/docker/distribution 0.376s coverage: 22.1% of statements [2020-07-08T09:57:42.098Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-07-08T09:57:42.672Z] ok github.com/docker/docker/errdefs 0.014s coverage: 49.4% of statements [2020-07-08T09:57:42.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-07-08T09:57:43.247Z] ok github.com/docker/docker/image 0.054s coverage: 86.4% of statements [2020-07-08T09:57:43.509Z] ok github.com/docker/docker/image/cache 0.034s coverage: 19.2% of statements [2020-07-08T09:57:43.541Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T09:57:43.541Z] Using test binary docker [2020-07-08T09:57:43.541Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-07-08T09:57:43.541Z] +++ /etc/init.d/apparmor start [2020-07-08T09:57:43.541Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T09:57:43.541Z] INFO: Waiting for daemon to start... [2020-07-08T09:57:43.541Z] Starting dockerd [2020-07-08T09:57:43.541Z] +++ 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-07-08T09:57:44.085Z] ok github.com/docker/docker/distribution/xfer 1.711s coverage: 85.1% of statements [2020-07-08T09:57:44.085Z] ? github.com/docker/docker/dockerversion [no test files] [2020-07-08T09:57:44.085Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-07-08T09:57:44.085Z] ok github.com/docker/docker/image/v1 0.060s coverage: 25.0% of statements [2020-07-08T09:57:44.085Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-07-08T09:57:44.085Z] ok github.com/docker/docker/libcontainerd/queue 0.039s coverage: 100.0% of statements [2020-07-08T09:57:45.478Z] ok github.com/docker/docker/pkg/aaparser 0.035s coverage: 50.0% of statements [2020-07-08T09:57:45.638Z] . [2020-07-08T09:57:45.638Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T09:57:45.638Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T09:57:45.638Z] Error: No such image: emptyfs [2020-07-08T09:57:45.638Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-07-08T09:57:45.638Z] ++++ docker load [2020-07-08T09:57:45.930Z] Running integration-test (iteration 1) [2020-07-08T09:57:45.930Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-07-08T09:57:45.930Z] ++ 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-07-08T09:57:45.930Z] ++ set -e [2020-07-08T09:57:45.930Z] ++ '[' -n 0 ']' [2020-07-08T09:57:45.930Z] ++ set -x [2020-07-08T09:57:45.930Z] ++ env -i DEST=/go/src/github.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-07-08T09:57:46.426Z] ok github.com/docker/docker/opts 0.055s coverage: 67.4% of statements [2020-07-08T09:57:47.371Z] ok github.com/docker/docker/pkg/broadcaster 0.008s coverage: 100.0% of statements [2020-07-08T09:57:47.632Z] ok github.com/docker/docker/pkg/authorization 0.719s coverage: 68.3% of statements [2020-07-08T09:57:47.632Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2020-07-08T09:57:47.894Z] ok github.com/docker/docker/pkg/archive 1.152s coverage: 76.9% of statements [2020-07-08T09:57:48.156Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2020-07-08T09:57:49.104Z] ok github.com/docker/docker/pkg/discovery 0.025s coverage: 58.3% of statements [2020-07-08T09:57:49.104Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2020-07-08T09:57:49.254Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:57:49.677Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2020-07-08T09:57:49.820Z] [2020-07-08T09:57:50.251Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-07-08T09:57:50.822Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2020-07-08T09:57:51.711Z] + TEST_INTEGRATION_DEST=2 [2020-07-08T09:57:51.711Z] + CONTAINER_NAME=docker-pr5-2 [2020-07-08T09:57:51.711Z] + TEST_SKIP_INTEGRATION=1 [2020-07-08T09:57:51.711Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-07-08T09:57:51.711Z] + run_tests [2020-07-08T09:57:51.711Z] + c=0 [2020-07-08T09:57:51.711Z] + '[' -n 0 ']' [2020-07-08T09:57:51.711Z] + rm= [2020-07-08T09:57:51.711Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41168/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41168/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh '' test-integration [2020-07-08T09:57:51.711Z] + TEST_INTEGRATION_DEST=1 [2020-07-08T09:57:51.711Z] + CONTAINER_NAME=docker-pr5-1 [2020-07-08T09:57:51.711Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-07-08T09:57:51.711Z] + run_tests test-integration-flaky [2020-07-08T09:57:51.711Z] + '[' -n 0 ']' [2020-07-08T09:57:51.711Z] + rm= [2020-07-08T09:57:51.711Z] + TEST_INTEGRATION_DEST=3 [2020-07-08T09:57:51.711Z] + CONTAINER_NAME=docker-pr5-3 [2020-07-08T09:57:51.711Z] + TEST_SKIP_INTEGRATION=1 [2020-07-08T09:57:51.711Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-07-08T09:57:51.711Z] + run_tests [2020-07-08T09:57:51.711Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41168/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41168/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh test-integration-flaky test-integration [2020-07-08T09:57:51.711Z] + '[' -n 0 ']' [2020-07-08T09:57:51.711Z] + rm= [2020-07-08T09:57:51.711Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41168/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41168/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh '' test-integration [2020-07-08T09:57:51.711Z] ++ jobs -p [2020-07-08T09:57:51.712Z] + for job in $(jobs -p) [2020-07-08T09:57:51.712Z] + wait 4935 [2020-07-08T09:57:51.763Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-07-08T09:57:52.337Z] ok github.com/docker/docker/pkg/chrootarchive 3.581s coverage: 43.2% of statements [2020-07-08T09:57:52.337Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-07-08T09:57:52.644Z] [2020-07-08T09:57:52.644Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T09:57:52.644Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T09:57:52.644Z] HOSTNAME=613f8991758a [2020-07-08T09:57:52.644Z] TEST_SKIP_INTEGRATION=1 [2020-07-08T09:57:52.644Z] TESTDEBUG=0 [2020-07-08T09:57:52.644Z] DEST=bundles/test-integration [2020-07-08T09:57:52.644Z] PWD=/go/src/github.com/docker/docker [2020-07-08T09:57:52.644Z] KEEPBUNDLE=1 [2020-07-08T09:57:52.644Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:57:52.644Z] container=docker [2020-07-08T09:57:52.644Z] HOME=/root [2020-07-08T09:57:52.644Z] GOLANG_VERSION=1.13.12 [2020-07-08T09:57:52.644Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T09:57:52.644Z] VALIDATE_BRANCH=master [2020-07-08T09:57:52.644Z] TERM=xterm [2020-07-08T09:57:52.644Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T09:57:52.644Z] SHLVL=1 [2020-07-08T09:57:52.644Z] TIMEOUT=120m [2020-07-08T09:57:52.644Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T09:57:52.644Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T09:57:52.644Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-07-08T09:57:52.644Z] GO111MODULE=off [2020-07-08T09:57:52.644Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T09:57:52.644Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T09:57:52.644Z] GOPATH=/go [2020-07-08T09:57:52.644Z] PKG_CONFIG=pkg-config [2020-07-08T09:57:52.644Z] _=/usr/bin/env [2020-07-08T09:57:52.644Z] Building test suite binary ./integration-cli/test.main [2020-07-08T09:57:52.644Z] [2020-07-08T09:57:52.901Z] [2020-07-08T09:57:52.901Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-07-08T09:57:52.901Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T09:57:52.901Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T09:57:52.901Z] HOSTNAME=7fea5122d4a8 [2020-07-08T09:57:52.901Z] TEST_SKIP_INTEGRATION=1 [2020-07-08T09:57:52.901Z] TESTDEBUG=0 [2020-07-08T09:57:52.901Z] DEST=bundles/test-integration [2020-07-08T09:57:52.901Z] PWD=/go/src/github.com/docker/docker [2020-07-08T09:57:52.901Z] KEEPBUNDLE=1 [2020-07-08T09:57:52.901Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:57:52.901Z] container=docker [2020-07-08T09:57:52.901Z] HOME=/root [2020-07-08T09:57:52.901Z] GOLANG_VERSION=1.13.12 [2020-07-08T09:57:52.901Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T09:57:52.901Z] VALIDATE_BRANCH=master [2020-07-08T09:57:52.901Z] TERM=xterm [2020-07-08T09:57:52.901Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T09:57:52.901Z] SHLVL=1 [2020-07-08T09:57:52.901Z] TIMEOUT=120m [2020-07-08T09:57:52.901Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T09:57:52.901Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T09:57:52.901Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-07-08T09:57:52.901Z] GO111MODULE=off [2020-07-08T09:57:52.901Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T09:57:52.901Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T09:57:52.901Z] GOPATH=/go [2020-07-08T09:57:52.901Z] PKG_CONFIG=pkg-config [2020-07-08T09:57:52.901Z] _=/usr/bin/env [2020-07-08T09:57:52.901Z] Building test suite binary ./integration-cli/test.main [2020-07-08T09:57:52.910Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2020-07-08T09:57:53.159Z] No new tests added to integration. [2020-07-08T09:57:53.159Z] [2020-07-08T09:57:53.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T09:57:53.172Z] ok github.com/docker/docker/pkg/fsutils 0.320s coverage: 85.1% of statements [2020-07-08T09:57:53.434Z] ok github.com/docker/docker/pkg/discovery/kv 3.088s coverage: 84.1% of statements [2020-07-08T09:57:54.382Z] ok github.com/docker/docker/layer 7.691s coverage: 68.8% of statements [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/oci [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/oci/caps [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-07-08T09:57:54.382Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-07-08T09:57:54.382Z] ok github.com/docker/docker/pkg/jsonmessage 0.023s coverage: 91.7% of statements [2020-07-08T09:57:54.382Z] ok github.com/docker/docker/pkg/idtools 0.628s coverage: 70.5% of statements [2020-07-08T09:57:54.427Z] Loaded image: buildpack-deps:buster [2020-07-08T09:57:54.427Z] Loaded image: busybox:latest [2020-07-08T09:57:54.427Z] Loaded image: busybox:glibc [2020-07-08T09:57:54.427Z] Loaded image: debian:buster [2020-07-08T09:57:54.645Z] ok github.com/docker/docker/pkg/ioutils 0.665s coverage: 70.6% of statements [2020-07-08T09:57:54.645Z] ok github.com/docker/docker/pkg/locker 0.053s coverage: 88.9% of statements [2020-07-08T09:57:54.719Z] Loaded image: hello-world:latest [2020-07-08T09:57:54.719Z] INFO: Testing against a local daemon [2020-07-08T09:57:54.719Z] === RUN TestCgroupNamespacesBuild [2020-07-08T09:57:54.908Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2020-07-08T09:57:54.908Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-07-08T09:57:54.908Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-07-08T09:57:54.908Z] ok github.com/docker/docker/pkg/namesgenerator 0.016s coverage: 85.7% of statements [2020-07-08T09:57:54.908Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-07-08T09:57:55.056Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T09:57:55.056Z] HOSTNAME=9a359c8bb1aa [2020-07-08T09:57:55.056Z] TESTDEBUG=0 [2020-07-08T09:57:55.056Z] DEST=bundles/test-integration [2020-07-08T09:57:55.056Z] PWD=/go/src/github.com/docker/docker [2020-07-08T09:57:55.056Z] KEEPBUNDLE=1 [2020-07-08T09:57:55.056Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:57:55.056Z] container=docker [2020-07-08T09:57:55.056Z] HOME=/root [2020-07-08T09:57:55.056Z] GOLANG_VERSION=1.13.12 [2020-07-08T09:57:55.056Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T09:57:55.056Z] VALIDATE_BRANCH=master [2020-07-08T09:57:55.056Z] TERM=xterm [2020-07-08T09:57:55.056Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T09:57:55.056Z] SHLVL=1 [2020-07-08T09:57:55.056Z] TIMEOUT=120m [2020-07-08T09:57:55.056Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T09:57:55.056Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T09:57:55.056Z] GO111MODULE=off [2020-07-08T09:57:55.056Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-07-08T09:57:55.056Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T09:57:55.056Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T09:57:55.056Z] GOPATH=/go [2020-07-08T09:57:55.056Z] PKG_CONFIG=pkg-config [2020-07-08T09:57:55.056Z] _=/usr/bin/env [2020-07-08T09:57:55.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-07-08T09:57:55.485Z] ok github.com/docker/docker/pkg/parsers 0.026s coverage: 97.0% of statements [2020-07-08T09:57:55.485Z] ok github.com/docker/docker/pkg/parsers/kernel 0.020s coverage: 60.0% of statements [2020-07-08T09:57:55.485Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.024s coverage: 91.4% of statements [2020-07-08T09:57:55.748Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.4% of statements [2020-07-08T09:57:55.748Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-07-08T09:57:55.748Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-07-08T09:57:56.321Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.021s coverage: 56.8% of statements [2020-07-08T09:57:56.898Z] ok github.com/docker/docker/pkg/pools 0.021s coverage: 88.2% of statements [2020-07-08T09:57:56.898Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2020-07-08T09:57:57.162Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2020-07-08T09:57:57.451Z] --- PASS: TestCgroupNamespacesBuild (2.27s) [2020-07-08T09:57:57.451Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-07-08T09:57:57.736Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2020-07-08T09:57:58.309Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2020-07-08T09:57:58.570Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 73.9% of statements [2020-07-08T09:57:58.962Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2020-07-08T09:57:58.962Z] === RUN TestBuildWithSession [2020-07-08T09:57:58.962Z] --- SKIP: TestBuildWithSession (0.00s) [2020-07-08T09:57:58.962Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T09:57:58.962Z] === RUN TestBuildSquashParent [2020-07-08T09:57:59.143Z] ok github.com/docker/docker/pkg/streamformatter 0.013s coverage: 66.2% of statements [2020-07-08T09:57:59.143Z] ok github.com/docker/docker/pkg/stringid 0.012s coverage: 70.6% of statements [2020-07-08T09:57:59.404Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-07-08T09:57:59.976Z] ok github.com/docker/docker/pkg/sysinfo 0.020s coverage: 54.1% of statements [2020-07-08T09:58:00.549Z] ok github.com/docker/docker/pkg/system 0.032s coverage: 36.9% of statements [2020-07-08T09:58:00.549Z] ok github.com/docker/docker/pkg/signal 2.784s coverage: 61.0% of statements [2020-07-08T09:58:00.811Z] ok github.com/docker/docker/pkg/tailfile 0.115s coverage: 88.6% of statements [2020-07-08T09:58:01.071Z] testing: warning: no tests to run [2020-07-08T09:58:01.071Z] coverage: [no statements] [2020-07-08T09:58:01.071Z] ok github.com/docker/docker/pkg/term/windows 0.009s coverage: [no statements] [no tests to run] [2020-07-08T09:58:01.646Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2020-07-08T09:58:01.646Z] ok github.com/docker/docker/pkg/tarsum 0.100s coverage: 89.3% of statements [2020-07-08T09:58:01.646Z] ok github.com/docker/docker/pkg/urlutil 0.014s coverage: 100.0% of statements [2020-07-08T09:58:01.909Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2020-07-08T09:58:03.297Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2020-07-08T09:58:03.872Z] ok github.com/docker/docker/profiles/seccomp 0.014s coverage: 73.8% of statements [2020-07-08T09:58:04.134Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2020-07-08T09:58:04.270Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:58:04.271Z] [2020-07-08T09:58:04.271Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T09:58:04.271Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T09:58:04.271Z] HOSTNAME=34202540619e [2020-07-08T09:58:04.271Z] DEST=bundles/test-integration [2020-07-08T09:58:04.271Z] PWD=/go/src/github.com/docker/docker [2020-07-08T09:58:04.271Z] DOCKER_ROOTLESS=1 [2020-07-08T09:58:04.271Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:58:04.271Z] container=docker [2020-07-08T09:58:04.271Z] HOME=/root [2020-07-08T09:58:04.271Z] GOLANG_VERSION=1.13.12 [2020-07-08T09:58:04.271Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T09:58:04.271Z] VALIDATE_BRANCH=master [2020-07-08T09:58:04.271Z] TERM=xterm [2020-07-08T09:58:04.271Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T09:58:04.271Z] SHLVL=1 [2020-07-08T09:58:04.271Z] TIMEOUT=120m [2020-07-08T09:58:04.271Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T09:58:04.271Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T09:58:04.271Z] GO111MODULE=off [2020-07-08T09:58:04.271Z] DOCKER_EXPERIMENTAL=1 [2020-07-08T09:58:04.271Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-07-08T09:58:04.271Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T09:58:04.271Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T09:58:04.271Z] GOPATH=/go [2020-07-08T09:58:04.271Z] PKG_CONFIG=pkg-config [2020-07-08T09:58:04.271Z] _=/usr/bin/env [2020-07-08T09:58:04.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-07-08T09:58:04.396Z] ok github.com/docker/docker/plugin 0.578s coverage: 23.1% of statements [2020-07-08T09:58:04.970Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2020-07-08T09:58:05.232Z] ok github.com/docker/docker/restartmanager 0.021s coverage: 45.3% of statements [2020-07-08T09:58:05.860Z] --- PASS: TestBuildSquashParent (7.00s) [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T09:58:05.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T09:58:05.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T09:58:05.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T09:58:05.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T09:58:05.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T09:58:05.860Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T09:58:05.860Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T09:58:05.860Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T09:58:05.860Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T09:58:06.180Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2020-07-08T09:58:06.180Z] ok github.com/docker/docker/registry 0.253s coverage: 56.3% of statements [2020-07-08T09:58:06.442Z] ok github.com/docker/docker/runconfig 0.053s coverage: 65.8% of statements [2020-07-08T09:58:08.365Z] ok github.com/docker/docker/volume/drivers 0.019s coverage: 36.1% of statements [2020-07-08T09:58:08.598Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T09:58:08.598Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T09:58:08.939Z] ok github.com/docker/docker/volume/local 0.078s coverage: 73.0% of statements [2020-07-08T09:58:09.512Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 67.0% of statements [2020-07-08T09:58:10.083Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2020-07-08T09:58:10.675Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T09:58:10.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.62s) [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.69s) [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.38s) [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.37s) [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s) [2020-07-08T09:58:13.040Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.24s) [2020-07-08T09:58:13.040Z] === RUN TestBuildMultiStageCopy [2020-07-08T09:58:13.040Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-07-08T09:58:14.289Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 71%] [2020-07-08T09:58:15.773Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-07-08T09:58:16.442Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-07-08T09:58:16.734Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-07-08T09:58:17.371Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-07-08T09:58:17.408Z] 666079ee0460: Pull complete [2020-07-08T09:58:17.408Z] Digest: sha256:0594b3bb67e2b5e57ab4414d7ce012a72582a6094b04b536c421ea1a23b7e7c7 [2020-07-08T09:58:17.408Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T09:58:17.408Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T09:58:17.408Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-07-08T09:58:17.408Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-07-08T09:58:17.408Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1282' [2020-07-08T09:58:17.408Z] INFO: Docker version of control daemon [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] Client: Docker Engine - Enterprise [2020-07-08T09:58:17.408Z] Version: 19.03.5 [2020-07-08T09:58:17.408Z] API version: 1.40 [2020-07-08T09:58:17.408Z] Go version: go1.12.12 [2020-07-08T09:58:17.408Z] Git commit: 2ee0c57608 [2020-07-08T09:58:17.408Z] Built: 11/13/2019 08:00:16 [2020-07-08T09:58:17.408Z] OS/Arch: windows/amd64 [2020-07-08T09:58:17.408Z] Experimental: false [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] Server: Docker Engine - Enterprise [2020-07-08T09:58:17.408Z] Engine: [2020-07-08T09:58:17.408Z] Version: 19.03.5 [2020-07-08T09:58:17.408Z] API version: 1.40 (minimum version 1.24) [2020-07-08T09:58:17.408Z] Go version: go1.12.12 [2020-07-08T09:58:17.408Z] Git commit: 2ee0c57608 [2020-07-08T09:58:17.408Z] Built: 11/13/2019 07:58:51 [2020-07-08T09:58:17.408Z] OS/Arch: windows/amd64 [2020-07-08T09:58:17.408Z] Experimental: true [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] INFO: Docker info of control daemon [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] Client: [2020-07-08T09:58:17.408Z] Debug Mode: false [2020-07-08T09:58:17.408Z] Plugins: [2020-07-08T09:58:17.408Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] Server: [2020-07-08T09:58:17.408Z] Containers: 0 [2020-07-08T09:58:17.408Z] Running: 0 [2020-07-08T09:58:17.408Z] Paused: 0 [2020-07-08T09:58:17.408Z] Stopped: 0 [2020-07-08T09:58:17.408Z] Images: 1 [2020-07-08T09:58:17.408Z] Server Version: 19.03.5 [2020-07-08T09:58:17.408Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-07-08T09:58:17.408Z] Windows: [2020-07-08T09:58:17.408Z] LCOW: [2020-07-08T09:58:17.408Z] Logging Driver: json-file [2020-07-08T09:58:17.408Z] Plugins: [2020-07-08T09:58:17.408Z] Volume: local [2020-07-08T09:58:17.408Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-07-08T09:58:17.408Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-07-08T09:58:17.408Z] Swarm: inactive [2020-07-08T09:58:17.408Z] Default Isolation: process [2020-07-08T09:58:17.408Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-07-08T09:58:17.408Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-07-08T09:58:17.408Z] OSType: windows [2020-07-08T09:58:17.408Z] Architecture: x86_64 [2020-07-08T09:58:17.408Z] CPUs: 4 [2020-07-08T09:58:17.408Z] Total Memory: 32GiB [2020-07-08T09:58:17.408Z] Name: azwin-2-1ba990 [2020-07-08T09:58:17.408Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-07-08T09:58:17.408Z] Docker Root Dir: D:\docker [2020-07-08T09:58:17.408Z] Debug Mode: false [2020-07-08T09:58:17.408Z] Registry: https://index.docker.io/v1/ [2020-07-08T09:58:17.408Z] Labels: [2020-07-08T09:58:17.408Z] Experimental: true [2020-07-08T09:58:17.408Z] Insecure Registries: [2020-07-08T09:58:17.408Z] 10.0.0.4:5000 [2020-07-08T09:58:17.408Z] 127.0.0.0/8 [2020-07-08T09:58:17.408Z] Registry Mirrors: [2020-07-08T09:58:17.408Z] http://10.0.0.4:5000/ [2020-07-08T09:58:17.408Z] Live Restore Enabled: false [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] [2020-07-08T09:58:17.408Z] INFO: Commit hash is e7a6431088 [2020-07-08T09:58:17.408Z] INFO: Nuke-Everything... [2020-07-08T09:58:17.408Z] INFO: Container count on control daemon to delete is 0 [2020-07-08T09:58:17.855Z] INFO: Nuking d:\CI [2020-07-08T09:58:17.856Z] INFO: Zapped successfully [2020-07-08T09:58:18.005Z] --- PASS: TestBuildMultiStageCopy (4.96s) [2020-07-08T09:58:18.005Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.58s) [2020-07-08T09:58:18.005Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2020-07-08T09:58:18.005Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2020-07-08T09:58:18.005Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.64s) [2020-07-08T09:58:18.005Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2020-07-08T09:58:18.005Z] === RUN TestBuildMultiStageParentConfig [2020-07-08T09:58:18.304Z] INFO: Location for testing is d:\CI\PR-41168\5 [2020-07-08T09:58:18.304Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-07-08T09:58:18.304Z] [2020-07-08T09:58:18.304Z] [2020-07-08T09:58:18.304Z] INFO: Building the image from Dockerfile.windows at 07/08/2020 09:58:17... [2020-07-08T09:58:18.304Z] [2020-07-08T09:58:19.514Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2020-07-08T09:58:19.514Z] === RUN TestBuildLabelWithTargets [2020-07-08T09:58:22.250Z] --- PASS: TestBuildLabelWithTargets (2.36s) [2020-07-08T09:58:22.250Z] === RUN TestBuildWithEmptyLayers [2020-07-08T09:58:22.883Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2020-07-08T09:58:22.883Z] === RUN TestBuildMultiStageOnBuild [2020-07-08T09:58:22.914Z] Sending build context to Docker daemon 56.02MB [2020-07-08T09:58:22.914Z] [2020-07-08T09:58:22.914Z] Step 1/10 : FROM microsoft/windowsservercore [2020-07-08T09:58:22.914Z] ---> 486def14a6bd [2020-07-08T09:58:22.914Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-07-08T09:58:22.914Z] ---> Running in 08cc5c7f2dbb [2020-07-08T09:58:23.137Z] #65 exporting layers 81.5s done [2020-07-08T09:58:23.138Z] #65 exporting manifest sha256:db91593d3f3a448546086d5f280c5abce806f9dcfe97dd355ed8d607191fe2ce done [2020-07-08T09:58:23.138Z] #65 exporting config sha256:9d9e7d51add43d151a26d55f2848db244001e21016908cb61b987d005e85a1b7 done [2020-07-08T09:58:23.138Z] #65 sending tarball [2020-07-08T09:58:23.474Z] Removing intermediate container 08cc5c7f2dbb [2020-07-08T09:58:23.474Z] ---> 4206cae9219b [2020-07-08T09:58:23.474Z] Step 3/10 : ARG GO_VERSION=1.13.12 [2020-07-08T09:58:23.474Z] ---> Running in d0536be0a1d9 [2020-07-08T09:58:23.920Z] Removing intermediate container d0536be0a1d9 [2020-07-08T09:58:23.920Z] ---> f3e33a428e76 [2020-07-08T09:58:23.920Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-07-08T09:58:23.920Z] ---> Running in 3196b7356e52 [2020-07-08T09:58:24.368Z] Removing intermediate container 3196b7356e52 [2020-07-08T09:58:24.368Z] ---> 01c4f113ab56 [2020-07-08T09:58:24.368Z] 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-07-08T09:58:24.368Z] ---> Running in 01cba117be8c [2020-07-08T09:58:24.815Z] Removing intermediate container 01cba117be8c [2020-07-08T09:58:24.815Z] ---> 83322913fdd1 [2020-07-08T09:58:24.815Z] 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-07-08T09:58:24.815Z] ---> Running in 6ed3a5d803df [2020-07-08T09:58:26.403Z] --- PASS: TestBuildMultiStageOnBuild (3.04s) [2020-07-08T09:58:26.403Z] === RUN TestBuildUncleanTarFilenames [2020-07-08T09:58:27.439Z] --- PASS: TestBuildUncleanTarFilenames (1.28s) [2020-07-08T09:58:27.439Z] === RUN TestBuildMultiStageLayerLeak [2020-07-08T09:58:29.435Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-07-08T09:58:30.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-07-08T09:58:30.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-07-08T09:58:30.959Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s) [2020-07-08T09:58:30.959Z] === RUN TestBuildWithHugeFile [2020-07-08T09:58:31.338Z] tests/integration/client_test.py ..... [ 75%] [2020-07-08T09:58:31.338Z] tests/integration/context_api_test.py ... [ 76%] [2020-07-08T09:58:31.909Z] tests/integration/errors_test.py . [ 76%] [2020-07-08T09:58:32.037Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/pkg/term [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/rootless [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/testutil/request [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/volume [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-07-08T09:58:32.037Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-07-08T09:58:32.037Z] [2020-07-08T09:58:32.037Z] === Skipped [2020-07-08T09:58:32.037Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-07-08T09:58:32.037Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-07-08T09:58:32.037Z] [2020-07-08T09:58:32.037Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-07-08T09:58:32.037Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-07-08T09:58:32.037Z] [2020-07-08T09:58:32.037Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-07-08T09:58:32.037Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.037Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:58:32.037Z] [2020-07-08T09:58:32.037Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-07-08T09:58:32.037Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.037Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:58:32.037Z] [2020-07-08T09:58:32.037Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-07-08T09:58:32.037Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.037Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:58:32.037Z] [2020-07-08T09:58:32.037Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:73: No driver to put! [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-07-08T09:58:32.038Z] time="2020-07-08T09:57:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-07-08T09:58:32.038Z] time="2020-07-08T09:57:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-07-08T09:58:32.038Z] time="2020-07-08T09:57:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-07-08T09:58:32.038Z] time="2020-07-08T09:57:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-07-08T09:58:32.038Z] time="2020-07-08T09:57:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:73: No driver to put! [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-07-08T09:58:32.038Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-07-08T09:58:32.038Z] overlay_test.go:49: Fails to compute changes intermittently [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-07-08T09:58:32.038Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T09:58:32.038Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-07-08T09:58:32.038Z] graphtest_unix.go:73: No driver to put! [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-07-08T09:58:32.038Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-07-08T09:58:32.038Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] [2020-07-08T09:58:32.038Z] DONE 2124 tests, 26 skipped in 190.009s Post stage [Pipeline] junit [2020-07-08T09:58:32.052Z] Recording test results [2020-07-08T09:58:33.284Z] [2020-07-08T09:58:33.284Z] SUCCESS: Specified value was saved. [2020-07-08T09:58:33.284Z] INFO: Downloading git... [2020-07-08T09:58:33.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-08T09:58:34.258Z] INFO: Downloading go... [2020-07-08T09:58:34.507Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -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:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh dynbinary test-integration [2020-07-08T09:58:35.079Z] [2020-07-08T09:58:35.340Z] Removing bundles/ [2020-07-08T09:58:35.340Z] [2020-07-08T09:58:35.340Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-07-08T09:58:35.340Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:58:35.340Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T09:58:35.761Z] INFO: Downloading compiler 1 of 3... [2020-07-08T09:58:36.211Z] INFO: Downloading compiler 2 of 3... [2020-07-08T09:58:36.211Z] INFO: Downloading compiler 3 of 3... [2020-07-08T09:58:36.211Z] INFO: Extracting git... [2020-07-08T09:58:38.624Z] #65 sending tarball 15.4s done [2020-07-08T09:58:38.625Z] #65 DONE 96.9s [2020-07-08T09:58:38.625Z] [2020-07-08T09:58:38.625Z] #66 importing to docker [2020-07-08T09:58:50.876Z] INFO: Expanding go... [2020-07-08T09:58:54.036Z] #66 DONE 16.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-07-08T09:58:54.501Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/test/unit [2020-07-08T09:58:55.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-07-08T09:58:56.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-07-08T09:58:57.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-07-08T09:58:58.048Z] ? github.com/docker/docker/api [no test files] [2020-07-08T09:58:58.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-07-08T09:58:58.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-07-08T09:59:00.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-07-08T09:59:03.673Z] --- PASS: TestBuildWithHugeFile (28.46s) [2020-07-08T09:59:03.673Z] === RUN TestBuildWithEmptyDockerfile [2020-07-08T09:59:03.673Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T09:59:03.673Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T09:59:03.673Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T09:59:03.673Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T09:59:03.673Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T09:59:03.673Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T09:59:03.673Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T09:59:03.673Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T09:59:03.673Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T09:59:03.673Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-07-08T09:59:03.673Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-07-08T09:59:03.673Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-07-08T09:59:03.673Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-07-08T09:59:03.673Z] === RUN TestBuildPreserveOwnership [2020-07-08T09:59:03.673Z] === RUN TestBuildPreserveOwnership/copy_from [2020-07-08T09:59:03.673Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-07-08T09:59:04.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-07-08T09:59:05.437Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-07-08T09:59:05.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-07-08T09:59:05.763Z] --- PASS: TestBuildPreserveOwnership (6.69s) [2020-07-08T09:59:05.763Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.32s) [2020-07-08T09:59:05.763Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.36s) [2020-07-08T09:59:05.763Z] === RUN TestBuildPlatformInvalid [2020-07-08T09:59:06.116Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-07-08T09:59:06.116Z] PASS [2020-07-08T09:59:06.116Z] [2020-07-08T09:59:06.116Z] === Skipped [2020-07-08T09:59:06.116Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-07-08T09:59:06.116Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T09:59:06.116Z] [2020-07-08T09:59:06.116Z] [2020-07-08T09:59:06.116Z] DONE 32 tests, 1 skipped in 79.985s [2020-07-08T09:59:06.116Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-07-08T09:59:06.116Z] ++ 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-07-08T09:59:06.116Z] ++ set -e [2020-07-08T09:59:06.116Z] ++ '[' -n 0 ']' [2020-07-08T09:59:06.116Z] ++ set -x [2020-07-08T09:59:06.116Z] ++ env -i DEST=/go/src/github.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-07-08T09:59:06.116Z] INFO: Testing against a local daemon [2020-07-08T09:59:06.116Z] === RUN TestConfigInspect [2020-07-08T09:59:06.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-07-08T09:59:07.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-07-08T09:59:08.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-07-08T09:59:09.746Z] --- PASS: TestConfigInspect (3.54s) [2020-07-08T09:59:09.746Z] === RUN TestConfigList [2020-07-08T09:59:10.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-07-08T09:59:11.797Z] INFO: Expanding compiler 1 of 3... [2020-07-08T09:59:12.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-07-08T09:59:12.244Z] INFO: Expanding compiler 2 of 3... [2020-07-08T09:59:13.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-07-08T09:59:13.324Z] --- PASS: TestConfigList (3.74s) [2020-07-08T09:59:13.325Z] === RUN TestConfigsCreateAndDelete [2020-07-08T09:59:14.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-07-08T09:59:15.376Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T09:59:15.376Z] Using test binary docker [2020-07-08T09:59:15.376Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-07-08T09:59:15.376Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T09:59:15.376Z] INFO: Waiting for daemon to start... [2020-07-08T09:59:15.376Z] Starting dockerd [2020-07-08T09:59:16.736Z] ok github.com/docker/docker/api/server 0.014s coverage: 9.0% of statements [2020-07-08T09:59:16.843Z] --- PASS: TestConfigsCreateAndDelete (3.58s) [2020-07-08T09:59:16.843Z] === RUN TestConfigsUpdate [2020-07-08T09:59:17.904Z] . [2020-07-08T09:59:17.904Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T09:59:17.904Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T09:59:17.904Z] Error: No such image: emptyfs [2020-07-08T09:59:17.904Z] Running integration-test (iteration 1) [2020-07-08T09:59:17.904Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-07-08T09:59:17.944Z] INFO: Expanding compiler 3 of 3... [2020-07-08T09:59:18.392Z] INFO: Removing downloaded files... [2020-07-08T09:59:18.392Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-07-08T09:59:18.392Z] INFO: Configuring git core.autocrlf... [2020-07-08T09:59:20.388Z] --- PASS: TestConfigsUpdate (3.58s) [2020-07-08T09:59:20.388Z] === RUN TestTemplatedConfig [2020-07-08T09:59:21.377Z] ......... [ 86%] [2020-07-08T09:59:24.901Z] --- PASS: TestTemplatedConfig (3.70s) [2020-07-08T09:59:24.901Z] === RUN TestConfigCreateResolve [2020-07-08T09:59:25.412Z] tests/integration/models_images_test.py ............... [ 89%] [2020-07-08T09:59:26.868Z] tests/integration/models_networks_test.py .... [ 90%] [2020-07-08T09:59:28.466Z] --- PASS: TestConfigCreateResolve (3.66s) [2020-07-08T09:59:28.466Z] === RUN TestConfigDaemonLibtrustID [2020-07-08T09:59:28.466Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-07-08T09:59:28.466Z] PASS [2020-07-08T09:59:28.466Z] [2020-07-08T09:59:28.466Z] DONE 7 tests in 22.405s [2020-07-08T09:59:28.466Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-07-08T09:59:28.466Z] ++ 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-07-08T09:59:28.466Z] ++ set -e [2020-07-08T09:59:28.466Z] ++ '[' -n 0 ']' [2020-07-08T09:59:28.466Z] ++ set -x [2020-07-08T09:59:28.466Z] ++ env -i DEST=/go/src/github.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-07-08T09:59:28.466Z] INFO: Testing against a local daemon [2020-07-08T09:59:28.466Z] === RUN TestCheckpoint [2020-07-08T09:59:28.466Z] --- SKIP: TestCheckpoint (0.00s) [2020-07-08T09:59:28.466Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T09:59:28.466Z] === RUN TestContainerInvalidJSON [2020-07-08T09:59:28.466Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T09:59:28.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T09:59:28.466Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T09:59:28.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T09:59:28.466Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-07-08T09:59:28.466Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-07-08T09:59:28.466Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T09:59:28.466Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-07-08T09:59:28.466Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T09:59:28.466Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-07-08T09:59:28.466Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-07-08T09:59:28.466Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-07-08T09:59:28.466Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-07-08T09:59:28.466Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-07-08T09:59:28.757Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-07-08T09:59:28.757Z] === RUN TestCopyFromContainerPathIsNotDir [2020-07-08T09:59:28.757Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-07-08T09:59:28.757Z] === RUN TestCopyToContainerPathDoesNotExist [2020-07-08T09:59:29.049Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-07-08T09:59:29.049Z] === RUN TestCopyToContainerPathIsNotDir [2020-07-08T09:59:29.049Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-07-08T09:59:29.049Z] === RUN TestCopyFromContainer [2020-07-08T09:59:30.101Z] Loaded image: buildpack-deps:buster [2020-07-08T09:59:30.358Z] Loaded image: busybox:latest [2020-07-08T09:59:30.958Z] Loaded image: busybox:glibc [2020-07-08T09:59:30.958Z] Loaded image: debian:buster [2020-07-08T09:59:30.958Z] Loaded image: hello-world:latest [2020-07-08T09:59:31.209Z] === RUN TestCopyFromContainer// [2020-07-08T09:59:31.209Z] === RUN TestCopyFromContainer//bar/root [2020-07-08T09:59:31.226Z] INFO: Testing against a local daemon [2020-07-08T09:59:31.226Z] === RUN TestCgroupNamespacesBuild [2020-07-08T09:59:31.501Z] === RUN TestCopyFromContainer//bar/root/ [2020-07-08T09:59:31.501Z] === RUN TestCopyFromContainer/bar/quux [2020-07-08T09:59:31.501Z] === RUN TestCopyFromContainer/bar/quux/ [2020-07-08T09:59:31.794Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-07-08T09:59:31.794Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-07-08T09:59:31.794Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-07-08T09:59:32.086Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-07-08T09:59:32.086Z] === RUN TestCopyFromContainer/bar/notarget [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer (3.12s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-07-08T09:59:32.086Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-07-08T09:59:32.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-07-08T09:59:32.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T09:59:32.086Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T09:59:32.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T09:59:32.086Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T09:59:32.086Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T09:59:32.086Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T09:59:32.086Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T09:59:32.086Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T09:59:32.086Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T09:59:32.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-07-08T09:59:32.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-07-08T09:59:32.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-07-08T09:59:32.086Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-07-08T09:59:32.086Z] === RUN TestCreateLinkToNonExistingContainer [2020-07-08T09:59:32.086Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-07-08T09:59:32.086Z] === RUN TestCreateWithInvalidEnv [2020-07-08T09:59:32.086Z] === RUN TestCreateWithInvalidEnv/0 [2020-07-08T09:59:32.086Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-07-08T09:59:32.086Z] === RUN TestCreateWithInvalidEnv/1 [2020-07-08T09:59:32.086Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-07-08T09:59:32.086Z] === RUN TestCreateWithInvalidEnv/2 [2020-07-08T09:59:32.086Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-07-08T09:59:32.086Z] === CONT TestCreateWithInvalidEnv/0 [2020-07-08T09:59:32.086Z] === CONT TestCreateWithInvalidEnv/2 [2020-07-08T09:59:32.086Z] === CONT TestCreateWithInvalidEnv/1 [2020-07-08T09:59:32.086Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-07-08T09:59:32.086Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-07-08T09:59:32.086Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-07-08T09:59:32.086Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-07-08T09:59:32.086Z] === RUN TestCreateTmpfsMountsTarget [2020-07-08T09:59:32.377Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-07-08T09:59:32.378Z] === RUN TestCreateWithCustomMaskedPaths [2020-07-08T09:59:33.181Z] --- PASS: TestCgroupNamespacesBuild (2.17s) [2020-07-08T09:59:33.181Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-07-08T09:59:33.430Z] tests/integration/models_nodes_test.py . [ 91%] [2020-07-08T09:59:33.430Z] tests/integration/models_resources_test.py . [ 91%] [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCustomMaskedPaths (2.44s) [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T09:59:35.164Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-07-08T09:59:35.164Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.10s) [2020-07-08T09:59:35.164Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.10s) [2020-07-08T09:59:35.164Z] === RUN TestCreateWithCustomReadonlyPaths [2020-07-08T09:59:35.708Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.19s) [2020-07-08T09:59:35.708Z] === RUN TestBuildWithSession [2020-07-08T09:59:35.708Z] --- SKIP: TestBuildWithSession (0.00s) [2020-07-08T09:59:35.708Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T09:59:35.708Z] === RUN TestBuildSquashParent [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.50s) [2020-07-08T09:59:37.898Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-07-08T09:59:37.898Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T09:59:37.898Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T09:59:37.898Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T09:59:37.898Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T09:59:37.898Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T09:59:37.898Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T09:59:37.898Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T09:59:37.898Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T09:59:37.898Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T09:59:37.898Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T09:59:37.898Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T09:59:37.898Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T09:59:37.898Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T09:59:37.898Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T09:59:37.898Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-07-08T09:59:37.898Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-07-08T09:59:37.898Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-07-08T09:59:38.531Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.88s) [2020-07-08T09:59:38.531Z] === RUN TestCreateDifferentPlatform [2020-07-08T09:59:38.531Z] === RUN TestCreateDifferentPlatform/different_os [2020-07-08T09:59:38.531Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-07-08T09:59:38.531Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-07-08T09:59:38.531Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-07-08T09:59:38.531Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-07-08T09:59:38.531Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-07-08T09:59:38.531Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-07-08T09:59:38.531Z] === RUN TestContainerStartOnDaemonRestart [2020-07-08T09:59:38.531Z] === PAUSE TestContainerStartOnDaemonRestart [2020-07-08T09:59:38.531Z] === RUN TestDaemonRestartIpcMode [2020-07-08T09:59:38.531Z] === PAUSE TestDaemonRestartIpcMode [2020-07-08T09:59:38.531Z] === RUN TestDaemonHostGatewayIP [2020-07-08T09:59:38.531Z] === PAUSE TestDaemonHostGatewayIP [2020-07-08T09:59:38.531Z] === RUN TestContainerKillOnDaemonStart [2020-07-08T09:59:38.531Z] === PAUSE TestContainerKillOnDaemonStart [2020-07-08T09:59:38.531Z] === RUN TestDiff [2020-07-08T09:59:38.999Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-07-08T09:59:39.567Z] --- PASS: TestDiff (0.88s) [2020-07-08T09:59:39.567Z] === RUN TestExecWithCloseStdin [2020-07-08T09:59:40.203Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-07-08T09:59:40.203Z] === RUN TestExec [2020-07-08T09:59:41.239Z] --- PASS: TestExec (0.91s) [2020-07-08T09:59:41.239Z] === RUN TestExecUser [2020-07-08T09:59:41.756Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-07-08T09:59:41.756Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-07-08T09:59:42.263Z] --- PASS: TestBuildSquashParent (6.46s) [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T09:59:42.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T09:59:42.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T09:59:42.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T09:59:42.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T09:59:42.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T09:59:42.263Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T09:59:42.263Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T09:59:42.263Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T09:59:42.263Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T09:59:42.276Z] --- PASS: TestExecUser (0.92s) [2020-07-08T09:59:42.276Z] === RUN TestExportContainerAndImportImage [2020-07-08T09:59:43.313Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2020-07-08T09:59:43.313Z] === RUN TestExportContainerAfterDaemonRestart [2020-07-08T09:59:44.164Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T09:59:44.164Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T09:59:44.823Z] --- PASS: TestExportContainerAfterDaemonRestart (1.61s) [2020-07-08T09:59:44.823Z] === RUN TestHealthCheckWorkdir [2020-07-08T09:59:45.537Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T09:59:45.641Z] tests/integration/regression_test.py ...... [ 98%] [2020-07-08T09:59:45.796Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T09:59:45.860Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2020-07-08T09:59:45.860Z] === RUN TestHealthKillContainer [2020-07-08T09:59:46.159Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-07-08T09:59:46.159Z] tests/integration/credentials/utils_test.py . [100%] [2020-07-08T09:59:46.159Z] [2020-07-08T09:59:46.159Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-07-08T09:59:46.159Z] =========================== short test summary info ============================ [2020-07-08T09:59:46.159Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-07-08T09:59:46.159Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-07-08T09:59:46.159Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-07-08T09:59:46.159Z] Not supported on most drivers [2020-07-08T09:59:46.160Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-07-08T09:59:46.160Z] Output of docker top depends on host distro, and is not formalized. [2020-07-08T09:59:46.160Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-07-08T09:59:46.160Z] Output of docker top depends on host distro, and is not formalized. [2020-07-08T09:59:46.160Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-07-08T09:59:46.160Z] Can fail if eth0 has multiple IP addresses [2020-07-08T09:59:46.160Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-07-08T09:59:46.160Z] This doesn't seem to be taken into account by the engine [2020-07-08T09:59:46.160Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-07-08T09:59:46.160Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-07-08T09:59:46.160Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-07-08T09:59:46.160Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-07-08T09:59:46.160Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-07-08T09:59:46.160Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-07-08T09:59:46.160Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-07-08T09:59:46.160Z] = 372 passed, 7 skipped, 1 deselected, 6 xfailed, 2 xpassed in 294.83 seconds == [2020-07-08T09:59:46.418Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.85s) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.88s) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.83s) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.96s) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s) [2020-07-08T09:59:48.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.18s) [2020-07-08T09:59:48.324Z] === RUN TestBuildMultiStageCopy [2020-07-08T09:59:48.324Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-07-08T09:59:49.380Z] --- PASS: TestHealthKillContainer (3.00s) [2020-07-08T09:59:49.380Z] === RUN TestInspectCpusetInConfigPre120 [2020-07-08T09:59:49.710Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2020-07-08T09:59:49.710Z] === RUN TestIpcModeNone [2020-07-08T09:59:50.747Z] --- PASS: TestIpcModeNone (0.98s) [2020-07-08T09:59:50.747Z] === RUN TestIpcModePrivate [2020-07-08T09:59:51.603Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-07-08T09:59:51.783Z] --- PASS: TestIpcModePrivate (0.92s) [2020-07-08T09:59:51.783Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-07-08T09:59:51.783Z] === RUN TestIpcModeShareable [2020-07-08T09:59:52.168Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-07-08T09:59:52.819Z] --- PASS: TestIpcModeShareable (0.98s) [2020-07-08T09:59:52.819Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-07-08T09:59:52.819Z] === RUN TestAPIIpcModeShareableAndContainer [2020-07-08T09:59:53.101Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-07-08T09:59:54.033Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-07-08T09:59:55.405Z] --- PASS: TestBuildMultiStageCopy (7.29s) [2020-07-08T09:59:55.405Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.29s) [2020-07-08T09:59:55.405Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-07-08T09:59:55.405Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-07-08T09:59:55.405Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-07-08T09:59:55.405Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-07-08T09:59:55.405Z] === RUN TestBuildMultiStageParentConfig [2020-07-08T09:59:55.552Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.86s) [2020-07-08T09:59:55.552Z] === RUN TestAPIIpcModeHost [2020-07-08T09:59:56.186Z] --- PASS: TestAPIIpcModeHost (0.69s) [2020-07-08T09:59:56.186Z] === RUN TestDaemonIpcModeShareable [2020-07-08T09:59:56.845Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T09:59:56.845Z] [2020-07-08T09:59:56.845Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T09:59:56.845Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T09:59:56.845Z] HOSTNAME=47edaa1ad4e8 [2020-07-08T09:59:56.845Z] TESTDEBUG=0 [2020-07-08T09:59:56.845Z] DEST=bundles/test-integration [2020-07-08T09:59:56.845Z] PWD=/go/src/github.com/docker/docker [2020-07-08T09:59:56.845Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T09:59:56.845Z] container=docker [2020-07-08T09:59:56.845Z] HOME=/root [2020-07-08T09:59:56.845Z] GOLANG_VERSION=1.13.12 [2020-07-08T09:59:56.845Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T09:59:56.845Z] VALIDATE_BRANCH=master [2020-07-08T09:59:56.845Z] TERM=xterm [2020-07-08T09:59:56.845Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T09:59:56.845Z] SHLVL=1 [2020-07-08T09:59:56.845Z] TIMEOUT=120m [2020-07-08T09:59:56.845Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T09:59:56.845Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T09:59:56.845Z] GO111MODULE=off [2020-07-08T09:59:56.845Z] DOCKER_EXPERIMENTAL=1 [2020-07-08T09:59:56.845Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-07-08T09:59:56.845Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T09:59:56.845Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T09:59:56.845Z] GOPATH=/go [2020-07-08T09:59:56.845Z] PKG_CONFIG=pkg-config [2020-07-08T09:59:56.845Z] _=/usr/bin/env [2020-07-08T09:59:56.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-07-08T09:59:58.255Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2020-07-08T09:59:58.255Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-07-08T09:59:58.255Z] === RUN TestDaemonIpcModePrivate [2020-07-08T09:59:58.622Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T09:59:58.622Z] [2020-07-08T09:59:58.622Z] Unloading profiles will leave already running processes permanently [2020-07-08T09:59:58.622Z] unconfined, which can lead to unexpected situations. [2020-07-08T09:59:58.622Z] [2020-07-08T09:59:58.622Z] To set a process to complain mode, use the command line tool [2020-07-08T09:59:58.622Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T09:59:58.622Z] Post stage [Pipeline] junit [2020-07-08T09:59:59.202Z] Recording test results [Pipeline] sh [2020-07-08T10:00:00.332Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2020-07-08T10:00:00.332Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-07-08T10:00:00.332Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-07-08T10:00:00.465Z] + echo Ensuring container killed. [2020-07-08T10:00:00.465Z] Ensuring container killed. [2020-07-08T10:00:00.465Z] + docker rm -vf docker-pr5 [2020-07-08T10:00:00.465Z] Error: No such container: docker-pr5 [2020-07-08T10:00:00.465Z] + true [Pipeline] sh [2020-07-08T10:00:00.664Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-07-08T10:00:00.664Z] === RUN TestBuildLabelWithTargets [2020-07-08T10:00:00.750Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:00:00.750Z] Chowning /workspace to jenkins user [2020-07-08T10:00:00.750Z] + id -u [2020-07-08T10:00:00.750Z] + id -g [2020-07-08T10:00:00.750Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41168:/workspace busybox chown -R 1000:1000 /workspace [2020-07-08T10:00:01.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-07-08T10:00:01.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:00:01.842Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s) [2020-07-08T10:00:01.843Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-07-08T10:00:01.843Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-07-08T10:00:01.984Z] + bundleName=docker-py [2020-07-08T10:00:01.984Z] + echo Creating docker-py-bundles.tar.gz [2020-07-08T10:00:01.984Z] Creating docker-py-bundles.tar.gz [2020-07-08T10:00:01.984Z] + 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-07-08T10:00:01.996Z] Archiving artifacts [2020-07-08T10:00:02.431Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-07-08T10:00:02.789Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh binary-daemon [2020-07-08T10:00:03.357Z] [2020-07-08T10:00:03.357Z] Removing bundles/ [2020-07-08T10:00:03.357Z] [2020-07-08T10:00:03.357Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-07-08T10:00:03.357Z] Building: bundles/binary-daemon/dockerd-dev [2020-07-08T10:00:03.357Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T10:00:03.950Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-07-08T10:00:03.950Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-07-08T10:00:03.950Z] === RUN TestIpcModeOlderClient [2020-07-08T10:00:03.950Z] === PAUSE TestIpcModeOlderClient [2020-07-08T10:00:03.950Z] === RUN TestKillContainerInvalidSignal [2020-07-08T10:00:04.584Z] --- PASS: TestKillContainerInvalidSignal (0.88s) [2020-07-08T10:00:04.584Z] === RUN TestKillContainer [2020-07-08T10:00:04.584Z] === RUN TestKillContainer/no_signal [2020-07-08T10:00:05.217Z] === RUN TestKillContainer/non_killing_signal [2020-07-08T10:00:05.851Z] === RUN TestKillContainer/killing_signal [2020-07-08T10:00:07.362Z] --- PASS: TestKillContainer (2.63s) [2020-07-08T10:00:07.362Z] --- PASS: TestKillContainer/no_signal (0.90s) [2020-07-08T10:00:07.362Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2020-07-08T10:00:07.362Z] --- PASS: TestKillContainer/killing_signal (0.85s) [2020-07-08T10:00:07.362Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-07-08T10:00:07.362Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-07-08T10:00:07.996Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-07-08T10:00:08.769Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-07-08T10:00:08.769Z] === RUN TestBuildWithEmptyLayers [2020-07-08T10:00:09.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.74s) [2020-07-08T10:00:09.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-07-08T10:00:09.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2020-07-08T10:00:09.032Z] === RUN TestKillStoppedContainer [2020-07-08T10:00:09.032Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-07-08T10:00:09.032Z] === RUN TestKillStoppedContainerAPIPre120 [2020-07-08T10:00:09.032Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2020-07-08T10:00:09.032Z] === RUN TestKillDifferentUserContainer [2020-07-08T10:00:09.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-07-08T10:00:10.068Z] --- PASS: TestKillDifferentUserContainer (0.93s) [2020-07-08T10:00:10.068Z] === RUN TestInspectOomKilledTrue [2020-07-08T10:00:10.068Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-07-08T10:00:10.068Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:00:10.068Z] === RUN TestInspectOomKilledFalse [2020-07-08T10:00:10.068Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-07-08T10:00:10.068Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:00:10.068Z] === RUN TestLinksEtcHostsContentMatch [2020-07-08T10:00:10.360Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-07-08T10:00:10.360Z] === RUN TestLinksContainerNames [2020-07-08T10:00:11.295Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-07-08T10:00:11.295Z] === RUN TestBuildMultiStageOnBuild [2020-07-08T10:00:12.430Z] --- PASS: TestLinksContainerNames (1.68s) [2020-07-08T10:00:12.431Z] === RUN TestLogsFollowTailEmpty [2020-07-08T10:00:13.065Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2020-07-08T10:00:13.065Z] === RUN TestContainerNetworkMountsNoChown [2020-07-08T10:00:14.101Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s) [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/default [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/default [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/private [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/private [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rprivate [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rprivate [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/slave [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/slave [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rslave [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rslave [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/shared [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/shared [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rshared [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rshared [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/default [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rslave [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/default/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/default/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rshared [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/shared [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rprivate [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/slave [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/private [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/private/mount_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/private/bind_root [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-07-08T10:00:14.101Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:00:14.101Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/default/bind_root [2020-07-08T10:00:14.101Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:00:14.394Z] === CONT TestMountDaemonRoot/default/mount_root [2020-07-08T10:00:14.394Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-07-08T10:00:14.394Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:00:14.394Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:00:14.394Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:00:14.394Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/private/mount_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/private/bind_root [2020-07-08T10:00:14.686Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:00:14.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-07-08T10:00:14.977Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.12s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.12s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.13s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.12s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-07-08T10:00:14.978Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-07-08T10:00:14.978Z] === RUN TestContainerBindMountNonRecursive [2020-07-08T10:00:16.556Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-07-08T10:00:16.556Z] === RUN TestBuildUncleanTarFilenames [2020-07-08T10:00:16.814Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2020-07-08T10:00:16.814Z] === RUN TestBuildMultiStageLayerLeak [2020-07-08T10:00:16.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-07-08T10:00:17.048Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2020-07-08T10:00:17.048Z] === RUN TestNetworkNat [2020-07-08T10:00:17.683Z] --- PASS: TestNetworkNat (0.93s) [2020-07-08T10:00:17.683Z] === RUN TestNetworkLocalhostTCPNat [2020-07-08T10:00:18.724Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-07-08T10:00:18.724Z] === RUN TestNetworkLoopbackNat [2020-07-08T10:00:19.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-07-08T10:00:22.076Z] --- PASS: TestBuildMultiStageLayerLeak (4.39s) [2020-07-08T10:00:22.076Z] === RUN TestBuildWithHugeFile [2020-07-08T10:00:22.245Z] --- PASS: TestNetworkLoopbackNat (3.27s) [2020-07-08T10:00:22.245Z] === RUN TestPause [2020-07-08T10:00:22.878Z] --- PASS: TestPause (0.83s) [2020-07-08T10:00:22.878Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-07-08T10:00:22.878Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:00:22.878Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:00:22.878Z] === RUN TestPauseStopPausedContainer [2020-07-08T10:00:23.511Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2020-07-08T10:00:23.511Z] === RUN TestPsFilter [2020-07-08T10:00:23.804Z] --- PASS: TestPsFilter (0.28s) [2020-07-08T10:00:23.804Z] === RUN TestRemoveContainerWithRemovedVolume [2020-07-08T10:00:24.843Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s) [2020-07-08T10:00:24.843Z] === RUN TestRemoveContainerWithVolume [2020-07-08T10:00:25.477Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2020-07-08T10:00:25.477Z] === RUN TestRemoveContainerRunning [2020-07-08T10:00:26.513Z] --- PASS: TestRemoveContainerRunning (0.86s) [2020-07-08T10:00:26.513Z] === RUN TestRemoveContainerForceRemoveRunning [2020-07-08T10:00:27.548Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2020-07-08T10:00:27.548Z] === RUN TestRemoveInvalidContainer [2020-07-08T10:00:27.548Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-07-08T10:00:27.548Z] === RUN TestRenameLinkedContainer [2020-07-08T10:00:31.116Z] --- PASS: TestRenameLinkedContainer (3.47s) [2020-07-08T10:00:31.116Z] === RUN TestRenameStoppedContainer [2020-07-08T10:00:31.751Z] --- PASS: TestRenameStoppedContainer (0.86s) [2020-07-08T10:00:31.751Z] === RUN TestRenameRunningContainerAndReuse [2020-07-08T10:00:33.828Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-07-08T10:00:33.828Z] === RUN TestRenameInvalidName [2020-07-08T10:00:34.474Z] --- PASS: TestRenameInvalidName (0.87s) [2020-07-08T10:00:34.474Z] === RUN TestRenameAnonymousContainer [2020-07-08T10:00:37.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-07-08T10:00:38.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/types/filters 0.012s coverage: 92.2% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/types/strslice 0.028s coverage: 90.0% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/types/time 0.023s coverage: 100.0% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/types/versions 0.014s coverage: 75.0% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/api/server/router/swarm 0.020s coverage: 5.1% of statements [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/container [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/events [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/image [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/network [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-07-08T10:00:39.124Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/cli/debug 0.006s coverage: 100.0% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/builder/remotecontext/git 3.699s coverage: 86.3% of statements [2020-07-08T10:00:39.124Z] ok github.com/docker/docker/builder/remotecontext 0.476s coverage: 13.6% of statements [2020-07-08T10:00:39.768Z] ok github.com/docker/docker/builder/dockerfile 1.230s coverage: 48.1% of statements [2020-07-08T10:00:39.768Z] ? github.com/docker/docker/cli [no test files] [2020-07-08T10:00:39.768Z] ? github.com/docker/docker/cli/config [no test files] [2020-07-08T10:00:40.048Z] --- PASS: TestRenameAnonymousContainer (4.93s) [2020-07-08T10:00:40.048Z] === RUN TestRenameContainerWithSameName [2020-07-08T10:00:40.048Z] --- PASS: TestRenameContainerWithSameName (0.88s) [2020-07-08T10:00:40.048Z] === RUN TestRenameContainerWithLinkedContainer [2020-07-08T10:00:40.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-07-08T10:00:41.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-07-08T10:00:41.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-07-08T10:00:42.118Z] --- PASS: TestRenameContainerWithLinkedContainer (1.74s) [2020-07-08T10:00:42.119Z] === RUN TestResize [2020-07-08T10:00:42.753Z] --- PASS: TestResize (0.88s) [2020-07-08T10:00:42.753Z] === RUN TestResizeWithInvalidSize [2020-07-08T10:00:43.793Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2020-07-08T10:00:43.793Z] === RUN TestResizeWhenContainerNotStarted [2020-07-08T10:00:43.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-07-08T10:00:44.272Z] ok github.com/docker/docker/client 0.461s coverage: 75.4% of statements [2020-07-08T10:00:44.428Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:00:44.428Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:00:44.428Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:00:44.428Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:00:44.428Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:00:46.538Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:00:46.830Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:00:47.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-07-08T10:00:47.867Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:00:48.511Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:00:49.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-07-08T10:00:49.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:00:49.841Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:00:51.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-07-08T10:00:51.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-07-08T10:00:51.911Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:00:52.203Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:00:53.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-07-08T10:00:54.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-07-08T10:00:54.939Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:00:55.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:00:56.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.04s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.49s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.52s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.52s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.56s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.25s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.26s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.86s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.01s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.35s) [2020-07-08T10:00:57.967Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2020-07-08T10:00:57.967Z] === RUN TestCgroupNamespacesRun [2020-07-08T10:00:58.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-07-08T10:00:59.477Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-07-08T10:00:59.477Z] === RUN TestCgroupNamespacesRunPrivileged [2020-07-08T10:00:59.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-07-08T10:01:00.999Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T10:01:00.999Z] Using test binary docker [2020-07-08T10:01:00.999Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-07-08T10:01:00.999Z] +++ /etc/init.d/apparmor start [2020-07-08T10:01:00.999Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T10:01:00.999Z] INFO: Waiting for daemon to start... [2020-07-08T10:01:00.999Z] Starting dockerd [2020-07-08T10:01:00.999Z] +++ 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-07-08T10:01:01.026Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s) [2020-07-08T10:01:01.026Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-07-08T10:01:03.097Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2020-07-08T10:01:03.097Z] === RUN TestCgroupNamespacesRunHostMode [2020-07-08T10:01:04.618Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2020-07-08T10:01:04.618Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-07-08T10:01:05.202Z] . [2020-07-08T10:01:05.202Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T10:01:05.202Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T10:01:05.202Z] Error: No such image: emptyfs [2020-07-08T10:01:05.202Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-07-08T10:01:05.202Z] ++++ docker load [2020-07-08T10:01:05.202Z] Running integration-test (iteration 1) [2020-07-08T10:01:05.202Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-07-08T10:01:05.202Z] ++ 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-07-08T10:01:05.202Z] ++ set -e [2020-07-08T10:01:05.202Z] ++ '[' -n 0 ']' [2020-07-08T10:01:05.202Z] ++ set -x [2020-07-08T10:01:05.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:01:06.691Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2020-07-08T10:01:06.691Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-07-08T10:01:08.204Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s) [2020-07-08T10:01:08.204Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-07-08T10:01:09.243Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2020-07-08T10:01:09.243Z] === RUN TestCgroupNamespacesRunOlderClient [2020-07-08T10:01:10.764Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.89s) [2020-07-08T10:01:10.764Z] === RUN TestKernelTCPMemory [2020-07-08T10:01:11.805Z] --- PASS: TestKernelTCPMemory (0.97s) [2020-07-08T10:01:11.805Z] === RUN TestNISDomainname [2020-07-08T10:01:12.843Z] --- PASS: TestNISDomainname (1.02s) [2020-07-08T10:01:12.843Z] === RUN TestHostnameDnsResolution [2020-07-08T10:01:14.569Z] Removing intermediate container 6ed3a5d803df [2020-07-08T10:01:14.569Z] ---> 0ae0e6d1d06b [2020-07-08T10:01:14.569Z] 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-07-08T10:01:14.569Z] ---> Running in e662c3f622d6 [2020-07-08T10:01:14.569Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-07-08T10:01:14.569Z] go: finding gotest.tools v0.3.5 [2020-07-08T10:01:14.569Z] go: finding gotest.tools/gotestsum v0.3.5 [2020-07-08T10:01:14.569Z] go: downloading gotest.tools/gotestsum v0.3.5 [2020-07-08T10:01:14.569Z] go: extracting gotest.tools/gotestsum v0.3.5 [2020-07-08T10:01:14.569Z] go: downloading gotest.tools v2.1.0+incompatible [2020-07-08T10:01:14.569Z] go: extracting gotest.tools v2.1.0+incompatible [2020-07-08T10:01:14.569Z] go: downloading github.com/pkg/errors v0.8.0 [2020-07-08T10:01:14.569Z] go: downloading github.com/spf13/pflag v1.0.1 [2020-07-08T10:01:14.569Z] go: extracting github.com/pkg/errors v0.8.0 [2020-07-08T10:01:14.569Z] go: downloading github.com/fatih/color v1.6.0 [2020-07-08T10:01:14.569Z] go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T10:01:14.569Z] go: extracting github.com/fatih/color v1.6.0 [2020-07-08T10:01:14.569Z] go: downloading github.com/mattn/go-colorable v0.0.9 [2020-07-08T10:01:14.569Z] go: extracting github.com/spf13/pflag v1.0.1 [2020-07-08T10:01:14.569Z] go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T10:01:14.569Z] go: extracting github.com/mattn/go-colorable v0.0.9 [2020-07-08T10:01:14.569Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-07-08T10:01:14.569Z] go: downloading github.com/sirupsen/logrus v1.0.5 [2020-07-08T10:01:14.569Z] go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T10:01:14.569Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-07-08T10:01:14.569Z] go: downloading github.com/mattn/go-isatty v0.0.3 [2020-07-08T10:01:14.569Z] go: extracting github.com/mattn/go-isatty v0.0.3 [2020-07-08T10:01:14.569Z] go: extracting github.com/sirupsen/logrus v1.0.5 [2020-07-08T10:01:14.569Z] go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T10:01:14.569Z] go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T10:01:14.569Z] go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T10:01:14.569Z] go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T10:01:14.569Z] go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T10:01:14.569Z] go: finding github.com/fatih/color v1.6.0 [2020-07-08T10:01:14.569Z] go: finding github.com/pkg/errors v0.8.0 [2020-07-08T10:01:14.569Z] go: finding github.com/sirupsen/logrus v1.0.5 [2020-07-08T10:01:14.569Z] go: finding github.com/spf13/pflag v1.0.1 [2020-07-08T10:01:14.569Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T10:01:14.569Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T10:01:14.569Z] go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-07-08T10:01:14.569Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-07-08T10:01:14.569Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-07-08T10:01:14.569Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-07-08T10:01:14.569Z] go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-07-08T10:01:14.966Z] --- PASS: TestHostnameDnsResolution (1.77s) [2020-07-08T10:01:14.966Z] === RUN TestStats [2020-07-08T10:01:16.701Z] INFO: Build done for gotestsum... [2020-07-08T10:01:17.456Z] Loaded image: buildpack-deps:buster [2020-07-08T10:01:17.456Z] Loaded image: busybox:latest [2020-07-08T10:01:17.456Z] Loaded image: busybox:glibc [2020-07-08T10:01:17.456Z] Loaded image: debian:buster [2020-07-08T10:01:17.456Z] Loaded image: hello-world:latest [2020-07-08T10:01:17.456Z] INFO: Testing against a local daemon [2020-07-08T10:01:17.456Z] === RUN TestCgroupNamespacesBuild [2020-07-08T10:01:17.702Z] --- PASS: TestStats (2.95s) [2020-07-08T10:01:17.702Z] === RUN TestStopContainerWithTimeout [2020-07-08T10:01:17.702Z] === RUN TestStopContainerWithTimeout/0 [2020-07-08T10:01:17.702Z] === PAUSE TestStopContainerWithTimeout/0 [2020-07-08T10:01:17.702Z] === RUN TestStopContainerWithTimeout/1 [2020-07-08T10:01:17.702Z] === PAUSE TestStopContainerWithTimeout/1 [2020-07-08T10:01:17.702Z] === RUN TestStopContainerWithTimeout/3 [2020-07-08T10:01:17.702Z] === PAUSE TestStopContainerWithTimeout/3 [2020-07-08T10:01:17.702Z] === RUN TestStopContainerWithTimeout/-1 [2020-07-08T10:01:17.702Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-07-08T10:01:17.702Z] === CONT TestStopContainerWithTimeout/0 [2020-07-08T10:01:17.702Z] === CONT TestStopContainerWithTimeout/-1 [2020-07-08T10:01:18.303Z] --- PASS: TestBuildWithHugeFile (52.08s) [2020-07-08T10:01:18.303Z] === RUN TestBuildWithEmptyDockerfile [2020-07-08T10:01:18.303Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:01:18.303Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:01:18.303Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:01:18.303Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:01:18.303Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:01:18.303Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:01:18.303Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:01:18.303Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:01:18.303Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:01:18.303Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2020-07-08T10:01:18.303Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2020-07-08T10:01:18.303Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2020-07-08T10:01:18.303Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-07-08T10:01:18.303Z] === RUN TestBuildPreserveOwnership [2020-07-08T10:01:18.303Z] === RUN TestBuildPreserveOwnership/copy_from [2020-07-08T10:01:18.754Z] === CONT TestStopContainerWithTimeout/3 [2020-07-08T10:01:19.236Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-07-08T10:01:20.001Z] --- PASS: TestCgroupNamespacesBuild (2.78s) [2020-07-08T10:01:20.001Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-07-08T10:01:20.826Z] === CONT TestStopContainerWithTimeout/1 [2020-07-08T10:01:21.384Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2020-07-08T10:01:21.384Z] === RUN TestBuildWithSession [2020-07-08T10:01:21.384Z] --- SKIP: TestBuildWithSession (0.00s) [2020-07-08T10:01:21.384Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:01:21.384Z] === RUN TestBuildSquashParent [2020-07-08T10:01:22.896Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-07-08T10:01:22.896Z] --- PASS: TestStopContainerWithTimeout/0 (1.06s) [2020-07-08T10:01:22.896Z] --- PASS: TestStopContainerWithTimeout/-1 (3.15s) [2020-07-08T10:01:22.896Z] --- PASS: TestStopContainerWithTimeout/3 (2.78s) [2020-07-08T10:01:22.896Z] --- PASS: TestStopContainerWithTimeout/1 (1.89s) [2020-07-08T10:01:22.896Z] === RUN TestDeleteDevicemapper [2020-07-08T10:01:22.896Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-07-08T10:01:22.896Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:01:22.896Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-07-08T10:01:23.418Z] --- PASS: TestBuildPreserveOwnership (9.63s) [2020-07-08T10:01:23.418Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.62s) [2020-07-08T10:01:23.418Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-07-08T10:01:23.418Z] === RUN TestBuildPlatformInvalid [2020-07-08T10:01:23.418Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-07-08T10:01:23.418Z] PASS [2020-07-08T10:01:23.418Z] [2020-07-08T10:01:23.418Z] === Skipped [2020-07-08T10:01:23.418Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-07-08T10:01:23.418Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:01:23.418Z] [2020-07-08T10:01:23.418Z] [2020-07-08T10:01:23.418Z] DONE 32 tests, 1 skipped in 125.333s [2020-07-08T10:01:23.418Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-07-08T10:01:23.418Z] INFO: Testing against a local daemon [2020-07-08T10:01:23.418Z] === RUN TestConfigInspect [2020-07-08T10:01:23.418Z] --- SKIP: TestConfigInspect (0.02s) [2020-07-08T10:01:23.418Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:23.418Z] === RUN TestConfigList [2020-07-08T10:01:23.418Z] --- SKIP: TestConfigList (0.01s) [2020-07-08T10:01:23.418Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:23.418Z] === RUN TestConfigsCreateAndDelete [2020-07-08T10:01:23.418Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-07-08T10:01:23.418Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:23.418Z] === RUN TestConfigsUpdate [2020-07-08T10:01:23.418Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-07-08T10:01:23.418Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:23.418Z] === RUN TestTemplatedConfig [2020-07-08T10:01:23.418Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-07-08T10:01:23.418Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:23.418Z] === RUN TestConfigCreateResolve [2020-07-08T10:01:23.418Z] --- SKIP: TestConfigCreateResolve (0.02s) [2020-07-08T10:01:23.418Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:23.418Z] === RUN TestConfigDaemonLibtrustID [2020-07-08T10:01:23.737Z] ok github.com/docker/docker/cmd/dockerd 0.189s coverage: 30.8% of statements [2020-07-08T10:01:24.810Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-07-08T10:01:24.810Z] Copying nested executables into bundles/binary-daemon [2020-07-08T10:01:24.810Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-07-08T10:01:25.143Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh cross [2020-07-08T10:01:25.317Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-07-08T10:01:25.317Z] PASS [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] === Skipped [2020-07-08T10:01:25.317Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-07-08T10:01:25.317Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-07-08T10:01:25.317Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-07-08T10:01:25.317Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-07-08T10:01:25.317Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-07-08T10:01:25.317Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2020-07-08T10:01:25.317Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] [2020-07-08T10:01:25.317Z] DONE 7 tests, 6 skipped in 1.717s [2020-07-08T10:01:25.317Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-07-08T10:01:25.317Z] INFO: Testing against a local daemon [2020-07-08T10:01:25.317Z] === RUN TestCheckpoint [2020-07-08T10:01:25.317Z] --- SKIP: TestCheckpoint (0.00s) [2020-07-08T10:01:25.317Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:01:25.317Z] === RUN TestContainerInvalidJSON [2020-07-08T10:01:25.317Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:01:25.317Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:01:25.317Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:01:25.317Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:01:25.317Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:01:25.317Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:01:25.317Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:01:25.317Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:01:25.317Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:01:25.317Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-07-08T10:01:25.317Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-07-08T10:01:25.317Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-07-08T10:01:25.317Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-07-08T10:01:25.317Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-07-08T10:01:25.317Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2020-07-08T10:01:25.317Z] === RUN TestCopyFromContainerPathIsNotDir [2020-07-08T10:01:25.317Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-07-08T10:01:25.317Z] === RUN TestCopyToContainerPathDoesNotExist [2020-07-08T10:01:25.317Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-07-08T10:01:25.317Z] === RUN TestCopyToContainerPathIsNotDir [2020-07-08T10:01:25.317Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-07-08T10:01:25.317Z] === RUN TestCopyFromContainer [2020-07-08T10:01:25.403Z] [2020-07-08T10:01:25.662Z] Removing bundles/ [2020-07-08T10:01:25.662Z] [2020-07-08T10:01:25.662Z] ---> Making bundle: cross (in bundles/cross) [2020-07-08T10:01:25.662Z] Cross building: bundles/cross/linux/amd64 [2020-07-08T10:01:25.662Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-07-08T10:01:25.662Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-07-08T10:01:26.419Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.46s) [2020-07-08T10:01:26.419Z] === RUN TestUpdateMemory [2020-07-08T10:01:26.419Z] --- SKIP: TestUpdateMemory (0.00s) [2020-07-08T10:01:26.419Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:01:26.419Z] === RUN TestUpdateCPUQuota [2020-07-08T10:01:26.523Z] ok github.com/docker/docker/container 0.193s coverage: 34.7% of statements [2020-07-08T10:01:26.523Z] ? github.com/docker/docker/container/stream [no test files] [2020-07-08T10:01:26.523Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-07-08T10:01:26.523Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-07-08T10:01:26.523Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-07-08T10:01:26.909Z] Removing intermediate container e662c3f622d6 [2020-07-08T10:01:26.909Z] ---> 316a256ac157 [2020-07-08T10:01:26.909Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-07-08T10:01:26.909Z] ---> Running in a664de99cad7 [2020-07-08T10:01:27.358Z] Removing intermediate container a664de99cad7 [2020-07-08T10:01:27.358Z] ---> c30f28983dfc [2020-07-08T10:01:27.358Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-07-08T10:01:27.358Z] ---> Running in 118b4eb589a8 [2020-07-08T10:01:27.465Z] --- PASS: TestUpdateCPUQuota (1.20s) [2020-07-08T10:01:27.465Z] === RUN TestUpdatePidsLimit [2020-07-08T10:01:27.465Z] === RUN TestUpdatePidsLimit/update_from_none [2020-07-08T10:01:27.757Z] === RUN TestUpdatePidsLimit/no_change [2020-07-08T10:01:27.972Z] --- PASS: TestBuildSquashParent (6.50s) [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:01:27.972Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:01:27.972Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:01:27.972Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:01:27.972Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:01:27.972Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:01:27.972Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:01:27.972Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:01:27.972Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:01:27.972Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:01:27.972Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:01:27.972Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:01:28.049Z] === RUN TestUpdatePidsLimit/update_lower [2020-07-08T10:01:28.303Z] Removing intermediate container 118b4eb589a8 [2020-07-08T10:01:28.303Z] ---> 6d30ca76cc6c [2020-07-08T10:01:28.303Z] Step 10/10 : COPY . . [2020-07-08T10:01:28.342Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-07-08T10:01:29.014Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-07-08T10:01:29.306Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer// [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer//bar/root [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer//bar/root/ [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer/bar/quux [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer/bar/quux/ [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-07-08T10:01:29.500Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-07-08T10:01:29.598Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-07-08T10:01:29.758Z] === RUN TestCopyFromContainer/bar/notarget [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer (4.49s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-07-08T10:01:29.758Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-07-08T10:01:29.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-07-08T10:01:29.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:01:29.758Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:01:29.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:01:29.758Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:01:29.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:01:29.758Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:01:29.758Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:01:29.758Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:01:29.758Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:01:29.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-07-08T10:01:29.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-07-08T10:01:29.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-07-08T10:01:29.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-07-08T10:01:29.758Z] === RUN TestCreateLinkToNonExistingContainer [2020-07-08T10:01:29.758Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-07-08T10:01:29.758Z] === RUN TestCreateWithInvalidEnv [2020-07-08T10:01:29.758Z] === RUN TestCreateWithInvalidEnv/0 [2020-07-08T10:01:29.758Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-07-08T10:01:29.758Z] === RUN TestCreateWithInvalidEnv/1 [2020-07-08T10:01:29.758Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-07-08T10:01:29.758Z] === RUN TestCreateWithInvalidEnv/2 [2020-07-08T10:01:29.758Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-07-08T10:01:29.758Z] === CONT TestCreateWithInvalidEnv/0 [2020-07-08T10:01:29.758Z] === CONT TestCreateWithInvalidEnv/2 [2020-07-08T10:01:29.758Z] === CONT TestCreateWithInvalidEnv/1 [2020-07-08T10:01:29.758Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-07-08T10:01:29.758Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-07-08T10:01:29.758Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-07-08T10:01:29.758Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-07-08T10:01:29.758Z] === RUN TestCreateTmpfsMountsTarget [2020-07-08T10:01:29.758Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-07-08T10:01:29.758Z] === RUN TestCreateWithCustomMaskedPaths [2020-07-08T10:01:30.084Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.022s coverage: 65.3% of statements [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit (3.79s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-07-08T10:01:31.110Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-07-08T10:01:31.110Z] === RUN TestUpdateRestartPolicy [2020-07-08T10:01:31.133Z] --- PASS: TestCreateWithCustomMaskedPaths (1.29s) [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:01:31.133Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:01:31.133Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:01:31.133Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:01:31.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-07-08T10:01:31.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-07-08T10:01:31.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-07-08T10:01:31.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-07-08T10:01:31.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-07-08T10:01:31.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:01:31.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.03s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.03s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.03s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.03s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.03s) [2020-07-08T10:01:31.391Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.02s) [2020-07-08T10:01:31.391Z] === RUN TestCreateWithCustomReadonlyPaths [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2020-07-08T10:01:32.767Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-07-08T10:01:32.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:01:32.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:01:32.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:01:32.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:01:32.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:01:32.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:01:32.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:01:32.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:01:32.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:01:32.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:01:32.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:01:32.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:01:32.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:01:32.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:01:32.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-07-08T10:01:32.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-07-08T10:01:32.767Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-07-08T10:01:33.056Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2020-07-08T10:01:33.056Z] === RUN TestCreateDifferentPlatform [2020-07-08T10:01:33.056Z] === RUN TestCreateDifferentPlatform/different_os [2020-07-08T10:01:33.056Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-07-08T10:01:33.056Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-07-08T10:01:33.056Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-07-08T10:01:33.056Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-07-08T10:01:33.056Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-07-08T10:01:33.056Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-07-08T10:01:33.056Z] === RUN TestContainerStartOnDaemonRestart [2020-07-08T10:01:33.056Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-07-08T10:01:33.056Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-07-08T10:01:33.056Z] === RUN TestDaemonRestartIpcMode [2020-07-08T10:01:33.056Z] === PAUSE TestDaemonRestartIpcMode [2020-07-08T10:01:33.056Z] === RUN TestDaemonHostGatewayIP [2020-07-08T10:01:33.056Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-07-08T10:01:33.056Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:01:33.056Z] === RUN TestContainerKillOnDaemonStart [2020-07-08T10:01:33.056Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-07-08T10:01:33.056Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-07-08T10:01:33.056Z] === RUN TestDiff [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.92s) [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.00s) [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.07s) [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.11s) [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.04s) [2020-07-08T10:01:33.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s) [2020-07-08T10:01:33.198Z] === RUN TestBuildMultiStageCopy [2020-07-08T10:01:33.198Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-07-08T10:01:33.320Z] --- PASS: TestDiff (0.43s) [2020-07-08T10:01:33.320Z] === RUN TestExecWithCloseStdin [2020-07-08T10:01:33.895Z] --- PASS: TestExecWithCloseStdin (0.51s) [2020-07-08T10:01:33.895Z] === RUN TestExec [2020-07-08T10:01:34.475Z] --- PASS: TestExec (0.51s) [2020-07-08T10:01:34.475Z] === RUN TestExecUser [2020-07-08T10:01:34.601Z] ok github.com/docker/docker/daemon/cluster/convert 0.048s coverage: 35.4% of statements [2020-07-08T10:01:35.039Z] --- PASS: TestExecUser (0.48s) [2020-07-08T10:01:35.040Z] === RUN TestExportContainerAndImportImage [2020-07-08T10:01:35.110Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-07-08T10:01:35.607Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2020-07-08T10:01:35.607Z] === RUN TestExportContainerAfterDaemonRestart [2020-07-08T10:01:35.682Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-07-08T10:01:36.253Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-07-08T10:01:36.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-07-08T10:01:36.824Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-07-08T10:01:37.394Z] --- PASS: TestBuildMultiStageCopy (4.38s) [2020-07-08T10:01:37.395Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.28s) [2020-07-08T10:01:37.395Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-07-08T10:01:37.395Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2020-07-08T10:01:37.395Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2020-07-08T10:01:37.395Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-07-08T10:01:37.395Z] === RUN TestBuildMultiStageParentConfig [2020-07-08T10:01:38.157Z] ok github.com/docker/docker/daemon/cluster 0.168s coverage: 0.5% of statements [2020-07-08T10:01:38.777Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2020-07-08T10:01:38.777Z] === RUN TestBuildLabelWithTargets [2020-07-08T10:01:38.884Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s) [2020-07-08T10:01:38.884Z] === RUN TestHealthCheckWorkdir [2020-07-08T10:01:39.450Z] --- PASS: TestHealthCheckWorkdir (0.57s) [2020-07-08T10:01:39.450Z] === RUN TestHealthKillContainer [2020-07-08T10:01:41.322Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2020-07-08T10:01:41.322Z] === RUN TestBuildWithEmptyLayers [2020-07-08T10:01:41.733Z] ok github.com/docker/docker/daemon/discovery 0.036s coverage: 30.0% of statements [2020-07-08T10:01:41.894Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-07-08T10:01:41.894Z] === RUN TestBuildMultiStageOnBuild [2020-07-08T10:01:41.976Z] --- PASS: TestHealthKillContainer (2.60s) [2020-07-08T10:01:41.976Z] === RUN TestInspectCpusetInConfigPre120 [2020-07-08T10:01:42.543Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2020-07-08T10:01:42.543Z] === RUN TestIpcModeNone [2020-07-08T10:01:42.801Z] --- PASS: TestIpcModeNone (0.47s) [2020-07-08T10:01:42.801Z] === RUN TestIpcModePrivate [2020-07-08T10:01:43.272Z] ok github.com/docker/docker/daemon/config 0.071s coverage: 81.7% of statements [2020-07-08T10:01:43.273Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2020-07-08T10:01:43.369Z] --- PASS: TestIpcModePrivate (0.47s) [2020-07-08T10:01:43.369Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2020-07-08T10:01:43.369Z] === RUN TestIpcModeShareable [2020-07-08T10:01:43.369Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-07-08T10:01:43.369Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:01:43.369Z] === RUN TestAPIIpcModeShareableAndContainer [2020-07-08T10:01:44.743Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s) [2020-07-08T10:01:44.743Z] === RUN TestAPIIpcModeHost [2020-07-08T10:01:44.743Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-07-08T10:01:44.743Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:01:44.743Z] === RUN TestDaemonIpcModeShareable [2020-07-08T10:01:44.743Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-07-08T10:01:44.743Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:01:44.743Z] === RUN TestDaemonIpcModePrivate [2020-07-08T10:01:45.196Z] --- PASS: TestBuildMultiStageOnBuild (2.73s) [2020-07-08T10:01:45.197Z] === RUN TestBuildUncleanTarFilenames [2020-07-08T10:01:46.037Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-07-08T10:01:46.140Z] --- PASS: TestBuildUncleanTarFilenames (1.39s) [2020-07-08T10:01:46.140Z] === RUN TestBuildMultiStageLayerLeak [2020-07-08T10:01:46.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-07-08T10:01:46.465Z] --- PASS: TestUpdateRestartPolicy (12.97s) [2020-07-08T10:01:46.465Z] === RUN TestUpdateRestartWithAutoRemove [2020-07-08T10:01:46.465Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2020-07-08T10:01:46.465Z] === RUN TestWaitNonBlocked [2020-07-08T10:01:46.465Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:01:46.465Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:01:46.465Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:01:46.465Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:01:46.465Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:01:46.465Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:01:46.465Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-07-08T10:01:46.465Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2020-07-08T10:01:46.465Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2020-07-08T10:01:46.465Z] === RUN TestWaitBlocked [2020-07-08T10:01:46.465Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:01:46.465Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:01:46.465Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:01:46.465Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:01:46.465Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:01:46.465Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:01:47.271Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2020-07-08T10:01:47.271Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false [2020-07-08T10:01:47.271Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-07-08T10:01:47.271Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-07-08T10:01:47.271Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:01:47.271Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-07-08T10:01:47.271Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-07-08T10:01:47.271Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:01:47.271Z] === RUN TestIpcModeOlderClient [2020-07-08T10:01:47.271Z] === PAUSE TestIpcModeOlderClient [2020-07-08T10:01:47.271Z] === RUN TestKillContainerInvalidSignal [2020-07-08T10:01:47.271Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2020-07-08T10:01:47.271Z] === RUN TestKillContainer [2020-07-08T10:01:47.500Z] --- PASS: TestWaitBlocked (0.02s) [2020-07-08T10:01:47.500Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s) [2020-07-08T10:01:47.500Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.23s) [2020-07-08T10:01:47.500Z] === CONT TestContainerStartOnDaemonRestart [2020-07-08T10:01:47.500Z] === CONT TestContainerKillOnDaemonStart [2020-07-08T10:01:47.530Z] === RUN TestKillContainer/no_signal [2020-07-08T10:01:47.788Z] === RUN TestKillContainer/non_killing_signal [2020-07-08T10:01:48.046Z] === RUN TestKillContainer/killing_signal [2020-07-08T10:01:48.612Z] --- PASS: TestKillContainer (1.27s) [2020-07-08T10:01:48.612Z] --- PASS: TestKillContainer/no_signal (0.42s) [2020-07-08T10:01:48.612Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2020-07-08T10:01:48.612Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2020-07-08T10:01:48.612Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-07-08T10:01:48.612Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-07-08T10:01:48.791Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-07-08T10:01:49.100Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.549s coverage: 13.8% of statements [2020-07-08T10:01:49.178Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-07-08T10:01:49.436Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2020-07-08T10:01:49.436Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2020-07-08T10:01:49.436Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2020-07-08T10:01:49.436Z] === RUN TestKillStoppedContainer [2020-07-08T10:01:49.436Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-07-08T10:01:49.436Z] === RUN TestKillStoppedContainerAPIPre120 [2020-07-08T10:01:49.436Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-07-08T10:01:49.436Z] === RUN TestKillDifferentUserContainer [2020-07-08T10:01:49.440Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2020-07-08T10:01:49.440Z] === RUN TestBuildWithHugeFile [2020-07-08T10:01:50.003Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2020-07-08T10:01:50.003Z] === RUN TestInspectOomKilledTrue [2020-07-08T10:01:50.003Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-07-08T10:01:50.003Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:01:50.003Z] === RUN TestInspectOomKilledFalse [2020-07-08T10:01:50.003Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-07-08T10:01:50.003Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:01:50.003Z] === RUN TestLinksEtcHostsContentMatch [2020-07-08T10:01:50.003Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-07-08T10:01:50.003Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-07-08T10:01:50.003Z] === RUN TestLinksContainerNames [2020-07-08T10:01:50.237Z] --- PASS: TestContainerStartOnDaemonRestart (3.04s) [2020-07-08T10:01:50.237Z] === CONT TestIpcModeOlderClient [2020-07-08T10:01:50.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-07-08T10:01:50.529Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-07-08T10:01:50.529Z] === CONT TestDaemonHostGatewayIP [2020-07-08T10:01:50.628Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.750s coverage: 57.9% of statements [2020-07-08T10:01:50.937Z] --- PASS: TestLinksContainerNames (0.83s) [2020-07-08T10:01:50.937Z] === RUN TestLogsFollowTailEmpty [2020-07-08T10:01:51.195Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2020-07-08T10:01:51.195Z] === RUN TestContainerNetworkMountsNoChown [2020-07-08T10:01:51.761Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/default [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/default [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/private [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/private [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rprivate [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rprivate [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/slave [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/slave [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rslave [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rslave [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/shared [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/shared [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rshared [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rshared [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/default [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/default/bind_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/default/mount_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/rshared [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/shared [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/rslave [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:01:51.761Z] === CONT TestMountDaemonRoot/slave [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:01:51.761Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-07-08T10:01:51.761Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/rprivate [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/private [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/private/bind_root [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/private/mount_root [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-07-08T10:01:51.762Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:01:51.762Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/default/mount_root [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/default/bind_root [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:01:51.762Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/private/bind_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/private/mount_root [2020-07-08T10:01:52.019Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-07-08T10:01:52.019Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-07-08T10:01:52.019Z] === RUN TestContainerBindMountNonRecursive [2020-07-08T10:01:52.019Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-07-08T10:01:52.019Z] 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-07-08T10:01:52.019Z] === RUN TestNetworkNat [2020-07-08T10:01:52.586Z] --- PASS: TestNetworkNat (0.56s) [2020-07-08T10:01:52.586Z] === RUN TestNetworkLocalhostTCPNat [2020-07-08T10:01:53.151Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2020-07-08T10:01:53.151Z] === RUN TestNetworkLoopbackNat [2020-07-08T10:01:53.265Z] ---> b637e32a6b03 [2020-07-08T10:01:53.265Z] Successfully built b637e32a6b03 [2020-07-08T10:01:53.265Z] Successfully tagged docker:latest [2020-07-08T10:01:53.265Z] INFO: Image build ended at 07/08/2020 10:01:51. Duration:00:03:33.5807177 [2020-07-08T10:01:53.265Z] [2020-07-08T10:01:53.265Z] [2020-07-08T10:01:53.265Z] INFO: Building the test binaries at 07/08/2020 10:01:51... [2020-07-08T10:01:53.387Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2020-07-08T10:01:54.033Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.868s coverage: 69.2% of statements [2020-07-08T10:01:54.084Z] --- PASS: TestDaemonHostGatewayIP (3.29s) [2020-07-08T10:01:54.084Z] === CONT TestDaemonRestartIpcMode [2020-07-08T10:01:54.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-07-08T10:01:55.100Z] ok github.com/docker/docker/daemon 12.465s coverage: 17.5% of statements [2020-07-08T10:01:55.101Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-07-08T10:01:55.101Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-07-08T10:01:55.101Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-07-08T10:01:55.101Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-07-08T10:01:55.678Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2020-07-08T10:01:55.678Z] === RUN TestPause [2020-07-08T10:01:55.678Z] --- SKIP: TestPause (0.00s) [2020-07-08T10:01:55.678Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:01:55.678Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-07-08T10:01:55.678Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:01:55.678Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:01:55.678Z] === RUN TestPauseStopPausedContainer [2020-07-08T10:01:55.678Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-07-08T10:01:55.678Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:01:55.678Z] === RUN TestPsFilter [2020-07-08T10:01:55.678Z] --- PASS: TestPsFilter (0.10s) [2020-07-08T10:01:55.678Z] === RUN TestRemoveContainerWithRemovedVolume [2020-07-08T10:01:56.128Z] INFO: make.ps1 starting at 07/08/2020 10:01:55 [2020-07-08T10:01:56.128Z] INFO: Git commit (e7a6431088) assumed from DOCKER_GITCOMMIT environment variable [2020-07-08T10:01:56.128Z] INFO: Invoking autogen... [2020-07-08T10:01:56.156Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.870s coverage: 46.2% of statements [2020-07-08T10:01:56.156Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-07-08T10:01:56.245Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2020-07-08T10:01:56.245Z] === RUN TestRemoveContainerWithVolume [2020-07-08T10:01:56.504Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2020-07-08T10:01:56.504Z] === RUN TestRemoveContainerRunning [2020-07-08T10:01:56.576Z] INFO: Building daemon... [2020-07-08T10:01:57.071Z] --- PASS: TestRemoveContainerRunning (0.45s) [2020-07-08T10:01:57.071Z] === RUN TestRemoveContainerForceRemoveRunning [2020-07-08T10:01:57.209Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.117s coverage: 49.5% of statements [2020-07-08T10:01:57.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-07-08T10:01:57.329Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2020-07-08T10:01:57.329Z] === RUN TestRemoveInvalidContainer [2020-07-08T10:01:57.329Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-07-08T10:01:57.329Z] === RUN TestRenameLinkedContainer [2020-07-08T10:01:57.604Z] --- PASS: TestDaemonRestartIpcMode (3.52s) [2020-07-08T10:01:58.739Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.702s coverage: 76.1% of statements [2020-07-08T10:01:58.739Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-07-08T10:01:59.229Z] --- PASS: TestRenameLinkedContainer (1.63s) [2020-07-08T10:01:59.229Z] === RUN TestRenameStoppedContainer [2020-07-08T10:01:59.487Z] --- PASS: TestRenameStoppedContainer (0.40s) [2020-07-08T10:01:59.487Z] === RUN TestRenameRunningContainerAndReuse [2020-07-08T10:01:59.668Z] --- PASS: TestContainerKillOnDaemonStart (12.44s) [2020-07-08T10:01:59.668Z] PASS [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] === Skipped [2020-07-08T10:01:59.668Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-07-08T10:01:59.668Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-07-08T10:01:59.668Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-07-08T10:01:59.668Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:01:59.668Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-07-08T10:01:59.668Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-07-08T10:01:59.668Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] [2020-07-08T10:01:59.668Z] DONE 204 tests, 6 skipped in 151.363s [2020-07-08T10:01:59.668Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-07-08T10:01:59.668Z] ++ 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-07-08T10:01:59.668Z] ++ set -e [2020-07-08T10:01:59.668Z] ++ '[' -n 0 ']' [2020-07-08T10:01:59.668Z] ++ set -x [2020-07-08T10:01:59.668Z] ++ env -i DEST=/go/src/github.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-07-08T10:01:59.791Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2020-07-08T10:01:59.959Z] INFO: Testing against a local daemon [2020-07-08T10:01:59.959Z] === RUN TestCommitInheritsEnv [2020-07-08T10:02:00.088Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-07-08T10:02:00.420Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2020-07-08T10:02:00.420Z] === RUN TestRenameInvalidName [2020-07-08T10:02:00.590Z] --- PASS: TestCommitInheritsEnv (0.54s) [2020-07-08T10:02:00.590Z] === RUN TestImportExtremelyLargeImageWorks [2020-07-08T10:02:00.590Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-07-08T10:02:00.590Z] === RUN TestImagesFilterMultiReference [2020-07-08T10:02:00.590Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-07-08T10:02:00.590Z] === RUN TestImagePullPlatformInvalid [2020-07-08T10:02:00.590Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-07-08T10:02:00.590Z] === RUN TestRemoveImageOrphaning [2020-07-08T10:02:00.679Z] --- PASS: TestRenameInvalidName (0.41s) [2020-07-08T10:02:00.679Z] === RUN TestRenameAnonymousContainer [2020-07-08T10:02:01.222Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-07-08T10:02:01.222Z] === RUN TestRemoveImageGarbageCollector [2020-07-08T10:02:01.222Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:02:01.222Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:02:01.222Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-07-08T10:02:01.222Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-07-08T10:02:01.222Z] === RUN TestTagInvalidReference [2020-07-08T10:02:01.222Z] --- PASS: TestTagInvalidReference (0.01s) [2020-07-08T10:02:01.222Z] === RUN TestTagValidPrefixedRepo [2020-07-08T10:02:01.222Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-07-08T10:02:01.222Z] === RUN TestTagExistedNameWithoutForce [2020-07-08T10:02:01.222Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-07-08T10:02:01.222Z] === RUN TestTagOfficialNames [2020-07-08T10:02:01.222Z] --- PASS: TestTagOfficialNames (0.05s) [2020-07-08T10:02:01.222Z] === RUN TestTagMatchesDigest [2020-07-08T10:02:01.222Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-07-08T10:02:01.222Z] === CONT TestImportExtremelyLargeImageWorks [2020-07-08T10:02:01.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-07-08T10:02:02.196Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.958s coverage: 52.1% of statements [2020-07-08T10:02:02.196Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-07-08T10:02:02.196Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-07-08T10:02:02.580Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2020-07-08T10:02:02.580Z] === RUN TestRenameContainerWithSameName [2020-07-08T10:02:02.580Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-07-08T10:02:02.580Z] === RUN TestRenameContainerWithLinkedContainer [2020-07-08T10:02:03.515Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2020-07-08T10:02:03.515Z] === RUN TestResize [2020-07-08T10:02:03.732Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 41.8% of statements [2020-07-08T10:02:04.083Z] --- PASS: TestResize (0.43s) [2020-07-08T10:02:04.083Z] === RUN TestResizeWithInvalidSize [2020-07-08T10:02:04.343Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2020-07-08T10:02:04.343Z] === RUN TestResizeWhenContainerNotStarted [2020-07-08T10:02:04.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-07-08T10:02:04.790Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2020-07-08T10:02:04.908Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2020-07-08T10:02:04.908Z] === RUN TestDaemonRestartKillContainers [2020-07-08T10:02:04.908Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:02:04.908Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-07-08T10:02:04.908Z] === RUN TestCgroupNamespacesRun [2020-07-08T10:02:05.439Z] ok github.com/docker/docker/daemon/logger/awslogs 0.524s coverage: 77.8% of statements [2020-07-08T10:02:05.740Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 4.8% of statements [2020-07-08T10:02:05.740Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-07-08T10:02:05.740Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-07-08T10:02:05.740Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-07-08T10:02:05.740Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-07-08T10:02:06.088Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 26.2% of statements [2020-07-08T10:02:06.735Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 87.2% of statements [2020-07-08T10:02:06.810Z] --- PASS: TestCgroupNamespacesRun (2.16s) [2020-07-08T10:02:06.810Z] === RUN TestCgroupNamespacesRunPrivileged [2020-07-08T10:02:07.790Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 61.6% of statements [2020-07-08T10:02:08.847Z] ok github.com/docker/docker/daemon/logger/local 0.060s coverage: 75.2% of statements [2020-07-08T10:02:08.847Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-07-08T10:02:08.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-07-08T10:02:09.339Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.12s) [2020-07-08T10:02:09.340Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-07-08T10:02:09.905Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.067s coverage: 37.7% of statements [2020-07-08T10:02:10.204Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 33.3% of statements [2020-07-08T10:02:11.241Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.19s) [2020-07-08T10:02:11.241Z] === RUN TestCgroupNamespacesRunHostMode [2020-07-08T10:02:11.259Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2020-07-08T10:02:12.316Z] ok github.com/docker/docker/daemon/logger/syslog 0.034s coverage: 46.8% of statements [2020-07-08T10:02:13.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-07-08T10:02:13.378Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2020-07-08T10:02:13.378Z] ok github.com/docker/docker/daemon/logger/splunk 2.419s coverage: 82.5% of statements [2020-07-08T10:02:13.378Z] ? github.com/docker/docker/daemon/names [no test files] [2020-07-08T10:02:13.378Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-07-08T10:02:13.768Z] --- PASS: TestCgroupNamespacesRunHostMode (2.17s) [2020-07-08T10:02:13.768Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-07-08T10:02:15.669Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.16s) [2020-07-08T10:02:15.669Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-07-08T10:02:16.154Z] ok github.com/docker/docker/distribution/metadata 0.123s coverage: 48.2% of statements [2020-07-08T10:02:16.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-07-08T10:02:16.799Z] ok github.com/docker/docker/errdefs 0.042s coverage: 49.4% of statements [2020-07-08T10:02:17.443Z] ok github.com/docker/docker/distribution 0.445s coverage: 22.1% of statements [2020-07-08T10:02:17.443Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-07-08T10:02:18.198Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.14s) [2020-07-08T10:02:18.198Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-07-08T10:02:18.990Z] ok github.com/docker/docker/distribution/xfer 1.694s coverage: 85.1% of statements [2020-07-08T10:02:18.990Z] ? github.com/docker/docker/dockerversion [no test files] [2020-07-08T10:02:19.289Z] ok github.com/docker/docker/image 0.057s coverage: 86.4% of statements [2020-07-08T10:02:19.571Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-07-08T10:02:19.571Z] === RUN TestCgroupNamespacesRunOlderClient [2020-07-08T10:02:19.938Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2020-07-08T10:02:19.938Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-07-08T10:02:20.519Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T10:02:20.519Z] Using test binary docker [2020-07-08T10:02:20.519Z] +++ /etc/init.d/apparmor start [2020-07-08T10:02:20.519Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T10:02:20.519Z] INFO: Waiting for daemon to start... [2020-07-08T10:02:20.519Z] Starting dockerd [2020-07-08T10:02:20.519Z] +++ 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-07-08T10:02:20.586Z] ok github.com/docker/docker/libcontainerd/queue 0.051s coverage: 100.0% of statements [2020-07-08T10:02:20.586Z] ok github.com/docker/docker/image/v1 0.058s coverage: 25.0% of statements [2020-07-08T10:02:20.586Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-07-08T10:02:21.472Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.18s) [2020-07-08T10:02:21.472Z] === RUN TestKernelTCPMemory [2020-07-08T10:02:21.730Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-07-08T10:02:21.730Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:21.730Z] === RUN TestNISDomainname [2020-07-08T10:02:21.730Z] --- SKIP: TestNISDomainname (0.01s) [2020-07-08T10:02:21.730Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-07-08T10:02:21.730Z] === RUN TestHostnameDnsResolution [2020-07-08T10:02:22.120Z] ok github.com/docker/docker/pkg/aaparser 0.013s coverage: 50.0% of statements [2020-07-08T10:02:22.295Z] --- PASS: TestHostnameDnsResolution (0.65s) [2020-07-08T10:02:22.295Z] === RUN TestStats [2020-07-08T10:02:22.295Z] --- SKIP: TestStats (0.00s) [2020-07-08T10:02:22.295Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:22.295Z] === RUN TestStopContainerWithTimeout [2020-07-08T10:02:22.295Z] === RUN TestStopContainerWithTimeout/0 [2020-07-08T10:02:22.295Z] === PAUSE TestStopContainerWithTimeout/0 [2020-07-08T10:02:22.295Z] === RUN TestStopContainerWithTimeout/1 [2020-07-08T10:02:22.295Z] === PAUSE TestStopContainerWithTimeout/1 [2020-07-08T10:02:22.295Z] === RUN TestStopContainerWithTimeout/3 [2020-07-08T10:02:22.295Z] === PAUSE TestStopContainerWithTimeout/3 [2020-07-08T10:02:22.295Z] === RUN TestStopContainerWithTimeout/-1 [2020-07-08T10:02:22.295Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-07-08T10:02:22.295Z] === CONT TestStopContainerWithTimeout/0 [2020-07-08T10:02:22.295Z] === CONT TestStopContainerWithTimeout/-1 [2020-07-08T10:02:22.417Z] . [2020-07-08T10:02:22.418Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T10:02:22.418Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T10:02:22.418Z] Error: No such image: emptyfs [2020-07-08T10:02:22.418Z] ++++ docker load [2020-07-08T10:02:22.418Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-07-08T10:02:22.676Z] Running integration-test (iteration 1) [2020-07-08T10:02:22.676Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-07-08T10:02:22.676Z] ++ 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-07-08T10:02:22.676Z] ++ set -e [2020-07-08T10:02:22.676Z] ++ '[' -n 0 ']' [2020-07-08T10:02:22.676Z] ++ set -x [2020-07-08T10:02:22.676Z] ++ env -i DEST=/go/src/github.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-07-08T10:02:22.862Z] === CONT TestStopContainerWithTimeout/3 [2020-07-08T10:02:24.761Z] === CONT TestStopContainerWithTimeout/1 [2020-07-08T10:02:24.884Z] ok github.com/docker/docker/opts 0.066s coverage: 67.4% of statements [2020-07-08T10:02:25.181Z] ok github.com/docker/docker/pkg/broadcaster 0.015s coverage: 100.0% of statements [2020-07-08T10:02:25.504Z] ok github.com/docker/docker/pkg/authorization 0.476s coverage: 68.3% of statements [2020-07-08T10:02:26.148Z] ok github.com/docker/docker/pkg/capabilities 0.007s coverage: 87.5% of statements [2020-07-08T10:02:26.148Z] ok github.com/docker/docker/pkg/archive 1.274s coverage: 77.3% of statements [2020-07-08T10:02:26.660Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-07-08T10:02:26.660Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2020-07-08T10:02:26.660Z] --- PASS: TestStopContainerWithTimeout/-1 (2.59s) [2020-07-08T10:02:26.660Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2020-07-08T10:02:26.660Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2020-07-08T10:02:26.660Z] === RUN TestDeleteDevicemapper [2020-07-08T10:02:26.660Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-07-08T10:02:26.660Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:02:26.660Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-07-08T10:02:26.796Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2020-07-08T10:02:27.440Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2020-07-08T10:02:27.735Z] ok github.com/docker/docker/pkg/discovery/file 0.037s coverage: 92.9% of statements [2020-07-08T10:02:28.072Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.81s) [2020-07-08T10:02:28.072Z] === RUN TestUpdateMemory [2020-07-08T10:02:28.072Z] --- SKIP: TestUpdateMemory (0.00s) [2020-07-08T10:02:28.072Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:28.072Z] === RUN TestUpdateCPUQuota [2020-07-08T10:02:28.072Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-07-08T10:02:28.072Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:28.072Z] === RUN TestUpdatePidsLimit [2020-07-08T10:02:28.072Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-07-08T10:02:28.072Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:28.072Z] === RUN TestUpdateRestartPolicy [2020-07-08T10:02:28.855Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-07-08T10:02:29.509Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-07-08T10:02:30.157Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-07-08T10:02:31.202Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-07-08T10:02:31.202Z] ok github.com/docker/docker/pkg/chrootarchive 3.770s coverage: 43.2% of statements [2020-07-08T10:02:32.255Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 89.5% of statements [2020-07-08T10:02:32.255Z] ok github.com/docker/docker/layer 7.914s coverage: 68.8% of statements [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/oci [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/oci/caps [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-07-08T10:02:32.255Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-07-08T10:02:32.255Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2020-07-08T10:02:32.553Z] ok github.com/docker/docker/pkg/fsutils 0.290s coverage: 85.1% of statements [2020-07-08T10:02:33.608Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 11.4% of statements [2020-07-08T10:02:34.253Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2020-07-08T10:02:34.551Z] ok github.com/docker/docker/pkg/locker 0.049s coverage: 88.9% of statements [2020-07-08T10:02:35.200Z] ok github.com/docker/docker/pkg/idtools 0.798s coverage: 70.5% of statements [2020-07-08T10:02:35.200Z] ok github.com/docker/docker/pkg/longpath 0.029s coverage: 100.0% of statements [2020-07-08T10:02:35.200Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-07-08T10:02:35.200Z] ok github.com/docker/docker/pkg/ioutils 1.410s coverage: 69.3% of statements [2020-07-08T10:02:35.200Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-07-08T10:02:35.200Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-07-08T10:02:35.200Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-07-08T10:02:35.851Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-07-08T10:02:36.157Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2020-07-08T10:02:36.210Z] --- PASS: TestBuildWithHugeFile (43.12s) [2020-07-08T10:02:36.210Z] === RUN TestBuildWithEmptyDockerfile [2020-07-08T10:02:36.210Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:02:36.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:02:36.210Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:02:36.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:02:36.210Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:02:36.210Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:02:36.210Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:02:36.210Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:02:36.210Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:02:36.210Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2020-07-08T10:02:36.210Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2020-07-08T10:02:36.210Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-07-08T10:02:36.210Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2020-07-08T10:02:36.210Z] === RUN TestBuildPreserveOwnership [2020-07-08T10:02:36.210Z] === RUN TestBuildPreserveOwnership/copy_from [2020-07-08T10:02:36.210Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-07-08T10:02:36.454Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.021s coverage: 91.4% of statements [2020-07-08T10:02:36.454Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2020-07-08T10:02:36.454Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-07-08T10:02:36.454Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-07-08T10:02:37.507Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.042s coverage: 56.8% of statements [2020-07-08T10:02:38.156Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 88.2% of statements [2020-07-08T10:02:38.454Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2020-07-08T10:02:38.752Z] ok github.com/docker/docker/pkg/plugins/transport 0.022s coverage: 85.7% of statements [2020-07-08T10:02:38.756Z] --- PASS: TestBuildPreserveOwnership (5.95s) [2020-07-08T10:02:38.756Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.81s) [2020-07-08T10:02:38.756Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s) [2020-07-08T10:02:38.756Z] === RUN TestBuildPlatformInvalid [2020-07-08T10:02:38.756Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-07-08T10:02:38.756Z] PASS [2020-07-08T10:02:38.756Z] [2020-07-08T10:02:38.756Z] === Skipped [2020-07-08T10:02:38.756Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-07-08T10:02:38.756Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:02:38.756Z] [2020-07-08T10:02:38.756Z] [2020-07-08T10:02:38.756Z] DONE 32 tests, 1 skipped in 93.722s [2020-07-08T10:02:38.756Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-07-08T10:02:38.756Z] ++ 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-07-08T10:02:38.756Z] ++ set -e [2020-07-08T10:02:38.756Z] ++ '[' -n 0 ']' [2020-07-08T10:02:38.756Z] ++ set -x [2020-07-08T10:02:38.756Z] ++ env -i DEST=/go/src/github.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-07-08T10:02:38.756Z] INFO: Testing against a local daemon [2020-07-08T10:02:38.756Z] === RUN TestConfigInspect [2020-07-08T10:02:39.393Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2020-07-08T10:02:40.039Z] ok github.com/docker/docker/pkg/pubsub 1.156s coverage: 73.9% of statements [2020-07-08T10:02:40.039Z] ok github.com/docker/docker/pkg/stdcopy 0.017s coverage: 100.0% of statements [2020-07-08T10:02:40.402Z] --- PASS: TestUpdateRestartPolicy (11.08s) [2020-07-08T10:02:40.402Z] === RUN TestUpdateRestartWithAutoRemove [2020-07-08T10:02:40.402Z] --- PASS: TestUpdateRestartWithAutoRemove (0.59s) [2020-07-08T10:02:40.402Z] === RUN TestWaitNonBlocked [2020-07-08T10:02:40.402Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:02:40.402Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:02:40.402Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:02:40.402Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:02:40.402Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:02:40.402Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:02:40.402Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-07-08T10:02:40.402Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2020-07-08T10:02:40.402Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2020-07-08T10:02:40.402Z] === RUN TestWaitBlocked [2020-07-08T10:02:40.402Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:02:40.402Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:02:40.402Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:02:40.402Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:02:40.402Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:02:40.402Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:02:40.680Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-07-08T10:02:40.680Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2020-07-08T10:02:41.337Z] --- PASS: TestWaitBlocked (0.01s) [2020-07-08T10:02:41.337Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s) [2020-07-08T10:02:41.337Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s) [2020-07-08T10:02:41.337Z] === CONT TestDaemonRestartIpcMode [2020-07-08T10:02:41.337Z] === CONT TestIpcModeOlderClient [2020-07-08T10:02:41.337Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-07-08T10:02:41.349Z] ok github.com/docker/docker/pkg/symlink 0.013s coverage: 87.7% of statements [2020-07-08T10:02:42.397Z] ok github.com/docker/docker/pkg/signal 2.909s coverage: 61.0% of statements [2020-07-08T10:02:42.397Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 36.9% of statements [2020-07-08T10:02:42.397Z] ok github.com/docker/docker/pkg/sysinfo 0.021s coverage: 53.7% of statements [2020-07-08T10:02:42.962Z] --- PASS: TestConfigInspect (3.57s) [2020-07-08T10:02:42.962Z] === RUN TestConfigList [2020-07-08T10:02:43.447Z] ok github.com/docker/docker/pkg/tailfile 0.105s coverage: 88.6% of statements [2020-07-08T10:02:43.447Z] testing: warning: no tests to run [2020-07-08T10:02:43.447Z] coverage: [no statements] [2020-07-08T10:02:43.447Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2020-07-08T10:02:43.744Z] ok github.com/docker/docker/pkg/tarsum 0.137s coverage: 89.3% of statements [2020-07-08T10:02:44.039Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-07-08T10:02:44.039Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2020-07-08T10:02:44.336Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2020-07-08T10:02:45.508Z] --- PASS: TestConfigList (3.20s) [2020-07-08T10:02:45.508Z] === RUN TestConfigsCreateAndDelete [2020-07-08T10:02:45.519Z] --- PASS: TestDaemonRestartIpcMode (4.22s) [2020-07-08T10:02:45.519Z] PASS [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === Skipped [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-07-08T10:02:45.519Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-07-08T10:02:45.519Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-07-08T10:02:45.519Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-07-08T10:02:45.519Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-07-08T10:02:45.519Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-07-08T10:02:45.519Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-07-08T10:02:45.519Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-07-08T10:02:45.519Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-07-08T10:02:45.519Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-07-08T10:02:45.519Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-07-08T10:02:45.519Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-07-08T10:02:45.519Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-07-08T10:02:45.519Z] 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-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-07-08T10:02:45.519Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:02:45.519Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.519Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-07-08T10:02:45.519Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.519Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:02:45.520Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-07-08T10:02:45.520Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-07-08T10:02:45.520Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-07-08T10:02:45.520Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-07-08T10:02:45.520Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-07-08T10:02:45.520Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-07-08T10:02:45.520Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-07-08T10:02:45.520Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] [2020-07-08T10:02:45.520Z] DONE 185 tests, 24 skipped in 80.542s [2020-07-08T10:02:45.520Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-07-08T10:02:45.778Z] INFO: Testing against a local daemon [2020-07-08T10:02:45.778Z] === RUN TestCommitInheritsEnv [2020-07-08T10:02:46.475Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2020-07-08T10:02:47.120Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-07-08T10:02:47.120Z] Copying nested executables into bundles/cross/linux/amd64 [2020-07-08T10:02:47.120Z] Cross building: bundles/cross/windows/amd64 [2020-07-08T10:02:47.120Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-07-08T10:02:47.120Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-07-08T10:02:47.132Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 68.8% of statements [2020-07-08T10:02:47.157Z] --- PASS: TestCommitInheritsEnv (1.45s) [2020-07-08T10:02:47.157Z] === RUN TestImportExtremelyLargeImageWorks [2020-07-08T10:02:47.157Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-07-08T10:02:47.157Z] === RUN TestImagesFilterMultiReference [2020-07-08T10:02:47.157Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-07-08T10:02:47.157Z] === RUN TestImagePullPlatformInvalid [2020-07-08T10:02:47.157Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-07-08T10:02:47.157Z] === RUN TestRemoveImageOrphaning [2020-07-08T10:02:48.186Z] ok github.com/docker/docker/reference 0.027s coverage: 84.4% of statements [2020-07-08T10:02:48.809Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-07-08T10:02:48.809Z] === RUN TestConfigsUpdate [2020-07-08T10:02:48.831Z] ok github.com/docker/docker/plugin 0.578s coverage: 23.1% of statements [2020-07-08T10:02:49.058Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-07-08T10:02:49.058Z] === RUN TestRemoveImageGarbageCollector [2020-07-08T10:02:49.058Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:02:49.058Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-07-08T10:02:49.058Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-07-08T10:02:49.058Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-07-08T10:02:49.058Z] === RUN TestTagInvalidReference [2020-07-08T10:02:49.058Z] --- PASS: TestTagInvalidReference (0.01s) [2020-07-08T10:02:49.058Z] === RUN TestTagValidPrefixedRepo [2020-07-08T10:02:49.316Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-07-08T10:02:49.316Z] === RUN TestTagExistedNameWithoutForce [2020-07-08T10:02:49.316Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-07-08T10:02:49.316Z] === RUN TestTagOfficialNames [2020-07-08T10:02:49.316Z] --- PASS: TestTagOfficialNames (0.05s) [2020-07-08T10:02:49.316Z] === RUN TestTagMatchesDigest [2020-07-08T10:02:49.316Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-07-08T10:02:49.316Z] === CONT TestImportExtremelyLargeImageWorks [2020-07-08T10:02:49.883Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2020-07-08T10:02:49.883Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2020-07-08T10:02:50.534Z] ok github.com/docker/docker/testutil 0.015s coverage: 62.5% of statements [2020-07-08T10:02:50.845Z] ok github.com/docker/docker/registry 0.275s coverage: 56.3% of statements [2020-07-08T10:02:51.893Z] ok github.com/docker/docker/runconfig 0.026s coverage: 65.8% of statements [2020-07-08T10:02:52.107Z] --- PASS: TestConfigsUpdate (3.27s) [2020-07-08T10:02:52.107Z] === RUN TestTemplatedConfig [2020-07-08T10:02:53.996Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2020-07-08T10:02:55.531Z] ok github.com/docker/docker/volume/mounts 0.050s coverage: 67.0% of statements [2020-07-08T10:02:55.826Z] ok github.com/docker/docker/volume/local 0.046s coverage: 73.0% of statements [2020-07-08T10:02:56.311Z] --- PASS: TestTemplatedConfig (3.44s) [2020-07-08T10:02:56.311Z] === RUN TestConfigCreateResolve [2020-07-08T10:02:56.866Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements [2020-07-08T10:02:58.854Z] --- PASS: TestConfigCreateResolve (3.17s) [2020-07-08T10:02:58.854Z] === RUN TestConfigDaemonLibtrustID [2020-07-08T10:02:59.425Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-07-08T10:02:59.425Z] PASS [2020-07-08T10:02:59.425Z] [2020-07-08T10:02:59.425Z] DONE 7 tests in 20.671s [2020-07-08T10:02:59.425Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-07-08T10:02:59.425Z] ++ 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-07-08T10:02:59.425Z] ++ set -e [2020-07-08T10:02:59.425Z] ++ '[' -n 0 ']' [2020-07-08T10:02:59.425Z] ++ set -x [2020-07-08T10:02:59.425Z] ++ env -i DEST=/go/src/github.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-07-08T10:02:59.425Z] INFO: Testing against a local daemon [2020-07-08T10:02:59.425Z] === RUN TestCheckpoint [2020-07-08T10:02:59.425Z] --- SKIP: TestCheckpoint (0.00s) [2020-07-08T10:02:59.425Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:02:59.425Z] === RUN TestContainerInvalidJSON [2020-07-08T10:02:59.425Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:02:59.425Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:02:59.425Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:02:59.425Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:02:59.425Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:02:59.425Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:02:59.686Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:02:59.686Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:02:59.686Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:02:59.686Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-07-08T10:02:59.686Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-07-08T10:02:59.686Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-07-08T10:02:59.686Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-07-08T10:02:59.686Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-07-08T10:02:59.686Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-07-08T10:02:59.686Z] === RUN TestCopyFromContainerPathIsNotDir [2020-07-08T10:02:59.686Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-07-08T10:02:59.686Z] === RUN TestCopyToContainerPathDoesNotExist [2020-07-08T10:02:59.948Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-07-08T10:02:59.948Z] === RUN TestCopyToContainerPathIsNotDir [2020-07-08T10:02:59.948Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-07-08T10:02:59.948Z] === RUN TestCopyFromContainer [2020-07-08T10:03:01.384Z] Loaded image: buildpack-deps:buster [2020-07-08T10:03:01.642Z] Loaded image: busybox:latest [2020-07-08T10:03:01.866Z] === RUN TestCopyFromContainer// [2020-07-08T10:03:02.134Z] === RUN TestCopyFromContainer//bar/root [2020-07-08T10:03:02.134Z] === RUN TestCopyFromContainer//bar/root/ [2020-07-08T10:03:02.208Z] Loaded image: busybox:glibc [2020-07-08T10:03:02.208Z] Loaded image: debian:buster [2020-07-08T10:03:02.400Z] === RUN TestCopyFromContainer/bar/quux [2020-07-08T10:03:02.400Z] === RUN TestCopyFromContainer/bar/quux/ [2020-07-08T10:03:02.466Z] Loaded image: hello-world:latest [2020-07-08T10:03:02.466Z] INFO: Testing against a local daemon [2020-07-08T10:03:02.466Z] === RUN TestCgroupNamespacesBuild [2020-07-08T10:03:02.667Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-07-08T10:03:02.667Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-07-08T10:03:02.937Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-07-08T10:03:02.937Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-07-08T10:03:02.937Z] === RUN TestCopyFromContainer/bar/notarget [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer (3.16s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-07-08T10:03:03.202Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-07-08T10:03:03.202Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-07-08T10:03:03.202Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:03:03.202Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:03:03.202Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:03:03.202Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:03:03.202Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:03:03.202Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:03:03.202Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:03:03.202Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:03:03.202Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:03:03.202Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-07-08T10:03:03.202Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-07-08T10:03:03.202Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-07-08T10:03:03.202Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-07-08T10:03:03.202Z] === RUN TestCreateLinkToNonExistingContainer [2020-07-08T10:03:03.202Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-07-08T10:03:03.202Z] === RUN TestCreateWithInvalidEnv [2020-07-08T10:03:03.202Z] === RUN TestCreateWithInvalidEnv/0 [2020-07-08T10:03:03.202Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-07-08T10:03:03.202Z] === RUN TestCreateWithInvalidEnv/1 [2020-07-08T10:03:03.202Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-07-08T10:03:03.202Z] === RUN TestCreateWithInvalidEnv/2 [2020-07-08T10:03:03.202Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-07-08T10:03:03.202Z] === CONT TestCreateWithInvalidEnv/0 [2020-07-08T10:03:03.202Z] === CONT TestCreateWithInvalidEnv/2 [2020-07-08T10:03:03.202Z] === CONT TestCreateWithInvalidEnv/1 [2020-07-08T10:03:03.202Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-07-08T10:03:03.202Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-07-08T10:03:03.202Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-07-08T10:03:03.202Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-07-08T10:03:03.202Z] === RUN TestCreateTmpfsMountsTarget [2020-07-08T10:03:03.471Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2020-07-08T10:03:03.471Z] === RUN TestCreateWithCustomMaskedPaths [2020-07-08T10:03:04.993Z] --- PASS: TestCgroupNamespacesBuild (2.48s) [2020-07-08T10:03:04.993Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCustomMaskedPaths (2.22s) [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:03:06.015Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:03:06.015Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-07-08T10:03:06.015Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2020-07-08T10:03:06.015Z] === RUN TestCreateWithCustomReadonlyPaths [2020-07-08T10:03:07.533Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.05s) [2020-07-08T10:03:07.533Z] === RUN TestBuildWithSession [2020-07-08T10:03:07.533Z] --- SKIP: TestBuildWithSession (0.00s) [2020-07-08T10:03:07.533Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:03:07.533Z] === RUN TestBuildSquashParent [2020-07-08T10:03:08.426Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-07-08T10:03:08.426Z] [2020-07-08T10:03:08.426Z] ________ ____ __. [2020-07-08T10:03:08.426Z] \_____ \ | |/ _| [2020-07-08T10:03:08.426Z] / | \| < [2020-07-08T10:03:08.426Z] / | \ | \ [2020-07-08T10:03:08.426Z] \_______ /____|__ \ [2020-07-08T10:03:08.426Z] \/ \/ [2020-07-08T10:03:08.426Z] [2020-07-08T10:03:08.426Z] INFO: make.ps1 ended at 07/08/2020 10:03:03 [2020-07-08T10:03:08.426Z] INFO: Binaries build ended at 07/08/2020 10:03:05. Duration:00:01:13.8400911 [2020-07-08T10:03:08.426Z] INFO: Copying the built daemon binary to d:\CI\PR-41168\5\binary\dockerd-e7a6431088.exe... [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.39s) [2020-07-08T10:03:08.559Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-07-08T10:03:08.559Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:03:08.559Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:03:08.559Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:03:08.559Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:03:08.559Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:03:08.559Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:03:08.559Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:03:08.559Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:03:08.559Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:03:08.559Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:03:08.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:03:08.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:03:08.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:03:08.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:03:08.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-07-08T10:03:08.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-07-08T10:03:08.559Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-07-08T10:03:09.130Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2020-07-08T10:03:09.130Z] === RUN TestCreateDifferentPlatform [2020-07-08T10:03:09.130Z] === RUN TestCreateDifferentPlatform/different_os [2020-07-08T10:03:09.130Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-07-08T10:03:09.130Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-07-08T10:03:09.130Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-07-08T10:03:09.130Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-07-08T10:03:09.130Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-07-08T10:03:09.130Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-07-08T10:03:09.130Z] === RUN TestContainerStartOnDaemonRestart [2020-07-08T10:03:09.130Z] === PAUSE TestContainerStartOnDaemonRestart [2020-07-08T10:03:09.130Z] === RUN TestDaemonRestartIpcMode [2020-07-08T10:03:09.130Z] === PAUSE TestDaemonRestartIpcMode [2020-07-08T10:03:09.130Z] === RUN TestDaemonHostGatewayIP [2020-07-08T10:03:09.130Z] === PAUSE TestDaemonHostGatewayIP [2020-07-08T10:03:09.130Z] === RUN TestContainerKillOnDaemonStart [2020-07-08T10:03:09.130Z] === PAUSE TestContainerKillOnDaemonStart [2020-07-08T10:03:09.130Z] === RUN TestDiff [2020-07-08T10:03:09.370Z] INFO: Copying the built client binary to d:\CI\PR-41168\5\binary\docker-e7a6431088.exe... [2020-07-08T10:03:09.371Z] INFO: Copying dockerversion from the container... [2020-07-08T10:03:09.819Z] INFO: Copying the golang package from the container to d:\CI\PR-41168\5\installer\go.zip... [2020-07-08T10:03:10.071Z] --- PASS: TestDiff (0.79s) [2020-07-08T10:03:10.071Z] === RUN TestExecWithCloseStdin [2020-07-08T10:03:11.014Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-07-08T10:03:11.014Z] === RUN TestExec [2020-07-08T10:03:11.956Z] --- PASS: TestExec (0.88s) [2020-07-08T10:03:11.956Z] === RUN TestExecUser [2020-07-08T10:03:12.221Z] ok github.com/docker/docker/pkg/plugins 33.653s coverage: 76.6% of statements [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/pkg/term [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/rootless [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/testutil/request [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/volume [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-07-08T10:03:12.221Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === Skipped [2020-07-08T10:03:12.221Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-07-08T10:03:12.221Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-07-08T10:03:12.221Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:73: No driver to put! [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-07-08T10:03:12.221Z] time="2020-07-08T10:01:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-07-08T10:03:12.221Z] time="2020-07-08T10:01:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-07-08T10:03:12.221Z] time="2020-07-08T10:01:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-07-08T10:03:12.221Z] time="2020-07-08T10:01:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-07-08T10:03:12.221Z] time="2020-07-08T10:01:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:73: No driver to put! [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-07-08T10:03:12.221Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-07-08T10:03:12.221Z] overlay_test.go:49: Fails to compute changes intermittently [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-07-08T10:03:12.221Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:03:12.221Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-07-08T10:03:12.221Z] graphtest_unix.go:73: No driver to put! [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-07-08T10:03:12.221Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-07-08T10:03:12.221Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] [2020-07-08T10:03:12.221Z] DONE 2124 tests, 26 skipped in 255.718s [2020-07-08T10:03:12.526Z] --- PASS: TestExecUser (0.90s) [2020-07-08T10:03:12.526Z] === RUN TestExportContainerAndImportImage Post stage [Pipeline] junit [2020-07-08T10:03:12.560Z] Recording test results [2020-07-08T10:03:12.673Z] INFO: Extracting go.zip to d:\CI\PR-41168\5\go [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-08T10:03:13.423Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -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:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/make.sh dynbinary test-integration [2020-07-08T10:03:13.725Z] [2020-07-08T10:03:13.725Z] Removing bundles/ [2020-07-08T10:03:13.725Z] [2020-07-08T10:03:13.725Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-07-08T10:03:13.725Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T10:03:13.725Z] GOOS="" GOARCH="" GOARM="" [2020-07-08T10:03:13.911Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-07-08T10:03:13.911Z] === RUN TestExportContainerAfterDaemonRestart [2020-07-08T10:03:15.825Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s) [2020-07-08T10:03:15.825Z] === RUN TestHealthCheckWorkdir [2020-07-08T10:03:16.766Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-07-08T10:03:16.766Z] === RUN TestHealthKillContainer [2020-07-08T10:03:17.499Z] --- PASS: TestBuildSquashParent (9.44s) [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:03:17.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:03:17.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:03:17.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:03:17.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:03:17.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:03:17.499Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:03:17.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:03:17.499Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:03:17.499Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:03:20.027Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:03:20.027Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:03:20.062Z] --- PASS: TestHealthKillContainer (2.99s) [2020-07-08T10:03:20.062Z] === RUN TestInspectCpusetInConfigPre120 [2020-07-08T10:03:20.633Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-07-08T10:03:20.633Z] === RUN TestIpcModeNone [2020-07-08T10:03:21.574Z] --- PASS: TestIpcModeNone (0.87s) [2020-07-08T10:03:21.574Z] === RUN TestIpcModePrivate [2020-07-08T10:03:22.145Z] --- PASS: TestIpcModePrivate (0.89s) [2020-07-08T10:03:22.145Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-07-08T10:03:22.145Z] === RUN TestIpcModeShareable [2020-07-08T10:03:22.552Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:03:22.810Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:03:23.088Z] --- PASS: TestIpcModeShareable (0.91s) [2020-07-08T10:03:23.088Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-07-08T10:03:23.088Z] === RUN TestAPIIpcModeShareableAndContainer [2020-07-08T10:03:26.148Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-07-08T10:03:26.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.13s) [2020-07-08T10:03:26.148Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.17s) [2020-07-08T10:03:26.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.99s) [2020-07-08T10:03:26.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.16s) [2020-07-08T10:03:26.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.37s) [2020-07-08T10:03:26.149Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.17s) [2020-07-08T10:03:26.149Z] === RUN TestBuildMultiStageCopy [2020-07-08T10:03:26.149Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-07-08T10:03:26.387Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.77s) [2020-07-08T10:03:26.387Z] === RUN TestAPIIpcModeHost [2020-07-08T10:03:26.648Z] --- PASS: TestAPIIpcModeHost (0.69s) [2020-07-08T10:03:26.648Z] === RUN TestDaemonIpcModeShareable [2020-07-08T10:03:28.561Z] --- PASS: TestDaemonIpcModeShareable (1.91s) [2020-07-08T10:03:28.561Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-07-08T10:03:28.561Z] === RUN TestDaemonIpcModePrivate [2020-07-08T10:03:28.684Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-07-08T10:03:29.247Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-07-08T10:03:29.811Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-07-08T10:03:30.376Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-07-08T10:03:30.475Z] --- PASS: TestDaemonIpcModePrivate (1.91s) [2020-07-08T10:03:30.475Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-07-08T10:03:30.475Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-07-08T10:03:30.940Z] --- PASS: TestBuildMultiStageCopy (5.00s) [2020-07-08T10:03:30.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.63s) [2020-07-08T10:03:30.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2020-07-08T10:03:30.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2020-07-08T10:03:30.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-07-08T10:03:30.940Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2020-07-08T10:03:30.940Z] === RUN TestBuildMultiStageParentConfig [2020-07-08T10:03:32.311Z] --- PASS: TestBuildMultiStageParentConfig (1.32s) [2020-07-08T10:03:32.311Z] === RUN TestBuildLabelWithTargets [2020-07-08T10:03:32.392Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2020-07-08T10:03:32.392Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-07-08T10:03:32.392Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-07-08T10:03:34.306Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-07-08T10:03:34.306Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-07-08T10:03:34.306Z] === RUN TestIpcModeOlderClient [2020-07-08T10:03:34.306Z] === PAUSE TestIpcModeOlderClient [2020-07-08T10:03:34.306Z] === RUN TestKillContainerInvalidSignal [2020-07-08T10:03:34.837Z] --- PASS: TestBuildLabelWithTargets (2.16s) [2020-07-08T10:03:34.837Z] === RUN TestBuildWithEmptyLayers [2020-07-08T10:03:34.877Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2020-07-08T10:03:34.877Z] === RUN TestKillContainer [2020-07-08T10:03:34.877Z] === RUN TestKillContainer/no_signal [2020-07-08T10:03:35.770Z] --- PASS: TestBuildWithEmptyLayers (1.13s) [2020-07-08T10:03:35.770Z] === RUN TestBuildMultiStageOnBuild [2020-07-08T10:03:35.820Z] === RUN TestKillContainer/non_killing_signal [2020-07-08T10:03:36.392Z] === RUN TestKillContainer/killing_signal [2020-07-08T10:03:37.335Z] --- PASS: TestKillContainer (2.38s) [2020-07-08T10:03:37.335Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-07-08T10:03:37.335Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-07-08T10:03:37.335Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2020-07-08T10:03:37.335Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-07-08T10:03:37.335Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-07-08T10:03:37.633Z] INFO: Extraction ended at 07/08/2020 10:03:36. Duration:00:00:24.0647463 [2020-07-08T10:03:37.633Z] INFO: Updating the golang and path environment variables [2020-07-08T10:03:37.633Z] INFO: GOPATH=d:\gopath [2020-07-08T10:03:37.633Z] INFO: go version go1.13.12 windows/amd64 [2020-07-08T10:03:37.633Z] INFO: Running the daemon under test in debug mode [2020-07-08T10:03:37.633Z] INFO: Starting a daemon under test... [2020-07-08T10:03:37.633Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41168\5\daemon --pidfile d:\CI\PR-41168\5\docker.pid -D [2020-07-08T10:03:37.633Z] INFO: Process started successfully. [2020-07-08T10:03:37.633Z] INFO: Start tailing logs of the daemon under tests [2020-07-08T10:03:37.633Z] INFO: Waiting for the daemon under test to start... [2020-07-08T10:03:38.277Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-07-08T10:03:38.582Z] --- PASS: TestImportExtremelyLargeImageWorks (87.10s) [2020-07-08T10:03:38.582Z] PASS [2020-07-08T10:03:38.582Z] [2020-07-08T10:03:38.582Z] === Skipped [2020-07-08T10:03:38.582Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:03:38.582Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:03:38.582Z] [2020-07-08T10:03:38.582Z] [2020-07-08T10:03:38.582Z] DONE 12 tests, 1 skipped in 88.515s [2020-07-08T10:03:38.582Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-07-08T10:03:38.582Z] ++ 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-07-08T10:03:38.582Z] ++ set -e [2020-07-08T10:03:38.582Z] ++ '[' -n 0 ']' [2020-07-08T10:03:38.582Z] ++ set -x [2020-07-08T10:03:38.582Z] ++ env -i DEST=/go/src/github.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-07-08T10:03:38.582Z] INFO: Testing against a local daemon [2020-07-08T10:03:38.582Z] === RUN TestNetworkCreateDelete [2020-07-08T10:03:38.582Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-07-08T10:03:38.582Z] === RUN TestDockerNetworkDeletePreferID [2020-07-08T10:03:38.582Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-07-08T10:03:38.582Z] === RUN TestDaemonDNSFallback [2020-07-08T10:03:38.582Z] --- PASS: TestDaemonDNSFallback (2.48s) [2020-07-08T10:03:38.582Z] === RUN TestInspectNetwork [2020-07-08T10:03:38.582Z] === RUN TestInspectNetwork/full_network_id [2020-07-08T10:03:38.582Z] === RUN TestInspectNetwork/partial_network_id [2020-07-08T10:03:38.582Z] === RUN TestInspectNetwork/network_name [2020-07-08T10:03:38.582Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-07-08T10:03:38.849Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.49s) [2020-07-08T10:03:38.849Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s) [2020-07-08T10:03:38.849Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2020-07-08T10:03:38.849Z] === RUN TestKillStoppedContainer [2020-07-08T10:03:38.849Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-07-08T10:03:38.849Z] === RUN TestKillStoppedContainerAPIPre120 [2020-07-08T10:03:39.050Z] --- PASS: TestBuildMultiStageOnBuild (2.97s) [2020-07-08T10:03:39.050Z] === RUN TestBuildUncleanTarFilenames [2020-07-08T10:03:39.110Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2020-07-08T10:03:39.110Z] === RUN TestKillDifferentUserContainer [2020-07-08T10:03:40.051Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2020-07-08T10:03:40.051Z] === RUN TestInspectOomKilledTrue [2020-07-08T10:03:40.051Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-07-08T10:03:40.051Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:03:40.051Z] === RUN TestInspectOomKilledFalse [2020-07-08T10:03:40.051Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-07-08T10:03:40.051Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:03:40.051Z] === RUN TestLinksEtcHostsContentMatch [2020-07-08T10:03:40.423Z] --- PASS: TestBuildUncleanTarFilenames (1.78s) [2020-07-08T10:03:40.423Z] === RUN TestBuildMultiStageLayerLeak [2020-07-08T10:03:40.484Z] INFO: Daemon under test started and replied! [2020-07-08T10:03:40.484Z] INFO: Docker version of the daemon under test [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] Client: [2020-07-08T10:03:40.484Z] Version: 17.06.2-ce [2020-07-08T10:03:40.484Z] API version: 1.30 [2020-07-08T10:03:40.484Z] Go version: go1.8.3 [2020-07-08T10:03:40.484Z] Git commit: cec0b72 [2020-07-08T10:03:40.484Z] Built: Tue Sep 5 19:57:19 2017 [2020-07-08T10:03:40.484Z] OS/Arch: windows/amd64 [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] Server: [2020-07-08T10:03:40.484Z] Version: 0.0.0-dev [2020-07-08T10:03:40.484Z] API version: 1.41 (minimum version 1.24) [2020-07-08T10:03:40.484Z] Go version: go1.13.12 [2020-07-08T10:03:40.484Z] Git commit: e7a6431088 [2020-07-08T10:03:40.484Z] Built: 07/08/2020 10:01:56 [2020-07-08T10:03:40.484Z] OS/Arch: windows/amd64 [2020-07-08T10:03:40.484Z] Experimental: false [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] INFO: Docker info of the daemon under test [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] Containers: 0 [2020-07-08T10:03:40.484Z] Running: 0 [2020-07-08T10:03:40.484Z] Paused: 0 [2020-07-08T10:03:40.484Z] Stopped: 0 [2020-07-08T10:03:40.484Z] Images: 0 [2020-07-08T10:03:40.484Z] Server Version: 0.0.0-dev [2020-07-08T10:03:40.484Z] Storage Driver: windowsfilter [2020-07-08T10:03:40.484Z] Windows: [2020-07-08T10:03:40.484Z] Logging Driver: json-file [2020-07-08T10:03:40.484Z] Plugins: [2020-07-08T10:03:40.484Z] Volume: local [2020-07-08T10:03:40.484Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-07-08T10:03:40.484Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-07-08T10:03:40.484Z] Swarm: inactive [2020-07-08T10:03:40.484Z] Default Isolation: process [2020-07-08T10:03:40.484Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-07-08T10:03:40.484Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-07-08T10:03:40.484Z] OSType: windows [2020-07-08T10:03:40.484Z] Architecture: x86_64 [2020-07-08T10:03:40.484Z] CPUs: 4 [2020-07-08T10:03:40.484Z] Total Memory: 32GiB [2020-07-08T10:03:40.484Z] Name: azwin-2-1ba990 [2020-07-08T10:03:40.484Z] ID: UAM2:QVRD:LNB6:VMOA:RHDI:TFOO:R2VS:KGYF:NKE3:LTZL:23KK:JLJK [2020-07-08T10:03:40.484Z] Docker Root Dir: D:\CI\PR-41168\5\daemon [2020-07-08T10:03:40.484Z] Debug Mode (client): false [2020-07-08T10:03:40.484Z] Debug Mode (server): true [2020-07-08T10:03:40.484Z] File Descriptors: -1 [2020-07-08T10:03:40.484Z] Goroutines: 17 [2020-07-08T10:03:40.484Z] System Time: 2020-07-08T10:03:39.9808058Z [2020-07-08T10:03:40.484Z] EventsListeners: 0 [2020-07-08T10:03:40.484Z] Registry: https://index.docker.io/v1/ [2020-07-08T10:03:40.484Z] Labels: [2020-07-08T10:03:40.484Z] Experimental: false [2020-07-08T10:03:40.484Z] Insecure Registries: [2020-07-08T10:03:40.484Z] 127.0.0.0/8 [2020-07-08T10:03:40.484Z] Live Restore Enabled: false [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] INFO: Docker images of the daemon under test [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-07-08T10:03:40.484Z] [2020-07-08T10:03:40.484Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-07-08T10:03:40.484Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-07-08T10:03:40.484Z] ltsc2019: Pulling from windows/servercore [2020-07-08T10:03:40.622Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2020-07-08T10:03:40.622Z] === RUN TestLinksContainerNames [2020-07-08T10:03:40.933Z] 4612f6d0b889: Pulling fs layer [2020-07-08T10:03:40.933Z] 666079ee0460: Pulling fs layer [2020-07-08T10:03:42.005Z] --- PASS: TestLinksContainerNames (1.56s) [2020-07-08T10:03:42.005Z] === RUN TestLogsFollowTailEmpty [2020-07-08T10:03:42.947Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-07-08T10:03:42.947Z] === RUN TestContainerNetworkMountsNoChown [2020-07-08T10:03:43.047Z] --- PASS: TestInspectNetwork (11.81s) [2020-07-08T10:03:43.339Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-07-08T10:03:43.339Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-07-08T10:03:43.339Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-07-08T10:03:43.339Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-07-08T10:03:43.339Z] === RUN TestRunContainerWithBridgeNone [2020-07-08T10:03:43.518Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2020-07-08T10:03:43.518Z] === RUN TestMountDaemonRoot [2020-07-08T10:03:43.705Z] --- PASS: TestBuildMultiStageLayerLeak (3.27s) [2020-07-08T10:03:43.705Z] === RUN TestBuildWithHugeFile [2020-07-08T10:03:43.778Z] === RUN TestMountDaemonRoot/default [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/default [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/private [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/private [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rprivate [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rprivate [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/slave [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/slave [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rslave [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rslave [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/shared [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/shared [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rshared [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rshared [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/default [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/default/bind_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rslave [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rshared [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/private [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/private/bind_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/private/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/shared [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rprivate [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/slave [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/default/mount_root [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-07-08T10:03:43.779Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:03:43.779Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/private/bind_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/private/mount_root [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:03:43.779Z] === CONT TestMountDaemonRoot/default/bind_root [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/default/mount_root [2020-07-08T10:03:44.039Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-07-08T10:03:44.039Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-07-08T10:03:44.039Z] === RUN TestContainerBindMountNonRecursive [2020-07-08T10:03:45.953Z] --- PASS: TestContainerBindMountNonRecursive (1.87s) [2020-07-08T10:03:45.953Z] === RUN TestNetworkNat [2020-07-08T10:03:46.074Z] --- PASS: TestRunContainerWithBridgeNone (2.63s) [2020-07-08T10:03:46.074Z] === RUN TestNetworkInvalidJSON [2020-07-08T10:03:46.074Z] === RUN TestNetworkInvalidJSON//networks/create [2020-07-08T10:03:46.074Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-07-08T10:03:46.074Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:03:46.074Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:03:46.074Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:03:46.074Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:03:46.074Z] === CONT TestNetworkInvalidJSON//networks/create [2020-07-08T10:03:46.074Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:03:46.074Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:03:46.074Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-07-08T10:03:46.074Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-07-08T10:03:46.074Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-07-08T10:03:46.074Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-07-08T10:03:46.074Z] === RUN TestHostIPv4BridgeLabel [2020-07-08T10:03:46.366Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2020-07-08T10:03:46.366Z] === RUN TestDaemonRestartWithLiveRestore [2020-07-08T10:03:46.649Z] 666079ee0460: Verifying Checksum [2020-07-08T10:03:46.649Z] 666079ee0460: Download complete [2020-07-08T10:03:46.898Z] --- PASS: TestNetworkNat (0.92s) [2020-07-08T10:03:46.898Z] === RUN TestNetworkLocalhostTCPNat [2020-07-08T10:03:47.403Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-07-08T10:03:47.403Z] === RUN TestDaemonDefaultNetworkPools [2020-07-08T10:03:47.841Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-07-08T10:03:47.841Z] === RUN TestNetworkLoopbackNat [2020-07-08T10:03:48.440Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-07-08T10:03:48.440Z] === RUN TestDaemonRestartWithExistingNetwork [2020-07-08T10:03:49.476Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2020-07-08T10:03:49.476Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-07-08T10:03:50.258Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T10:03:50.258Z] Using test binary docker [2020-07-08T10:03:50.258Z] +++ /etc/init.d/apparmor start [2020-07-08T10:03:50.258Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T10:03:50.258Z] INFO: Waiting for daemon to start... [2020-07-08T10:03:50.258Z] Starting dockerd [2020-07-08T10:03:50.258Z] +++ 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-07-08T10:03:50.996Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2020-07-08T10:03:50.996Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-07-08T10:03:51.138Z] --- PASS: TestNetworkLoopbackNat (3.15s) [2020-07-08T10:03:51.138Z] === RUN TestPause [2020-07-08T10:03:51.289Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.66s) [2020-07-08T10:03:51.289Z] === RUN TestServiceWithPredefinedNetwork [2020-07-08T10:03:51.637Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T10:03:51.637Z] Using test binary docker [2020-07-08T10:03:51.637Z] +++ /etc/init.d/apparmor start [2020-07-08T10:03:51.637Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T10:03:51.637Z] INFO: Waiting for daemon to start... [2020-07-08T10:03:51.637Z] Starting dockerd [2020-07-08T10:03:51.637Z] +++ 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-07-08T10:03:51.709Z] --- PASS: TestPause (0.82s) [2020-07-08T10:03:51.709Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-07-08T10:03:51.709Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:03:51.709Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:03:51.709Z] === RUN TestPauseStopPausedContainer [2020-07-08T10:03:52.734Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2020-07-08T10:03:52.734Z] === RUN TestPsFilter [2020-07-08T10:03:52.994Z] --- PASS: TestPsFilter (0.37s) [2020-07-08T10:03:52.994Z] === RUN TestRemoveContainerWithRemovedVolume [2020-07-08T10:03:53.935Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-07-08T10:03:53.935Z] === RUN TestRemoveContainerWithVolume [2020-07-08T10:03:54.510Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2020-07-08T10:03:54.510Z] === RUN TestRemoveContainerRunning [2020-07-08T10:03:55.471Z] --- PASS: TestRemoveContainerRunning (0.84s) [2020-07-08T10:03:55.471Z] === RUN TestRemoveContainerForceRemoveRunning [2020-07-08T10:03:55.749Z] --- PASS: TestServiceWithPredefinedNetwork (3.68s) [2020-07-08T10:03:55.749Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-07-08T10:03:55.749Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:03:55.749Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:03:55.749Z] === RUN TestServiceWithDataPathPortInit [2020-07-08T10:03:56.045Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-07-08T10:03:56.045Z] === RUN TestRemoveInvalidContainer [2020-07-08T10:03:56.306Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-07-08T10:03:56.306Z] === RUN TestRenameLinkedContainer [2020-07-08T10:03:58.898Z] 4612f6d0b889: Verifying Checksum [2020-07-08T10:03:58.898Z] 4612f6d0b889: Download complete [2020-07-08T10:03:59.605Z] --- PASS: TestRenameLinkedContainer (3.11s) [2020-07-08T10:03:59.605Z] === RUN TestRenameStoppedContainer [2020-07-08T10:03:59.752Z] . [2020-07-08T10:03:59.752Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T10:03:59.752Z] [2020-07-08T10:03:59.752Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T10:03:59.752Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T10:03:59.752Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T10:03:59.752Z] Error: No such image: emptyfs [2020-07-08T10:03:59.752Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-07-08T10:03:59.752Z] ++++ docker load [2020-07-08T10:03:59.752Z] Error: No such image: emptyfs [2020-07-08T10:03:59.752Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-07-08T10:03:59.752Z] ++++ docker load [2020-07-08T10:03:59.752Z] Running integration-test (iteration 1) [2020-07-08T10:03:59.752Z] Running integration-test (iteration 1) [2020-07-08T10:03:59.752Z] 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-07-08T10:03:59.752Z] ++ 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-07-08T10:03:59.752Z] ++ set -e [2020-07-08T10:03:59.752Z] 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-07-08T10:03:59.752Z] ++ 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-07-08T10:03:59.752Z] ++ '[' -n 0 ']' [2020-07-08T10:03:59.752Z] ++ set -x [2020-07-08T10:03:59.752Z] ++ env -i DEST=/go/src/github.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-07-08T10:03:59.752Z] ++ set -e [2020-07-08T10:03:59.752Z] ++ '[' -n 0 ']' [2020-07-08T10:03:59.752Z] ++ set -x [2020-07-08T10:03:59.752Z] ++ env -i DEST=/go/src/github.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-07-08T10:04:00.177Z] --- PASS: TestRenameStoppedContainer (0.79s) [2020-07-08T10:04:00.177Z] === RUN TestRenameRunningContainerAndReuse [2020-07-08T10:04:01.562Z] --- PASS: TestRenameRunningContainerAndReuse (1.59s) [2020-07-08T10:04:01.562Z] === RUN TestRenameInvalidName [2020-07-08T10:04:02.505Z] --- PASS: TestRenameInvalidName (0.82s) [2020-07-08T10:04:02.505Z] === RUN TestRenameAnonymousContainer [2020-07-08T10:04:06.711Z] --- PASS: TestRenameAnonymousContainer (4.02s) [2020-07-08T10:04:06.711Z] === RUN TestRenameContainerWithSameName [2020-07-08T10:04:07.282Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2020-07-08T10:04:07.282Z] === RUN TestRenameContainerWithLinkedContainer [2020-07-08T10:04:08.622Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-07-08T10:04:08.622Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-07-08T10:04:08.622Z] remote: Enumerating objects: 2, done. [2020-07-08T10:04:08.622Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-07-08T10:04:08.622Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-07-08T10:04:08.622Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-07-08T10:04:08.622Z] 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-07-08T10:04:08.622Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-07-08T10:04:08.622Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-07-08T10:04:08.954Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/test/unit [2020-07-08T10:04:09.196Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2020-07-08T10:04:09.196Z] === RUN TestResize [2020-07-08T10:04:09.768Z] --- PASS: TestResize (0.78s) [2020-07-08T10:04:09.768Z] === RUN TestResizeWithInvalidSize [2020-07-08T10:04:10.710Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-07-08T10:04:10.710Z] === RUN TestResizeWhenContainerNotStarted [2020-07-08T10:04:11.282Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:04:11.282Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:04:11.282Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:04:11.282Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:04:11.282Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:04:11.282Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:04:11.282Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:04:11.493Z] ? github.com/docker/docker/api [no test files] [2020-07-08T10:04:13.197Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:04:13.197Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:04:14.145Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:04:14.145Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:04:14.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:04:15.668Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:04:15.668Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:04:16.613Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:04:18.276Z] --- PASS: TestServiceWithDataPathPortInit (19.62s) [2020-07-08T10:04:18.276Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.69s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.73s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.58s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.57s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.66s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.68s) [2020-07-08T10:04:19.917Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.05s) [2020-07-08T10:04:19.917Z] === RUN TestCgroupNamespacesRun [2020-07-08T10:04:21.829Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2020-07-08T10:04:21.829Z] === RUN TestCgroupNamespacesRunPrivileged [2020-07-08T10:04:23.215Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.78s) [2020-07-08T10:04:23.215Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-07-08T10:04:25.129Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2020-07-08T10:04:25.129Z] === RUN TestCgroupNamespacesRunHostMode [2020-07-08T10:04:25.177Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.93s) [2020-07-08T10:04:25.177Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:37oxw308yavmdbbt832m1kqjn Created:2020-07-08 10:04:15.996589175 +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[b1d55f619e7f24d225e8e5729d20f66b6328bb0f7c7eb46aef2881de0f21b860:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ybtm972v4brwsj6cqmy4qvmvf EndpointID:cdd2f4aae9ef2e415690d45ba36cc8926fb2ccb7e1c68135bc54160d5ccc8b9a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c191e7da56fc6a648e7c4b1a2290a640b519caa91ed76f425db929993b805693 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:9190806b8dbd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ybtm972v4brwsj6cqmy4qvmvf EndpointID:cdd2f4aae9ef2e415690d45ba36cc8926fb2ccb7e1c68135bc54160d5ccc8b9a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-07-08T10:04:25.177Z] PASS [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] === Skipped [2020-07-08T10:04:25.177Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:04:25.177Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] DONE 23 tests, 1 skipped in 56.253s [2020-07-08T10:04:25.177Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:04:25.177Z] ++ 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-07-08T10:04:25.177Z] ++ set -e [2020-07-08T10:04:25.177Z] ++ '[' -n 0 ']' [2020-07-08T10:04:25.177Z] ++ set -x [2020-07-08T10:04:25.177Z] ++ env -i DEST=/go/src/github.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-07-08T10:04:25.177Z] INFO: Testing against a local daemon [2020-07-08T10:04:25.177Z] === RUN TestDockerNetworkIpvlanPersistance [2020-07-08T10:04:25.177Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:04:25.177Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:25.177Z] === RUN TestDockerNetworkIpvlan [2020-07-08T10:04:25.177Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:04:25.177Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:25.177Z] PASS [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] === Skipped [2020-07-08T10:04:25.177Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:04:25.177Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:04:25.177Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] [2020-07-08T10:04:25.177Z] DONE 2 tests, 2 skipped in 0.074s [2020-07-08T10:04:25.177Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:04:25.177Z] ++ 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-07-08T10:04:25.177Z] ++ set -e [2020-07-08T10:04:25.177Z] ++ '[' -n 0 ']' [2020-07-08T10:04:25.177Z] ++ set -x [2020-07-08T10:04:25.177Z] ++ env -i DEST=/go/src/github.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-07-08T10:04:25.177Z] INFO: Testing against a local daemon [2020-07-08T10:04:25.177Z] === RUN TestDockerNetworkMacvlanPersistance [2020-07-08T10:04:26.217Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) [2020-07-08T10:04:26.217Z] === RUN TestDockerNetworkMacvlan [2020-07-08T10:04:26.384Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2020-07-08T10:04:27.043Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2020-07-08T10:04:27.043Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-07-08T10:04:27.260Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-07-08T10:04:27.894Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-07-08T10:04:28.955Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2020-07-08T10:04:28.956Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-07-08T10:04:28.967Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-07-08T10:04:30.870Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s) [2020-07-08T10:04:30.870Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-07-08T10:04:31.441Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2020-07-08T10:04:31.441Z] === RUN TestCgroupNamespacesRunOlderClient [2020-07-08T10:04:33.356Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2020-07-08T10:04:33.356Z] === RUN TestKernelTCPMemory [2020-07-08T10:04:33.486Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-07-08T10:04:34.297Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-07-08T10:04:34.297Z] === RUN TestNISDomainname [2020-07-08T10:04:35.239Z] --- PASS: TestNISDomainname (1.00s) [2020-07-08T10:04:35.239Z] === RUN TestHostnameDnsResolution [2020-07-08T10:04:37.046Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-07-08T10:04:37.154Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-07-08T10:04:37.154Z] === RUN TestStats [2020-07-08T10:04:38.446Z] Loaded image: buildpack-deps:buster [2020-07-08T10:04:38.704Z] Loaded image: busybox:latest [2020-07-08T10:04:38.961Z] Loaded image: buildpack-deps:buster [2020-07-08T10:04:39.220Z] Loaded image: busybox:glibc [2020-07-08T10:04:39.220Z] Loaded image: debian:buster [2020-07-08T10:04:39.220Z] Loaded image: busybox:latest [2020-07-08T10:04:39.479Z] Loaded image: hello-world:latest [2020-07-08T10:04:39.479Z] INFO: Testing against a local daemon [2020-07-08T10:04:39.479Z] === RUN TestDockerDaemonSuite [2020-07-08T10:04:39.479Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-07-08T10:04:39.696Z] --- PASS: TestStats (2.85s) [2020-07-08T10:04:39.697Z] === RUN TestStopContainerWithTimeout [2020-07-08T10:04:39.697Z] === RUN TestStopContainerWithTimeout/0 [2020-07-08T10:04:39.697Z] === PAUSE TestStopContainerWithTimeout/0 [2020-07-08T10:04:39.697Z] === RUN TestStopContainerWithTimeout/1 [2020-07-08T10:04:39.697Z] === PAUSE TestStopContainerWithTimeout/1 [2020-07-08T10:04:39.697Z] === RUN TestStopContainerWithTimeout/3 [2020-07-08T10:04:39.697Z] === PAUSE TestStopContainerWithTimeout/3 [2020-07-08T10:04:39.697Z] === RUN TestStopContainerWithTimeout/-1 [2020-07-08T10:04:39.697Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-07-08T10:04:39.697Z] === CONT TestStopContainerWithTimeout/0 [2020-07-08T10:04:39.697Z] === CONT TestStopContainerWithTimeout/3 [2020-07-08T10:04:39.697Z] === CONT TestStopContainerWithTimeout/-1 [2020-07-08T10:04:39.697Z] === CONT TestStopContainerWithTimeout/1 [2020-07-08T10:04:39.736Z] Loaded image: busybox:glibc [2020-07-08T10:04:39.736Z] Loaded image: debian:buster [2020-07-08T10:04:39.736Z] Loaded image: hello-world:latest [2020-07-08T10:04:39.736Z] INFO: Testing against a local daemon [2020-07-08T10:04:39.736Z] === RUN TestDockerSuite [2020-07-08T10:04:39.995Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-07-08T10:04:39.995Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-07-08T10:04:39.995Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-07-08T10:04:40.253Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-07-08T10:04:40.253Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-07-08T10:04:40.253Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-07-08T10:04:40.253Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-07-08T10:04:40.253Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-07-08T10:04:40.764Z] --- PASS: TestImportExtremelyLargeImageWorks (108.81s) [2020-07-08T10:04:40.764Z] PASS [2020-07-08T10:04:40.764Z] [2020-07-08T10:04:40.764Z] === Skipped [2020-07-08T10:04:40.764Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:04:40.764Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-07-08T10:04:40.764Z] [2020-07-08T10:04:40.764Z] [2020-07-08T10:04:40.764Z] DONE 12 tests, 1 skipped in 112.619s [2020-07-08T10:04:40.764Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-07-08T10:04:40.764Z] INFO: Testing against a local daemon [2020-07-08T10:04:40.764Z] === RUN TestNetworkCreateDelete [2020-07-08T10:04:40.764Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-07-08T10:04:40.764Z] === RUN TestDockerNetworkDeletePreferID [2020-07-08T10:04:40.764Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-07-08T10:04:40.764Z] === RUN TestDaemonDNSFallback [2020-07-08T10:04:43.532Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-07-08T10:04:43.790Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-07-08T10:04:43.900Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-07-08T10:04:43.900Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2020-07-08T10:04:43.900Z] --- PASS: TestStopContainerWithTimeout/1 (2.06s) [2020-07-08T10:04:43.900Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2020-07-08T10:04:43.900Z] --- PASS: TestStopContainerWithTimeout/3 (3.35s) [2020-07-08T10:04:43.900Z] === RUN TestDeleteDevicemapper [2020-07-08T10:04:43.900Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-07-08T10:04:43.900Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:04:43.900Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-07-08T10:04:44.722Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-07-08T10:04:44.722Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-07-08T10:04:45.286Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-07-08T10:04:45.577Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-07-08T10:04:45.850Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-07-08T10:04:45.850Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-07-08T10:04:46.025Z] --- PASS: TestDaemonDNSFallback (7.32s) [2020-07-08T10:04:46.025Z] === RUN TestInspectNetwork [2020-07-08T10:04:46.025Z] --- SKIP: TestInspectNetwork (0.00s) [2020-07-08T10:04:46.025Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.025Z] === RUN TestRunContainerWithBridgeNone [2020-07-08T10:04:46.025Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-07-08T10:04:46.025Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.025Z] === RUN TestNetworkInvalidJSON [2020-07-08T10:04:46.025Z] === RUN TestNetworkInvalidJSON//networks/create [2020-07-08T10:04:46.025Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-07-08T10:04:46.025Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:04:46.025Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:04:46.025Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:04:46.025Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:04:46.025Z] === CONT TestNetworkInvalidJSON//networks/create [2020-07-08T10:04:46.025Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:04:46.025Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:04:46.025Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-07-08T10:04:46.025Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-07-08T10:04:46.025Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-07-08T10:04:46.025Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-07-08T10:04:46.025Z] === RUN TestHostIPv4BridgeLabel [2020-07-08T10:04:46.025Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-07-08T10:04:46.025Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.025Z] === RUN TestDaemonRestartWithLiveRestore [2020-07-08T10:04:46.025Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-07-08T10:04:46.026Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] === RUN TestDaemonDefaultNetworkPools [2020-07-08T10:04:46.026Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-07-08T10:04:46.026Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] === RUN TestDaemonRestartWithExistingNetwork [2020-07-08T10:04:46.026Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-07-08T10:04:46.026Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-07-08T10:04:46.026Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] === RUN TestServiceWithPredefinedNetwork [2020-07-08T10:04:46.026Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-07-08T10:04:46.026Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:04:46.026Z] === RUN TestServiceWithDataPathPortInit [2020-07-08T10:04:46.026Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-07-08T10:04:46.026Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] PASS [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === Skipped [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-07-08T10:04:46.026Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-07-08T10:04:46.026Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-07-08T10:04:46.026Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-07-08T10:04:46.026Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-07-08T10:04:46.026Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-07-08T10:04:46.026Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] [2020-07-08T10:04:46.026Z] DONE 19 tests, 12 skipped in 8.022s [2020-07-08T10:04:46.026Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan (19.83s) [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.49s) [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.67s) [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.40s) [2020-07-08T10:04:46.211Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.46s) [2020-07-08T10:04:46.211Z] PASS [2020-07-08T10:04:46.211Z] [2020-07-08T10:04:46.211Z] DONE 8 tests in 21.409s [2020-07-08T10:04:46.211Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-07-08T10:04:46.211Z] ++ 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-07-08T10:04:46.211Z] ++ set -e [2020-07-08T10:04:46.211Z] ++ '[' -n 0 ']' [2020-07-08T10:04:46.211Z] ++ set -x [2020-07-08T10:04:46.211Z] ++ env -i DEST=/go/src/github.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-07-08T10:04:46.211Z] testing: warning: no tests to run [2020-07-08T10:04:46.211Z] PASS [2020-07-08T10:04:46.211Z] [2020-07-08T10:04:46.211Z] DONE 0 tests in 0.016s [2020-07-08T10:04:46.211Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-07-08T10:04:46.212Z] ++ 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-07-08T10:04:46.212Z] ++ set -e [2020-07-08T10:04:46.212Z] ++ '[' -n 0 ']' [2020-07-08T10:04:46.212Z] ++ set -x [2020-07-08T10:04:46.212Z] ++ env -i DEST=/go/src/github.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-07-08T10:04:46.212Z] INFO: Testing against a local daemon [2020-07-08T10:04:46.212Z] === RUN TestAuthZPluginAllowRequest [2020-07-08T10:04:46.284Z] INFO: Testing against a local daemon [2020-07-08T10:04:46.284Z] === RUN TestDockerNetworkIpvlanPersistance [2020-07-08T10:04:46.284Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:04:46.284Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:46.284Z] === RUN TestDockerNetworkIpvlan [2020-07-08T10:04:46.284Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:04:46.284Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:46.284Z] PASS [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] === Skipped [2020-07-08T10:04:46.284Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:04:46.284Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:04:46.284Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] DONE 2 tests, 2 skipped in 0.103s [2020-07-08T10:04:46.284Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:04:46.284Z] INFO: Testing against a local daemon [2020-07-08T10:04:46.284Z] === RUN TestDockerNetworkMacvlanPersistance [2020-07-08T10:04:46.284Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-07-08T10:04:46.284Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.284Z] === RUN TestDockerNetworkMacvlan [2020-07-08T10:04:46.284Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-07-08T10:04:46.284Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.284Z] PASS [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] === Skipped [2020-07-08T10:04:46.284Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-07-08T10:04:46.284Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-07-08T10:04:46.284Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] DONE 2 tests, 2 skipped in 0.102s [2020-07-08T10:04:46.284Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-07-08T10:04:46.284Z] testing: warning: no tests to run [2020-07-08T10:04:46.284Z] PASS [2020-07-08T10:04:46.284Z] [2020-07-08T10:04:46.284Z] DONE 0 tests in 0.022s [2020-07-08T10:04:46.444Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.90s) [2020-07-08T10:04:46.444Z] === RUN TestUpdateMemory [2020-07-08T10:04:46.444Z] --- SKIP: TestUpdateMemory (0.00s) [2020-07-08T10:04:46.444Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:04:46.444Z] === RUN TestUpdateCPUQuota [2020-07-08T10:04:46.542Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-07-08T10:04:46.542Z] INFO: Testing against a local daemon [2020-07-08T10:04:46.542Z] === RUN TestAuthZPluginAllowRequest [2020-07-08T10:04:46.542Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-07-08T10:04:46.542Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.542Z] === RUN TestAuthZPluginTLS [2020-07-08T10:04:46.542Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginDenyRequest [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginAPIDenyResponse [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginDenyResponse [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginAllowEventStream [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginErrorResponse [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginErrorRequest [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginHeader [2020-07-08T10:04:46.543Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-07-08T10:04:46.543Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.543Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-07-08T10:04:46.800Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2020-07-08T10:04:46.800Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:46.800Z] === RUN TestAuthZPluginV2Disable [2020-07-08T10:04:47.058Z] --- SKIP: TestAuthZPluginV2Disable (0.19s) [2020-07-08T10:04:47.058Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.058Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-07-08T10:04:47.058Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.08s) [2020-07-08T10:04:47.058Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.058Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-07-08T10:04:47.318Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.16s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-07-08T10:04:47.318Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.16s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] PASS [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === Skipped [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.19s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.08s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.16s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.16s) [2020-07-08T10:04:47.318Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] [2020-07-08T10:04:47.318Z] DONE 17 tests, 17 skipped in 0.971s [2020-07-08T10:04:47.318Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-07-08T10:04:47.385Z] --- PASS: TestUpdateCPUQuota (1.45s) [2020-07-08T10:04:47.386Z] === RUN TestUpdatePidsLimit [2020-07-08T10:04:47.576Z] INFO: Testing against a local daemon [2020-07-08T10:04:47.576Z] === RUN TestPluginInvalidJSON [2020-07-08T10:04:47.576Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:04:47.576Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:04:47.576Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:04:47.576Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-07-08T10:04:47.576Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-07-08T10:04:47.576Z] === RUN TestPluginInstall [2020-07-08T10:04:47.576Z] --- SKIP: TestPluginInstall (0.00s) [2020-07-08T10:04:47.576Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.576Z] PASS [2020-07-08T10:04:47.576Z] [2020-07-08T10:04:47.576Z] === Skipped [2020-07-08T10:04:47.576Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-07-08T10:04:47.576Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-07-08T10:04:47.576Z] [2020-07-08T10:04:47.576Z] [2020-07-08T10:04:47.576Z] DONE 3 tests, 1 skipped in 0.136s [2020-07-08T10:04:47.576Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-07-08T10:04:47.576Z] INFO: Testing against a local daemon [2020-07-08T10:04:47.576Z] === RUN TestExternalGraphDriver [2020-07-08T10:04:47.646Z] === RUN TestUpdatePidsLimit/update_from_none [2020-07-08T10:04:47.768Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-07-08T10:04:47.768Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-07-08T10:04:47.907Z] === RUN TestUpdatePidsLimit/no_change [2020-07-08T10:04:48.026Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-07-08T10:04:48.026Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-07-08T10:04:48.026Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-07-08T10:04:48.285Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2020-07-08T10:04:48.285Z] === RUN TestAuthZPluginTLS [2020-07-08T10:04:48.478Z] === RUN TestUpdatePidsLimit/update_lower [2020-07-08T10:04:48.577Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-07-08T10:04:48.578Z] === RUN TestAuthZPluginDenyRequest [2020-07-08T10:04:48.739Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-07-08T10:04:48.950Z] --- SKIP: TestExternalGraphDriver (1.02s) [2020-07-08T10:04:48.950Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-07-08T10:04:48.950Z] === RUN TestGraphdriverPluginV2 [2020-07-08T10:04:48.959Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-07-08T10:04:49.001Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-07-08T10:04:49.213Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-07-08T10:04:49.213Z] === RUN TestAuthZPluginAPIDenyResponse [2020-07-08T10:04:49.217Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-07-08T10:04:49.506Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-07-08T10:04:49.506Z] === RUN TestAuthZPluginDenyResponse [2020-07-08T10:04:49.571Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-07-08T10:04:49.783Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-07-08T10:04:49.836Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-07-08T10:04:50.041Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-07-08T10:04:50.041Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-07-08T10:04:50.041Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-07-08T10:04:50.141Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-07-08T10:04:50.141Z] === RUN TestAuthZPluginAllowEventStream [2020-07-08T10:04:50.299Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-07-08T10:04:51.097Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-07-08T10:04:51.097Z] [2020-07-08T10:04:51.097Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-07-08T10:04:51.097Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-07-08T10:04:51.097Z] HOSTNAME=ab4eef5db5bd [2020-07-08T10:04:51.097Z] TESTDEBUG=0 [2020-07-08T10:04:51.097Z] DEST=bundles/test-integration [2020-07-08T10:04:51.097Z] PWD=/go/src/github.com/docker/docker [2020-07-08T10:04:51.097Z] DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb [2020-07-08T10:04:51.097Z] container=docker [2020-07-08T10:04:51.097Z] HOME=/root [2020-07-08T10:04:51.097Z] GOLANG_VERSION=1.13.12 [2020-07-08T10:04:51.097Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-07-08T10:04:51.097Z] VALIDATE_BRANCH=master [2020-07-08T10:04:51.097Z] TERM=xterm [2020-07-08T10:04:51.097Z] DOCKER_PKG=github.com/docker/docker [2020-07-08T10:04:51.097Z] SHLVL=1 [2020-07-08T10:04:51.097Z] TIMEOUT=120m [2020-07-08T10:04:51.097Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-07-08T10:04:51.097Z] DOCKER_GRAPHDRIVER=overlay2 [2020-07-08T10:04:51.097Z] GO111MODULE=off [2020-07-08T10:04:51.097Z] DOCKER_EXPERIMENTAL=1 [2020-07-08T10:04:51.097Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-07-08T10:04:51.097Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-07-08T10:04:51.097Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-07-08T10:04:51.097Z] GOPATH=/go [2020-07-08T10:04:51.097Z] PKG_CONFIG=pkg-config [2020-07-08T10:04:51.097Z] _=/usr/bin/env [2020-07-08T10:04:51.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit (3.96s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-07-08T10:04:51.759Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2020-07-08T10:04:51.759Z] === RUN TestUpdateRestartPolicy [2020-07-08T10:04:52.212Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s) [2020-07-08T10:04:52.212Z] === RUN TestAuthZPluginErrorResponse [2020-07-08T10:04:52.505Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-07-08T10:04:52.505Z] === RUN TestAuthZPluginErrorRequest [2020-07-08T10:04:52.796Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-07-08T10:04:52.796Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-07-08T10:04:52.825Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-07-08T10:04:53.431Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-07-08T10:04:53.431Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-07-08T10:04:54.723Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-07-08T10:04:55.289Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-07-08T10:04:55.504Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2020-07-08T10:04:55.504Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-07-08T10:04:55.505Z] --- PASS: TestGraphdriverPluginV2 (6.07s) [2020-07-08T10:04:55.505Z] PASS [2020-07-08T10:04:55.505Z] [2020-07-08T10:04:55.505Z] === Skipped [2020-07-08T10:04:55.505Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (1.02s) [2020-07-08T10:04:55.505Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-07-08T10:04:55.505Z] [2020-07-08T10:04:55.505Z] [2020-07-08T10:04:55.505Z] DONE 2 tests, 1 skipped in 7.197s [2020-07-08T10:04:55.505Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-07-08T10:04:55.505Z] INFO: Testing against a local daemon [2020-07-08T10:04:55.505Z] === RUN TestContinueAfterPluginCrash [2020-07-08T10:04:55.505Z] === PAUSE TestContinueAfterPluginCrash [2020-07-08T10:04:55.505Z] === RUN TestReadPluginNoRead [2020-07-08T10:04:55.505Z] === PAUSE TestReadPluginNoRead [2020-07-08T10:04:55.505Z] === RUN TestDaemonStartWithLogOpt [2020-07-08T10:04:55.505Z] === PAUSE TestDaemonStartWithLogOpt [2020-07-08T10:04:55.505Z] === CONT TestContinueAfterPluginCrash [2020-07-08T10:04:55.505Z] === CONT TestDaemonStartWithLogOpt [2020-07-08T10:04:56.223Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-07-08T10:04:57.156Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-07-08T10:04:58.239Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2020-07-08T10:04:58.239Z] === RUN TestAuthZPluginHeader [2020-07-08T10:04:58.527Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-07-08T10:04:58.785Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-07-08T10:04:58.875Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-07-08T10:04:58.875Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-07-08T10:04:58.875Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-07-08T10:04:58.875Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:04:58.875Z] === RUN TestAuthZPluginV2Disable [2020-07-08T10:04:58.875Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-07-08T10:04:58.875Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:04:58.875Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-07-08T10:04:58.875Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-07-08T10:04:58.875Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:04:58.875Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-07-08T10:04:58.875Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-07-08T10:04:58.875Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:04:58.875Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-07-08T10:05:01.314Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-07-08T10:05:01.314Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-07-08T10:05:01.962Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-07-08T10:05:02.937Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-07-08T10:05:03.870Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-07-08T10:05:03.985Z] --- PASS: TestUpdateRestartPolicy (12.52s) [2020-07-08T10:05:03.985Z] === RUN TestUpdateRestartWithAutoRemove [2020-07-08T10:05:04.434Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-07-08T10:05:04.691Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-07-08T10:05:04.927Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-07-08T10:05:04.927Z] === RUN TestWaitNonBlocked [2020-07-08T10:05:04.927Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:05:04.927Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:05:04.927Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:05:04.927Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:05:04.927Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:05:04.927Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:05:05.867Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-07-08T10:05:05.867Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.88s) [2020-07-08T10:05:05.867Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.92s) [2020-07-08T10:05:05.867Z] === RUN TestWaitBlocked [2020-07-08T10:05:05.867Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:05:05.867Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:05:05.867Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:05:05.867Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:05:05.867Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:05:05.867Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:05:06.813Z] --- PASS: TestWaitBlocked (0.03s) [2020-07-08T10:05:06.813Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2020-07-08T10:05:06.813Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s) [2020-07-08T10:05:06.813Z] === CONT TestContainerStartOnDaemonRestart [2020-07-08T10:05:06.813Z] === CONT TestContainerKillOnDaemonStart [2020-07-08T10:05:06.813Z] === CONT TestDaemonHostGatewayIP [2020-07-08T10:05:06.813Z] === CONT TestDaemonRestartIpcMode [2020-07-08T10:05:07.216Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-07-08T10:05:08.149Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-07-08T10:05:09.084Z] === RUN TestDockerSuite/TestAttachDetach [2020-07-08T10:05:10.018Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-07-08T10:05:10.380Z] --- PASS: TestDaemonStartWithLogOpt (13.19s) [2020-07-08T10:05:10.380Z] === CONT TestReadPluginNoRead [2020-07-08T10:05:10.952Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-07-08T10:05:11.042Z] --- PASS: TestContainerStartOnDaemonRestart (3.54s) [2020-07-08T10:05:11.042Z] === CONT TestIpcModeOlderClient [2020-07-08T10:05:11.042Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-07-08T10:05:11.302Z] --- PASS: TestDaemonRestartIpcMode (4.50s) [2020-07-08T10:05:11.563Z] --- PASS: TestDaemonHostGatewayIP (4.77s) [2020-07-08T10:05:11.753Z] === RUN TestReadPluginNoRead/default [2020-07-08T10:05:11.753Z] --- PASS: TestContinueAfterPluginCrash (16.84s) [2020-07-08T10:05:11.885Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-07-08T10:05:13.255Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-07-08T10:05:14.188Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-07-08T10:05:14.280Z] === RUN TestReadPluginNoRead/disabled_caching [2020-07-08T10:05:14.458Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-07-08T10:05:15.023Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-07-08T10:05:15.954Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-07-08T10:05:16.180Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-07-08T10:05:16.520Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-07-08T10:05:17.487Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.26s) [2020-07-08T10:05:17.487Z] PASS [2020-07-08T10:05:17.487Z] [2020-07-08T10:05:17.487Z] === Skipped [2020-07-08T10:05:17.487Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-07-08T10:05:17.487Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:17.487Z] [2020-07-08T10:05:17.487Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-07-08T10:05:17.487Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:17.487Z] [2020-07-08T10:05:17.487Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-07-08T10:05:17.487Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:17.487Z] [2020-07-08T10:05:17.487Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-07-08T10:05:17.487Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:17.487Z] [2020-07-08T10:05:17.487Z] [2020-07-08T10:05:17.487Z] DONE 17 tests, 4 skipped in 29.878s [2020-07-08T10:05:17.487Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-07-08T10:05:17.487Z] ++ 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-07-08T10:05:17.487Z] ++ set -e [2020-07-08T10:05:17.487Z] ++ '[' -n 0 ']' [2020-07-08T10:05:17.487Z] ++ set -x [2020-07-08T10:05:17.487Z] ++ env -i DEST=/go/src/github.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-07-08T10:05:17.487Z] INFO: Testing against a local daemon [2020-07-08T10:05:17.487Z] === RUN TestPluginInvalidJSON [2020-07-08T10:05:17.487Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:05:17.487Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:05:17.487Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:05:17.487Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-07-08T10:05:17.487Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-07-08T10:05:17.487Z] === RUN TestPluginInstall [2020-07-08T10:05:17.487Z] === RUN TestPluginInstall/no_auth [2020-07-08T10:05:18.415Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-07-08T10:05:18.677Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-07-08T10:05:18.707Z] --- PASS: TestReadPluginNoRead (10.40s) [2020-07-08T10:05:18.707Z] --- PASS: TestReadPluginNoRead/default (2.26s) [2020-07-08T10:05:18.707Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.27s) [2020-07-08T10:05:18.707Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.28s) [2020-07-08T10:05:18.707Z] read_test.go:92: [d6a8cabd32b48] daemon is not started [2020-07-08T10:05:18.707Z] PASS [2020-07-08T10:05:18.707Z] [2020-07-08T10:05:18.707Z] DONE 6 tests in 23.720s [2020-07-08T10:05:18.707Z] 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-07-08T10:05:18.707Z] testing: warning: no tests to run [2020-07-08T10:05:18.707Z] PASS [2020-07-08T10:05:18.707Z] [2020-07-08T10:05:18.707Z] DONE 0 tests in 0.045s [2020-07-08T10:05:18.707Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-07-08T10:05:18.707Z] INFO: Testing against a local daemon [2020-07-08T10:05:18.707Z] === RUN TestPluginWithDevMounts [2020-07-08T10:05:18.707Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-07-08T10:05:18.707Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-07-08T10:05:18.707Z] PASS [2020-07-08T10:05:18.707Z] [2020-07-08T10:05:18.707Z] === Skipped [2020-07-08T10:05:18.707Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-07-08T10:05:18.707Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-07-08T10:05:18.707Z] [2020-07-08T10:05:18.707Z] [2020-07-08T10:05:18.707Z] DONE 1 tests, 1 skipped in 0.134s [2020-07-08T10:05:18.707Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-07-08T10:05:18.707Z] INFO: Testing against a local daemon [2020-07-08T10:05:18.707Z] === RUN TestSecretInspect [2020-07-08T10:05:18.707Z] --- SKIP: TestSecretInspect (0.02s) [2020-07-08T10:05:18.707Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.707Z] === RUN TestSecretList [2020-07-08T10:05:18.707Z] --- SKIP: TestSecretList (0.01s) [2020-07-08T10:05:18.707Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.707Z] === RUN TestSecretsCreateAndDelete [2020-07-08T10:05:18.707Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2020-07-08T10:05:18.707Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.707Z] === RUN TestSecretsUpdate [2020-07-08T10:05:18.965Z] --- SKIP: TestSecretsUpdate (0.02s) [2020-07-08T10:05:18.965Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] === RUN TestTemplatedSecret [2020-07-08T10:05:18.965Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-07-08T10:05:18.965Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] === RUN TestSecretCreateResolve [2020-07-08T10:05:18.965Z] --- SKIP: TestSecretCreateResolve (0.02s) [2020-07-08T10:05:18.965Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] PASS [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] === Skipped [2020-07-08T10:05:18.965Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-07-08T10:05:18.965Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-07-08T10:05:18.965Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2020-07-08T10:05:18.965Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2020-07-08T10:05:18.965Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-07-08T10:05:18.965Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2020-07-08T10:05:18.965Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] [2020-07-08T10:05:18.965Z] DONE 6 tests, 6 skipped in 0.184s [2020-07-08T10:05:18.965Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-07-08T10:05:18.965Z] INFO: Testing against a local daemon [2020-07-08T10:05:18.966Z] === RUN TestServiceCreateInit [2020-07-08T10:05:18.966Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-07-08T10:05:18.966Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-07-08T10:05:18.966Z] --- PASS: TestServiceCreateInit (0.02s) [2020-07-08T10:05:18.966Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-07-08T10:05:18.966Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.966Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-07-08T10:05:18.966Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.966Z] === RUN TestCreateServiceMultipleTimes [2020-07-08T10:05:18.966Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-07-08T10:05:18.966Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.966Z] === RUN TestCreateServiceConflict [2020-07-08T10:05:18.966Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-07-08T10:05:18.966Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.966Z] === RUN TestCreateServiceMaxReplicas [2020-07-08T10:05:18.966Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-07-08T10:05:18.966Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.966Z] === RUN TestCreateWithDuplicateNetworkNames [2020-07-08T10:05:18.966Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2020-07-08T10:05:18.966Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:18.966Z] === RUN TestCreateServiceSecretFileMode [2020-07-08T10:05:19.224Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2020-07-08T10:05:19.224Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestCreateServiceConfigFileMode [2020-07-08T10:05:19.224Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-07-08T10:05:19.224Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestCreateServiceSysctls [2020-07-08T10:05:19.224Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-07-08T10:05:19.224Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestCreateServiceCapabilities [2020-07-08T10:05:19.224Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-07-08T10:05:19.224Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestInspect [2020-07-08T10:05:19.224Z] --- SKIP: TestInspect (0.01s) [2020-07-08T10:05:19.224Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestCreateJob [2020-07-08T10:05:19.224Z] --- SKIP: TestCreateJob (0.01s) [2020-07-08T10:05:19.224Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestReplicatedJob [2020-07-08T10:05:19.224Z] --- SKIP: TestReplicatedJob (0.01s) [2020-07-08T10:05:19.224Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestUpdateReplicatedJob [2020-07-08T10:05:19.224Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-07-08T10:05:19.224Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestServiceListWithStatuses [2020-07-08T10:05:19.224Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-07-08T10:05:19.224Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:05:19.224Z] === RUN TestDockerNetworkConnectAlias [2020-07-08T10:05:19.224Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-07-08T10:05:19.224Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestDockerNetworkReConnect [2020-07-08T10:05:19.224Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-07-08T10:05:19.224Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:19.224Z] === RUN TestServicePlugin [2020-07-08T10:05:19.240Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-07-08T10:05:19.558Z] time="2020-07-08T10:05:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:05:19.558Z] time="2020-07-08T10:05:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:05:19.558Z] time="2020-07-08T10:05:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96789b930eda78b39d698534ced8ac05460a3c8d400e0b7c13e0d346f07ba887" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:05:19.805Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-07-08T10:05:19.805Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-07-08T10:05:19.849Z] time="2020-07-08T10:05:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:05:19.849Z] time="2020-07-08T10:05:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:05:19.849Z] time="2020-07-08T10:05:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96789b930eda78b39d698534ced8ac05460a3c8d400e0b7c13e0d346f07ba887" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:05:19.849Z] === RUN TestPluginInstall/with_htpasswd [2020-07-08T10:05:20.483Z] time="2020-07-08T10:05:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:05:20.483Z] time="2020-07-08T10:05:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:05:20.483Z] time="2020-07-08T10:05:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96789b930eda78b39d698534ced8ac05460a3c8d400e0b7c13e0d346f07ba887" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:05:20.483Z] time="2020-07-08T10:05:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:05:20.483Z] time="2020-07-08T10:05:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:05:20.483Z] time="2020-07-08T10:05:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96789b930eda78b39d698534ced8ac05460a3c8d400e0b7c13e0d346f07ba887" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:05:20.775Z] === RUN TestPluginInstall/with_insecure [2020-07-08T10:05:21.175Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-07-08T10:05:21.175Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-07-08T10:05:21.432Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-07-08T10:05:21.557Z] --- PASS: TestContainerKillOnDaemonStart (13.14s) [2020-07-08T10:05:21.557Z] PASS [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] === Skipped [2020-07-08T10:05:21.557Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-07-08T10:05:21.557Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-07-08T10:05:21.557Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-07-08T10:05:21.557Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:05:21.557Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-07-08T10:05:21.557Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-07-08T10:05:21.557Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] [2020-07-08T10:05:21.557Z] DONE 204 tests, 6 skipped in 140.641s [2020-07-08T10:05:21.557Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-07-08T10:05:21.557Z] ++ 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-07-08T10:05:21.557Z] ++ set -e [2020-07-08T10:05:21.557Z] ++ '[' -n 0 ']' [2020-07-08T10:05:21.557Z] ++ set -x [2020-07-08T10:05:21.557Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-07-08T10:05:21.557Z] INFO: Testing against a local daemon [2020-07-08T10:05:21.557Z] === RUN TestCommitInheritsEnv [2020-07-08T10:05:21.557Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-07-08T10:05:21.557Z] === RUN TestImportExtremelyLargeImageWorks [2020-07-08T10:05:21.557Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-07-08T10:05:21.557Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-07-08T10:05:21.557Z] === RUN TestImagesFilterMultiReference [2020-07-08T10:05:21.557Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-07-08T10:05:21.557Z] === RUN TestImagePullPlatformInvalid [2020-07-08T10:05:21.557Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-07-08T10:05:21.557Z] === RUN TestRemoveImageOrphaning [2020-07-08T10:05:21.557Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-07-08T10:05:21.557Z] === RUN TestRemoveImageGarbageCollector [2020-07-08T10:05:21.557Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:05:21.557Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:21.557Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-07-08T10:05:21.557Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-07-08T10:05:21.557Z] === RUN TestTagInvalidReference [2020-07-08T10:05:21.557Z] --- PASS: TestTagInvalidReference (0.03s) [2020-07-08T10:05:21.557Z] === RUN TestTagValidPrefixedRepo [2020-07-08T10:05:21.557Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-07-08T10:05:21.557Z] === RUN TestTagExistedNameWithoutForce [2020-07-08T10:05:21.811Z] time="2020-07-08T10:05:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:05:21.811Z] time="2020-07-08T10:05:21Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:05:21.811Z] time="2020-07-08T10:05:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b93b3b708d90045c7cbe5d06207ac38e9cb27205f18d4c5a2d0f3ebb3b6479a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:05:21.811Z] time="2020-07-08T10:05:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:05:21.811Z] time="2020-07-08T10:05:21Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:05:21.811Z] time="2020-07-08T10:05:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b93b3b708d90045c7cbe5d06207ac38e9cb27205f18d4c5a2d0f3ebb3b6479a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:05:21.818Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-07-08T10:05:21.818Z] === RUN TestTagOfficialNames [2020-07-08T10:05:21.818Z] --- PASS: TestTagOfficialNames (0.08s) [2020-07-08T10:05:21.818Z] === RUN TestTagMatchesDigest [2020-07-08T10:05:21.818Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-07-08T10:05:21.818Z] PASS [2020-07-08T10:05:21.818Z] [2020-07-08T10:05:21.818Z] === Skipped [2020-07-08T10:05:21.818Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-07-08T10:05:21.818Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-07-08T10:05:21.818Z] [2020-07-08T10:05:21.818Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:05:21.818Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:21.818Z] [2020-07-08T10:05:21.818Z] [2020-07-08T10:05:21.818Z] DONE 12 tests, 2 skipped in 1.766s [2020-07-08T10:05:21.818Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-07-08T10:05:21.818Z] ++ 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-07-08T10:05:21.818Z] ++ set -e [2020-07-08T10:05:21.818Z] ++ '[' -n 0 ']' [2020-07-08T10:05:21.818Z] ++ set -x [2020-07-08T10:05:21.818Z] ++ env -i DEST=/go/src/github.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-07-08T10:05:21.996Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-07-08T10:05:22.079Z] INFO: Testing against a local daemon [2020-07-08T10:05:22.079Z] === RUN TestNetworkCreateDelete [2020-07-08T10:05:22.102Z] --- PASS: TestPluginInstall (5.98s) [2020-07-08T10:05:22.102Z] --- PASS: TestPluginInstall/no_auth (3.90s) [2020-07-08T10:05:22.102Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2020-07-08T10:05:22.102Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2020-07-08T10:05:22.102Z] plugin_test.go:157: [d0d54534b73ed] daemon is not started [2020-07-08T10:05:22.102Z] PASS [2020-07-08T10:05:22.102Z] [2020-07-08T10:05:22.102Z] DONE 6 tests in 6.078s [2020-07-08T10:05:22.102Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-07-08T10:05:22.102Z] ++ 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-07-08T10:05:22.102Z] ++ set -e [2020-07-08T10:05:22.102Z] ++ '[' -n 0 ']' [2020-07-08T10:05:22.102Z] ++ set -x [2020-07-08T10:05:22.102Z] ++ env -i DEST=/go/src/github.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-07-08T10:05:22.102Z] INFO: Testing against a local daemon [2020-07-08T10:05:22.103Z] === RUN TestExternalGraphDriver [2020-07-08T10:05:22.252Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-07-08T10:05:22.340Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-07-08T10:05:22.340Z] === RUN TestDockerNetworkDeletePreferID [2020-07-08T10:05:22.395Z] === RUN TestExternalGraphDriver/json [2020-07-08T10:05:22.504Z] --- SKIP: TestServicePlugin (3.36s) [2020-07-08T10:05:22.504Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.504Z] === RUN TestServiceUpdateLabel [2020-07-08T10:05:22.504Z] --- SKIP: TestServiceUpdateLabel (0.03s) [2020-07-08T10:05:22.504Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.504Z] === RUN TestServiceUpdateSecrets [2020-07-08T10:05:22.762Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-07-08T10:05:22.762Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] === RUN TestServiceUpdateConfigs [2020-07-08T10:05:22.762Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-07-08T10:05:22.762Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] === RUN TestServiceUpdateNetwork [2020-07-08T10:05:22.762Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-07-08T10:05:22.762Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] === RUN TestServiceUpdatePidsLimit [2020-07-08T10:05:22.762Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-07-08T10:05:22.762Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] PASS [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === Skipped [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-07-08T10:05:22.762Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-07-08T10:05:22.762Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-07-08T10:05:22.762Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-07-08T10:05:22.762Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-07-08T10:05:22.762Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-07-08T10:05:22.762Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-07-08T10:05:22.762Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2020-07-08T10:05:22.762Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2020-07-08T10:05:22.762Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-07-08T10:05:22.762Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-07-08T10:05:22.762Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-07-08T10:05:22.762Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-07-08T10:05:22.762Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-07-08T10:05:22.762Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-07-08T10:05:22.762Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-07-08T10:05:22.762Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-07-08T10:05:22.762Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-07-08T10:05:22.762Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-07-08T10:05:22.762Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServicePlugin (3.36s) [2020-07-08T10:05:22.762Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.03s) [2020-07-08T10:05:22.762Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-07-08T10:05:22.762Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-07-08T10:05:22.762Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-07-08T10:05:22.762Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-07-08T10:05:22.762Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] DONE 24 tests, 23 skipped in 3.813s [2020-07-08T10:05:22.762Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-07-08T10:05:22.762Z] INFO: Testing against a local daemon [2020-07-08T10:05:22.762Z] === RUN TestSessionCreate [2020-07-08T10:05:22.762Z] --- PASS: TestSessionCreate (0.04s) [2020-07-08T10:05:22.762Z] === RUN TestSessionCreateWithBadUpgrade [2020-07-08T10:05:22.762Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-07-08T10:05:22.762Z] PASS [2020-07-08T10:05:22.762Z] [2020-07-08T10:05:22.762Z] DONE 2 tests in 0.155s [2020-07-08T10:05:22.762Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-07-08T10:05:23.020Z] INFO: Testing against a local daemon [2020-07-08T10:05:23.020Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-07-08T10:05:23.020Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:05:23.020Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:05:23.020Z] === RUN TestEventsExecDie [2020-07-08T10:05:23.184Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-07-08T10:05:23.443Z] --- PASS: TestBuildWithHugeFile (99.68s) [2020-07-08T10:05:23.443Z] === RUN TestBuildWithEmptyDockerfile [2020-07-08T10:05:23.443Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:05:23.443Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:05:23.443Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:05:23.443Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:05:23.443Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:05:23.443Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:05:23.443Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:05:23.443Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:05:23.586Z] --- PASS: TestEventsExecDie (0.52s) [2020-07-08T10:05:23.586Z] === RUN TestEventsBackwardsCompatible [2020-07-08T10:05:23.586Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-07-08T10:05:23.586Z] === RUN TestInfoBinaryCommits [2020-07-08T10:05:23.586Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-07-08T10:05:23.586Z] === RUN TestInfoAPIVersioned [2020-07-08T10:05:23.586Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-07-08T10:05:23.586Z] === RUN TestInfoDiscoveryBackend [2020-07-08T10:05:23.701Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:05:23.701Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-07-08T10:05:23.701Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2020-07-08T10:05:23.701Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-07-08T10:05:23.701Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2020-07-08T10:05:23.701Z] === RUN TestBuildPreserveOwnership [2020-07-08T10:05:23.701Z] === RUN TestBuildPreserveOwnership/copy_from [2020-07-08T10:05:23.724Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2020-07-08T10:05:23.724Z] === RUN TestDaemonDNSFallback [2020-07-08T10:05:23.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-07-08T10:05:23.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-07-08T10:05:24.465Z] === RUN TestExternalGraphDriver/spec [2020-07-08T10:05:24.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-07-08T10:05:24.634Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-07-08T10:05:25.484Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-07-08T10:05:25.484Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-07-08T10:05:26.532Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-07-08T10:05:26.560Z] === RUN TestExternalGraphDriver/pull [2020-07-08T10:05:27.464Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-07-08T10:05:28.631Z] --- PASS: TestExternalGraphDriver (6.41s) [2020-07-08T10:05:28.632Z] --- PASS: TestExternalGraphDriver/json (2.12s) [2020-07-08T10:05:28.632Z] --- PASS: TestExternalGraphDriver/spec (2.13s) [2020-07-08T10:05:28.632Z] --- PASS: TestExternalGraphDriver/pull (2.01s) [2020-07-08T10:05:28.632Z] === RUN TestGraphdriverPluginV2 [2020-07-08T10:05:28.632Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-07-08T10:05:28.632Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:28.632Z] PASS [2020-07-08T10:05:28.632Z] [2020-07-08T10:05:28.632Z] === Skipped [2020-07-08T10:05:28.632Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-07-08T10:05:28.632Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:05:28.632Z] [2020-07-08T10:05:28.632Z] [2020-07-08T10:05:28.632Z] DONE 5 tests, 1 skipped in 6.592s [2020-07-08T10:05:28.632Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-07-08T10:05:28.632Z] ++ 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-07-08T10:05:28.632Z] ++ set -e [2020-07-08T10:05:28.632Z] ++ '[' -n 0 ']' [2020-07-08T10:05:28.632Z] ++ set -x [2020-07-08T10:05:28.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-07-08T10:05:28.632Z] INFO: Testing against a local daemon [2020-07-08T10:05:28.632Z] === RUN TestContinueAfterPluginCrash [2020-07-08T10:05:28.632Z] === PAUSE TestContinueAfterPluginCrash [2020-07-08T10:05:28.632Z] === RUN TestReadPluginNoRead [2020-07-08T10:05:28.632Z] === PAUSE TestReadPluginNoRead [2020-07-08T10:05:28.632Z] === RUN TestDaemonStartWithLogOpt [2020-07-08T10:05:28.632Z] === PAUSE TestDaemonStartWithLogOpt [2020-07-08T10:05:28.632Z] === CONT TestContinueAfterPluginCrash [2020-07-08T10:05:28.632Z] === CONT TestDaemonStartWithLogOpt [2020-07-08T10:05:28.763Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2020-07-08T10:05:28.763Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-07-08T10:05:28.763Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-07-08T10:05:28.763Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:05:28.763Z] === RUN TestInfoAPI [2020-07-08T10:05:28.763Z] --- PASS: TestInfoAPI (0.04s) [2020-07-08T10:05:28.763Z] === RUN TestInfoAPIWarnings [2020-07-08T10:05:28.838Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-07-08T10:05:29.403Z] --- PASS: TestBuildPreserveOwnership (5.66s) [2020-07-08T10:05:29.403Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.79s) [2020-07-08T10:05:29.403Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.86s) [2020-07-08T10:05:29.403Z] === RUN TestBuildPlatformInvalid [2020-07-08T10:05:29.660Z] --- PASS: TestBuildPlatformInvalid (0.22s) [2020-07-08T10:05:29.660Z] PASS [2020-07-08T10:05:29.660Z] [2020-07-08T10:05:29.660Z] === Skipped [2020-07-08T10:05:29.660Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-07-08T10:05:29.660Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:05:29.660Z] [2020-07-08T10:05:29.660Z] [2020-07-08T10:05:29.660Z] DONE 32 tests, 1 skipped in 186.878s [2020-07-08T10:05:29.660Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-07-08T10:05:29.661Z] ++ 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-07-08T10:05:29.661Z] ++ set -e [2020-07-08T10:05:29.661Z] ++ '[' -n 0 ']' [2020-07-08T10:05:29.661Z] ++ set -x [2020-07-08T10:05:29.661Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:05:29.918Z] INFO: Testing against a local daemon [2020-07-08T10:05:29.918Z] === RUN TestConfigInspect [2020-07-08T10:05:29.918Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-07-08T10:05:30.136Z] --- PASS: TestInfoAPIWarnings (1.52s) [2020-07-08T10:05:30.136Z] === RUN TestInfoDebug [2020-07-08T10:05:30.483Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-07-08T10:05:31.521Z] --- PASS: TestInfoDebug (1.53s) [2020-07-08T10:05:31.522Z] === RUN TestInfoInsecureRegistries [2020-07-08T10:05:31.859Z] --- PASS: TestDaemonDNSFallback (7.42s) [2020-07-08T10:05:31.859Z] === RUN TestInspectNetwork [2020-07-08T10:05:33.010Z] --- PASS: TestConfigInspect (2.98s) [2020-07-08T10:05:33.010Z] === RUN TestConfigList [2020-07-08T10:05:33.091Z] --- PASS: TestDaemonStartWithLogOpt (3.84s) [2020-07-08T10:05:33.091Z] === CONT TestReadPluginNoRead [2020-07-08T10:05:33.468Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2020-07-08T10:05:33.469Z] === RUN TestInfoRegistryMirrors [2020-07-08T10:05:34.381Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-07-08T10:05:34.841Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-07-08T10:05:34.841Z] === RUN TestLoginFailsWithBadCredentials [2020-07-08T10:05:34.841Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2020-07-08T10:05:34.841Z] === RUN TestPingCacheHeaders [2020-07-08T10:05:34.841Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-07-08T10:05:34.841Z] === RUN TestPingGet [2020-07-08T10:05:34.841Z] --- PASS: TestPingGet (0.01s) [2020-07-08T10:05:34.841Z] === RUN TestPingHead [2020-07-08T10:05:34.841Z] --- PASS: TestPingHead (0.02s) [2020-07-08T10:05:34.841Z] === RUN TestVersion [2020-07-08T10:05:34.841Z] --- PASS: TestVersion (0.03s) [2020-07-08T10:05:34.841Z] PASS [2020-07-08T10:05:34.841Z] [2020-07-08T10:05:34.841Z] === Skipped [2020-07-08T10:05:34.841Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:05:34.841Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:05:34.841Z] [2020-07-08T10:05:34.841Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-07-08T10:05:34.841Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-07-08T10:05:34.841Z] [2020-07-08T10:05:34.841Z] [2020-07-08T10:05:34.841Z] DONE 18 tests, 2 skipped in 12.000s [2020-07-08T10:05:34.841Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-07-08T10:05:35.099Z] INFO: Testing against a local daemon [2020-07-08T10:05:35.099Z] === RUN TestVolumesCreateAndList [2020-07-08T10:05:35.099Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-07-08T10:05:35.099Z] === RUN TestVolumesRemove [2020-07-08T10:05:35.099Z] --- PASS: TestVolumesRemove (0.05s) [2020-07-08T10:05:35.099Z] === RUN TestVolumesInspect [2020-07-08T10:05:35.099Z] --- PASS: TestVolumesInspect (0.02s) [2020-07-08T10:05:35.099Z] === RUN TestVolumesInvalidJSON [2020-07-08T10:05:35.099Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-07-08T10:05:35.099Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-07-08T10:05:35.099Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-07-08T10:05:35.099Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-07-08T10:05:35.099Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-07-08T10:05:35.099Z] PASS [2020-07-08T10:05:35.099Z] [2020-07-08T10:05:35.099Z] DONE 5 tests in 0.212s [2020-07-08T10:05:35.099Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:05:35.099Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11973 is not a child of this shell [2020-07-08T10:05:35.099Z] warning: PID 11973 from bundles/test-integration/docker.pid had a nonzero exit code [2020-07-08T10:05:35.099Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:05:35.099Z] [2020-07-08T10:05:35.099Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:05:35.099Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:05:35.099Z] [2020-07-08T10:05:35.099Z] To set a process to complain mode, use the command line tool [2020-07-08T10:05:35.099Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:05:35.099Z] Removing test suite binaries [2020-07-08T10:05:35.099Z] exiting test-integration [2020-07-08T10:05:35.099Z] ++ exit 0 [2020-07-08T10:05:35.753Z] --- PASS: TestConfigList (2.82s) [2020-07-08T10:05:35.753Z] === RUN TestConfigsCreateAndDelete [2020-07-08T10:05:35.826Z] === RUN TestReadPluginNoRead/disabled_caching [2020-07-08T10:05:36.063Z] === RUN TestInspectNetwork/full_network_id [2020-07-08T10:05:36.063Z] === RUN TestInspectNetwork/partial_network_id [2020-07-08T10:05:36.063Z] === RUN TestInspectNetwork/network_name [2020-07-08T10:05:36.063Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-07-08T10:05:36.474Z] [2020-07-08T10:05:37.339Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching Post stage [Pipeline] junit [2020-07-08T10:05:37.421Z] Recording test results [2020-07-08T10:05:37.973Z] --- PASS: TestContinueAfterPluginCrash (9.04s) [2020-07-08T10:05:38.279Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-07-08T10:05:38.279Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-07-08T10:05:38.279Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-07-08T10:05:38.279Z] --- PASS: TestConfigsCreateAndDelete (2.65s) [2020-07-08T10:05:38.279Z] === RUN TestConfigsUpdate [2020-07-08T10:05:38.279Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-07-08T10:05:38.844Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-07-08T10:05:39.409Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-07-08T10:05:39.409Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-07-08T10:05:39.442Z] + echo Ensuring container killed. [2020-07-08T10:05:39.442Z] Ensuring container killed. [2020-07-08T10:05:39.442Z] + docker rm -vf docker-pr5 [2020-07-08T10:05:39.442Z] Error: No such container: docker-pr5 [2020-07-08T10:05:39.442Z] + true [Pipeline] sh [2020-07-08T10:05:39.484Z] === RUN TestReadPluginNoRead/default [2020-07-08T10:05:39.666Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-07-08T10:05:39.722Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:05:39.722Z] Chowning /workspace to jenkins user [2020-07-08T10:05:39.722Z] + id -u [2020-07-08T10:05:39.722Z] + id -g [2020-07-08T10:05:39.722Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41168:/workspace busybox chown -R 1000:1000 /workspace [2020-07-08T10:05:39.722Z] Unable to find image 'busybox:latest' locally [2020-07-08T10:05:39.924Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-07-08T10:05:40.267Z] --- PASS: TestInspectNetwork (9.11s) [2020-07-08T10:05:40.267Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-07-08T10:05:40.267Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-07-08T10:05:40.267Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-07-08T10:05:40.267Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-07-08T10:05:40.267Z] === RUN TestRunContainerWithBridgeNone [2020-07-08T10:05:40.489Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-07-08T10:05:41.423Z] --- PASS: TestConfigsUpdate (3.02s) [2020-07-08T10:05:41.423Z] === RUN TestTemplatedConfig [2020-07-08T10:05:41.562Z] --- PASS: TestReadPluginNoRead (8.90s) [2020-07-08T10:05:41.562Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.01s) [2020-07-08T10:05:41.562Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.05s) [2020-07-08T10:05:41.562Z] --- PASS: TestReadPluginNoRead/default (2.01s) [2020-07-08T10:05:41.562Z] read_test.go:92: [d8a26daa85783] daemon is not started [2020-07-08T10:05:41.562Z] PASS [2020-07-08T10:05:41.562Z] [2020-07-08T10:05:41.562Z] DONE 6 tests in 12.823s [2020-07-08T10:05:41.562Z] 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-07-08T10:05:41.562Z] ++ 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-07-08T10:05:41.562Z] ++ set -e [2020-07-08T10:05:41.562Z] ++ '[' -n 0 ']' [2020-07-08T10:05:41.562Z] ++ set -x [2020-07-08T10:05:41.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=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-07-08T10:05:41.562Z] testing: warning: no tests to run [2020-07-08T10:05:41.562Z] PASS [2020-07-08T10:05:41.562Z] [2020-07-08T10:05:41.562Z] DONE 0 tests in 0.027s [2020-07-08T10:05:41.562Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-07-08T10:05:41.562Z] ++ 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-07-08T10:05:41.562Z] ++ set -e [2020-07-08T10:05:41.562Z] ++ '[' -n 0 ']' [2020-07-08T10:05:41.562Z] ++ set -x [2020-07-08T10:05:41.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=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-07-08T10:05:41.562Z] INFO: Testing against a local daemon [2020-07-08T10:05:41.562Z] === RUN TestPluginWithDevMounts [2020-07-08T10:05:41.562Z] === PAUSE TestPluginWithDevMounts [2020-07-08T10:05:41.562Z] === CONT TestPluginWithDevMounts [2020-07-08T10:05:42.794Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-07-08T10:05:42.794Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-07-08T10:05:42.812Z] --- PASS: TestRunContainerWithBridgeNone (2.57s) [2020-07-08T10:05:42.812Z] === RUN TestNetworkInvalidJSON [2020-07-08T10:05:42.812Z] === RUN TestNetworkInvalidJSON//networks/create [2020-07-08T10:05:42.812Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-07-08T10:05:42.812Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:05:42.812Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:05:42.812Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:05:42.812Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:05:42.812Z] === CONT TestNetworkInvalidJSON//networks/create [2020-07-08T10:05:42.812Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:05:42.812Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:05:42.812Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-07-08T10:05:42.812Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-07-08T10:05:42.812Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-07-08T10:05:42.812Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-07-08T10:05:42.812Z] === RUN TestHostIPv4BridgeLabel [2020-07-08T10:05:43.632Z] --- PASS: TestPluginWithDevMounts (1.91s) [2020-07-08T10:05:43.632Z] PASS [2020-07-08T10:05:43.632Z] [2020-07-08T10:05:43.632Z] DONE 1 tests in 1.991s [2020-07-08T10:05:43.632Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-07-08T10:05:43.632Z] ++ 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-07-08T10:05:43.632Z] ++ set -e [2020-07-08T10:05:43.632Z] ++ '[' -n 0 ']' [2020-07-08T10:05:43.632Z] ++ set -x [2020-07-08T10:05:43.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-07-08T10:05:43.632Z] INFO: Testing against a local daemon [2020-07-08T10:05:43.632Z] === RUN TestSecretInspect [2020-07-08T10:05:43.754Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2020-07-08T10:05:43.754Z] === RUN TestDaemonRestartWithLiveRestore [2020-07-08T10:05:45.138Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s) [2020-07-08T10:05:45.138Z] === RUN TestDaemonDefaultNetworkPools [2020-07-08T10:05:45.321Z] --- PASS: TestTemplatedConfig (3.50s) [2020-07-08T10:05:45.321Z] === RUN TestConfigCreateResolve [2020-07-08T10:05:45.321Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-07-08T10:05:46.081Z] --- PASS: TestDaemonDefaultNetworkPools (1.27s) [2020-07-08T10:05:46.081Z] === RUN TestDaemonRestartWithExistingNetwork [2020-07-08T10:05:46.251Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-07-08T10:05:46.280Z] latest: Pulling from library/busybox [2020-07-08T10:05:46.280Z] 91f30d776fb2: Pulling fs layer [2020-07-08T10:05:46.280Z] 91f30d776fb2: Download complete [2020-07-08T10:05:46.280Z] 91f30d776fb2: Pull complete [2020-07-08T10:05:46.280Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 [2020-07-08T10:05:46.280Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:05:47.848Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 5.1% of statements [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/container [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/events [no test files] [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/image [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/network [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/builder/remotecontext 0.082s coverage: 13.6% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/builder/dockerfile 0.232s coverage: 48.1% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-07-08T10:05:47.849Z] ok github.com/docker/docker/builder/remotecontext/git 1.417s coverage: 86.3% of statements [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/cli [no test files] [2020-07-08T10:05:47.849Z] ? github.com/docker/docker/cli/config [no test files] [2020-07-08T10:05:47.948Z] + bundleName=amd64-rootless [2020-07-08T10:05:47.948Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-07-08T10:05:47.948Z] Creating amd64-rootless-bundles.tar.gz [2020-07-08T10:05:47.948Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-07-08T10:05:47.948Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-07-08T10:05:47.959Z] Archiving artifacts [2020-07-08T10:05:47.994Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.89s) [2020-07-08T10:05:47.994Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-07-08T10:05:48.087Z] --- PASS: TestSecretInspect (3.68s) [2020-07-08T10:05:48.087Z] === RUN TestSecretList [2020-07-08T10:05:48.147Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-07-08T10:05:48.147Z] --- PASS: TestConfigCreateResolve (3.02s) [2020-07-08T10:05:48.147Z] === RUN TestConfigDaemonLibtrustID [2020-07-08T10:05:48.404Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2020-07-08T10:05:48.404Z] PASS [2020-07-08T10:05:48.404Z] [2020-07-08T10:05:48.404Z] DONE 7 tests in 18.721s [2020-07-08T10:05:48.404Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-07-08T10:05:48.404Z] ++ 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-07-08T10:05:48.404Z] ++ set -e [2020-07-08T10:05:48.404Z] ++ '[' -n 0 ']' [2020-07-08T10:05:48.404Z] ++ set -x [2020-07-08T10:05:48.404Z] ++ env -i DEST=/go/src/github.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-07-08T10:05:48.662Z] INFO: Testing against a local daemon [2020-07-08T10:05:48.662Z] === RUN TestCheckpoint [2020-07-08T10:05:48.662Z] --- SKIP: TestCheckpoint (0.00s) [2020-07-08T10:05:48.662Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:05:48.662Z] === RUN TestContainerInvalidJSON [2020-07-08T10:05:48.662Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:05:48.662Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:05:48.662Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:05:48.662Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:05:48.662Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:05:48.662Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:05:48.662Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:05:48.662Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:05:48.662Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:05:48.662Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-07-08T10:05:48.662Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-07-08T10:05:48.662Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-07-08T10:05:48.662Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-07-08T10:05:48.662Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-07-08T10:05:48.662Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-07-08T10:05:48.662Z] === RUN TestCopyFromContainerPathIsNotDir [2020-07-08T10:05:48.662Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-07-08T10:05:48.662Z] === RUN TestCopyToContainerPathDoesNotExist [2020-07-08T10:05:48.919Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-07-08T10:05:48.919Z] === RUN TestCopyToContainerPathIsNotDir [2020-07-08T10:05:48.919Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-07-08T10:05:48.919Z] === RUN TestCopyFromContainer [2020-07-08T10:05:49.559Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:05:49.869Z] + make clean [2020-07-08T10:05:50.127Z] docker volume rm -f docker-dev-cache [2020-07-08T10:05:50.127Z] docker-dev-cache [Pipeline] deleteDir [2020-07-08T10:05:50.289Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-07-08T10:05:50.289Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-07-08T10:05:50.386Z] ok github.com/docker/docker/client 0.159s coverage: 75.4% of statements [2020-07-08T10:05:50.539Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.38s) [2020-07-08T10:05:50.539Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [Pipeline] } [Pipeline] // withEnv [2020-07-08T10:05:50.853Z] === RUN TestCopyFromContainer// [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T10:05:51.110Z] === RUN TestCopyFromContainer//bar/root [2020-07-08T10:05:51.111Z] === RUN TestCopyFromContainer//bar/root/ [2020-07-08T10:05:51.368Z] === RUN TestCopyFromContainer/bar/quux [2020-07-08T10:05:51.480Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.86s) [2020-07-08T10:05:51.480Z] === RUN TestServiceWithPredefinedNetwork [2020-07-08T10:05:51.606Z] --- PASS: TestSecretList (3.71s) [2020-07-08T10:05:51.606Z] === RUN TestSecretsCreateAndDelete [2020-07-08T10:05:51.629Z] === RUN TestCopyFromContainer/bar/quux/ [2020-07-08T10:05:51.629Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-07-08T10:05:51.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-07-08T10:05:51.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-07-08T10:05:51.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-07-08T10:05:51.886Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-07-08T10:05:51.886Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-07-08T10:05:52.143Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-07-08T10:05:52.143Z] === RUN TestCopyFromContainer/bar/notarget [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer (3.34s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer//bar/root (0.17s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer//bar/root/ (0.19s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-07-08T10:05:52.401Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-07-08T10:05:52.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-07-08T10:05:52.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:05:52.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:05:52.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:05:52.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:05:52.401Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:05:52.401Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:05:52.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:05:52.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:05:52.401Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:05:52.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-07-08T10:05:52.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-07-08T10:05:52.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-07-08T10:05:52.401Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-07-08T10:05:52.401Z] === RUN TestCreateLinkToNonExistingContainer [2020-07-08T10:05:52.401Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-07-08T10:05:52.401Z] === RUN TestCreateWithInvalidEnv [2020-07-08T10:05:52.401Z] === RUN TestCreateWithInvalidEnv/0 [2020-07-08T10:05:52.401Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-07-08T10:05:52.401Z] === RUN TestCreateWithInvalidEnv/1 [2020-07-08T10:05:52.401Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-07-08T10:05:52.401Z] === RUN TestCreateWithInvalidEnv/2 [2020-07-08T10:05:52.401Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-07-08T10:05:52.401Z] === CONT TestCreateWithInvalidEnv/0 [2020-07-08T10:05:52.401Z] === CONT TestCreateWithInvalidEnv/2 [2020-07-08T10:05:52.401Z] === CONT TestCreateWithInvalidEnv/1 [2020-07-08T10:05:52.401Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-07-08T10:05:52.401Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-07-08T10:05:52.401Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-07-08T10:05:52.401Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-07-08T10:05:52.401Z] === RUN TestCreateTmpfsMountsTarget [2020-07-08T10:05:52.401Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-07-08T10:05:52.401Z] === RUN TestCreateWithCustomMaskedPaths [2020-07-08T10:05:52.659Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-07-08T10:05:52.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-07-08T10:05:53.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-07-08T10:05:54.074Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-07-08T10:05:54.653Z] --- PASS: TestCreateWithCustomMaskedPaths (2.30s) [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:05:54.653Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:05:54.653Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:05:54.653Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-07-08T10:05:54.653Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-07-08T10:05:54.777Z] --- PASS: TestServiceWithPredefinedNetwork (3.26s) [2020-07-08T10:05:54.777Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-07-08T10:05:54.777Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:05:54.777Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:05:54.777Z] === RUN TestServiceWithDataPathPortInit [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:05:54.914Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2020-07-08T10:05:54.914Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-07-08T10:05:54.914Z] === RUN TestCreateWithCustomReadonlyPaths [2020-07-08T10:05:54.914Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-07-08T10:05:55.126Z] --- PASS: TestSecretsCreateAndDelete (3.72s) [2020-07-08T10:05:55.126Z] === RUN TestSecretsUpdate [2020-07-08T10:05:55.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-07-08T10:05:56.811Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.39s) [2020-07-08T10:05:57.377Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-07-08T10:05:57.377Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:05:57.377Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:05:57.377Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:05:57.377Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:05:57.377Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:05:57.377Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:05:57.377Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:05:57.377Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:05:57.377Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:05:57.377Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:05:57.377Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:05:57.377Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:05:57.377Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:05:57.377Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:05:57.377Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-07-08T10:05:57.377Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-07-08T10:05:57.377Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-07-08T10:05:57.940Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-07-08T10:05:58.197Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-07-08T10:05:58.197Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2020-07-08T10:05:58.197Z] === RUN TestCreateDifferentPlatform [2020-07-08T10:05:58.197Z] === RUN TestCreateDifferentPlatform/different_os [2020-07-08T10:05:58.197Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-07-08T10:05:58.197Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-07-08T10:05:58.197Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-07-08T10:05:58.197Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-07-08T10:05:58.197Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-07-08T10:05:58.197Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-07-08T10:05:58.197Z] === RUN TestContainerStartOnDaemonRestart [2020-07-08T10:05:58.197Z] === PAUSE TestContainerStartOnDaemonRestart [2020-07-08T10:05:58.197Z] === RUN TestDaemonRestartIpcMode [2020-07-08T10:05:58.197Z] === PAUSE TestDaemonRestartIpcMode [2020-07-08T10:05:58.197Z] === RUN TestDaemonHostGatewayIP [2020-07-08T10:05:58.197Z] === PAUSE TestDaemonHostGatewayIP [2020-07-08T10:05:58.198Z] === RUN TestContainerKillOnDaemonStart [2020-07-08T10:05:58.198Z] === PAUSE TestContainerKillOnDaemonStart [2020-07-08T10:05:58.198Z] === RUN TestDiff [2020-07-08T10:05:58.455Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-07-08T10:05:58.652Z] --- PASS: TestSecretsUpdate (3.58s) [2020-07-08T10:05:58.652Z] === RUN TestTemplatedSecret [2020-07-08T10:05:58.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-07-08T10:05:59.019Z] --- PASS: TestDiff (0.85s) [2020-07-08T10:05:59.019Z] === RUN TestExecWithCloseStdin [2020-07-08T10:05:59.953Z] --- PASS: TestExecWithCloseStdin (0.97s) [2020-07-08T10:05:59.953Z] === RUN TestExec [2020-07-08T10:06:00.210Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-07-08T10:06:00.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-07-08T10:06:01.142Z] --- PASS: TestExec (0.87s) [2020-07-08T10:06:01.142Z] === RUN TestExecUser [2020-07-08T10:06:02.074Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-07-08T10:06:02.074Z] --- PASS: TestExecUser (0.96s) [2020-07-08T10:06:02.074Z] === RUN TestExportContainerAndImportImage [2020-07-08T10:06:02.176Z] --- PASS: TestTemplatedSecret (3.70s) [2020-07-08T10:06:02.176Z] === RUN TestSecretCreateResolve [2020-07-08T10:06:02.331Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-07-08T10:06:02.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-07-08T10:06:02.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-07-08T10:06:03.263Z] --- PASS: TestExportContainerAndImportImage (1.14s) [2020-07-08T10:06:03.263Z] === RUN TestExportContainerAfterDaemonRestart [2020-07-08T10:06:03.827Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-07-08T10:06:04.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-07-08T10:06:04.760Z] --- PASS: TestExportContainerAfterDaemonRestart (1.61s) [2020-07-08T10:06:04.760Z] === RUN TestHealthCheckWorkdir [2020-07-08T10:06:05.017Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-07-08T10:06:05.581Z] --- PASS: TestHealthCheckWorkdir (0.92s) [2020-07-08T10:06:05.581Z] === RUN TestHealthKillContainer [2020-07-08T10:06:05.581Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-07-08T10:06:05.694Z] --- PASS: TestSecretCreateResolve (3.73s) [2020-07-08T10:06:05.694Z] PASS [2020-07-08T10:06:05.694Z] [2020-07-08T10:06:05.694Z] DONE 6 tests in 22.201s [2020-07-08T10:06:05.694Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-07-08T10:06:05.694Z] ++ 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-07-08T10:06:05.694Z] ++ set -e [2020-07-08T10:06:05.694Z] ++ '[' -n 0 ']' [2020-07-08T10:06:05.694Z] ++ set -x [2020-07-08T10:06:05.694Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-07-08T10:06:05.986Z] INFO: Testing against a local daemon [2020-07-08T10:06:05.986Z] === RUN TestServiceCreateInit [2020-07-08T10:06:05.986Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-07-08T10:06:06.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-07-08T10:06:06.149Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-07-08T10:06:08.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-07-08T10:06:08.678Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-07-08T10:06:08.678Z] --- PASS: TestHealthKillContainer (3.00s) [2020-07-08T10:06:08.678Z] === RUN TestInspectCpusetInConfigPre120 [2020-07-08T10:06:09.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-07-08T10:06:09.243Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2020-07-08T10:06:09.243Z] === RUN TestIpcModeNone [2020-07-08T10:06:09.243Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-07-08T10:06:09.808Z] --- PASS: TestIpcModeNone (0.65s) [2020-07-08T10:06:09.808Z] === RUN TestIpcModePrivate [2020-07-08T10:06:10.741Z] --- PASS: TestIpcModePrivate (0.73s) [2020-07-08T10:06:10.741Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:85, shared: false, mustBeShared: false [2020-07-08T10:06:10.741Z] === RUN TestIpcModeShareable [2020-07-08T10:06:10.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-07-08T10:06:10.998Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-07-08T10:06:11.256Z] --- PASS: TestIpcModeShareable (0.83s) [2020-07-08T10:06:11.256Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2020-07-08T10:06:11.256Z] === RUN TestAPIIpcModeShareableAndContainer [2020-07-08T10:06:11.559Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-07-08T10:06:12.190Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-07-08T10:06:12.269Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-07-08T10:06:12.269Z] Using test binary docker [2020-07-08T10:06:12.269Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-07-08T10:06:12.269Z] +++ /etc/init.d/apparmor start [2020-07-08T10:06:12.269Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-07-08T10:06:12.269Z] INFO: Waiting for daemon to start... [2020-07-08T10:06:12.269Z] Starting dockerd [2020-07-08T10:06:12.269Z] +++ 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-07-08T10:06:12.448Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-07-08T10:06:12.887Z] --- PASS: TestServiceWithDataPathPortInit (18.07s) [2020-07-08T10:06:12.887Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-07-08T10:06:13.012Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-07-08T10:06:13.577Z] === RUN TestDockerSuite/TestBuildAddScript [2020-07-08T10:06:13.577Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-07-08T10:06:14.141Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.68s) [2020-07-08T10:06:14.141Z] === RUN TestAPIIpcModeHost [2020-07-08T10:06:14.141Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-07-08T10:06:14.341Z] . [2020-07-08T10:06:14.341Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-07-08T10:06:14.341Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-07-08T10:06:14.341Z] Error: No such image: emptyfs [2020-07-08T10:06:14.341Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-07-08T10:06:14.341Z] ++++ docker load [2020-07-08T10:06:14.341Z] Running integration-test (iteration 1) [2020-07-08T10:06:14.341Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-07-08T10:06:14.341Z] ++ 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-07-08T10:06:14.341Z] ++ set -e [2020-07-08T10:06:14.341Z] ++ '[' -n 0 ']' [2020-07-08T10:06:14.341Z] ++ set -x [2020-07-08T10:06:14.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:06:14.705Z] --- PASS: TestAPIIpcModeHost (0.80s) [2020-07-08T10:06:14.705Z] === RUN TestDaemonIpcModeShareable [2020-07-08T10:06:16.078Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-07-08T10:06:16.335Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-07-08T10:06:16.593Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2020-07-08T10:06:16.593Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: true, mustBeShared: true [2020-07-08T10:06:16.593Z] === RUN TestDaemonIpcModePrivate [2020-07-08T10:06:17.132Z] --- PASS: TestServiceCreateInit (10.72s) [2020-07-08T10:06:17.132Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.38s) [2020-07-08T10:06:17.132Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.32s) [2020-07-08T10:06:17.132Z] === RUN TestCreateServiceMultipleTimes [2020-07-08T10:06:17.525Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-07-08T10:06:18.461Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2020-07-08T10:06:18.461Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false [2020-07-08T10:06:18.461Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-07-08T10:06:19.393Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-07-08T10:06:20.324Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s) [2020-07-08T10:06:20.324Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false [2020-07-08T10:06:20.324Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-07-08T10:06:21.257Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-07-08T10:06:21.823Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s) [2020-07-08T10:06:21.823Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2020-07-08T10:06:21.823Z] === RUN TestIpcModeOlderClient [2020-07-08T10:06:21.823Z] === PAUSE TestIpcModeOlderClient [2020-07-08T10:06:21.823Z] === RUN TestKillContainerInvalidSignal [2020-07-08T10:06:22.755Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2020-07-08T10:06:22.755Z] === RUN TestKillContainer [2020-07-08T10:06:22.755Z] === RUN TestKillContainer/no_signal [2020-07-08T10:06:22.756Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-07-08T10:06:22.891Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.85s) [2020-07-08T10:06:22.892Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j6l4e5emznqn5gz2deaz3yhef Created:2020-07-08 10:06:14.278954293 +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[eb5b8b85430dbdf38f1d5ff3e6ac8164ffaa5bfecb22e3545292caba0457029f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wmp47rbudp2pwt1h3zu3x1jlk EndpointID:e05e9934198fdb0cf6d248ef37d5c5f0025f9358d15f81942bc7dc968c237b6c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:af5cdbcb45122ece8ebd4b7f8b87933a219631bebf7751fca71cb2065fc276d4 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:c252b54a9927 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wmp47rbudp2pwt1h3zu3x1jlk EndpointID:e05e9934198fdb0cf6d248ef37d5c5f0025f9358d15f81942bc7dc968c237b6c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-07-08T10:06:22.892Z] PASS [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] === Skipped [2020-07-08T10:06:22.892Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:06:22.892Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] DONE 23 tests, 1 skipped in 59.659s [2020-07-08T10:06:22.892Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:06:22.892Z] ++ 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-07-08T10:06:22.892Z] ++ set -e [2020-07-08T10:06:22.892Z] ++ '[' -n 0 ']' [2020-07-08T10:06:22.892Z] ++ set -x [2020-07-08T10:06:22.892Z] ++ env -i DEST=/go/src/github.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-07-08T10:06:22.892Z] INFO: Testing against a local daemon [2020-07-08T10:06:22.892Z] === RUN TestDockerNetworkIpvlanPersistance [2020-07-08T10:06:22.892Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:06:22.892Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:06:22.892Z] === RUN TestDockerNetworkIpvlan [2020-07-08T10:06:22.892Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:06:22.892Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:06:22.892Z] PASS [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] === Skipped [2020-07-08T10:06:22.892Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:06:22.892Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:06:22.892Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] [2020-07-08T10:06:22.892Z] DONE 2 tests, 2 skipped in 0.145s [2020-07-08T10:06:22.892Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:06:22.892Z] ++ 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-07-08T10:06:22.892Z] ++ set -e [2020-07-08T10:06:22.892Z] ++ '[' -n 0 ']' [2020-07-08T10:06:22.892Z] ++ set -x [2020-07-08T10:06:22.892Z] ++ env -i DEST=/go/src/github.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-07-08T10:06:22.892Z] INFO: Testing against a local daemon [2020-07-08T10:06:22.892Z] === RUN TestDockerNetworkMacvlanPersistance [2020-07-08T10:06:23.319Z] === RUN TestKillContainer/non_killing_signal [2020-07-08T10:06:23.928Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.05s) [2020-07-08T10:06:23.928Z] === RUN TestDockerNetworkMacvlan [2020-07-08T10:06:24.281Z] === RUN TestKillContainer/killing_signal [2020-07-08T10:06:24.281Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-07-08T10:06:24.541Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-07-08T10:06:24.873Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-07-08T10:06:25.106Z] --- PASS: TestKillContainer (2.45s) [2020-07-08T10:06:25.106Z] --- PASS: TestKillContainer/no_signal (0.70s) [2020-07-08T10:06:25.106Z] --- PASS: TestKillContainer/non_killing_signal (0.65s) [2020-07-08T10:06:25.106Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-07-08T10:06:25.106Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-07-08T10:06:25.106Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-07-08T10:06:25.572Z] 4612f6d0b889: Pull complete [2020-07-08T10:06:26.037Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-07-08T10:06:26.260Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-07-08T10:06:26.603Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-07-08T10:06:26.862Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2020-07-08T10:06:26.862Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2020-07-08T10:06:26.862Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2020-07-08T10:06:26.862Z] === RUN TestKillStoppedContainer [2020-07-08T10:06:26.862Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-07-08T10:06:26.862Z] === RUN TestKillStoppedContainerAPIPre120 [2020-07-08T10:06:27.120Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-07-08T10:06:27.120Z] === RUN TestKillDifferentUserContainer [2020-07-08T10:06:27.120Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-07-08T10:06:27.202Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-07-08T10:06:27.685Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2020-07-08T10:06:27.685Z] === RUN TestInspectOomKilledTrue [2020-07-08T10:06:27.685Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-07-08T10:06:27.685Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:06:27.685Z] === RUN TestInspectOomKilledFalse [2020-07-08T10:06:27.685Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-07-08T10:06:27.685Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:06:27.685Z] === RUN TestLinksEtcHostsContentMatch [2020-07-08T10:06:28.252Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2020-07-08T10:06:28.252Z] === RUN TestLinksContainerNames [2020-07-08T10:06:28.817Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-07-08T10:06:29.749Z] --- PASS: TestLinksContainerNames (1.32s) [2020-07-08T10:06:29.749Z] === RUN TestLogsFollowTailEmpty [2020-07-08T10:06:29.769Z] Loaded image: buildpack-deps:buster [2020-07-08T10:06:29.769Z] Loaded image: busybox:latest [2020-07-08T10:06:29.769Z] Loaded image: busybox:glibc [2020-07-08T10:06:29.769Z] Loaded image: debian:buster [2020-07-08T10:06:29.769Z] Loaded image: hello-world:latest [2020-07-08T10:06:29.769Z] INFO: Testing against a local daemon [2020-07-08T10:06:29.769Z] === RUN TestCgroupNamespacesBuild [2020-07-08T10:06:29.769Z] --- PASS: TestCgroupNamespacesBuild (1.36s) [2020-07-08T10:06:29.769Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-07-08T10:06:30.314Z] --- PASS: TestLogsFollowTailEmpty (0.62s) [2020-07-08T10:06:30.314Z] === RUN TestContainerNetworkMountsNoChown [2020-07-08T10:06:30.408Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.38s) [2020-07-08T10:06:30.408Z] === RUN TestBuildWithSession [2020-07-08T10:06:30.408Z] --- SKIP: TestBuildWithSession (0.00s) [2020-07-08T10:06:30.408Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:06:30.408Z] === RUN TestBuildSquashParent [2020-07-08T10:06:30.503Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-07-08T10:06:30.578Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-07-08T10:06:30.837Z] --- PASS: TestContainerNetworkMountsNoChown (0.58s) [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/default [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/default [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/private [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/private [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rprivate [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rprivate [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/slave [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/slave [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rslave [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rslave [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/shared [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/shared [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rshared [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rshared [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/default [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/default/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/default/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/default/mount_root [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/rshared [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/shared [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/rslave [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/slave [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/rprivate [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/private [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/private/bind_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/private/mount_root [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-07-08T10:06:30.837Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:06:30.837Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/default/bind_root [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:06:30.837Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:06:31.094Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/private/bind_root [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:06:31.352Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/private/mount_root [2020-07-08T10:06:31.352Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-07-08T10:06:31.352Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-07-08T10:06:31.352Z] === RUN TestContainerBindMountNonRecursive [2020-07-08T10:06:31.610Z] === RUN TestDockerSuite/TestBuildAddTar [2020-07-08T10:06:32.982Z] --- PASS: TestContainerBindMountNonRecursive (1.56s) [2020-07-08T10:06:32.982Z] === RUN TestNetworkNat [2020-07-08T10:06:33.546Z] --- PASS: TestNetworkNat (0.61s) [2020-07-08T10:06:33.546Z] === RUN TestNetworkLocalhostTCPNat [2020-07-08T10:06:34.065Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-07-08T10:06:34.479Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2020-07-08T10:06:34.479Z] === RUN TestNetworkLoopbackNat [2020-07-08T10:06:34.883Z] --- PASS: TestBuildSquashParent (3.86s) [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:06:34.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:06:34.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:06:34.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:06:34.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:06:34.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:06:34.883Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:06:34.883Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:06:34.883Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-07-08T10:06:34.883Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-07-08T10:06:34.883Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-07-08T10:06:34.883Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-07-08T10:06:36.962Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-07-08T10:06:36.962Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-07-08T10:06:37.000Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-07-08T10:06:37.078Z] ok github.com/docker/docker/cmd/dockerd 0.071s coverage: 30.8% of statements [2020-07-08T10:06:37.078Z] ok github.com/docker/docker/container 0.118s coverage: 34.4% of statements [2020-07-08T10:06:37.078Z] ? github.com/docker/docker/container/stream [no test files] [2020-07-08T10:06:37.078Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-07-08T10:06:37.078Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-07-08T10:06:37.078Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-07-08T10:06:37.257Z] --- PASS: TestNetworkLoopbackNat (2.89s) [2020-07-08T10:06:37.257Z] === RUN TestPause [2020-07-08T10:06:37.257Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-07-08T10:06:38.192Z] --- PASS: TestPause (0.94s) [2020-07-08T10:06:38.192Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-07-08T10:06:38.192Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:06:38.192Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:06:38.192Z] === RUN TestPauseStopPausedContainer [2020-07-08T10:06:38.449Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-07-08T10:06:39.014Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-07-08T10:06:39.014Z] === RUN TestPsFilter [2020-07-08T10:06:39.014Z] --- PASS: TestPsFilter (0.22s) [2020-07-08T10:06:39.014Z] === RUN TestRemoveContainerWithRemovedVolume [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s) [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.60s) [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.77s) [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.81s) [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.75s) [2020-07-08T10:06:39.044Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.91s) [2020-07-08T10:06:39.044Z] === RUN TestBuildMultiStageCopy [2020-07-08T10:06:39.044Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-07-08T10:06:39.624Z] --- PASS: TestCreateServiceMultipleTimes (22.30s) [2020-07-08T10:06:39.624Z] === RUN TestCreateServiceConflict [2020-07-08T10:06:39.947Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-07-08T10:06:39.948Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2020-07-08T10:06:39.948Z] === RUN TestRemoveContainerWithVolume [2020-07-08T10:06:40.561Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-07-08T10:06:40.561Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-07-08T10:06:40.647Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-07-08T10:06:40.855Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-07-08T10:06:40.885Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2020-07-08T10:06:40.885Z] === RUN TestRemoveContainerRunning [2020-07-08T10:06:41.148Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-07-08T10:06:41.273Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2020-07-08T10:06:41.451Z] --- PASS: TestRemoveContainerRunning (0.83s) [2020-07-08T10:06:41.451Z] === RUN TestRemoveContainerForceRemoveRunning [2020-07-08T10:06:41.470Z] --- PASS: TestBuildMultiStageCopy (2.87s) [2020-07-08T10:06:41.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.57s) [2020-07-08T10:06:41.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.31s) [2020-07-08T10:06:41.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) [2020-07-08T10:06:41.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2020-07-08T10:06:41.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2020-07-08T10:06:41.470Z] === RUN TestBuildMultiStageParentConfig [2020-07-08T10:06:42.385Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2020-07-08T10:06:42.385Z] === RUN TestRemoveInvalidContainer [2020-07-08T10:06:42.385Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-07-08T10:06:42.385Z] === RUN TestRenameLinkedContainer [2020-07-08T10:06:42.519Z] --- PASS: TestBuildMultiStageParentConfig (0.83s) [2020-07-08T10:06:42.519Z] === RUN TestBuildLabelWithTargets [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan (18.43s) [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.95s) [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.99s) [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.83s) [2020-07-08T10:06:42.560Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.34s) [2020-07-08T10:06:42.560Z] PASS [2020-07-08T10:06:42.560Z] [2020-07-08T10:06:42.560Z] DONE 8 tests in 20.620s [2020-07-08T10:06:42.560Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-07-08T10:06:42.560Z] ++ 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-07-08T10:06:42.560Z] ++ set -e [2020-07-08T10:06:42.560Z] ++ '[' -n 0 ']' [2020-07-08T10:06:42.560Z] ++ set -x [2020-07-08T10:06:42.560Z] ++ env -i DEST=/go/src/github.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-07-08T10:06:42.560Z] testing: warning: no tests to run [2020-07-08T10:06:42.560Z] PASS [2020-07-08T10:06:42.560Z] [2020-07-08T10:06:42.560Z] DONE 0 tests in 0.028s [2020-07-08T10:06:42.560Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-07-08T10:06:42.560Z] ++ 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-07-08T10:06:42.560Z] ++ set -e [2020-07-08T10:06:42.560Z] ++ '[' -n 0 ']' [2020-07-08T10:06:42.560Z] ++ set -x [2020-07-08T10:06:42.560Z] ++ env -i DEST=/go/src/github.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-07-08T10:06:42.560Z] INFO: Testing against a local daemon [2020-07-08T10:06:42.560Z] === RUN TestAuthZPluginAllowRequest [2020-07-08T10:06:42.654Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-07-08T10:06:43.146Z] --- PASS: TestCreateServiceConflict (3.68s) [2020-07-08T10:06:43.146Z] === RUN TestCreateServiceMaxReplicas [2020-07-08T10:06:43.564Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2020-07-08T10:06:43.564Z] === RUN TestBuildWithEmptyLayers [2020-07-08T10:06:44.204Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2020-07-08T10:06:44.204Z] === RUN TestBuildMultiStageOnBuild [2020-07-08T10:06:44.319Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-07-08T10:06:44.319Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-07-08T10:06:44.473Z] --- PASS: TestAuthZPluginAllowRequest (1.78s) [2020-07-08T10:06:44.473Z] === RUN TestAuthZPluginTLS [2020-07-08T10:06:44.562Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 35.4% of statements [2020-07-08T10:06:45.045Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-07-08T10:06:45.045Z] === RUN TestAuthZPluginDenyRequest [2020-07-08T10:06:45.615Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2020-07-08T10:06:45.615Z] === RUN TestAuthZPluginAPIDenyResponse [2020-07-08T10:06:45.691Z] --- PASS: TestRenameLinkedContainer (3.24s) [2020-07-08T10:06:45.691Z] === RUN TestRenameStoppedContainer [2020-07-08T10:06:46.187Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-07-08T10:06:46.187Z] === RUN TestAuthZPluginDenyResponse [2020-07-08T10:06:46.282Z] --- PASS: TestBuildMultiStageOnBuild (1.76s) [2020-07-08T10:06:46.282Z] === RUN TestBuildUncleanTarFilenames [2020-07-08T10:06:46.622Z] --- PASS: TestRenameStoppedContainer (0.73s) [2020-07-08T10:06:46.622Z] === RUN TestRenameRunningContainerAndReuse [2020-07-08T10:06:46.622Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-07-08T10:06:46.670Z] --- PASS: TestCreateServiceMaxReplicas (3.95s) [2020-07-08T10:06:46.670Z] === RUN TestCreateWithDuplicateNetworkNames [2020-07-08T10:06:46.922Z] --- PASS: TestBuildUncleanTarFilenames (0.84s) [2020-07-08T10:06:46.922Z] === RUN TestBuildMultiStageLayerLeak [2020-07-08T10:06:47.129Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-07-08T10:06:47.129Z] === RUN TestAuthZPluginAllowEventStream [2020-07-08T10:06:47.994Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2020-07-08T10:06:47.994Z] === RUN TestRenameInvalidName [2020-07-08T10:06:49.008Z] --- PASS: TestBuildMultiStageLayerLeak (1.84s) [2020-07-08T10:06:49.008Z] === RUN TestBuildWithHugeFile [2020-07-08T10:06:49.042Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2020-07-08T10:06:49.042Z] === RUN TestAuthZPluginErrorResponse [2020-07-08T10:06:49.302Z] --- PASS: TestAuthZPluginErrorResponse (0.65s) [2020-07-08T10:06:49.302Z] === RUN TestAuthZPluginErrorRequest [2020-07-08T10:06:49.364Z] --- PASS: TestRenameInvalidName (1.09s) [2020-07-08T10:06:49.364Z] === RUN TestRenameAnonymousContainer [2020-07-08T10:06:49.874Z] --- PASS: TestAuthZPluginErrorRequest (0.64s) [2020-07-08T10:06:49.874Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-07-08T10:06:50.817Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s) [2020-07-08T10:06:50.817Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-07-08T10:06:51.899Z] === RUN TestDockerSuite/TestBuildBlankName [2020-07-08T10:06:52.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-07-08T10:06:52.724Z] --- PASS: TestRenameAnonymousContainer (3.66s) [2020-07-08T10:06:52.724Z] === RUN TestRenameContainerWithSameName [2020-07-08T10:06:52.752Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.9% of statements [2020-07-08T10:06:53.360Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2020-07-08T10:06:53.361Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-07-08T10:06:54.138Z] ok github.com/docker/docker/daemon 12.132s coverage: 17.5% of statements [2020-07-08T10:06:54.138Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-07-08T10:06:54.138Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-07-08T10:06:54.618Z] --- PASS: TestRenameContainerWithSameName (1.67s) [2020-07-08T10:06:54.618Z] === RUN TestRenameContainerWithLinkedContainer [2020-07-08T10:06:55.076Z] ok github.com/docker/docker/daemon/config 0.054s coverage: 81.7% of statements [2020-07-08T10:06:55.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-07-08T10:06:55.273Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.34s) [2020-07-08T10:06:55.273Z] === RUN TestAuthZPluginHeader [2020-07-08T10:06:55.335Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2020-07-08T10:06:55.904Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-07-08T10:06:55.904Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-07-08T10:06:55.904Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-07-08T10:06:56.216Z] --- PASS: TestAuthZPluginHeader (1.02s) [2020-07-08T10:06:56.216Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-07-08T10:06:56.216Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-07-08T10:06:56.216Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:06:56.216Z] === RUN TestAuthZPluginV2Disable [2020-07-08T10:06:56.216Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-07-08T10:06:56.216Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:06:56.216Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-07-08T10:06:56.216Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-07-08T10:06:56.216Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:06:56.216Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-07-08T10:06:56.216Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-07-08T10:06:56.216Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:06:56.216Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-07-08T10:06:56.554Z] --- PASS: TestRenameContainerWithLinkedContainer (1.81s) [2020-07-08T10:06:56.554Z] === RUN TestResize [2020-07-08T10:06:56.843Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-07-08T10:06:57.118Z] --- PASS: TestResize (0.98s) [2020-07-08T10:06:57.118Z] === RUN TestResizeWithInvalidSize [2020-07-08T10:06:58.055Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-07-08T10:06:58.313Z] --- PASS: TestResizeWithInvalidSize (1.10s) [2020-07-08T10:06:58.313Z] === RUN TestResizeWhenContainerNotStarted [2020-07-08T10:06:59.245Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s) [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:06:59.245Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:06:59.245Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:06:59.246Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:06:59.246Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:06:59.246Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:06:59.246Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:06:59.383Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.464s coverage: 73.1% of statements [2020-07-08T10:06:59.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-07-08T10:06:59.643Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-07-08T10:07:01.025Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.370s coverage: 57.0% of statements [2020-07-08T10:07:01.403Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-07-08T10:07:02.334Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:07:02.591Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-07-08T10:07:02.591Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:07:02.935Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-07-08T10:07:03.964Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-07-08T10:07:04.844Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.292s coverage: 49.5% of statements [2020-07-08T10:07:05.105Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.812s coverage: 46.2% of statements [2020-07-08T10:07:05.105Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-07-08T10:07:05.256Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.69s) [2020-07-08T10:07:05.256Z] === RUN TestCreateServiceSecretFileMode [2020-07-08T10:07:05.336Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-07-08T10:07:05.336Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-07-08T10:07:05.888Z] --- PASS: TestCreateServiceSecretFileMode (3.63s) [2020-07-08T10:07:05.888Z] === RUN TestCreateServiceConfigFileMode [2020-07-08T10:07:06.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:07:06.968Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:07:07.012Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.597s coverage: 57.7% of statements [2020-07-08T10:07:07.012Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-07-08T10:07:07.584Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.355s coverage: 76.1% of statements [2020-07-08T10:07:07.584Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-07-08T10:07:07.900Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-07-08T10:07:08.536Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.0% of statements [2020-07-08T10:07:09.105Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2020-07-08T10:07:09.272Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:07:09.402Z] --- PASS: TestCreateServiceConfigFileMode (3.44s) [2020-07-08T10:07:09.402Z] === RUN TestCreateServiceSysctls [2020-07-08T10:07:09.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-07-08T10:07:09.529Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:07:10.042Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-07-08T10:07:10.902Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-07-08T10:07:11.422Z] ok github.com/docker/docker/daemon/images 0.035s coverage: 4.8% of statements [2020-07-08T10:07:11.422Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-07-08T10:07:11.422Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-07-08T10:07:11.468Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:07:11.726Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:07:11.990Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 41.8% of statements [2020-07-08T10:07:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-07-08T10:07:13.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:07:13.612Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:07:13.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-07-08T10:07:13.897Z] ok github.com/docker/docker/daemon/logger/awslogs 0.169s coverage: 77.8% of statements [2020-07-08T10:07:13.897Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-07-08T10:07:13.897Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-07-08T10:07:13.897Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2020-07-08T10:07:13.898Z] --- PASS: TestCreateServiceSysctls (4.47s) [2020-07-08T10:07:13.898Z] === RUN TestCreateServiceCapabilities [2020-07-08T10:07:14.322Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.11s) [2020-07-08T10:07:14.322Z] PASS [2020-07-08T10:07:14.322Z] [2020-07-08T10:07:14.322Z] === Skipped [2020-07-08T10:07:14.322Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-07-08T10:07:14.322Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:14.322Z] [2020-07-08T10:07:14.322Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-07-08T10:07:14.322Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:14.322Z] [2020-07-08T10:07:14.322Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-07-08T10:07:14.322Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:14.322Z] [2020-07-08T10:07:14.322Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-07-08T10:07:14.322Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:14.322Z] [2020-07-08T10:07:14.322Z] [2020-07-08T10:07:14.322Z] DONE 17 tests, 4 skipped in 32.059s [2020-07-08T10:07:14.322Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-07-08T10:07:14.322Z] ++ 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-07-08T10:07:14.322Z] ++ set -e [2020-07-08T10:07:14.322Z] ++ '[' -n 0 ']' [2020-07-08T10:07:14.322Z] ++ set -x [2020-07-08T10:07:14.322Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:14.583Z] INFO: Testing against a local daemon [2020-07-08T10:07:14.583Z] === RUN TestPluginInvalidJSON [2020-07-08T10:07:14.583Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:07:14.583Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:07:14.583Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:07:14.583Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-07-08T10:07:14.583Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-07-08T10:07:14.583Z] === RUN TestPluginInstall [2020-07-08T10:07:14.583Z] === RUN TestPluginInstall/no_auth [2020-07-08T10:07:15.276Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements [2020-07-08T10:07:15.276Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 61.6% of statements [2020-07-08T10:07:15.535Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.26s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.52s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.00s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.20s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.78s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.67s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.85s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.63s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.84s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.83s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s) [2020-07-08T10:07:16.395Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.48s) [2020-07-08T10:07:16.395Z] === RUN TestCgroupNamespacesRun [2020-07-08T10:07:16.473Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 75.2% of statements [2020-07-08T10:07:16.473Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-07-08T10:07:17.413Z] time="2020-07-08T10:07:17Z" level=error msg="Failed to remove source log file: remove /tmp/TestCheckCapacityAndRotate657635686/log537880973.1: no such file or directory" [2020-07-08T10:07:17.413Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 38.0% of statements [2020-07-08T10:07:17.415Z] --- PASS: TestCreateServiceCapabilities (3.68s) [2020-07-08T10:07:17.415Z] === RUN TestInspect [2020-07-08T10:07:17.767Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2020-07-08T10:07:17.767Z] === RUN TestCgroupNamespacesRunPrivileged [2020-07-08T10:07:17.982Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-07-08T10:07:19.137Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-07-08T10:07:19.361Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 46.8% of statements [2020-07-08T10:07:19.700Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s) [2020-07-08T10:07:19.700Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-07-08T10:07:19.876Z] time="2020-07-08T10:07:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:07:19.876Z] time="2020-07-08T10:07:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:07:19.876Z] time="2020-07-08T10:07:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e4397ed9426eb24861594f7727a83cabad6bd308ea8910bd8935d595c3e64a1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:07:19.876Z] time="2020-07-08T10:07:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:07:19.876Z] time="2020-07-08T10:07:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:07:19.876Z] time="2020-07-08T10:07:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e4397ed9426eb24861594f7727a83cabad6bd308ea8910bd8935d595c3e64a1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:07:19.930Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-07-08T10:07:20.447Z] === RUN TestPluginInstall/with_htpasswd [2020-07-08T10:07:20.499Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-07-08T10:07:20.499Z] ok github.com/docker/docker/daemon/logger/splunk 1.615s coverage: 82.5% of statements [2020-07-08T10:07:20.499Z] ? github.com/docker/docker/daemon/names [no test files] [2020-07-08T10:07:20.499Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-07-08T10:07:20.632Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-07-08T10:07:21.018Z] time="2020-07-08T10:07:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:07:21.018Z] time="2020-07-08T10:07:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:07:21.018Z] time="2020-07-08T10:07:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f180ec81029c7c9d7b3a844b6df597b42cd02040fa61abe954db369b4619b34" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:07:21.018Z] time="2020-07-08T10:07:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:07:21.018Z] time="2020-07-08T10:07:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:07:21.018Z] time="2020-07-08T10:07:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f180ec81029c7c9d7b3a844b6df597b42cd02040fa61abe954db369b4619b34" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:07:21.564Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2020-07-08T10:07:21.564Z] === RUN TestCgroupNamespacesRunHostMode [2020-07-08T10:07:21.589Z] === RUN TestPluginInstall/with_insecure [2020-07-08T10:07:21.889Z] --- PASS: TestInspect (3.70s) [2020-07-08T10:07:21.889Z] === RUN TestCreateJob [2020-07-08T10:07:22.408Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2020-07-08T10:07:22.936Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-07-08T10:07:22.936Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2020-07-08T10:07:22.936Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-07-08T10:07:22.973Z] time="2020-07-08T10:07:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:07:22.973Z] time="2020-07-08T10:07:22Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:07:22.973Z] time="2020-07-08T10:07:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9f65db7da4c537524d2d22945969b86eb1a6b1784154c1fe84e2b14c9658fad8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:07:22.973Z] time="2020-07-08T10:07:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:07:22.973Z] time="2020-07-08T10:07:22Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:07:22.973Z] time="2020-07-08T10:07:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9f65db7da4c537524d2d22945969b86eb1a6b1784154c1fe84e2b14c9658fad8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:07:23.234Z] --- PASS: TestPluginInstall (8.64s) [2020-07-08T10:07:23.234Z] --- PASS: TestPluginInstall/no_auth (5.68s) [2020-07-08T10:07:23.234Z] --- PASS: TestPluginInstall/with_htpasswd (1.20s) [2020-07-08T10:07:23.234Z] --- PASS: TestPluginInstall/with_insecure (1.76s) [2020-07-08T10:07:23.234Z] plugin_test.go:157: [db52c8616773c] daemon is not started [2020-07-08T10:07:23.234Z] PASS [2020-07-08T10:07:23.234Z] [2020-07-08T10:07:23.234Z] DONE 6 tests in 8.836s [2020-07-08T10:07:23.234Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-07-08T10:07:23.234Z] ++ 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-07-08T10:07:23.234Z] ++ set -e [2020-07-08T10:07:23.234Z] ++ '[' -n 0 ']' [2020-07-08T10:07:23.234Z] ++ set -x [2020-07-08T10:07:23.234Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:23.347Z] ok github.com/docker/docker/distribution 0.713s coverage: 22.1% of statements [2020-07-08T10:07:23.347Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-07-08T10:07:23.495Z] INFO: Testing against a local daemon [2020-07-08T10:07:23.495Z] === RUN TestExternalGraphDriver [2020-07-08T10:07:23.495Z] === RUN TestExternalGraphDriver/json [2020-07-08T10:07:24.285Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-07-08T10:07:24.308Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-07-08T10:07:24.872Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-07-08T10:07:24.872Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-07-08T10:07:25.223Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-07-08T10:07:25.483Z] ok github.com/docker/docker/distribution/xfer 1.883s coverage: 85.1% of statements [2020-07-08T10:07:25.483Z] ? github.com/docker/docker/dockerversion [no test files] [2020-07-08T10:07:26.039Z] === RUN TestExternalGraphDriver/spec [2020-07-08T10:07:26.052Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2020-07-08T10:07:26.052Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-07-08T10:07:26.331Z] --- PASS: TestCreateJob (4.52s) [2020-07-08T10:07:26.331Z] === RUN TestReplicatedJob [2020-07-08T10:07:26.774Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.80s) [2020-07-08T10:07:26.774Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-07-08T10:07:26.991Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-07-08T10:07:26.991Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-07-08T10:07:27.032Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-07-08T10:07:27.560Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-07-08T10:07:27.598Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s) [2020-07-08T10:07:27.598Z] === RUN TestCgroupNamespacesRunOlderClient [2020-07-08T10:07:28.607Z] === RUN TestExternalGraphDriver/pull [2020-07-08T10:07:28.941Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2020-07-08T10:07:29.200Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-07-08T10:07:29.495Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.91s) [2020-07-08T10:07:29.495Z] === RUN TestKernelTCPMemory [2020-07-08T10:07:29.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-07-08T10:07:30.320Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-07-08T10:07:30.578Z] --- PASS: TestKernelTCPMemory (0.96s) [2020-07-08T10:07:30.578Z] === RUN TestNISDomainname [2020-07-08T10:07:31.108Z] ok github.com/docker/docker/pkg/archive 0.306s coverage: 77.2% of statements [2020-07-08T10:07:31.151Z] --- PASS: TestExternalGraphDriver (7.48s) [2020-07-08T10:07:31.152Z] --- PASS: TestExternalGraphDriver/json (2.42s) [2020-07-08T10:07:31.152Z] --- PASS: TestExternalGraphDriver/spec (2.68s) [2020-07-08T10:07:31.152Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2020-07-08T10:07:31.152Z] === RUN TestGraphdriverPluginV2 [2020-07-08T10:07:31.152Z] --- SKIP: TestGraphdriverPluginV2 (0.23s) [2020-07-08T10:07:31.152Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:31.152Z] PASS [2020-07-08T10:07:31.152Z] [2020-07-08T10:07:31.152Z] === Skipped [2020-07-08T10:07:31.152Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.23s) [2020-07-08T10:07:31.152Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:31.152Z] [2020-07-08T10:07:31.152Z] [2020-07-08T10:07:31.152Z] DONE 5 tests, 1 skipped in 7.860s [2020-07-08T10:07:31.152Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-07-08T10:07:31.152Z] ++ 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-07-08T10:07:31.152Z] ++ set -e [2020-07-08T10:07:31.152Z] ++ '[' -n 0 ']' [2020-07-08T10:07:31.152Z] ++ set -x [2020-07-08T10:07:31.152Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:31.413Z] INFO: Testing against a local daemon [2020-07-08T10:07:31.413Z] === RUN TestContinueAfterPluginCrash [2020-07-08T10:07:31.413Z] === PAUSE TestContinueAfterPluginCrash [2020-07-08T10:07:31.413Z] === RUN TestReadPluginNoRead [2020-07-08T10:07:31.413Z] === PAUSE TestReadPluginNoRead [2020-07-08T10:07:31.413Z] === RUN TestDaemonStartWithLogOpt [2020-07-08T10:07:31.413Z] === PAUSE TestDaemonStartWithLogOpt [2020-07-08T10:07:31.413Z] === CONT TestContinueAfterPluginCrash [2020-07-08T10:07:31.413Z] === CONT TestDaemonStartWithLogOpt [2020-07-08T10:07:31.413Z] === CONT TestReadPluginNoRead [2020-07-08T10:07:31.953Z] --- PASS: TestNISDomainname (1.17s) [2020-07-08T10:07:31.953Z] === RUN TestHostnameDnsResolution [2020-07-08T10:07:32.059Z] ok github.com/docker/docker/pkg/authorization 0.376s coverage: 68.3% of statements [2020-07-08T10:07:32.060Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-07-08T10:07:32.320Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2020-07-08T10:07:32.519Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-07-08T10:07:32.777Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-07-08T10:07:33.034Z] --- PASS: TestHostnameDnsResolution (1.35s) [2020-07-08T10:07:33.034Z] === RUN TestStats [2020-07-08T10:07:33.216Z] --- PASS: TestReplicatedJob (7.08s) [2020-07-08T10:07:33.216Z] === RUN TestUpdateReplicatedJob [2020-07-08T10:07:34.934Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-07-08T10:07:35.191Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-07-08T10:07:35.620Z] ok github.com/docker/docker/pkg/chrootarchive 2.501s coverage: 43.2% of statements [2020-07-08T10:07:35.625Z] === RUN TestReadPluginNoRead/default [2020-07-08T10:07:35.755Z] --- PASS: TestStats (2.81s) [2020-07-08T10:07:35.755Z] === RUN TestStopContainerWithTimeout [2020-07-08T10:07:35.755Z] === RUN TestStopContainerWithTimeout/0 [2020-07-08T10:07:35.755Z] === PAUSE TestStopContainerWithTimeout/0 [2020-07-08T10:07:35.755Z] === RUN TestStopContainerWithTimeout/1 [2020-07-08T10:07:35.755Z] === PAUSE TestStopContainerWithTimeout/1 [2020-07-08T10:07:35.755Z] === RUN TestStopContainerWithTimeout/3 [2020-07-08T10:07:35.755Z] === PAUSE TestStopContainerWithTimeout/3 [2020-07-08T10:07:35.755Z] === RUN TestStopContainerWithTimeout/-1 [2020-07-08T10:07:35.755Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-07-08T10:07:35.880Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-07-08T10:07:36.013Z] === CONT TestStopContainerWithTimeout/0 [2020-07-08T10:07:36.013Z] === CONT TestStopContainerWithTimeout/3 [2020-07-08T10:07:36.140Z] ok github.com/docker/docker/layer 7.803s coverage: 68.8% of statements [2020-07-08T10:07:36.140Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-07-08T10:07:36.140Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-07-08T10:07:36.140Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-07-08T10:07:36.141Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-07-08T10:07:36.141Z] ? github.com/docker/docker/oci [no test files] [2020-07-08T10:07:36.141Z] ? github.com/docker/docker/oci/caps [no test files] [2020-07-08T10:07:36.141Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-07-08T10:07:36.141Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-07-08T10:07:36.196Z] --- PASS: TestDaemonStartWithLogOpt (4.77s) [2020-07-08T10:07:36.400Z] ok github.com/docker/docker/pkg/discovery 0.016s coverage: 58.3% of statements [2020-07-08T10:07:36.970Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-07-08T10:07:36.995Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-07-08T10:07:36.995Z] === CONT TestStopContainerWithTimeout/-1 [2020-07-08T10:07:37.539Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2020-07-08T10:07:37.580Z] === RUN TestReadPluginNoRead/disabled_caching [2020-07-08T10:07:37.660Z] --- PASS: TestUpdateReplicatedJob (4.76s) [2020-07-08T10:07:37.660Z] === RUN TestServiceListWithStatuses [2020-07-08T10:07:37.660Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-07-08T10:07:37.660Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:07:37.660Z] === RUN TestDockerNetworkConnectAlias [2020-07-08T10:07:38.108Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-07-08T10:07:38.677Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-07-08T10:07:38.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-07-08T10:07:38.904Z] === CONT TestStopContainerWithTimeout/1 [2020-07-08T10:07:39.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-07-08T10:07:39.494Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-07-08T10:07:40.059Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-07-08T10:07:40.402Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-07-08T10:07:40.628Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-07-08T10:07:40.660Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2020-07-08T10:07:40.660Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2020-07-08T10:07:40.660Z] --- PASS: TestStopContainerWithTimeout/3 (3.06s) [2020-07-08T10:07:40.660Z] --- PASS: TestStopContainerWithTimeout/-1 (2.90s) [2020-07-08T10:07:40.660Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2020-07-08T10:07:40.660Z] === RUN TestDeleteDevicemapper [2020-07-08T10:07:40.660Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-07-08T10:07:40.660Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:07:40.660Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-07-08T10:07:40.888Z] ok github.com/docker/docker/pkg/discovery/kv 3.066s coverage: 84.1% of statements [2020-07-08T10:07:41.406Z] --- PASS: TestReadPluginNoRead (9.81s) [2020-07-08T10:07:41.406Z] --- PASS: TestReadPluginNoRead/default (1.89s) [2020-07-08T10:07:41.406Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2020-07-08T10:07:41.406Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.81s) [2020-07-08T10:07:41.406Z] read_test.go:92: [d780fb4a66af5] daemon is not started [2020-07-08T10:07:41.457Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2020-07-08T10:07:41.457Z] ok github.com/docker/docker/pkg/fsutils 0.196s coverage: 85.1% of statements [2020-07-08T10:07:41.667Z] --- PASS: TestContinueAfterPluginCrash (10.24s) [2020-07-08T10:07:41.667Z] PASS [2020-07-08T10:07:41.667Z] [2020-07-08T10:07:41.667Z] DONE 6 tests in 10.389s [2020-07-08T10:07:41.667Z] 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-07-08T10:07:41.667Z] ++ 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-07-08T10:07:41.667Z] ++ set -e [2020-07-08T10:07:41.667Z] ++ '[' -n 0 ']' [2020-07-08T10:07:41.667Z] ++ set -x [2020-07-08T10:07:41.667Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:41.667Z] testing: warning: no tests to run [2020-07-08T10:07:41.667Z] PASS [2020-07-08T10:07:41.667Z] [2020-07-08T10:07:41.667Z] DONE 0 tests in 0.039s [2020-07-08T10:07:41.667Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-07-08T10:07:41.667Z] ++ 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-07-08T10:07:41.667Z] ++ set -e [2020-07-08T10:07:41.667Z] ++ '[' -n 0 ']' [2020-07-08T10:07:41.667Z] ++ set -x [2020-07-08T10:07:41.667Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:41.927Z] INFO: Testing against a local daemon [2020-07-08T10:07:41.927Z] === RUN TestPluginWithDevMounts [2020-07-08T10:07:41.927Z] === PAUSE TestPluginWithDevMounts [2020-07-08T10:07:41.927Z] === CONT TestPluginWithDevMounts [2020-07-08T10:07:42.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-07-08T10:07:42.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-07-08T10:07:42.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-07-08T10:07:42.030Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-07-08T10:07:42.395Z] ok github.com/docker/docker/pkg/idtools 0.432s coverage: 70.5% of statements [2020-07-08T10:07:42.961Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-07-08T10:07:42.963Z] ok github.com/docker/docker/pkg/ioutils 0.508s coverage: 70.6% of statements [2020-07-08T10:07:42.963Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2020-07-08T10:07:43.218Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.59s) [2020-07-08T10:07:43.218Z] === RUN TestUpdateMemory [2020-07-08T10:07:43.218Z] --- SKIP: TestUpdateMemory (0.00s) [2020-07-08T10:07:43.218Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:07:43.218Z] === RUN TestUpdateCPUQuota [2020-07-08T10:07:43.223Z] ok github.com/docker/docker/pkg/locker 0.027s coverage: 88.9% of statements [2020-07-08T10:07:43.482Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2020-07-08T10:07:43.482Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-07-08T10:07:43.482Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-07-08T10:07:43.742Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2020-07-08T10:07:43.742Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-07-08T10:07:43.742Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2020-07-08T10:07:43.783Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-07-08T10:07:44.311Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-07-08T10:07:44.311Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2020-07-08T10:07:44.469Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-07-08T10:07:44.469Z] PASS [2020-07-08T10:07:44.469Z] [2020-07-08T10:07:44.469Z] DONE 1 tests in 2.347s [2020-07-08T10:07:44.469Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-07-08T10:07:44.469Z] ++ 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-07-08T10:07:44.469Z] ++ set -e [2020-07-08T10:07:44.469Z] ++ '[' -n 0 ']' [2020-07-08T10:07:44.469Z] ++ set -x [2020-07-08T10:07:44.469Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:44.469Z] INFO: Testing against a local daemon [2020-07-08T10:07:44.469Z] === RUN TestSecretInspect [2020-07-08T10:07:44.570Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-07-08T10:07:44.570Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-07-08T10:07:44.570Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-07-08T10:07:44.716Z] --- PASS: TestUpdateCPUQuota (1.23s) [2020-07-08T10:07:44.716Z] === RUN TestUpdatePidsLimit [2020-07-08T10:07:44.716Z] === RUN TestUpdatePidsLimit/update_from_none [2020-07-08T10:07:44.976Z] === RUN TestUpdatePidsLimit/no_change [2020-07-08T10:07:45.234Z] === RUN TestUpdatePidsLimit/update_lower [2020-07-08T10:07:45.491Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-07-08T10:07:45.508Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-07-08T10:07:45.747Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-07-08T10:07:45.985Z] --- PASS: TestBuildWithHugeFile (55.53s) [2020-07-08T10:07:45.985Z] === RUN TestBuildWithEmptyDockerfile [2020-07-08T10:07:45.985Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:07:45.985Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:07:45.985Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:07:45.985Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:07:45.985Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:07:45.985Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:07:45.985Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-07-08T10:07:45.985Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-07-08T10:07:45.985Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-07-08T10:07:45.985Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-07-08T10:07:45.985Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-07-08T10:07:45.985Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2020-07-08T10:07:45.985Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-07-08T10:07:45.985Z] === RUN TestBuildPreserveOwnership [2020-07-08T10:07:45.985Z] === RUN TestBuildPreserveOwnership/copy_from [2020-07-08T10:07:46.158Z] --- PASS: TestDockerNetworkConnectAlias (7.93s) [2020-07-08T10:07:46.158Z] === RUN TestDockerNetworkReConnect [2020-07-08T10:07:46.315Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-07-08T10:07:46.444Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-07-08T10:07:46.444Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-07-08T10:07:46.572Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-07-08T10:07:46.704Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-07-08T10:07:46.829Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-07-08T10:07:47.032Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-07-08T10:07:47.765Z] --- PASS: TestSecretInspect (3.20s) [2020-07-08T10:07:47.765Z] === RUN TestSecretList [2020-07-08T10:07:48.080Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2020-07-08T10:07:48.339Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-07-08T10:07:48.552Z] --- PASS: TestBuildPreserveOwnership (3.88s) [2020-07-08T10:07:48.552Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.50s) [2020-07-08T10:07:48.552Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.37s) [2020-07-08T10:07:48.552Z] === RUN TestBuildPlatformInvalid [2020-07-08T10:07:48.552Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-07-08T10:07:48.552Z] PASS [2020-07-08T10:07:48.552Z] [2020-07-08T10:07:48.552Z] === Skipped [2020-07-08T10:07:48.552Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-07-08T10:07:48.552Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:07:48.552Z] [2020-07-08T10:07:48.552Z] [2020-07-08T10:07:48.552Z] DONE 32 tests, 1 skipped in 94.020s [2020-07-08T10:07:48.552Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-07-08T10:07:48.552Z] ++ 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-07-08T10:07:48.552Z] ++ set -e [2020-07-08T10:07:48.552Z] ++ '[' -n 0 ']' [2020-07-08T10:07:48.552Z] ++ set -x [2020-07-08T10:07:48.552Z] ++ env -i DEST=/go/src/github.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-07-08T10:07:48.552Z] INFO: Testing against a local daemon [2020-07-08T10:07:48.552Z] === RUN TestConfigInspect [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit (3.92s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-07-08T10:07:48.726Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-07-08T10:07:48.726Z] === RUN TestUpdateRestartPolicy [2020-07-08T10:07:49.657Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-07-08T10:07:49.914Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-07-08T10:07:50.637Z] --- PASS: TestConfigInspect (1.96s) [2020-07-08T10:07:50.637Z] === RUN TestConfigList [2020-07-08T10:07:50.850Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-07-08T10:07:51.063Z] --- PASS: TestSecretList (3.21s) [2020-07-08T10:07:51.063Z] === RUN TestSecretsCreateAndDelete [2020-07-08T10:07:51.414Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-07-08T10:07:51.626Z] ok github.com/docker/docker/pkg/signal 2.387s coverage: 61.0% of statements [2020-07-08T10:07:51.626Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-07-08T10:07:51.713Z] --- PASS: TestDockerNetworkReConnect (6.23s) [2020-07-08T10:07:51.713Z] === RUN TestServicePlugin [2020-07-08T10:07:51.713Z] --- SKIP: TestServicePlugin (0.00s) [2020-07-08T10:07:51.713Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:07:51.713Z] === RUN TestServiceUpdateLabel [2020-07-08T10:07:51.886Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-07-08T10:07:52.146Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-07-08T10:07:52.345Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-07-08T10:07:52.409Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-07-08T10:07:52.709Z] --- PASS: TestConfigList (1.85s) [2020-07-08T10:07:52.709Z] === RUN TestConfigsCreateAndDelete [2020-07-08T10:07:52.908Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-07-08T10:07:52.983Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.8% of statements [2020-07-08T10:07:53.551Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-07-08T10:07:54.119Z] ok github.com/docker/docker/pkg/tailfile 0.051s coverage: 88.6% of statements [2020-07-08T10:07:54.231Z] --- PASS: TestConfigsCreateAndDelete (1.92s) [2020-07-08T10:07:54.231Z] === RUN TestConfigsUpdate [2020-07-08T10:07:54.361Z] --- PASS: TestSecretsCreateAndDelete (3.17s) [2020-07-08T10:07:54.361Z] === RUN TestSecretsUpdate [2020-07-08T10:07:54.688Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-07-08T10:07:54.688Z] testing: warning: no tests to run [2020-07-08T10:07:54.688Z] coverage: [no statements] [2020-07-08T10:07:54.688Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-07-08T10:07:55.225Z] --- PASS: TestServiceUpdateLabel (3.74s) [2020-07-08T10:07:55.225Z] === RUN TestServiceUpdateSecrets [2020-07-08T10:07:55.255Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-07-08T10:07:55.256Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-07-08T10:07:55.434Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-07-08T10:07:55.515Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-07-08T10:07:56.329Z] --- PASS: TestConfigsUpdate (1.94s) [2020-07-08T10:07:56.329Z] === RUN TestTemplatedConfig [2020-07-08T10:07:56.903Z] --- PASS: TestSecretsUpdate (3.20s) [2020-07-08T10:07:56.903Z] === RUN TestTemplatedSecret [2020-07-08T10:07:57.329Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-07-08T10:07:57.422Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements [2020-07-08T10:07:57.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-07-08T10:07:57.990Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-07-08T10:07:58.517Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-07-08T10:07:58.929Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-07-08T10:07:59.072Z] --- PASS: TestTemplatedConfig (2.49s) [2020-07-08T10:07:59.072Z] === RUN TestConfigCreateResolve [2020-07-08T10:07:59.082Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-07-08T10:07:59.188Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-07-08T10:07:59.339Z] === RUN TestDockerSuite/TestBuildCmd [2020-07-08T10:07:59.596Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-07-08T10:08:00.161Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-07-08T10:08:00.161Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-07-08T10:08:00.161Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-07-08T10:08:00.595Z] --- PASS: TestConfigCreateResolve (1.90s) [2020-07-08T10:08:00.595Z] === RUN TestConfigDaemonLibtrustID [2020-07-08T10:08:01.092Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-07-08T10:08:01.092Z] --- PASS: TestUpdateRestartPolicy (12.68s) [2020-07-08T10:08:01.092Z] === RUN TestUpdateRestartWithAutoRemove [2020-07-08T10:08:01.095Z] ok github.com/docker/docker/registry 0.078s coverage: 56.3% of statements [2020-07-08T10:08:01.104Z] --- PASS: TestTemplatedSecret (3.61s) [2020-07-08T10:08:01.104Z] === RUN TestSecretCreateResolve [2020-07-08T10:08:01.230Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-07-08T10:08:01.230Z] PASS [2020-07-08T10:08:01.230Z] [2020-07-08T10:08:01.230Z] DONE 7 tests in 12.679s [2020-07-08T10:08:01.230Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-07-08T10:08:01.230Z] ++ 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-07-08T10:08:01.230Z] ++ set -e [2020-07-08T10:08:01.230Z] ++ '[' -n 0 ']' [2020-07-08T10:08:01.230Z] ++ set -x [2020-07-08T10:08:01.230Z] ++ env -i DEST=/go/src/github.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-07-08T10:08:01.230Z] INFO: Testing against a local daemon [2020-07-08T10:08:01.230Z] === RUN TestCheckpoint [2020-07-08T10:08:01.230Z] --- SKIP: TestCheckpoint (0.00s) [2020-07-08T10:08:01.230Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:08:01.230Z] === RUN TestContainerInvalidJSON [2020-07-08T10:08:01.230Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:08:01.230Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:08:01.230Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:08:01.230Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:08:01.230Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:08:01.230Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:08:01.230Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-07-08T10:08:01.230Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-07-08T10:08:01.230Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-07-08T10:08:01.230Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-07-08T10:08:01.230Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-07-08T10:08:01.230Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-07-08T10:08:01.230Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-07-08T10:08:01.230Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-07-08T10:08:01.348Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-07-08T10:08:01.355Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-07-08T10:08:01.525Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-07-08T10:08:01.525Z] === RUN TestCopyFromContainerPathIsNotDir [2020-07-08T10:08:01.525Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-07-08T10:08:01.525Z] === RUN TestCopyToContainerPathDoesNotExist [2020-07-08T10:08:01.525Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-07-08T10:08:01.525Z] === RUN TestCopyToContainerPathIsNotDir [2020-07-08T10:08:01.526Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-07-08T10:08:01.526Z] === RUN TestCopyFromContainer [2020-07-08T10:08:01.614Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-07-08T10:08:01.914Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-07-08T10:08:01.914Z] === RUN TestWaitNonBlocked [2020-07-08T10:08:01.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:08:01.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:08:01.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:08:01.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:08:01.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:08:01.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:08:02.183Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.8% of statements [2020-07-08T10:08:02.443Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-07-08T10:08:03.044Z] === RUN TestCopyFromContainer// [2020-07-08T10:08:03.044Z] === RUN TestCopyFromContainer//bar/root [2020-07-08T10:08:03.044Z] === RUN TestCopyFromContainer//bar/root/ [2020-07-08T10:08:03.044Z] === RUN TestCopyFromContainer/bar/quux [2020-07-08T10:08:03.044Z] === RUN TestCopyFromContainer/bar/quux/ [2020-07-08T10:08:03.287Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-07-08T10:08:03.287Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2020-07-08T10:08:03.287Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.29s) [2020-07-08T10:08:03.287Z] === RUN TestWaitBlocked [2020-07-08T10:08:03.287Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:08:03.287Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:08:03.287Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:08:03.287Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:08:03.287Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:08:03.287Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:08:03.337Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-07-08T10:08:03.337Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-07-08T10:08:03.337Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-07-08T10:08:03.337Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-07-08T10:08:03.630Z] === RUN TestCopyFromContainer/bar/notarget [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer (1.99s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-07-08T10:08:03.630Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-07-08T10:08:03.630Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-07-08T10:08:03.630Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:08:03.630Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:08:03.630Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:08:03.630Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:08:03.630Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:08:03.630Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:08:03.630Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-07-08T10:08:03.630Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-07-08T10:08:03.630Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-07-08T10:08:03.630Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-07-08T10:08:03.630Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-07-08T10:08:03.630Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-07-08T10:08:03.630Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-07-08T10:08:03.630Z] === RUN TestCreateLinkToNonExistingContainer [2020-07-08T10:08:03.630Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-07-08T10:08:03.630Z] === RUN TestCreateWithInvalidEnv [2020-07-08T10:08:03.630Z] === RUN TestCreateWithInvalidEnv/0 [2020-07-08T10:08:03.630Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-07-08T10:08:03.630Z] === RUN TestCreateWithInvalidEnv/1 [2020-07-08T10:08:03.630Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-07-08T10:08:03.630Z] === RUN TestCreateWithInvalidEnv/2 [2020-07-08T10:08:03.630Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-07-08T10:08:03.630Z] === CONT TestCreateWithInvalidEnv/0 [2020-07-08T10:08:03.630Z] === CONT TestCreateWithInvalidEnv/1 [2020-07-08T10:08:03.630Z] === CONT TestCreateWithInvalidEnv/2 [2020-07-08T10:08:03.630Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-07-08T10:08:03.630Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-07-08T10:08:03.630Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-07-08T10:08:03.631Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-07-08T10:08:03.631Z] === RUN TestCreateTmpfsMountsTarget [2020-07-08T10:08:03.631Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-07-08T10:08:03.631Z] === RUN TestCreateWithCustomMaskedPaths [2020-07-08T10:08:03.647Z] --- PASS: TestSecretCreateResolve (3.22s) [2020-07-08T10:08:03.647Z] PASS [2020-07-08T10:08:03.647Z] [2020-07-08T10:08:03.647Z] DONE 6 tests in 19.748s [2020-07-08T10:08:03.908Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-07-08T10:08:03.908Z] ++ 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-07-08T10:08:03.908Z] ++ set -e [2020-07-08T10:08:03.908Z] ++ '[' -n 0 ']' [2020-07-08T10:08:03.908Z] ++ set -x [2020-07-08T10:08:03.908Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-07-08T10:08:03.908Z] INFO: Testing against a local daemon [2020-07-08T10:08:03.908Z] === RUN TestServiceCreateInit [2020-07-08T10:08:03.908Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-07-08T10:08:04.658Z] --- PASS: TestWaitBlocked (0.07s) [2020-07-08T10:08:04.658Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2020-07-08T10:08:04.658Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.31s) [2020-07-08T10:08:04.658Z] === CONT TestContainerStartOnDaemonRestart [2020-07-08T10:08:04.658Z] === CONT TestIpcModeOlderClient [2020-07-08T10:08:04.658Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-07-08T10:08:04.658Z] === CONT TestDaemonHostGatewayIP [2020-07-08T10:08:04.985Z] ok github.com/docker/docker/volume/drivers 0.018s coverage: 36.1% of statements [2020-07-08T10:08:05.150Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s) [2020-07-08T10:08:05.150Z] === RUN TestCreateWithCapabilities [2020-07-08T10:08:05.222Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:08:05.444Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-07-08T10:08:05.444Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities (0.03s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2020-07-08T10:08:05.444Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-07-08T10:08:05.444Z] === RUN TestCreateWithCustomReadonlyPaths [2020-07-08T10:08:05.922Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements [2020-07-08T10:08:06.491Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-07-08T10:08:06.961Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s) [2020-07-08T10:08:06.961Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-07-08T10:08:06.961Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:08:06.961Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:08:06.961Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:08:06.961Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:08:06.961Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:08:06.961Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:08:06.961Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:08:06.961Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:08:06.961Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:08:06.961Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:08:06.961Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-07-08T10:08:06.961Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-07-08T10:08:06.961Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-07-08T10:08:06.961Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-07-08T10:08:06.961Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-07-08T10:08:07.262Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-07-08T10:08:07.262Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-07-08T10:08:07.262Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-07-08T10:08:07.262Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-07-08T10:08:07.262Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-07-08T10:08:07.262Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-07-08T10:08:07.262Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-07-08T10:08:07.429Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2020-07-08T10:08:07.745Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-07-08T10:08:07.897Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2020-07-08T10:08:07.897Z] === RUN TestCreateDifferentPlatform [2020-07-08T10:08:07.897Z] === RUN TestCreateDifferentPlatform/different_os [2020-07-08T10:08:07.897Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-07-08T10:08:07.897Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-07-08T10:08:07.897Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-07-08T10:08:07.897Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-07-08T10:08:07.897Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-07-08T10:08:07.897Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-07-08T10:08:07.897Z] === RUN TestContainerStartOnDaemonRestart [2020-07-08T10:08:07.897Z] === PAUSE TestContainerStartOnDaemonRestart [2020-07-08T10:08:07.897Z] === RUN TestDaemonRestartIpcMode [2020-07-08T10:08:07.897Z] === PAUSE TestDaemonRestartIpcMode [2020-07-08T10:08:07.897Z] === RUN TestDaemonHostGatewayIP [2020-07-08T10:08:07.897Z] === PAUSE TestDaemonHostGatewayIP [2020-07-08T10:08:07.897Z] === RUN TestContainerKillOnDaemonStart [2020-07-08T10:08:07.897Z] === PAUSE TestContainerKillOnDaemonStart [2020-07-08T10:08:07.897Z] === RUN TestDiff [2020-07-08T10:08:08.192Z] --- PASS: TestDiff (0.52s) [2020-07-08T10:08:08.192Z] === RUN TestExecWithCloseStdin [2020-07-08T10:08:08.679Z] --- PASS: TestContainerStartOnDaemonRestart (3.89s) [2020-07-08T10:08:08.679Z] === CONT TestContainerKillOnDaemonStart [2020-07-08T10:08:08.937Z] === RUN TestDockerSuite/TestBuildContChar [2020-07-08T10:08:09.189Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-07-08T10:08:09.232Z] --- PASS: TestExecWithCloseStdin (0.66s) [2020-07-08T10:08:09.233Z] === RUN TestExec [2020-07-08T10:08:09.526Z] --- PASS: TestExec (0.65s) [2020-07-08T10:08:09.526Z] === RUN TestExecUser [2020-07-08T10:08:09.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-07-08T10:08:10.161Z] --- PASS: TestExecUser (0.63s) [2020-07-08T10:08:10.161Z] === RUN TestExportContainerAndImportImage [2020-07-08T10:08:10.435Z] --- PASS: TestDaemonHostGatewayIP (5.57s) [2020-07-08T10:08:10.435Z] === CONT TestDaemonRestartIpcMode [2020-07-08T10:08:11.202Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2020-07-08T10:08:11.202Z] === RUN TestExportContainerAfterDaemonRestart [2020-07-08T10:08:12.332Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-07-08T10:08:12.590Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-07-08T10:08:12.718Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s) [2020-07-08T10:08:12.718Z] === RUN TestHealthCheckWorkdir [2020-07-08T10:08:13.353Z] --- PASS: TestHealthCheckWorkdir (0.79s) [2020-07-08T10:08:13.353Z] === RUN TestHealthKillContainer [2020-07-08T10:08:13.520Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-07-08T10:08:13.778Z] --- PASS: TestDaemonRestartIpcMode (3.53s) [2020-07-08T10:08:13.778Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-07-08T10:08:13.787Z] --- PASS: TestServiceUpdateSecrets (15.82s) [2020-07-08T10:08:13.787Z] === RUN TestServiceUpdateConfigs [2020-07-08T10:08:14.035Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-07-08T10:08:14.472Z] --- PASS: TestServiceCreateInit (9.63s) [2020-07-08T10:08:14.472Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.09s) [2020-07-08T10:08:14.472Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.50s) [2020-07-08T10:08:14.472Z] === RUN TestCreateServiceMultipleTimes [2020-07-08T10:08:14.604Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-07-08T10:08:14.604Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-07-08T10:08:15.169Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-07-08T10:08:16.085Z] --- PASS: TestHealthKillContainer (2.74s) [2020-07-08T10:08:16.085Z] === RUN TestInspectCpusetInConfigPre120 [2020-07-08T10:08:16.727Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s) [2020-07-08T10:08:16.727Z] === RUN TestIpcModeNone [2020-07-08T10:08:17.366Z] --- PASS: TestIpcModeNone (0.63s) [2020-07-08T10:08:17.366Z] === RUN TestIpcModePrivate [2020-07-08T10:08:18.000Z] --- PASS: TestIpcModePrivate (0.65s) [2020-07-08T10:08:18.000Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-07-08T10:08:18.000Z] === RUN TestIpcModeShareable [2020-07-08T10:08:18.444Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-07-08T10:08:18.637Z] --- PASS: TestIpcModeShareable (0.67s) [2020-07-08T10:08:18.637Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-07-08T10:08:18.637Z] === RUN TestAPIIpcModeShareableAndContainer [2020-07-08T10:08:19.632Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/pkg/term [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/rootless [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/testutil/request [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/volume [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-07-08T10:08:19.632Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === Skipped [2020-07-08T10:08:19.632Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-07-08T10:08:19.632Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-07-08T10:08:19.632Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver btrfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:73: No driver to put! [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-07-08T10:08:19.632Z] time="2020-07-08T10:07:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-07-08T10:08:19.632Z] time="2020-07-08T10:07:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-07-08T10:08:19.632Z] time="2020-07-08T10:07:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-07-08T10:08:19.632Z] time="2020-07-08T10:07:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-07-08T10:08:19.632Z] time="2020-07-08T10:07:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:73: No driver to put! [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-07-08T10:08:19.632Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-07-08T10:08:19.632Z] overlay_test.go:49: Fails to compute changes intermittently [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-07-08T10:08:19.632Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-07-08T10:08:19.632Z] graphtest_unix.go:46: Driver zfs not supported [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-07-08T10:08:19.632Z] graphtest_unix.go:73: No driver to put! [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-07-08T10:08:19.632Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-07-08T10:08:19.632Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] [2020-07-08T10:08:19.632Z] DONE 2124 tests, 26 skipped in 249.264s [2020-07-08T10:08:19.812Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile Post stage [Pipeline] junit [2020-07-08T10:08:20.212Z] Recording test results [2020-07-08T10:08:20.726Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.94s) [2020-07-08T10:08:20.726Z] === RUN TestAPIIpcModeHost [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-07-08T10:08:21.021Z] --- PASS: TestAPIIpcModeHost (0.48s) [2020-07-08T10:08:21.021Z] === RUN TestDaemonIpcModeShareable [2020-07-08T10:08:21.087Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41168/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b956bd3b587cdd2a99f17a5caabda42fda6547bb hack/validate/vendor [2020-07-08T10:08:21.654Z] No vendor changes in diff. [2020-07-08T10:08:21.707Z] --- PASS: TestContainerKillOnDaemonStart (12.81s) [2020-07-08T10:08:21.707Z] PASS [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] === Skipped [2020-07-08T10:08:21.707Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-07-08T10:08:21.707Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-07-08T10:08:21.707Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-07-08T10:08:21.707Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:08:21.707Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-07-08T10:08:21.707Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-07-08T10:08:21.707Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] [2020-07-08T10:08:21.707Z] DONE 204 tests, 6 skipped in 152.914s [2020-07-08T10:08:21.707Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-07-08T10:08:21.707Z] ++ 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-07-08T10:08:21.707Z] ++ set -e [2020-07-08T10:08:21.707Z] ++ '[' -n 0 ']' [2020-07-08T10:08:21.707Z] ++ set -x [2020-07-08T10:08:21.707Z] ++ env -i DEST=/go/src/github.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-07-08T10:08:21.707Z] INFO: Testing against a local daemon [2020-07-08T10:08:21.707Z] === RUN TestCommitInheritsEnv [2020-07-08T10:08:21.869Z] 666079ee0460: Pull complete [2020-07-08T10:08:21.869Z] Digest: sha256:0594b3bb67e2b5e57ab4414d7ce012a72582a6094b04b536c421ea1a23b7e7c7 [2020-07-08T10:08:21.869Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:08:21.869Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-07-08T10:08:21.869Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-07-08T10:08:21.869Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1282' [2020-07-08T10:08:21.869Z] WARN: Skipping validation tests [2020-07-08T10:08:21.869Z] INFO: Running unit tests at 07/08/2020 10:08:08... [2020-07-08T10:08:21.869Z] INFO: make.ps1 starting at 07/08/2020 10:08:12 [2020-07-08T10:08:21.869Z] INFO: Git commit (e7a6431088) assumed from DOCKER_GITCOMMIT environment variable [2020-07-08T10:08:21.869Z] INFO: Invoking autogen... [2020-07-08T10:08:21.869Z] INFO: Running unit tests... [2020-07-08T10:08:21.869Z] 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-07-08T10:08:21.964Z] --- PASS: TestCommitInheritsEnv (0.39s) [2020-07-08T10:08:21.964Z] === RUN TestImportExtremelyLargeImageWorks [2020-07-08T10:08:21.964Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-07-08T10:08:21.964Z] === RUN TestImagesFilterMultiReference [2020-07-08T10:08:21.964Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-07-08T10:08:21.964Z] === RUN TestImagePullPlatformInvalid [2020-07-08T10:08:21.964Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-07-08T10:08:21.964Z] === RUN TestRemoveImageOrphaning [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-07-08T10:08:22.528Z] --- PASS: TestRemoveImageOrphaning (0.35s) [2020-07-08T10:08:22.528Z] === RUN TestRemoveImageGarbageCollector [2020-07-08T10:08:22.545Z] --- PASS: TestDaemonIpcModeShareable (1.45s) [2020-07-08T10:08:22.545Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-07-08T10:08:22.545Z] === RUN TestDaemonIpcModePrivate [2020-07-08T10:08:22.561Z] + echo Building e2e image [2020-07-08T10:08:22.561Z] Building e2e image [2020-07-08T10:08:22.561Z] + docker build --build-arg DOCKER_GITCOMMIT=b956bd3b587cdd2a99f17a5caabda42fda6547bb -t moby-e2e-test -f Dockerfile.e2e . [2020-07-08T10:08:22.561Z] #2 [internal] load build definition from Dockerfile.e2e [2020-07-08T10:08:22.561Z] #2 transferring dockerfile: 3.21kB done [2020-07-08T10:08:22.561Z] #2 DONE 0.0s [2020-07-08T10:08:22.561Z] [2020-07-08T10:08:22.561Z] #1 [internal] load .dockerignore [2020-07-08T10:08:22.561Z] #1 transferring context: 34B done [2020-07-08T10:08:22.561Z] #1 DONE 0.0s [2020-07-08T10:08:22.561Z] [2020-07-08T10:08:22.561Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2020-07-08T10:08:22.827Z] #4 DONE 0.3s [2020-07-08T10:08:22.827Z] [2020-07-08T10:08:22.827Z] #3 [internal] load metadata for docker.io/library/golang:1.13.12-alpine [2020-07-08T10:08:22.827Z] #3 DONE 0.3s [2020-07-08T10:08:22.827Z] [2020-07-08T10:08:22.827Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... [2020-07-08T10:08:22.827Z] #14 resolve docker.io/library/golang:1.13.12-alpine@sha256:4c475018cc22a3c1b1e42806467be68c61beef9f94cb4533960f5fdd53f631b4 done [2020-07-08T10:08:23.089Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-07-08T10:08:23.089Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-07-08T10:08:23.089Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-07-08T10:08:23.089Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 0B / 126.96MB 0.2s [2020-07-08T10:08:23.089Z] #14 sha256:4c475018cc22a3c1b1e42806467be68c61beef9f94cb4533960f5fdd53f631b4 1.65kB / 1.65kB done [2020-07-08T10:08:23.089Z] #14 sha256:90e2f8cc39f2bb8450c45b41580b285ca4c177b3c9c7fe0015732ba010c68a2b 1.36kB / 1.36kB done [2020-07-08T10:08:23.089Z] #14 sha256:cea245765db1a405a8511d96d147f5161c55f225515c3929dfcf215048add463 3.83kB / 3.83kB done [2020-07-08T10:08:23.089Z] #14 sha256:e5ffe4cf9f04433b1e030067c4d129ea3821af101c597980cfeb846f7efea799 0B / 126B 0.2s [2020-07-08T10:08:23.089Z] #14 sha256:e5ffe4cf9f04433b1e030067c4d129ea3821af101c597980cfeb846f7efea799 126B / 126B 0.2s done [2020-07-08T10:08:23.091Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-07-08T10:08:23.348Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-07-08T10:08:23.349Z] #14 ... [2020-07-08T10:08:23.349Z] [2020-07-08T10:08:23.349Z] #8 [internal] load build context [2020-07-08T10:08:23.349Z] #8 transferring context: 851.79kB 0.4s done [2020-07-08T10:08:23.349Z] #8 DONE 0.4s [2020-07-08T10:08:23.349Z] [2020-07-08T10:08:23.349Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... [2020-07-08T10:08:23.349Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.2s done [2020-07-08T10:08:23.349Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 17.48MB / 126.96MB 0.5s [2020-07-08T10:08:23.349Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-07-08T10:08:23.349Z] #14 ... [2020-07-08T10:08:23.349Z] [2020-07-08T10:08:23.349Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-07-08T10:08:23.349Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-07-08T10:08:23.349Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-07-08T10:08:23.349Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-07-08T10:08:23.349Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-07-08T10:08:23.349Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-07-08T10:08:23.349Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done [2020-07-08T10:08:23.349Z] #5 DONE 0.6s [2020-07-08T10:08:23.349Z] [2020-07-08T10:08:23.349Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... [2020-07-08T10:08:23.605Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-07-08T10:08:23.609Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 28.09MB / 126.96MB 0.7s [2020-07-08T10:08:23.609Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 44.53MB / 126.96MB 0.9s [2020-07-08T10:08:23.869Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 54.52MB / 126.96MB 1.0s [2020-07-08T10:08:23.869Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 65.32MB / 126.96MB 1.1s [2020-07-08T10:08:24.094Z] --- PASS: TestDaemonIpcModePrivate (1.42s) [2020-07-08T10:08:24.094Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-07-08T10:08:24.094Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-07-08T10:08:24.130Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 74.83MB / 126.96MB 1.2s [2020-07-08T10:08:24.130Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 83.38MB / 126.96MB 1.3s [2020-07-08T10:08:24.389Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 102.50MB / 126.96MB 1.5s [2020-07-08T10:08:24.389Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 114.95MB / 126.96MB 1.6s [2020-07-08T10:08:24.538Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-07-08T10:08:24.538Z] --- PASS: TestRemoveImageGarbageCollector (2.05s) [2020-07-08T10:08:24.538Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-07-08T10:08:24.538Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-07-08T10:08:24.538Z] === RUN TestTagInvalidReference [2020-07-08T10:08:24.538Z] --- PASS: TestTagInvalidReference (0.04s) [2020-07-08T10:08:24.538Z] === RUN TestTagValidPrefixedRepo [2020-07-08T10:08:24.538Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2020-07-08T10:08:24.538Z] === RUN TestTagExistedNameWithoutForce [2020-07-08T10:08:24.648Z] #14 ... [2020-07-08T10:08:24.648Z] [2020-07-08T10:08:24.648Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-07-08T10:08:24.648Z] #6 DONE 1.1s [2020-07-08T10:08:24.648Z] [2020-07-08T10:08:24.648Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... [2020-07-08T10:08:24.648Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 126.96MB / 126.96MB 1.7s [2020-07-08T10:08:24.648Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 126.96MB / 126.96MB 1.7s done [2020-07-08T10:08:24.648Z] #14 extracting sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 [2020-07-08T10:08:24.795Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-07-08T10:08:24.795Z] === RUN TestTagOfficialNames [2020-07-08T10:08:24.795Z] --- PASS: TestTagOfficialNames (0.12s) [2020-07-08T10:08:24.795Z] === RUN TestTagMatchesDigest [2020-07-08T10:08:24.795Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-07-08T10:08:24.795Z] === CONT TestImportExtremelyLargeImageWorks [2020-07-08T10:08:25.137Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.41s) [2020-07-08T10:08:25.137Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-07-08T10:08:25.137Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-07-08T10:08:26.653Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.40s) [2020-07-08T10:08:26.653Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-07-08T10:08:26.654Z] === RUN TestIpcModeOlderClient [2020-07-08T10:08:26.654Z] === PAUSE TestIpcModeOlderClient [2020-07-08T10:08:26.654Z] === RUN TestKillContainerInvalidSignal [2020-07-08T10:08:27.287Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2020-07-08T10:08:27.287Z] === RUN TestKillContainer [2020-07-08T10:08:27.287Z] === RUN TestKillContainer/no_signal [2020-07-08T10:08:27.319Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-07-08T10:08:27.581Z] === RUN TestKillContainer/non_killing_signal [2020-07-08T10:08:28.217Z] === RUN TestKillContainer/killing_signal [2020-07-08T10:08:28.689Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-07-08T10:08:28.856Z] --- PASS: TestKillContainer (1.63s) [2020-07-08T10:08:28.856Z] --- PASS: TestKillContainer/no_signal (0.53s) [2020-07-08T10:08:28.856Z] --- PASS: TestKillContainer/non_killing_signal (0.35s) [2020-07-08T10:08:28.856Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-07-08T10:08:28.856Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-07-08T10:08:28.856Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-07-08T10:08:28.922Z] ? github.com/docker/docker/api [no test files] [2020-07-08T10:08:29.138Z] --- PASS: TestServiceUpdateConfigs (15.46s) [2020-07-08T10:08:29.138Z] === RUN TestServiceUpdateNetwork [2020-07-08T10:08:29.494Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-07-08T10:08:29.792Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.10s) [2020-07-08T10:08:29.792Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s) [2020-07-08T10:08:29.792Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) [2020-07-08T10:08:29.792Z] === RUN TestKillStoppedContainer [2020-07-08T10:08:29.926Z] #14 extracting sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 5.1s [2020-07-08T10:08:29.926Z] #14 ... [2020-07-08T10:08:29.926Z] [2020-07-08T10:08:29.926Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-07-08T10:08:29.926Z] #7 0.960 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-08T10:08:29.926Z] #7 2.041 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-08T10:08:29.926Z] #7 2.145 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-07-08T10:08:29.926Z] #7 2.153 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-07-08T10:08:29.926Z] #7 2.163 (3/30) Installing readline (8.0.0-r0) [2020-07-08T10:08:29.926Z] #7 2.169 (4/30) Installing bash (5.0.0-r0) [2020-07-08T10:08:29.926Z] #7 2.185 Executing bash-5.0.0-r0.post-install [2020-07-08T10:08:29.926Z] #7 2.189 (5/30) Installing ca-certificates (20191127-r2) [2020-07-08T10:08:29.926Z] #7 2.207 (6/30) Installing libgcc (8.3.0-r0) [2020-07-08T10:08:29.926Z] #7 2.211 (7/30) Installing libstdc++ (8.3.0-r0) [2020-07-08T10:08:29.926Z] #7 2.227 (8/30) Installing binutils (2.32-r0) [2020-07-08T10:08:29.926Z] #7 2.329 (9/30) Installing gmp (6.1.2-r1) [2020-07-08T10:08:29.926Z] #7 2.337 (10/30) Installing isl (0.18-r0) [2020-07-08T10:08:29.926Z] #7 2.357 (11/30) Installing libgomp (8.3.0-r0) [2020-07-08T10:08:29.926Z] #7 2.361 (12/30) Installing libatomic (8.3.0-r0) [2020-07-08T10:08:29.926Z] #7 2.364 (13/30) Installing mpfr3 (3.1.5-r1) [2020-07-08T10:08:29.926Z] #7 2.371 (14/30) Installing mpc1 (1.1.0-r0) [2020-07-08T10:08:29.926Z] #7 2.375 (15/30) Installing gcc (8.3.0-r0) [2020-07-08T10:08:29.926Z] #7 3.229 (16/30) Installing musl-dev (1.1.22-r3) [2020-07-08T10:08:29.926Z] #7 3.332 (17/30) Installing libc-dev (0.7.1-r0) [2020-07-08T10:08:29.926Z] #7 3.334 (18/30) Installing g++ (8.3.0-r0) [2020-07-08T10:08:29.926Z] #7 3.881 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-07-08T10:08:29.926Z] #7 3.884 (20/30) Installing libcurl (7.66.0-r0) [2020-07-08T10:08:29.926Z] #7 3.895 (21/30) Installing expat (2.2.8-r0) [2020-07-08T10:08:29.926Z] #7 3.900 (22/30) Installing pcre2 (10.33-r0) [2020-07-08T10:08:29.926Z] #7 3.909 (23/30) Installing git (2.22.4-r0) [2020-07-08T10:08:29.926Z] #7 4.109 (24/30) Installing libmnl (1.0.4-r0) [2020-07-08T10:08:29.926Z] #7 4.111 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-07-08T10:08:29.927Z] #7 4.115 (26/30) Installing iptables (1.8.3-r1) [2020-07-08T10:08:29.927Z] #7 4.142 (27/30) Installing pigz (2.4-r0) [2020-07-08T10:08:29.927Z] #7 4.148 (28/30) Installing tar (1.32-r0) [2020-07-08T10:08:29.927Z] #7 4.155 (29/30) Installing xz-libs (5.2.4-r0) [2020-07-08T10:08:29.927Z] #7 4.160 (30/30) Installing xz (5.2.4-r0) [2020-07-08T10:08:29.927Z] #7 4.168 Executing busybox-1.30.1-r3.trigger [2020-07-08T10:08:29.927Z] #7 4.174 Executing ca-certificates-20191127-r2.trigger [2020-07-08T10:08:29.927Z] #7 4.225 OK: 179 MiB in 44 packages [2020-07-08T10:08:29.927Z] #7 DONE 5.3s [2020-07-08T10:08:29.927Z] [2020-07-08T10:08:29.927Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-07-08T10:08:29.927Z] #9 DONE 0.1s [2020-07-08T10:08:29.927Z] [2020-07-08T10:08:29.927Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-07-08T10:08:29.927Z] #10 DONE 0.0s [2020-07-08T10:08:29.927Z] [2020-07-08T10:08:29.927Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-07-08T10:08:29.927Z] #11 DONE 0.0s [2020-07-08T10:08:29.927Z] [2020-07-08T10:08:29.927Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-07-08T10:08:29.927Z] #12 DONE 0.0s [2020-07-08T10:08:29.927Z] [2020-07-08T10:08:29.927Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-07-08T10:08:30.113Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-07-08T10:08:30.113Z] === RUN TestKillStoppedContainerAPIPre120 [2020-07-08T10:08:30.113Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-07-08T10:08:30.113Z] === RUN TestKillDifferentUserContainer [2020-07-08T10:08:30.115Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-07-08T10:08:30.186Z] #13 DONE 0.0s [2020-07-08T10:08:30.186Z] [2020-07-08T10:08:30.186Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... [2020-07-08T10:08:30.373Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-07-08T10:08:30.748Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2020-07-08T10:08:30.748Z] === RUN TestInspectOomKilledTrue [2020-07-08T10:08:30.945Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-07-08T10:08:30.945Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-07-08T10:08:31.123Z] #14 extracting sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 6.2s done [2020-07-08T10:08:31.123Z] #14 extracting sha256:e5ffe4cf9f04433b1e030067c4d129ea3821af101c597980cfeb846f7efea799 done [2020-07-08T10:08:31.123Z] #14 DONE 8.3s [2020-07-08T10:08:31.123Z] [2020-07-08T10:08:31.123Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-07-08T10:08:31.390Z] --- PASS: TestInspectOomKilledTrue (0.90s) [2020-07-08T10:08:31.390Z] === RUN TestInspectOomKilledFalse [2020-07-08T10:08:31.691Z] #15 0.515 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-08T10:08:32.030Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2020-07-08T10:08:32.030Z] === RUN TestLinksEtcHostsContentMatch [2020-07-08T10:08:32.581Z] --- PASS: TestCreateServiceMultipleTimes (18.68s) [2020-07-08T10:08:32.581Z] === RUN TestCreateServiceConflict [2020-07-08T10:08:32.665Z] --- PASS: TestLinksEtcHostsContentMatch (0.44s) [2020-07-08T10:08:32.665Z] === RUN TestLinksContainerNames [2020-07-08T10:08:32.840Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-07-08T10:08:32.840Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-07-08T10:08:32.840Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-07-08T10:08:32.840Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-07-08T10:08:32.840Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-07-08T10:08:33.069Z] #15 1.582 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-08T10:08:33.069Z] #15 1.694 (1/55) Upgrading musl (1.1.24-r8 -> 1.1.24-r9) [2020-07-08T10:08:33.069Z] #15 1.703 (2/55) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-07-08T10:08:33.069Z] #15 1.707 (3/55) Installing ncurses-libs (6.2_p20200523-r0) [2020-07-08T10:08:33.069Z] #15 1.713 (4/55) Installing readline (8.0.4-r0) [2020-07-08T10:08:33.069Z] #15 1.716 (5/55) Installing bash (5.0.17-r0) [2020-07-08T10:08:33.069Z] #15 1.728 Executing bash-5.0.17-r0.post-install [2020-07-08T10:08:33.069Z] #15 1.730 (6/55) Installing linux-headers (5.4.5-r1) [2020-07-08T10:08:33.069Z] #15 1.806 (7/55) Installing libblkid (2.35.2-r0) [2020-07-08T10:08:33.069Z] #15 1.810 (8/55) Installing libuuid (2.35.2-r0) [2020-07-08T10:08:33.069Z] #15 1.812 (9/55) Installing btrfs-progs-libs (5.6.1-r0) [2020-07-08T10:08:33.069Z] #15 1.817 (10/55) Installing btrfs-progs-dev (5.6.1-r0) [2020-07-08T10:08:33.069Z] #15 1.821 (11/55) Installing libgcc (9.3.0-r2) [2020-07-08T10:08:33.069Z] #15 1.823 (12/55) Installing libstdc++ (9.3.0-r2) [2020-07-08T10:08:33.069Z] #15 1.835 (13/55) Installing binutils (2.34-r1) [2020-07-08T10:08:33.069Z] #15 1.901 (14/55) Installing libmagic (5.38-r0) [2020-07-08T10:08:33.069Z] #15 1.922 (15/55) Installing file (5.38-r0) [2020-07-08T10:08:33.069Z] #15 1.923 (16/55) Installing gmp (6.2.0-r0) [2020-07-08T10:08:33.069Z] #15 1.929 (17/55) Installing isl (0.18-r0) [2020-07-08T10:08:33.069Z] #15 1.944 (18/55) Installing libgomp (9.3.0-r2) [2020-07-08T10:08:33.069Z] #15 1.947 (19/55) Installing libatomic (9.3.0-r2) [2020-07-08T10:08:33.069Z] #15 1.948 (20/55) Installing libgphobos (9.3.0-r2) [2020-07-08T10:08:33.069Z] #15 1.988 (21/55) Installing mpfr4 (4.0.2-r4) [2020-07-08T10:08:33.069Z] #15 1.994 (22/55) Installing mpc1 (1.1.0-r1) [2020-07-08T10:08:33.069Z] #15 1.996 (23/55) Installing gcc (9.3.0-r2) [2020-07-08T10:08:33.708Z] --- PASS: TestLinksContainerNames (1.05s) [2020-07-08T10:08:33.708Z] === RUN TestLogsFollowTailEmpty [2020-07-08T10:08:33.999Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2020-07-08T10:08:33.999Z] === RUN TestContainerNetworkMountsNoChown [2020-07-08T10:08:34.009Z] #15 2.817 (24/55) Installing musl-dev (1.1.24-r9) [2020-07-08T10:08:34.009Z] #15 2.890 (25/55) Installing libc-dev (0.7.2-r3) [2020-07-08T10:08:34.009Z] #15 2.891 (26/55) Installing g++ (9.3.0-r2) [2020-07-08T10:08:34.578Z] #15 3.297 (27/55) Installing make (4.3-r0) [2020-07-08T10:08:34.578Z] #15 3.300 (28/55) Installing fortify-headers (1.1-r0) [2020-07-08T10:08:34.578Z] #15 3.302 (29/55) Installing patch (2.7.6-r6) [2020-07-08T10:08:34.578Z] #15 3.304 (30/55) Installing build-base (0.5-r2) [2020-07-08T10:08:34.578Z] #15 3.305 (31/55) Installing nghttp2-libs (1.41.0-r0) [2020-07-08T10:08:34.578Z] #15 3.308 (32/55) Installing libcurl (7.69.1-r0) [2020-07-08T10:08:34.578Z] #15 3.314 (33/55) Installing curl (7.69.1-r0) [2020-07-08T10:08:34.578Z] #15 3.317 (34/55) Installing oniguruma (6.9.5-r1) [2020-07-08T10:08:34.578Z] #15 3.323 (35/55) Installing jq (1.6-r1) [2020-07-08T10:08:34.578Z] #15 3.329 (36/55) Installing device-mapper-libs (2.02.186-r1) [2020-07-08T10:08:34.578Z] #15 3.333 (37/55) Installing device-mapper-event-libs (2.02.186-r1) [2020-07-08T10:08:34.578Z] #15 3.335 (38/55) Installing libaio (0.3.112-r1) [2020-07-08T10:08:34.578Z] #15 3.337 (39/55) Installing lvm2-libs (2.02.186-r1) [2020-07-08T10:08:34.578Z] #15 3.365 (40/55) Installing blkid (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.368 (41/55) Installing libcap-ng (0.7.10-r0) [2020-07-08T10:08:34.578Z] #15 3.370 (42/55) Installing setpriv (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.372 (43/55) Installing libmount (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.376 (44/55) Installing libsmartcols (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.379 (45/55) Installing findmnt (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.381 (46/55) Installing mcookie (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.383 (47/55) Installing hexdump (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.385 (48/55) Installing lsblk (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.387 (49/55) Installing libfdisk (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.392 (50/55) Installing sfdisk (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.395 (51/55) Installing cfdisk (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.397 (52/55) Installing util-linux (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.431 (53/55) Installing pkgconf (1.7.2-r0) [2020-07-08T10:08:34.578Z] #15 3.433 (54/55) Installing util-linux-dev (2.35.2-r0) [2020-07-08T10:08:34.578Z] #15 3.453 (55/55) Installing lvm2-dev (2.02.186-r1) [2020-07-08T10:08:34.578Z] #15 3.458 Executing busybox-1.31.1-r16.trigger [2020-07-08T10:08:34.578Z] #15 3.463 OK: 230 MiB in 69 packages [2020-07-08T10:08:34.637Z] --- PASS: TestContainerNetworkMountsNoChown (0.56s) [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/default [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/default [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/private [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/private [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rprivate [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rprivate [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/slave [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/slave [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rslave [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rslave [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/shared [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/shared [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rshared [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rshared [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/default [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/default/bind_root [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/shared [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/rslave [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/default/mount_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/rprivate [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/slave [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/default/bind_root [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/private [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/private/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/private/mount_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/rshared [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/default/mount_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:08:34.637Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:08:34.637Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-07-08T10:08:34.637Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/private/bind_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/private/mount_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-07-08T10:08:34.932Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-07-08T10:08:34.932Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-07-08T10:08:34.932Z] === RUN TestContainerBindMountNonRecursive [2020-07-08T10:08:35.147Z] #15 DONE 4.1s [2020-07-08T10:08:35.406Z] [2020-07-08T10:08:35.406Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-07-08T10:08:35.879Z] --- PASS: TestCreateServiceConflict (3.21s) [2020-07-08T10:08:35.879Z] === RUN TestCreateServiceMaxReplicas [2020-07-08T10:08:35.976Z] #16 DONE 0.6s [2020-07-08T10:08:35.976Z] [2020-07-08T10:08:35.976Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-07-08T10:08:36.114Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-07-08T10:08:36.449Z] --- PASS: TestContainerBindMountNonRecursive (1.30s) [2020-07-08T10:08:36.449Z] === RUN TestNetworkNat [2020-07-08T10:08:36.560Z] #17 DONE 0.6s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-07-08T10:08:36.560Z] #18 DONE 0.0s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-07-08T10:08:36.560Z] #26 DONE 0.0s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-07-08T10:08:36.560Z] #27 DONE 0.1s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-07-08T10:08:36.560Z] #19 DONE 0.1s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-07-08T10:08:36.560Z] #22 DONE 0.1s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-07-08T10:08:36.560Z] #23 DONE 0.1s [2020-07-08T10:08:36.560Z] [2020-07-08T10:08:36.560Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-07-08T10:08:36.678Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-07-08T10:08:36.742Z] --- PASS: TestNetworkNat (0.57s) [2020-07-08T10:08:36.742Z] === RUN TestNetworkLocalhostTCPNat [2020-07-08T10:08:36.824Z] #28 DONE 0.1s [2020-07-08T10:08:36.824Z] [2020-07-08T10:08:36.824Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-07-08T10:08:37.241Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-07-08T10:08:37.377Z] --- PASS: TestNetworkLocalhostTCPNat (0.59s) [2020-07-08T10:08:37.377Z] === RUN TestNetworkLoopbackNat [2020-07-08T10:08:37.805Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-07-08T10:08:38.208Z] #29 ... [2020-07-08T10:08:38.208Z] [2020-07-08T10:08:38.208Z] #31 [builder 1/4] COPY . . [2020-07-08T10:08:38.208Z] #31 DONE 1.8s [2020-07-08T10:08:38.370Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-07-08T10:08:38.467Z] [2020-07-08T10:08:38.467Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-07-08T10:08:38.467Z] #24 1.593 + RM_GOPATH=0 [2020-07-08T10:08:38.467Z] #24 1.593 + TMP_GOPATH= [2020-07-08T10:08:38.467Z] #24 1.593 + : /build [2020-07-08T10:08:38.467Z] #24 1.593 + '[' -z '' ']' [2020-07-08T10:08:38.467Z] #24 1.593 ++ mktemp -d [2020-07-08T10:08:38.467Z] #24 1.595 + export GOPATH=/tmp/tmp.pmeHoL [2020-07-08T10:08:38.467Z] #24 1.595 + GOPATH=/tmp/tmp.pmeHoL [2020-07-08T10:08:38.467Z] #24 1.595 + RM_GOPATH=1 [2020-07-08T10:08:38.467Z] #24 1.595 + case "$(go env GOARCH)" in [2020-07-08T10:08:38.467Z] #24 1.595 ++ go env GOARCH [2020-07-08T10:08:38.467Z] #24 1.598 + export GO_BUILDMODE=-buildmode=pie [2020-07-08T10:08:38.467Z] #24 1.598 + GO_BUILDMODE=-buildmode=pie [2020-07-08T10:08:38.467Z] #24 1.599 ++ dirname ./install.sh [2020-07-08T10:08:38.467Z] #24 1.600 + dir=. [2020-07-08T10:08:38.467Z] #24 1.600 + bin=dockercli [2020-07-08T10:08:38.467Z] #24 1.601 + shift [2020-07-08T10:08:38.467Z] #24 1.601 + '[' '!' -f ./dockercli.installer ']' [2020-07-08T10:08:38.467Z] #24 1.602 + . ./dockercli.installer [2020-07-08T10:08:38.467Z] #24 1.602 ++ Install docker/cli version 17.06.2-ce from stable [2020-07-08T10:08:38.467Z] #24 1.607 : stable [2020-07-08T10:08:38.467Z] #24 1.607 ++ : 17.06.2-ce [2020-07-08T10:08:38.467Z] #24 1.607 + install_dockercli [2020-07-08T10:08:38.467Z] #24 1.607 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-07-08T10:08:38.467Z] #24 1.611 ++ uname -m [2020-07-08T10:08:38.467Z] #24 1.618 + arch=x86_64 [2020-07-08T10:08:38.467Z] #24 1.618 + '[' x86_64 '!=' x86_64 ']' [2020-07-08T10:08:38.467Z] #24 1.618 + url=https://download.docker.com/linux/static [2020-07-08T10:08:38.467Z] #24 1.618 + tar -xz docker/docker [2020-07-08T10:08:38.467Z] #24 1.618 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-07-08T10:08:39.177Z] --- PASS: TestCreateServiceMaxReplicas (3.58s) [2020-07-08T10:08:39.177Z] === RUN TestCreateWithDuplicateNetworkNames [2020-07-08T10:08:39.846Z] #24 ... [2020-07-08T10:08:39.846Z] [2020-07-08T10:08:39.846Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-07-08T10:08:39.846Z] #32 DONE 1.6s [2020-07-08T10:08:40.105Z] [2020-07-08T10:08:40.105Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-07-08T10:08:40.116Z] --- PASS: TestNetworkLoopbackNat (2.76s) [2020-07-08T10:08:40.116Z] === RUN TestPause [2020-07-08T10:08:40.756Z] --- PASS: TestPause (0.58s) [2020-07-08T10:08:40.756Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-07-08T10:08:40.756Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:08:40.756Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:08:40.756Z] === RUN TestPauseStopPausedContainer [2020-07-08T10:08:41.395Z] --- PASS: TestPauseStopPausedContainer (0.60s) [2020-07-08T10:08:41.395Z] === RUN TestPsFilter [2020-07-08T10:08:41.490Z] #33 1.480 [2020-07-08T10:08:41.490Z] #33 1.614 Removing bundles/ [2020-07-08T10:08:41.490Z] #33 ... [2020-07-08T10:08:41.490Z] [2020-07-08T10:08:41.490Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-07-08T10:08:41.490Z] #24 4.651 + mkdir -p /build [2020-07-08T10:08:41.490Z] #24 4.653 + mv docker/docker /build/ [2020-07-08T10:08:41.490Z] #24 4.655 + rmdir docker [2020-07-08T10:08:41.490Z] #24 DONE 4.8s [2020-07-08T10:08:41.490Z] [2020-07-08T10:08:41.490Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-07-08T10:08:41.490Z] #33 1.615 [2020-07-08T10:08:41.490Z] #33 1.625 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-07-08T10:08:41.646Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-07-08T10:08:41.688Z] --- PASS: TestPsFilter (0.16s) [2020-07-08T10:08:41.688Z] === RUN TestRemoveContainerWithRemovedVolume [2020-07-08T10:08:41.903Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-07-08T10:08:41.980Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.51s) [2020-07-08T10:08:41.980Z] === RUN TestRemoveContainerWithVolume [2020-07-08T10:08:42.160Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-07-08T10:08:42.618Z] --- PASS: TestRemoveContainerWithVolume (0.52s) [2020-07-08T10:08:42.618Z] === RUN TestRemoveContainerRunning [2020-07-08T10:08:43.267Z] --- PASS: TestRemoveContainerRunning (0.60s) [2020-07-08T10:08:43.267Z] === RUN TestRemoveContainerForceRemoveRunning [2020-07-08T10:08:43.400Z] #33 3.435 Building test suite binary ./integration-cli/test.main [2020-07-08T10:08:43.612Z] ok github.com/docker/docker/api/server 0.132s coverage: 9.0% of statements [2020-07-08T10:08:43.900Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s) [2020-07-08T10:08:43.900Z] === RUN TestRemoveInvalidContainer [2020-07-08T10:08:43.900Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-07-08T10:08:43.900Z] === RUN TestRenameLinkedContainer [2020-07-08T10:08:44.459Z] --- PASS: TestServiceUpdateNetwork (15.96s) [2020-07-08T10:08:44.459Z] === RUN TestServiceUpdatePidsLimit [2020-07-08T10:08:44.459Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-07-08T10:08:44.749Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-07-08T10:08:45.436Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-07-08T10:08:45.436Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-07-08T10:08:45.436Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-07-08T10:08:45.975Z] --- PASS: TestRenameLinkedContainer (2.13s) [2020-07-08T10:08:45.975Z] === RUN TestRenameStoppedContainer [2020-07-08T10:08:46.610Z] --- PASS: TestRenameStoppedContainer (0.55s) [2020-07-08T10:08:46.610Z] === RUN TestRenameRunningContainerAndReuse [2020-07-08T10:08:46.693Z] #33 ... [2020-07-08T10:08:46.693Z] [2020-07-08T10:08:46.693Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-07-08T10:08:46.693Z] #20 3.008 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-07-08T10:08:46.693Z] #20 3.841 #=#=# [2020-07-08T10:08:46.693Z] #20 3.958 ## 3.1% ############### 21.0% ########################### 37.9% ################################## 48.1% ############################################# 63.1% ########################################################## 81.0% ######################################################################## 100.0% [2020-07-08T10:08:46.693Z] #20 5.198 [2020-07-08T10:08:46.693Z] #20 5.317 ################## 25.8% ######################################################################## 100.0% [2020-07-08T10:08:46.693Z] #20 6.005 [2020-07-08T10:08:46.693Z] #20 6.147 ###################################### 54.1% ######################################################################## 100.0% [2020-07-08T10:08:46.693Z] #20 6.679 [2020-07-08T10:08:46.693Z] #20 6.815 0.0% ############### 21.7% ############################### 43.8% ################################################## 70.8% ################################################################# 91.1% ######################################################################## 100.0% [2020-07-08T10:08:46.693Z] #20 7.769 [2020-07-08T10:08:46.694Z] #20 7.887 0.8% ##### 7.1% ######## 11.9% ############ 17.7% ################ 23.2% ################## 26.2% ###################### 31.2% ########################## 36.5% ############################# 40.5% ################################# 46.5% ####################################### 55.3% ########################################### 60.5% ############################################### 65.8% ################################################### 71.0% ###################################################### 76.2% ########################################################## 81.4% ############################################################## 86.6% ################################################################## 91.7% ##################################################################### 97.0% ######################################################################## 100.0% [2020-07-08T10:08:46.694Z] #20 10.13 [2020-07-08T10:08:47.332Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-07-08T10:08:47.654Z] --- PASS: TestRenameRunningContainerAndReuse (1.09s) [2020-07-08T10:08:47.654Z] === RUN TestRenameInvalidName [2020-07-08T10:08:48.075Z] #20 11.24 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-07-08T10:08:48.290Z] --- PASS: TestRenameInvalidName (0.59s) [2020-07-08T10:08:48.290Z] === RUN TestRenameAnonymousContainer [2020-07-08T10:08:48.335Z] #20 11.73 [2020-07-08T10:08:48.594Z] #20 11.84 ######################################################################## 100.0% [2020-07-08T10:08:48.854Z] #20 12.23 [2020-07-08T10:08:50.234Z] #20 13.54 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-07-08T10:08:50.368Z] --- PASS: TestRenameAnonymousContainer (2.00s) [2020-07-08T10:08:50.368Z] === RUN TestRenameContainerWithSameName [2020-07-08T10:08:50.494Z] #20 13.95 [2020-07-08T10:08:50.661Z] --- PASS: TestRenameContainerWithSameName (0.54s) [2020-07-08T10:08:50.661Z] === RUN TestRenameContainerWithLinkedContainer [2020-07-08T10:08:50.754Z] #20 14.07 ########## 14.7% ######################################################################## 100.0% [2020-07-08T10:08:51.015Z] #20 14.49 [2020-07-08T10:08:51.515Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-07-08T10:08:51.743Z] --- PASS: TestRenameContainerWithLinkedContainer (1.07s) [2020-07-08T10:08:51.743Z] === RUN TestResize [2020-07-08T10:08:51.773Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-07-08T10:08:52.030Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-07-08T10:08:52.394Z] --- PASS: TestResize (0.58s) [2020-07-08T10:08:52.394Z] === RUN TestResizeWithInvalidSize [2020-07-08T10:08:52.396Z] #20 15.74 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-07-08T10:08:52.396Z] #20 15.90 skipping existing c35d46ef359f [2020-07-08T10:08:52.966Z] #20 16.23 [2020-07-08T10:08:53.028Z] --- PASS: TestResizeWithInvalidSize (0.57s) [2020-07-08T10:08:53.028Z] === RUN TestResizeWhenContainerNotStarted [2020-07-08T10:08:53.214Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-07-08T10:08:53.331Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s) [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:08:53.331Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:08:53.331Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:08:53.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-07-08T10:08:53.331Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-07-08T10:08:53.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-07-08T10:08:53.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-07-08T10:08:54.087Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.77s) [2020-07-08T10:08:54.087Z] === RUN TestCreateServiceSecretFileMode [2020-07-08T10:08:54.874Z] #20 18.01 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-07-08T10:08:55.135Z] #20 18.41 [2020-07-08T10:08:55.135Z] #20 18.49 ######################################################################## 100.0% [2020-07-08T10:08:55.396Z] #20 18.87 [2020-07-08T10:08:55.396Z] #20 18.97 Download of images into '/build' complete. [2020-07-08T10:08:55.656Z] #20 18.97 Use something like the following to load the result into a Docker daemon: [2020-07-08T10:08:55.656Z] #20 18.97 tar -cC '/build' . | docker load [2020-07-08T10:08:55.917Z] #20 DONE 19.3s [2020-07-08T10:08:55.917Z] [2020-07-08T10:08:55.917Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-07-08T10:08:56.109Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-07-08T10:08:56.411Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-07-08T10:08:57.057Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-07-08T10:08:57.289Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-07-08T10:08:57.355Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:08:57.384Z] --- PASS: TestCreateServiceSecretFileMode (3.37s) [2020-07-08T10:08:57.384Z] === RUN TestCreateServiceConfigFileMode [2020-07-08T10:08:58.220Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-07-08T10:08:58.456Z] #29 ... [2020-07-08T10:08:58.456Z] [2020-07-08T10:08:58.456Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-07-08T10:08:58.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-07-08T10:08:58.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:08:58.889Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-07-08T10:08:59.026Z] #21 DONE 0.7s [2020-07-08T10:08:59.026Z] [2020-07-08T10:08:59.026Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-07-08T10:08:59.026Z] #29 ... [2020-07-08T10:08:59.026Z] [2020-07-08T10:08:59.026Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-07-08T10:08:59.026Z] #25 DONE 0.1s [2020-07-08T10:08:59.151Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-07-08T10:08:59.286Z] [2020-07-08T10:08:59.286Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-07-08T10:08:59.938Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-07-08T10:09:00.522Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-07-08T10:09:00.522Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-07-08T10:09:00.683Z] --- PASS: TestCreateServiceConfigFileMode (3.38s) [2020-07-08T10:09:00.683Z] === RUN TestCreateServiceSysctls [2020-07-08T10:09:01.676Z] --- PASS: TestServiceUpdatePidsLimit (17.67s) [2020-07-08T10:09:01.676Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2020-07-08T10:09:01.676Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2020-07-08T10:09:01.676Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.15s) [2020-07-08T10:09:01.676Z] PASS [2020-07-08T10:09:01.676Z] [2020-07-08T10:09:01.676Z] === Skipped [2020-07-08T10:09:01.676Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-07-08T10:09:01.676Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:09:01.676Z] [2020-07-08T10:09:01.676Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-07-08T10:09:01.676Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:09:01.676Z] [2020-07-08T10:09:01.676Z] [2020-07-08T10:09:01.676Z] DONE 27 tests, 2 skipped in 174.522s [2020-07-08T10:09:01.676Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-07-08T10:09:01.676Z] ++ 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-07-08T10:09:01.676Z] ++ set -e [2020-07-08T10:09:01.676Z] ++ '[' -n 0 ']' [2020-07-08T10:09:01.676Z] ++ set -x [2020-07-08T10:09:01.676Z] ++ env -i DEST=/go/src/github.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-07-08T10:09:01.676Z] INFO: Testing against a local daemon [2020-07-08T10:09:01.676Z] === RUN TestSessionCreate [2020-07-08T10:09:01.676Z] --- PASS: TestSessionCreate (0.02s) [2020-07-08T10:09:01.676Z] === RUN TestSessionCreateWithBadUpgrade [2020-07-08T10:09:01.676Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-07-08T10:09:01.676Z] PASS [2020-07-08T10:09:01.676Z] [2020-07-08T10:09:01.676Z] DONE 2 tests in 0.110s [2020-07-08T10:09:01.676Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-07-08T10:09:01.676Z] ++ 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-07-08T10:09:01.676Z] ++ set -e [2020-07-08T10:09:01.676Z] ++ '[' -n 0 ']' [2020-07-08T10:09:01.676Z] ++ set -x [2020-07-08T10:09:01.676Z] ++ env -i DEST=/go/src/github.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-07-08T10:09:01.676Z] INFO: Testing against a local daemon [2020-07-08T10:09:01.676Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-07-08T10:09:01.676Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:09:01.676Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:09:01.676Z] === RUN TestEventsExecDie [2020-07-08T10:09:01.676Z] --- PASS: TestEventsExecDie (0.95s) [2020-07-08T10:09:01.676Z] === RUN TestEventsBackwardsCompatible [2020-07-08T10:09:01.676Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-07-08T10:09:01.676Z] === RUN TestInfoBinaryCommits [2020-07-08T10:09:01.676Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-07-08T10:09:01.676Z] === RUN TestInfoAPIVersioned [2020-07-08T10:09:01.676Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-07-08T10:09:01.676Z] === RUN TestInfoDiscoveryBackend [2020-07-08T10:09:01.966Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-07-08T10:09:01.966Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.76s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.83s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.67s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.83s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.54s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.55s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.70s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.70s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.67s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.74s) [2020-07-08T10:09:02.018Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.88s) [2020-07-08T10:09:02.018Z] === RUN TestCgroupNamespacesRun [2020-07-08T10:09:03.059Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-07-08T10:09:03.059Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-07-08T10:09:03.062Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2020-07-08T10:09:03.062Z] === RUN TestCgroupNamespacesRunPrivileged [2020-07-08T10:09:03.732Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-07-08T10:09:03.732Z] === RUN TestInfoAPI [2020-07-08T10:09:03.732Z] --- PASS: TestInfoAPI (0.02s) [2020-07-08T10:09:03.732Z] === RUN TestInfoAPIWarnings [2020-07-08T10:09:03.802Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-07-08T10:09:04.021Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-07-08T10:09:04.021Z] === RUN TestInfoDebug [2020-07-08T10:09:04.365Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-07-08T10:09:04.596Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.38s) [2020-07-08T10:09:04.596Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-07-08T10:09:04.651Z] --- PASS: TestInfoDebug (0.53s) [2020-07-08T10:09:04.651Z] === RUN TestInfoInsecureRegistries [2020-07-08T10:09:04.887Z] --- PASS: TestCreateServiceSysctls (4.15s) [2020-07-08T10:09:04.887Z] === RUN TestCreateServiceCapabilities [2020-07-08T10:09:05.281Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-07-08T10:09:05.281Z] === RUN TestInfoRegistryMirrors [2020-07-08T10:09:05.304Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-07-08T10:09:05.304Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-07-08T10:09:05.562Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-07-08T10:09:05.581Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-07-08T10:09:05.581Z] === RUN TestLoginFailsWithBadCredentials [2020-07-08T10:09:06.112Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.39s) [2020-07-08T10:09:06.112Z] === RUN TestCgroupNamespacesRunHostMode [2020-07-08T10:09:06.127Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-07-08T10:09:06.216Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2020-07-08T10:09:06.216Z] === RUN TestPingCacheHeaders [2020-07-08T10:09:06.216Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-07-08T10:09:06.216Z] === RUN TestPingGet [2020-07-08T10:09:06.216Z] --- PASS: TestPingGet (0.01s) [2020-07-08T10:09:06.216Z] === RUN TestPingHead [2020-07-08T10:09:06.216Z] --- PASS: TestPingHead (0.01s) [2020-07-08T10:09:06.216Z] === RUN TestVersion [2020-07-08T10:09:06.216Z] --- PASS: TestVersion (0.01s) [2020-07-08T10:09:06.216Z] PASS [2020-07-08T10:09:06.216Z] [2020-07-08T10:09:06.216Z] === Skipped [2020-07-08T10:09:06.216Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:09:06.216Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:09:06.216Z] [2020-07-08T10:09:06.216Z] [2020-07-08T10:09:06.216Z] DONE 18 tests, 1 skipped in 5.732s [2020-07-08T10:09:06.216Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-07-08T10:09:06.216Z] ++ 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-07-08T10:09:06.216Z] ++ set -e [2020-07-08T10:09:06.216Z] ++ '[' -n 0 ']' [2020-07-08T10:09:06.216Z] ++ set -x [2020-07-08T10:09:06.216Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-07-08T10:09:06.216Z] INFO: Testing against a local daemon [2020-07-08T10:09:06.216Z] === RUN TestVolumesCreateAndList [2020-07-08T10:09:06.216Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-07-08T10:09:06.216Z] === RUN TestVolumesRemove [2020-07-08T10:09:06.506Z] --- PASS: TestVolumesRemove (0.12s) [2020-07-08T10:09:06.506Z] === RUN TestVolumesInspect [2020-07-08T10:09:06.506Z] --- PASS: TestVolumesInspect (0.01s) [2020-07-08T10:09:06.506Z] === RUN TestVolumesInvalidJSON [2020-07-08T10:09:06.506Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-07-08T10:09:06.506Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-07-08T10:09:06.506Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-07-08T10:09:06.506Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-07-08T10:09:06.506Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-07-08T10:09:06.506Z] PASS [2020-07-08T10:09:06.506Z] [2020-07-08T10:09:06.506Z] DONE 5 tests in 0.244s [2020-07-08T10:09:06.506Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:09:06.506Z] ++++ cat bundles/test-integration/docker.pid [2020-07-08T10:09:06.506Z] +++ kill 11996 [2020-07-08T10:09:06.692Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-07-08T10:09:06.693Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-07-08T10:09:07.154Z] --- PASS: TestCgroupNamespacesRunHostMode (1.39s) [2020-07-08T10:09:07.154Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-07-08T10:09:07.258Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-07-08T10:09:08.105Z] +++ /etc/init.d/apparmor stop [2020-07-08T10:09:08.105Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:09:08.105Z] [2020-07-08T10:09:08.105Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:09:08.105Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:09:08.105Z] [2020-07-08T10:09:08.105Z] To set a process to complain mode, use the command line tool [2020-07-08T10:09:08.105Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:09:08.105Z] +++ true [2020-07-08T10:09:08.105Z] exiting test-integration [2020-07-08T10:09:08.105Z] ++ exit 0 [2020-07-08T10:09:08.105Z] [2020-07-08T10:09:08.186Z] --- PASS: TestCreateServiceCapabilities (3.50s) [2020-07-08T10:09:08.186Z] === RUN TestInspect [2020-07-08T10:09:08.190Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-07-08T10:09:08.676Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s) [2020-07-08T10:09:08.676Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-07-08T10:09:09.124Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-07-08T10:09:09.382Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-07-08T10:09:09.382Z] === RUN TestDockerSuite/TestBuildDockerignore Post stage [Pipeline] junit [2020-07-08T10:09:09.725Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-07-08T10:09:10.195Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.38s) [2020-07-08T10:09:10.195Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-07-08T10:09:10.445Z] + echo Ensuring container killed. [2020-07-08T10:09:10.445Z] Ensuring container killed. [2020-07-08T10:09:10.445Z] + docker rm -vf docker-pr5 [2020-07-08T10:09:10.445Z] Error: No such container: docker-pr5 [2020-07-08T10:09:10.445Z] + true [Pipeline] sh [2020-07-08T10:09:10.820Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:09:10.820Z] Chowning /workspace to jenkins user [2020-07-08T10:09:10.820Z] + id -u [2020-07-08T10:09:10.820Z] + id -g [2020-07-08T10:09:10.820Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41168:/workspace busybox chown -R 1001:1001 /workspace [2020-07-08T10:09:10.820Z] Unable to find image 'busybox:latest' locally [2020-07-08T10:09:10.832Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-07-08T10:09:10.832Z] === RUN TestCgroupNamespacesRunOlderClient [2020-07-08T10:09:11.110Z] latest: Pulling from library/busybox [2020-07-08T10:09:11.400Z] 351d6c492d3f: Pulling fs layer [2020-07-08T10:09:11.400Z] 351d6c492d3f: Verifying Checksum [2020-07-08T10:09:11.400Z] 351d6c492d3f: Download complete [2020-07-08T10:09:11.528Z] #33 ... [2020-07-08T10:09:11.528Z] [2020-07-08T10:09:11.528Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-07-08T10:09:11.528Z] #29 32.95 # github.com/docker/docker/contrib/httpserver [2020-07-08T10:09:11.528Z] #29 32.95 loadinternal: cannot find runtime/cgo [2020-07-08T10:09:11.528Z] #29 DONE 33.1s [2020-07-08T10:09:11.528Z] [2020-07-08T10:09:11.528Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-07-08T10:09:11.528Z] #33 ... [2020-07-08T10:09:11.528Z] [2020-07-08T10:09:11.528Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-07-08T10:09:11.528Z] #30 DONE 0.0s [2020-07-08T10:09:11.528Z] [2020-07-08T10:09:11.528Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-07-08T10:09:11.907Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-07-08T10:09:12.085Z] 351d6c492d3f: Pull complete [2020-07-08T10:09:12.348Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s) [2020-07-08T10:09:12.348Z] === RUN TestKernelTCPMemory [2020-07-08T10:09:12.375Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 [2020-07-08T10:09:12.375Z] Status: Downloaded newer image for busybox:latest [2020-07-08T10:09:12.388Z] --- PASS: TestInspect (3.62s) [2020-07-08T10:09:12.388Z] === RUN TestCreateJob [2020-07-08T10:09:12.986Z] --- PASS: TestKernelTCPMemory (0.65s) [2020-07-08T10:09:12.986Z] === RUN TestNISDomainname [2020-07-08T10:09:13.622Z] --- PASS: TestNISDomainname (0.73s) [2020-07-08T10:09:13.622Z] === RUN TestHostnameDnsResolution [2020-07-08T10:09:13.801Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:09:14.660Z] --- PASS: TestHostnameDnsResolution (0.91s) [2020-07-08T10:09:14.660Z] === RUN TestStats [2020-07-08T10:09:14.827Z] + bundleName=s390x-integration [2020-07-08T10:09:14.827Z] + echo Creating s390x-integration-bundles.tar.gz [2020-07-08T10:09:14.827Z] Creating s390x-integration-bundles.tar.gz [2020-07-08T10:09:14.827Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-07-08T10:09:14.827Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-07-08T10:09:14.871Z] Archiving artifacts [2020-07-08T10:09:15.257Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:09:15.638Z] + make clean [2020-07-08T10:09:15.928Z] docker volume rm -f docker-dev-cache [2020-07-08T10:09:16.286Z] docker-dev-cache [Pipeline] deleteDir [2020-07-08T10:09:16.591Z] --- PASS: TestCreateJob (4.19s) [2020-07-08T10:09:16.591Z] === RUN TestReplicatedJob [2020-07-08T10:09:17.398Z] --- PASS: TestStats (2.54s) [2020-07-08T10:09:17.398Z] === RUN TestStopContainerWithTimeout [2020-07-08T10:09:17.398Z] === RUN TestStopContainerWithTimeout/0 [2020-07-08T10:09:17.398Z] === PAUSE TestStopContainerWithTimeout/0 [2020-07-08T10:09:17.398Z] === RUN TestStopContainerWithTimeout/1 [2020-07-08T10:09:17.398Z] === PAUSE TestStopContainerWithTimeout/1 [2020-07-08T10:09:17.398Z] === RUN TestStopContainerWithTimeout/3 [2020-07-08T10:09:17.398Z] === PAUSE TestStopContainerWithTimeout/3 [2020-07-08T10:09:17.398Z] === RUN TestStopContainerWithTimeout/-1 [2020-07-08T10:09:17.398Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-07-08T10:09:17.398Z] === CONT TestStopContainerWithTimeout/0 [2020-07-08T10:09:17.398Z] === CONT TestStopContainerWithTimeout/-1 [2020-07-08T10:09:17.398Z] === CONT TestStopContainerWithTimeout/1 [2020-07-08T10:09:17.398Z] === CONT TestStopContainerWithTimeout/3 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T10:09:17.977Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-07-08T10:09:19.354Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-07-08T10:09:19.917Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-07-08T10:09:20.160Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-07-08T10:09:20.160Z] --- PASS: TestStopContainerWithTimeout/0 (1.00s) [2020-07-08T10:09:20.160Z] --- PASS: TestStopContainerWithTimeout/1 (2.11s) [2020-07-08T10:09:20.160Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2020-07-08T10:09:20.160Z] --- PASS: TestStopContainerWithTimeout/3 (3.06s) [2020-07-08T10:09:20.160Z] === RUN TestDeleteDevicemapper [2020-07-08T10:09:20.160Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-07-08T10:09:20.160Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:09:20.160Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-07-08T10:09:21.287Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-07-08T10:09:21.287Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-07-08T10:09:21.678Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s) [2020-07-08T10:09:21.679Z] === RUN TestUpdateMemory [2020-07-08T10:09:22.317Z] --- PASS: TestUpdateMemory (0.75s) [2020-07-08T10:09:22.317Z] === RUN TestUpdateCPUQuota [2020-07-08T10:09:23.173Z] --- PASS: TestReplicatedJob (6.56s) [2020-07-08T10:09:23.173Z] === RUN TestUpdateReplicatedJob [2020-07-08T10:09:23.356Z] --- PASS: TestUpdateCPUQuota (0.93s) [2020-07-08T10:09:23.356Z] === RUN TestUpdatePidsLimit [2020-07-08T10:09:23.356Z] === RUN TestUpdatePidsLimit/update_from_none [2020-07-08T10:09:23.648Z] === RUN TestUpdatePidsLimit/no_change [2020-07-08T10:09:23.942Z] === RUN TestUpdatePidsLimit/update_lower [2020-07-08T10:09:24.244Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-07-08T10:09:24.537Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-07-08T10:09:24.668Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-07-08T10:09:24.830Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-07-08T10:09:24.831Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-07-08T10:09:24.925Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit (2.69s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.27s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/no_change (0.27s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.27s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2020-07-08T10:09:26.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.27s) [2020-07-08T10:09:26.359Z] === RUN TestUpdateRestartPolicy [2020-07-08T10:09:27.379Z] --- PASS: TestUpdateReplicatedJob (4.39s) [2020-07-08T10:09:27.379Z] === RUN TestServiceListWithStatuses [2020-07-08T10:09:27.379Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-07-08T10:09:27.379Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:09:27.379Z] === RUN TestDockerNetworkConnectAlias [2020-07-08T10:09:29.159Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-07-08T10:09:33.467Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-07-08T10:09:33.983Z] --- PASS: TestDockerNetworkConnectAlias (6.65s) [2020-07-08T10:09:33.983Z] === RUN TestDockerNetworkReConnect [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-07-08T10:09:34.113Z] ok github.com/docker/docker/api/server/httputils 0.153s coverage: 14.7% of statements [2020-07-08T10:09:34.113Z] ok github.com/docker/docker/api/server/middleware 0.166s coverage: 37.7% of statements [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-07-08T10:09:34.113Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-07-08T10:09:34.840Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-07-08T10:09:35.063Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2020-07-08T10:09:35.063Z] ok github.com/docker/docker/api/types/filters 0.069s coverage: 92.2% of statements [2020-07-08T10:09:35.511Z] ok github.com/docker/docker/api/server/router/swarm 0.115s coverage: 5.1% of statements [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/container [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/events [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/image [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/network [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-07-08T10:09:35.511Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-07-08T10:09:35.960Z] ok github.com/docker/docker/api/types/time 0.172s coverage: 100.0% of statements [2020-07-08T10:09:35.961Z] ok github.com/docker/docker/api/types/versions 0.039s coverage: 75.0% of statements [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-07-08T10:09:35.961Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-07-08T10:09:36.213Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-07-08T10:09:36.778Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-07-08T10:09:36.905Z] ok github.com/docker/docker/builder/dockerignore 0.079s coverage: 96.8% of statements [2020-07-08T10:09:37.342Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-07-08T10:09:37.907Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-07-08T10:09:37.907Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-07-08T10:09:39.017Z] --- PASS: TestUpdateRestartPolicy (11.40s) [2020-07-08T10:09:39.017Z] === RUN TestUpdateRestartWithAutoRemove [2020-07-08T10:09:39.017Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2020-07-08T10:09:39.017Z] === RUN TestWaitNonBlocked [2020-07-08T10:09:39.017Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:09:39.017Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:09:39.017Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:09:39.017Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:09:39.017Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-07-08T10:09:39.017Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-07-08T10:09:39.017Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-07-08T10:09:39.017Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2020-07-08T10:09:39.017Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2020-07-08T10:09:39.017Z] === RUN TestWaitBlocked [2020-07-08T10:09:39.017Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:09:39.017Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:09:39.017Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:09:39.017Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:09:39.017Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-07-08T10:09:39.017Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-07-08T10:09:39.271Z] --- PASS: TestDockerNetworkReConnect (5.25s) [2020-07-08T10:09:39.271Z] === RUN TestServicePlugin [2020-07-08T10:09:39.271Z] --- SKIP: TestServicePlugin (0.00s) [2020-07-08T10:09:39.271Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:09:39.271Z] === RUN TestServiceUpdateLabel [2020-07-08T10:09:39.657Z] --- PASS: TestWaitBlocked (0.03s) [2020-07-08T10:09:39.657Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s) [2020-07-08T10:09:39.657Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.84s) [2020-07-08T10:09:39.657Z] === CONT TestContainerStartOnDaemonRestart [2020-07-08T10:09:39.657Z] === CONT TestIpcModeOlderClient [2020-07-08T10:09:39.657Z] === CONT TestContainerKillOnDaemonStart [2020-07-08T10:09:39.657Z] === CONT TestDaemonHostGatewayIP [2020-07-08T10:09:39.657Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-07-08T10:09:39.657Z] === CONT TestDaemonRestartIpcMode [2020-07-08T10:09:40.437Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-07-08T10:09:40.599Z] ok github.com/docker/docker/builder/remotecontext 0.461s coverage: 9.2% of statements [2020-07-08T10:09:41.055Z] ok github.com/docker/docker/cli/debug 0.381s coverage: 100.0% of statements [2020-07-08T10:09:41.055Z] ok github.com/docker/docker/builder/dockerfile 0.463s coverage: 46.4% of statements [2020-07-08T10:09:42.571Z] --- PASS: TestServiceUpdateLabel (3.21s) [2020-07-08T10:09:42.571Z] === RUN TestServiceUpdateSecrets [2020-07-08T10:09:42.961Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-07-08T10:09:43.212Z] --- PASS: TestContainerStartOnDaemonRestart (3.61s) [2020-07-08T10:09:43.505Z] --- PASS: TestDaemonHostGatewayIP (3.97s) [2020-07-08T10:09:43.797Z] --- PASS: TestDaemonRestartIpcMode (4.16s) [2020-07-08T10:09:45.490Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-07-08T10:09:47.387Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-07-08T10:09:48.320Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-07-08T10:09:52.320Z] --- PASS: TestContainerKillOnDaemonStart (12.73s) [2020-07-08T10:09:52.320Z] PASS [2020-07-08T10:09:52.320Z] [2020-07-08T10:09:52.320Z] === Skipped [2020-07-08T10:09:52.320Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-07-08T10:09:52.320Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:09:52.320Z] [2020-07-08T10:09:52.320Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-07-08T10:09:52.320Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-07-08T10:09:52.320Z] [2020-07-08T10:09:52.320Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-07-08T10:09:52.320Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-07-08T10:09:52.320Z] [2020-07-08T10:09:52.320Z] [2020-07-08T10:09:52.320Z] DONE 204 tests, 3 skipped in 111.093s [2020-07-08T10:09:52.320Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-07-08T10:09:52.320Z] ++ 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-07-08T10:09:52.320Z] ++ set -e [2020-07-08T10:09:52.320Z] ++ '[' -n 0 ']' [2020-07-08T10:09:52.320Z] ++ set -x [2020-07-08T10:09:52.320Z] ++ env -i DEST=/go/src/github.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-07-08T10:09:52.320Z] INFO: Testing against a local daemon [2020-07-08T10:09:52.320Z] === RUN TestCommitInheritsEnv [2020-07-08T10:09:52.957Z] --- PASS: TestCommitInheritsEnv (0.32s) [2020-07-08T10:09:52.957Z] === RUN TestImportExtremelyLargeImageWorks [2020-07-08T10:09:52.957Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-07-08T10:09:52.957Z] === RUN TestImagesFilterMultiReference [2020-07-08T10:09:52.957Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-07-08T10:09:52.957Z] === RUN TestImagePullPlatformInvalid [2020-07-08T10:09:52.957Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-07-08T10:09:52.957Z] === RUN TestRemoveImageOrphaning [2020-07-08T10:09:53.251Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2020-07-08T10:09:53.251Z] === RUN TestRemoveImageGarbageCollector [2020-07-08T10:09:53.251Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:09:53.251Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:09:53.251Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-07-08T10:09:53.252Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-07-08T10:09:53.252Z] === RUN TestTagInvalidReference [2020-07-08T10:09:53.252Z] --- PASS: TestTagInvalidReference (0.02s) [2020-07-08T10:09:53.252Z] === RUN TestTagValidPrefixedRepo [2020-07-08T10:09:53.252Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-07-08T10:09:53.252Z] === RUN TestTagExistedNameWithoutForce [2020-07-08T10:09:53.252Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-07-08T10:09:53.252Z] === RUN TestTagOfficialNames [2020-07-08T10:09:53.252Z] --- PASS: TestTagOfficialNames (0.04s) [2020-07-08T10:09:53.252Z] === RUN TestTagMatchesDigest [2020-07-08T10:09:53.252Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-07-08T10:09:53.252Z] === CONT TestImportExtremelyLargeImageWorks [2020-07-08T10:09:53.560Z] ok github.com/docker/docker/client 0.600s coverage: 74.9% of statements [2020-07-08T10:09:53.582Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-07-08T10:09:55.477Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-07-08T10:09:57.373Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-07-08T10:09:57.475Z] --- PASS: TestServiceUpdateSecrets (15.46s) [2020-07-08T10:09:57.475Z] === RUN TestServiceUpdateConfigs [2020-07-08T10:09:57.632Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-07-08T10:10:00.155Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-07-08T10:10:02.051Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-07-08T10:10:04.576Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-07-08T10:10:04.833Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-07-08T10:10:08.385Z] ok github.com/docker/docker/builder/remotecontext/git 30.174s coverage: 86.3% of statements [2020-07-08T10:10:08.385Z] ? github.com/docker/docker/cli [no test files] [2020-07-08T10:10:08.385Z] ? github.com/docker/docker/cli/config [no test files] [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite (330.85s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.97s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.82s) [2020-07-08T10:10:11.386Z] docker_cli_daemon_test.go:1449: [db41a6e8badb8] daemon is not started [2020-07-08T10:10:11.386Z] check_test.go:309: [dc7aa3ee9aa0f] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.44s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.88s) [2020-07-08T10:10:11.386Z] check_test.go:309: [d34325a0dad22] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.41s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.96s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.13s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.48s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.90s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.63s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.61s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-07-08T10:10:11.386Z] check_test.go:309: [d5263a617e9d2] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-07-08T10:10:11.386Z] check_test.go:309: [de7da987f1d0e] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.76s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-07-08T10:10:11.386Z] check_test.go:309: [dc0d1153ace0c] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.62s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.71s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.51s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-07-08T10:10:11.386Z] check_test.go:309: [da29dad204fee] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.90s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.98s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.61s) [2020-07-08T10:10:11.386Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-07-08T10:10:11.386Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-07-08T10:10:11.386Z] check_test.go:309: [d571bc8832a09] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.36s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.27s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.70s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.80s) [2020-07-08T10:10:11.386Z] check_test.go:309: [d1d3b1f2b974e] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.31s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-07-08T10:10:11.386Z] check_test.go:309: [d2d1d846b44f0] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.68s) [2020-07-08T10:10:11.386Z] docker_cli_daemon_plugins_test.go:79: [db59cc27b503a] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.24s) [2020-07-08T10:10:11.386Z] docker_cli_daemon_plugins_test.go:169: [d0ce481f19545] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.18s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-07-08T10:10:11.386Z] check_test.go:309: [d2da5973f977c] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.78s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.79s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.70s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.72s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.75s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.75s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.98s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.94s) [2020-07-08T10:10:11.386Z] check_test.go:309: [d0844ca799973] daemon is not started [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.38s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.98s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.57s) [2020-07-08T10:10:11.386Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.17s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.53s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.09s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.21s) [2020-07-08T10:10:11.387Z] check_test.go:309: [d9f7e12be921f] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.31s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.54s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.72s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.69s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.18s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.94s) [2020-07-08T10:10:11.387Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-07-08T10:10:11.387Z] check_test.go:309: [db107be4be269] daemon is not started [2020-07-08T10:10:11.387Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-07-08T10:10:11.387Z] check_test.go:309: [d0425984937cc] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.67s) [2020-07-08T10:10:11.387Z] check_test.go:309: [d5ff7959ae66e] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.40s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.80s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.69s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.08s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.36s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.19s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.79s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.68s) [2020-07-08T10:10:11.387Z] check_test.go:309: [df873d6870c0f] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.75s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.19s) [2020-07-08T10:10:11.387Z] docker_cli_daemon_plugins_test.go:105: [df096ee0fa5f0] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.40s) [2020-07-08T10:10:11.387Z] check_test.go:309: [dda30c67326f2] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.30s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-07-08T10:10:11.387Z] check_test.go:309: [d821e556a0d0e] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2020-07-08T10:10:11.387Z] check_test.go:309: [df3ac248d0e62] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.59s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.25s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2020-07-08T10:10:11.387Z] check_test.go:309: [d5a275a0de466] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.87s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.92s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.08s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2020-07-08T10:10:11.387Z] check_test.go:309: [d244294a5a51a] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.71s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.61s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.96s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.22s) [2020-07-08T10:10:11.387Z] check_test.go:309: [db70c3b657e24] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.90s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-07-08T10:10:11.387Z] check_test.go:309: [dbd4c12eb2aca] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.47s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.18s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.88s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.64s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.94s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.68s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.37s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.66s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.86s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.10s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.22s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.29s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.85s) [2020-07-08T10:10:11.387Z] docker_cli_daemon_test.go:2544: [d48e95f42e3be] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.67s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.96s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.86s) [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.21s) [2020-07-08T10:10:11.387Z] check_test.go:309: [dc880f646a3fe] daemon is not started [2020-07-08T10:10:11.387Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.52s) [2020-07-08T10:10:11.387Z] === RUN TestDockerSwarmSuite [2020-07-08T10:10:11.387Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-07-08T10:10:13.914Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-07-08T10:10:14.171Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-07-08T10:10:14.428Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-07-08T10:10:15.584Z] --- PASS: TestServiceUpdateConfigs (15.46s) [2020-07-08T10:10:15.584Z] === RUN TestServiceUpdateNetwork [2020-07-08T10:10:16.843Z] ok github.com/docker/docker/cmd/dockerd 0.825s coverage: 19.3% of statements [2020-07-08T10:10:17.290Z] ok github.com/docker/docker/container 0.520s coverage: 41.6% of statements [2020-07-08T10:10:17.290Z] ? github.com/docker/docker/container/stream [no test files] [2020-07-08T10:10:17.290Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-07-08T10:10:17.290Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-07-08T10:10:17.290Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-07-08T10:10:17.707Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-07-08T10:10:19.079Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-07-08T10:10:19.420Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.320s coverage: 65.3% of statements [2020-07-08T10:10:19.643Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-07-08T10:10:20.209Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-07-08T10:10:21.141Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-07-08T10:10:21.141Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-07-08T10:10:21.553Z] ok github.com/docker/docker/daemon/cluster/convert 0.390s coverage: 35.4% of statements [2020-07-08T10:10:21.707Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-07-08T10:10:21.964Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-07-08T10:10:21.999Z] ok github.com/docker/docker/daemon/cluster 0.828s coverage: 0.5% of statements [2020-07-08T10:10:22.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-07-08T10:10:24.206Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-07-08T10:10:26.131Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-07-08T10:10:27.502Z] === RUN TestDockerSuite/TestBuildEnv [2020-07-08T10:10:27.695Z] ok github.com/docker/docker/daemon/config 0.973s coverage: 79.6% of statements [2020-07-08T10:10:27.695Z] ok github.com/docker/docker/daemon/discovery 0.174s coverage: 30.0% of statements [2020-07-08T10:10:27.814Z] --- PASS: TestServiceUpdateNetwork (14.62s) [2020-07-08T10:10:27.814Z] === RUN TestServiceUpdatePidsLimit [2020-07-08T10:10:28.877Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-07-08T10:10:29.197Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-07-08T10:10:29.809Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-07-08T10:10:29.826Z] ok github.com/docker/docker/daemon/events 0.255s coverage: 50.0% of statements [2020-07-08T10:10:30.140Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-07-08T10:10:30.274Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.274s coverage: 11.1% of statements [2020-07-08T10:10:30.742Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-07-08T10:10:31.219Z] ok github.com/docker/docker/daemon 3.133s coverage: 9.2% of statements [2020-07-08T10:10:31.219Z] ok github.com/docker/docker/daemon/graphdriver 0.276s coverage: 2.3% of statements [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-07-08T10:10:31.220Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-07-08T10:10:31.220Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2020-07-08T10:10:34.886Z] ok github.com/docker/docker/daemon/logger/awslogs 0.667s coverage: 77.4% of statements [2020-07-08T10:10:34.886Z] ok github.com/docker/docker/daemon/images 0.400s coverage: 4.8% of statements [2020-07-08T10:10:34.886Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-07-08T10:10:34.886Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-07-08T10:10:35.335Z] ok github.com/docker/docker/daemon/logger 0.573s coverage: 42.1% of statements [2020-07-08T10:10:35.335Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-07-08T10:10:35.335Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-07-08T10:10:35.335Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-07-08T10:10:35.335Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-07-08T10:10:35.335Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-07-08T10:10:35.783Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.430s coverage: 61.6% of statements [2020-07-08T10:10:36.000Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-07-08T10:10:36.566Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-07-08T10:10:36.728Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.226s coverage: 87.2% of statements [2020-07-08T10:10:36.823Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-07-08T10:10:38.242Z] ok github.com/docker/docker/daemon/logger/local 0.475s coverage: 75.2% of statements [2020-07-08T10:10:38.242Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-07-08T10:10:38.242Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.280s coverage: 35.9% of statements [2020-07-08T10:10:38.272Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-07-08T10:10:38.689Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.185s coverage: 33.3% of statements [2020-07-08T10:10:39.634Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2020-07-08T10:10:40.579Z] ok github.com/docker/docker/daemon/logger/syslog 0.182s coverage: 46.8% of statements [2020-07-08T10:10:42.088Z] ok github.com/docker/docker/daemon/logger/splunk 2.561s coverage: 82.5% of statements [2020-07-08T10:10:42.088Z] ? github.com/docker/docker/daemon/names [no test files] [2020-07-08T10:10:42.088Z] ? github.com/docker/docker/daemon/network [no test files] [2020-07-08T10:10:42.088Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-07-08T10:10:43.590Z] ok github.com/docker/docker/distribution/metadata 1.420s coverage: 48.2% of statements [2020-07-08T10:10:43.590Z] ok github.com/docker/docker/distribution 1.316s coverage: 20.3% of statements [2020-07-08T10:10:43.590Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-07-08T10:10:44.039Z] ok github.com/docker/docker/errdefs 0.105s coverage: 49.4% of statements [2020-07-08T10:10:45.540Z] ok github.com/docker/docker/image/cache 0.157s coverage: 19.2% of statements [2020-07-08T10:10:45.540Z] ok github.com/docker/docker/distribution/xfer 2.577s coverage: 76.8% of statements [2020-07-08T10:10:45.540Z] ? github.com/docker/docker/dockerversion [no test files] [2020-07-08T10:10:45.987Z] ok github.com/docker/docker/image/v1 0.317s coverage: 25.0% of statements [2020-07-08T10:10:46.405Z] --- PASS: TestServiceUpdatePidsLimit (17.65s) [2020-07-08T10:10:46.405Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-07-08T10:10:46.405Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.13s) [2020-07-08T10:10:46.405Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2020-07-08T10:10:46.405Z] PASS [2020-07-08T10:10:46.405Z] [2020-07-08T10:10:46.405Z] === Skipped [2020-07-08T10:10:46.405Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-07-08T10:10:46.405Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:10:46.405Z] [2020-07-08T10:10:46.405Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-07-08T10:10:46.405Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:10:46.405Z] [2020-07-08T10:10:46.405Z] [2020-07-08T10:10:46.405Z] DONE 27 tests, 2 skipped in 161.497s [2020-07-08T10:10:46.405Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-07-08T10:10:46.405Z] ++ 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-07-08T10:10:46.405Z] ++ set -e [2020-07-08T10:10:46.405Z] ++ '[' -n 0 ']' [2020-07-08T10:10:46.405Z] ++ set -x [2020-07-08T10:10:46.405Z] ++ env -i DEST=/go/src/github.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-07-08T10:10:46.405Z] INFO: Testing against a local daemon [2020-07-08T10:10:46.405Z] === RUN TestSessionCreate [2020-07-08T10:10:46.405Z] --- PASS: TestSessionCreate (0.06s) [2020-07-08T10:10:46.405Z] === RUN TestSessionCreateWithBadUpgrade [2020-07-08T10:10:46.405Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-07-08T10:10:46.405Z] PASS [2020-07-08T10:10:46.405Z] [2020-07-08T10:10:46.405Z] DONE 2 tests in 0.245s [2020-07-08T10:10:46.405Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-07-08T10:10:46.406Z] ++ 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-07-08T10:10:46.406Z] ++ set -e [2020-07-08T10:10:46.406Z] ++ '[' -n 0 ']' [2020-07-08T10:10:46.406Z] ++ set -x [2020-07-08T10:10:46.406Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:10:46.406Z] INFO: Testing against a local daemon [2020-07-08T10:10:46.406Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-07-08T10:10:46.406Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:10:46.406Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:10:46.406Z] === RUN TestEventsExecDie [2020-07-08T10:10:46.435Z] ok github.com/docker/docker/image 1.007s coverage: 86.4% of statements [2020-07-08T10:10:46.666Z] --- PASS: TestEventsExecDie (0.92s) [2020-07-08T10:10:46.666Z] === RUN TestEventsBackwardsCompatible [2020-07-08T10:10:46.666Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-07-08T10:10:46.666Z] === RUN TestInfoBinaryCommits [2020-07-08T10:10:46.666Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-07-08T10:10:46.666Z] === RUN TestInfoAPIVersioned [2020-07-08T10:10:46.882Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-07-08T10:10:46.882Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-07-08T10:10:46.927Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-07-08T10:10:46.927Z] === RUN TestInfoDiscoveryBackend [2020-07-08T10:10:47.332Z] ok github.com/docker/docker/libcontainerd/queue 0.088s coverage: 100.0% of statements [2020-07-08T10:10:47.497Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-07-08T10:10:47.497Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-07-08T10:10:48.438Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-07-08T10:10:48.438Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-07-08T10:10:48.843Z] ok github.com/docker/docker/pkg/aaparser 0.061s coverage: 50.0% of statements [2020-07-08T10:10:49.009Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2020-07-08T10:10:49.010Z] === RUN TestInfoAPI [2020-07-08T10:10:49.270Z] --- PASS: TestInfoAPI (0.05s) [2020-07-08T10:10:49.270Z] === RUN TestInfoAPIWarnings [2020-07-08T10:10:49.290Z] ok github.com/docker/docker/libcontainerd/local 0.247s coverage: 1.0% of statements [2020-07-08T10:10:49.290Z] ok github.com/docker/docker/layer 0.471s coverage: 30.1% of statements [2020-07-08T10:10:49.738Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-07-08T10:10:49.738Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-07-08T10:10:49.738Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-07-08T10:10:49.738Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-07-08T10:10:49.738Z] ? github.com/docker/docker/oci [no test files] [2020-07-08T10:10:49.738Z] ? github.com/docker/docker/oci/caps [no test files] [2020-07-08T10:10:49.841Z] --- PASS: TestInfoAPIWarnings (0.63s) [2020-07-08T10:10:49.841Z] === RUN TestInfoDebug [2020-07-08T10:10:52.196Z] --- PASS: TestInfoDebug (0.64s) [2020-07-08T10:10:52.196Z] === RUN TestInfoInsecureRegistries [2020-07-08T10:10:52.196Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2020-07-08T10:10:52.196Z] === RUN TestInfoRegistryMirrors [2020-07-08T10:10:52.196Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2020-07-08T10:10:52.196Z] === RUN TestLoginFailsWithBadCredentials [2020-07-08T10:10:52.196Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-07-08T10:10:52.196Z] === RUN TestPingCacheHeaders [2020-07-08T10:10:52.196Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-07-08T10:10:52.196Z] === RUN TestPingGet [2020-07-08T10:10:52.196Z] --- PASS: TestPingGet (0.03s) [2020-07-08T10:10:52.196Z] === RUN TestPingHead [2020-07-08T10:10:52.196Z] --- PASS: TestPingHead (0.05s) [2020-07-08T10:10:52.196Z] === RUN TestVersion [2020-07-08T10:10:52.196Z] --- PASS: TestVersion (0.05s) [2020-07-08T10:10:52.196Z] PASS [2020-07-08T10:10:52.196Z] [2020-07-08T10:10:52.196Z] === Skipped [2020-07-08T10:10:52.196Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:10:52.196Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:10:52.196Z] [2020-07-08T10:10:52.196Z] [2020-07-08T10:10:52.196Z] DONE 18 tests, 1 skipped in 6.574s [2020-07-08T10:10:52.196Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-07-08T10:10:52.196Z] ++ 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-07-08T10:10:52.196Z] ++ set -e [2020-07-08T10:10:52.196Z] ++ '[' -n 0 ']' [2020-07-08T10:10:52.196Z] ++ set -x [2020-07-08T10:10:52.196Z] ++ env -i DEST=/go/src/github.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-07-08T10:10:52.196Z] INFO: Testing against a local daemon [2020-07-08T10:10:52.196Z] === RUN TestVolumesCreateAndList [2020-07-08T10:10:52.314Z] ok github.com/docker/docker/opts 0.402s coverage: 67.7% of statements [2020-07-08T10:10:52.314Z] ok github.com/docker/docker/pkg/broadcaster 0.047s coverage: 100.0% of statements [2020-07-08T10:10:52.314Z] ok github.com/docker/docker/pkg/authorization 0.635s coverage: 26.8% of statements [2020-07-08T10:10:52.314Z] ok github.com/docker/docker/pkg/capabilities 0.101s coverage: 87.5% of statements [2020-07-08T10:10:52.458Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-07-08T10:10:52.458Z] === RUN TestVolumesRemove [2020-07-08T10:10:52.458Z] --- PASS: TestVolumesRemove (0.12s) [2020-07-08T10:10:52.458Z] === RUN TestVolumesInspect [2020-07-08T10:10:52.458Z] --- PASS: TestVolumesInspect (0.04s) [2020-07-08T10:10:52.458Z] === RUN TestVolumesInvalidJSON [2020-07-08T10:10:52.458Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-07-08T10:10:52.458Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-07-08T10:10:52.458Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-07-08T10:10:52.458Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-07-08T10:10:52.458Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-07-08T10:10:52.458Z] PASS [2020-07-08T10:10:52.458Z] [2020-07-08T10:10:52.458Z] DONE 5 tests in 0.370s [2020-07-08T10:10:52.458Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:10:52.762Z] ok github.com/docker/docker/pkg/chrootarchive 0.235s coverage: 15.4% of statements [2020-07-08T10:10:53.029Z] ++++ cat bundles/test-integration/docker.pid [2020-07-08T10:10:53.029Z] +++ kill 13521 [2020-07-08T10:10:53.707Z] ok github.com/docker/docker/pkg/directory 0.051s coverage: 80.0% of statements [2020-07-08T10:10:53.707Z] ok github.com/docker/docker/pkg/discovery 0.111s coverage: 58.3% of statements [2020-07-08T10:10:54.155Z] ok github.com/docker/docker/pkg/discovery/file 0.146s coverage: 92.9% of statements [2020-07-08T10:10:54.412Z] +++ /etc/init.d/apparmor stop [2020-07-08T10:10:54.412Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:10:54.412Z] [2020-07-08T10:10:54.412Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:10:54.412Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:10:54.412Z] [2020-07-08T10:10:54.412Z] To set a process to complain mode, use the command line tool [2020-07-08T10:10:54.412Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:10:54.412Z] +++ true [2020-07-08T10:10:54.412Z] exiting test-integration [2020-07-08T10:10:54.412Z] ++ exit 0 [2020-07-08T10:10:54.412Z] [2020-07-08T10:10:55.660Z] ok github.com/docker/docker/pkg/discovery/memory 0.272s coverage: 92.3% of statements [2020-07-08T10:10:55.660Z] ok github.com/docker/docker/pkg/discovery/nodes 0.099s coverage: 93.8% of statements Post stage [Pipeline] junit [2020-07-08T10:10:56.344Z] Recording test results [2020-07-08T10:10:56.605Z] ok github.com/docker/docker/pkg/filenotify 0.069s coverage: 36.2% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-07-08T10:10:57.370Z] + echo Ensuring container killed. [2020-07-08T10:10:57.371Z] Ensuring container killed. [2020-07-08T10:10:57.371Z] + docker rm -vf docker-pr5 [2020-07-08T10:10:57.371Z] Error: No such container: docker-pr5 [2020-07-08T10:10:57.371Z] + true [Pipeline] sh [2020-07-08T10:10:57.550Z] ok github.com/docker/docker/pkg/fileutils 0.187s coverage: 87.7% of statements [2020-07-08T10:10:57.665Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:10:57.665Z] Chowning /workspace to jenkins user [2020-07-08T10:10:57.665Z] + id -u [2020-07-08T10:10:57.665Z] + id -g [2020-07-08T10:10:57.665Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41168:/workspace busybox chown -R 1000:1000 /workspace [2020-07-08T10:10:57.665Z] Unable to find image 'busybox:latest' locally [2020-07-08T10:10:57.665Z] latest: Pulling from library/busybox [2020-07-08T10:10:57.925Z] ebdaf4d05d6f: Pulling fs layer [2020-07-08T10:10:57.925Z] ebdaf4d05d6f: Verifying Checksum [2020-07-08T10:10:57.925Z] ebdaf4d05d6f: Download complete [2020-07-08T10:10:57.998Z] ok github.com/docker/docker/pkg/homedir 0.109s coverage: 42.9% of statements [2020-07-08T10:10:58.186Z] ebdaf4d05d6f: Pull complete [2020-07-08T10:10:58.186Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 [2020-07-08T10:10:58.186Z] Status: Downloaded newer image for busybox:latest [2020-07-08T10:10:58.944Z] ok github.com/docker/docker/pkg/idtools 0.047s coverage: 7.3% of statements [2020-07-08T10:10:58.944Z] ok github.com/docker/docker/pkg/discovery/kv 3.503s coverage: 84.1% of statements [2020-07-08T10:10:59.244Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-07-08T10:10:59.244Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-07-08T10:11:00.448Z] ok github.com/docker/docker/pkg/locker 0.085s coverage: 88.9% of statements [2020-07-08T10:11:00.448Z] ok github.com/docker/docker/pkg/ioutils 0.714s coverage: 69.2% of statements [2020-07-08T10:11:00.448Z] ok github.com/docker/docker/pkg/archive 8.167s coverage: 62.0% of statements [2020-07-08T10:11:00.448Z] ok github.com/docker/docker/pkg/jsonmessage 0.191s coverage: 91.7% of statements [2020-07-08T10:11:00.896Z] ok github.com/docker/docker/pkg/longpath 0.061s coverage: 100.0% of statements [2020-07-08T10:11:00.896Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:11:01.792Z] + bundleName=arm64-integration [2020-07-08T10:11:01.792Z] + echo Creating arm64-integration-bundles.tar.gz [2020-07-08T10:11:01.792Z] Creating arm64-integration-bundles.tar.gz [2020-07-08T10:11:01.792Z] + + xargs tarfind -czf bundles arm64-integration-bundles.tar.gz -path [2020-07-08T10:11:01.792Z] */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-07-08T10:11:01.842Z] ok github.com/docker/docker/pkg/parsers 0.229s coverage: 97.0% of statements [Pipeline] archiveArtifacts [2020-07-08T10:11:02.070Z] Archiving artifacts [2020-07-08T10:11:02.290Z] ok github.com/docker/docker/pkg/pidfile 0.073s coverage: 82.6% of statements [2020-07-08T10:11:03.062Z] #33 137.9 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-07-08T10:11:03.062Z] #33 140.1 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-07-08T10:11:03.062Z] #33 141.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-07-08T10:11:03.236Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.141s coverage: 56.8% of statements [2020-07-08T10:11:03.321Z] #33 143.4 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-07-08T10:11:03.830Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:11:04.168Z] + make clean [2020-07-08T10:11:04.181Z] ok github.com/docker/docker/pkg/plugins/transport 0.118s coverage: 85.7% of statements [2020-07-08T10:11:04.629Z] ok github.com/docker/docker/pkg/pools 0.068s coverage: 88.2% of statements [2020-07-08T10:11:04.739Z] docker volume rm -f docker-dev-cache [2020-07-08T10:11:05.000Z] docker-dev-cache [Pipeline] deleteDir [2020-07-08T10:11:05.077Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2020-07-08T10:11:05.789Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-07-08T10:11:05.789Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-07-08T10:11:06.022Z] ok github.com/docker/docker/pkg/reexec 0.085s coverage: 82.4% of statements [2020-07-08T10:11:06.470Z] ok github.com/docker/docker/pkg/pubsub 1.093s coverage: 73.9% of statements [2020-07-08T10:11:06.613Z] #33 146.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-07-08T10:11:06.918Z] ok github.com/docker/docker/pkg/signal 0.102s coverage: 20.3% of statements [2020-07-08T10:11:07.162Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-07-08T10:11:07.183Z] #33 147.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-07-08T10:11:07.368Z] ok github.com/docker/docker/pkg/stdcopy 0.045s coverage: 100.0% of statements [2020-07-08T10:11:08.095Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-07-08T10:11:08.317Z] ok github.com/docker/docker/pkg/streamformatter 0.101s coverage: 66.2% of statements [2020-07-08T10:11:08.317Z] ok github.com/docker/docker/pkg/stringid 0.149s coverage: 70.6% of statements [2020-07-08T10:11:08.563Z] #33 148.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T10:11:09.032Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-07-08T10:11:09.262Z] ok github.com/docker/docker/pkg/sysinfo 0.085s coverage: 38.2% of statements [2020-07-08T10:11:09.598Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-07-08T10:11:09.712Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-07-08T10:11:09.944Z] #33 149.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-07-08T10:11:09.944Z] #33 150.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-07-08T10:11:10.163Z] ok github.com/docker/docker/pkg/system 0.080s coverage: 13.8% of statements [2020-07-08T10:11:10.611Z] ok github.com/docker/docker/pkg/tailfile 0.143s coverage: 88.6% of statements [2020-07-08T10:11:10.971Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-07-08T10:11:10.971Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-07-08T10:11:11.059Z] testing: warning: no tests to run [2020-07-08T10:11:11.059Z] coverage: [no statements] [2020-07-08T10:11:11.059Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: [no statements] [no tests to run] [2020-07-08T10:11:11.059Z] ok github.com/docker/docker/pkg/tarsum 0.175s coverage: 89.3% of statements [2020-07-08T10:11:11.229Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-07-08T10:11:11.324Z] #33 151.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-07-08T10:11:11.506Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2020-07-08T10:11:11.955Z] ok github.com/docker/docker/pkg/urlutil 0.041s coverage: 100.0% of statements [2020-07-08T10:11:11.955Z] ok github.com/docker/docker/pkg/useragent 0.047s coverage: 88.9% of statements [2020-07-08T10:11:13.243Z] #33 153.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-07-08T10:11:13.461Z] ok github.com/docker/docker/reference 0.135s coverage: 84.4% of statements [2020-07-08T10:11:13.461Z] ok github.com/docker/docker/plugin/v2 0.219s coverage: 20.1% of statements [2020-07-08T10:11:13.908Z] ok github.com/docker/docker/plugin 0.411s coverage: 12.0% of statements [2020-07-08T10:11:15.149Z] #33 155.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-07-08T10:11:15.411Z] ok github.com/docker/docker/restartmanager 0.165s coverage: 50.9% of statements [2020-07-08T10:11:15.411Z] ok github.com/docker/docker/registry/resumable 0.267s coverage: 100.0% of statements [2020-07-08T10:11:16.357Z] ok github.com/docker/docker/runconfig 0.034s coverage: 52.2% of statements [2020-07-08T10:11:16.357Z] ok github.com/docker/docker/testutil 0.089s coverage: 62.5% of statements [2020-07-08T10:11:16.527Z] #33 156.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-07-08T10:11:16.805Z] ok github.com/docker/docker/registry 0.487s coverage: 51.7% of statements [2020-07-08T10:11:17.097Z] #33 157.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-07-08T10:11:19.001Z] #33 158.8 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-07-08T10:11:19.652Z] ok github.com/docker/docker/volume/drivers 0.252s coverage: 36.1% of statements [2020-07-08T10:11:19.653Z] ok github.com/docker/docker/volume/local 0.194s coverage: 37.7% of statements [2020-07-08T10:11:19.938Z] #33 160.0 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-07-08T10:11:20.100Z] ok github.com/docker/docker/volume/mounts 0.094s coverage: 66.2% of statements [2020-07-08T10:11:21.186Z] === RUN TestDockerSuite/TestBuildExpose [2020-07-08T10:11:21.186Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-07-08T10:11:21.443Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-07-08T10:11:21.604Z] ok github.com/docker/docker/volume/service 0.537s coverage: 70.3% of statements [2020-07-08T10:11:21.844Z] #33 161.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-07-08T10:11:22.373Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-07-08T10:11:22.630Z] === RUN TestDockerSuite/TestBuildFails [2020-07-08T10:11:22.782Z] #33 162.9 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-07-08T10:11:23.561Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-07-08T10:11:23.561Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-07-08T10:11:24.160Z] #33 164.1 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-07-08T10:11:25.457Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-07-08T10:11:25.544Z] #33 165.4 [2020-07-08T10:11:25.544Z] #33 DONE 165.6s [2020-07-08T10:11:25.544Z] [2020-07-08T10:11:25.544Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-07-08T10:11:26.921Z] #34 DONE 1.4s [2020-07-08T10:11:27.355Z] === RUN TestDockerSuite/TestBuildForceRm [2020-07-08T10:11:27.613Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-07-08T10:11:28.299Z] [2020-07-08T10:11:28.299Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-07-08T10:11:28.984Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-07-08T10:11:29.241Z] === RUN TestDockerSuite/TestBuildFromGit [2020-07-08T10:11:29.249Z] #35 DONE 0.7s [2020-07-08T10:11:29.249Z] [2020-07-08T10:11:29.249Z] #36 exporting to image [2020-07-08T10:11:29.249Z] #36 exporting layers [2020-07-08T10:11:31.138Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-07-08T10:11:31.396Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-07-08T10:11:32.535Z] #36 exporting layers 3.1s done [2020-07-08T10:11:32.535Z] #36 writing image sha256:1f6bd93a1d2bd42476b85bd08bbdc8de5c642ff156faaba16d05cfb65c936f00 done [2020-07-08T10:11:32.535Z] #36 naming to docker.io/library/moby-e2e-test done [2020-07-08T10:11:32.535Z] #36 DONE 3.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-07-08T10:11:32.767Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-07-08T10:11:32.849Z] + echo Ensuring container killed. [2020-07-08T10:11:32.849Z] Ensuring container killed. [2020-07-08T10:11:32.849Z] + docker rm -vf docker-pr5 [2020-07-08T10:11:32.849Z] Error: No such container: docker-pr5 [2020-07-08T10:11:32.849Z] + true [Pipeline] sh [2020-07-08T10:11:33.130Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:11:33.130Z] Chowning /workspace to jenkins user [2020-07-08T10:11:33.130Z] + id -u [2020-07-08T10:11:33.130Z] + id -g [2020-07-08T10:11:33.130Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41168:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:11:34.138Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-07-08T10:11:34.365Z] + bundleName=unit [2020-07-08T10:11:34.365Z] + echo Creating unit-bundles.tar.gz [2020-07-08T10:11:34.365Z] Creating unit-bundles.tar.gz [2020-07-08T10:11:34.365Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-07-08T10:11:34.365Z] bundles/junit-report.xml [2020-07-08T10:11:34.365Z] bundles/go-test-report.json [2020-07-08T10:11:34.365Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-07-08T10:11:34.377Z] Archiving artifacts [2020-07-08T10:11:35.070Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-07-08T10:11:35.210Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:11:35.528Z] + make clean [2020-07-08T10:11:35.528Z] docker volume rm -f docker-dev-cache [2020-07-08T10:11:35.528Z] docker-dev-cache [Pipeline] deleteDir [2020-07-08T10:11:35.635Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T10:11:37.532Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-07-08T10:11:38.902Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-07-08T10:11:39.130Z] ok github.com/docker/docker/pkg/plugins 35.164s coverage: 73.4% of statements [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/pkg/term [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/rootless [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/testutil/request [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/volume [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-07-08T10:11:39.130Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === Skipped [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-07-08T10:11:39.577Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-07-08T10:11:39.577Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-07-08T10:11:39.577Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-07-08T10:11:39.577Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-07-08T10:11:39.577Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-07-08T10:11:39.577Z] client_test.go:23: runtime.GOOS == "windows" [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-07-08T10:11:39.577Z] daemon_test.go:147: root required [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-07-08T10:11:39.577Z] reload_test.go:520: root required [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-07-08T10:11:39.577Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-07-08T10:11:39.577Z] pull_v2_test.go:73: Needs fixing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-07-08T10:11:39.577Z] pull_v2_test.go:118: Needs fixing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-07-08T10:11:39.577Z] download_test.go:268: Needs fixing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-07-08T10:11:39.577Z] layer_test.go:304: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-07-08T10:11:39.577Z] layer_test.go:353: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-07-08T10:11:39.577Z] layer_test.go:468: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-07-08T10:11:39.577Z] layer_test.go:697: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-07-08T10:11:39.577Z] migration_test.go:46: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-07-08T10:11:39.577Z] migration_test.go:182: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-07-08T10:11:39.577Z] mount_test.go:17: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-07-08T10:11:39.577Z] mount_test.go:76: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-07-08T10:11:39.577Z] mount_test.go:125: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-07-08T10:11:39.577Z] mount_test.go:212: Failing on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:133: Xz not present in msys2 [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:238: Failing on Windows CI machines [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-07-08T10:11:39.577Z] archive_windows_test.go:16: Currently fails [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-07-08T10:11:39.577Z] changes_test.go:192: needs more investigation [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-07-08T10:11:39.577Z] changes_test.go:405: needs further investigation [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-07-08T10:11:39.577Z] changes_test.go:441: needs further investigation [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-07-08T10:11:39.577Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-07-08T10:11:39.577Z] poller_test.go:41: No chmod on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-07-08T10:11:39.577Z] fileutils_test.go:134: Needs porting to Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-07-08T10:11:39.577Z] fileutils_test.go:180: Needs porting to Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-07-08T10:11:39.577Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-07-08T10:11:39.577Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-07-08T10:11:39.577Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-07-08T10:11:39.577Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-07-08T10:11:39.577Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-07-08T10:11:39.577Z] local_test.go:181: runtime.GOOS == "windows" [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] [2020-07-08T10:11:39.577Z] DONE 1761 tests, 46 skipped in 198.240s [2020-07-08T10:11:39.577Z] INFO: make.ps1 ended at 07/08/2020 10:11:39 [2020-07-08T10:11:40.800Z] === RUN TestDockerSuite/TestBuildHistory [2020-07-08T10:11:41.708Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-07-08T10:11:41.708Z] INFO: Unit tests ended at 07/08/2020 10:11:41. Duration:00:03:32.6007739 [2020-07-08T10:11:41.708Z] INFO: Building busybox [2020-07-08T10:11:41.708Z] Sending build context to Docker daemon 5.12kB [2020-07-08T10:11:41.708Z] [2020-07-08T10:11:41.708Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-07-08T10:11:41.708Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-07-08T10:11:41.708Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-07-08T10:11:41.708Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-07-08T10:11:41.708Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-07-08T10:11:41.708Z] ---> 486def14a6bd [2020-07-08T10:11:41.708Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-07-08T10:11:41.708Z] ---> Running in 6438104a92b3 [2020-07-08T10:11:44.977Z] === RUN TestDockerSuite/TestBuildIidFile [2020-07-08T10:11:44.977Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-07-08T10:11:44.977Z] === RUN TestDockerSuite/TestBuildInheritance [2020-07-08T10:11:45.911Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-07-08T10:11:46.168Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-07-08T10:11:46.425Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-07-08T10:11:47.355Z] === RUN TestDockerSuite/TestBuildLabel [2020-07-08T10:11:47.404Z] Removing intermediate container 6438104a92b3 [2020-07-08T10:11:47.404Z] ---> fd6b856f3e6b [2020-07-08T10:11:47.404Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-07-08T10:11:47.404Z] ---> Running in c6e59481eb7f [2020-07-08T10:11:47.404Z] Removing intermediate container c6e59481eb7f [2020-07-08T10:11:47.404Z] ---> 2789afa876ad [2020-07-08T10:11:47.404Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-07-08T10:11:47.404Z] ---> Running in 34e830edd6fb [2020-07-08T10:11:47.404Z] Removing intermediate container 34e830edd6fb [2020-07-08T10:11:47.404Z] ---> 2489286846c3 [2020-07-08T10:11:47.404Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-07-08T10:11:47.612Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-07-08T10:11:48.194Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-07-08T10:11:48.761Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-07-08T10:11:48.905Z] [2020-07-08T10:11:49.021Z] === RUN TestDockerSuite/TestBuildLabels [2020-07-08T10:11:49.353Z] ---> 50c8444f755a [2020-07-08T10:11:49.353Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-07-08T10:11:49.353Z] ---> Running in 5d67b1c41eb4 [2020-07-08T10:11:49.594Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-07-08T10:11:50.965Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-07-08T10:11:53.488Z] === RUN TestDockerSuite/TestBuildLastModified [2020-07-08T10:11:56.010Z] --- PASS: TestImportExtremelyLargeImageWorks (211.09s) [2020-07-08T10:11:56.010Z] PASS [2020-07-08T10:11:56.010Z] [2020-07-08T10:11:56.010Z] DONE 12 tests in 214.564s [2020-07-08T10:11:56.010Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-07-08T10:11:56.010Z] ++ 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-07-08T10:11:56.010Z] ++ set -e [2020-07-08T10:11:56.010Z] ++ '[' -n 0 ']' [2020-07-08T10:11:56.010Z] ++ set -x [2020-07-08T10:11:56.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-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-07-08T10:11:56.010Z] INFO: Testing against a local daemon [2020-07-08T10:11:56.010Z] === RUN TestNetworkCreateDelete [2020-07-08T10:11:56.267Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-07-08T10:11:56.267Z] === RUN TestDockerNetworkDeletePreferID [2020-07-08T10:11:56.523Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2020-07-08T10:11:56.523Z] === RUN TestDaemonDNSFallback [2020-07-08T10:11:58.419Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-07-08T10:12:00.315Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-07-08T10:12:00.315Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-07-08T10:12:00.572Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-07-08T10:12:00.572Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-07-08T10:12:00.572Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-07-08T10:12:00.829Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-07-08T10:12:01.623Z] Removing intermediate container 5d67b1c41eb4 [2020-07-08T10:12:01.623Z] ---> ce9d7bd5f883 [2020-07-08T10:12:01.623Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-07-08T10:12:01.623Z] ---> Running in 6fed22bfce05 [2020-07-08T10:12:01.623Z] [2020-07-08T10:12:01.623Z] SUCCESS: Specified value was saved. [2020-07-08T10:12:01.763Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-07-08T10:12:03.138Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-07-08T10:12:03.138Z] --- PASS: TestDaemonDNSFallback (6.67s) [2020-07-08T10:12:03.138Z] === RUN TestInspectNetwork [2020-07-08T10:12:05.294Z] Removing intermediate container 6fed22bfce05 [2020-07-08T10:12:05.294Z] ---> 40f5fee2b65c [2020-07-08T10:12:05.294Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-07-08T10:12:05.294Z] ---> Running in f6d2df1253ab [2020-07-08T10:12:06.416Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-07-08T10:12:06.416Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-07-08T10:12:06.980Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-07-08T10:12:06.980Z] === RUN TestInspectNetwork/full_network_id [2020-07-08T10:12:06.980Z] === RUN TestInspectNetwork/partial_network_id [2020-07-08T10:12:06.980Z] === RUN TestInspectNetwork/network_name [2020-07-08T10:12:06.980Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-07-08T10:12:08.142Z] Cannot create a file when that file already exists. [2020-07-08T10:12:12.245Z] --- PASS: TestInspectNetwork (8.15s) [2020-07-08T10:12:12.245Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-07-08T10:12:12.245Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-07-08T10:12:12.245Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-07-08T10:12:12.245Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-07-08T10:12:12.245Z] === RUN TestRunContainerWithBridgeNone [2020-07-08T10:12:12.747Z] Removing intermediate container f6d2df1253ab [2020-07-08T10:12:12.747Z] ---> 9d169ba7b460 [2020-07-08T10:12:12.747Z] Step 13/13 : CMD ["sh"] [2020-07-08T10:12:12.747Z] ---> Running in e5305c880d98 [2020-07-08T10:12:13.194Z] Removing intermediate container e5305c880d98 [2020-07-08T10:12:13.194Z] ---> a2054e807b6c [2020-07-08T10:12:13.194Z] Successfully built a2054e807b6c [2020-07-08T10:12:13.194Z] Successfully tagged busybox:latest [2020-07-08T10:12:13.194Z] INFO: Docker images of the daemon under test [2020-07-08T10:12:13.194Z] [2020-07-08T10:12:13.194Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-07-08T10:12:13.194Z] busybox latest a2054e807b6c 1 second ago 5.02GB [2020-07-08T10:12:13.194Z] microsoft/windowsservercore latest 486def14a6bd 4 weeks ago 4.98GB [2020-07-08T10:12:13.194Z] mcr.microsoft.com/windows/servercore ltsc2019 486def14a6bd 4 weeks ago 4.98GB [2020-07-08T10:12:13.194Z] [2020-07-08T10:12:13.194Z] INFO: Running integration tests at 07/08/2020 10:12:13... [2020-07-08T10:12:13.194Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-07-08T10:12:13.194Z] INFO: Integration API tests being run from the host: [2020-07-08T10:12:13.614Z] --- PASS: TestRunContainerWithBridgeNone (2.04s) [2020-07-08T10:12:13.614Z] === RUN TestNetworkInvalidJSON [2020-07-08T10:12:13.614Z] === RUN TestNetworkInvalidJSON//networks/create [2020-07-08T10:12:13.614Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-07-08T10:12:13.614Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:12:13.614Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:12:13.614Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:12:13.614Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:12:13.614Z] === CONT TestNetworkInvalidJSON//networks/create [2020-07-08T10:12:13.614Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:12:13.614Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:12:13.614Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-07-08T10:12:13.614Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-07-08T10:12:13.614Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-07-08T10:12:13.614Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-07-08T10:12:13.614Z] === RUN TestHostIPv4BridgeLabel [2020-07-08T10:12:13.642Z] INFO: make.ps1 starting at 07/08/2020 10:12:13 [2020-07-08T10:12:14.089Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-07-08T10:12:14.183Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-07-08T10:12:14.183Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2020-07-08T10:12:14.183Z] === RUN TestDaemonRestartWithLiveRestore [2020-07-08T10:12:15.114Z] --- PASS: TestDaemonRestartWithLiveRestore (1.09s) [2020-07-08T10:12:15.114Z] === RUN TestDaemonDefaultNetworkPools [2020-07-08T10:12:16.047Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-07-08T10:12:16.047Z] === RUN TestDaemonRestartWithExistingNetwork [2020-07-08T10:12:16.612Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-07-08T10:12:17.176Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-07-08T10:12:17.176Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-07-08T10:12:17.739Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-07-08T10:12:17.739Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-07-08T10:12:18.677Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s) [2020-07-08T10:12:18.677Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-07-08T10:12:19.241Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-07-08T10:12:19.241Z] === RUN TestServiceWithPredefinedNetwork [2020-07-08T10:12:20.174Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-07-08T10:12:20.174Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-07-08T10:12:22.072Z] --- PASS: TestServiceWithPredefinedNetwork (2.96s) [2020-07-08T10:12:22.072Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-07-08T10:12:22.072Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:12:22.072Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:12:22.072Z] === RUN TestServiceWithDataPathPortInit [2020-07-08T10:12:24.598Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-07-08T10:12:24.855Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-07-08T10:12:26.228Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-07-08T10:12:26.485Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-07-08T10:12:27.854Z] === RUN TestDockerSuite/TestBuildNetNone [2020-07-08T10:12:28.112Z] === RUN TestDockerSuite/TestBuildNoContext [2020-07-08T10:12:29.046Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-07-08T10:12:29.609Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-07-08T10:12:30.979Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-07-08T10:12:31.236Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-07-08T10:12:31.236Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-07-08T10:12:31.892Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-07-08T10:12:32.459Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-07-08T10:12:33.028Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-07-08T10:12:34.400Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-07-08T10:12:34.963Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-07-08T10:12:36.858Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-07-08T10:12:37.789Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-07-08T10:12:38.046Z] --- PASS: TestServiceWithDataPathPortInit (16.07s) [2020-07-08T10:12:38.046Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-07-08T10:12:39.061Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:12:39.061Z] INFO: Testing against a local daemon [2020-07-08T10:12:39.417Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-07-08T10:12:40.352Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-07-08T10:12:41.728Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-07-08T10:12:41.984Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-07-08T10:12:44.508Z] === RUN TestDockerSuite/TestBuildPATH [2020-07-08T10:12:45.881Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-07-08T10:12:46.446Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.15s) [2020-07-08T10:12:46.446Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:awklnjglbc3fzi831o7vpzg1x Created:2020-07-08 10:12:39.770646183 +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[9d6276c2bb3efaef7e00bdd501bf64c42832029e42e8bab6c21c0c87229ace4e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.udyviek4q6hgvt4qgm5qzyyvr EndpointID:f3c117590a44b0874878ca3397c02e66d7d68214fd41d9eea00cd8dcd53f2fb5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8da0320a5c3afd171c9217006f202827281de027e6c81f85c466a3cb73195dbc 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:1e68dfdc4d7e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.udyviek4q6hgvt4qgm5qzyyvr EndpointID:f3c117590a44b0874878ca3397c02e66d7d68214fd41d9eea00cd8dcd53f2fb5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-07-08T10:12:46.446Z] PASS [2020-07-08T10:12:46.446Z] [2020-07-08T10:12:46.446Z] === Skipped [2020-07-08T10:12:46.446Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:12:46.446Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:12:46.446Z] [2020-07-08T10:12:46.446Z] [2020-07-08T10:12:46.446Z] DONE 23 tests, 1 skipped in 50.399s [2020-07-08T10:12:46.447Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:12:46.447Z] ++ 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-07-08T10:12:46.447Z] ++ set -e [2020-07-08T10:12:46.447Z] ++ '[' -n 0 ']' [2020-07-08T10:12:46.447Z] ++ set -x [2020-07-08T10:12:46.447Z] ++ env -i DEST=/go/src/github.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-07-08T10:12:46.447Z] INFO: Testing against a local daemon [2020-07-08T10:12:46.447Z] === RUN TestDockerNetworkIpvlanPersistance [2020-07-08T10:12:46.447Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:12:46.447Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:12:46.447Z] === RUN TestDockerNetworkIpvlan [2020-07-08T10:12:46.447Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:12:46.447Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:12:46.447Z] PASS [2020-07-08T10:12:46.447Z] [2020-07-08T10:12:46.447Z] === Skipped [2020-07-08T10:12:46.447Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:12:46.447Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:12:46.447Z] [2020-07-08T10:12:46.447Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:12:46.447Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:12:46.447Z] [2020-07-08T10:12:46.447Z] [2020-07-08T10:12:46.447Z] DONE 2 tests, 2 skipped in 0.178s [2020-07-08T10:12:46.447Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:12:46.447Z] ++ 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-07-08T10:12:46.447Z] ++ set -e [2020-07-08T10:12:46.447Z] ++ '[' -n 0 ']' [2020-07-08T10:12:46.447Z] ++ set -x [2020-07-08T10:12:46.447Z] ++ env -i DEST=/go/src/github.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-07-08T10:12:46.705Z] INFO: Testing against a local daemon [2020-07-08T10:12:46.705Z] === RUN TestDockerNetworkMacvlanPersistance [2020-07-08T10:12:46.705Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-07-08T10:12:47.639Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-07-08T10:12:48.204Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2020-07-08T10:12:48.204Z] === RUN TestDockerNetworkMacvlan [2020-07-08T10:12:49.136Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-07-08T10:12:49.701Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-07-08T10:12:50.634Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-07-08T10:12:51.306Z] ok github.com/docker/docker/integration/build 13.903s [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === Skipped [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-07-08T10:12:51.306Z] build_session_test.go:25: TODO: BuildKit [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-07-08T10:12:51.306Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-07-08T10:12:51.306Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.01s) [2020-07-08T10:12:51.306Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-07-08T10:12:51.306Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-07-08T10:12:51.306Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-07-08T10:12:51.306Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s) [2020-07-08T10:12:51.306Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-07-08T10:12:51.306Z] build_test.go:492: testEnv.OSType == "windows" [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2020-07-08T10:12:51.306Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] DONE 22 tests, 10 skipped in 36.350s [2020-07-08T10:12:51.306Z] [2020-07-08T10:12:51.306Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-07-08T10:12:52.808Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:12:52.808Z] INFO: Testing against a local daemon [2020-07-08T10:12:52.808Z] ok github.com/docker/docker/integration/config 0.235s [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === Skipped [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-07-08T10:12:52.808Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] DONE 7 tests, 7 skipped in 2.364s [2020-07-08T10:12:52.808Z] [2020-07-08T10:12:52.808Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-07-08T10:12:53.156Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-07-08T10:12:55.680Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-07-08T10:12:55.680Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-07-08T10:12:56.477Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:12:56.477Z] INFO: Testing against a local daemon [2020-07-08T10:12:58.960Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-07-08T10:13:00.331Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-07-08T10:13:00.331Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-07-08T10:13:01.264Z] === RUN TestDockerSuite/TestBuildRm [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan (13.46s) [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.27s) [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.23s) [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.02s) [2020-07-08T10:13:01.521Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.05s) [2020-07-08T10:13:01.521Z] PASS [2020-07-08T10:13:01.521Z] [2020-07-08T10:13:01.521Z] DONE 8 tests in 15.039s [2020-07-08T10:13:01.521Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-07-08T10:13:01.521Z] ++ 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-07-08T10:13:01.521Z] ++ set -e [2020-07-08T10:13:01.521Z] ++ '[' -n 0 ']' [2020-07-08T10:13:01.521Z] ++ set -x [2020-07-08T10:13:01.521Z] ++ env -i DEST=/go/src/github.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-07-08T10:13:01.780Z] testing: warning: no tests to run [2020-07-08T10:13:01.780Z] PASS [2020-07-08T10:13:01.780Z] [2020-07-08T10:13:01.780Z] DONE 0 tests in 0.030s [2020-07-08T10:13:01.780Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-07-08T10:13:01.780Z] ++ 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-07-08T10:13:01.780Z] ++ set -e [2020-07-08T10:13:01.780Z] ++ '[' -n 0 ']' [2020-07-08T10:13:01.780Z] ++ set -x [2020-07-08T10:13:01.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:13:01.780Z] INFO: Testing against a local daemon [2020-07-08T10:13:01.780Z] === RUN TestAuthZPluginAllowRequest [2020-07-08T10:13:03.681Z] --- PASS: TestAuthZPluginAllowRequest (1.88s) [2020-07-08T10:13:03.681Z] === RUN TestAuthZPluginTLS [2020-07-08T10:13:04.248Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-07-08T10:13:04.248Z] === RUN TestAuthZPluginDenyRequest [2020-07-08T10:13:04.506Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-07-08T10:13:04.763Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-07-08T10:13:04.763Z] === RUN TestAuthZPluginAPIDenyResponse [2020-07-08T10:13:05.335Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-07-08T10:13:05.335Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-07-08T10:13:05.335Z] === RUN TestAuthZPluginDenyResponse [2020-07-08T10:13:05.899Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2020-07-08T10:13:05.899Z] === RUN TestAuthZPluginAllowEventStream [2020-07-08T10:13:06.465Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-07-08T10:13:07.030Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-07-08T10:13:07.595Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2020-07-08T10:13:07.595Z] === RUN TestAuthZPluginErrorResponse [2020-07-08T10:13:07.595Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-07-08T10:13:08.159Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2020-07-08T10:13:08.159Z] === RUN TestAuthZPluginErrorRequest [2020-07-08T10:13:08.416Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-07-08T10:13:08.673Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-07-08T10:13:08.673Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-07-08T10:13:09.236Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-07-08T10:13:09.236Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-07-08T10:13:09.236Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-07-08T10:13:10.170Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-07-08T10:13:11.102Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.79s) [2020-07-08T10:13:11.102Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-07-08T10:13:12.996Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s) [2020-07-08T10:13:12.996Z] === RUN TestAuthZPluginHeader [2020-07-08T10:13:13.253Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-07-08T10:13:13.510Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-07-08T10:13:13.510Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-07-08T10:13:13.510Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-07-08T10:13:13.767Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-07-08T10:13:13.767Z] === RUN TestDockerSuite/TestBuildSpaces [2020-07-08T10:13:14.025Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-07-08T10:13:14.956Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-07-08T10:13:14.956Z] === RUN TestDockerSuite/TestBuildStderr [2020-07-08T10:13:15.519Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-07-08T10:13:17.414Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.93s) [2020-07-08T10:13:17.414Z] === RUN TestAuthZPluginV2Disable [2020-07-08T10:13:17.865Z] --- PASS: TestImportExtremelyLargeImageWorks (193.14s) [2020-07-08T10:13:17.865Z] PASS [2020-07-08T10:13:17.865Z] [2020-07-08T10:13:17.865Z] === Skipped [2020-07-08T10:13:17.865Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-07-08T10:13:17.865Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:13:17.865Z] [2020-07-08T10:13:17.865Z] [2020-07-08T10:13:17.865Z] DONE 12 tests, 1 skipped in 194.159s [2020-07-08T10:13:17.865Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-07-08T10:13:17.865Z] ++ 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-07-08T10:13:17.865Z] ++ set -e [2020-07-08T10:13:17.865Z] ++ '[' -n 0 ']' [2020-07-08T10:13:17.865Z] ++ set -x [2020-07-08T10:13:17.865Z] ++ env -i DEST=/go/src/github.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-07-08T10:13:17.865Z] INFO: Testing against a local daemon [2020-07-08T10:13:17.865Z] === RUN TestNetworkCreateDelete [2020-07-08T10:13:17.865Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-07-08T10:13:17.865Z] === RUN TestDockerNetworkDeletePreferID [2020-07-08T10:13:17.865Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-07-08T10:13:17.865Z] === RUN TestDaemonDNSFallback [2020-07-08T10:13:17.865Z] --- PASS: TestDaemonDNSFallback (1.56s) [2020-07-08T10:13:17.865Z] === RUN TestInspectNetwork [2020-07-08T10:13:17.865Z] === RUN TestInspectNetwork/full_network_id [2020-07-08T10:13:17.865Z] === RUN TestInspectNetwork/partial_network_id [2020-07-08T10:13:17.865Z] === RUN TestInspectNetwork/network_name [2020-07-08T10:13:17.865Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-07-08T10:13:17.865Z] --- PASS: TestInspectNetwork (7.00s) [2020-07-08T10:13:17.865Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-07-08T10:13:17.865Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-07-08T10:13:17.865Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-07-08T10:13:17.865Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-07-08T10:13:17.865Z] === RUN TestRunContainerWithBridgeNone [2020-07-08T10:13:17.865Z] --- PASS: TestRunContainerWithBridgeNone (1.94s) [2020-07-08T10:13:17.865Z] === RUN TestNetworkInvalidJSON [2020-07-08T10:13:17.865Z] === RUN TestNetworkInvalidJSON//networks/create [2020-07-08T10:13:17.865Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-07-08T10:13:17.866Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:13:17.866Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:13:17.866Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:13:17.866Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:13:17.866Z] === CONT TestNetworkInvalidJSON//networks/create [2020-07-08T10:13:17.866Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-07-08T10:13:17.866Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-07-08T10:13:17.866Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-07-08T10:13:17.866Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-07-08T10:13:17.866Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-07-08T10:13:17.866Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-07-08T10:13:17.866Z] === RUN TestHostIPv4BridgeLabel [2020-07-08T10:13:18.504Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-07-08T10:13:18.504Z] === RUN TestDaemonRestartWithLiveRestore [2020-07-08T10:13:18.791Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-07-08T10:13:19.544Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-07-08T10:13:19.544Z] === RUN TestDaemonDefaultNetworkPools [2020-07-08T10:13:19.722Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-07-08T10:13:20.185Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2020-07-08T10:13:20.185Z] === RUN TestDaemonRestartWithExistingNetwork [2020-07-08T10:13:20.285Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-07-08T10:13:20.849Z] --- PASS: TestAuthZPluginV2Disable (3.34s) [2020-07-08T10:13:20.849Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-07-08T10:13:20.849Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-07-08T10:13:21.227Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-07-08T10:13:21.227Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-07-08T10:13:21.784Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-07-08T10:13:22.714Z] === RUN TestDockerSuite/TestBuildUser [2020-07-08T10:13:22.756Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-07-08T10:13:22.756Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-07-08T10:13:23.051Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-07-08T10:13:23.051Z] === RUN TestServiceWithPredefinedNetwork [2020-07-08T10:13:24.083Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.09s) [2020-07-08T10:13:24.083Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-07-08T10:13:24.083Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-07-08T10:13:25.132Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s) [2020-07-08T10:13:25.132Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-07-08T10:13:25.132Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:13:25.132Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:13:25.132Z] === RUN TestServiceWithDataPathPortInit [2020-07-08T10:13:25.983Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-07-08T10:13:27.356Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-07-08T10:13:35.459Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.20s) [2020-07-08T10:13:35.459Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-07-08T10:13:40.491Z] --- PASS: TestServiceWithDataPathPortInit (13.59s) [2020-07-08T10:13:40.491Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-07-08T10:13:40.714Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-07-08T10:13:40.715Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-07-08T10:13:40.715Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-07-08T10:13:41.279Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-07-08T10:13:42.208Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-07-08T10:13:42.794Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-07-08T10:13:42.794Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-07-08T10:13:43.052Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-07-08T10:13:43.052Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-07-08T10:13:43.052Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-07-08T10:13:43.982Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-07-08T10:13:44.242Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-07-08T10:13:44.806Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-07-08T10:13:45.064Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-07-08T10:13:45.994Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-07-08T10:13:45.994Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-07-08T10:13:46.061Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.74s) [2020-07-08T10:13:46.061Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uwu4p6x64rd6nh2rx5qx5qdj6 Created:2020-07-08 10:13:39.802059083 +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[c6fddf1f36bcf1ce77e85e33bb000d8ed335e8b4c47fcd0d34485b48bef940fe:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jn72tt4v7yhsqqv405zm9bp53 EndpointID:7aa60f19686a66404f70009f3d45d5873d82f5b1b10ce81eccca7fffb9cc7a4a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:971f223ee54db9d7cb8ea33636a42d03e5c05e26fde578a613498e3cc6c2b4f8 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:790cf95d97b7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jn72tt4v7yhsqqv405zm9bp53 EndpointID:7aa60f19686a66404f70009f3d45d5873d82f5b1b10ce81eccca7fffb9cc7a4a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-07-08T10:13:46.061Z] PASS [2020-07-08T10:13:46.061Z] [2020-07-08T10:13:46.061Z] === Skipped [2020-07-08T10:13:46.061Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:13:46.061Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:13:46.061Z] [2020-07-08T10:13:46.061Z] [2020-07-08T10:13:46.061Z] DONE 23 tests, 1 skipped in 39.032s [2020-07-08T10:13:46.061Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:13:46.062Z] ++ 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-07-08T10:13:46.062Z] ++ set -e [2020-07-08T10:13:46.062Z] ++ '[' -n 0 ']' [2020-07-08T10:13:46.062Z] ++ set -x [2020-07-08T10:13:46.062Z] ++ env -i DEST=/go/src/github.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-07-08T10:13:46.062Z] INFO: Testing against a local daemon [2020-07-08T10:13:46.062Z] === RUN TestDockerNetworkIpvlanPersistance [2020-07-08T10:13:46.062Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:13:46.062Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:13:46.062Z] === RUN TestDockerNetworkIpvlan [2020-07-08T10:13:46.062Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:13:46.062Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:13:46.062Z] PASS [2020-07-08T10:13:46.062Z] [2020-07-08T10:13:46.062Z] === Skipped [2020-07-08T10:13:46.062Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-07-08T10:13:46.062Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:13:46.062Z] [2020-07-08T10:13:46.062Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-07-08T10:13:46.062Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-07-08T10:13:46.062Z] [2020-07-08T10:13:46.062Z] [2020-07-08T10:13:46.062Z] DONE 2 tests, 2 skipped in 0.079s [2020-07-08T10:13:46.062Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-07-08T10:13:46.062Z] ++ 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-07-08T10:13:46.062Z] ++ set -e [2020-07-08T10:13:46.062Z] ++ '[' -n 0 ']' [2020-07-08T10:13:46.062Z] ++ set -x [2020-07-08T10:13:46.062Z] ++ env -i DEST=/go/src/github.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-07-08T10:13:46.062Z] INFO: Testing against a local daemon [2020-07-08T10:13:46.062Z] === RUN TestDockerNetworkMacvlanPersistance [2020-07-08T10:13:47.120Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-07-08T10:13:47.120Z] === RUN TestDockerNetworkMacvlan [2020-07-08T10:13:47.895Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-07-08T10:13:48.162Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-07-08T10:13:48.802Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-07-08T10:13:48.829Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-07-08T10:13:49.760Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-07-08T10:13:49.760Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-07-08T10:13:49.843Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-07-08T10:13:50.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-07-08T10:13:50.275Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-07-08T10:13:50.275Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-07-08T10:13:51.206Z] === RUN TestDockerSuite/TestBuildXZHost [2020-07-08T10:13:51.771Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2020-07-08T10:13:51.771Z] PASS [2020-07-08T10:13:51.771Z] [2020-07-08T10:13:51.771Z] DONE 17 tests in 50.176s [2020-07-08T10:13:51.771Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-07-08T10:13:51.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-07-08T10:13:51.771Z] ++ set -e [2020-07-08T10:13:51.771Z] ++ '[' -n 0 ']' [2020-07-08T10:13:51.771Z] ++ set -x [2020-07-08T10:13:51.927Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-07-08T10:13:52.030Z] ++ env -i DEST=/go/src/github.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-07-08T10:13:52.030Z] INFO: Testing against a local daemon [2020-07-08T10:13:52.030Z] === RUN TestPluginInvalidJSON [2020-07-08T10:13:52.030Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:13:52.030Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:13:52.030Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:13:52.031Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-07-08T10:13:52.031Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-07-08T10:13:52.031Z] === RUN TestPluginInstall [2020-07-08T10:13:52.031Z] === RUN TestPluginInstall/no_auth [2020-07-08T10:13:53.933Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-07-08T10:13:53.933Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-07-08T10:13:53.933Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-07-08T10:13:54.013Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-07-08T10:13:54.191Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-07-08T10:13:54.757Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-07-08T10:13:56.129Z] === RUN TestDockerSuite/TestCommitChange [2020-07-08T10:13:56.683Z] ok github.com/docker/docker/integration/container 51.877s [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === Skipped [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-07-08T10:13:56.683Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-07-08T10:13:56.683Z] copy_test.go:25: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-07-08T10:13:56.683Z] copy_test.go:39: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-07-08T10:13:56.683Z] copy_test.go:51: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-07-08T10:13:56.683Z] copy_test.go:65: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-07-08T10:13:56.683Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-07-08T10:13:56.683Z] create_test.go:75: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-07-08T10:13:56.683Z] create_test.go:138: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-07-08T10:13:56.683Z] create_test.go:182: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-07-08T10:13:56.683Z] create_test.go:262: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-07-08T10:13:56.683Z] create_test.go:389: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-07-08T10:13:56.683Z] create_test.go:550: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-07-08T10:13:56.683Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-07-08T10:13:56.683Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-07-08T10:13:56.683Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-07-08T10:13:56.683Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-07-08T10:13:56.683Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-07-08T10:13:56.683Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-07-08T10:13:56.683Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-07-08T10:13:56.683Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-07-08T10:13:56.683Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-07-08T10:13:56.683Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-07-08T10:13:56.683Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-07-08T10:13:56.683Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-07-08T10:13:56.683Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-07-08T10:13:56.683Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-07-08T10:13:56.683Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-07-08T10:13:56.683Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-07-08T10:13:56.683Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-07-08T10:13:56.683Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-07-08T10:13:56.683Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-07-08T10:13:56.683Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-07-08T10:13:56.683Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-07-08T10:13:56.683Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-07-08T10:13:56.683Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-07-08T10:13:56.683Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] DONE 85 tests, 42 skipped in 54.606s [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-07-08T10:13:56.683Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:13:56.683Z] INFO: Testing against a local daemon [2020-07-08T10:13:56.683Z] ok github.com/docker/docker/integration/image 0.456s [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === Skipped [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-07-08T10:13:56.683Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-07-08T10:13:56.683Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-07-08T10:13:56.683Z] remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-07-08T10:13:56.683Z] tag_test.go:98: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] DONE 11 tests, 4 skipped in 2.506s [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-07-08T10:13:56.683Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:13:56.683Z] INFO: Testing against a local daemon [2020-07-08T10:13:56.683Z] ok github.com/docker/docker/integration/network 0.278s [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === Skipped [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-07-08T10:13:56.683Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-07-08T10:13:56.683Z] 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-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-07-08T10:13:56.683Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.01s) [2020-07-08T10:13:56.683Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-07-08T10:13:56.683Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-07-08T10:13:56.683Z] network_test.go:97: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-07-08T10:13:56.683Z] service_test.go:29: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-07-08T10:13:56.683Z] service_test.go:52: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-07-08T10:13:56.683Z] service_test.go:96: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.683Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-07-08T10:13:56.683Z] service_test.go:130: testEnv.OSType == "windows" [2020-07-08T10:13:56.683Z] [2020-07-08T10:13:56.684Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-07-08T10:13:56.684Z] service_test.go:181: testEnv.OSType == "windows" [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-07-08T10:13:56.684Z] service_test.go:206: testEnv.OSType == "windows" [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-07-08T10:13:56.684Z] service_test.go:236: FLAKY_TEST [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-07-08T10:13:56.684Z] service_test.go:326: testEnv.OSType == "windows" [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-07-08T10:13:56.684Z] service_test.go:394: testEnv.OSType == "windows" [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] DONE 19 tests, 15 skipped in 2.487s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-07-08T10:13:56.684Z] testing: warning: no tests to run [2020-07-08T10:13:56.684Z] ok github.com/docker/docker/integration/network/ipvlan 0.080s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] DONE 0 tests in 0.786s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-07-08T10:13:56.684Z] testing: warning: no tests to run [2020-07-08T10:13:56.684Z] ok github.com/docker/docker/integration/network/macvlan 0.074s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] DONE 0 tests in 0.759s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-07-08T10:13:56.684Z] testing: warning: no tests to run [2020-07-08T10:13:56.684Z] ok github.com/docker/docker/integration/plugin 0.071s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] DONE 0 tests in 0.786s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-07-08T10:13:56.684Z] testing: warning: no tests to run [2020-07-08T10:13:56.684Z] ok github.com/docker/docker/integration/plugin/authz 0.075s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] DONE 0 tests in 0.796s [2020-07-08T10:13:56.684Z] [2020-07-08T10:13:56.684Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-07-08T10:13:57.505Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-07-08T10:13:57.550Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan (11.26s) [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s) [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.33s) [2020-07-08T10:13:58.590Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2020-07-08T10:13:58.590Z] PASS [2020-07-08T10:13:58.590Z] [2020-07-08T10:13:58.590Z] DONE 8 tests in 12.719s [2020-07-08T10:13:58.590Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-07-08T10:13:58.590Z] ++ 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-07-08T10:13:58.590Z] ++ set -e [2020-07-08T10:13:58.590Z] ++ '[' -n 0 ']' [2020-07-08T10:13:58.590Z] ++ set -x [2020-07-08T10:13:58.590Z] ++ env -i DEST=/go/src/github.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-07-08T10:13:58.591Z] testing: warning: no tests to run [2020-07-08T10:13:58.591Z] PASS [2020-07-08T10:13:58.591Z] [2020-07-08T10:13:58.591Z] DONE 0 tests in 0.011s [2020-07-08T10:13:58.591Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-07-08T10:13:58.591Z] ++ 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-07-08T10:13:58.591Z] ++ set -e [2020-07-08T10:13:58.591Z] ++ '[' -n 0 ']' [2020-07-08T10:13:58.591Z] ++ set -x [2020-07-08T10:13:58.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-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-07-08T10:13:58.591Z] INFO: Testing against a local daemon [2020-07-08T10:13:58.591Z] === RUN TestAuthZPluginAllowRequest [2020-07-08T10:13:58.877Z] === RUN TestDockerSuite/TestCommitHardlink [2020-07-08T10:14:00.119Z] --- PASS: TestAuthZPluginAllowRequest (1.36s) [2020-07-08T10:14:00.119Z] === RUN TestAuthZPluginTLS [2020-07-08T10:14:00.250Z] === RUN TestDockerSuite/TestCommitNewFile [2020-07-08T10:14:00.413Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-07-08T10:14:00.413Z] === RUN TestAuthZPluginDenyRequest [2020-07-08T10:14:01.051Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-07-08T10:14:01.051Z] === RUN TestAuthZPluginAPIDenyResponse [2020-07-08T10:14:01.623Z] time="2020-07-08T10:14:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:01.623Z] time="2020-07-08T10:14:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:01.623Z] time="2020-07-08T10:14:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f11bd753319eb06135f2788d2900d21db5e2e8c700f34d6e73495057c07bf56c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:01.623Z] time="2020-07-08T10:14:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:01.623Z] time="2020-07-08T10:14:01Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:01.623Z] time="2020-07-08T10:14:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f11bd753319eb06135f2788d2900d21db5e2e8c700f34d6e73495057c07bf56c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:01.689Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-07-08T10:14:01.689Z] === RUN TestAuthZPluginDenyResponse [2020-07-08T10:14:01.880Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-07-08T10:14:01.880Z] === RUN TestPluginInstall/with_htpasswd [2020-07-08T10:14:01.983Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-07-08T10:14:01.983Z] === RUN TestAuthZPluginAllowEventStream [2020-07-08T10:14:02.813Z] time="2020-07-08T10:14:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:02.813Z] time="2020-07-08T10:14:02Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:02.813Z] time="2020-07-08T10:14:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f91af4b1be9a46d5e90d8aa156b32956e62ac1adcf15fc5ca115206e9161c5e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:02.813Z] time="2020-07-08T10:14:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:02.813Z] time="2020-07-08T10:14:02Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:02.813Z] time="2020-07-08T10:14:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f91af4b1be9a46d5e90d8aa156b32956e62ac1adcf15fc5ca115206e9161c5e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:02.813Z] === RUN TestDockerSuite/TestCommitTTY [2020-07-08T10:14:03.070Z] === RUN TestPluginInstall/with_insecure [2020-07-08T10:14:03.509Z] --- PASS: TestAuthZPluginAllowEventStream (1.34s) [2020-07-08T10:14:03.509Z] === RUN TestAuthZPluginErrorResponse [2020-07-08T10:14:04.002Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-07-08T10:14:04.148Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-07-08T10:14:04.148Z] === RUN TestAuthZPluginErrorRequest [2020-07-08T10:14:04.260Z] time="2020-07-08T10:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:04.260Z] time="2020-07-08T10:14:04Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:04.261Z] time="2020-07-08T10:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aea29cb3a4c5cfd5c3330504e9010bb7870c8333ae35ee81d408abe19c283cda" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:04.261Z] time="2020-07-08T10:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:04.261Z] time="2020-07-08T10:14:04Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:04.261Z] time="2020-07-08T10:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aea29cb3a4c5cfd5c3330504e9010bb7870c8333ae35ee81d408abe19c283cda" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:04.441Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-07-08T10:14:04.441Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-07-08T10:14:04.520Z] --- PASS: TestPluginInstall (12.42s) [2020-07-08T10:14:04.521Z] --- PASS: TestPluginInstall/no_auth (9.82s) [2020-07-08T10:14:04.521Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2020-07-08T10:14:04.521Z] --- PASS: TestPluginInstall/with_insecure (1.53s) [2020-07-08T10:14:04.521Z] plugin_test.go:157: [de7b81e5ef080] daemon is not started [2020-07-08T10:14:04.521Z] PASS [2020-07-08T10:14:04.521Z] [2020-07-08T10:14:04.521Z] DONE 6 tests in 12.677s [2020-07-08T10:14:04.521Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-07-08T10:14:04.521Z] ++ 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-07-08T10:14:04.521Z] ++ set -e [2020-07-08T10:14:04.521Z] ++ '[' -n 0 ']' [2020-07-08T10:14:04.521Z] ++ set -x [2020-07-08T10:14:04.521Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:04.783Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-07-08T10:14:04.783Z] INFO: Testing against a local daemon [2020-07-08T10:14:04.783Z] === RUN TestExternalGraphDriver [2020-07-08T10:14:05.040Z] === RUN TestExternalGraphDriver/json [2020-07-08T10:14:05.078Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-07-08T10:14:05.078Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-07-08T10:14:05.142Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:05.142Z] INFO: Testing against a local daemon [2020-07-08T10:14:05.142Z] ok github.com/docker/docker/integration/plugin/common 0.224s [2020-07-08T10:14:05.142Z] [2020-07-08T10:14:05.142Z] === Skipped [2020-07-08T10:14:05.142Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-07-08T10:14:05.142Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-07-08T10:14:05.142Z] [2020-07-08T10:14:05.142Z] [2020-07-08T10:14:05.142Z] DONE 3 tests, 1 skipped in 7.932s [2020-07-08T10:14:05.142Z] [2020-07-08T10:14:05.142Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-07-08T10:14:05.985Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-07-08T10:14:06.591Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.67s) [2020-07-08T10:14:06.592Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-07-08T10:14:06.918Z] === RUN TestExternalGraphDriver/spec [2020-07-08T10:14:06.918Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-07-08T10:14:07.277Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:07.277Z] INFO: Testing against a local daemon [2020-07-08T10:14:07.277Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.275s [2020-07-08T10:14:07.277Z] [2020-07-08T10:14:07.277Z] === Skipped [2020-07-08T10:14:07.277Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-07-08T10:14:07.277Z] external_test.go:48: runtime.GOOS == "windows" [2020-07-08T10:14:07.277Z] [2020-07-08T10:14:07.277Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-07-08T10:14:07.277Z] external_test.go:408: runtime.GOOS == "windows" [2020-07-08T10:14:07.277Z] [2020-07-08T10:14:07.277Z] [2020-07-08T10:14:07.277Z] DONE 2 tests, 2 skipped in 3.250s [2020-07-08T10:14:07.277Z] [2020-07-08T10:14:07.277Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-07-08T10:14:08.290Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-07-08T10:14:08.674Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2020-07-08T10:14:08.674Z] === RUN TestAuthZPluginHeader [2020-07-08T10:14:08.856Z] === RUN TestExternalGraphDriver/pull [2020-07-08T10:14:08.856Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-07-08T10:14:09.313Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-07-08T10:14:09.313Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-07-08T10:14:09.313Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-07-08T10:14:09.313Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:09.313Z] === RUN TestAuthZPluginV2Disable [2020-07-08T10:14:09.313Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-07-08T10:14:09.313Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:09.313Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-07-08T10:14:09.313Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-07-08T10:14:09.313Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:09.313Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-07-08T10:14:09.313Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-07-08T10:14:09.313Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:09.313Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-07-08T10:14:09.788Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-07-08T10:14:09.788Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-07-08T10:14:10.124Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:10.124Z] INFO: Testing against a local daemon [2020-07-08T10:14:10.124Z] ok github.com/docker/docker/integration/plugin/logging 0.251s [2020-07-08T10:14:10.124Z] [2020-07-08T10:14:10.124Z] === Skipped [2020-07-08T10:14:10.124Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-07-08T10:14:10.124Z] read_test.go:21: no unix domain sockets on Windows [2020-07-08T10:14:10.124Z] [2020-07-08T10:14:10.124Z] [2020-07-08T10:14:10.124Z] DONE 1 tests, 1 skipped in 2.605s [2020-07-08T10:14:10.124Z] [2020-07-08T10:14:10.124Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-07-08T10:14:10.354Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-07-08T10:14:10.920Z] --- PASS: TestExternalGraphDriver (5.96s) [2020-07-08T10:14:10.920Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2020-07-08T10:14:10.920Z] --- PASS: TestExternalGraphDriver/spec (1.94s) [2020-07-08T10:14:10.920Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2020-07-08T10:14:10.920Z] === RUN TestGraphdriverPluginV2 [2020-07-08T10:14:10.920Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-07-08T10:14:11.626Z] testing: warning: no tests to run [2020-07-08T10:14:11.626Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.117s [2020-07-08T10:14:11.626Z] [2020-07-08T10:14:11.626Z] DONE 0 tests in 1.314s [2020-07-08T10:14:11.626Z] [2020-07-08T10:14:11.626Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-07-08T10:14:11.852Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-07-08T10:14:12.421Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-07-08T10:14:13.360Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-07-08T10:14:13.360Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-07-08T10:14:13.360Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-07-08T10:14:14.294Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-07-08T10:14:14.294Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-07-08T10:14:14.294Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-07-08T10:14:14.481Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:14.481Z] INFO: Testing against a local daemon [2020-07-08T10:14:14.481Z] ok github.com/docker/docker/integration/plugin/volumes 0.225s [2020-07-08T10:14:14.481Z] [2020-07-08T10:14:14.481Z] === Skipped [2020-07-08T10:14:14.481Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-07-08T10:14:14.481Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:14.481Z] [2020-07-08T10:14:14.481Z] [2020-07-08T10:14:14.481Z] DONE 1 tests, 1 skipped in 2.570s [2020-07-08T10:14:14.481Z] [2020-07-08T10:14:14.481Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-07-08T10:14:14.551Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-07-08T10:14:14.551Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-07-08T10:14:15.116Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-07-08T10:14:15.680Z] --- PASS: TestGraphdriverPluginV2 (4.93s) [2020-07-08T10:14:15.680Z] PASS [2020-07-08T10:14:15.680Z] [2020-07-08T10:14:15.680Z] DONE 5 tests in 11.068s [2020-07-08T10:14:15.680Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-07-08T10:14:15.680Z] ++ 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-07-08T10:14:15.680Z] ++ set -e [2020-07-08T10:14:15.680Z] ++ '[' -n 0 ']' [2020-07-08T10:14:15.680Z] ++ set -x [2020-07-08T10:14:15.680Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:15.937Z] INFO: Testing against a local daemon [2020-07-08T10:14:15.937Z] === RUN TestContinueAfterPluginCrash [2020-07-08T10:14:15.937Z] === PAUSE TestContinueAfterPluginCrash [2020-07-08T10:14:15.937Z] === RUN TestReadPluginNoRead [2020-07-08T10:14:15.937Z] === PAUSE TestReadPluginNoRead [2020-07-08T10:14:15.937Z] === RUN TestDaemonStartWithLogOpt [2020-07-08T10:14:15.937Z] === PAUSE TestDaemonStartWithLogOpt [2020-07-08T10:14:15.937Z] === CONT TestContinueAfterPluginCrash [2020-07-08T10:14:15.937Z] === CONT TestDaemonStartWithLogOpt [2020-07-08T10:14:15.937Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-07-08T10:14:16.502Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-07-08T10:14:16.502Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-07-08T10:14:16.612Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:16.612Z] INFO: Testing against a local daemon [2020-07-08T10:14:16.612Z] ok github.com/docker/docker/integration/secret 0.180s [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] === Skipped [2020-07-08T10:14:16.612Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-07-08T10:14:16.612Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-07-08T10:14:16.612Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-07-08T10:14:16.612Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-07-08T10:14:16.612Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-07-08T10:14:16.612Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-07-08T10:14:16.612Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] DONE 6 tests, 6 skipped in 2.223s [2020-07-08T10:14:16.612Z] [2020-07-08T10:14:16.612Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-07-08T10:14:18.398Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-07-08T10:14:19.329Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-07-08T10:14:19.329Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-07-08T10:14:19.458Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:19.458Z] INFO: Testing against a local daemon [2020-07-08T10:14:19.458Z] ok github.com/docker/docker/integration/service 0.322s [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === Skipped [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-07-08T10:14:19.458Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-07-08T10:14:19.458Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-07-08T10:14:19.458Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-07-08T10:14:19.458Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-07-08T10:14:19.458Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-07-08T10:14:19.458Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-07-08T10:14:19.458Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-07-08T10:14:19.458Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-07-08T10:14:19.458Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-07-08T10:14:19.458Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-07-08T10:14:19.458Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-07-08T10:14:19.458Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-07-08T10:14:19.458Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.458Z] [2020-07-08T10:14:19.458Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-07-08T10:14:19.459Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-07-08T10:14:19.459Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-07-08T10:14:19.459Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-07-08T10:14:19.459Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-07-08T10:14:19.459Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2020-07-08T10:14:19.459Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] DONE 24 tests, 23 skipped in 2.793s [2020-07-08T10:14:19.459Z] [2020-07-08T10:14:19.459Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-07-08T10:14:19.894Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-07-08T10:14:20.460Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-07-08T10:14:21.023Z] --- PASS: TestDaemonStartWithLogOpt (5.18s) [2020-07-08T10:14:21.023Z] === CONT TestReadPluginNoRead [2020-07-08T10:14:21.280Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-07-08T10:14:21.588Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:21.588Z] INFO: Testing against a local daemon [2020-07-08T10:14:21.588Z] ok github.com/docker/docker/integration/session 0.170s [2020-07-08T10:14:21.588Z] [2020-07-08T10:14:21.588Z] === Skipped [2020-07-08T10:14:21.588Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-07-08T10:14:21.588Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-07-08T10:14:21.588Z] [2020-07-08T10:14:21.588Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-07-08T10:14:21.588Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-07-08T10:14:21.588Z] [2020-07-08T10:14:21.588Z] [2020-07-08T10:14:21.588Z] DONE 2 tests, 2 skipped in 2.047s [2020-07-08T10:14:21.588Z] [2020-07-08T10:14:21.588Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-07-08T10:14:21.865Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-07-08T10:14:21.865Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-07-08T10:14:22.429Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-07-08T10:14:23.360Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-07-08T10:14:23.733Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:23.733Z] INFO: Testing against a local daemon [2020-07-08T10:14:23.924Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-07-08T10:14:23.924Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-07-08T10:14:24.488Z] === RUN TestReadPluginNoRead/default [2020-07-08T10:14:24.488Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-07-08T10:14:24.678Z] ok github.com/docker/docker/integration/system 1.277s [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === Skipped [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:14:24.678Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-07-08T10:14:24.678Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-07-08T10:14:24.678Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-07-08T10:14:24.678Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-07-08T10:14:24.678Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-07-08T10:14:24.678Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-07-08T10:14:24.678Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] DONE 13 tests, 7 skipped in 3.173s [2020-07-08T10:14:24.678Z] [2020-07-08T10:14:24.678Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-07-08T10:14:25.419Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-07-08T10:14:25.983Z] === RUN TestReadPluginNoRead/disabled_caching [2020-07-08T10:14:26.241Z] --- PASS: TestContinueAfterPluginCrash (10.51s) [2020-07-08T10:14:26.809Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-07-08T10:14:26.809Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-07-08T10:14:26.809Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-07-08T10:14:26.809Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-07-08T10:14:26.809Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-07-08T10:14:26.812Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:26.812Z] INFO: Testing against a local daemon [2020-07-08T10:14:26.812Z] ok github.com/docker/docker/integration/volume 0.275s [2020-07-08T10:14:26.812Z] [2020-07-08T10:14:26.812Z] === Skipped [2020-07-08T10:14:26.812Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-07-08T10:14:26.812Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-07-08T10:14:26.812Z] [2020-07-08T10:14:26.812Z] [2020-07-08T10:14:26.812Z] DONE 5 tests, 1 skipped in 2.300s [2020-07-08T10:14:27.259Z] [2020-07-08T10:14:27.259Z] INFO: make.ps1 ended at 07/08/2020 10:14:26 [2020-07-08T10:14:27.259Z] INFO: Integration CLI tests being run from the host: [2020-07-08T10:14:27.259Z] 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-07-08T10:14:27.741Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-07-08T10:14:27.741Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-07-08T10:14:27.921Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-07-08T10:14:27.921Z] PASS [2020-07-08T10:14:27.921Z] [2020-07-08T10:14:27.921Z] === Skipped [2020-07-08T10:14:27.921Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-07-08T10:14:27.921Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:27.921Z] [2020-07-08T10:14:27.921Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-07-08T10:14:27.921Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:27.921Z] [2020-07-08T10:14:27.921Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-07-08T10:14:27.921Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:27.921Z] [2020-07-08T10:14:27.921Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-07-08T10:14:27.921Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:27.921Z] [2020-07-08T10:14:27.921Z] [2020-07-08T10:14:27.921Z] DONE 17 tests, 4 skipped in 27.588s [2020-07-08T10:14:27.921Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-07-08T10:14:27.921Z] ++ 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-07-08T10:14:27.921Z] ++ set -e [2020-07-08T10:14:27.921Z] ++ '[' -n 0 ']' [2020-07-08T10:14:27.921Z] ++ set -x [2020-07-08T10:14:27.921Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:27.921Z] INFO: Testing against a local daemon [2020-07-08T10:14:27.921Z] === RUN TestPluginInvalidJSON [2020-07-08T10:14:27.921Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:14:27.921Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:14:27.921Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-07-08T10:14:27.921Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-07-08T10:14:27.921Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-07-08T10:14:27.921Z] === RUN TestPluginInstall [2020-07-08T10:14:27.921Z] === RUN TestPluginInstall/no_auth [2020-07-08T10:14:29.110Z] --- PASS: TestReadPluginNoRead (7.96s) [2020-07-08T10:14:29.110Z] --- PASS: TestReadPluginNoRead/default (1.51s) [2020-07-08T10:14:29.110Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.77s) [2020-07-08T10:14:29.110Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s) [2020-07-08T10:14:29.110Z] read_test.go:92: [dc6edbce38e36] daemon is not started [2020-07-08T10:14:29.110Z] PASS [2020-07-08T10:14:29.110Z] [2020-07-08T10:14:29.110Z] DONE 6 tests in 13.279s [2020-07-08T10:14:29.110Z] 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-07-08T10:14:29.110Z] ++ 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-07-08T10:14:29.110Z] ++ set -e [2020-07-08T10:14:29.110Z] ++ '[' -n 0 ']' [2020-07-08T10:14:29.110Z] ++ set -x [2020-07-08T10:14:29.110Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:29.110Z] testing: warning: no tests to run [2020-07-08T10:14:29.110Z] PASS [2020-07-08T10:14:29.110Z] [2020-07-08T10:14:29.110Z] DONE 0 tests in 0.048s [2020-07-08T10:14:29.110Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-07-08T10:14:29.110Z] ++ 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-07-08T10:14:29.110Z] ++ set -e [2020-07-08T10:14:29.110Z] ++ '[' -n 0 ']' [2020-07-08T10:14:29.110Z] ++ set -x [2020-07-08T10:14:29.110Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:29.110Z] INFO: Testing against a local daemon [2020-07-08T10:14:29.110Z] === RUN TestPluginWithDevMounts [2020-07-08T10:14:29.110Z] === PAUSE TestPluginWithDevMounts [2020-07-08T10:14:29.110Z] === CONT TestPluginWithDevMounts [2020-07-08T10:14:31.003Z] --- PASS: TestPluginWithDevMounts (1.67s) [2020-07-08T10:14:31.003Z] PASS [2020-07-08T10:14:31.003Z] [2020-07-08T10:14:31.003Z] DONE 1 tests in 1.799s [2020-07-08T10:14:31.003Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-07-08T10:14:31.003Z] ++ 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-07-08T10:14:31.003Z] ++ set -e [2020-07-08T10:14:31.003Z] ++ '[' -n 0 ']' [2020-07-08T10:14:31.003Z] ++ set -x [2020-07-08T10:14:31.003Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:31.003Z] INFO: Testing against a local daemon [2020-07-08T10:14:31.003Z] === RUN TestSecretInspect [2020-07-08T10:14:31.470Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:31.470Z] time="2020-07-08T10:14:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:31.470Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a69ccdeace490fe617651fac97de564a3274d950c9c2adbff2fdd7278073606e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:31.470Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:31.470Z] time="2020-07-08T10:14:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:31.470Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a69ccdeace490fe617651fac97de564a3274d950c9c2adbff2fdd7278073606e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:31.470Z] === RUN TestPluginInstall/with_htpasswd [2020-07-08T10:14:31.933Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-07-08T10:14:32.108Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:32.108Z] time="2020-07-08T10:14:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:32.108Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:74405d89efbbce2cb75a9e0a577a22ebb00faafa42a3750fb2cb0388c3997ae1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:32.108Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:32.108Z] time="2020-07-08T10:14:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:32.108Z] time="2020-07-08T10:14:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:74405d89efbbce2cb75a9e0a577a22ebb00faafa42a3750fb2cb0388c3997ae1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:32.401Z] === RUN TestPluginInstall/with_insecure [2020-07-08T10:14:32.497Z] === RUN TestDockerSuite/TestContainerAPITop [2020-07-08T10:14:33.062Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-07-08T10:14:33.062Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-07-08T10:14:33.062Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-07-08T10:14:33.442Z] time="2020-07-08T10:14:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:33.443Z] time="2020-07-08T10:14:33Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:33.443Z] time="2020-07-08T10:14:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b46bee120f758ca49f4522db8937998a13dffad5f63fb69fc178190406e4ee3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:33.443Z] time="2020-07-08T10:14:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-07-08T10:14:33.443Z] time="2020-07-08T10:14:33Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" [2020-07-08T10:14:33.443Z] time="2020-07-08T10:14:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b46bee120f758ca49f4522db8937998a13dffad5f63fb69fc178190406e4ee3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-07-08T10:14:33.625Z] --- PASS: TestSecretInspect (2.55s) [2020-07-08T10:14:33.625Z] === RUN TestSecretList [2020-07-08T10:14:33.736Z] --- PASS: TestPluginInstall (7.56s) [2020-07-08T10:14:33.736Z] --- PASS: TestPluginInstall/no_auth (5.32s) [2020-07-08T10:14:33.736Z] --- PASS: TestPluginInstall/with_htpasswd (0.90s) [2020-07-08T10:14:33.736Z] --- PASS: TestPluginInstall/with_insecure (1.34s) [2020-07-08T10:14:33.736Z] plugin_test.go:157: [de7b8648620e4] daemon is not started [2020-07-08T10:14:33.736Z] PASS [2020-07-08T10:14:33.736Z] [2020-07-08T10:14:33.736Z] DONE 6 tests in 7.668s [2020-07-08T10:14:33.736Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-07-08T10:14:33.736Z] ++ 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-07-08T10:14:33.736Z] ++ set -e [2020-07-08T10:14:33.736Z] ++ '[' -n 0 ']' [2020-07-08T10:14:33.736Z] ++ set -x [2020-07-08T10:14:33.736Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:33.736Z] INFO: Testing against a local daemon [2020-07-08T10:14:33.736Z] === RUN TestExternalGraphDriver [2020-07-08T10:14:34.031Z] === RUN TestExternalGraphDriver/json [2020-07-08T10:14:35.719Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-07-08T10:14:35.719Z] INFO: Testing against a local daemon [2020-07-08T10:14:36.111Z] === RUN TestExternalGraphDriver/spec [2020-07-08T10:14:36.146Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-07-08T10:14:36.146Z] --- PASS: TestSecretList (2.29s) [2020-07-08T10:14:36.146Z] === RUN TestSecretsCreateAndDelete [2020-07-08T10:14:36.402Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-07-08T10:14:37.332Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-07-08T10:14:37.650Z] === RUN TestExternalGraphDriver/pull [2020-07-08T10:14:38.701Z] --- PASS: TestSecretsCreateAndDelete (2.60s) [2020-07-08T10:14:38.701Z] === RUN TestSecretsUpdate [2020-07-08T10:14:39.774Z] --- PASS: TestExternalGraphDriver (5.75s) [2020-07-08T10:14:39.774Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2020-07-08T10:14:39.774Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2020-07-08T10:14:39.774Z] --- PASS: TestExternalGraphDriver/pull (1.78s) [2020-07-08T10:14:39.774Z] === RUN TestGraphdriverPluginV2 [2020-07-08T10:14:39.774Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-07-08T10:14:39.774Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:39.774Z] PASS [2020-07-08T10:14:39.774Z] [2020-07-08T10:14:39.774Z] === Skipped [2020-07-08T10:14:39.774Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-07-08T10:14:39.774Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:14:39.774Z] [2020-07-08T10:14:39.774Z] [2020-07-08T10:14:39.774Z] DONE 5 tests, 1 skipped in 5.912s [2020-07-08T10:14:39.774Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-07-08T10:14:39.775Z] ++ 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-07-08T10:14:39.775Z] ++ set -e [2020-07-08T10:14:39.775Z] ++ '[' -n 0 ']' [2020-07-08T10:14:39.775Z] ++ set -x [2020-07-08T10:14:39.775Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:14:39.775Z] INFO: Testing against a local daemon [2020-07-08T10:14:39.775Z] === RUN TestContinueAfterPluginCrash [2020-07-08T10:14:39.775Z] === PAUSE TestContinueAfterPluginCrash [2020-07-08T10:14:39.775Z] === RUN TestReadPluginNoRead [2020-07-08T10:14:39.775Z] === PAUSE TestReadPluginNoRead [2020-07-08T10:14:39.775Z] === RUN TestDaemonStartWithLogOpt [2020-07-08T10:14:39.775Z] === PAUSE TestDaemonStartWithLogOpt [2020-07-08T10:14:39.775Z] === CONT TestContinueAfterPluginCrash [2020-07-08T10:14:39.775Z] === CONT TestReadPluginNoRead [2020-07-08T10:14:39.775Z] === CONT TestDaemonStartWithLogOpt [2020-07-08T10:14:41.227Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-07-08T10:14:41.227Z] --- PASS: TestSecretsUpdate (2.65s) [2020-07-08T10:14:41.227Z] === RUN TestTemplatedSecret [2020-07-08T10:14:41.484Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-07-08T10:14:42.858Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-07-08T10:14:44.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-07-08T10:14:44.488Z] --- PASS: TestTemplatedSecret (3.30s) [2020-07-08T10:14:44.488Z] === RUN TestSecretCreateResolve [2020-07-08T10:14:45.054Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-07-08T10:14:45.382Z] === RUN TestReadPluginNoRead/disabled_caching [2020-07-08T10:14:45.382Z] --- PASS: TestDaemonStartWithLogOpt (5.32s) [2020-07-08T10:14:46.422Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-07-08T10:14:46.422Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-07-08T10:14:46.985Z] --- PASS: TestSecretCreateResolve (2.46s) [2020-07-08T10:14:46.985Z] PASS [2020-07-08T10:14:46.985Z] [2020-07-08T10:14:46.985Z] DONE 6 tests in 15.968s [2020-07-08T10:14:46.985Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-07-08T10:14:46.985Z] ++ 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-07-08T10:14:46.985Z] ++ set -e [2020-07-08T10:14:46.985Z] ++ '[' -n 0 ']' [2020-07-08T10:14:46.985Z] ++ set -x [2020-07-08T10:14:46.985Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:46.985Z] INFO: Testing against a local daemon [2020-07-08T10:14:46.985Z] === RUN TestServiceCreateInit [2020-07-08T10:14:46.985Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-07-08T10:14:47.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-07-08T10:14:47.933Z] === RUN TestReadPluginNoRead/default [2020-07-08T10:14:49.286Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-07-08T10:14:49.440Z] --- PASS: TestReadPluginNoRead (9.72s) [2020-07-08T10:14:49.441Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.57s) [2020-07-08T10:14:49.441Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s) [2020-07-08T10:14:49.441Z] --- PASS: TestReadPluginNoRead/default (1.47s) [2020-07-08T10:14:49.441Z] read_test.go:92: [d09871a32f0ab] daemon is not started [2020-07-08T10:14:50.478Z] --- PASS: TestContinueAfterPluginCrash (10.81s) [2020-07-08T10:14:50.479Z] PASS [2020-07-08T10:14:50.479Z] [2020-07-08T10:14:50.479Z] DONE 6 tests in 10.888s [2020-07-08T10:14:50.479Z] 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-07-08T10:14:50.479Z] ++ 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-07-08T10:14:50.479Z] ++ set -e [2020-07-08T10:14:50.479Z] ++ '[' -n 0 ']' [2020-07-08T10:14:50.479Z] ++ set -x [2020-07-08T10:14:50.479Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:50.479Z] testing: warning: no tests to run [2020-07-08T10:14:50.479Z] PASS [2020-07-08T10:14:50.479Z] [2020-07-08T10:14:50.479Z] DONE 0 tests in 0.017s [2020-07-08T10:14:50.479Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-07-08T10:14:50.479Z] ++ 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-07-08T10:14:50.479Z] ++ set -e [2020-07-08T10:14:50.479Z] ++ '[' -n 0 ']' [2020-07-08T10:14:50.479Z] ++ set -x [2020-07-08T10:14:50.479Z] ++ env -i DEST=/go/src/github.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-07-08T10:14:50.655Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b18220_} [2020-07-08T10:14:50.771Z] INFO: Testing against a local daemon [2020-07-08T10:14:50.771Z] === RUN TestPluginWithDevMounts [2020-07-08T10:14:50.771Z] === PAUSE TestPluginWithDevMounts [2020-07-08T10:14:50.771Z] === CONT TestPluginWithDevMounts [2020-07-08T10:14:51.218Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-07-08T10:14:52.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1934696160_/foo_false____} [2020-07-08T10:14:52.848Z] --- PASS: TestPluginWithDevMounts (1.85s) [2020-07-08T10:14:52.848Z] PASS [2020-07-08T10:14:52.848Z] [2020-07-08T10:14:52.848Z] DONE 1 tests in 1.923s [2020-07-08T10:14:52.848Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-07-08T10:14:52.848Z] ++ 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-07-08T10:14:52.848Z] ++ set -e [2020-07-08T10:14:52.848Z] ++ '[' -n 0 ']' [2020-07-08T10:14:52.848Z] ++ set -x [2020-07-08T10:14:52.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:14:52.848Z] INFO: Testing against a local daemon [2020-07-08T10:14:52.848Z] === RUN TestSecretInspect [2020-07-08T10:14:53.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1934696160_/foo_true____} [2020-07-08T10:14:54.367Z] --- PASS: TestSecretInspect (1.89s) [2020-07-08T10:14:54.367Z] === RUN TestSecretList [2020-07-08T10:14:54.891Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3214990527_/foo_false____} [2020-07-08T10:14:54.891Z] --- PASS: TestServiceCreateInit (7.84s) [2020-07-08T10:14:54.891Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.07s) [2020-07-08T10:14:54.891Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s) [2020-07-08T10:14:54.891Z] === RUN TestCreateServiceMultipleTimes [2020-07-08T10:14:56.261Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3214990527_/foo_true____} [2020-07-08T10:14:56.458Z] --- PASS: TestSecretList (1.93s) [2020-07-08T10:14:56.459Z] === RUN TestSecretsCreateAndDelete [2020-07-08T10:14:57.633Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3214990527_/foo_true__0xc000b18280__} [2020-07-08T10:14:58.535Z] --- PASS: TestSecretsCreateAndDelete (1.91s) [2020-07-08T10:14:58.535Z] === RUN TestSecretsUpdate [2020-07-08T10:14:59.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b182a0_} [2020-07-08T10:15:00.613Z] --- PASS: TestSecretsUpdate (1.91s) [2020-07-08T10:15:00.613Z] === RUN TestTemplatedSecret [2020-07-08T10:15:00.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b182c0_} [2020-07-08T10:15:02.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b182e0_} [2020-07-08T10:15:02.288Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-07-08T10:15:02.736Z] --- PASS: TestTemplatedSecret (2.48s) [2020-07-08T10:15:02.736Z] === RUN TestSecretCreateResolve [2020-07-08T10:15:03.657Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b18300_} [2020-07-08T10:15:04.839Z] --- PASS: TestSecretCreateResolve (1.90s) [2020-07-08T10:15:04.839Z] PASS [2020-07-08T10:15:04.839Z] [2020-07-08T10:15:04.839Z] DONE 6 tests in 12.083s [2020-07-08T10:15:04.839Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-07-08T10:15:04.839Z] ++ 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-07-08T10:15:04.839Z] ++ set -e [2020-07-08T10:15:04.839Z] ++ '[' -n 0 ']' [2020-07-08T10:15:04.839Z] ++ set -x [2020-07-08T10:15:04.839Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-08T10:15:04.839Z] INFO: Testing against a local daemon [2020-07-08T10:15:04.839Z] === RUN TestServiceCreateInit [2020-07-08T10:15:04.839Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-07-08T10:15:05.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-07-08T10:15:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-07-08T10:15:07.179Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-07-08T10:15:07.179Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-07-08T10:15:08.374Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-07-08T10:15:09.073Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-07-08T10:15:10.448Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-07-08T10:15:11.014Z] --- PASS: TestCreateServiceMultipleTimes (16.25s) [2020-07-08T10:15:11.014Z] === RUN TestCreateServiceConflict [2020-07-08T10:15:12.843Z] --- PASS: TestServiceCreateInit (7.49s) [2020-07-08T10:15:12.843Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.70s) [2020-07-08T10:15:12.843Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s) [2020-07-08T10:15:12.843Z] === RUN TestCreateServiceMultipleTimes [2020-07-08T10:15:13.539Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-07-08T10:15:14.105Z] --- PASS: TestCreateServiceConflict (3.09s) [2020-07-08T10:15:14.105Z] === RUN TestCreateServiceMaxReplicas [2020-07-08T10:15:15.039Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-07-08T10:15:15.039Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-07-08T10:15:15.605Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-07-08T10:15:16.539Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-07-08T10:15:17.104Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-07-08T10:15:17.668Z] --- PASS: TestCreateServiceMaxReplicas (3.44s) [2020-07-08T10:15:17.668Z] === RUN TestCreateWithDuplicateNetworkNames [2020-07-08T10:15:17.925Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-07-08T10:15:18.507Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-07-08T10:15:18.764Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-07-08T10:15:19.330Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-07-08T10:15:20.704Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-07-08T10:15:21.679Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-07-08T10:15:22.610Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-07-08T10:15:23.174Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-07-08T10:15:23.738Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-07-08T10:15:24.302Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-07-08T10:15:24.866Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-07-08T10:15:25.798Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-07-08T10:15:26.362Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-07-08T10:15:26.926Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-07-08T10:15:26.926Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-07-08T10:15:27.490Z] === RUN TestDockerSuite/TestCpRelativePath [2020-07-08T10:15:28.055Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-07-08T10:15:28.214Z] --- PASS: TestCreateServiceMultipleTimes (15.55s) [2020-07-08T10:15:28.214Z] === RUN TestCreateServiceConflict [2020-07-08T10:15:28.631Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-07-08T10:15:29.196Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-07-08T10:15:29.735Z] --- PASS: TestCreateServiceConflict (1.95s) [2020-07-08T10:15:29.736Z] === RUN TestCreateServiceMaxReplicas [2020-07-08T10:15:29.760Z] === RUN TestDockerSuite/TestCpToCaseA [2020-07-08T10:15:30.694Z] === RUN TestDockerSuite/TestCpToCaseB [2020-07-08T10:15:31.259Z] === RUN TestDockerSuite/TestCpToCaseC [2020-07-08T10:15:32.481Z] --- PASS: TestCreateServiceMaxReplicas (2.80s) [2020-07-08T10:15:32.481Z] === RUN TestCreateWithDuplicateNetworkNames [2020-07-08T10:15:32.628Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.86s) [2020-07-08T10:15:32.628Z] === RUN TestCreateServiceSecretFileMode [2020-07-08T10:15:32.886Z] === RUN TestDockerSuite/TestCpToCaseD [2020-07-08T10:15:35.416Z] --- PASS: TestCreateServiceSecretFileMode (3.02s) [2020-07-08T10:15:35.416Z] === RUN TestCreateServiceConfigFileMode [2020-07-08T10:15:36.379Z] === RUN TestDockerSuite/TestCpToCaseE [2020-07-08T10:15:38.900Z] --- PASS: TestCreateServiceConfigFileMode (3.09s) [2020-07-08T10:15:38.900Z] === RUN TestCreateServiceSysctls [2020-07-08T10:15:38.900Z] === RUN TestDockerSuite/TestCpToCaseF [2020-07-08T10:15:39.467Z] === RUN TestDockerSuite/TestCpToCaseG [2020-07-08T10:15:42.744Z] --- PASS: TestCreateServiceSysctls (3.80s) [2020-07-08T10:15:42.744Z] === RUN TestCreateServiceCapabilities [2020-07-08T10:15:43.307Z] === RUN TestDockerSuite/TestCpToCaseH [2020-07-08T10:15:45.832Z] --- PASS: TestCreateServiceCapabilities (3.10s) [2020-07-08T10:15:45.832Z] === RUN TestInspect [2020-07-08T10:15:45.832Z] === RUN TestDockerSuite/TestCpToCaseI [2020-07-08T10:15:46.090Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-07-08T10:15:47.846Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.82s) [2020-07-08T10:15:47.846Z] === RUN TestCreateServiceSecretFileMode [2020-07-08T10:15:47.846Z] --- PASS: TestCreateServiceSecretFileMode (2.17s) [2020-07-08T10:15:47.846Z] === RUN TestCreateServiceConfigFileMode [2020-07-08T10:15:48.613Z] --- PASS: TestInspect (3.02s) [2020-07-08T10:15:48.613Z] === RUN TestCreateJob [2020-07-08T10:15:49.926Z] --- PASS: TestCreateServiceConfigFileMode (2.21s) [2020-07-08T10:15:49.926Z] === RUN TestCreateServiceSysctls [2020-07-08T10:15:50.510Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-07-08T10:15:51.075Z] === RUN TestDockerSuite/TestCpToDot [2020-07-08T10:15:51.639Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-07-08T10:15:52.570Z] --- PASS: TestCreateJob (3.90s) [2020-07-08T10:15:52.570Z] === RUN TestReplicatedJob [2020-07-08T10:15:52.684Z] --- PASS: TestCreateServiceSysctls (3.05s) [2020-07-08T10:15:52.684Z] === RUN TestCreateServiceCapabilities [2020-07-08T10:15:52.827Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-07-08T10:15:53.759Z] === RUN TestDockerSuite/TestCpToStdout [2020-07-08T10:15:54.324Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-07-08T10:15:54.893Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-07-08T10:15:55.428Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2020-07-08T10:15:55.428Z] === RUN TestInspect [2020-07-08T10:15:56.790Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-07-08T10:15:56.790Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-07-08T10:15:57.517Z] --- PASS: TestInspect (2.49s) [2020-07-08T10:15:57.517Z] === RUN TestCreateJob [2020-07-08T10:15:57.727Z] === RUN TestDockerSuite/TestCpVolumePath [2020-07-08T10:15:58.658Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-07-08T10:15:58.916Z] === RUN TestDockerSuite/TestCreateArgs [2020-07-08T10:15:58.916Z] === RUN TestDockerSuite/TestCreateByImageID [2020-07-08T10:15:59.172Z] --- PASS: TestReplicatedJob (6.76s) [2020-07-08T10:15:59.173Z] === RUN TestUpdateReplicatedJob [2020-07-08T10:15:59.429Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-07-08T10:15:59.686Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-07-08T10:15:59.686Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-07-08T10:15:59.943Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-07-08T10:16:00.508Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-07-08T10:16:00.766Z] === RUN TestDockerSuite/TestCreateLabels [2020-07-08T10:16:00.766Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-07-08T10:16:01.023Z] === RUN TestDockerSuite/TestCreateRM [2020-07-08T10:16:01.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-07-08T10:16:01.047Z] --- PASS: TestCreateJob (2.97s) [2020-07-08T10:16:01.047Z] === RUN TestReplicatedJob [2020-07-08T10:16:01.282Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-07-08T10:16:01.282Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-07-08T10:16:01.282Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-07-08T10:16:01.540Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-07-08T10:16:03.437Z] --- PASS: TestUpdateReplicatedJob (3.92s) [2020-07-08T10:16:03.437Z] === RUN TestServiceListWithStatuses [2020-07-08T10:16:03.437Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-07-08T10:16:03.437Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:16:03.437Z] === RUN TestDockerNetworkConnectAlias [2020-07-08T10:16:04.001Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-07-08T10:16:04.001Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-07-08T10:16:04.001Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-07-08T10:16:05.521Z] --- PASS: TestReplicatedJob (4.94s) [2020-07-08T10:16:05.521Z] === RUN TestUpdateReplicatedJob [2020-07-08T10:16:09.054Z] --- PASS: TestUpdateReplicatedJob (3.07s) [2020-07-08T10:16:09.054Z] === RUN TestServiceListWithStatuses [2020-07-08T10:16:09.054Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-07-08T10:16:09.054Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:16:09.054Z] === RUN TestDockerNetworkConnectAlias [2020-07-08T10:16:09.263Z] --- PASS: TestDockerNetworkConnectAlias (5.57s) [2020-07-08T10:16:09.263Z] === RUN TestDockerNetworkReConnect [2020-07-08T10:16:09.263Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-07-08T10:16:09.263Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-07-08T10:16:09.263Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-07-08T10:16:09.263Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-07-08T10:16:09.263Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-07-08T10:16:09.263Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-07-08T10:16:09.520Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-07-08T10:16:10.895Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-07-08T10:16:11.462Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-07-08T10:16:12.588Z] --- PASS: TestDockerNetworkConnectAlias (4.13s) [2020-07-08T10:16:12.589Z] === RUN TestDockerNetworkReConnect [2020-07-08T10:16:12.833Z] --- PASS: TestDockerNetworkReConnect (4.14s) [2020-07-08T10:16:12.833Z] === RUN TestServicePlugin [2020-07-08T10:16:13.090Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-07-08T10:16:14.461Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-07-08T10:16:15.034Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-07-08T10:16:15.600Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-07-08T10:16:15.600Z] === RUN TestDockerSuite/TestDevicePermissions [2020-07-08T10:16:16.141Z] --- PASS: TestDockerNetworkReConnect (3.16s) [2020-07-08T10:16:16.141Z] === RUN TestServicePlugin [2020-07-08T10:16:16.141Z] --- SKIP: TestServicePlugin (0.00s) [2020-07-08T10:16:16.141Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:16:16.141Z] === RUN TestServiceUpdateLabel [2020-07-08T10:16:16.164Z] === RUN TestDockerSuite/TestDockerFails [2020-07-08T10:16:16.164Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-07-08T10:16:16.164Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-07-08T10:16:16.164Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-07-08T10:16:16.733Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-07-08T10:16:17.297Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-07-08T10:16:17.658Z] --- PASS: TestServiceUpdateLabel (1.93s) [2020-07-08T10:16:17.658Z] === RUN TestServiceUpdateSecrets [2020-07-08T10:16:18.229Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-07-08T10:16:20.125Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-07-08T10:16:20.125Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-07-08T10:16:20.125Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-07-08T10:16:20.383Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-07-08T10:16:26.935Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-07-08T10:16:28.308Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-07-08T10:16:30.206Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-07-08T10:16:31.577Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-07-08T10:16:32.141Z] === RUN TestDockerSuite/TestEventsAttach [2020-07-08T10:16:32.706Z] === RUN TestDockerSuite/TestEventsCommit [2020-07-08T10:16:33.032Z] --- PASS: TestServiceUpdateSecrets (14.52s) [2020-07-08T10:16:33.032Z] === RUN TestServiceUpdateConfigs [2020-07-08T10:16:33.640Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-07-08T10:16:34.207Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-07-08T10:16:34.770Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-07-08T10:16:35.027Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-07-08T10:16:36.921Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-07-08T10:16:37.484Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-07-08T10:16:40.019Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-07-08T10:16:41.913Z] === RUN TestDockerSuite/TestEventsCopy [2020-07-08T10:16:42.478Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-07-08T10:16:43.410Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-07-08T10:16:43.974Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-07-08T10:16:44.231Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-07-08T10:16:45.162Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-07-08T10:16:46.094Z] --- PASS: TestServicePlugin (33.12s) [2020-07-08T10:16:46.094Z] plugin_test.go:62: [d5275a7c0b2a3] joining swarm manager [dadbcd6acd920]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:16:46.094Z] plugin_test.go:65: [dcae9de3842c6] joining swarm manager [dadbcd6acd920]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:16:46.094Z] === RUN TestServiceUpdateLabel [2020-07-08T10:16:46.094Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-07-08T10:16:46.353Z] === RUN TestDockerSuite/TestEventsFilterType [2020-07-08T10:16:46.610Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-07-08T10:16:46.866Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-07-08T10:16:46.866Z] === RUN TestDockerSuite/TestEventsFilters [2020-07-08T10:16:48.237Z] === RUN TestDockerSuite/TestEventsFormat [2020-07-08T10:16:48.390Z] --- PASS: TestServiceUpdateConfigs (14.23s) [2020-07-08T10:16:48.390Z] === RUN TestServiceUpdateNetwork [2020-07-08T10:16:48.495Z] --- PASS: TestServiceUpdateLabel (2.66s) [2020-07-08T10:16:48.495Z] === RUN TestServiceUpdateSecrets [2020-07-08T10:16:49.426Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-07-08T10:16:49.426Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-07-08T10:16:49.426Z] === RUN TestDockerSuite/TestEventsImageImport [2020-07-08T10:16:49.991Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-07-08T10:16:50.248Z] === RUN TestDockerSuite/TestEventsImagePull [2020-07-08T10:16:50.504Z] === RUN TestDockerSuite/TestEventsImageTag [2020-07-08T10:16:51.435Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-07-08T10:16:51.693Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-07-08T10:16:51.693Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-07-08T10:16:51.693Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-07-08T10:16:53.064Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-07-08T10:16:53.627Z] === RUN TestDockerSuite/TestEventsRename [2020-07-08T10:16:54.191Z] === RUN TestDockerSuite/TestEventsResize [2020-07-08T10:16:54.755Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-07-08T10:16:55.012Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-07-08T10:16:55.578Z] === RUN TestDockerSuite/TestEventsStreaming [2020-07-08T10:16:56.149Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-07-08T10:16:58.813Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2020-07-08T10:16:58.813Z] === RUN TestServiceUpdatePidsLimit [2020-07-08T10:16:59.433Z] === RUN TestDockerSuite/TestEventsTop [2020-07-08T10:16:59.433Z] === RUN TestDockerSuite/TestEventsUntag [2020-07-08T10:16:59.854Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-07-08T10:17:00.505Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-07-08T10:17:01.954Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-07-08T10:17:03.325Z] === RUN TestDockerSuite/TestExec [2020-07-08T10:17:03.583Z] --- PASS: TestServiceUpdateSecrets (14.94s) [2020-07-08T10:17:03.583Z] === RUN TestServiceUpdateConfigs [2020-07-08T10:17:03.840Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-07-08T10:17:04.772Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-07-08T10:17:05.337Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-07-08T10:17:05.903Z] === RUN TestDockerSuite/TestExecAPIStart [2020-07-08T10:17:06.834Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-07-08T10:17:07.399Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-07-08T10:17:07.425Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-07-08T10:17:07.964Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-07-08T10:17:08.533Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-07-08T10:17:09.098Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-07-08T10:17:09.662Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-07-08T10:17:09.919Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-07-08T10:17:10.851Z] === RUN TestDockerSuite/TestExecCgroup [2020-07-08T10:17:11.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-07-08T10:17:11.985Z] === RUN TestDockerSuite/TestExecEnv [2020-07-08T10:17:12.920Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-07-08T10:17:14.291Z] === RUN TestDockerSuite/TestExecExitStatus [2020-07-08T10:17:14.868Z] === RUN TestDockerSuite/TestExecInspectID [2020-07-08T10:17:15.926Z] --- PASS: TestServiceUpdatePidsLimit (15.99s) [2020-07-08T10:17:15.926Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-07-08T10:17:15.926Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2020-07-08T10:17:15.926Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2020-07-08T10:17:15.926Z] PASS [2020-07-08T10:17:15.926Z] [2020-07-08T10:17:15.926Z] === Skipped [2020-07-08T10:17:15.926Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-07-08T10:17:15.926Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:17:15.926Z] [2020-07-08T10:17:15.926Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-07-08T10:17:15.926Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-07-08T10:17:15.926Z] [2020-07-08T10:17:15.926Z] [2020-07-08T10:17:15.926Z] DONE 27 tests, 2 skipped in 130.212s [2020-07-08T10:17:15.926Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-07-08T10:17:15.926Z] ++ 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-07-08T10:17:15.926Z] ++ set -e [2020-07-08T10:17:15.926Z] ++ '[' -n 0 ']' [2020-07-08T10:17:15.926Z] ++ set -x [2020-07-08T10:17:15.926Z] ++ env -i DEST=/go/src/github.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-07-08T10:17:15.926Z] INFO: Testing against a local daemon [2020-07-08T10:17:15.926Z] === RUN TestSessionCreate [2020-07-08T10:17:15.926Z] --- PASS: TestSessionCreate (0.03s) [2020-07-08T10:17:15.926Z] === RUN TestSessionCreateWithBadUpgrade [2020-07-08T10:17:15.926Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-07-08T10:17:15.926Z] PASS [2020-07-08T10:17:15.926Z] [2020-07-08T10:17:15.926Z] DONE 2 tests in 0.143s [2020-07-08T10:17:15.926Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-07-08T10:17:15.926Z] ++ 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-07-08T10:17:15.926Z] ++ set -e [2020-07-08T10:17:15.926Z] ++ '[' -n 0 ']' [2020-07-08T10:17:15.926Z] ++ set -x [2020-07-08T10:17:15.926Z] ++ env -i DEST=/go/src/github.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-07-08T10:17:15.926Z] INFO: Testing against a local daemon [2020-07-08T10:17:15.926Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-07-08T10:17:15.926Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:17:15.926Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:17:15.926Z] === RUN TestEventsExecDie [2020-07-08T10:17:15.926Z] --- PASS: TestEventsExecDie (0.62s) [2020-07-08T10:17:15.926Z] === RUN TestEventsBackwardsCompatible [2020-07-08T10:17:15.926Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-07-08T10:17:15.926Z] === RUN TestInfoBinaryCommits [2020-07-08T10:17:15.926Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-07-08T10:17:15.926Z] === RUN TestInfoAPIVersioned [2020-07-08T10:17:15.926Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-07-08T10:17:15.926Z] === RUN TestInfoDiscoveryBackend [2020-07-08T10:17:16.221Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-07-08T10:17:16.221Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-07-08T10:17:16.782Z] === RUN TestDockerSuite/TestExecInteractive [2020-07-08T10:17:17.258Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-07-08T10:17:17.259Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-07-08T10:17:17.350Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-07-08T10:17:17.896Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-07-08T10:17:17.896Z] === RUN TestInfoAPI [2020-07-08T10:17:17.896Z] --- PASS: TestInfoAPI (0.04s) [2020-07-08T10:17:17.896Z] === RUN TestInfoAPIWarnings [2020-07-08T10:17:17.915Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-07-08T10:17:18.480Z] --- PASS: TestServiceUpdateConfigs (14.78s) [2020-07-08T10:17:18.480Z] === RUN TestServiceUpdateNetwork [2020-07-08T10:17:18.531Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-07-08T10:17:18.531Z] === RUN TestInfoDebug [2020-07-08T10:17:18.736Z] === RUN TestDockerSuite/TestExecParseError [2020-07-08T10:17:18.826Z] --- PASS: TestInfoDebug (0.53s) [2020-07-08T10:17:18.826Z] === RUN TestInfoInsecureRegistries [2020-07-08T10:17:19.476Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-07-08T10:17:19.476Z] === RUN TestInfoRegistryMirrors [2020-07-08T10:17:19.668Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-07-08T10:17:20.115Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-07-08T10:17:20.115Z] === RUN TestLoginFailsWithBadCredentials [2020-07-08T10:17:20.233Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-07-08T10:17:20.409Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2020-07-08T10:17:20.409Z] === RUN TestPingCacheHeaders [2020-07-08T10:17:20.409Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-07-08T10:17:20.409Z] === RUN TestPingGet [2020-07-08T10:17:20.409Z] --- PASS: TestPingGet (0.02s) [2020-07-08T10:17:20.409Z] === RUN TestPingHead [2020-07-08T10:17:20.409Z] --- PASS: TestPingHead (0.03s) [2020-07-08T10:17:20.409Z] === RUN TestVersion [2020-07-08T10:17:20.409Z] --- PASS: TestVersion (0.04s) [2020-07-08T10:17:20.409Z] PASS [2020-07-08T10:17:20.409Z] [2020-07-08T10:17:20.409Z] === Skipped [2020-07-08T10:17:20.409Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:17:20.409Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:17:20.409Z] [2020-07-08T10:17:20.409Z] [2020-07-08T10:17:20.409Z] DONE 18 tests, 1 skipped in 5.499s [2020-07-08T10:17:20.409Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-07-08T10:17:20.409Z] ++ 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-07-08T10:17:20.409Z] ++ set -e [2020-07-08T10:17:20.409Z] ++ '[' -n 0 ']' [2020-07-08T10:17:20.409Z] ++ set -x [2020-07-08T10:17:20.409Z] ++ env -i DEST=/go/src/github.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-07-08T10:17:20.704Z] INFO: Testing against a local daemon [2020-07-08T10:17:20.704Z] === RUN TestVolumesCreateAndList [2020-07-08T10:17:20.704Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-07-08T10:17:20.704Z] === RUN TestVolumesRemove [2020-07-08T10:17:20.704Z] --- PASS: TestVolumesRemove (0.07s) [2020-07-08T10:17:20.704Z] === RUN TestVolumesInspect [2020-07-08T10:17:20.704Z] --- PASS: TestVolumesInspect (0.02s) [2020-07-08T10:17:20.704Z] === RUN TestVolumesInvalidJSON [2020-07-08T10:17:20.704Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-07-08T10:17:20.704Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-07-08T10:17:20.704Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-07-08T10:17:20.704Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-07-08T10:17:20.704Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-07-08T10:17:20.704Z] PASS [2020-07-08T10:17:20.704Z] [2020-07-08T10:17:20.704Z] DONE 5 tests in 0.237s [2020-07-08T10:17:20.704Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:17:20.798Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-07-08T10:17:20.996Z] ++++ cat bundles/test-integration/docker.pid [2020-07-08T10:17:20.996Z] +++ kill 13807 [2020-07-08T10:17:22.033Z] +++ /etc/init.d/apparmor stop [2020-07-08T10:17:22.033Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:17:22.033Z] [2020-07-08T10:17:22.033Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:17:22.033Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:17:22.033Z] [2020-07-08T10:17:22.033Z] To set a process to complain mode, use the command line tool [2020-07-08T10:17:22.033Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:17:22.033Z] +++ true [2020-07-08T10:17:22.033Z] exiting test-integration [2020-07-08T10:17:22.033Z] ++ exit 0 [2020-07-08T10:17:22.033Z] [2020-07-08T10:17:22.170Z] === RUN TestDockerSuite/TestExecSetEnv [2020-07-08T10:17:22.738Z] === RUN TestDockerSuite/TestExecStartFails [2020-07-08T10:17:23.302Z] === RUN TestDockerSuite/TestExecStateCleanup Post stage [Pipeline] junit [2020-07-08T10:17:23.597Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-07-08T10:17:24.597Z] + echo Ensuring container killed. [2020-07-08T10:17:24.597Z] Ensuring container killed. [2020-07-08T10:17:24.597Z] + docker rm -vf docker-pr5 [2020-07-08T10:17:24.597Z] Error: No such container: docker-pr5 [2020-07-08T10:17:24.597Z] + true [Pipeline] sh [2020-07-08T10:17:25.007Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:17:25.008Z] Chowning /workspace to jenkins user [2020-07-08T10:17:25.008Z] + id -u [2020-07-08T10:17:25.008Z] + id -g [2020-07-08T10:17:25.008Z] + docker run --rm -v /home/docker/workspace/moby_PR-41168:/workspace busybox chown -R 1001:1001 /workspace [2020-07-08T10:17:25.008Z] Unable to find image 'busybox:latest' locally [2020-07-08T10:17:25.301Z] latest: Pulling from library/busybox [2020-07-08T10:17:25.301Z] 7257f00f7d70: Pulling fs layer [2020-07-08T10:17:25.594Z] 7257f00f7d70: Verifying Checksum [2020-07-08T10:17:25.594Z] 7257f00f7d70: Download complete [2020-07-08T10:17:25.594Z] 7257f00f7d70: Pull complete [2020-07-08T10:17:25.594Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 [2020-07-08T10:17:25.594Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:17:27.508Z] + bundleName=ppc64le-integration [2020-07-08T10:17:27.508Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-07-08T10:17:27.508Z] Creating ppc64le-integration-bundles.tar.gz [2020-07-08T10:17:27.508Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+ -o -name *-report.xml )xargs -print tar [2020-07-08T10:17:27.508Z] -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-07-08T10:17:27.553Z] Archiving artifacts [2020-07-08T10:17:28.255Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:17:28.643Z] + make clean [2020-07-08T10:17:28.939Z] make: command: Command not found [2020-07-08T10:17:28.939Z] make: command: Command not found [2020-07-08T10:17:28.939Z] docker volume rm -f docker-dev-cache [2020-07-08T10:17:28.939Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T10:17:33.254Z] --- PASS: TestServiceUpdateNetwork (13.68s) [2020-07-08T10:17:33.254Z] === RUN TestServiceUpdatePidsLimit [2020-07-08T10:17:33.254Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-07-08T10:17:33.819Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-07-08T10:17:34.076Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-07-08T10:17:34.641Z] === RUN TestDockerSuite/TestExecTTY [2020-07-08T10:17:35.205Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-07-08T10:17:36.136Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-07-08T10:17:36.394Z] === RUN TestDockerSuite/TestExecUlimits [2020-07-08T10:17:36.959Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-07-08T10:17:36.959Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-07-08T10:17:38.339Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-07-08T10:17:39.272Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-07-08T10:17:40.203Z] === RUN TestDockerSuite/TestExecWithTERM [2020-07-08T10:17:40.460Z] === RUN TestDockerSuite/TestExecWithUser [2020-07-08T10:17:41.025Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-07-08T10:17:41.025Z] === RUN TestDockerSuite/TestGetContainerStats [2020-07-08T10:17:46.277Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-07-08T10:17:48.798Z] --- PASS: TestServiceUpdatePidsLimit (16.35s) [2020-07-08T10:17:48.798Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s) [2020-07-08T10:17:48.798Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s) [2020-07-08T10:17:48.798Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-07-08T10:17:48.798Z] PASS [2020-07-08T10:17:48.798Z] [2020-07-08T10:17:48.798Z] === Skipped [2020-07-08T10:17:48.798Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-07-08T10:17:48.798Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-07-08T10:17:48.798Z] [2020-07-08T10:17:48.798Z] [2020-07-08T10:17:48.798Z] DONE 27 tests, 1 skipped in 181.493s [2020-07-08T10:17:48.798Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-07-08T10:17:48.798Z] ++ 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-07-08T10:17:48.798Z] ++ set -e [2020-07-08T10:17:48.798Z] ++ '[' -n 0 ']' [2020-07-08T10:17:48.798Z] ++ set -x [2020-07-08T10:17:48.798Z] ++ env -i DEST=/go/src/github.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-07-08T10:17:48.798Z] INFO: Testing against a local daemon [2020-07-08T10:17:48.798Z] === RUN TestSessionCreate [2020-07-08T10:17:48.798Z] --- PASS: TestSessionCreate (0.02s) [2020-07-08T10:17:48.798Z] === RUN TestSessionCreateWithBadUpgrade [2020-07-08T10:17:48.798Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-07-08T10:17:48.798Z] PASS [2020-07-08T10:17:48.798Z] [2020-07-08T10:17:48.798Z] DONE 2 tests in 0.152s [2020-07-08T10:17:48.798Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-07-08T10:17:48.798Z] ++ 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-07-08T10:17:48.798Z] ++ set -e [2020-07-08T10:17:48.798Z] ++ '[' -n 0 ']' [2020-07-08T10:17:48.798Z] ++ set -x [2020-07-08T10:17:48.798Z] ++ env -i DEST=/go/src/github.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-07-08T10:17:48.798Z] INFO: Testing against a local daemon [2020-07-08T10:17:48.798Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-07-08T10:17:48.798Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:17:48.798Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:17:48.798Z] === RUN TestEventsExecDie [2020-07-08T10:17:49.361Z] --- PASS: TestEventsExecDie (0.56s) [2020-07-08T10:17:49.361Z] === RUN TestEventsBackwardsCompatible [2020-07-08T10:17:49.361Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2020-07-08T10:17:49.361Z] === RUN TestInfoBinaryCommits [2020-07-08T10:17:49.361Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-07-08T10:17:49.361Z] === RUN TestInfoAPIVersioned [2020-07-08T10:17:49.361Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-07-08T10:17:49.361Z] === RUN TestInfoDiscoveryBackend [2020-07-08T10:17:49.924Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-07-08T10:17:49.924Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-07-08T10:17:50.181Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-07-08T10:17:50.745Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-07-08T10:17:50.745Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-07-08T10:17:51.309Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-07-08T10:17:51.309Z] === RUN TestInfoAPI [2020-07-08T10:17:51.309Z] --- PASS: TestInfoAPI (0.02s) [2020-07-08T10:17:51.309Z] === RUN TestInfoAPIWarnings [2020-07-08T10:17:51.874Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-07-08T10:17:51.874Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-07-08T10:17:51.874Z] === RUN TestInfoDebug [2020-07-08T10:17:52.438Z] --- PASS: TestInfoDebug (0.52s) [2020-07-08T10:17:52.438Z] === RUN TestInfoInsecureRegistries [2020-07-08T10:17:53.002Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-07-08T10:17:53.002Z] === RUN TestInfoRegistryMirrors [2020-07-08T10:17:53.577Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-07-08T10:17:53.577Z] === RUN TestLoginFailsWithBadCredentials [2020-07-08T10:17:53.577Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2020-07-08T10:17:53.577Z] === RUN TestPingCacheHeaders [2020-07-08T10:17:53.835Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-07-08T10:17:53.835Z] === RUN TestPingGet [2020-07-08T10:17:53.835Z] --- PASS: TestPingGet (0.01s) [2020-07-08T10:17:53.835Z] === RUN TestPingHead [2020-07-08T10:17:53.835Z] --- PASS: TestPingHead (0.02s) [2020-07-08T10:17:53.835Z] === RUN TestVersion [2020-07-08T10:17:53.835Z] --- PASS: TestVersion (0.02s) [2020-07-08T10:17:53.835Z] PASS [2020-07-08T10:17:53.835Z] [2020-07-08T10:17:53.835Z] === Skipped [2020-07-08T10:17:53.835Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-07-08T10:17:53.835Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-07-08T10:17:53.835Z] [2020-07-08T10:17:53.835Z] [2020-07-08T10:17:53.835Z] DONE 18 tests, 1 skipped in 5.230s [2020-07-08T10:17:53.835Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-07-08T10:17:53.835Z] ++ 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-07-08T10:17:53.835Z] ++ set -e [2020-07-08T10:17:53.835Z] ++ '[' -n 0 ']' [2020-07-08T10:17:53.835Z] ++ set -x [2020-07-08T10:17:53.835Z] ++ env -i DEST=/go/src/github.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-07-08T10:17:53.835Z] INFO: Testing against a local daemon [2020-07-08T10:17:53.835Z] === RUN TestVolumesCreateAndList [2020-07-08T10:17:53.835Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-07-08T10:17:53.835Z] === RUN TestVolumesRemove [2020-07-08T10:17:54.092Z] --- PASS: TestVolumesRemove (0.06s) [2020-07-08T10:17:54.092Z] === RUN TestVolumesInspect [2020-07-08T10:17:54.092Z] --- PASS: TestVolumesInspect (0.02s) [2020-07-08T10:17:54.092Z] === RUN TestVolumesInvalidJSON [2020-07-08T10:17:54.092Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-07-08T10:17:54.092Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-07-08T10:17:54.092Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-07-08T10:17:54.092Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-07-08T10:17:54.092Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-07-08T10:17:54.092Z] PASS [2020-07-08T10:17:54.092Z] [2020-07-08T10:17:54.092Z] DONE 5 tests in 0.233s [2020-07-08T10:17:54.092Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:17:54.092Z] ++++ cat bundles/test-integration/docker.pid [2020-07-08T10:17:54.092Z] +++ kill 5579 [2020-07-08T10:17:55.460Z] +++ /etc/init.d/apparmor stop [2020-07-08T10:17:55.460Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:17:55.460Z] [2020-07-08T10:17:55.460Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:17:55.460Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:17:55.460Z] [2020-07-08T10:17:55.460Z] To set a process to complain mode, use the command line tool [2020-07-08T10:17:55.460Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:17:55.460Z] +++ true [2020-07-08T10:17:55.460Z] exiting test-integration [2020-07-08T10:17:55.460Z] ++ exit 0 [2020-07-08T10:17:55.460Z] [2020-07-08T10:17:56.023Z] + for job in $(jobs -p) [2020-07-08T10:17:56.023Z] + wait 4936 [2020-07-08T10:17:56.280Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-07-08T10:17:56.844Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-07-08T10:17:56.844Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-07-08T10:17:56.844Z] === RUN TestDockerSuite/TestHealth [2020-07-08T10:18:06.806Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-07-08T10:18:16.758Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-07-08T10:18:17.016Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-07-08T10:18:17.273Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-07-08T10:18:17.530Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-07-08T10:18:17.530Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-07-08T10:18:18.463Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-07-08T10:18:18.463Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-07-08T10:18:19.028Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-07-08T10:18:19.592Z] === RUN TestDockerSuite/TestImagesFormat [2020-07-08T10:18:19.592Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-07-08T10:18:20.157Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-07-08T10:18:22.679Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-07-08T10:18:22.679Z] === RUN TestDockerSuite/TestImportBadURL [2020-07-08T10:18:22.679Z] === RUN TestDockerSuite/TestImportDisplay [2020-07-08T10:18:23.610Z] === RUN TestDockerSuite/TestImportFile [2020-07-08T10:18:24.983Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-07-08T10:18:24.983Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-07-08T10:18:25.915Z] === RUN TestDockerSuite/TestImportGzipped [2020-07-08T10:18:27.286Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-07-08T10:18:28.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-07-08T10:18:28.503Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-07-08T10:18:29.067Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-07-08T10:18:29.631Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-07-08T10:18:30.197Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-07-08T10:18:30.197Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-07-08T10:18:30.455Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-07-08T10:18:31.019Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-07-08T10:18:31.951Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-07-08T10:18:32.518Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-07-08T10:18:33.082Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-07-08T10:18:33.082Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-07-08T10:18:33.646Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-07-08T10:18:34.210Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-07-08T10:18:34.210Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-07-08T10:18:35.589Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-07-08T10:18:36.155Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-07-08T10:18:36.723Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-07-08T10:18:36.723Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-07-08T10:18:37.656Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-07-08T10:18:37.656Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-07-08T10:18:38.589Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-07-08T10:18:39.154Z] === RUN TestDockerSuite/TestInspectDefault [2020-07-08T10:18:39.719Z] === RUN TestDockerSuite/TestInspectHistory [2020-07-08T10:18:40.660Z] === RUN TestDockerSuite/TestInspectImage [2020-07-08T10:18:40.660Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-07-08T10:18:40.660Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-07-08T10:18:40.660Z] === RUN TestDockerSuite/TestInspectInt64 [2020-07-08T10:18:41.592Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-07-08T10:18:41.851Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-07-08T10:18:42.109Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-07-08T10:18:42.366Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-07-08T10:18:42.930Z] === RUN TestDockerSuite/TestInspectPlugin [2020-07-08T10:18:44.852Z] === RUN TestDockerSuite/TestInspectRootFS [2020-07-08T10:18:44.852Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-07-08T10:18:45.109Z] === RUN TestDockerSuite/TestInspectStatus [2020-07-08T10:18:45.674Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-07-08T10:18:46.609Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-07-08T10:18:47.174Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-07-08T10:18:47.737Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-07-08T10:18:47.994Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-07-08T10:18:48.559Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-07-08T10:18:49.124Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-07-08T10:18:49.381Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-07-08T10:18:49.381Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-07-08T10:18:51.276Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-07-08T10:18:51.533Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-07-08T10:18:52.098Z] === RUN TestDockerSuite/TestLinksEnvs [2020-07-08T10:18:53.470Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-07-08T10:18:53.470Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-07-08T10:18:54.850Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-07-08T10:18:56.745Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-07-08T10:18:59.267Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-07-08T10:18:59.267Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-07-08T10:19:00.651Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-07-08T10:19:00.651Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-07-08T10:19:01.216Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-07-08T10:19:09.331Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-07-08T10:19:09.331Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-07-08T10:19:09.897Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-07-08T10:19:11.797Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-07-08T10:19:12.055Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-07-08T10:19:14.581Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-07-08T10:19:14.581Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-07-08T10:19:14.839Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-07-08T10:19:14.839Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-07-08T10:19:14.839Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-07-08T10:19:15.403Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-07-08T10:19:15.966Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-07-08T10:19:19.240Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-07-08T10:19:19.806Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-07-08T10:19:25.057Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-07-08T10:19:25.057Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-07-08T10:19:25.057Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-07-08T10:19:25.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-07-08T10:19:25.992Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-07-08T10:19:26.925Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-07-08T10:19:28.312Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-07-08T10:19:29.243Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-07-08T10:19:30.174Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-07-08T10:19:31.545Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-07-08T10:19:32.918Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-07-08T10:19:33.483Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-07-08T10:19:34.048Z] === RUN TestDockerSuite/TestLogsSince [2020-07-08T10:19:40.597Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-07-08T10:19:47.139Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-07-08T10:19:47.139Z] === RUN TestDockerSuite/TestLogsTail [2020-07-08T10:19:47.139Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-07-08T10:19:47.703Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-07-08T10:19:47.960Z] === RUN TestDockerSuite/TestMountIntoProc [2020-07-08T10:19:48.217Z] === RUN TestDockerSuite/TestMountIntoSys [2020-07-08T10:19:49.148Z] === RUN TestDockerSuite/TestNetHostname [2020-07-08T10:19:50.525Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-07-08T10:19:50.526Z] === RUN TestDockerSuite/TestNetworkEvents [2020-07-08T10:19:51.456Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-07-08T10:19:52.409Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-07-08T10:19:52.974Z] === RUN TestDockerSuite/TestPluginActive [2020-07-08T10:19:54.350Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-07-08T10:19:59.612Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-07-08T10:19:59.612Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-07-08T10:19:59.612Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-07-08T10:19:59.869Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-07-08T10:20:01.764Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-07-08T10:20:02.333Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-07-08T10:20:04.231Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-07-08T10:20:06.755Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-07-08T10:20:10.930Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-07-08T10:20:11.860Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-07-08T10:20:12.791Z] === RUN TestDockerSuite/TestPortHostBinding [2020-07-08T10:20:14.167Z] === RUN TestDockerSuite/TestPortList [2020-07-08T10:20:20.720Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-07-08T10:20:21.284Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-07-08T10:20:24.555Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-07-08T10:20:27.080Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-07-08T10:20:27.080Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-07-08T10:20:27.338Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-07-08T10:20:27.596Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-07-08T10:20:27.596Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-07-08T10:20:28.162Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-07-08T10:20:28.162Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-07-08T10:20:28.727Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-07-08T10:20:28.727Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-07-08T10:20:30.626Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-07-08T10:20:30.626Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-07-08T10:20:33.152Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-07-08T10:20:34.086Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-07-08T10:20:34.343Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-07-08T10:20:34.343Z] === RUN TestDockerSuite/TestPsByOrder [2020-07-08T10:20:36.241Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-07-08T10:20:37.172Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-07-08T10:20:39.702Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-07-08T10:20:42.978Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-07-08T10:20:42.978Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-07-08T10:20:45.500Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-07-08T10:20:52.047Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-07-08T10:20:52.976Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-07-08T10:20:54.347Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-07-08T10:20:55.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-07-08T10:20:55.534Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-07-08T10:20:56.466Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-07-08T10:20:58.991Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-07-08T10:21:00.363Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-07-08T10:21:01.738Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-07-08T10:21:01.996Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-07-08T10:21:02.928Z] === RUN TestDockerSuite/TestPsRightTagName [2020-07-08T10:21:05.453Z] === RUN TestDockerSuite/TestPsShowMounts [2020-07-08T10:21:06.822Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-07-08T10:21:07.385Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-07-08T10:21:07.385Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-07-08T10:21:07.642Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-07-08T10:21:07.899Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-07-08T10:21:07.899Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-07-08T10:21:08.463Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-07-08T10:21:09.393Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-07-08T10:21:10.323Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-07-08T10:21:10.888Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-07-08T10:21:17.437Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-07-08T10:21:17.695Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-07-08T10:21:19.063Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-07-08T10:21:19.063Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-07-08T10:21:19.063Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-07-08T10:21:19.320Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-07-08T10:21:21.213Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-07-08T10:21:21.777Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-07-08T10:21:22.359Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-07-08T10:21:25.635Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-07-08T10:21:26.201Z] === RUN TestDockerSuite/TestRmiBlank [2020-07-08T10:21:26.201Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-07-08T10:21:26.459Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-07-08T10:21:29.738Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-07-08T10:21:30.302Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-07-08T10:21:30.302Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-07-08T10:21:31.672Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-07-08T10:21:32.236Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-07-08T10:21:33.168Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-07-08T10:21:33.732Z] === RUN TestDockerSuite/TestRmiTag [2020-07-08T10:21:33.989Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-07-08T10:21:34.557Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-07-08T10:21:37.832Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-07-08T10:21:38.088Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-07-08T10:21:38.653Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-07-08T10:21:38.910Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-07-08T10:21:39.845Z] === RUN TestDockerSuite/TestRunAddHost [2020-07-08T10:21:40.410Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-07-08T10:21:40.666Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-07-08T10:21:40.923Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-07-08T10:21:40.923Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-07-08T10:21:41.489Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-07-08T10:21:42.870Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-07-08T10:21:43.434Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-07-08T10:21:44.365Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-07-08T10:21:44.928Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-07-08T10:21:45.861Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-07-08T10:21:46.792Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-07-08T10:21:47.356Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-07-08T10:21:47.919Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-07-08T10:21:48.483Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-07-08T10:21:49.047Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-07-08T10:21:49.611Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-07-08T10:21:50.543Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-07-08T10:21:51.473Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-07-08T10:21:52.037Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-07-08T10:21:52.294Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-07-08T10:21:52.857Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-07-08T10:21:52.857Z] === RUN TestDockerSuite/TestRunBindMounts [2020-07-08T10:21:54.227Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-07-08T10:21:54.790Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-07-08T10:21:55.354Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-07-08T10:21:55.610Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-07-08T10:21:56.175Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-07-08T10:21:56.175Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-07-08T10:21:56.740Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-07-08T10:21:57.304Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-07-08T10:21:57.565Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-07-08T10:21:58.149Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-07-08T10:21:58.406Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-07-08T10:21:58.663Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-07-08T10:21:58.920Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-07-08T10:21:58.920Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-07-08T10:21:59.850Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-07-08T10:22:00.414Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-07-08T10:22:00.671Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-07-08T10:22:01.235Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-07-08T10:22:01.235Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-07-08T10:22:01.493Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-07-08T10:22:01.750Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-07-08T10:22:03.123Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-07-08T10:22:04.495Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-07-08T10:22:05.870Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-07-08T10:22:06.433Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-07-08T10:22:06.690Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-07-08T10:22:07.254Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-07-08T10:22:07.820Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-07-08T10:22:08.386Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-07-08T10:22:09.756Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-07-08T10:22:12.282Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-07-08T10:22:12.282Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-07-08T10:22:12.540Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-07-08T10:22:13.909Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-07-08T10:22:15.304Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-07-08T10:22:17.212Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-07-08T10:22:19.106Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-07-08T10:22:19.106Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-07-08T10:22:19.106Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-07-08T10:22:19.671Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-07-08T10:22:21.569Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-07-08T10:22:22.499Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-07-08T10:22:23.869Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-07-08T10:22:24.434Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-07-08T10:22:25.805Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-07-08T10:22:26.738Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-07-08T10:22:26.738Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-07-08T10:22:26.996Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-07-08T10:22:27.253Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-07-08T10:22:28.624Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-07-08T10:22:28.624Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-07-08T10:22:29.190Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-07-08T10:22:29.755Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-07-08T10:22:30.688Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-07-08T10:22:31.620Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-07-08T10:22:31.620Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-07-08T10:22:32.184Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-07-08T10:22:32.184Z] === RUN TestDockerSuite/TestRunEnvironment [2020-07-08T10:22:32.748Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-07-08T10:22:33.324Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-07-08T10:22:33.889Z] === RUN TestDockerSuite/TestRunExitCode [2020-07-08T10:22:34.454Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-07-08T10:22:34.710Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-07-08T10:22:34.967Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-07-08T10:22:35.899Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-07-08T10:22:36.466Z] === RUN TestDockerSuite/TestRunExposePort [2020-07-08T10:22:36.466Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-07-08T10:22:37.032Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-07-08T10:22:37.290Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-07-08T10:22:37.547Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-07-08T10:22:38.917Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-07-08T10:22:38.917Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-07-08T10:22:38.918Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-07-08T10:22:40.290Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-07-08T10:22:41.665Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-07-08T10:22:42.600Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-07-08T10:22:43.530Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-07-08T10:22:46.052Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-07-08T10:22:49.327Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-07-08T10:22:53.503Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-07-08T10:22:53.759Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-07-08T10:22:55.130Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-07-08T10:22:56.061Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-07-08T10:22:56.061Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-07-08T10:22:56.061Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-07-08T10:22:56.061Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-07-08T10:22:56.626Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-07-08T10:22:58.520Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-07-08T10:22:59.451Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-07-08T10:23:00.382Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-07-08T10:23:06.924Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-07-08T10:23:06.924Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-07-08T10:23:06.924Z] === RUN TestDockerSuite/TestRunModeHostname [2020-07-08T10:23:07.180Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-07-08T10:23:07.180Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-07-08T10:23:07.437Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-07-08T10:23:08.367Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-07-08T10:23:09.298Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-07-08T10:23:10.229Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-07-08T10:23:10.229Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-07-08T10:23:10.487Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-07-08T10:23:11.418Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-07-08T10:23:12.347Z] === RUN TestDockerSuite/TestRunMount [2020-07-08T10:23:16.534Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-07-08T10:23:16.791Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-07-08T10:23:17.049Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-07-08T10:23:17.612Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-07-08T10:23:18.544Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-07-08T10:23:20.444Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-07-08T10:23:22.968Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-07-08T10:23:24.339Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-07-08T10:23:26.235Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-07-08T10:23:26.235Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-07-08T10:23:27.605Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-07-08T10:23:28.974Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-07-08T10:23:28.974Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-07-08T10:23:29.538Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-07-08T10:23:29.538Z] === RUN TestDockerSuite/TestRunNetHost [2020-07-08T10:23:30.471Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-07-08T10:23:31.036Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-07-08T10:23:31.600Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-07-08T10:23:33.497Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-07-08T10:23:34.434Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-07-08T10:23:37.709Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-07-08T10:23:37.709Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-07-08T10:23:37.709Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-07-08T10:23:38.271Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-07-08T10:23:38.271Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-07-08T10:23:38.528Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-07-08T10:23:39.091Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-07-08T10:23:39.091Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-07-08T10:23:39.654Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-07-08T10:23:42.926Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-07-08T10:23:44.822Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-07-08T10:23:45.082Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-07-08T10:23:45.082Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-07-08T10:23:46.013Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-07-08T10:23:46.270Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-07-08T10:23:48.164Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-07-08T10:23:48.164Z] === RUN TestDockerSuite/TestRunPortInUse [2020-07-08T10:23:48.728Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-07-08T10:23:48.985Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-07-08T10:23:49.915Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-07-08T10:23:50.479Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-07-08T10:23:50.479Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-07-08T10:23:51.044Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-07-08T10:23:51.608Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-07-08T10:23:51.608Z] === RUN TestDockerSuite/TestRunPublishPort [2020-07-08T10:23:52.173Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-07-08T10:23:52.746Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-07-08T10:23:52.746Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-07-08T10:23:53.711Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-07-08T10:23:53.968Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-07-08T10:23:54.532Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-07-08T10:23:54.532Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-07-08T10:23:57.055Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-07-08T10:23:57.313Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-07-08T10:23:58.246Z] === RUN TestDockerSuite/TestRunRm [2020-07-08T10:23:59.181Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-07-08T10:24:00.112Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-07-08T10:24:02.006Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-07-08T10:24:02.936Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-07-08T10:24:03.194Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-07-08T10:24:03.759Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-07-08T10:24:05.654Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-07-08T10:24:05.654Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-07-08T10:24:06.222Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-07-08T10:24:09.498Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-07-08T10:24:12.020Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-07-08T10:24:12.281Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-07-08T10:24:12.849Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-07-08T10:24:13.414Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-07-08T10:24:13.978Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-07-08T10:24:14.908Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-07-08T10:24:15.175Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-07-08T10:24:15.742Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-07-08T10:24:16.305Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-07-08T10:24:16.562Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-07-08T10:24:17.493Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-07-08T10:24:17.493Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-07-08T10:24:20.014Z] === RUN TestDockerSuite/TestRunState [2020-07-08T10:24:20.946Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-07-08T10:24:21.203Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-07-08T10:24:21.766Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-07-08T10:24:22.023Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-07-08T10:24:22.023Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-07-08T10:24:22.280Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-07-08T10:24:22.843Z] === RUN TestDockerSuite/TestRunSysctls [2020-07-08T10:24:23.775Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-07-08T10:24:23.775Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-07-08T10:24:23.775Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-07-08T10:24:24.340Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-07-08T10:24:26.235Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-07-08T10:24:26.235Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-07-08T10:24:27.605Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-07-08T10:24:30.137Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-07-08T10:24:30.397Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-07-08T10:24:32.918Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-07-08T10:24:32.919Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-07-08T10:24:33.175Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-07-08T10:24:33.744Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-07-08T10:24:34.310Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-07-08T10:24:36.204Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-07-08T10:24:36.460Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-07-08T10:24:37.393Z] === RUN TestDockerSuite/TestRunUserByID [2020-07-08T10:24:37.957Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-07-08T10:24:37.957Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-07-08T10:24:38.215Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-07-08T10:24:38.782Z] === RUN TestDockerSuite/TestRunUserByName [2020-07-08T10:24:39.349Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-07-08T10:24:39.606Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-07-08T10:24:40.172Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-07-08T10:24:40.172Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-07-08T10:24:40.172Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-07-08T10:24:40.738Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-07-08T10:24:44.016Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-07-08T10:24:44.580Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-07-08T10:24:44.837Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-07-08T10:24:45.402Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-07-08T10:24:47.300Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-07-08T10:24:47.867Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-07-08T10:24:48.442Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-07-08T10:24:50.348Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-07-08T10:24:52.245Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-07-08T10:24:52.502Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-07-08T10:24:53.066Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-07-08T10:24:53.630Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-07-08T10:24:53.630Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-07-08T10:24:53.630Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-07-08T10:24:53.630Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-07-08T10:24:53.886Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-07-08T10:24:53.886Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-07-08T10:24:54.452Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-07-08T10:24:54.709Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-07-08T10:24:55.643Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-07-08T10:24:56.206Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-07-08T10:24:56.770Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-07-08T10:24:56.770Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-07-08T10:24:57.028Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-07-08T10:24:57.028Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-07-08T10:24:57.028Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-07-08T10:24:57.285Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-07-08T10:24:57.849Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-07-08T10:24:58.107Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-07-08T10:24:58.671Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-07-08T10:24:58.671Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-07-08T10:24:59.235Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-07-08T10:24:59.235Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-07-08T10:24:59.799Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-07-08T10:24:59.799Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-07-08T10:25:00.365Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-07-08T10:25:00.933Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-07-08T10:25:00.933Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-07-08T10:25:00.933Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-07-08T10:25:00.933Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-07-08T10:25:01.500Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-07-08T10:25:02.870Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-07-08T10:25:03.128Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-07-08T10:25:03.128Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-07-08T10:25:03.693Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-07-08T10:25:03.693Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-07-08T10:25:04.622Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-07-08T10:25:05.195Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-07-08T10:25:06.565Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-07-08T10:25:07.130Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-07-08T10:25:07.130Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-07-08T10:25:07.130Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-07-08T10:25:07.695Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-07-08T10:25:08.626Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-07-08T10:25:09.202Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-07-08T10:25:09.464Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-07-08T10:25:10.835Z] === RUN TestDockerSuite/TestSaveImageId [2020-07-08T10:25:10.835Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-07-08T10:25:11.093Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-07-08T10:25:12.462Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-07-08T10:25:12.462Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-07-08T10:25:13.395Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-07-08T10:25:13.395Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-07-08T10:25:13.395Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-07-08T10:25:13.960Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-07-08T10:25:14.893Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-07-08T10:25:16.790Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-07-08T10:25:17.352Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-07-08T10:25:17.352Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-07-08T10:25:17.352Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-07-08T10:25:17.352Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-07-08T10:25:18.282Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-07-08T10:25:20.177Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-07-08T10:25:25.448Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-07-08T10:25:26.818Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-07-08T10:25:27.381Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-07-08T10:25:27.638Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-07-08T10:25:28.570Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-07-08T10:25:29.939Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-07-08T10:25:31.308Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-07-08T10:25:33.203Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-07-08T10:25:33.767Z] === RUN TestDockerSuite/TestStartRecordError [2020-07-08T10:25:34.697Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-07-08T10:25:36.070Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-07-08T10:25:37.442Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-07-08T10:25:39.966Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-07-08T10:25:44.139Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-07-08T10:25:47.421Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-07-08T10:25:51.595Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-07-08T10:25:51.595Z] === RUN TestDockerSuite/TestStatsNoStream [2020-07-08T10:25:54.119Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-07-08T10:25:54.119Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-07-08T10:25:56.013Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-07-08T10:25:56.578Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-07-08T10:25:56.578Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-07-08T10:25:57.143Z] === RUN TestDockerSuite/TestTopPrivileged [2020-07-08T10:25:57.709Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-07-08T10:25:57.709Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-07-08T10:25:58.273Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-07-08T10:26:01.551Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-07-08T10:26:04.826Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-07-08T10:26:05.086Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-07-08T10:26:05.652Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-07-08T10:26:05.652Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-07-08T10:26:06.216Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-07-08T10:26:07.599Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-07-08T10:26:07.599Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-07-08T10:26:08.165Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-07-08T10:26:09.096Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-07-08T10:26:09.353Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-07-08T10:26:10.725Z] === RUN TestDockerSuite/TestUpdateStats [2020-07-08T10:26:14.000Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-07-08T10:26:14.931Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-07-08T10:26:14.931Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-07-08T10:26:15.496Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-07-08T10:26:16.427Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-07-08T10:26:16.427Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-07-08T10:26:18.953Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-07-08T10:26:21.478Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-07-08T10:26:24.000Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-07-08T10:26:24.566Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-07-08T10:26:25.132Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-07-08T10:26:27.029Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-07-08T10:26:27.970Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-07-08T10:26:31.249Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-07-08T10:26:32.625Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-07-08T10:26:33.995Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-07-08T10:26:34.925Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-07-08T10:26:35.855Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-07-08T10:26:37.227Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-07-08T10:26:38.599Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-07-08T10:26:39.975Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-07-08T10:26:41.352Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-07-08T10:26:42.722Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-07-08T10:26:43.286Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-07-08T10:26:58.148Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-07-08T10:26:58.148Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-07-08T10:26:58.148Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-07-08T10:26:58.720Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-07-08T10:26:58.720Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-07-08T10:26:58.720Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-07-08T10:26:58.980Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-07-08T10:26:59.543Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-07-08T10:26:59.543Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-07-08T10:27:00.107Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-07-08T10:27:00.107Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-07-08T10:27:00.107Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-07-08T10:27:00.107Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-07-08T10:27:00.107Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-07-08T10:27:01.481Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-07-08T10:27:01.738Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-07-08T10:27:01.738Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-07-08T10:27:01.996Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-07-08T10:27:01.996Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-07-08T10:27:01.996Z] === RUN TestDockerSuite/TestVolumeEvents [2020-07-08T10:27:02.561Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-07-08T10:27:04.458Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-07-08T10:27:04.458Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-07-08T10:27:04.458Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-07-08T10:27:06.353Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-07-08T10:27:08.879Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite (1348.92s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.17s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.49s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.68s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.69s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.69s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.63s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.90s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.21s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.95s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.45s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.04s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.91s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.00s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.14s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.94s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.07s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.99s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachDetach (1.15s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.94s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.06s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.02s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.93s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.49s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.07s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.29s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.29s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.15s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.98s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.64s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.38s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.22s) [2020-07-08T10:27:08.879Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.13s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.75s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.72s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.72s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.14s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.02s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.71s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.18s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.64s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.57s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.87s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.18s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.23s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.76s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.88s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.65s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.52s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.34s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.63s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.29s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.20s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.45s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.58s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.74s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.74s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.51s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.12s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.62s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.72s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.44s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.64s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.13s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.93s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.71s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.34s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.06s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.72s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.00s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.51s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.91s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.86s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.77s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.27s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.61s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.93s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.66s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.43s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.67s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.32s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCmd (0.32s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.20s) [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.21s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.99s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.38s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildContChar (3.52s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.12s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.34s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.23s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.46s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.21s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.29s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.70s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.88s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.87s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.70s) [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.73s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.25s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.18s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.23s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.50s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.75s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.53s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.92s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.89s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.34s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.44s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.27s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.34s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.53s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.44s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.86s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.25s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.73s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.43s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.25s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.23s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.89s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.15s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.60s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.73s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.47s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.89s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.27s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.81s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.40s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnv (1.23s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.02s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.89s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.83s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.73s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.71s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.20s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.07s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.84s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.21s) [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.05s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.02s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.78s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFails (0.80s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.96s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.98s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.76s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.67s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.61s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.07s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.69s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.80s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.75s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.42s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildHistory (3.88s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.29s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.62s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.89s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabel (0.44s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.51s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.48s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabels (0.49s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.83s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.72s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.11s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.00s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.02s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.05s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.56s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.50s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.11s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.66s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.99s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.35s) [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.49s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.43s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.35s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.26s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.38s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.75s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.71s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.32s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.52s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.58s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.63s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.45s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.68s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.12s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.68s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.05s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.31s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.20s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildPATH (1.75s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.81s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.69s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.33s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.41s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildRm (3.39s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.92s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.14s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.54s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.96s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.86s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.16s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.32s) [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.67s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildStderr (0.66s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.21s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.75s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.73s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.58s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.70s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildUser (1.45s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.11s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.77s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.61s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.91s) [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-07-08T10:27:08.880Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.12s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.57s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.61s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.82s) [2020-07-08T10:27:08.880Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.19s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.69s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.52s) [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-07-08T10:27:08.881Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.66s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.94s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.07s) [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-07-08T10:27:08.881Z] docker_cli_sni_test.go:18: Flakey test [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.77s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitChange (1.58s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.25s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.65s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.43s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.91s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitTTY (1.22s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.86s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.22s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.76s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.35s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.33s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.59s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.82s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.73s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.62s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.92s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.92s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.67s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.72s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.59s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.76s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.87s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.62s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.72s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.52s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.76s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.80s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.66s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.49s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.97s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.25s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.68s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.31s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.51s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.72s) [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-07-08T10:27:08.881Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.69s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.57s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.81s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.67s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.53s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.50s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.42s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.26s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.34s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.48s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.31s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.36s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b18220_} (1.48s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1934696160_/foo_false____} (1.34s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1934696160_/foo_true____} (1.31s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3214990527_/foo_false____} (1.36s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3214990527_/foo_true____} (1.47s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3214990527_/foo_true__0xc000b18280__} (1.55s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b182a0_} (1.47s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b182c0_} (1.43s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b182e0_} (1.63s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b18300_} (1.84s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.28s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.05s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.38s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.10s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.19s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.54s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.83s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.75s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.73s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.66s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.67s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.29s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.24s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.69s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.58s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.62s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.54s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.58s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.96s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.61s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.54s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.59s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.55s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.66s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.54s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.59s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.96s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.46s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.53s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.55s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.56s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.59s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.65s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.42s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.53s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.80s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToDot (0.68s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.22s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToStdout (0.88s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.71s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.38s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.83s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.10s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.49s) [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-07-08T10:27:08.881Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.52s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.30s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateRM (0.23s) [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-07-08T10:27:08.881Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.11s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.40s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.75s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.58s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.14s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.77s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.47s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.23s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.65s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.62s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.57s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.97s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.69s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.06s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.35s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.04s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.72s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.96s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.23s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.69s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsAttach (0.71s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsCommit (0.94s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.50s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.98s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.13s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsCopy (0.81s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.47s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.95s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.91s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.17s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.24s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFilters (1.11s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFormat (1.25s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.61s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.30s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.35s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-07-08T10:27:08.881Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.881Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-07-08T10:27:08.881Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.29s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.51s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsRename (0.54s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsResize (0.53s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.45s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.79s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-07-08T10:27:08.881Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.16s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExec (0.67s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.69s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.67s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.04s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.51s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.49s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.98s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecCgroup (0.95s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecEnv (0.84s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.42s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.62s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecInspectID (1.72s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecInteractive (0.65s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.59s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.97s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecParseError (0.70s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.77s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.72s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.28s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecStartFails (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.82s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.46s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecUlimits (0.56s) [2020-07-08T10:27:08.882Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-07-08T10:27:08.882Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.28s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.83s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.91s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.47s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.61s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.56s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestHealth (18.74s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.61s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.52s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.46s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.62s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportDisplay (1.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportFile (1.12s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportGzipped (1.18s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.24s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.62s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.73s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.73s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.77s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.72s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.59s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.52s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.51s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.42s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.55s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.49s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.75s) [2020-07-08T10:27:08.882Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-07-08T10:27:08.882Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.99s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.65s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectDefault (0.51s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectHistory (1.05s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-07-08T10:27:08.882Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-07-08T10:27:08.882Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.63s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.00s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.51s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.48s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.47s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.00s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.15s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.35s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.38s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.94s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.08s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.45s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.18s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.65s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.35s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.04s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.34s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.51s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.52s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.47s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.99s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.98s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.26s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.26s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.77s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.71s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.64s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsSince (6.59s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.47s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.48s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.29s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.62s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestNetHostname (1.34s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.72s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.29s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginActive (1.43s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.68s) [2020-07-08T10:27:08.882Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-07-08T10:27:08.882Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.74s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.59s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.74s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.20s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.98s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.36s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.22s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.05s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPortList (6.26s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.92s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.04s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.47s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.53s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.79s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.34s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsByOrder (1.92s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.68s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.34s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.25s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.54s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.77s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.98s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.06s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.58s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.62s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.29s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.92s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.90s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.54s) [2020-07-08T10:27:08.882Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-07-08T10:27:08.882Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.31s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.61s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.95s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.95s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.50s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.69s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.97s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.40s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.02s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.69s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.25s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRmiBlank (0.04s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.18s) [2020-07-08T10:27:08.882Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.97s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.70s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.63s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.09s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.64s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.05s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.92s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAddHost (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.54s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.08s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.59s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.96s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.92s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.65s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.51s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.73s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.94s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.93s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.48s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.43s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.53s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.73s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.14s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.28s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.51s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.11s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.42s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.54s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.27s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.83s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.93s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.70s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.52s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.17s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.37s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.96s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.60s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.11s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.75s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.67s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.80s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.81s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.66s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.51s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.61s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.58s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunExitCode (0.67s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.56s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.63s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.72s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.59s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.61s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.03s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.31s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.71s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.79s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.25s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.09s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.21s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.86s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.93s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.90s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.36s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.68s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.95s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.89s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.91s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.93s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.92s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunMount (4.02s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.67s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.53s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.06s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.90s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.41s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.03s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.15s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetHost (0.79s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.70s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.43s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.65s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.43s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.42s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.61s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.67s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.68s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.49s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.58s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.68s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.58s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.59s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.53s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.71s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.71s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.12s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.61s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.11s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunRm (0.77s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.55s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.53s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.96s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.52s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.95s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.07s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.62s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.69s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.65s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.50s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.66s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunState (1.00s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.45s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunSysctls (0.99s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.54s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.15s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.29s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.00s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.51s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.57s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.48s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.81s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.13s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserByID (0.52s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.68s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserByName (0.64s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.57s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.61s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.11s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.66s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.79s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.84s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.27s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.86s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.75s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.49s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.57s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.51s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.93s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.46s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.47s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.48s) [2020-07-08T10:27:08.883Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-07-08T10:27:08.883Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-07-08T10:27:08.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.48s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.63s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.13s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.67s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.40s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.92s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.49s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.45s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.47s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.69s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.74s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.11s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.29s) [2020-07-08T10:27:08.884Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents520909537 [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.00s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.50s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.68s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.53s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.11s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.62s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.99s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.93s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.56s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.90s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.13s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.77s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.72s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.53s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartRecordError (1.13s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.18s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.31s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.80s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.05s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.56s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.54s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.63s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.70s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.60s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.59s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.67s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.24s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.01s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.48s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.59s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.10s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.93s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.64s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.59s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateStats (3.52s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.93s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.81s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.35s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.17s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.66s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.80s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.12s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.38s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.98s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.93s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.48s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.39s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.40s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.39s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.70s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.48s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.63s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.75s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.81s) [2020-07-08T10:27:08.884Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.47s) [2020-07-08T10:27:08.884Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-07-08T10:27:08.884Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-07-08T10:27:08.884Z] === RUN TestDockerRegistrySuite [2020-07-08T10:27:08.884Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-07-08T10:27:09.818Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-07-08T10:27:10.384Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-07-08T10:27:11.755Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-07-08T10:27:13.125Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-07-08T10:27:13.383Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-07-08T10:27:16.673Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-07-08T10:27:19.195Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-07-08T10:27:21.720Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-07-08T10:27:22.650Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-07-08T10:27:23.581Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-07-08T10:27:24.512Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-07-08T10:27:25.888Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-07-08T10:27:26.818Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-07-08T10:27:27.749Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-07-08T10:27:28.680Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-07-08T10:27:30.575Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-07-08T10:27:32.471Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-07-08T10:27:33.035Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-07-08T10:27:35.595Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-07-08T10:27:36.163Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-07-08T10:27:36.421Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-07-08T10:27:37.354Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-07-08T10:27:38.284Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-07-08T10:27:39.215Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-07-08T10:27:41.738Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-07-08T10:27:41.738Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-07-08T10:27:42.669Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-07-08T10:27:42.925Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-07-08T10:27:43.182Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-07-08T10:27:43.438Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-07-08T10:27:43.695Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-07-08T10:27:43.952Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-07-08T10:27:44.209Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-07-08T10:27:45.140Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-07-08T10:27:46.511Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-07-08T10:27:47.442Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-07-08T10:27:48.373Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-07-08T10:27:49.303Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite (41.23s) [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.58s) [2020-07-08T10:27:49.866Z] check_test.go:196: [ded25d7e668d2] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.23s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d4c13f79ed5ca] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.56s) [2020-07-08T10:27:49.866Z] check_test.go:196: [ddecfbd57bd8a] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.20s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d21cf8ebe473d] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.92s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d7a8848498e5c] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.70s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d5750a5d1cfa7] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.72s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d88adfd001a4c] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.01s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d99bf9f2db705] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d78a1b4915aa3] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2020-07-08T10:27:49.866Z] check_test.go:196: [dd33e6446926a] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.20s) [2020-07-08T10:27:49.866Z] check_test.go:196: [ddfbb75ecffc9] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d18265ff9b6f0] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.96s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d27349fb39e3c] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2020-07-08T10:27:49.866Z] check_test.go:196: [da00e802a4ffa] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.66s) [2020-07-08T10:27:49.866Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:472d890b4507f8c8c8b36940544ac8a6242fa6fee8bb507261cdb74827922fd6 [2020-07-08T10:27:49.866Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:10dafddf81151df17515d8f1851f9372eb7bfc4cc5d487cc508c77b28933a16a [2020-07-08T10:27:49.866Z] check_test.go:196: [d1cb1b562cd5a] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2020-07-08T10:27:49.866Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:596e22c33d1c57187aec5286249758ec303ae7d2217cd94956a893f89f6e6429 [2020-07-08T10:27:49.866Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:58f40b6b5d154cf67ff3240832bcfe398d059d1284abf2cd5217779fa27aa140 [2020-07-08T10:27:49.866Z] check_test.go:196: [d80e7927e9a83] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d855e12687638] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.07s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d067910f1fb8a] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s) [2020-07-08T10:27:49.866Z] check_test.go:196: [dc27b9c51c458] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d9c8f10b7efbe] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2020-07-08T10:27:49.866Z] check_test.go:196: [dd76949930746] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2020-07-08T10:27:49.866Z] check_test.go:196: [dcd0bf20e30f7] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d8042311a67b9] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.32s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d6cf83f795548] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d56eeef9dd95f] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.96s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d05df881ab3b9] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d9e2db3f5a17c] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d24f48c03e2b4] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-07-08T10:27:49.866Z] check_test.go:196: [db359d79895a2] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d7d8d9652b066] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d312bc5eef6c4] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d31d90b03de4f] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.99s) [2020-07-08T10:27:49.866Z] check_test.go:196: [dce238b9902fd] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.43s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d7a9c514a41ab] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s) [2020-07-08T10:27:49.866Z] check_test.go:196: [d754c5ccc41c4] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s) [2020-07-08T10:27:49.866Z] check_test.go:196: [dcfa154ceb09d] daemon is not started [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2020-07-08T10:27:49.866Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2020-07-08T10:27:49.866Z] === RUN TestDockerSchema1RegistrySuite [2020-07-08T10:27:49.866Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-07-08T10:27:50.195Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-07-08T10:27:53.475Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-07-08T10:27:55.996Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-07-08T10:27:58.519Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-07-08T10:27:59.449Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-07-08T10:28:00.380Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-07-08T10:28:00.637Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-07-08T10:28:01.567Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-07-08T10:28:02.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-07-08T10:28:03.427Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-07-08T10:28:05.951Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-07-08T10:28:06.208Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-07-08T10:28:06.465Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-07-08T10:28:06.722Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-07-08T10:28:06.979Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-07-08T10:28:07.236Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-07-08T10:28:07.494Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite (17.74s) [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d9ccf1ffcc03f] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.78s) [2020-07-08T10:28:07.750Z] check_test.go:223: [dc4e897d756bc] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.86s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d5f0faa9c3374] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.76s) [2020-07-08T10:28:07.750Z] check_test.go:223: [df399de0cff12] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.97s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d7a923f41abb0] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.97s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d489609c2b2e7] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-07-08T10:28:07.750Z] check_test.go:223: [db2b9861a598c] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d061ce253f280] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d4d2416579d41] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d153d25a1103e] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.43s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d973b8232d3bd] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d1ffcd397b14f] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2020-07-08T10:28:07.750Z] check_test.go:223: [deb509fedfdd3] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-07-08T10:28:07.750Z] check_test.go:223: [dde648ddef8bb] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-07-08T10:28:07.750Z] check_test.go:223: [da3b5299c82b5] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2020-07-08T10:28:07.750Z] check_test.go:223: [d9b0ebbcc008b] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-07-08T10:28:07.750Z] check_test.go:223: [de9cf30aa8d93] daemon is not started [2020-07-08T10:28:07.750Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-07-08T10:28:07.750Z] check_test.go:223: [df5725718b06d] daemon is not started [2020-07-08T10:28:07.750Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-07-08T10:28:07.750Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-07-08T10:28:08.681Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-07-08T10:28:08.938Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-07-08T10:28:09.197Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-07-08T10:28:10.128Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-07-08T10:28:10.385Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-07-08T10:28:10.950Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-07-08T10:28:11.514Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.77s) [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.77s) [2020-07-08T10:28:11.514Z] check_test.go:252: [d89abb46aac0a] daemon is not started [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.51s) [2020-07-08T10:28:11.514Z] check_test.go:252: [d8a38b3542b95] daemon is not started [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-07-08T10:28:11.514Z] check_test.go:252: [dff4ca4502957] daemon is not started [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.07s) [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-07-08T10:28:11.514Z] check_test.go:252: [de42f9b7e0c44] daemon is not started [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-07-08T10:28:11.514Z] check_test.go:252: [d927c6f9168a6] daemon is not started [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2020-07-08T10:28:11.514Z] check_test.go:252: [d4eeba4f32dc5] daemon is not started [2020-07-08T10:28:11.514Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-07-08T10:28:11.514Z] check_test.go:252: [d28553635dd12] daemon is not started [2020-07-08T10:28:11.514Z] === RUN TestDockerRegistryAuthTokenSuite [2020-07-08T10:28:11.514Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-07-08T10:28:16.962Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-07-08T10:28:16.962Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-07-08T10:28:16.962Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-07-08T10:28:17.219Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-07-08T10:28:17.219Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2020-07-08T10:28:17.219Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-07-08T10:28:17.219Z] check_test.go:279: [df627a2993b08] daemon is not started [2020-07-08T10:28:17.219Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-07-08T10:28:17.219Z] check_test.go:279: [d3253974921dd] daemon is not started [2020-07-08T10:28:17.219Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-07-08T10:28:17.219Z] check_test.go:279: [dc1a32ff96185] daemon is not started [2020-07-08T10:28:17.219Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-07-08T10:28:17.219Z] check_test.go:279: [dea03d8bf19aa] daemon is not started [2020-07-08T10:28:17.219Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-07-08T10:28:17.219Z] check_test.go:279: [df73a372a37df] daemon is not started [2020-07-08T10:28:17.219Z] === RUN TestDockerNetworkSuite [2020-07-08T10:28:17.219Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-07-08T10:28:19.113Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-07-08T10:28:20.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-07-08T10:28:23.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-07-08T10:28:24.249Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-07-08T10:28:26.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-07-08T10:28:28.706Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-07-08T10:28:33.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-07-08T10:28:36.486Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-07-08T10:28:37.445Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-07-08T10:28:37.702Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-07-08T10:28:38.266Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-07-08T10:28:39.195Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-07-08T10:28:40.125Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-07-08T10:28:40.382Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-07-08T10:28:40.640Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-07-08T10:28:41.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-07-08T10:28:41.572Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-07-08T10:28:41.572Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-07-08T10:28:41.828Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-07-08T10:28:42.392Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-07-08T10:28:43.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-07-08T10:28:43.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-07-08T10:28:44.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-07-08T10:28:44.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-07-08T10:28:46.540Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-07-08T10:28:47.909Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-07-08T10:28:54.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-07-08T10:28:54.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-07-08T10:28:55.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-07-08T10:28:55.277Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-07-08T10:28:55.277Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-07-08T10:28:55.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-07-08T10:28:55.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-07-08T10:28:55.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-07-08T10:28:58.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-07-08T10:28:58.317Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-07-08T10:28:58.317Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-07-08T10:28:58.888Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-07-08T10:29:03.065Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-07-08T10:29:05.589Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-07-08T10:29:05.589Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-07-08T10:29:06.522Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-07-08T10:29:07.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-07-08T10:29:07.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-07-08T10:29:08.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-07-08T10:29:09.080Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-07-08T10:29:10.011Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite (57.63s) [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.94s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:46: [d172b41e2e62d] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:46: [dbaf29d51d50a] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.91s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:46: [d1129b278a988] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.51s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:46: [d28c10b5cf0db] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:1233: [db03e54ec2a04] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.47s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:46: [de74c1b73c9dd] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.41s) [2020-07-08T10:29:15.264Z] docker_cli_network_unix_test.go:46: [d4b7a2d855432] daemon is not started [2020-07-08T10:29:15.264Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.32s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d5d8925d99680] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.19s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [db9c4a230abd0] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.56s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d760d7e1fadf1] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.47s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d96053932f329] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d5656d86225b0] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.89s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d49df51e969f7] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [dba5325d64f94] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [dd7208efe0988] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [df327448dcea6] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d6c85e3a82032] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d58d85e6bfee5] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [da7a361abd6f3] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.77s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [db13f7178f106] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.09s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d79a58db5609b] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [df646ddcf41b0] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [db31dbd02ba24] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [da7e24ea54d53] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.36s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:968: [dfe7b2741b159] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.68s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d7064d5e005a0] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.01s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:1116: [d1880207b0b64] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [dc4024fa1688b] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [dc9b4d156343a] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [dcde3d46a5f34] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [da49fd8b5d832] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [ded5f42b43625] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d1f365e3ad39b] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d2c373f688188] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.57s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [daafd4f6370a3] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d609a2877c6a3] daemon is not started [2020-07-08T10:29:15.265Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d4bc3e929f68a] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d7976b49eb756] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.52s) [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.11s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:1084: [dcd36d9adeb84] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d5566d356711e] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d7d88d9efe818] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.51s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d872566d14766] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [dab7384d9b4db] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.68s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d15703557c49a] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d5fe98a5bf3c7] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.94s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [de4bd2244f002] daemon is not started [2020-07-08T10:29:15.265Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.77s) [2020-07-08T10:29:15.265Z] docker_cli_network_unix_test.go:46: [d0e4c75945186] daemon is not started [2020-07-08T10:29:15.265Z] === RUN TestDockerHubPullSuite [2020-07-08T10:29:15.265Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-07-08T10:29:16.633Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-07-08T10:29:18.523Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-07-08T10:29:19.452Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-07-08T10:29:21.346Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-07-08T10:29:21.603Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite (6.69s) [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.46s) [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.18s) [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.00s) [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.78s) [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2020-07-08T10:29:21.603Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-07-08T10:29:21.603Z] PASS [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.603Z] === Skipped [2020-07-08T10:29:21.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-07-08T10:29:21.603Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-07-08T10:29:21.603Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-07-08T10:29:21.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-07-08T10:29:21.603Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-07-08T10:29:21.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-07-08T10:29:21.603Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-07-08T10:29:21.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-07-08T10:29:21.603Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-07-08T10:29:21.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-07-08T10:29:21.603Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-07-08T10:29:21.603Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-07-08T10:29:21.603Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.603Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-07-08T10:29:21.604Z] docker_cli_sni_test.go:18: Flakey test [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-07-08T10:29:21.604Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-07-08T10:29:21.604Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-07-08T10:29:21.604Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-07-08T10:29:21.604Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-07-08T10:29:21.604Z] docker_cli_network_unix_test.go:46: [d4bc3e929f68a] daemon is not started [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] [2020-07-08T10:29:21.604Z] DONE 1277 tests, 51 skipped in 1521.765s [2020-07-08T10:29:21.604Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:29:21.604Z] ++++ cat bundles/test-integration/docker.pid [2020-07-08T10:29:21.604Z] +++ kill 7588 [2020-07-08T10:29:22.540Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-07-08T10:29:22.540Z] +++ /etc/init.d/apparmor stop [2020-07-08T10:29:22.540Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:29:22.540Z] [2020-07-08T10:29:22.540Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:29:22.540Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:29:22.540Z] [2020-07-08T10:29:22.540Z] To set a process to complain mode, use the command line tool [2020-07-08T10:29:22.540Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:29:22.540Z] +++ true [2020-07-08T10:29:22.540Z] exiting test-integration [2020-07-08T10:29:22.540Z] ++ exit 0 [2020-07-08T10:29:22.540Z] [2020-07-08T10:29:23.106Z] + for job in $(jobs -p) [2020-07-08T10:29:23.106Z] + wait 4937 [2020-07-08T10:29:26.379Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-07-08T10:29:32.926Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-07-08T10:29:38.177Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-07-08T10:29:40.696Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-07-08T10:29:44.870Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-07-08T10:29:47.389Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-07-08T10:29:51.582Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-07-08T10:29:51.582Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-07-08T10:29:56.834Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-07-08T10:29:56.834Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-07-08T10:29:57.396Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-07-08T10:29:59.916Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-07-08T10:30:56.103Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-07-08T10:31:42.754Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-07-08T10:31:54.927Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-07-08T10:31:57.455Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-07-08T10:34:18.867Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-07-08T10:34:28.848Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-07-08T10:34:29.412Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-07-08T10:34:29.412Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-07-08T10:34:29.669Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-07-08T10:34:29.669Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-07-08T10:34:30.234Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-07-08T10:34:32.771Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-07-08T10:34:36.046Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-07-08T10:34:38.567Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-07-08T10:35:34.754Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-07-08T10:35:34.754Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-07-08T10:35:36.124Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-07-08T10:35:38.673Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-07-08T10:35:41.962Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-07-08T10:35:44.484Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-07-08T10:36:06.385Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-07-08T10:36:18.564Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-07-08T10:36:18.821Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-07-08T10:36:21.341Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-07-08T10:36:23.865Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-07-08T10:36:31.970Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-07-08T10:36:35.245Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-07-08T10:36:37.770Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-07-08T10:36:40.292Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-07-08T10:36:42.813Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-07-08T10:36:45.336Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-07-08T10:36:48.610Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-07-08T10:36:50.505Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-07-08T10:37:46.712Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-07-08T10:38:01.559Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite (1686.53s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.44s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.34s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.21s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.45s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.95s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:562: [d9eec167e239b] joining swarm manager [d4d1e935d5f63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:584: [def0341d759c3] joining swarm manager [d4d1e935d5f63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] check_test.go:380: [d9eec167e239b] daemon is not started [2020-07-08T10:38:19.613Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.86s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:45: [d85f5b4627429] joining swarm manager [db07e96205f2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.02s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.16s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (42.39s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:303: [de17aee90f149] joining swarm manager [d236341e7de5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:304: [de1817e3467a4] joining swarm manager [d236341e7de5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.50s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:271: [dbfc1d34470c7] joining swarm manager [d67513898c6e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:272: [df8405e4f00e1] joining swarm manager [d67513898c6e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.34s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.10s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.80s) [2020-07-08T10:38:19.613Z] docker_api_swarm_node_test.go:19: [dae30220eed18] joining swarm manager [db2653c094899]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_node_test.go:20: [d4fec41d1ced9] joining swarm manager [db2653c094899]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.35s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:501: [d76b178ad7dad] joining swarm manager [dfa5ea66073e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:506: [dc166107bfeb7] joining swarm manager [dfa5ea66073e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.33s) [2020-07-08T10:38:19.613Z] docker_api_swarm_node_test.go:80: [d48b58da38379] joining swarm manager [da616335cb80a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.65s) [2020-07-08T10:38:19.613Z] docker_api_swarm_node_test.go:52: [d4249e29f74b7] joining swarm manager [d4904707415dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_node_test.go:53: [dbd564df4148e] joining swarm manager [d4904707415dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.77s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (15.61s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:201: [d38121510c782] joining swarm manager [db317fff559a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (54.84s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:383: [d6e0b80381b1b] joining swarm manager [d3ab28dc43ec1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:384: [d3baded46ca03] joining swarm manager [d3ab28dc43ec1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] check_test.go:380: [d3baded46ca03] daemon is not started [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.35s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:801: [dd5f79783bf68] joining swarm manager [d0f0a90576d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:801: [df23871f0ee54] joining swarm manager [d0f0a90576d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:801: [de96472b3ba1b] joining swarm manager [d0f0a90576d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:801: [d211f4d629b69] joining swarm manager [d0f0a90576d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:809: [dc7dbd3532db4] joining swarm manager [d0f0a90576d69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.34s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.76s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.67s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:394: [d7fe6a6277b18] joining swarm manager [d7679212769cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:394: [d1498e89f0731] joining swarm manager [d7679212769cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.32s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:342: [d9bc49ada7091] joining swarm manager [db8e76e95ab20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:342: [d26d9424367ab] joining swarm manager [db8e76e95ab20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.98s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:489: [d5dbb461deccf] joining swarm manager [d4cf2aada222e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:489: [d1750230bf8ee] joining swarm manager [d4cf2aada222e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.31s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.71s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:127: [d39c0065bc463] joining swarm manager [d6e4aa2ac0f32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:128: [d6ff905f7e957] joining swarm manager [d6e4aa2ac0f32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:136: [d167730094f4c] joining swarm manager [d6e4aa2ac0f32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:137: [db8ccd5d963ac] joining swarm manager [d6e4aa2ac0f32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.53s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.79s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:303: [d11b5fcb6bd0e] joining swarm manager [d43d1beb0ec27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:303: [d0868d0091ad1] joining swarm manager [d43d1beb0ec27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.89s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:99: [d3295adfbf696] joining swarm manager [d51067c4a2592]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:100: [d40db39a4f4a2] joining swarm manager [d51067c4a2592]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] check_test.go:380: [d3295adfbf696] daemon is not started [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.73s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:532: [d8cf6068d1aad] joining swarm manager [dc6e8e0eaaee1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:533: [d92fe7b6fb274] joining swarm manager [dc6e8e0eaaee1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.63s) [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:147: [dd82f0d23eac3] joining swarm manager [dcb35a67d97e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_api_swarm_service_test.go:147: [d0eef79a627d1] joining swarm manager [dcb35a67d97e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.45s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.13s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.60s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.71s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.91s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.03s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.30s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.62s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.56s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.09s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.94s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.63s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.87s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.39s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.18s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.62s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.45s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.74s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.15s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.20s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.48s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.33s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.51s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.94s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.46s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.70s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.19s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.04s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.14s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.02s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.16s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.64s) [2020-07-08T10:38:19.613Z] docker_cli_service_logs_test.go:245: checking task sd0f6k84qba4 [2020-07-08T10:38:19.613Z] docker_cli_service_logs_test.go:250: checking messages for sd0f6k84qba4 [2020-07-08T10:38:19.613Z] docker_cli_service_logs_test.go:245: checking task ql3tcfy6v2na [2020-07-08T10:38:19.613Z] docker_cli_service_logs_test.go:250: checking messages for ql3tcfy6v2na [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.12s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.86s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.22s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.60s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.00s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1901: [d46e940e2d867] joining swarm manager [dfc103acb3f8d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1902: [dfa4f0c6c081d] joining swarm manager [dfc103acb3f8d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.92s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.52s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.82s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.80s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1802: [dfce9986e6730] joining swarm manager [d2e49c4490b09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1803: [dd0fdc893b880] joining swarm manager [d2e49c4490b09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.20s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (132.53s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1321: [d9b5295b38d8e] joining swarm manager [d5945354b50d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1322: [de43845602edc] joining swarm manager [d5945354b50d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.85s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.04s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.97s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.18s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.38s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.37s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.81s) [2020-07-08T10:38:19.613Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.11s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.73s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.24s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.50s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.98s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1186: [d9c324b33b25b] joining swarm manager [da735023b9ec6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1195: [d7e14d1a32d9e] joining swarm manager [da735023b9ec6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.00s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.38s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (136.98s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1118: [d46c046448796] joining swarm manager [dd8ab47313d79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1119: [d832ebc45c4c9] joining swarm manager [dd8ab47313d79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1172: [d13ab6719b715] joining swarm manager [dd8ab47313d79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.38s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1453: [d4f1a2d4b7d61] joining swarm manager [d898742ee80b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] docker_cli_swarm_test.go:1454: [da8f58a4e616c] joining swarm manager [d898742ee80b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.24s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.47s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.23s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.52s) [2020-07-08T10:38:19.613Z] docker_cli_swarm_unix_test.go:62: [d713e550bc63d] joining swarm manager [da632e3450d97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.24s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.12s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.37s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.14s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.01s) [2020-07-08T10:38:19.613Z] docker_api_swarm_test.go:961: [d1e5980aac168] joining swarm manager [d8384805cc533]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.39s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.22s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.97s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.74s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.57s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.47s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.50s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.50s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.04s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.24s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.85s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.22s) [2020-07-08T10:38:19.613Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.23s) [2020-07-08T10:38:19.613Z] === RUN TestDockerExternalVolumeSuite [2020-07-08T10:38:19.613Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-07-08T10:38:34.473Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-07-08T10:39:42.114Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-07-08T10:39:50.206Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-07-08T10:40:22.243Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-07-08T10:40:37.117Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-07-08T10:41:09.157Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-07-08T10:41:21.336Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-07-08T10:41:53.383Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-07-08T10:42:08.229Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-07-08T10:42:23.081Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-07-08T10:43:09.713Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-07-08T10:43:27.783Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-07-08T10:43:59.828Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-07-08T10:44:31.864Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-07-08T10:44:46.720Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-07-08T10:45:04.777Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-07-08T10:45:19.624Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite (437.11s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2020-07-08T10:45:34.472Z] docker_cli_external_volume_driver_test.go:53: [d36c7004eed1c] daemon is not started [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.07s) [2020-07-08T10:45:34.472Z] docker_cli_external_volume_driver_test.go:53: [dd035bf4daa3b] daemon is not started [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-07-08T10:45:34.472Z] docker_cli_external_volume_driver_test.go:53: [de1e48f45af2a] daemon is not started [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-07-08T10:45:34.472Z] docker_cli_external_volume_driver_test.go:53: [dd41ad9818591] daemon is not started [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s) [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2020-07-08T10:45:34.472Z] docker_cli_external_volume_driver_test.go:485: [d9705d2026ad7] daemon is not started [2020-07-08T10:45:34.472Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-07-08T10:45:34.472Z] docker_cli_external_volume_driver_test.go:53: [d4032526294fc] daemon is not started [2020-07-08T10:45:34.472Z] PASS [2020-07-08T10:45:34.472Z] [2020-07-08T10:45:34.472Z] === Skipped [2020-07-08T10:45:34.472Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-07-08T10:45:34.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-07-08T10:45:34.472Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-07-08T10:45:34.472Z] check_test.go:309: [d571bc8832a09] daemon is not started [2020-07-08T10:45:34.472Z] [2020-07-08T10:45:34.472Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-07-08T10:45:34.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-07-08T10:45:34.472Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-07-08T10:45:34.472Z] check_test.go:309: [db107be4be269] daemon is not started [2020-07-08T10:45:34.472Z] [2020-07-08T10:45:34.472Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-07-08T10:45:34.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-07-08T10:45:34.473Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-07-08T10:45:34.473Z] check_test.go:309: [d0425984937cc] daemon is not started [2020-07-08T10:45:34.473Z] [2020-07-08T10:45:34.473Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-07-08T10:45:34.473Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-07-08T10:45:34.473Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-07-08T10:45:34.473Z] [2020-07-08T10:45:34.473Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-07-08T10:45:34.473Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-07-08T10:45:34.473Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-07-08T10:45:34.473Z] [2020-07-08T10:45:34.473Z] [2020-07-08T10:45:34.473Z] DONE 273 tests, 5 skipped in 2494.134s [2020-07-08T10:45:34.473Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-07-08T10:45:34.473Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/db234d775d6d3/docker.pid [2020-07-08T10:45:34.473Z] +++ kill 4183 [2020-07-08T10:45:34.473Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 4183 is not a child of this shell [2020-07-08T10:45:34.473Z] warning: PID 4183 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/db234d775d6d3/docker.pid had a nonzero exit code [2020-07-08T10:45:34.473Z] ++++ cat bundles/test-integration/docker.pid [2020-07-08T10:45:34.473Z] +++ kill 7595 [2020-07-08T10:45:35.403Z] +++ /etc/init.d/apparmor stop [2020-07-08T10:45:35.403Z] Leaving: AppArmorNo profiles have been unloaded. [2020-07-08T10:45:35.403Z] [2020-07-08T10:45:35.403Z] Unloading profiles will leave already running processes permanently [2020-07-08T10:45:35.403Z] unconfined, which can lead to unexpected situations. [2020-07-08T10:45:35.403Z] [2020-07-08T10:45:35.403Z] To set a process to complain mode, use the command line tool [2020-07-08T10:45:35.403Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-07-08T10:45:35.403Z] +++ true [2020-07-08T10:45:35.403Z] exiting test-integration [2020-07-08T10:45:35.403Z] ++ exit 0 [2020-07-08T10:45:35.403Z] [2020-07-08T10:45:35.660Z] + exit 0 [2020-07-08T10:45:35.660Z] ++ jobs -p [2020-07-08T10:45:35.660Z] + pids= [2020-07-08T10:45:35.660Z] + echo 'Remaining pids to kill: []' [2020-07-08T10:45:35.660Z] Remaining pids to kill: [] [2020-07-08T10:45:35.660Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-07-08T10:45:35.670Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-07-08T10:45:37.990Z] + echo Ensuring container killed. [2020-07-08T10:45:37.990Z] Ensuring container killed. [2020-07-08T10:45:37.990Z] + docker ps -aq -f name=docker-pr5-* [2020-07-08T10:45:37.990Z] + cids=7fea5122d4a8 [2020-07-08T10:45:37.990Z] 9a359c8bb1aa [2020-07-08T10:45:37.990Z] 613f8991758a [2020-07-08T10:45:37.990Z] + [ -n 7fea5122d4a8 [2020-07-08T10:45:37.990Z] 9a359c8bb1aa [2020-07-08T10:45:37.990Z] 613f8991758a ] [2020-07-08T10:45:37.990Z] + docker rm -vf 7fea5122d4a8 9a359c8bb1aa 613f8991758a [2020-07-08T10:45:39.364Z] 7fea5122d4a8 [2020-07-08T10:45:41.261Z] 9a359c8bb1aa [2020-07-08T10:45:41.261Z] 613f8991758a [Pipeline] sh [2020-07-08T10:45:41.546Z] + echo Chowning /workspace to jenkins user [2020-07-08T10:45:41.546Z] Chowning /workspace to jenkins user [2020-07-08T10:45:41.546Z] + id -u [2020-07-08T10:45:41.546Z] + id -g [2020-07-08T10:45:41.546Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41168:/workspace busybox chown -R 1000:1000 /workspace [2020-07-08T10:45:41.546Z] Unable to find image 'busybox:latest' locally [2020-07-08T10:45:41.546Z] latest: Pulling from library/busybox [2020-07-08T10:45:41.546Z] 91f30d776fb2: Pulling fs layer [2020-07-08T10:45:41.805Z] 91f30d776fb2: Download complete [2020-07-08T10:45:41.805Z] 91f30d776fb2: Pull complete [2020-07-08T10:45:41.805Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 [2020-07-08T10:45:41.805Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-07-08T10:45:45.373Z] + bundleName=amd64 [2020-07-08T10:45:45.373Z] + echo Creating amd64-bundles.tar.gz [2020-07-08T10:45:45.373Z] Creating amd64-bundles.tar.gz [2020-07-08T10:45:45.373Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-07-08T10:45:45.373Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-07-08T10:45:46.340Z] Archiving artifacts [2020-07-08T10:45:48.176Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:45:48.542Z] + make clean [2020-07-08T10:45:48.800Z] docker volume rm -f docker-dev-cache [2020-07-08T10:45:48.800Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T10:53:00.529Z] ok github.com/docker/docker/integration-cli 2302.529s [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === Skipped [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-07-08T10:53:00.529Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-07-08T10:53:00.529Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-07-08T10:53:00.529Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-07-08T10:53:00.529Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-07-08T10:53:00.529Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-07-08T10:53:00.529Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-07-08T10:53:00.529Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-07-08T10:53:00.529Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-07-08T10:53:00.529Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-07-08T10:53:00.529Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-07-08T10:53:00.529Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-07-08T10:53:00.529Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.529Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2020-07-08T10:53:00.530Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.38s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.38s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2020-07-08T10:53:00.530Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-07-08T10:53:00.530Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.530Z] [2020-07-08T10:53:00.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2020-07-08T10:53:00.530Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-07-08T10:53:00.531Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.36s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.34s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2020-07-08T10:53:00.531Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_sni_test.go:18: Flakey test [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-07-08T10:53:00.531Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-07-08T10:53:00.531Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-07-08T10:53:00.531Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.531Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-07-08T10:53:00.532Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-07-08T10:53:00.532Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-07-08T10:53:00.532Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-07-08T10:53:00.532Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-07-08T10:53:00.532Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-07-08T10:53:00.532Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-07-08T10:53:00.532Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-07-08T10:53:00.532Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-07-08T10:53:00.532Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-07-08T10:53:00.532Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-07-08T10:53:00.532Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-07-08T10:53:00.532Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-07-08T10:53:00.532Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-07-08T10:53:00.532Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.532Z] [2020-07-08T10:53:00.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-07-08T10:53:00.533Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-07-08T10:53:00.533Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-07-08T10:53:00.533Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-07-08T10:53:00.533Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-07-08T10:53:00.533Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-07-08T10:53:00.533Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-07-08T10:53:00.533Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-07-08T10:53:00.533Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-07-08T10:53:00.533Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-07-08T10:53:00.533Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-07-08T10:53:00.533Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.533Z] [2020-07-08T10:53:00.533Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-07-08T10:53:00.534Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-07-08T10:53:00.534Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-07-08T10:53:00.534Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.534Z] [2020-07-08T10:53:00.534Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-07-08T10:53:00.535Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-07-08T10:53:00.535Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.535Z] [2020-07-08T10:53:00.535Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.03s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2020-07-08T10:53:00.536Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-07-08T10:53:00.536Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-07-08T10:53:00.536Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-07-08T10:53:00.536Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-07-08T10:53:00.536Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-07-08T10:53:00.536Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.536Z] [2020-07-08T10:53:00.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-07-08T10:53:00.536Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-07-08T10:53:00.537Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-07-08T10:53:00.537Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.537Z] [2020-07-08T10:53:00.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-07-08T10:53:00.538Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-07-08T10:53:00.538Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-07-08T10:53:00.538Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-07-08T10:53:00.538Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-07-08T10:53:00.538Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-07-08T10:53:00.538Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-07-08T10:53:00.538Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] DONE 1096 tests, 549 skipped in 2310.695s [2020-07-08T10:53:00.538Z] INFO: Integration tests ended at 07/08/2020 10:52:57. Duration:00:38:30.8570238 [2020-07-08T10:53:00.538Z] INFO: Docker info of the daemon under test at end of run [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] Containers: 2 [2020-07-08T10:53:00.538Z] Running: 0 [2020-07-08T10:53:00.538Z] Paused: 0 [2020-07-08T10:53:00.538Z] Stopped: 2 [2020-07-08T10:53:00.538Z] Images: 15 [2020-07-08T10:53:00.538Z] Server Version: 0.0.0-dev [2020-07-08T10:53:00.538Z] Storage Driver: windowsfilter [2020-07-08T10:53:00.538Z] Windows: [2020-07-08T10:53:00.538Z] Logging Driver: json-file [2020-07-08T10:53:00.538Z] Plugins: [2020-07-08T10:53:00.538Z] Volume: local [2020-07-08T10:53:00.538Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-07-08T10:53:00.538Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-07-08T10:53:00.538Z] Swarm: inactive [2020-07-08T10:53:00.538Z] Default Isolation: process [2020-07-08T10:53:00.538Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-07-08T10:53:00.538Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-07-08T10:53:00.538Z] OSType: windows [2020-07-08T10:53:00.538Z] Architecture: x86_64 [2020-07-08T10:53:00.538Z] CPUs: 4 [2020-07-08T10:53:00.538Z] Total Memory: 32GiB [2020-07-08T10:53:00.538Z] Name: azwin-2-1ba990 [2020-07-08T10:53:00.538Z] ID: UAM2:QVRD:LNB6:VMOA:RHDI:TFOO:R2VS:KGYF:NKE3:LTZL:23KK:JLJK [2020-07-08T10:53:00.538Z] Docker Root Dir: D:\CI\PR-41168\5\daemon [2020-07-08T10:53:00.538Z] Debug Mode (client): false [2020-07-08T10:53:00.538Z] Debug Mode (server): true [2020-07-08T10:53:00.538Z] File Descriptors: -1 [2020-07-08T10:53:00.538Z] Goroutines: 18 [2020-07-08T10:53:00.538Z] System Time: 2020-07-08T10:52:57.7424067Z [2020-07-08T10:53:00.538Z] EventsListeners: 0 [2020-07-08T10:53:00.538Z] Registry: https://index.docker.io/v1/ [2020-07-08T10:53:00.538Z] Labels: [2020-07-08T10:53:00.538Z] Experimental: false [2020-07-08T10:53:00.538Z] Insecure Registries: [2020-07-08T10:53:00.538Z] 127.0.0.0/8 [2020-07-08T10:53:00.538Z] Live Restore Enabled: false [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] [2020-07-08T10:53:00.538Z] INFO: Stopping daemon under test [2020-07-08T10:53:00.538Z] SUCCESS: The process with PID 4320 (child process of PID 4888) has been terminated. [2020-07-08T10:53:00.538Z] SUCCESS: The process with PID 4888 (child process of PID 3520) has been terminated. [2020-07-08T10:53:00.538Z] INFO: Stop tailing logs of the daemon under tests [2020-07-08T10:53:00.538Z] INFO: executeCI.ps1 Completed successfully at 07/08/2020 10:52:57. [2020-07-08T10:53:00.538Z] INFO: Tidying up at end of run [2020-07-08T10:53:00.538Z] INFO: Saving daemon under test log (d:\CI\PR-41168\5\dut.out) to C:\windows\TEMP\CIDUT.out [2020-07-08T10:53:00.538Z] INFO: Saving daemon under test log (d:\CI\PR-41168\5\dut.err) to C:\windows\TEMP\CIDUT.err [2020-07-08T10:53:00.538Z] INFO: Nuke-Everything... [2020-07-08T10:53:00.538Z] INFO: Container count on control daemon to delete is 2 [2020-07-08T10:53:00.538Z] 7d0a90374a1f [2020-07-08T10:53:00.538Z] a5f432beca33 [2020-07-08T10:53:00.538Z] INFO: Tidying pidfile d:\CI\PR-41168\5\docker.pid [2020-07-08T10:53:00.538Z] INFO: Nuking d:\CI [2020-07-08T10:53:25.502Z] INFO: Zapped successfully [2020-07-08T10:53:25.502Z] [2020-07-08T10:53:25.502Z] INFO: executeCI.ps1 exiting at Wed Jul 8 10:53:25 CUT 2020. Duration 00:59:31.8129948 [2020-07-08T10:53:25.502Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-07-08T10:53:25.738Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-07-08T10:53:33.706Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-07-08T10:53:35.411Z] Archiving artifacts [2020-07-08T10:53:48.467Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41168/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-07-08T10:53:49.358Z] + make clean [2020-07-08T10:53:51.494Z] docker volume rm -f docker-dev-cache [2020-07-08T10:53:51.494Z] 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