Pull request #40426 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 2ebaeef943cc8c11d63a9175fd132792bcd7d376 rather than fb155a1125d059ed0ded96aeb2116132707f08c5 Obtained Jenkinsfile from 2ebaeef943cc8c11d63a9175fd132792bcd7d376 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 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-40426@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" First time build. Skipping changelog. [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-01-29T16:41:22.395Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-01-29T16:41:22.402Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-01-29T16:41:22.561Z] Running on ubuntu-1804-overlay2 (i-0b76493ce97ac9e3b) in /home/ubuntu/workspace/moby_PR-40426 [Pipeline] { [Pipeline] checkout [2020-01-29T16:41:22.602Z] using credential docker-jenkins-github-credentials [2020-01-29T16:41:22.612Z] Cloning the remote Git repository [2020-01-29T16:41:22.612Z] Cloning with configured refspecs honoured and without tags [2020-01-29T16:41:22.614Z] Cloning repository https://github.com/moby/moby.git [2020-01-29T16:41:22.615Z] > git init /home/ubuntu/workspace/moby_PR-40426 # timeout=10 [2020-01-29T16:41:22.621Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:22.621Z] > git --version # timeout=10 [2020-01-29T16:41:22.624Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:22.624Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:36.153Z] Fetching without tags [2020-01-29T16:41:36.391Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:36.126Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:36.132Z] > git config --add remote.origin.fetch +refs/pull/40426/head:refs/remotes/origin/PR-40426 # timeout=10 [2020-01-29T16:41:36.135Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-01-29T16:41:36.148Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:36.156Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:36.156Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:36.156Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:36.394Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:36.400Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:36.888Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:36.889Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:41:37.373Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:41:37.373Z] First time build. Skipping changelog. [2020-01-29T16:41:37.401Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-01-29T16:41:38.480Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40426:/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-01-29T16:41:36.873Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:41:36.882Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-01-29T16:41:36.891Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:36.895Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:41.758Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [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] } [2020-01-29T16:41:42.058Z] Running on ubuntu-1804-overlay2 (i-0b76493ce97ac9e3b) in /home/ubuntu/workspace/moby_PR-40426 [2020-01-29T16:41:42.083Z] Running on ubuntu-1604-overlay2-arm64v8 (i-03952b39b8b036ec2) in /home/ubuntu/workspace/moby_PR-40426 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2020-01-29T16:41:42.162Z] Running on ubuntu-1804-overlay2 (i-078258713bde3cf0e) in /home/ubuntu/workspace/moby_PR-40426 [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-01-29T16:41:42.188Z] Running on ppc64le-ubuntu-14 in /home/docker/workspace/moby_PR-40426 [Pipeline] checkout [Pipeline] checkout [2020-01-29T16:41:42.246Z] using credential docker-jenkins-github-credentials [2020-01-29T16:41:42.267Z] Fetching changes from the remote Git repository [2020-01-29T16:41:42.276Z] Fetching without tags Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-01-29T16:41:42.298Z] using credential docker-jenkins-github-credentials [Pipeline] { [2020-01-29T16:41:42.307Z] Cloning the remote Git repository [2020-01-29T16:41:42.307Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-01-29T16:41:42.479Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2020-01-29T16:41:42.518Z] Cloning the remote Git repository [2020-01-29T16:41:42.518Z] Cloning with configured refspecs honoured and without tags [2020-01-29T16:41:42.524Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-40426 [Pipeline] } [Pipeline] } [Pipeline] { [2020-01-29T16:41:42.555Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] checkout [2020-01-29T16:41:42.622Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:42.623Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:41:42.674Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:41:42.690Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [2020-01-29T16:41:42.891Z] using credential docker-jenkins-github-credentials [2020-01-29T16:41:42.935Z] Cloning the remote Git repository [2020-01-29T16:41:42.936Z] Cloning with configured refspecs honoured and without tags [2020-01-29T16:41:42.255Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-01-29T16:41:42.269Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:42.279Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:42.279Z] > git --version # timeout=10 [2020-01-29T16:41:42.285Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:42.285Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:42.557Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:42.562Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:42.606Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:41:42.615Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-01-29T16:41:42.625Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:42.627Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:42.324Z] Cloning repository https://github.com/moby/moby.git [2020-01-29T16:41:42.324Z] > git init /home/ubuntu/workspace/moby_PR-40426 # timeout=10 [2020-01-29T16:41:42.330Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:42.331Z] > git --version # timeout=10 [2020-01-29T16:41:42.336Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:42.336Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:42.526Z] Cloning repository https://github.com/moby/moby.git [2020-01-29T16:41:42.526Z] > git init /home/docker/workspace/moby_PR-40426 # timeout=10 [2020-01-29T16:41:42.535Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:42.535Z] > git --version # timeout=10 [2020-01-29T16:41:42.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:42.540Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:42.972Z] Cloning repository https://github.com/moby/moby.git [2020-01-29T16:41:42.973Z] > git init /home/jenkins/workspace/moby_PR-40426 # timeout=10 [2020-01-29T16:41:43.005Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:43.006Z] > git --version # timeout=10 [2020-01-29T16:41:43.019Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:43.020Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-01-29T16:41:44.017Z] + [ PR != PR ] [2020-01-29T16:41:44.017Z] + [ master != master ] [2020-01-29T16:41:44.017Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-01-29T16:41:44.340Z] + docker version [2020-01-29T16:41:44.340Z] Client: Docker Engine - Community [2020-01-29T16:41:44.340Z] Version: 19.03.2 [2020-01-29T16:41:44.340Z] API version: 1.40 [2020-01-29T16:41:44.340Z] Go version: go1.12.8 [2020-01-29T16:41:44.340Z] Git commit: 6a30dfc [2020-01-29T16:41:44.340Z] Built: Thu Aug 29 05:29:11 2019 [2020-01-29T16:41:44.340Z] OS/Arch: linux/amd64 [2020-01-29T16:41:44.340Z] Experimental: false [2020-01-29T16:41:44.340Z] [2020-01-29T16:41:44.340Z] Server: Docker Engine - Community [2020-01-29T16:41:44.340Z] Engine: [2020-01-29T16:41:44.340Z] Version: 19.03.2 [2020-01-29T16:41:44.340Z] API version: 1.40 (minimum version 1.12) [2020-01-29T16:41:44.340Z] Go version: go1.12.8 [2020-01-29T16:41:44.340Z] Git commit: 6a30dfc [2020-01-29T16:41:44.340Z] Built: Thu Aug 29 05:27:45 2019 [2020-01-29T16:41:44.340Z] OS/Arch: linux/amd64 [2020-01-29T16:41:44.340Z] Experimental: true [2020-01-29T16:41:44.340Z] containerd: [2020-01-29T16:41:44.340Z] Version: 1.2.6 [2020-01-29T16:41:44.340Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-01-29T16:41:44.340Z] runc: [2020-01-29T16:41:44.340Z] Version: 1.0.0-rc8 [2020-01-29T16:41:44.340Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-01-29T16:41:44.340Z] docker-init: [2020-01-29T16:41:44.340Z] Version: 0.18.0 [2020-01-29T16:41:44.340Z] GitCommit: fec3683 [Pipeline] sh [2020-01-29T16:41:44.413Z] using credential docker-jenkins-github-credentials [2020-01-29T16:41:44.423Z] Cloning the remote Git repository [2020-01-29T16:41:44.423Z] Cloning with configured refspecs honoured and without tags [2020-01-29T16:41:44.623Z] + docker info [2020-01-29T16:41:44.623Z] Client: [2020-01-29T16:41:44.623Z] Debug Mode: false [2020-01-29T16:41:44.623Z] [2020-01-29T16:41:44.623Z] Server: [2020-01-29T16:41:44.623Z] Containers: 0 [2020-01-29T16:41:44.623Z] Running: 0 [2020-01-29T16:41:44.623Z] Paused: 0 [2020-01-29T16:41:44.623Z] Stopped: 0 [2020-01-29T16:41:44.623Z] Images: 30 [2020-01-29T16:41:44.623Z] Server Version: 19.03.2 [2020-01-29T16:41:44.623Z] Storage Driver: overlay2 [2020-01-29T16:41:44.623Z] Backing Filesystem: extfs [2020-01-29T16:41:44.623Z] Supports d_type: true [2020-01-29T16:41:44.623Z] Native Overlay Diff: true [2020-01-29T16:41:44.623Z] Logging Driver: json-file [2020-01-29T16:41:44.623Z] Cgroup Driver: cgroupfs [2020-01-29T16:41:44.623Z] Plugins: [2020-01-29T16:41:44.623Z] Volume: local [2020-01-29T16:41:44.623Z] Network: bridge host ipvlan macvlan null overlay [2020-01-29T16:41:44.623Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-01-29T16:41:44.623Z] Swarm: inactive [2020-01-29T16:41:44.623Z] Runtimes: runc [2020-01-29T16:41:44.623Z] Default Runtime: runc [2020-01-29T16:41:44.623Z] Init Binary: docker-init [2020-01-29T16:41:44.623Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-01-29T16:41:44.623Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-01-29T16:41:44.623Z] init version: fec3683 [2020-01-29T16:41:44.623Z] Security Options: [2020-01-29T16:41:44.623Z] apparmor [2020-01-29T16:41:44.623Z] seccomp [2020-01-29T16:41:44.623Z] Profile: default [2020-01-29T16:41:44.623Z] Kernel Version: 4.15.0-1048-aws [2020-01-29T16:41:44.623Z] Operating System: Ubuntu 18.04.3 LTS [2020-01-29T16:41:44.623Z] OSType: linux [2020-01-29T16:41:44.623Z] Architecture: x86_64 [2020-01-29T16:41:44.623Z] CPUs: 2 [2020-01-29T16:41:44.623Z] Total Memory: 7.501GiB [2020-01-29T16:41:44.623Z] Name: ip-10-100-99-110 [2020-01-29T16:41:44.623Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2020-01-29T16:41:44.623Z] Docker Root Dir: /var/lib/docker [2020-01-29T16:41:44.623Z] Debug Mode: false [2020-01-29T16:41:44.623Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:41:44.623Z] Labels: [2020-01-29T16:41:44.623Z] Experimental: true [2020-01-29T16:41:44.623Z] Insecure Registries: [2020-01-29T16:41:44.623Z] 127.0.0.0/8 [2020-01-29T16:41:44.623Z] Live Restore Enabled: true [2020-01-29T16:41:44.623Z] [2020-01-29T16:41:44.623Z] WARNING: No swap limit support [Pipeline] sh [2020-01-29T16:41:44.448Z] Cloning repository https://github.com/moby/moby.git [2020-01-29T16:41:44.506Z] > git init /home/ubuntu/workspace/moby_PR-40426 # timeout=10 [2020-01-29T16:41:44.556Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:44.557Z] > git --version # timeout=10 [2020-01-29T16:41:44.606Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:44.607Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:44.906Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:41:44.906Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:41:44.906Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40426/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-01-29T16:41:44.906Z] + bash /home/ubuntu/workspace/moby_PR-40426/check-config.sh [2020-01-29T16:41:44.906Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-01-29T16:41:44.906Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2020-01-29T16:41:44.906Z] [2020-01-29T16:41:44.906Z] Generally Necessary: [2020-01-29T16:41:44.906Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-01-29T16:41:45.165Z] - apparmor: enabled and tools installed [2020-01-29T16:41:45.165Z] - CONFIG_NAMESPACES: enabled [2020-01-29T16:41:45.165Z] - CONFIG_NET_NS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_PID_NS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_IPC_NS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_UTS_NS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUPS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_DEVICE: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_FREEZER: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_SCHED: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CPUSETS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_MEMCG: enabled [2020-01-29T16:41:45.165Z] - CONFIG_KEYS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_VETH: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_BRIDGE: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_NF_NAT: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-01-29T16:41:45.165Z] - CONFIG_POSIX_MQUEUE: enabled [2020-01-29T16:41:45.165Z] [2020-01-29T16:41:45.165Z] Optional Features: [2020-01-29T16:41:45.165Z] - CONFIG_USER_NS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_SECCOMP: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_PIDS: enabled [2020-01-29T16:41:45.165Z] - CONFIG_MEMCG_SWAP: enabled [2020-01-29T16:41:45.165Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-01-29T16:41:45.165Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-01-29T16:41:45.165Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-01-29T16:41:45.165Z] - CONFIG_BLK_CGROUP: enabled [2020-01-29T16:41:45.165Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-01-29T16:41:45.165Z] - CONFIG_IOSCHED_CFQ: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_PERF: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-01-29T16:41:45.165Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-01-29T16:41:45.165Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-01-29T16:41:45.165Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-01-29T16:41:45.165Z] - CONFIG_RT_GROUP_SCHED: missing [2020-01-29T16:41:45.165Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_IP_VS: enabled (as module) [2020-01-29T16:41:45.165Z] - CONFIG_IP_VS_NFCT: enabled [2020-01-29T16:41:45.165Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-01-29T16:41:45.165Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-01-29T16:41:45.165Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_EXT4_FS: enabled [2020-01-29T16:41:45.422Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-01-29T16:41:45.422Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-01-29T16:41:45.422Z] - Network Drivers: [2020-01-29T16:41:45.422Z] - "overlay": [2020-01-29T16:41:45.422Z] - CONFIG_VXLAN: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-01-29T16:41:45.422Z] Optional (for encrypted networks): [2020-01-29T16:41:45.422Z] - CONFIG_CRYPTO: enabled [2020-01-29T16:41:45.422Z] - CONFIG_CRYPTO_AEAD: enabled [2020-01-29T16:41:45.422Z] - CONFIG_CRYPTO_GCM: enabled [2020-01-29T16:41:45.422Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-01-29T16:41:45.422Z] - CONFIG_CRYPTO_GHASH: enabled [2020-01-29T16:41:45.422Z] - CONFIG_XFRM: enabled [2020-01-29T16:41:45.422Z] - CONFIG_XFRM_USER: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_INET_ESP: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-01-29T16:41:45.422Z] - "ipvlan": [2020-01-29T16:41:45.422Z] - CONFIG_IPVLAN: enabled (as module) [2020-01-29T16:41:45.422Z] - "macvlan": [2020-01-29T16:41:45.422Z] - CONFIG_MACVLAN: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_DUMMY: enabled (as module) [2020-01-29T16:41:45.422Z] - "ftp,tftp client in container": [2020-01-29T16:41:45.422Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-01-29T16:41:45.422Z] - Storage Drivers: [2020-01-29T16:41:45.422Z] - "aufs": [2020-01-29T16:41:45.422Z] - CONFIG_AUFS_FS: enabled (as module) [2020-01-29T16:41:45.422Z] - "btrfs": [2020-01-29T16:41:45.422Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-01-29T16:41:45.422Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-01-29T16:41:45.422Z] - "devicemapper": [2020-01-29T16:41:45.422Z] - CONFIG_BLK_DEV_DM: enabled [2020-01-29T16:41:45.422Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-01-29T16:41:45.422Z] - "overlay": [2020-01-29T16:41:45.422Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-01-29T16:41:45.422Z] - "zfs": [2020-01-29T16:41:45.422Z] - /dev/zfs: missing [2020-01-29T16:41:45.422Z] - zfs command: missing [2020-01-29T16:41:45.422Z] - zpool command: missing [2020-01-29T16:41:45.422Z] [2020-01-29T16:41:45.422Z] Limits: [2020-01-29T16:41:45.422Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-01-29T16:41:45.422Z] [2020-01-29T16:41:45.422Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-01-29T16:41:45.747Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fb155a1125d059ed0ded96aeb2116132707f08c5 . [2020-01-29T16:41:45.747Z] #1 [internal] load build definition from Dockerfile [2020-01-29T16:41:45.747Z] #1 transferring dockerfile: 15.58kB done [2020-01-29T16:41:45.747Z] #1 DONE 0.0s [2020-01-29T16:41:45.747Z] [2020-01-29T16:41:45.747Z] #2 [internal] load .dockerignore [2020-01-29T16:41:45.747Z] #2 transferring context: 87B done [2020-01-29T16:41:45.747Z] #2 DONE 0.0s [2020-01-29T16:41:45.747Z] [2020-01-29T16:41:45.747Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-01-29T16:41:45.747Z] #3 DONE 0.1s [2020-01-29T16:41:46.004Z] [2020-01-29T16:41:46.004Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-01-29T16:41:46.004Z] #4 CACHED [2020-01-29T16:41:46.571Z] [2020-01-29T16:41:46.572Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-01-29T16:41:46.572Z] #5 DONE 0.0s [2020-01-29T16:41:46.572Z] [2020-01-29T16:41:46.572Z] #6 [internal] load metadata for docker.io/library/golang:1.13.6-buster [2020-01-29T16:41:46.572Z] #6 DONE 0.1s [2020-01-29T16:41:46.572Z] [2020-01-29T16:41:46.572Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-01-29T16:41:46.572Z] #68 DONE 0.0s [2020-01-29T16:41:46.572Z] [2020-01-29T16:41:46.572Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:41:46.572Z] #7 DONE 0.0s [2020-01-29T16:41:46.572Z] [2020-01-29T16:41:46.572Z] #20 [internal] load build context [2020-01-29T16:41:47.957Z] #20 transferring context: 46.87MB 1.4s done [2020-01-29T16:41:48.215Z] #20 DONE 1.4s [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-01-29T16:41:48.215Z] #63 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-01-29T16:41:48.215Z] #13 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-01-29T16:41:48.215Z] #12 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:41:48.215Z] #10 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:41:48.215Z] #47 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:41:48.215Z] #36 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-01-29T16:41:48.215Z] #40 CACHED [2020-01-29T16:41:48.215Z] [2020-01-29T16:41:48.215Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:41:48.216Z] #27 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:41:48.216Z] #33 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-01-29T16:41:48.216Z] #61 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:41:48.216Z] #38 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #54 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:41:48.216Z] #35 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #34 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:41:48.216Z] #25 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:41:48.216Z] #71 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:41:48.216Z] #19 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:41:48.216Z] #23 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #72 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-01-29T16:41:48.216Z] #37 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-01-29T16:41:48.216Z] #8 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:41:48.216Z] #43 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #16 [dev 6/25] RUN ldconfig [2020-01-29T16:41:48.216Z] #16 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:41:48.216Z] #41 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:41:48.216Z] #53 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-01-29T16:41:48.216Z] #70 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-01-29T16:41:48.216Z] #64 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:41:48.216Z] #50 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:41:48.216Z] #60 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:41:48.216Z] #65 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-01-29T16:41:48.216Z] #26 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-01-29T16:41:48.216Z] #69 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-01-29T16:41:48.216Z] #29 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-01-29T16:41:48.216Z] #15 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:41:48.216Z] #55 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:41:48.216Z] #21 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-01-29T16:41:48.216Z] #9 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:41:48.216Z] #44 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-01-29T16:41:48.216Z] #14 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:41:48.216Z] #59 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-01-29T16:41:48.216Z] #49 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #42 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-01-29T16:41:48.216Z] #22 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #11 [dev 1/25] RUN groupadd -r docker [2020-01-29T16:41:48.216Z] #11 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-01-29T16:41:48.216Z] #52 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:41:48.216Z] #62 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #58 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #31 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-01-29T16:41:48.216Z] #32 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #48 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-01-29T16:41:48.216Z] #45 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-01-29T16:41:48.216Z] #46 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #51 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:41:48.216Z] #17 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #39 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-01-29T16:41:48.216Z] #56 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-01-29T16:41:48.216Z] #28 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-01-29T16:41:48.216Z] #24 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-01-29T16:41:48.216Z] #18 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:41:48.216Z] #57 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-01-29T16:41:48.216Z] #66 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:41:48.216Z] #30 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-01-29T16:41:48.216Z] #67 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-01-29T16:41:48.216Z] #73 CACHED [2020-01-29T16:41:48.216Z] [2020-01-29T16:41:48.216Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-01-29T16:41:49.148Z] #74 DONE 0.9s [2020-01-29T16:41:49.148Z] [2020-01-29T16:41:49.148Z] #75 exporting to image [2020-01-29T16:41:49.148Z] #75 exporting layers [2020-01-29T16:41:49.713Z] #75 exporting layers 0.7s done [2020-01-29T16:41:49.713Z] #75 writing image sha256:a527f1e2009ae7bfd6365afc830f1672fdaf7a22aecaf62fe07f496e7e684a1b done [2020-01-29T16:41:49.713Z] #75 naming to docker.io/library/docker:fb155a1125d059ed0ded96aeb2116132707f08c5 done [2020-01-29T16:41:49.713Z] #75 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-01-29T16:41:50.060Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40426/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/validate/default [2020-01-29T16:41:50.748Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:50.761Z] > git config --add remote.origin.fetch +refs/pull/40426/head:refs/remotes/origin/PR-40426 # timeout=10 [2020-01-29T16:41:50.774Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-01-29T16:41:50.826Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:50.854Z] Fetching without tags [2020-01-29T16:41:50.993Z] Congratulations! All commits are properly signed with the DCO! [2020-01-29T16:41:50.994Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-01-29T16:41:50.994Z] No api/types/ or api/swagger.yaml changes in diff. [2020-01-29T16:41:50.994Z] Congratulations! All TOML source files changed here have valid syntax. [2020-01-29T16:41:50.994Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-01-29T16:41:50.994Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-01-29T16:41:50.994Z] Congratulations! No new tests were added to integration-cli. [2020-01-29T16:41:50.994Z] [2020-01-29T16:41:50.994Z] INFO Start validation with golang-ci-lint [2020-01-29T16:41:51.231Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:51.251Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-01-29T16:41:51.251Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-01-29T16:41:51.852Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:51.854Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:41:50.886Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:50.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:50.888Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:51.260Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:51.273Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:51.770Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:41:51.826Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-01-29T16:41:51.882Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:51.897Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:52.710Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:41:52.956Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-01-29T16:41:54.396Z] + docker version [2020-01-29T16:41:54.396Z] Client: [2020-01-29T16:41:54.396Z] Version: 18.06.1-ce [2020-01-29T16:41:54.396Z] API version: 1.38 [2020-01-29T16:41:54.396Z] Go version: go1.10.3 [2020-01-29T16:41:54.396Z] Git commit: e68fc7a [2020-01-29T16:41:54.396Z] Built: Tue Aug 21 17:24:34 2018 [2020-01-29T16:41:54.396Z] OS/Arch: linux/s390x [2020-01-29T16:41:54.396Z] Experimental: false [2020-01-29T16:41:54.396Z] [2020-01-29T16:41:54.396Z] Server: [2020-01-29T16:41:54.396Z] Engine: [2020-01-29T16:41:54.396Z] Version: 18.06.1-ce [2020-01-29T16:41:54.396Z] API version: 1.38 (minimum version 1.12) [2020-01-29T16:41:54.396Z] Go version: go1.10.3 [2020-01-29T16:41:54.396Z] Git commit: e68fc7a [2020-01-29T16:41:54.396Z] Built: Tue Aug 21 17:23:34 2018 [2020-01-29T16:41:54.396Z] OS/Arch: linux/s390x [2020-01-29T16:41:54.396Z] Experimental: true [Pipeline] sh [2020-01-29T16:41:55.127Z] + docker info [2020-01-29T16:41:55.127Z] Containers: 0 [2020-01-29T16:41:55.127Z] Running: 0 [2020-01-29T16:41:55.127Z] Paused: 0 [2020-01-29T16:41:55.127Z] Stopped: 0 [2020-01-29T16:41:55.127Z] Images: 0 [2020-01-29T16:41:55.127Z] Server Version: 18.06.1-ce [2020-01-29T16:41:55.127Z] Storage Driver: overlay2 [2020-01-29T16:41:55.127Z] Backing Filesystem: extfs [2020-01-29T16:41:55.127Z] Supports d_type: true [2020-01-29T16:41:55.127Z] Native Overlay Diff: true [2020-01-29T16:41:55.127Z] Logging Driver: json-file [2020-01-29T16:41:55.127Z] Cgroup Driver: cgroupfs [2020-01-29T16:41:55.127Z] Plugins: [2020-01-29T16:41:55.127Z] Volume: local [2020-01-29T16:41:55.127Z] Network: bridge host ipvlan macvlan null overlay [2020-01-29T16:41:55.128Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-01-29T16:41:55.128Z] Swarm: inactive [2020-01-29T16:41:55.128Z] Runtimes: runc [2020-01-29T16:41:55.128Z] Default Runtime: runc [2020-01-29T16:41:55.128Z] Init Binary: docker-init [2020-01-29T16:41:55.128Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-01-29T16:41:55.128Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-01-29T16:41:55.128Z] init version: fec3683 [2020-01-29T16:41:55.128Z] Security Options: [2020-01-29T16:41:55.128Z] apparmor [2020-01-29T16:41:55.128Z] seccomp [2020-01-29T16:41:55.128Z] Profile: default [2020-01-29T16:41:55.128Z] Kernel Version: 4.4.0-171-generic [2020-01-29T16:41:55.128Z] Operating System: Ubuntu 16.04.5 LTS [2020-01-29T16:41:55.128Z] OSType: linux [2020-01-29T16:41:55.128Z] Architecture: s390x [2020-01-29T16:41:55.128Z] CPUs: 2 [2020-01-29T16:41:55.128Z] Total Memory: 7.862GiB [2020-01-29T16:41:55.128Z] Name: s390x-ubuntu-14 [2020-01-29T16:41:55.128Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-01-29T16:41:55.128Z] Docker Root Dir: /var/lib/docker [2020-01-29T16:41:55.128Z] Debug Mode (client): false [2020-01-29T16:41:55.128Z] Debug Mode (server): false [2020-01-29T16:41:55.128Z] Username: dockerbuildbot [2020-01-29T16:41:55.128Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:41:55.128Z] Labels: [2020-01-29T16:41:55.128Z] Experimental: true [2020-01-29T16:41:55.128Z] Insecure Registries: [2020-01-29T16:41:55.128Z] 127.0.0.0/8 [2020-01-29T16:41:55.128Z] Live Restore Enabled: false [2020-01-29T16:41:55.128Z] [2020-01-29T16:41:55.128Z] WARNING: No swap limit support [Pipeline] sh [2020-01-29T16:41:55.865Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:41:55.865Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:41:55.865Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40426/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-01-29T16:41:55.865Z] + bash /home/jenkins/workspace/moby_PR-40426/check-config.sh [2020-01-29T16:41:55.865Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-01-29T16:41:55.865Z] info: reading kernel config from /boot/config-4.4.0-171-generic ... [2020-01-29T16:41:55.865Z] [2020-01-29T16:41:55.865Z] Generally Necessary: [2020-01-29T16:41:55.865Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-01-29T16:41:55.865Z] - apparmor: enabled and tools installed [2020-01-29T16:41:55.865Z] - CONFIG_NAMESPACES: enabled [2020-01-29T16:41:55.865Z] - CONFIG_NET_NS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_PID_NS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_IPC_NS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_UTS_NS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_CGROUPS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-01-29T16:41:55.865Z] - CONFIG_CGROUP_DEVICE: enabled [2020-01-29T16:41:55.865Z] - CONFIG_CGROUP_FREEZER: enabled [2020-01-29T16:41:55.865Z] - CONFIG_CGROUP_SCHED: enabled [2020-01-29T16:41:55.865Z] - CONFIG_CPUSETS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_MEMCG: enabled [2020-01-29T16:41:55.865Z] - CONFIG_KEYS: enabled [2020-01-29T16:41:55.865Z] - CONFIG_VETH: enabled (as module) [2020-01-29T16:41:55.865Z] - CONFIG_BRIDGE: enabled (as module) [2020-01-29T16:41:55.865Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-01-29T16:41:55.865Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_NF_NAT: enabled (as module) [2020-01-29T16:41:55.866Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-01-29T16:41:55.866Z] - CONFIG_POSIX_MQUEUE: enabled [2020-01-29T16:41:55.866Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-01-29T16:41:55.866Z] [2020-01-29T16:41:55.866Z] Optional Features: [2020-01-29T16:41:55.866Z] - CONFIG_USER_NS: enabled [2020-01-29T16:41:55.866Z] - CONFIG_SECCOMP: enabled [2020-01-29T16:41:55.866Z] - CONFIG_CGROUP_PIDS: enabled [2020-01-29T16:41:55.866Z] - CONFIG_MEMCG_SWAP: enabled [2020-01-29T16:41:56.216Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-01-29T16:41:56.216Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-01-29T16:41:56.216Z] - CONFIG_MEMCG_KMEM: enabled [2020-01-29T16:41:56.216Z] - CONFIG_BLK_CGROUP: enabled [2020-01-29T16:41:56.216Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-01-29T16:41:56.216Z] - CONFIG_IOSCHED_CFQ: enabled [2020-01-29T16:41:56.216Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-01-29T16:41:56.216Z] - CONFIG_CGROUP_PERF: enabled [2020-01-29T16:41:56.216Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-01-29T16:41:56.216Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-01-29T16:41:56.216Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-01-29T16:41:56.216Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-01-29T16:41:56.216Z] - CONFIG_RT_GROUP_SCHED: missing [2020-01-29T16:41:56.216Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_IP_VS: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_IP_VS_NFCT: enabled [2020-01-29T16:41:56.216Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-01-29T16:41:56.216Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-01-29T16:41:56.216Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_EXT4_FS: enabled [2020-01-29T16:41:56.216Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-01-29T16:41:56.216Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-01-29T16:41:56.216Z] - Network Drivers: [2020-01-29T16:41:56.216Z] - "overlay": [2020-01-29T16:41:56.216Z] - CONFIG_VXLAN: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-01-29T16:41:56.216Z] Optional (for encrypted networks): [2020-01-29T16:41:56.216Z] - CONFIG_CRYPTO: enabled [2020-01-29T16:41:56.216Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_XFRM: enabled [2020-01-29T16:41:56.216Z] - CONFIG_XFRM_USER: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_INET_ESP: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-01-29T16:41:56.216Z] - "ipvlan": [2020-01-29T16:41:56.216Z] - CONFIG_IPVLAN: enabled (as module) [2020-01-29T16:41:56.216Z] - "macvlan": [2020-01-29T16:41:56.216Z] - CONFIG_MACVLAN: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_DUMMY: enabled (as module) [2020-01-29T16:41:56.216Z] - "ftp,tftp client in container": [2020-01-29T16:41:56.216Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-01-29T16:41:56.216Z] - Storage Drivers: [2020-01-29T16:41:56.216Z] - "aufs": [2020-01-29T16:41:56.216Z] - CONFIG_AUFS_FS: enabled (as module) [2020-01-29T16:41:56.216Z] - "btrfs": [2020-01-29T16:41:56.216Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-01-29T16:41:56.216Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-01-29T16:41:56.216Z] - "devicemapper": [2020-01-29T16:41:56.216Z] - CONFIG_BLK_DEV_DM: enabled [2020-01-29T16:41:56.216Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-01-29T16:41:56.216Z] - "overlay": [2020-01-29T16:41:56.216Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-01-29T16:41:56.216Z] - "zfs": [2020-01-29T16:41:56.216Z] - /dev/zfs: missing [2020-01-29T16:41:56.216Z] - zfs command: missing [2020-01-29T16:41:56.216Z] - zpool command: missing [2020-01-29T16:41:56.216Z] [2020-01-29T16:41:56.216Z] Limits: [2020-01-29T16:41:56.216Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-01-29T16:41:56.216Z] [2020-01-29T16:41:56.216Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-01-29T16:41:56.456Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:56.461Z] > git config --add remote.origin.fetch +refs/pull/40426/head:refs/remotes/origin/PR-40426 # timeout=10 [2020-01-29T16:41:56.465Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-01-29T16:41:56.472Z] Fetching without tags [2020-01-29T16:41:56.980Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:57.016Z] + make bundles/buildx [2020-01-29T16:41:57.016Z] make: command: Command not found [2020-01-29T16:41:57.016Z] make: command: Command not found [2020-01-29T16:41:57.016Z] mkdir bundles [2020-01-29T16:41:57.016Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-01-29T16:41:57.016Z] --build-arg BUILDX_COMMIT \ [2020-01-29T16:41:57.016Z] --build-arg BUILDX_REPO \ [2020-01-29T16:41:57.016Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-01-29T16:41:57.016Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-01-29T16:41:57.016Z] . [2020-01-29T16:41:57.016Z] /bin/sh: 4: go: not found [2020-01-29T16:41:57.016Z] /bin/sh: 5: go: not found [2020-01-29T16:41:57.022Z] Still waiting to schedule task [2020-01-29T16:41:57.022Z] Waiting for next available executor on ‘azwin-2-09b4e0’ [2020-01-29T16:41:57.826Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:57.827Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:41:56.476Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:56.484Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:56.484Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:56.484Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:56.991Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:56.994Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:57.816Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:41:57.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-01-29T16:41:57.838Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:57.842Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:58.363Z] Sending build context to Docker daemon 51.41MB [2020-01-29T16:41:58.363Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-01-29T16:41:58.363Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-01-29T16:41:58.363Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-01-29T16:41:58.363Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-01-29T16:41:58.407Z] Fetching without tags [2020-01-29T16:41:58.534Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:41:58.340Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:58.358Z] > git config --add remote.origin.fetch +refs/pull/40426/head:refs/remotes/origin/PR-40426 # timeout=10 [2020-01-29T16:41:58.369Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-01-29T16:41:58.392Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:41:58.414Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:41:58.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:41:58.415Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:41:58.561Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [2020-01-29T16:41:58.711Z] 1.12.10-stretch: Pulling from library/golang [2020-01-29T16:41:58.711Z] ade01ea651a2: Pulling fs layer [2020-01-29T16:41:58.711Z] fbabdb69f639: Pulling fs layer [2020-01-29T16:41:58.711Z] ff33bd1013d7: Pulling fs layer [2020-01-29T16:41:58.711Z] 85cfe9d77eff: Pulling fs layer [2020-01-29T16:41:58.711Z] ace5139f9caa: Pulling fs layer [2020-01-29T16:41:58.711Z] e4d79466b81c: Pulling fs layer [2020-01-29T16:41:58.711Z] b00baabad4ce: Pulling fs layer [2020-01-29T16:41:58.711Z] 85cfe9d77eff: Waiting [2020-01-29T16:41:58.711Z] ace5139f9caa: Waiting [2020-01-29T16:41:58.711Z] e4d79466b81c: Waiting [2020-01-29T16:41:58.711Z] b00baabad4ce: Waiting [2020-01-29T16:41:58.759Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:59.094Z] ff33bd1013d7: Verifying Checksum [2020-01-29T16:41:59.094Z] ff33bd1013d7: Download complete [2020-01-29T16:41:59.094Z] fbabdb69f639: Verifying Checksum [2020-01-29T16:41:59.094Z] fbabdb69f639: Download complete [2020-01-29T16:41:59.340Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:59.341Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:41:59.462Z] ade01ea651a2: Verifying Checksum [2020-01-29T16:41:59.462Z] ade01ea651a2: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-01-29T16:41:59.930Z] + docker version [2020-01-29T16:41:59.930Z] Client: Docker Engine - Community [2020-01-29T16:41:59.930Z] Version: 19.03.2 [2020-01-29T16:41:59.930Z] API version: 1.40 [2020-01-29T16:41:59.930Z] Go version: go1.12.8 [2020-01-29T16:41:59.930Z] Git commit: 6a30dfc [2020-01-29T16:41:59.930Z] Built: Thu Aug 29 05:32:25 2019 [2020-01-29T16:41:59.930Z] OS/Arch: linux/arm64 [2020-01-29T16:41:59.930Z] Experimental: false [2020-01-29T16:41:59.930Z] [2020-01-29T16:41:59.930Z] Server: Docker Engine - Community [2020-01-29T16:41:59.930Z] Engine: [2020-01-29T16:41:59.930Z] Version: 19.03.2 [2020-01-29T16:41:59.930Z] API version: 1.40 (minimum version 1.12) [2020-01-29T16:41:59.930Z] Go version: go1.12.8 [2020-01-29T16:41:59.930Z] Git commit: 6a30dfc [2020-01-29T16:41:59.930Z] Built: Thu Aug 29 05:30:57 2019 [2020-01-29T16:41:59.930Z] OS/Arch: linux/arm64 [2020-01-29T16:41:59.930Z] Experimental: true [2020-01-29T16:41:59.930Z] containerd: [2020-01-29T16:41:59.930Z] Version: 1.2.6 [2020-01-29T16:41:59.930Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-01-29T16:41:59.930Z] runc: [2020-01-29T16:41:59.930Z] Version: 1.0.0-rc8 [2020-01-29T16:41:59.930Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-01-29T16:41:59.930Z] docker-init: [2020-01-29T16:41:59.930Z] Version: 0.18.0 [2020-01-29T16:41:59.930Z] GitCommit: fec3683 [Pipeline] sh [2020-01-29T16:42:00.169Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:42:00.207Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [2020-01-29T16:42:00.220Z] + docker info [2020-01-29T16:41:58.771Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:58.787Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:41:59.304Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:41:59.326Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-01-29T16:41:59.347Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:41:59.363Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:42:00.789Z] Client: [2020-01-29T16:42:00.789Z] Debug Mode: false [2020-01-29T16:42:00.789Z] [2020-01-29T16:42:00.789Z] Server: [2020-01-29T16:42:00.789Z] Containers: 0 [2020-01-29T16:42:00.789Z] Running: 0 [2020-01-29T16:42:00.789Z] Paused: 0 [2020-01-29T16:42:00.789Z] Stopped: 0 [2020-01-29T16:42:00.789Z] Images: 5 [2020-01-29T16:42:00.789Z] Server Version: 19.03.2 [2020-01-29T16:42:00.789Z] Storage Driver: overlay2 [2020-01-29T16:42:00.789Z] Backing Filesystem: extfs [2020-01-29T16:42:00.789Z] Supports d_type: true [2020-01-29T16:42:00.789Z] Native Overlay Diff: true [2020-01-29T16:42:00.789Z] Logging Driver: json-file [2020-01-29T16:42:00.789Z] Cgroup Driver: cgroupfs [2020-01-29T16:42:00.789Z] Plugins: [2020-01-29T16:42:00.789Z] Volume: local [2020-01-29T16:42:00.789Z] Network: bridge host ipvlan macvlan null overlay [2020-01-29T16:42:00.789Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-01-29T16:42:00.789Z] Swarm: inactive [2020-01-29T16:42:00.789Z] Runtimes: runc [2020-01-29T16:42:00.789Z] Default Runtime: runc [2020-01-29T16:42:00.789Z] Init Binary: docker-init [2020-01-29T16:42:00.789Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-01-29T16:42:00.789Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-01-29T16:42:00.789Z] init version: fec3683 [2020-01-29T16:42:00.789Z] Security Options: [2020-01-29T16:42:00.789Z] apparmor [2020-01-29T16:42:00.789Z] seccomp [2020-01-29T16:42:00.789Z] Profile: default [2020-01-29T16:42:00.789Z] Kernel Version: 4.15.0-1048-aws [2020-01-29T16:42:00.789Z] Operating System: Ubuntu 16.04.6 LTS [2020-01-29T16:42:00.789Z] OSType: linux [2020-01-29T16:42:00.789Z] Architecture: aarch64 [2020-01-29T16:42:00.789Z] CPUs: 4 [2020-01-29T16:42:00.789Z] Total Memory: 7.525GiB [2020-01-29T16:42:00.789Z] Name: ip-10-100-116-185 [2020-01-29T16:42:00.789Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2020-01-29T16:42:00.789Z] Docker Root Dir: /var/lib/docker [2020-01-29T16:42:00.789Z] Debug Mode: false [2020-01-29T16:42:00.789Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:42:00.789Z] Labels: [2020-01-29T16:42:00.789Z] Experimental: true [2020-01-29T16:42:00.789Z] Insecure Registries: [2020-01-29T16:42:00.789Z] 127.0.0.0/8 [2020-01-29T16:42:00.789Z] Live Restore Enabled: true [2020-01-29T16:42:00.789Z] [2020-01-29T16:42:00.789Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-01-29T16:42:01.080Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:42:01.080Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:42:01.080Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40426/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-01-29T16:42:01.302Z] 85cfe9d77eff: Verifying Checksum [2020-01-29T16:42:01.302Z] 85cfe9d77eff: Download complete [2020-01-29T16:42:01.302Z] ade01ea651a2: Pull complete [2020-01-29T16:42:01.302Z] e4d79466b81c: Verifying Checksum [2020-01-29T16:42:01.302Z] e4d79466b81c: Download complete [2020-01-29T16:42:01.302Z] b00baabad4ce: Verifying Checksum [2020-01-29T16:42:01.302Z] b00baabad4ce: Download complete [2020-01-29T16:42:01.302Z] ace5139f9caa: Verifying Checksum [2020-01-29T16:42:01.302Z] ace5139f9caa: Download complete [2020-01-29T16:42:01.302Z] fbabdb69f639: Pull complete [2020-01-29T16:42:01.339Z] + bash /home/ubuntu/workspace/moby_PR-40426/check-config.sh [2020-01-29T16:42:01.339Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-01-29T16:42:01.339Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2020-01-29T16:42:01.339Z] [2020-01-29T16:42:01.339Z] Generally Necessary: [2020-01-29T16:42:01.339Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-01-29T16:42:01.339Z] - apparmor: enabled and tools installed [2020-01-29T16:42:01.339Z] - CONFIG_NAMESPACES: enabled [2020-01-29T16:42:01.339Z] - CONFIG_NET_NS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_PID_NS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_IPC_NS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_UTS_NS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_CGROUPS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-01-29T16:42:01.339Z] - CONFIG_CGROUP_DEVICE: enabled [2020-01-29T16:42:01.339Z] - CONFIG_CGROUP_FREEZER: enabled [2020-01-29T16:42:01.339Z] - CONFIG_CGROUP_SCHED: enabled [2020-01-29T16:42:01.339Z] - CONFIG_CPUSETS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_MEMCG: enabled [2020-01-29T16:42:01.339Z] - CONFIG_KEYS: enabled [2020-01-29T16:42:01.339Z] - CONFIG_VETH: enabled (as module) [2020-01-29T16:42:01.339Z] - CONFIG_BRIDGE: enabled (as module) [2020-01-29T16:42:01.339Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-01-29T16:42:01.339Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-01-29T16:42:01.339Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-01-29T16:42:01.426Z] + docker version [2020-01-29T16:42:01.600Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_NF_NAT: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-01-29T16:42:01.600Z] - CONFIG_POSIX_MQUEUE: enabled [2020-01-29T16:42:01.600Z] [2020-01-29T16:42:01.600Z] Optional Features: [2020-01-29T16:42:01.600Z] - CONFIG_USER_NS: enabled [2020-01-29T16:42:01.600Z] - CONFIG_SECCOMP: enabled [2020-01-29T16:42:01.600Z] - CONFIG_CGROUP_PIDS: enabled [2020-01-29T16:42:01.600Z] - CONFIG_MEMCG_SWAP: enabled [2020-01-29T16:42:01.600Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-01-29T16:42:01.600Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-01-29T16:42:01.600Z] - CONFIG_BLK_CGROUP: enabled [2020-01-29T16:42:01.600Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-01-29T16:42:01.600Z] - CONFIG_IOSCHED_CFQ: enabled [2020-01-29T16:42:01.600Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-01-29T16:42:01.600Z] - CONFIG_CGROUP_PERF: enabled [2020-01-29T16:42:01.600Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-01-29T16:42:01.600Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-01-29T16:42:01.600Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-01-29T16:42:01.600Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-01-29T16:42:01.600Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-01-29T16:42:01.600Z] - CONFIG_RT_GROUP_SCHED: missing [2020-01-29T16:42:01.600Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-01-29T16:42:01.649Z] ff33bd1013d7: Pull complete [2020-01-29T16:42:01.859Z] - CONFIG_IP_VS: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_IP_VS_NFCT: enabled [2020-01-29T16:42:01.859Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-01-29T16:42:01.859Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-01-29T16:42:01.859Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_EXT4_FS: enabled [2020-01-29T16:42:01.859Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-01-29T16:42:01.859Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-01-29T16:42:01.859Z] - Network Drivers: [2020-01-29T16:42:01.859Z] - "overlay": [2020-01-29T16:42:01.859Z] - CONFIG_VXLAN: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-01-29T16:42:01.859Z] Optional (for encrypted networks): [2020-01-29T16:42:01.859Z] - CONFIG_CRYPTO: enabled [2020-01-29T16:42:01.859Z] - CONFIG_CRYPTO_AEAD: enabled [2020-01-29T16:42:01.859Z] - CONFIG_CRYPTO_GCM: enabled [2020-01-29T16:42:01.859Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-01-29T16:42:01.859Z] - CONFIG_CRYPTO_GHASH: enabled [2020-01-29T16:42:01.859Z] - CONFIG_XFRM: enabled [2020-01-29T16:42:01.859Z] - CONFIG_XFRM_USER: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_INET_ESP: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-01-29T16:42:01.859Z] - "ipvlan": [2020-01-29T16:42:01.859Z] - CONFIG_IPVLAN: enabled (as module) [2020-01-29T16:42:01.859Z] - "macvlan": [2020-01-29T16:42:01.859Z] - CONFIG_MACVLAN: enabled (as module) [2020-01-29T16:42:01.859Z] - CONFIG_DUMMY: enabled (as module) [2020-01-29T16:42:01.859Z] - "ftp,tftp client in container": [2020-01-29T16:42:02.118Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-01-29T16:42:02.118Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-01-29T16:42:02.118Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-01-29T16:42:02.118Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-01-29T16:42:02.118Z] - Storage Drivers: [2020-01-29T16:42:02.118Z] - "aufs": [2020-01-29T16:42:02.118Z] - CONFIG_AUFS_FS: enabled (as module) [2020-01-29T16:42:02.118Z] - "btrfs": [2020-01-29T16:42:02.118Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-01-29T16:42:02.118Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-01-29T16:42:02.118Z] - "devicemapper": [2020-01-29T16:42:02.118Z] - CONFIG_BLK_DEV_DM: enabled [2020-01-29T16:42:02.118Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-01-29T16:42:02.118Z] - "overlay": [2020-01-29T16:42:02.118Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-01-29T16:42:02.118Z] - "zfs": [2020-01-29T16:42:02.118Z] - /dev/zfs: missing [2020-01-29T16:42:02.118Z] - zfs command: missing [2020-01-29T16:42:02.118Z] - zpool command: missing [2020-01-29T16:42:02.118Z] [2020-01-29T16:42:02.118Z] Limits: [2020-01-29T16:42:02.118Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-01-29T16:42:02.118Z] [2020-01-29T16:42:02.118Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-01-29T16:42:02.451Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fb155a1125d059ed0ded96aeb2116132707f08c5 . [2020-01-29T16:42:02.452Z] #2 [internal] load .dockerignore [2020-01-29T16:42:02.452Z] #2 transferring context: 87B done [2020-01-29T16:42:02.452Z] #2 DONE 0.0s [2020-01-29T16:42:02.452Z] [2020-01-29T16:42:02.452Z] #1 [internal] load build definition from Dockerfile [2020-01-29T16:42:02.452Z] #1 transferring dockerfile: 15.58kB done [2020-01-29T16:42:02.452Z] #1 DONE 0.0s [2020-01-29T16:42:02.452Z] [2020-01-29T16:42:02.452Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-01-29T16:42:02.452Z] #3 DONE 0.1s [2020-01-29T16:42:02.712Z] [2020-01-29T16:42:02.712Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-01-29T16:42:02.712Z] #4 CACHED [2020-01-29T16:42:03.280Z] [2020-01-29T16:42:03.280Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-01-29T16:42:03.280Z] #6 DONE 0.0s [2020-01-29T16:42:03.280Z] [2020-01-29T16:42:03.280Z] #5 [internal] load metadata for docker.io/library/golang:1.13.6-buster [2020-01-29T16:42:03.386Z] 85cfe9d77eff: Pull complete [2020-01-29T16:42:03.545Z] #5 DONE 0.4s [2020-01-29T16:42:03.545Z] [2020-01-29T16:42:03.545Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:42:03.545Z] #7 DONE 0.0s [2020-01-29T16:42:03.545Z] [2020-01-29T16:42:03.545Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-01-29T16:42:03.545Z] #68 DONE 0.0s [2020-01-29T16:42:03.545Z] [2020-01-29T16:42:03.545Z] #20 [internal] load build context [2020-01-29T16:42:04.592Z] ace5139f9caa: Pull complete [2020-01-29T16:42:04.934Z] #20 transferring context: 46.87MB 1.3s done [2020-01-29T16:42:04.934Z] #20 DONE 1.4s [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:42:04.934Z] #44 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-01-29T16:42:04.934Z] #56 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-01-29T16:42:04.934Z] #46 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #51 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:04.934Z] #62 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:42:04.934Z] #30 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #31 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-01-29T16:42:04.934Z] #28 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:04.934Z] #50 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:42:04.934Z] #59 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:42:04.934Z] #17 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:42:04.934Z] #55 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:04.934Z] #65 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #58 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-01-29T16:42:04.934Z] #13 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #11 [dev 1/25] RUN groupadd -r docker [2020-01-29T16:42:04.934Z] #11 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-01-29T16:42:04.934Z] #45 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:42:04.934Z] #47 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-01-29T16:42:04.934Z] #29 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #34 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:42:04.934Z] #35 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-01-29T16:42:04.934Z] #32 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:42:04.934Z] #57 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:42:04.934Z] #38 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-01-29T16:42:04.934Z] #70 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-01-29T16:42:04.934Z] #26 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-01-29T16:42:04.934Z] #69 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:04.934Z] #23 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-01-29T16:42:04.934Z] #61 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #42 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:42:04.934Z] #10 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #67 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-01-29T16:42:04.934Z] #52 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:42:04.934Z] #41 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-01-29T16:42:04.934Z] #12 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:42:04.934Z] #36 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-01-29T16:42:04.934Z] #15 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #54 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-01-29T16:42:04.934Z] #14 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:42:04.934Z] #19 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:04.934Z] #53 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:42:04.934Z] #71 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-01-29T16:42:04.934Z] #9 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-01-29T16:42:04.934Z] #8 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-01-29T16:42:04.934Z] #24 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #16 [dev 6/25] RUN ldconfig [2020-01-29T16:42:04.934Z] #16 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:42:04.934Z] #33 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-01-29T16:42:04.934Z] #22 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-01-29T16:42:04.934Z] #48 CACHED [2020-01-29T16:42:04.934Z] [2020-01-29T16:42:04.934Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-01-29T16:42:04.935Z] #49 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-01-29T16:42:04.935Z] #18 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:42:04.935Z] #60 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:42:04.935Z] #25 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-01-29T16:42:04.935Z] #63 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-01-29T16:42:04.935Z] #72 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-01-29T16:42:04.935Z] #66 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-01-29T16:42:04.935Z] #64 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:42:04.935Z] #21 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-01-29T16:42:04.935Z] #37 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:42:04.935Z] #27 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-01-29T16:42:04.935Z] #39 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:42:04.935Z] #43 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-01-29T16:42:04.935Z] #40 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-01-29T16:42:04.935Z] #73 CACHED [2020-01-29T16:42:04.935Z] [2020-01-29T16:42:04.935Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-01-29T16:42:05.617Z] Client: Docker Engine - Community [2020-01-29T16:42:05.617Z] Version: 19.03.2 [2020-01-29T16:42:05.617Z] API version: 1.40 [2020-01-29T16:42:05.617Z] Go version: go1.12.8 [2020-01-29T16:42:05.617Z] Git commit: 6a30dfc [2020-01-29T16:42:05.617Z] Built: Thu Aug 29 05:29:11 2019 [2020-01-29T16:42:05.617Z] OS/Arch: linux/amd64 [2020-01-29T16:42:05.617Z] Experimental: false [2020-01-29T16:42:05.617Z] [2020-01-29T16:42:05.617Z] Server: Docker Engine - Community [2020-01-29T16:42:05.617Z] Engine: [2020-01-29T16:42:05.617Z] Version: 19.03.2 [2020-01-29T16:42:05.617Z] API version: 1.40 (minimum version 1.12) [2020-01-29T16:42:05.617Z] Go version: go1.12.8 [2020-01-29T16:42:05.617Z] Git commit: 6a30dfc [2020-01-29T16:42:05.617Z] Built: Thu Aug 29 05:27:45 2019 [2020-01-29T16:42:05.617Z] OS/Arch: linux/amd64 [2020-01-29T16:42:05.617Z] Experimental: true [2020-01-29T16:42:05.617Z] containerd: [2020-01-29T16:42:05.617Z] Version: 1.2.6 [2020-01-29T16:42:05.617Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-01-29T16:42:05.617Z] runc: [2020-01-29T16:42:05.617Z] Version: 1.0.0-rc8 [2020-01-29T16:42:05.617Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-01-29T16:42:05.617Z] docker-init: [2020-01-29T16:42:05.617Z] Version: 0.18.0 [2020-01-29T16:42:05.617Z] GitCommit: fec3683 [Pipeline] sh [2020-01-29T16:42:05.937Z] + docker info [2020-01-29T16:42:07.471Z] #74 DONE 2.0s [2020-01-29T16:42:07.471Z] [2020-01-29T16:42:07.471Z] #75 exporting to image [2020-01-29T16:42:07.471Z] #75 exporting layers [2020-01-29T16:42:07.638Z] Fetching without tags [2020-01-29T16:42:07.696Z] e4d79466b81c: Pull complete [2020-01-29T16:42:07.696Z] b00baabad4ce: Pull complete [2020-01-29T16:42:07.696Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-01-29T16:42:07.696Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-01-29T16:42:07.696Z] ---> 687421176e14 [2020-01-29T16:42:07.696Z] Step 5/16 : ARG BUILDX_REPO [2020-01-29T16:42:07.696Z] ---> Running in ea0d93197e6d [2020-01-29T16:42:07.696Z] Removing intermediate container ea0d93197e6d [2020-01-29T16:42:07.696Z] ---> 7ad40e7d8208 [2020-01-29T16:42:07.696Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-01-29T16:42:07.696Z] ---> Running in 080e0224ec1d [2020-01-29T16:42:08.048Z] Cloning into '/buildx'... [2020-01-29T16:42:08.144Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:42:07.605Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:42:07.609Z] > git config --add remote.origin.fetch +refs/pull/40426/head:refs/remotes/origin/PR-40426 # timeout=10 [2020-01-29T16:42:07.613Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-01-29T16:42:07.629Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:42:07.645Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:42:07.645Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:42:07.646Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:42:08.151Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:42:08.154Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:42:08.411Z] #75 exporting layers 1.5s done [2020-01-29T16:42:08.670Z] #75 writing image sha256:6da2d953f2392ed4ec6b9ce9a9f7c412bb645687a550de43cf5f258bdac5f53a done [2020-01-29T16:42:08.670Z] #75 naming to docker.io/library/docker:fb155a1125d059ed0ded96aeb2116132707f08c5 done [2020-01-29T16:42:08.670Z] #75 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-01-29T16:42:09.007Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/test/unit [2020-01-29T16:42:09.234Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:42:09.235Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:42:09.574Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:42:09.629Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-01-29T16:42:09.201Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:42:09.225Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-01-29T16:42:09.242Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:42:09.245Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:42:10.642Z] Removing intermediate container 080e0224ec1d [2020-01-29T16:42:10.642Z] ---> 36e975d4d44a [2020-01-29T16:42:10.642Z] Step 7/16 : WORKDIR /buildx [2020-01-29T16:42:10.642Z] ---> Running in 7e4bdee928c9 [2020-01-29T16:42:10.642Z] Removing intermediate container 7e4bdee928c9 [2020-01-29T16:42:10.642Z] ---> f1edd2739291 [2020-01-29T16:42:10.642Z] Step 8/16 : ARG BUILDX_COMMIT [2020-01-29T16:42:10.642Z] ---> Running in e40a3e32803f [2020-01-29T16:42:10.642Z] Removing intermediate container e40a3e32803f [2020-01-29T16:42:10.642Z] ---> 8824897ae9ba [2020-01-29T16:42:10.642Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-01-29T16:42:10.642Z] ---> Running in 835a0ce63552 [2020-01-29T16:42:10.775Z] + docker version [2020-01-29T16:42:10.775Z] Client: [2020-01-29T16:42:10.775Z] Version: 18.06.1-ce [2020-01-29T16:42:10.775Z] API version: 1.38 [2020-01-29T16:42:10.775Z] Go version: go1.10.3 [2020-01-29T16:42:10.775Z] Git commit: e68fc7a [2020-01-29T16:42:10.775Z] Built: Tue Aug 21 17:26:10 2018 [2020-01-29T16:42:10.775Z] OS/Arch: linux/ppc64le [2020-01-29T16:42:10.775Z] Experimental: false [2020-01-29T16:42:10.775Z] [2020-01-29T16:42:10.775Z] Server: [2020-01-29T16:42:10.775Z] Engine: [2020-01-29T16:42:10.775Z] Version: 18.06.1-ce [2020-01-29T16:42:10.775Z] API version: 1.38 (minimum version 1.12) [2020-01-29T16:42:10.775Z] Go version: go1.10.3 [2020-01-29T16:42:10.775Z] Git commit: e68fc7a [2020-01-29T16:42:10.775Z] Built: Tue Aug 21 17:24:20 2018 [2020-01-29T16:42:10.775Z] OS/Arch: linux/ppc64le [2020-01-29T16:42:10.775Z] Experimental: true [Pipeline] sh [2020-01-29T16:42:11.162Z] + docker info [2020-01-29T16:42:11.162Z] Containers: 0 [2020-01-29T16:42:11.162Z] Running: 0 [2020-01-29T16:42:11.162Z] Paused: 0 [2020-01-29T16:42:11.162Z] Stopped: 0 [2020-01-29T16:42:11.162Z] Images: 0 [2020-01-29T16:42:11.162Z] Server Version: 18.06.1-ce [2020-01-29T16:42:11.162Z] Storage Driver: overlay2 [2020-01-29T16:42:11.162Z] Backing Filesystem: extfs [2020-01-29T16:42:11.162Z] Supports d_type: true [2020-01-29T16:42:11.162Z] Native Overlay Diff: true [2020-01-29T16:42:11.162Z] Logging Driver: json-file [2020-01-29T16:42:11.162Z] Cgroup Driver: cgroupfs [2020-01-29T16:42:11.162Z] Plugins: [2020-01-29T16:42:11.162Z] Volume: local [2020-01-29T16:42:11.162Z] Network: bridge host ipvlan macvlan null overlay [2020-01-29T16:42:11.162Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-01-29T16:42:11.162Z] Swarm: inactive [2020-01-29T16:42:11.162Z] Runtimes: runc [2020-01-29T16:42:11.162Z] Default Runtime: runc [2020-01-29T16:42:11.162Z] Init Binary: docker-init [2020-01-29T16:42:11.162Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-01-29T16:42:11.162Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-01-29T16:42:11.162Z] init version: fec3683 [2020-01-29T16:42:11.162Z] Security Options: [2020-01-29T16:42:11.162Z] apparmor [2020-01-29T16:42:11.162Z] seccomp [2020-01-29T16:42:11.162Z] Profile: default [2020-01-29T16:42:11.162Z] Kernel Version: 4.4.0-130-generic [2020-01-29T16:42:11.162Z] Operating System: Ubuntu 16.04.3 LTS [2020-01-29T16:42:11.162Z] OSType: linux [2020-01-29T16:42:11.162Z] Architecture: ppc64le [2020-01-29T16:42:11.162Z] CPUs: 4 [2020-01-29T16:42:11.162Z] Total Memory: 7.972GiB [2020-01-29T16:42:11.162Z] Name: ppc64le-ubuntu-14 [2020-01-29T16:42:11.162Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-01-29T16:42:11.162Z] Docker Root Dir: /var/lib/docker [2020-01-29T16:42:11.162Z] Debug Mode (client): false [2020-01-29T16:42:11.162Z] Debug Mode (server): false [2020-01-29T16:42:11.162Z] Username: dockerbuildbot [2020-01-29T16:42:11.162Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:42:11.162Z] Labels: [2020-01-29T16:42:11.162Z] Experimental: true [2020-01-29T16:42:11.162Z] Insecure Registries: [2020-01-29T16:42:11.162Z] 127.0.0.0/8 [2020-01-29T16:42:11.162Z] Live Restore Enabled: false [2020-01-29T16:42:11.162Z] [Pipeline] sh [2020-01-29T16:42:11.394Z] From https://github.com/docker/buildx [2020-01-29T16:42:11.394Z] * [new tag] v0.3.1 -> build [2020-01-29T16:42:11.543Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:42:11.543Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:42:11.543Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40426/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-01-29T16:42:11.543Z] + bash /home/docker/workspace/moby_PR-40426/check-config.sh [2020-01-29T16:42:11.543Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-01-29T16:42:11.543Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2020-01-29T16:42:11.543Z] [2020-01-29T16:42:11.543Z] Generally Necessary: [2020-01-29T16:42:11.543Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-01-29T16:42:11.543Z] - apparmor: enabled and tools installed [2020-01-29T16:42:11.543Z] - CONFIG_NAMESPACES: enabled [2020-01-29T16:42:11.543Z] - CONFIG_NET_NS: enabled [2020-01-29T16:42:11.741Z] Switched to branch 'build' [2020-01-29T16:42:11.830Z] - CONFIG_PID_NS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_IPC_NS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_UTS_NS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUPS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUP_DEVICE: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUP_FREEZER: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUP_SCHED: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CPUSETS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_MEMCG: enabled [2020-01-29T16:42:11.830Z] - CONFIG_KEYS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_VETH: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_BRIDGE: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_NF_NAT: enabled (as module) [2020-01-29T16:42:11.830Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-01-29T16:42:11.830Z] - CONFIG_POSIX_MQUEUE: enabled [2020-01-29T16:42:11.830Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-01-29T16:42:11.830Z] [2020-01-29T16:42:11.830Z] Optional Features: [2020-01-29T16:42:11.830Z] - CONFIG_USER_NS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_SECCOMP: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUP_PIDS: enabled [2020-01-29T16:42:11.830Z] - CONFIG_MEMCG_SWAP: enabled [2020-01-29T16:42:11.830Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-01-29T16:42:11.830Z] (cgroup swap accounting is currently enabled) [2020-01-29T16:42:11.830Z] - CONFIG_MEMCG_KMEM: enabled [2020-01-29T16:42:11.830Z] - CONFIG_BLK_CGROUP: enabled [2020-01-29T16:42:11.830Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-01-29T16:42:11.830Z] - CONFIG_IOSCHED_CFQ: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-01-29T16:42:11.830Z] - CONFIG_CGROUP_PERF: enabled [2020-01-29T16:42:12.115Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-01-29T16:42:12.115Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-01-29T16:42:12.115Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-01-29T16:42:12.115Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-01-29T16:42:12.115Z] - CONFIG_RT_GROUP_SCHED: missing [2020-01-29T16:42:12.115Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_IP_VS: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_IP_VS_NFCT: enabled [2020-01-29T16:42:12.115Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-01-29T16:42:12.115Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-01-29T16:42:12.115Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_EXT4_FS: enabled [2020-01-29T16:42:12.115Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-01-29T16:42:12.115Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-01-29T16:42:12.115Z] - Network Drivers: [2020-01-29T16:42:12.115Z] - "overlay": [2020-01-29T16:42:12.115Z] - CONFIG_VXLAN: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-01-29T16:42:12.115Z] Optional (for encrypted networks): [2020-01-29T16:42:12.115Z] - CONFIG_CRYPTO: enabled [2020-01-29T16:42:12.115Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_XFRM: enabled [2020-01-29T16:42:12.115Z] - CONFIG_XFRM_USER: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_INET_ESP: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-01-29T16:42:12.115Z] - "ipvlan": [2020-01-29T16:42:12.115Z] - CONFIG_IPVLAN: enabled (as module) [2020-01-29T16:42:12.115Z] - "macvlan": [2020-01-29T16:42:12.115Z] - CONFIG_MACVLAN: enabled (as module) [2020-01-29T16:42:12.115Z] - CONFIG_DUMMY: enabled (as module) [2020-01-29T16:42:12.115Z] - "ftp,tftp client in container": [2020-01-29T16:42:12.303Z] ? github.com/docker/docker/api [no test files] [2020-01-29T16:42:12.398Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-01-29T16:42:12.398Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-01-29T16:42:12.398Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-01-29T16:42:12.398Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-01-29T16:42:12.398Z] - Storage Drivers: [2020-01-29T16:42:12.398Z] - "aufs": [2020-01-29T16:42:12.398Z] - CONFIG_AUFS_FS: enabled (as module) [2020-01-29T16:42:12.398Z] - "btrfs": [2020-01-29T16:42:12.398Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-01-29T16:42:12.398Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-01-29T16:42:12.398Z] - "devicemapper": [2020-01-29T16:42:12.398Z] - CONFIG_BLK_DEV_DM: enabled [2020-01-29T16:42:12.398Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-01-29T16:42:12.398Z] - "overlay": [2020-01-29T16:42:12.398Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-01-29T16:42:12.398Z] - "zfs": [2020-01-29T16:42:12.398Z] - /dev/zfs: missing [2020-01-29T16:42:12.398Z] - zfs command: missing [2020-01-29T16:42:12.398Z] - zpool command: missing [2020-01-29T16:42:12.398Z] [2020-01-29T16:42:12.398Z] Limits: [2020-01-29T16:42:12.398Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-01-29T16:42:12.398Z] [2020-01-29T16:42:12.398Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-01-29T16:42:12.486Z] Removing intermediate container 835a0ce63552 [2020-01-29T16:42:12.486Z] ---> 87be082916f3 [2020-01-29T16:42:12.486Z] Step 10/16 : RUN go mod download [2020-01-29T16:42:12.486Z] ---> Running in 0b1b7324144e [Pipeline] sh [2020-01-29T16:42:12.841Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-01-29T16:42:12.841Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-01-29T16:42:12.841Z] go: finding github.com/imdario/mergo v0.3.7 [2020-01-29T16:42:12.841Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-01-29T16:42:12.841Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-01-29T16:42:12.841Z] go: finding github.com/json-iterator/go v1.1.6 [2020-01-29T16:42:12.841Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-01-29T16:42:12.841Z] go: finding github.com/pkg/errors v0.8.1 [2020-01-29T16:42:12.844Z] + make bundles/buildx [2020-01-29T16:42:13.464Z] make: command: Command not found [2020-01-29T16:42:13.464Z] make: command: Command not found [2020-01-29T16:42:13.464Z] mkdir bundles [2020-01-29T16:42:13.464Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-01-29T16:42:13.464Z] --build-arg BUILDX_COMMIT \ [2020-01-29T16:42:13.464Z] --build-arg BUILDX_REPO \ [2020-01-29T16:42:13.464Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-01-29T16:42:13.464Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-01-29T16:42:13.464Z] . [2020-01-29T16:42:13.464Z] /bin/sh: 4: go: not found [2020-01-29T16:42:13.464Z] /bin/sh: 5: go: not found [2020-01-29T16:42:13.647Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-01-29T16:42:13.647Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-01-29T16:42:13.647Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-01-29T16:42:13.647Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-01-29T16:42:14.040Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-01-29T16:42:14.040Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-01-29T16:42:14.040Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-01-29T16:42:14.406Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-01-29T16:42:14.406Z] go: finding github.com/stretchr/testify v1.3.0 [2020-01-29T16:42:14.781Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-01-29T16:42:14.781Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-01-29T16:42:15.165Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-01-29T16:42:15.165Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-01-29T16:42:15.719Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-01-29T16:42:15.719Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-01-29T16:42:15.719Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-01-29T16:42:16.160Z] Sending build context to Docker daemon 51.41MB [2020-01-29T16:42:16.160Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-01-29T16:42:16.160Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-01-29T16:42:16.160Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-01-29T16:42:16.160Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-01-29T16:42:16.160Z] 1.12.10-stretch: Pulling from library/golang [2020-01-29T16:42:16.160Z] fb056072eab9: Pulling fs layer [2020-01-29T16:42:16.160Z] 6a33b1f9796f: Pulling fs layer [2020-01-29T16:42:16.160Z] 8f8f8962e456: Pulling fs layer [2020-01-29T16:42:16.160Z] 68adcc365214: Pulling fs layer [2020-01-29T16:42:16.160Z] 76d8adf27bdf: Pulling fs layer [2020-01-29T16:42:16.160Z] d66e58854927: Pulling fs layer [2020-01-29T16:42:16.160Z] 71497195576e: Pulling fs layer [2020-01-29T16:42:16.160Z] d66e58854927: Waiting [2020-01-29T16:42:16.160Z] 71497195576e: Waiting [2020-01-29T16:42:16.160Z] 68adcc365214: Waiting [2020-01-29T16:42:16.160Z] 76d8adf27bdf: Waiting [2020-01-29T16:42:16.201Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-01-29T16:42:16.584Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-01-29T16:42:16.584Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-01-29T16:42:16.584Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-01-29T16:42:16.584Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-01-29T16:42:16.784Z] 8f8f8962e456: Verifying Checksum [2020-01-29T16:42:16.784Z] 8f8f8962e456: Download complete [2020-01-29T16:42:16.958Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-01-29T16:42:16.958Z] go: finding github.com/stretchr/objx v0.1.0 [2020-01-29T16:42:17.338Z] go: finding github.com/spf13/viper v1.3.2 [2020-01-29T16:42:17.338Z] go: finding github.com/spf13/pflag v1.0.3 [2020-01-29T16:42:17.338Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-01-29T16:42:17.410Z] 6a33b1f9796f: Verifying Checksum [2020-01-29T16:42:17.410Z] 6a33b1f9796f: Download complete [2020-01-29T16:42:17.705Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-01-29T16:42:18.062Z] go: finding github.com/spf13/cobra v0.0.3 [2020-01-29T16:42:18.062Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-01-29T16:42:18.062Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-01-29T16:42:18.131Z] Client: [2020-01-29T16:42:18.131Z] Debug Mode: false [2020-01-29T16:42:18.131Z] [2020-01-29T16:42:18.131Z] Server: [2020-01-29T16:42:18.131Z] Containers: 0 [2020-01-29T16:42:18.131Z] Running: 0 [2020-01-29T16:42:18.131Z] Paused: 0 [2020-01-29T16:42:18.131Z] Stopped: 0 [2020-01-29T16:42:18.131Z] Images: 0 [2020-01-29T16:42:18.131Z] Server Version: 19.03.2 [2020-01-29T16:42:18.131Z] Storage Driver: overlay2 [2020-01-29T16:42:18.131Z] Backing Filesystem: extfs [2020-01-29T16:42:18.131Z] Supports d_type: true [2020-01-29T16:42:18.131Z] Native Overlay Diff: true [2020-01-29T16:42:18.131Z] Logging Driver: json-file [2020-01-29T16:42:18.131Z] Cgroup Driver: cgroupfs [2020-01-29T16:42:18.131Z] Plugins: [2020-01-29T16:42:18.131Z] Volume: local [2020-01-29T16:42:18.131Z] Network: bridge host ipvlan macvlan null overlay [2020-01-29T16:42:18.131Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-01-29T16:42:18.131Z] Swarm: inactive [2020-01-29T16:42:18.131Z] Runtimes: runc [2020-01-29T16:42:18.131Z] Default Runtime: runc [2020-01-29T16:42:18.131Z] Init Binary: docker-init [2020-01-29T16:42:18.131Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2020-01-29T16:42:18.131Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2020-01-29T16:42:18.131Z] init version: fec3683 [2020-01-29T16:42:18.131Z] Security Options: [2020-01-29T16:42:18.131Z] apparmor [2020-01-29T16:42:18.131Z] seccomp [2020-01-29T16:42:18.131Z] Profile: default [2020-01-29T16:42:18.131Z] Kernel Version: 4.15.0-1048-aws [2020-01-29T16:42:18.131Z] Operating System: Ubuntu 18.04.3 LTS [2020-01-29T16:42:18.131Z] OSType: linux [2020-01-29T16:42:18.131Z] Architecture: x86_64 [2020-01-29T16:42:18.131Z] CPUs: 2 [2020-01-29T16:42:18.131Z] Total Memory: 7.501GiB [2020-01-29T16:42:18.131Z] Name: ip-10-100-106-91 [2020-01-29T16:42:18.131Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2020-01-29T16:42:18.131Z] Docker Root Dir: /var/lib/docker [2020-01-29T16:42:18.131Z] Debug Mode: false [2020-01-29T16:42:18.131Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:42:18.131Z] Labels: [2020-01-29T16:42:18.131Z] Experimental: true [2020-01-29T16:42:18.131Z] Insecure Registries: [2020-01-29T16:42:18.131Z] 127.0.0.0/8 [2020-01-29T16:42:18.131Z] Live Restore Enabled: true [2020-01-29T16:42:18.131Z] [2020-01-29T16:42:18.131Z] WARNING: No swap limit support [Pipeline] sh [2020-01-29T16:42:18.418Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:42:18.418Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:42:18.418Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40426/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-01-29T16:42:18.418Z] + bash /home/ubuntu/workspace/moby_PR-40426/check-config.sh [2020-01-29T16:42:18.418Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-01-29T16:42:18.418Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2020-01-29T16:42:18.418Z] [2020-01-29T16:42:18.418Z] Generally Necessary: [2020-01-29T16:42:18.418Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-01-29T16:42:18.418Z] - apparmor: enabled and tools installed [2020-01-29T16:42:18.418Z] - CONFIG_NAMESPACES: enabled [2020-01-29T16:42:18.418Z] - CONFIG_NET_NS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_PID_NS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_IPC_NS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_UTS_NS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUPS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_DEVICE: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_FREEZER: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_SCHED: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CPUSETS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_MEMCG: enabled [2020-01-29T16:42:18.418Z] - CONFIG_KEYS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_VETH: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_BRIDGE: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_NF_NAT: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-01-29T16:42:18.418Z] - CONFIG_POSIX_MQUEUE: enabled [2020-01-29T16:42:18.418Z] [2020-01-29T16:42:18.418Z] Optional Features: [2020-01-29T16:42:18.418Z] - CONFIG_USER_NS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_SECCOMP: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_PIDS: enabled [2020-01-29T16:42:18.418Z] - CONFIG_MEMCG_SWAP: enabled [2020-01-29T16:42:18.418Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-01-29T16:42:18.418Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-01-29T16:42:18.418Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-01-29T16:42:18.418Z] - CONFIG_BLK_CGROUP: enabled [2020-01-29T16:42:18.418Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-01-29T16:42:18.418Z] - CONFIG_IOSCHED_CFQ: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_PERF: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-01-29T16:42:18.418Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-01-29T16:42:18.418Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-01-29T16:42:18.418Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-01-29T16:42:18.418Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-01-29T16:42:18.461Z] go: finding github.com/spf13/cast v1.3.0 [2020-01-29T16:42:18.461Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-01-29T16:42:18.461Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-01-29T16:42:18.677Z] - CONFIG_RT_GROUP_SCHED: missing [2020-01-29T16:42:18.677Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_IP_VS: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_IP_VS_NFCT: enabled [2020-01-29T16:42:18.677Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-01-29T16:42:18.677Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-01-29T16:42:18.677Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_EXT4_FS: enabled [2020-01-29T16:42:18.677Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-01-29T16:42:18.677Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-01-29T16:42:18.677Z] - Network Drivers: [2020-01-29T16:42:18.677Z] - "overlay": [2020-01-29T16:42:18.677Z] - CONFIG_VXLAN: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-01-29T16:42:18.677Z] Optional (for encrypted networks): [2020-01-29T16:42:18.677Z] - CONFIG_CRYPTO: enabled [2020-01-29T16:42:18.677Z] - CONFIG_CRYPTO_AEAD: enabled [2020-01-29T16:42:18.677Z] - CONFIG_CRYPTO_GCM: enabled [2020-01-29T16:42:18.677Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-01-29T16:42:18.677Z] - CONFIG_CRYPTO_GHASH: enabled [2020-01-29T16:42:18.677Z] - CONFIG_XFRM: enabled [2020-01-29T16:42:18.677Z] - CONFIG_XFRM_USER: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_INET_ESP: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-01-29T16:42:18.677Z] - "ipvlan": [2020-01-29T16:42:18.677Z] - CONFIG_IPVLAN: enabled (as module) [2020-01-29T16:42:18.677Z] - "macvlan": [2020-01-29T16:42:18.677Z] - CONFIG_MACVLAN: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_DUMMY: enabled (as module) [2020-01-29T16:42:18.677Z] - "ftp,tftp client in container": [2020-01-29T16:42:18.677Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-01-29T16:42:18.677Z] - Storage Drivers: [2020-01-29T16:42:18.677Z] - "aufs": [2020-01-29T16:42:18.677Z] - CONFIG_AUFS_FS: enabled (as module) [2020-01-29T16:42:18.677Z] - "btrfs": [2020-01-29T16:42:18.677Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-01-29T16:42:18.677Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-01-29T16:42:18.677Z] - "devicemapper": [2020-01-29T16:42:18.677Z] - CONFIG_BLK_DEV_DM: enabled [2020-01-29T16:42:18.677Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-01-29T16:42:18.677Z] - "overlay": [2020-01-29T16:42:18.677Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-01-29T16:42:18.677Z] - "zfs": [2020-01-29T16:42:18.677Z] - /dev/zfs: missing [2020-01-29T16:42:18.677Z] - zfs command: missing [2020-01-29T16:42:18.677Z] - zpool command: missing [2020-01-29T16:42:18.677Z] [2020-01-29T16:42:18.677Z] Limits: [2020-01-29T16:42:18.677Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-01-29T16:42:18.677Z] [2020-01-29T16:42:18.677Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-01-29T16:42:18.902Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-01-29T16:42:19.036Z] + sudo modprobe ip_vs [2020-01-29T16:42:19.287Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-01-29T16:42:19.287Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-01-29T16:42:19.287Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-01-29T16:42:19.287Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-01-29T16:42:19.287Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-01-29T16:42:19.295Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fb155a1125d059ed0ded96aeb2116132707f08c5 . [2020-01-29T16:42:19.295Z] #1 [internal] load .dockerignore [2020-01-29T16:42:19.295Z] #1 transferring context: 87B done [2020-01-29T16:42:19.295Z] #1 DONE 0.0s [2020-01-29T16:42:19.295Z] [2020-01-29T16:42:19.295Z] #2 [internal] load build definition from Dockerfile [2020-01-29T16:42:19.295Z] #2 transferring dockerfile: 15.58kB done [2020-01-29T16:42:19.295Z] #2 DONE 0.1s [2020-01-29T16:42:19.295Z] [2020-01-29T16:42:19.295Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-01-29T16:42:19.477Z] fb056072eab9: Verifying Checksum [2020-01-29T16:42:19.477Z] fb056072eab9: Download complete [2020-01-29T16:42:19.553Z] #3 DONE 0.3s [2020-01-29T16:42:19.684Z] go: finding golang.org/x/text v0.3.0 [2020-01-29T16:42:19.684Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-01-29T16:42:19.812Z] [2020-01-29T16:42:19.812Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-01-29T16:42:19.812Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-01-29T16:42:19.812Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-01-29T16:42:19.812Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2020-01-29T16:42:19.812Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2020-01-29T16:42:19.812Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 2.85MB / 8.82MB 0.1s [2020-01-29T16:42:19.812Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.1s done [2020-01-29T16:42:19.812Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2020-01-29T16:42:20.049Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-01-29T16:42:20.069Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2020-01-29T16:42:20.069Z] #4 DONE 0.5s [2020-01-29T16:42:20.433Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-01-29T16:42:20.433Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-01-29T16:42:20.433Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-01-29T16:42:20.433Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-01-29T16:42:21.005Z] [2020-01-29T16:42:21.005Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-01-29T16:42:21.005Z] #6 DONE 0.2s [2020-01-29T16:42:21.005Z] [2020-01-29T16:42:21.005Z] #5 [internal] load metadata for docker.io/library/golang:1.13.6-buster [2020-01-29T16:42:21.005Z] #5 DONE 0.2s [2020-01-29T16:42:21.005Z] [2020-01-29T16:42:21.005Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:42:21.005Z] #7 resolve docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 done [2020-01-29T16:42:21.010Z] 68adcc365214: Verifying Checksum [2020-01-29T16:42:21.010Z] 68adcc365214: Download complete [2020-01-29T16:42:21.238Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-01-29T16:42:21.238Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-01-29T16:42:21.271Z] #7 sha256:272e3f68338f33e2a0bd794e416cb7929de154fcef5d5189566c1c499607bb37 5.46kB / 5.46kB done [2020-01-29T16:42:21.271Z] #7 sha256:43bf3e3107f525b7dea5b3cdfd15f62666066202105a0aaddbab2a02aefad1f7 0B / 10.00MB 0.2s [2020-01-29T16:42:21.271Z] #7 sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 1.42kB / 1.42kB done [2020-01-29T16:42:21.271Z] #7 sha256:93a56423351235e070b3630e0a8b3e27d5e868883d4dff591f676315f208a574 1.79kB / 1.79kB done [2020-01-29T16:42:21.271Z] #7 sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 10.34MB / 50.38MB 0.2s [2020-01-29T16:42:21.271Z] #7 sha256:d918eaefd9de8a1595f56900fdb8ab65a03d64b1da1078da7c0b0bf6f7552a14 7.81MB / 7.81MB 0.2s [2020-01-29T16:42:21.271Z] #7 sha256:43bf3e3107f525b7dea5b3cdfd15f62666066202105a0aaddbab2a02aefad1f7 6.34MB / 10.00MB 0.3s [2020-01-29T16:42:21.271Z] #7 sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 18.57MB / 50.38MB 0.3s [2020-01-29T16:42:21.271Z] #7 sha256:d918eaefd9de8a1595f56900fdb8ab65a03d64b1da1078da7c0b0bf6f7552a14 7.81MB / 7.81MB 0.2s done [2020-01-29T16:42:21.271Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 0B / 51.79MB 0.3s [2020-01-29T16:42:21.303Z] 71497195576e: Verifying Checksum [2020-01-29T16:42:21.303Z] 71497195576e: Download complete [2020-01-29T16:42:21.581Z] #7 sha256:43bf3e3107f525b7dea5b3cdfd15f62666066202105a0aaddbab2a02aefad1f7 10.00MB / 10.00MB 0.4s done [2020-01-29T16:42:21.581Z] #7 sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 32.83MB / 50.38MB 0.6s [2020-01-29T16:42:21.581Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 12.22MB / 51.79MB 0.6s [2020-01-29T16:42:21.581Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 6.10MB / 68.52MB 0.6s [2020-01-29T16:42:21.591Z] 76d8adf27bdf: Verifying Checksum [2020-01-29T16:42:21.591Z] 76d8adf27bdf: Download complete [2020-01-29T16:42:21.617Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-01-29T16:42:21.617Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-01-29T16:42:21.617Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-01-29T16:42:21.847Z] #7 sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 40.66MB / 50.38MB 0.9s [2020-01-29T16:42:21.847Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 20.85MB / 51.79MB 0.9s [2020-01-29T16:42:21.847Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 14.52MB / 68.52MB 0.9s [2020-01-29T16:42:21.847Z] #7 sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 46.36MB / 50.38MB 1.0s [2020-01-29T16:42:21.847Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 26.20MB / 51.79MB 1.0s [2020-01-29T16:42:21.847Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 20.81MB / 68.52MB 1.0s [2020-01-29T16:42:21.996Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-01-29T16:42:21.996Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-01-29T16:42:22.375Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-01-29T16:42:22.375Z] go: finding github.com/lib/pq v1.0.0 [2020-01-29T16:42:22.418Z] #7 sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 50.38MB / 50.38MB 1.3s done [2020-01-29T16:42:22.418Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 38.70MB / 51.79MB 1.3s [2020-01-29T16:42:22.418Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 31.56MB / 68.52MB 1.3s [2020-01-29T16:42:22.418Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 0B / 120.08MB 1.3s [2020-01-29T16:42:22.418Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 41.36MB / 51.79MB 1.4s [2020-01-29T16:42:22.418Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 45.02MB / 51.79MB 1.5s [2020-01-29T16:42:22.418Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 39.07MB / 68.52MB 1.5s [2020-01-29T16:42:22.679Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 51.79MB / 51.79MB 1.7s [2020-01-29T16:42:22.679Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 45.44MB / 68.52MB 1.7s [2020-01-29T16:42:22.679Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 13.93MB / 120.08MB 1.7s [2020-01-29T16:42:22.679Z] #7 extracting sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 [2020-01-29T16:42:22.679Z] #7 sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 51.79MB / 51.79MB 1.7s done [2020-01-29T16:42:22.679Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 51.32MB / 68.52MB 1.8s [2020-01-29T16:42:22.679Z] #7 sha256:4e820fb4177f9a8a9952fca08660ecf687d27e7b25c73976880b130345dfa28f 0B / 127B 1.8s [2020-01-29T16:42:22.738Z] go: finding github.com/stretchr/testify v1.2.2 [2020-01-29T16:42:22.738Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-01-29T16:42:22.944Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 57.43MB / 68.52MB 1.9s [2020-01-29T16:42:22.944Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 22.13MB / 120.08MB 1.9s [2020-01-29T16:42:22.944Z] #7 sha256:4e820fb4177f9a8a9952fca08660ecf687d27e7b25c73976880b130345dfa28f 127B / 127B 1.8s done [2020-01-29T16:42:22.944Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 62.72MB / 68.52MB 2.0s [2020-01-29T16:42:23.115Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-01-29T16:42:23.202Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 68.52MB / 68.52MB 2.2s [2020-01-29T16:42:23.202Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 33.95MB / 120.08MB 2.2s [2020-01-29T16:42:23.202Z] #7 sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 68.52MB / 68.52MB 2.3s done [2020-01-29T16:42:23.202Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 47.32MB / 120.08MB 2.4s [2020-01-29T16:42:23.469Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 53.78MB / 120.08MB 2.5s [2020-01-29T16:42:23.494Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-01-29T16:42:23.494Z] go: finding github.com/docker/go-connections v0.4.0 [2020-01-29T16:42:23.494Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-01-29T16:42:23.494Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-01-29T16:42:23.731Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 63.54MB / 120.08MB 2.7s [2020-01-29T16:42:23.947Z] go: finding github.com/jinzhu/now v1.0.0 [2020-01-29T16:42:23.947Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-01-29T16:42:23.996Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 73.24MB / 120.08MB 3.0s [2020-01-29T16:42:24.256Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 81.05MB / 120.08MB 3.2s [2020-01-29T16:42:24.256Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 94.09MB / 120.08MB 3.4s [2020-01-29T16:42:24.311Z] fb056072eab9: Pull complete [2020-01-29T16:42:24.514Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 103.65MB / 120.08MB 3.6s [2020-01-29T16:42:24.537Z] ok github.com/docker/docker/api/server 0.020s coverage: 9.0% of statements [2020-01-29T16:42:24.772Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 114.44MB / 120.08MB 3.8s [2020-01-29T16:42:24.937Z] 6a33b1f9796f: Pull complete [2020-01-29T16:42:24.983Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-01-29T16:42:24.983Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-01-29T16:42:25.224Z] 8f8f8962e456: Pull complete [2020-01-29T16:42:25.345Z] #7 sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 120.08MB / 120.08MB 4.2s done [2020-01-29T16:42:25.345Z] #7 ... [2020-01-29T16:42:25.345Z] [2020-01-29T16:42:25.345Z] #68 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-01-29T16:42:25.345Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-01-29T16:42:25.345Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-01-29T16:42:25.345Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-01-29T16:42:25.345Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.3s done [2020-01-29T16:42:25.345Z] #68 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.9s done [2020-01-29T16:42:25.345Z] #68 DONE 4.3s [2020-01-29T16:42:25.345Z] [2020-01-29T16:42:25.345Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:42:25.604Z] #7 ... [2020-01-29T16:42:25.604Z] [2020-01-29T16:42:25.604Z] #20 [internal] load build context [2020-01-29T16:42:25.604Z] #20 transferring context: 46.87MB 4.7s done [2020-01-29T16:42:25.604Z] #20 DONE 4.8s [2020-01-29T16:42:25.604Z] [2020-01-29T16:42:25.604Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:42:25.823Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-01-29T16:42:25.823Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-01-29T16:42:26.201Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-01-29T16:42:26.201Z] go: finding github.com/gofrs/flock v0.7.0 [2020-01-29T16:42:26.201Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-01-29T16:42:26.571Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-01-29T16:42:26.571Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-01-29T16:42:26.934Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-01-29T16:42:27.267Z] d66e58854927: Verifying Checksum [2020-01-29T16:42:27.267Z] d66e58854927: Download complete [2020-01-29T16:42:27.303Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-01-29T16:42:27.303Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-01-29T16:42:27.505Z] #7 extracting sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 4.6s done [2020-01-29T16:42:27.505Z] #7 extracting sha256:d918eaefd9de8a1595f56900fdb8ab65a03d64b1da1078da7c0b0bf6f7552a14 [2020-01-29T16:42:27.680Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-01-29T16:42:27.680Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-01-29T16:42:27.680Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-01-29T16:42:27.763Z] #7 extracting sha256:d918eaefd9de8a1595f56900fdb8ab65a03d64b1da1078da7c0b0bf6f7552a14 0.3s done [2020-01-29T16:42:27.763Z] #7 extracting sha256:43bf3e3107f525b7dea5b3cdfd15f62666066202105a0aaddbab2a02aefad1f7 0.1s [2020-01-29T16:42:28.020Z] #7 extracting sha256:43bf3e3107f525b7dea5b3cdfd15f62666066202105a0aaddbab2a02aefad1f7 0.3s done [2020-01-29T16:42:28.278Z] #7 extracting sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 0.1s [2020-01-29T16:42:28.488Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-01-29T16:42:28.488Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-01-29T16:42:28.488Z] go: finding github.com/magiconair/properties v1.8.0 [2020-01-29T16:42:28.871Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-01-29T16:42:29.257Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-01-29T16:42:29.257Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-01-29T16:42:29.313Z] 68adcc365214: Pull complete [2020-01-29T16:42:30.058Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-01-29T16:42:30.058Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-01-29T16:42:30.179Z] #7 extracting sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 2.0s done [2020-01-29T16:42:30.436Z] #7 extracting sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 [2020-01-29T16:42:30.448Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-01-29T16:42:30.448Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-01-29T16:42:30.448Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-01-29T16:42:30.448Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-01-29T16:42:30.826Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-01-29T16:42:31.618Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-01-29T16:42:31.618Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-01-29T16:42:31.618Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-01-29T16:42:31.618Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-01-29T16:42:32.006Z] 76d8adf27bdf: Pull complete [2020-01-29T16:42:32.571Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-01-29T16:42:32.964Z] #7 extracting sha256:f862a94ee6511b02e1d1306efbc314a27c16f61532d83609be405db52b1fcae3 2.1s done [2020-01-29T16:42:32.964Z] #7 extracting sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d [2020-01-29T16:42:32.977Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-01-29T16:42:32.977Z] go: finding github.com/spf13/afero v1.1.2 [2020-01-29T16:42:33.372Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-01-29T16:42:33.372Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-01-29T16:42:33.372Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-01-29T16:42:34.658Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-01-29T16:42:35.026Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-01-29T16:42:35.026Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-01-29T16:42:35.026Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-01-29T16:42:35.408Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-01-29T16:42:35.408Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-01-29T16:42:35.778Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-01-29T16:42:35.778Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-01-29T16:42:36.159Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-01-29T16:42:36.560Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-01-29T16:42:36.936Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-01-29T16:42:36.936Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-01-29T16:42:37.149Z] #7 extracting sha256:410143ccff3288fa3e449a582cfbee7892a4c3fddf5e93af8d1c6e4a241a146d 4.2s done [2020-01-29T16:42:37.149Z] #7 extracting sha256:4e820fb4177f9a8a9952fca08660ecf687d27e7b25c73976880b130345dfa28f [2020-01-29T16:42:37.149Z] #7 extracting sha256:4e820fb4177f9a8a9952fca08660ecf687d27e7b25c73976880b130345dfa28f done [2020-01-29T16:42:37.319Z] go: finding gotest.tools v2.2.0+incompatible [2020-01-29T16:42:37.477Z] #7 DONE 16.5s [2020-01-29T16:42:37.477Z] [2020-01-29T16:42:37.477Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-01-29T16:42:37.535Z] d66e58854927: Pull complete [2020-01-29T16:42:37.535Z] 71497195576e: Pull complete [2020-01-29T16:42:37.535Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2020-01-29T16:42:37.535Z] Status: Downloaded newer image for golang:1.12.10-stretch [2020-01-29T16:42:37.535Z] ---> ebd73b5ebd31 [2020-01-29T16:42:37.535Z] Step 5/16 : ARG BUILDX_REPO [2020-01-29T16:42:37.699Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-01-29T16:42:37.699Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-01-29T16:42:37.821Z] ---> Running in 6456944ea645 [2020-01-29T16:42:37.821Z] Removing intermediate container 6456944ea645 [2020-01-29T16:42:37.821Z] ---> c63a19fc55d8 [2020-01-29T16:42:37.821Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-01-29T16:42:37.821Z] ---> Running in 9982a8b7be79 [2020-01-29T16:42:38.071Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-01-29T16:42:38.071Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-01-29T16:42:38.071Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-01-29T16:42:38.071Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-01-29T16:42:38.071Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-01-29T16:42:38.108Z] Cloning into '/buildx'... [2020-01-29T16:42:38.448Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-01-29T16:42:38.448Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-01-29T16:42:38.448Z] go: finding google.golang.org/grpc v1.20.1 [2020-01-29T16:42:38.825Z] go: finding github.com/gorilla/mux v1.7.0 [2020-01-29T16:42:38.825Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-01-29T16:42:39.208Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-01-29T16:42:39.208Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-01-29T16:42:39.208Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-01-29T16:42:39.208Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-01-29T16:42:39.208Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-01-29T16:42:39.208Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-01-29T16:42:39.208Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-01-29T16:42:39.587Z] go: finding github.com/pkg/profile v1.2.1 [2020-01-29T16:42:39.587Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-01-29T16:42:39.967Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-01-29T16:42:39.967Z] go: finding gotest.tools v2.1.0+incompatible [2020-01-29T16:42:40.005Z] #8 DONE 2.1s [2020-01-29T16:42:40.005Z] [2020-01-29T16:42:40.005Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-01-29T16:42:40.266Z] #9 DONE 0.8s [2020-01-29T16:42:40.486Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-01-29T16:42:40.486Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-01-29T16:42:40.524Z] [2020-01-29T16:42:40.524Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-01-29T16:42:40.524Z] #40 DONE 0.1s [2020-01-29T16:42:40.524Z] [2020-01-29T16:42:40.524Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-01-29T16:42:40.524Z] #29 DONE 0.1s [2020-01-29T16:42:40.524Z] [2020-01-29T16:42:40.524Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:42:40.524Z] #21 DONE 0.1s [2020-01-29T16:42:40.524Z] [2020-01-29T16:42:40.524Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:42:40.524Z] #30 ... [2020-01-29T16:42:40.524Z] [2020-01-29T16:42:40.524Z] #70 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-01-29T16:42:40.524Z] #70 DONE 0.1s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-01-29T16:42:40.782Z] #46 DONE 0.1s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-01-29T16:42:40.782Z] #32 DONE 0.1s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-01-29T16:42:40.782Z] #64 DONE 0.1s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-01-29T16:42:40.782Z] #52 DONE 0.1s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-01-29T16:42:40.782Z] #22 DONE 0.2s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-01-29T16:42:40.782Z] #49 DONE 0.2s [2020-01-29T16:42:40.782Z] [2020-01-29T16:42:40.782Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:40.913Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-01-29T16:42:41.552Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-01-29T16:42:41.552Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-01-29T16:42:42.013Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-01-29T16:42:42.013Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-01-29T16:42:42.013Z] go: finding github.com/google/go-cmp v0.2.0 [2020-01-29T16:42:42.013Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-01-29T16:42:42.378Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-01-29T16:42:42.378Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-01-29T16:42:42.540Z] Removing intermediate container 9982a8b7be79 [2020-01-29T16:42:42.540Z] ---> 5f94d19cd058 [2020-01-29T16:42:42.540Z] Step 7/16 : WORKDIR /buildx [2020-01-29T16:42:42.540Z] ---> Running in 4c6585c493b5 [2020-01-29T16:42:42.540Z] Removing intermediate container 4c6585c493b5 [2020-01-29T16:42:42.540Z] ---> 9f435f92d093 [2020-01-29T16:42:42.540Z] Step 8/16 : ARG BUILDX_COMMIT [2020-01-29T16:42:42.540Z] ---> Running in 10700c5d8292 [2020-01-29T16:42:42.540Z] Removing intermediate container 10700c5d8292 [2020-01-29T16:42:42.540Z] ---> 0b016eca8495 [2020-01-29T16:42:42.540Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-01-29T16:42:42.540Z] ---> Running in 2f025c5d0143 [2020-01-29T16:42:42.748Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-01-29T16:42:42.748Z] go: finding github.com/stretchr/objx v0.1.1 [2020-01-29T16:42:42.748Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-01-29T16:42:42.748Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-01-29T16:42:43.116Z] go: finding github.com/docker/go-units v0.3.1 [2020-01-29T16:42:43.116Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-01-29T16:42:43.116Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-01-29T16:42:43.116Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-01-29T16:42:43.162Z] From https://github.com/docker/buildx [2020-01-29T16:42:43.162Z] * [new tag] v0.3.1 -> build [2020-01-29T16:42:43.501Z] go: finding google.golang.org/appengine v1.1.0 [2020-01-29T16:42:43.501Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-01-29T16:42:43.877Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-01-29T16:42:43.877Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-01-29T16:42:44.175Z] Switched to branch 'build' [2020-01-29T16:42:44.243Z] go: finding cloud.google.com/go v0.26.0 [2020-01-29T16:42:44.243Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-01-29T16:42:44.627Z] go: finding github.com/golang/mock v1.1.1 [2020-01-29T16:42:44.627Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-01-29T16:42:44.627Z] go: finding github.com/client9/misspell v0.3.4 [2020-01-29T16:42:44.794Z] Removing intermediate container 2f025c5d0143 [2020-01-29T16:42:44.794Z] ---> 2ec883c3cb46 [2020-01-29T16:42:44.794Z] Step 10/16 : RUN go mod download [2020-01-29T16:42:44.794Z] ---> Running in 7b8c4facb803 [2020-01-29T16:42:45.006Z] go: finding github.com/containerd/containerd v1.2.4 [2020-01-29T16:42:45.006Z] go: finding github.com/onsi/gomega v1.4.3 [2020-01-29T16:42:45.006Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-01-29T16:42:45.006Z] go: finding github.com/kr/pretty v0.1.0 [2020-01-29T16:42:45.080Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2020-01-29T16:42:45.080Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2020-01-29T16:42:45.080Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2020-01-29T16:42:45.080Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2020-01-29T16:42:45.080Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2020-01-29T16:42:45.080Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-01-29T16:42:45.080Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2020-01-29T16:42:45.080Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2020-01-29T16:42:45.080Z] go: finding github.com/spf13/viper v1.3.2 [2020-01-29T16:42:45.365Z] go: finding github.com/golang/protobuf v1.2.0 [2020-01-29T16:42:45.744Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-01-29T16:42:45.744Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-01-29T16:42:45.744Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2020-01-29T16:42:46.052Z] #50 ... [2020-01-29T16:42:46.052Z] [2020-01-29T16:42:46.052Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:42:46.052Z] #10 4.301 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:42:46.052Z] #10 4.401 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:42:46.052Z] #10 4.500 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:42:46.052Z] #10 5.459 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-01-29T16:42:46.104Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2020-01-29T16:42:46.128Z] go: finding github.com/docker/go-connections v0.3.0 [2020-01-29T16:42:46.492Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-01-29T16:42:46.492Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-01-29T16:42:46.492Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-01-29T16:42:46.492Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-01-29T16:42:46.492Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-01-29T16:42:46.492Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-01-29T16:42:46.492Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-01-29T16:42:46.618Z] #10 ... [2020-01-29T16:42:46.618Z] [2020-01-29T16:42:46.618Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:42:46.618Z] #25 5.300 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:42:46.618Z] #25 5.338 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:42:46.618Z] #25 5.346 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:42:46.618Z] #25 6.312 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-01-29T16:42:47.133Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2020-01-29T16:42:47.133Z] go: finding github.com/jinzhu/now v1.0.0 [2020-01-29T16:42:47.293Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-01-29T16:42:47.294Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-01-29T16:42:47.294Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-01-29T16:42:47.422Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2020-01-29T16:42:47.553Z] #25 ... [2020-01-29T16:42:47.553Z] [2020-01-29T16:42:47.553Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:42:47.553Z] #30 7.026 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-01-29T16:42:47.553Z] #30 7.034 Cloning into '.'... [2020-01-29T16:42:47.657Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-01-29T16:42:47.657Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-01-29T16:42:47.657Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-01-29T16:42:47.711Z] go: finding github.com/gorilla/mux v1.7.0 [2020-01-29T16:42:47.711Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2020-01-29T16:42:47.711Z] go: finding github.com/spf13/cobra v0.0.3 [2020-01-29T16:42:47.999Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2020-01-29T16:42:48.286Z] go: finding github.com/stretchr/testify v1.2.2 [2020-01-29T16:42:48.286Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-01-29T16:42:48.514Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-01-29T16:42:48.514Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-01-29T16:42:48.514Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-01-29T16:42:48.577Z] go: finding github.com/pkg/errors v0.8.1 [2020-01-29T16:42:48.866Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2020-01-29T16:42:48.947Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-01-29T16:42:48.947Z] go: finding github.com/kr/text v0.1.0 [2020-01-29T16:42:49.756Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-01-29T16:42:49.932Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2020-01-29T16:42:49.932Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2020-01-29T16:42:50.133Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-01-29T16:42:50.133Z] go: finding github.com/kr/pty v1.1.1 [2020-01-29T16:42:50.133Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-01-29T16:42:50.584Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2020-01-29T16:42:50.584Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2020-01-29T16:42:50.584Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-01-29T16:42:50.584Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2020-01-29T16:42:50.584Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2020-01-29T16:42:50.622Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-01-29T16:42:50.622Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-01-29T16:42:50.841Z] #30 ... [2020-01-29T16:42:50.841Z] [2020-01-29T16:42:50.841Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:42:50.841Z] #59 5.849 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:42:50.841Z] #59 5.972 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:42:50.841Z] #59 5.973 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:42:50.841Z] #59 6.896 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-01-29T16:42:50.841Z] #59 9.268 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [174 kB] [2020-01-29T16:42:50.841Z] #59 ... [2020-01-29T16:42:50.841Z] [2020-01-29T16:42:50.841Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:50.841Z] #65 7.145 + RM_GOPATH=0 [2020-01-29T16:42:50.841Z] #65 7.145 + TMP_GOPATH= [2020-01-29T16:42:50.841Z] #65 7.145 + : /build/ [2020-01-29T16:42:50.841Z] #65 7.159 + '[' -z '' ']' [2020-01-29T16:42:50.841Z] #65 7.165 ++ mktemp -d [2020-01-29T16:42:50.841Z] #65 7.171 + export GOPATH=/tmp/tmp.APR97QiyVz [2020-01-29T16:42:50.841Z] #65 7.171 + GOPATH=/tmp/tmp.APR97QiyVz [2020-01-29T16:42:50.841Z] #65 7.171 + RM_GOPATH=1 [2020-01-29T16:42:50.841Z] #65 7.172 ++ dirname ./install.sh [2020-01-29T16:42:50.841Z] #65 7.190 + dir=. [2020-01-29T16:42:50.841Z] #65 7.190 + bin=rootlesskit [2020-01-29T16:42:50.841Z] #65 7.190 + shift [2020-01-29T16:42:50.841Z] #65 7.190 + '[' '!' -f ./rootlesskit.installer ']' [2020-01-29T16:42:50.841Z] #65 7.191 + . ./rootlesskit.installer [2020-01-29T16:42:50.841Z] #65 7.191 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:42:50.841Z] #65 7.192 + install_rootlesskit [2020-01-29T16:42:50.841Z] #65 7.192 + case "$1" in [2020-01-29T16:42:50.841Z] #65 7.193 + export CGO_ENABLED=0 [2020-01-29T16:42:50.841Z] #65 7.193 + CGO_ENABLED=0 [2020-01-29T16:42:50.841Z] #65 7.193 + _install_rootlesskit [2020-01-29T16:42:50.841Z] #65 7.194 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-01-29T16:42:50.841Z] #65 7.195 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:42:50.841Z] #65 7.195 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.APR97QiyVz/src/github.com/rootless-containers/rootlesskit [2020-01-29T16:42:50.841Z] #65 7.203 Cloning into '/tmp/tmp.APR97QiyVz/src/github.com/rootless-containers/rootlesskit'... [2020-01-29T16:42:50.841Z] #65 ... [2020-01-29T16:42:50.841Z] [2020-01-29T16:42:50.841Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:42:50.841Z] #43 7.167 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:42:50.841Z] #43 7.235 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:42:50.841Z] #43 7.245 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:42:50.841Z] #43 8.267 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-01-29T16:42:50.841Z] #43 ... [2020-01-29T16:42:50.841Z] [2020-01-29T16:42:50.841Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:42:50.841Z] #41 6.634 + git clone https://github.com/docker/distribution.git . [2020-01-29T16:42:50.841Z] #41 6.639 Cloning into '.'... [2020-01-29T16:42:50.874Z] go: finding github.com/spf13/cast v1.3.0 [2020-01-29T16:42:51.100Z] #41 ... [2020-01-29T16:42:51.100Z] [2020-01-29T16:42:51.100Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:42:51.100Z] #35 5.204 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:42:51.100Z] #35 5.287 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:42:51.100Z] #35 5.319 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:42:51.100Z] #35 6.280 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-01-29T16:42:51.100Z] #35 8.800 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [174 kB] [2020-01-29T16:42:51.100Z] #35 ... [2020-01-29T16:42:51.100Z] [2020-01-29T16:42:51.100Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:42:51.100Z] #71 6.969 + RM_GOPATH=0 [2020-01-29T16:42:51.100Z] #71 6.969 + TMP_GOPATH= [2020-01-29T16:42:51.100Z] #71 6.969 + : /build [2020-01-29T16:42:51.100Z] #71 6.969 + '[' -z '' ']' [2020-01-29T16:42:51.100Z] #71 6.978 ++ mktemp -d [2020-01-29T16:42:51.100Z] #71 6.979 + export GOPATH=/tmp/tmp.Vh8yzp6MlN [2020-01-29T16:42:51.100Z] #71 6.979 + GOPATH=/tmp/tmp.Vh8yzp6MlN [2020-01-29T16:42:51.100Z] #71 6.979 + RM_GOPATH=1 [2020-01-29T16:42:51.100Z] #71 6.991 ++ dirname ./install.sh [2020-01-29T16:42:51.100Z] #71 7.007 + dir=. [2020-01-29T16:42:51.100Z] #71 7.008 + bin=proxy [2020-01-29T16:42:51.100Z] #71 7.012 + shift [2020-01-29T16:42:51.100Z] #71 7.013 + '[' '!' -f ./proxy.installer ']' [2020-01-29T16:42:51.100Z] #71 7.013 + . ./proxy.installer [2020-01-29T16:42:51.100Z] #71 7.015 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:42:51.100Z] #71 7.016 + install_proxy [2020-01-29T16:42:51.100Z] #71 7.018 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:42:51.100Z] #71 7.018 + case "$1" in [2020-01-29T16:42:51.100Z] #71 7.018 + export CGO_ENABLED=0 [2020-01-29T16:42:51.100Z] #71 7.018 + CGO_ENABLED=0 [2020-01-29T16:42:51.100Z] #71 7.018 + _install_proxy [2020-01-29T16:42:51.100Z] #71 7.018 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-01-29T16:42:51.100Z] #71 7.018 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Vh8yzp6MlN/src/github.com/docker/libnetwork [2020-01-29T16:42:51.100Z] #71 7.020 Cloning into '/tmp/tmp.Vh8yzp6MlN/src/github.com/docker/libnetwork'... [2020-01-29T16:42:51.165Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2020-01-29T16:42:51.359Z] #71 ... [2020-01-29T16:42:51.359Z] [2020-01-29T16:42:51.359Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:51.359Z] #53 7.017 + RM_GOPATH=0 [2020-01-29T16:42:51.359Z] #53 7.018 + TMP_GOPATH= [2020-01-29T16:42:51.359Z] #53 7.018 + : /build [2020-01-29T16:42:51.359Z] #53 7.019 + '[' -z '' ']' [2020-01-29T16:42:51.359Z] #53 7.020 ++ mktemp -d [2020-01-29T16:42:51.359Z] #53 7.042 + export GOPATH=/tmp/tmp.QHLSaePIkn [2020-01-29T16:42:51.359Z] #53 7.042 + GOPATH=/tmp/tmp.QHLSaePIkn [2020-01-29T16:42:51.359Z] #53 7.042 + RM_GOPATH=1 [2020-01-29T16:42:51.359Z] #53 7.043 ++ dirname ./install.sh [2020-01-29T16:42:51.359Z] #53 7.044 + dir=. [2020-01-29T16:42:51.359Z] #53 7.044 + bin=golangci_lint [2020-01-29T16:42:51.359Z] #53 7.044 + shift [2020-01-29T16:42:51.359Z] #53 7.044 + '[' '!' -f ./golangci_lint.installer ']' [2020-01-29T16:42:51.359Z] #53 7.044 + . ./golangci_lint.installer [2020-01-29T16:42:51.359Z] #53 7.045 ++ : v1.20.0 [2020-01-29T16:42:51.359Z] #53 7.045 + install_golangci_lint [2020-01-29T16:42:51.359Z] #53 7.045 + echo 'Installing golangci-lint version v1.20.0' [2020-01-29T16:42:51.359Z] #53 7.045 Installing golangci-lint version v1.20.0 [2020-01-29T16:42:51.359Z] #53 7.046 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-01-29T16:42:51.359Z] #53 ... [2020-01-29T16:42:51.359Z] [2020-01-29T16:42:51.359Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:42:51.359Z] #47 7.394 + RM_GOPATH=0 [2020-01-29T16:42:51.359Z] #47 7.394 + TMP_GOPATH= [2020-01-29T16:42:51.359Z] #47 7.394 + : /build [2020-01-29T16:42:51.359Z] #47 7.394 + '[' -z '' ']' [2020-01-29T16:42:51.359Z] #47 7.406 ++ mktemp -d [2020-01-29T16:42:51.359Z] #47 7.410 + export GOPATH=/tmp/tmp.nmZaDVnaJ3 [2020-01-29T16:42:51.359Z] #47 7.410 + GOPATH=/tmp/tmp.nmZaDVnaJ3 [2020-01-29T16:42:51.359Z] #47 7.410 + RM_GOPATH=1 [2020-01-29T16:42:51.359Z] #47 7.410 ++ dirname ./install.sh [2020-01-29T16:42:51.359Z] #47 7.418 + dir=. [2020-01-29T16:42:51.359Z] #47 7.422 + bin=vndr [2020-01-29T16:42:51.359Z] #47 7.422 + shift [2020-01-29T16:42:51.359Z] #47 7.422 + '[' '!' -f ./vndr.installer ']' [2020-01-29T16:42:51.359Z] #47 7.423 + . ./vndr.installer [2020-01-29T16:42:51.359Z] #47 7.423 ++ : d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:42:51.359Z] #47 7.423 + install_vndr [2020-01-29T16:42:51.359Z] #47 7.424 + echo 'Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f' [2020-01-29T16:42:51.359Z] #47 7.424 Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:42:51.359Z] #47 7.424 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nmZaDVnaJ3/src/github.com/LK4D4/vndr [2020-01-29T16:42:51.359Z] #47 7.430 Cloning into '/tmp/tmp.nmZaDVnaJ3/src/github.com/LK4D4/vndr'... [2020-01-29T16:42:51.359Z] #47 8.284 + cd /tmp/tmp.nmZaDVnaJ3/src/github.com/LK4D4/vndr [2020-01-29T16:42:51.359Z] #47 8.284 + git checkout -q d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:42:51.359Z] #47 8.324 + go build -buildmode=pie -v -o /build/vndr . [2020-01-29T16:42:51.359Z] #47 9.741 runtime/internal/math [2020-01-29T16:42:51.359Z] #47 9.807 internal/bytealg [2020-01-29T16:42:51.359Z] #47 9.907 internal/race [2020-01-29T16:42:51.359Z] #47 10.03 sync/atomic [2020-01-29T16:42:51.359Z] #47 10.37 unicode [2020-01-29T16:42:51.359Z] #47 10.79 runtime [2020-01-29T16:42:51.618Z] #47 ... [2020-01-29T16:42:51.618Z] [2020-01-29T16:42:51.618Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:51.618Z] #23 6.979 + RM_GOPATH=0 [2020-01-29T16:42:51.618Z] #23 6.979 + TMP_GOPATH= [2020-01-29T16:42:51.618Z] #23 6.980 + : /build [2020-01-29T16:42:51.618Z] #23 6.980 + '[' -z '' ']' [2020-01-29T16:42:51.618Z] #23 6.982 ++ mktemp -d [2020-01-29T16:42:51.618Z] #23 6.984 + export GOPATH=/tmp/tmp.1QXHiw1l6L [2020-01-29T16:42:51.618Z] #23 6.984 + GOPATH=/tmp/tmp.1QXHiw1l6L [2020-01-29T16:42:51.618Z] #23 6.984 + RM_GOPATH=1 [2020-01-29T16:42:51.618Z] #23 6.985 ++ dirname ./install.sh [2020-01-29T16:42:51.618Z] #23 6.987 + dir=. [2020-01-29T16:42:51.618Z] #23 6.987 + bin=dockercli [2020-01-29T16:42:51.618Z] #23 6.987 + shift [2020-01-29T16:42:51.618Z] #23 6.987 + '[' '!' -f ./dockercli.installer ']' [2020-01-29T16:42:51.618Z] #23 6.987 + . ./dockercli.installer [2020-01-29T16:42:51.618Z] #23 6.987 ++ : stable [2020-01-29T16:42:51.618Z] #23 6.987 ++ : 17.06.2-ce [2020-01-29T16:42:51.618Z] #23 6.988 + install_dockercli [2020-01-29T16:42:51.618Z] #23 6.988 Install docker/cli version 17.06.2-ce from stable [2020-01-29T16:42:51.618Z] #23 6.988 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-01-29T16:42:51.618Z] #23 6.990 ++ uname -m [2020-01-29T16:42:51.618Z] #23 7.005 + arch=x86_64 [2020-01-29T16:42:51.618Z] #23 7.005 + '[' x86_64 '!=' x86_64 ']' [2020-01-29T16:42:51.618Z] #23 7.005 + url=https://download.docker.com/linux/static [2020-01-29T16:42:51.618Z] #23 7.006 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-01-29T16:42:51.618Z] #23 7.006 + tar -xz docker/docker [2020-01-29T16:42:51.876Z] #23 ... [2020-01-29T16:42:51.876Z] [2020-01-29T16:42:51.876Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:42:51.876Z] #33 6.956 + RM_GOPATH=0 [2020-01-29T16:42:51.876Z] #33 6.956 + TMP_GOPATH= [2020-01-29T16:42:51.876Z] #33 6.956 + : /build [2020-01-29T16:42:51.876Z] #33 6.956 + '[' -z '' ']' [2020-01-29T16:42:51.876Z] #33 6.956 ++ mktemp -d [2020-01-29T16:42:51.876Z] #33 6.959 + export GOPATH=/tmp/tmp.vl2SIaJsmX [2020-01-29T16:42:51.876Z] #33 6.959 + GOPATH=/tmp/tmp.vl2SIaJsmX [2020-01-29T16:42:51.876Z] #33 6.960 + RM_GOPATH=1 [2020-01-29T16:42:51.876Z] #33 6.961 ++ dirname ./install.sh [2020-01-29T16:42:51.876Z] #33 6.964 + dir=. [2020-01-29T16:42:51.876Z] #33 6.967 + bin=tomlv [2020-01-29T16:42:51.876Z] #33 6.968 + shift [2020-01-29T16:42:51.876Z] #33 6.968 + '[' '!' -f ./tomlv.installer ']' [2020-01-29T16:42:51.876Z] #33 6.968 + . ./tomlv.installer [2020-01-29T16:42:51.876Z] #33 6.969 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:42:51.876Z] #33 6.969 + install_tomlv [2020-01-29T16:42:51.876Z] #33 6.969 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-01-29T16:42:51.876Z] #33 6.970 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:42:51.876Z] #33 6.971 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.vl2SIaJsmX/src/github.com/BurntSushi/toml [2020-01-29T16:42:51.876Z] #33 6.975 Cloning into '/tmp/tmp.vl2SIaJsmX/src/github.com/BurntSushi/toml'... [2020-01-29T16:42:51.876Z] #33 8.208 + cd /tmp/tmp.vl2SIaJsmX/src/github.com/BurntSushi/toml [2020-01-29T16:42:51.876Z] #33 8.208 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:42:51.876Z] #33 8.214 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-01-29T16:42:51.876Z] #33 9.022 internal/cpu [2020-01-29T16:42:51.876Z] #33 9.026 runtime/internal/atomic [2020-01-29T16:42:51.876Z] #33 9.314 runtime/internal/sys [2020-01-29T16:42:51.876Z] #33 9.638 runtime/internal/math [2020-01-29T16:42:51.876Z] #33 9.646 internal/bytealg [2020-01-29T16:42:51.876Z] #33 9.732 math/bits [2020-01-29T16:42:51.876Z] #33 10.33 math [2020-01-29T16:42:51.876Z] #33 10.55 runtime [2020-01-29T16:42:51.876Z] #33 ... [2020-01-29T16:42:51.876Z] [2020-01-29T16:42:51.876Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:51.876Z] #50 7.216 + RM_GOPATH=0 [2020-01-29T16:42:51.876Z] #50 7.217 + TMP_GOPATH= [2020-01-29T16:42:51.876Z] #50 7.217 + : /build [2020-01-29T16:42:51.876Z] #50 7.217 + '[' -z '' ']' [2020-01-29T16:42:51.876Z] #50 7.219 ++ mktemp -d [2020-01-29T16:42:51.876Z] #50 7.222 + export GOPATH=/tmp/tmp.2Dkndcgc1a [2020-01-29T16:42:51.876Z] #50 7.222 + GOPATH=/tmp/tmp.2Dkndcgc1a [2020-01-29T16:42:51.876Z] #50 7.222 + RM_GOPATH=1 [2020-01-29T16:42:51.876Z] #50 7.224 ++ dirname ./install.sh [2020-01-29T16:42:51.876Z] #50 7.229 + dir=. [2020-01-29T16:42:51.876Z] #50 7.232 + bin=gotestsum [2020-01-29T16:42:51.876Z] #50 7.232 + shift [2020-01-29T16:42:51.876Z] #50 7.233 + '[' '!' -f ./gotestsum.installer ']' [2020-01-29T16:42:51.876Z] #50 7.233 + . ./gotestsum.installer [2020-01-29T16:42:51.876Z] #50 7.233 ++ : v0.3.5 [2020-01-29T16:42:51.876Z] #50 7.238 + install_gotestsum [2020-01-29T16:42:51.876Z] #50 7.238 + echo 'Installing gotestsum version v0.3.5' [2020-01-29T16:42:51.876Z] #50 7.238 Installing gotestsum version v0.3.5 [2020-01-29T16:42:51.876Z] #50 7.238 + go get -d gotest.tools/gotestsum [2020-01-29T16:42:52.198Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2020-01-29T16:42:52.198Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2020-01-29T16:42:52.488Z] go: finding github.com/hashicorp/go-version v1.1.0 [2020-01-29T16:42:52.790Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2020-01-29T16:42:52.790Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2020-01-29T16:42:53.417Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-01-29T16:42:53.417Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2020-01-29T16:42:53.417Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2020-01-29T16:42:54.406Z] #50 ... [2020-01-29T16:42:54.406Z] [2020-01-29T16:42:54.406Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:42:54.406Z] #47 13.40 unicode/utf8 [2020-01-29T16:42:54.444Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-01-29T16:42:54.666Z] #47 14.00 math [2020-01-29T16:42:54.733Z] go: finding github.com/theupdateframework/notary v0.6.1 [2020-01-29T16:42:55.027Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2020-01-29T16:42:55.662Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2020-01-29T16:42:55.662Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2020-01-29T16:42:56.694Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2020-01-29T16:42:56.983Z] go: finding github.com/prometheus/client_golang v0.8.0 [2020-01-29T16:42:57.273Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-01-29T16:42:58.016Z] #47 ... [2020-01-29T16:42:58.016Z] [2020-01-29T16:42:58.016Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:42:58.016Z] #10 7.704 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [174 kB] [2020-01-29T16:42:58.016Z] #10 10.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-01-29T16:42:58.304Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2020-01-29T16:42:58.504Z] #10 ... [2020-01-29T16:42:58.504Z] [2020-01-29T16:42:58.504Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:42:58.504Z] #23 16.40 + mkdir -p /build [2020-01-29T16:42:58.504Z] #23 16.41 + mv docker/docker /build/ [2020-01-29T16:42:58.504Z] #23 16.43 + rmdir docker [2020-01-29T16:42:58.763Z] #23 ... [2020-01-29T16:42:58.763Z] [2020-01-29T16:42:58.763Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:42:58.763Z] #25 8.490 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [174 kB] [2020-01-29T16:42:58.763Z] #25 10.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-01-29T16:42:59.022Z] #25 ... [2020-01-29T16:42:59.022Z] [2020-01-29T16:42:59.022Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:42:59.022Z] #47 18.28 unicode/utf16 [2020-01-29T16:42:59.022Z] #47 18.46 container/list [2020-01-29T16:42:59.335Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2020-01-29T16:42:59.590Z] #47 18.89 crypto/internal/subtle [2020-01-29T16:42:59.625Z] go: finding github.com/lib/pq v1.0.0 [2020-01-29T16:42:59.847Z] #47 19.02 crypto/subtle [2020-01-29T16:42:59.847Z] #47 19.21 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-01-29T16:42:59.917Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2020-01-29T16:43:00.105Z] #47 19.40 internal/nettrace [2020-01-29T16:43:00.205Z] go: finding github.com/hashicorp/hcl v1.0.0 [2020-01-29T16:43:00.363Z] #47 19.56 runtime/cgo [2020-01-29T16:43:00.622Z] #47 ... [2020-01-29T16:43:00.622Z] [2020-01-29T16:43:00.622Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:43:00.622Z] #23 DONE 19.9s [2020-01-29T16:43:00.622Z] [2020-01-29T16:43:00.622Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:43:00.622Z] #33 15.41 internal/testlog [2020-01-29T16:43:00.622Z] #33 15.77 encoding [2020-01-29T16:43:00.622Z] #33 15.94 runtime/cgo [2020-01-29T16:43:01.190Z] #33 ... [2020-01-29T16:43:01.190Z] [2020-01-29T16:43:01.190Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:43:01.190Z] #43 10.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [174 kB] [2020-01-29T16:43:01.190Z] #43 13.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-01-29T16:43:01.190Z] #43 ... [2020-01-29T16:43:01.190Z] [2020-01-29T16:43:01.190Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:43:01.190Z] #65 11.68 + cd /tmp/tmp.APR97QiyVz/src/github.com/rootless-containers/rootlesskit [2020-01-29T16:43:01.190Z] #65 11.68 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:43:01.190Z] #65 11.90 + for f in rootlesskit rootlesskit-docker-proxy [2020-01-29T16:43:01.190Z] #65 11.90 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-01-29T16:43:01.757Z] #65 ... [2020-01-29T16:43:01.757Z] [2020-01-29T16:43:01.757Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:43:01.757Z] #35 11.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-01-29T16:43:01.757Z] #35 ... [2020-01-29T16:43:01.757Z] [2020-01-29T16:43:01.757Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:43:01.757Z] #59 11.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-01-29T16:43:02.692Z] #59 ... [2020-01-29T16:43:02.692Z] [2020-01-29T16:43:02.692Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:02.692Z] #10 22.24 Fetched 8324 kB in 18s (457 kB/s) [2020-01-29T16:43:02.970Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2020-01-29T16:43:02.971Z] go: finding github.com/stretchr/testify v1.3.0 [2020-01-29T16:43:03.262Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2020-01-29T16:43:03.552Z] go: finding github.com/ghodss/yaml v1.0.0 [2020-01-29T16:43:04.185Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2020-01-29T16:43:05.213Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-01-29T16:43:05.869Z] go: finding github.com/json-iterator/go v1.1.6 [2020-01-29T16:43:06.158Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2020-01-29T16:43:06.449Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2020-01-29T16:43:06.738Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2020-01-29T16:43:07.025Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2020-01-29T16:43:07.959Z] #10 22.24 Reading package lists... [2020-01-29T16:43:07.959Z] #10 ... [2020-01-29T16:43:07.959Z] [2020-01-29T16:43:07.959Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:43:07.959Z] #71 23.25 Checking out files: 59% (1191/1997) Checking out files: 60% (1199/1997) Checking out files: 61% (1219/1997) Checking out files: 62% (1239/1997) Checking out files: 63% (1259/1997) Checking out files: 64% (1279/1997) Checking out files: 65% (1299/1997) Checking out files: 66% (1319/1997) Checking out files: 67% (1338/1997) Checking out files: 68% (1358/1997) Checking out files: 69% (1378/1997) Checking out files: 70% (1398/1997) Checking out files: 71% (1418/1997) Checking out files: 72% (1438/1997) Checking out files: 73% (1458/1997) Checking out files: 74% (1478/1997) Checking out files: 75% (1498/1997) Checking out files: 76% (1518/1997) Checking out files: 77% (1538/1997) Checking out files: 78% (1558/1997) Checking out files: 79% (1578/1997) Checking out files: 80% (1598/1997) Checking out files: 81% (1618/1997) Checking out files: 82% (1638/1997) Checking out files: 83% (1658/1997) Checking out files: 84% (1678/1997) Checking out files: 85% (1698/1997) Checking out files: 86% (1718/1997) Checking out files: 87% (1738/1997) Checking out files: 88% (1758/1997) Checking out files: 89% (1778/1997) Checking out files: 90% (1798/1997) Checking out files: 91% (1818/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-01-29T16:43:07.959Z] #71 24.05 + cd /tmp/tmp.Vh8yzp6MlN/src/github.com/docker/libnetwork [2020-01-29T16:43:07.959Z] #71 24.05 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:43:07.959Z] #71 24.44 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-01-29T16:43:08.056Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2020-01-29T16:43:08.687Z] go: finding github.com/spf13/pflag v1.0.3 [2020-01-29T16:43:08.895Z] #71 ... [2020-01-29T16:43:08.895Z] [2020-01-29T16:43:08.895Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:43:08.895Z] #53 28.26 + cd /tmp/tmp.QHLSaePIkn/src/github.com/golangci/golangci-lint/ [2020-01-29T16:43:08.895Z] #53 28.26 + git checkout -q v1.20.0 [2020-01-29T16:43:09.318Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2020-01-29T16:43:09.318Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2020-01-29T16:43:09.609Z] go: finding gopkg.in/inf.v0 v0.9.1 [2020-01-29T16:43:09.832Z] #53 29.24 ++ git describe --tags [2020-01-29T16:43:09.898Z] go: finding github.com/imdario/mergo v0.3.7 [2020-01-29T16:43:09.898Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-01-29T16:43:10.091Z] #53 29.25 + version=v1.20.0 [2020-01-29T16:43:10.091Z] #53 29.25 ++ git rev-parse --short HEAD [2020-01-29T16:43:10.091Z] #53 29.26 + commit=cc98739 [2020-01-29T16:43:10.091Z] #53 29.26 ++ git show -s --format=%cd [2020-01-29T16:43:10.091Z] #53 29.27 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-01-29T16:43:10.091Z] #53 29.28 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-01-29T16:43:11.956Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2020-01-29T16:43:11.956Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-01-29T16:43:12.244Z] go: finding golang.org/x/text v0.3.0 [2020-01-29T16:43:12.870Z] go: finding github.com/jinzhu/gorm v1.9.2 [2020-01-29T16:43:12.870Z] go: finding github.com/magiconair/properties v1.8.0 [2020-01-29T16:43:13.375Z] #53 ... [2020-01-29T16:43:13.375Z] [2020-01-29T16:43:13.375Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:43:13.375Z] #41 22.47 Checking out files: 84% (1314/1559) Checking out files: 85% (1326/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2020-01-29T16:43:13.375Z] #41 22.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-01-29T16:43:13.375Z] #41 25.22 + 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-01-29T16:43:13.375Z] #41 ... [2020-01-29T16:43:13.375Z] [2020-01-29T16:43:13.375Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:43:13.375Z] #35 22.68 Fetched 8324 kB in 18s (471 kB/s) [2020-01-29T16:43:13.375Z] #35 22.68 Reading package lists... [2020-01-29T16:43:13.375Z] #35 29.68 Reading package lists... [2020-01-29T16:43:13.375Z] #35 ... [2020-01-29T16:43:13.375Z] [2020-01-29T16:43:13.375Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:13.375Z] #10 22.24 Reading package lists... [2020-01-29T16:43:13.499Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-01-29T16:43:13.499Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2020-01-29T16:43:13.941Z] #10 29.28 Reading package lists... [2020-01-29T16:43:13.942Z] #10 ... [2020-01-29T16:43:13.942Z] [2020-01-29T16:43:13.942Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:43:13.942Z] #59 23.49 Fetched 8324 kB in 18s (467 kB/s) [2020-01-29T16:43:13.942Z] #59 23.49 Reading package lists... [2020-01-29T16:43:13.942Z] #59 31.11 Reading package lists... [2020-01-29T16:43:13.942Z] #59 ... [2020-01-29T16:43:13.942Z] [2020-01-29T16:43:13.942Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:43:13.942Z] #25 23.52 Fetched 8324 kB in 19s (449 kB/s) [2020-01-29T16:43:13.942Z] #25 23.52 Reading package lists... [2020-01-29T16:43:14.200Z] #25 31.19 Reading package lists... [2020-01-29T16:43:14.200Z] #25 ... [2020-01-29T16:43:14.200Z] [2020-01-29T16:43:14.200Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:43:14.200Z] #43 24.80 Fetched 8324 kB in 18s (466 kB/s) [2020-01-29T16:43:14.200Z] #43 24.80 Reading package lists... [2020-01-29T16:43:14.546Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2020-01-29T16:43:15.176Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2020-01-29T16:43:15.176Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2020-01-29T16:43:15.805Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2020-01-29T16:43:15.805Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2020-01-29T16:43:16.731Z] #43 32.34 Reading package lists... [2020-01-29T16:43:16.731Z] #43 ... [2020-01-29T16:43:16.731Z] [2020-01-29T16:43:16.731Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:16.731Z] #10 29.28 Reading package lists... [2020-01-29T16:43:16.994Z] go: finding github.com/stretchr/objx v0.1.0 [2020-01-29T16:43:16.994Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2020-01-29T16:43:17.624Z] go: finding github.com/coreos/go-semver v0.2.0 [2020-01-29T16:43:18.254Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2020-01-29T16:43:18.254Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-01-29T16:43:18.632Z] #10 36.36 Building dependency tree... [2020-01-29T16:43:19.775Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2020-01-29T16:43:20.406Z] go: finding github.com/sirupsen/logrus v1.4.0 [2020-01-29T16:43:20.407Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-01-29T16:43:20.537Z] #10 40.12 The following additional packages will be installed: [2020-01-29T16:43:20.537Z] #10 40.12 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-01-29T16:43:20.537Z] #10 40.12 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-01-29T16:43:20.537Z] #10 40.12 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-01-29T16:43:20.537Z] #10 40.13 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-01-29T16:43:20.537Z] #10 40.13 Suggested packages: [2020-01-29T16:43:20.537Z] #10 40.13 gcc-8-locales seccomp wine64 [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/server/middleware 0.035s coverage: 37.7% of statements [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/types/filters 0.025s coverage: 92.2% of statements [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/types/strslice 0.031s coverage: 90.0% of statements [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 4.5% of statements [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/container [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/events [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/image [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/network [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/api/types/versions 0.022s coverage: 75.0% of statements [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-01-29T16:43:20.816Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/builder/remotecontext 0.332s coverage: 13.6% of statements [2020-01-29T16:43:20.816Z] ok github.com/docker/docker/builder/remotecontext/git 3.162s coverage: 86.3% of statements [2020-01-29T16:43:21.038Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2020-01-29T16:43:21.038Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2020-01-29T16:43:21.755Z] ok github.com/docker/docker/builder/dockerfile 1.263s coverage: 48.2% of statements [2020-01-29T16:43:21.755Z] ? github.com/docker/docker/cli [no test files] [2020-01-29T16:43:21.755Z] ? github.com/docker/docker/cli/config [no test files] [2020-01-29T16:43:21.911Z] #10 41.51 The following NEW packages will be installed: [2020-01-29T16:43:21.911Z] #10 ... [2020-01-29T16:43:21.911Z] [2020-01-29T16:43:21.911Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:43:21.911Z] #47 41.20 github.com/LK4D4/vndr/godl/singleflight [2020-01-29T16:43:21.911Z] #47 41.21 internal/reflectlite [2020-01-29T16:43:22.072Z] go: finding github.com/gofrs/flock v0.7.0 [2020-01-29T16:43:22.170Z] #47 41.57 math/rand [2020-01-29T16:43:22.361Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-01-29T16:43:22.653Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2020-01-29T16:43:22.942Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2020-01-29T16:43:22.942Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2020-01-29T16:43:23.107Z] #47 42.45 internal/singleflight [2020-01-29T16:43:23.107Z] #47 ... [2020-01-29T16:43:23.107Z] [2020-01-29T16:43:23.107Z] #71 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:43:23.107Z] #71 DONE 42.5s [2020-01-29T16:43:23.365Z] [2020-01-29T16:43:23.365Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:23.365Z] #10 41.52 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-01-29T16:43:23.365Z] #10 41.52 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-01-29T16:43:23.365Z] #10 41.52 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-01-29T16:43:23.365Z] #10 41.53 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-01-29T16:43:23.365Z] #10 41.53 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-01-29T16:43:23.365Z] #10 41.53 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-01-29T16:43:23.365Z] #10 41.92 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:43:23.365Z] #10 41.92 Need to get 77.7 MB of archives. [2020-01-29T16:43:23.365Z] #10 41.92 After this operation, 487 MB of additional disk space will be used. [2020-01-29T16:43:23.365Z] #10 41.92 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-01-29T16:43:23.365Z] #10 42.15 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-01-29T16:43:23.365Z] #10 42.55 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-01-29T16:43:23.365Z] #10 42.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-01-29T16:43:23.365Z] #10 42.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-01-29T16:43:23.365Z] #10 42.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-01-29T16:43:23.624Z] #10 43.41 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-01-29T16:43:23.971Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2020-01-29T16:43:24.259Z] go: finding github.com/docker/go-connections v0.4.0 [2020-01-29T16:43:24.548Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2020-01-29T16:43:24.561Z] #10 44.11 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-01-29T16:43:24.561Z] #10 44.13 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-01-29T16:43:24.587Z] Removing intermediate container 0b1b7324144e [2020-01-29T16:43:24.587Z] ---> c10f1bdb983d [2020-01-29T16:43:24.587Z] Step 11/16 : ARG GOOS [2020-01-29T16:43:24.587Z] ---> Running in e7bdadea13d6 [2020-01-29T16:43:24.587Z] Removing intermediate container e7bdadea13d6 [2020-01-29T16:43:24.587Z] ---> 4b5550aae376 [2020-01-29T16:43:24.587Z] Step 12/16 : ARG GOARCH [2020-01-29T16:43:24.587Z] ---> Running in d43e1e7f837a [2020-01-29T16:43:24.587Z] Removing intermediate container d43e1e7f837a [2020-01-29T16:43:24.587Z] ---> 512496f07f07 [2020-01-29T16:43:24.587Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-01-29T16:43:24.587Z] ---> Running in ae9324340abf [2020-01-29T16:43:25.177Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2020-01-29T16:43:25.177Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-01-29T16:43:25.498Z] #10 ... [2020-01-29T16:43:25.498Z] [2020-01-29T16:43:25.498Z] #59 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:43:25.498Z] #59 31.11 Reading package lists... [2020-01-29T16:43:25.498Z] #59 37.75 Building dependency tree... [2020-01-29T16:43:25.498Z] #59 41.24 The following additional packages will be installed: [2020-01-29T16:43:25.498Z] #59 41.25 libbtrfs0 [2020-01-29T16:43:25.498Z] #59 41.45 The following NEW packages will be installed: [2020-01-29T16:43:25.498Z] #59 41.47 libbtrfs-dev libbtrfs0 [2020-01-29T16:43:25.498Z] #59 41.86 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:43:25.498Z] #59 41.86 Need to get 119 kB of archives. [2020-01-29T16:43:25.498Z] #59 41.86 After this operation, 387 kB of additional disk space will be used. [2020-01-29T16:43:25.498Z] #59 41.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-01-29T16:43:25.498Z] #59 41.87 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-01-29T16:43:25.498Z] #59 43.28 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:43:25.498Z] #59 43.67 Fetched 119 kB in 0s (421 kB/s) [2020-01-29T16:43:25.498Z] #59 43.85 Selecting previously unselected package libbtrfs0. [2020-01-29T16:43:25.498Z] #59 43.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-01-29T16:43:25.498Z] #59 43.92 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-01-29T16:43:25.498Z] #59 43.97 Unpacking libbtrfs0 (4.20.1-2) ... [2020-01-29T16:43:25.498Z] #59 44.18 Selecting previously unselected package libbtrfs-dev. [2020-01-29T16:43:25.498Z] #59 44.18 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-01-29T16:43:25.498Z] #59 44.19 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:43:25.498Z] #59 44.51 Setting up libbtrfs0 (4.20.1-2) ... [2020-01-29T16:43:25.498Z] #59 44.53 Setting up libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:43:25.498Z] #59 44.55 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:43:25.498Z] #59 DONE 44.9s [2020-01-29T16:43:25.498Z] [2020-01-29T16:43:25.498Z] #60 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:43:25.498Z] #60 DONE 0.1s [2020-01-29T16:43:25.498Z] [2020-01-29T16:43:25.498Z] #61 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-01-29T16:43:25.498Z] #61 DONE 0.1s [2020-01-29T16:43:25.498Z] [2020-01-29T16:43:25.498Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:43:25.806Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2020-01-29T16:43:25.957Z] ok github.com/docker/docker/client 0.453s coverage: 75.8% of statements [2020-01-29T16:43:26.123Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2020-01-29T16:43:26.433Z] #62 ... [2020-01-29T16:43:26.433Z] [2020-01-29T16:43:26.433Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:43:26.433Z] #25 31.19 Reading package lists... [2020-01-29T16:43:26.433Z] #25 38.21 Building dependency tree... [2020-01-29T16:43:26.433Z] #25 41.64 ca-certificates is already the newest version (20190110). [2020-01-29T16:43:26.433Z] #25 41.64 The following additional packages will be installed: [2020-01-29T16:43:26.433Z] #25 41.65 libjq1 libonig5 [2020-01-29T16:43:26.433Z] #25 42.12 The following NEW packages will be installed: [2020-01-29T16:43:26.433Z] #25 42.15 jq libjq1 libonig5 [2020-01-29T16:43:26.433Z] #25 42.54 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:43:26.433Z] #25 42.54 Need to get 355 kB of archives. [2020-01-29T16:43:26.433Z] #25 42.54 After this operation, 1072 kB of additional disk space will be used. [2020-01-29T16:43:26.433Z] #25 42.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-01-29T16:43:26.433Z] #25 42.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-01-29T16:43:26.433Z] #25 42.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-01-29T16:43:26.433Z] #25 44.28 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:43:26.433Z] #25 44.45 Fetched 355 kB in 0s (1210 kB/s) [2020-01-29T16:43:26.433Z] #25 44.56 Selecting previously unselected package libonig5:amd64. [2020-01-29T16:43:26.433Z] #25 44.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-01-29T16:43:26.433Z] #25 44.63 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-01-29T16:43:26.433Z] #25 44.66 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-01-29T16:43:26.433Z] #25 44.90 Selecting previously unselected package libjq1:amd64. [2020-01-29T16:43:26.433Z] #25 44.91 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-01-29T16:43:26.433Z] #25 44.91 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-01-29T16:43:26.433Z] #25 45.20 Selecting previously unselected package jq. [2020-01-29T16:43:26.433Z] #25 45.28 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-01-29T16:43:26.433Z] #25 45.28 Unpacking jq (1.5+dfsg-2+b1) ... [2020-01-29T16:43:26.433Z] #25 45.57 Setting up libonig5:amd64 (6.9.1-1) ... [2020-01-29T16:43:26.433Z] #25 45.61 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-01-29T16:43:26.433Z] #25 45.62 Setting up jq (1.5+dfsg-2+b1) ... [2020-01-29T16:43:26.433Z] #25 45.64 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:43:26.433Z] #25 DONE 46.1s [2020-01-29T16:43:26.433Z] [2020-01-29T16:43:26.433Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-01-29T16:43:26.433Z] #26 DONE 0.1s [2020-01-29T16:43:26.692Z] [2020-01-29T16:43:26.692Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:26.692Z] #27 ... [2020-01-29T16:43:26.692Z] [2020-01-29T16:43:26.692Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:43:26.692Z] #35 29.68 Reading package lists... [2020-01-29T16:43:26.692Z] #35 36.66 Building dependency tree... [2020-01-29T16:43:26.692Z] #35 40.29 The following additional packages will be installed: [2020-01-29T16:43:26.692Z] #35 40.29 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-01-29T16:43:26.692Z] #35 40.31 Suggested packages: [2020-01-29T16:43:26.692Z] #35 40.32 cmake-doc ninja-build lrzip [2020-01-29T16:43:26.692Z] #35 40.32 Recommended packages: [2020-01-29T16:43:26.692Z] #35 40.32 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-01-29T16:43:26.692Z] #35 41.29 The following NEW packages will be installed: [2020-01-29T16:43:26.692Z] #35 41.30 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-01-29T16:43:26.692Z] #35 41.30 vim-common xxd [2020-01-29T16:43:26.692Z] #35 41.72 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:43:26.692Z] #35 41.72 Need to get 14.9 MB of archives. [2020-01-29T16:43:26.692Z] #35 41.72 After this operation, 61.8 MB of additional disk space will be used. [2020-01-29T16:43:26.692Z] #35 41.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-01-29T16:43:26.692Z] #35 41.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-01-29T16:43:26.692Z] #35 41.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-01-29T16:43:26.692Z] #35 41.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-01-29T16:43:26.692Z] #35 42.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-01-29T16:43:26.692Z] #35 42.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-01-29T16:43:26.692Z] #35 42.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-01-29T16:43:26.692Z] #35 42.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-01-29T16:43:26.692Z] #35 43.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-01-29T16:43:26.692Z] #35 43.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-01-29T16:43:26.692Z] #35 45.29 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:43:26.692Z] #35 45.59 Fetched 14.9 MB in 2s (6921 kB/s) [2020-01-29T16:43:26.692Z] #35 45.68 Selecting previously unselected package xxd. [2020-01-29T16:43:26.692Z] #35 45.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-01-29T16:43:26.692Z] #35 45.90 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-01-29T16:43:26.692Z] #35 45.91 Unpacking xxd (2:8.1.0875-5) ... [2020-01-29T16:43:26.692Z] #35 46.18 Selecting previously unselected package vim-common. [2020-01-29T16:43:26.692Z] #35 46.19 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:43:26.692Z] #35 46.29 Unpacking vim-common (2:8.1.0875-5) ... [2020-01-29T16:43:26.753Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2020-01-29T16:43:26.753Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2020-01-29T16:43:26.753Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2020-01-29T16:43:27.041Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-01-29T16:43:27.041Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2020-01-29T16:43:27.627Z] #35 47.07 Selecting previously unselected package cmake-data. [2020-01-29T16:43:27.627Z] #35 47.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-01-29T16:43:27.627Z] #35 47.10 Unpacking cmake-data (3.13.4-1) ... [2020-01-29T16:43:27.627Z] #35 ... [2020-01-29T16:43:27.627Z] [2020-01-29T16:43:27.627Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:43:27.627Z] #43 32.34 Reading package lists... [2020-01-29T16:43:27.628Z] #43 39.12 Building dependency tree... [2020-01-29T16:43:27.628Z] #43 42.61 The following additional packages will be installed: [2020-01-29T16:43:27.628Z] #43 42.61 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-01-29T16:43:27.628Z] #43 42.62 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-01-29T16:43:27.628Z] #43 42.64 Suggested packages: [2020-01-29T16:43:27.628Z] #43 42.64 manpages-dev python-setuptools [2020-01-29T16:43:27.628Z] #43 44.65 The following NEW packages will be installed: [2020-01-29T16:43:27.628Z] #43 44.68 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-01-29T16:43:27.628Z] #43 44.68 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-01-29T16:43:27.628Z] #43 44.68 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-01-29T16:43:27.628Z] #43 44.68 python-six zlib1g-dev [2020-01-29T16:43:27.628Z] #43 45.10 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:43:27.628Z] #43 45.10 Need to get 4095 kB of archives. [2020-01-29T16:43:27.628Z] #43 45.10 After this operation, 22.5 MB of additional disk space will be used. [2020-01-29T16:43:27.628Z] #43 45.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-01-29T16:43:27.628Z] #43 45.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-01-29T16:43:27.628Z] #43 45.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-01-29T16:43:27.628Z] #43 45.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-01-29T16:43:27.628Z] #43 45.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-01-29T16:43:27.628Z] #43 45.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-01-29T16:43:27.628Z] #43 45.14 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-01-29T16:43:27.628Z] #43 45.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-01-29T16:43:27.628Z] #43 45.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-01-29T16:43:27.628Z] #43 45.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-01-29T16:43:27.628Z] #43 45.34 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-01-29T16:43:27.628Z] #43 45.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-01-29T16:43:27.628Z] #43 45.48 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-01-29T16:43:27.628Z] #43 45.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-01-29T16:43:27.628Z] #43 45.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-01-29T16:43:27.628Z] #43 45.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-01-29T16:43:27.628Z] #43 45.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-01-29T16:43:27.628Z] #43 46.93 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:43:27.628Z] #43 47.12 Fetched 4095 kB in 1s (5592 kB/s) [2020-01-29T16:43:27.628Z] #43 47.30 Selecting previously unselected package libcap-dev:amd64. [2020-01-29T16:43:27.628Z] #43 47.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-01-29T16:43:27.628Z] #43 47.37 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-01-29T16:43:27.628Z] #43 47.38 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-01-29T16:43:27.886Z] #43 47.50 Selecting previously unselected package libnet1:amd64. [2020-01-29T16:43:27.886Z] #43 47.51 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-01-29T16:43:27.886Z] #43 47.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-01-29T16:43:28.145Z] #43 47.70 Selecting previously unselected package libnet1-dev. [2020-01-29T16:43:28.145Z] #43 47.70 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-01-29T16:43:28.145Z] #43 47.71 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-01-29T16:43:28.403Z] #43 47.93 Selecting previously unselected package libnl-3-200:amd64. [2020-01-29T16:43:28.403Z] #43 47.93 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-01-29T16:43:28.403Z] #43 47.94 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-01-29T16:43:28.403Z] #43 48.10 Selecting previously unselected package libnl-3-dev:amd64. [2020-01-29T16:43:28.545Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-01-29T16:43:28.662Z] #43 48.11 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-01-29T16:43:28.662Z] #43 48.12 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-01-29T16:43:28.662Z] #43 ... [2020-01-29T16:43:28.662Z] [2020-01-29T16:43:28.662Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:28.662Z] #10 48.29 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-01-29T16:43:28.834Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2020-01-29T16:43:29.126Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2020-01-29T16:43:29.414Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2020-01-29T16:43:29.705Z] go: finding github.com/docker/go-connections v0.3.0 [2020-01-29T16:43:29.705Z] go: finding github.com/google/go-cmp v0.2.0 [2020-01-29T16:43:29.996Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2020-01-29T16:43:29.996Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2020-01-29T16:43:30.040Z] #10 ... [2020-01-29T16:43:30.040Z] [2020-01-29T16:43:30.040Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:43:30.040Z] #33 39.18 sync [2020-01-29T16:43:30.040Z] #33 39.21 internal/reflectlite [2020-01-29T16:43:30.040Z] #33 41.71 sort [2020-01-29T16:43:30.040Z] #33 41.72 errors [2020-01-29T16:43:30.040Z] #33 42.07 strconv [2020-01-29T16:43:30.040Z] #33 43.08 io [2020-01-29T16:43:30.040Z] #33 44.87 internal/oserror [2020-01-29T16:43:30.040Z] #33 45.05 syscall [2020-01-29T16:43:30.040Z] #33 47.15 reflect [2020-01-29T16:43:30.040Z] #33 ... [2020-01-29T16:43:30.040Z] [2020-01-29T16:43:30.040Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:43:30.040Z] #62 3.684 + RM_GOPATH=0 [2020-01-29T16:43:30.040Z] #62 3.684 + TMP_GOPATH= [2020-01-29T16:43:30.040Z] #62 3.684 + : /build [2020-01-29T16:43:30.040Z] #62 3.684 + '[' -z '' ']' [2020-01-29T16:43:30.040Z] #62 3.697 ++ mktemp -d [2020-01-29T16:43:30.040Z] #62 3.698 + export GOPATH=/tmp/tmp.xeKIWIJgmE [2020-01-29T16:43:30.040Z] #62 3.701 + GOPATH=/tmp/tmp.xeKIWIJgmE [2020-01-29T16:43:30.040Z] #62 3.701 + RM_GOPATH=1 [2020-01-29T16:43:30.040Z] #62 3.702 ++ dirname ./install.sh [2020-01-29T16:43:30.040Z] #62 3.703 + dir=. [2020-01-29T16:43:30.040Z] #62 3.703 + bin=containerd [2020-01-29T16:43:30.040Z] #62 3.703 + shift [2020-01-29T16:43:30.040Z] #62 3.705 + '[' '!' -f ./containerd.installer ']' [2020-01-29T16:43:30.040Z] #62 3.705 + . ./containerd.installer [2020-01-29T16:43:30.040Z] #62 3.706 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:43:30.040Z] #62 3.706 + install_containerd [2020-01-29T16:43:30.040Z] #62 3.707 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-01-29T16:43:30.040Z] #62 3.707 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:43:30.040Z] #62 3.707 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xeKIWIJgmE/src/github.com/containerd/containerd [2020-01-29T16:43:30.040Z] #62 3.712 Cloning into '/tmp/tmp.xeKIWIJgmE/src/github.com/containerd/containerd'... [2020-01-29T16:43:30.288Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2020-01-29T16:43:30.936Z] go: finding github.com/sirupsen/logrus v1.3.0 [2020-01-29T16:43:30.936Z] go: finding github.com/gogo/protobuf v1.2.1 [2020-01-29T16:43:31.572Z] go: finding github.com/kr/pretty v0.1.0 [2020-01-29T16:43:32.203Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2020-01-29T16:43:32.493Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2020-01-29T16:43:32.493Z] go: finding github.com/gogo/protobuf v1.2.0 [2020-01-29T16:43:32.493Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2020-01-29T16:43:33.124Z] go: finding google.golang.org/grpc v1.20.1 [2020-01-29T16:43:33.413Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2020-01-29T16:43:33.703Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2020-01-29T16:43:34.239Z] #62 ... [2020-01-29T16:43:34.239Z] [2020-01-29T16:43:34.239Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:34.239Z] #27 3.598 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-01-29T16:43:34.239Z] #27 3.960 [2020-01-29T16:43:34.239Z] #27 4.165 ### 4.8% ####### 10.9% ########### 16.3% ################ 22.5% ################### 27.5% ###################### 31.6% ######################### 35.6% ############################# 41.3% ################################# 46.0% ##################################### 52.0% ########################################## 58.6% ################################################ 67.6% ##################################################### 73.9% ######################################################## 79.1% ############################################################## 86.5% ####################################################################### 98.7% ######################################################################## 100.0% [2020-01-29T16:43:34.239Z] #27 6.194 #=#=# [2020-01-29T16:43:34.239Z] #27 6.513 #=#=# 0.1% ############### 21.1% #################### 29.0% ################################## 47.8% ############################################# 63.7% ###################################################### 75.4% ######################################################################## 100.0% [2020-01-29T16:43:34.239Z] #27 7.760 [2020-01-29T16:43:35.273Z] #27 8.040 ## 3.3% ########## 14.3% ############## 19.8% ################### 27.1% ######################## 33.7% ############################# 40.5% [2020-01-29T16:43:35.273Z] #27 ... [2020-01-29T16:43:35.273Z] [2020-01-29T16:43:35.273Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:43:35.273Z] #47 44.50 strconv [2020-01-29T16:43:35.273Z] #47 44.51 io [2020-01-29T16:43:35.273Z] #47 46.68 bytes [2020-01-29T16:43:35.273Z] #47 48.54 reflect [2020-01-29T16:43:35.273Z] #47 48.97 bufio [2020-01-29T16:43:35.273Z] #47 51.11 syscall [2020-01-29T16:43:35.273Z] #47 ... [2020-01-29T16:43:35.273Z] [2020-01-29T16:43:35.273Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:35.771Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2020-01-29T16:43:36.064Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2020-01-29T16:43:36.064Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2020-01-29T16:43:36.311Z] #27 8.040 ## 3.3% ########## 14.3% ############## 19.8% ################### 27.1% ######################## 33.7% ############################# 40.5% ############################### 43.6% ################################## 48.1% ##################################### 51.9% ######################################### 57.9% ############################################## 64.1% ################################################# 68.8% #################################################### 73.0% ######################################################## 78.6% ########################################################### 82.9% ############################################################## 87.3% ####################################################################### 99.5% ######################################################################## 100.0% [2020-01-29T16:43:36.570Z] #27 10.15 [2020-01-29T16:43:37.095Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2020-01-29T16:43:37.382Z] go: finding google.golang.org/appengine v1.1.0 [2020-01-29T16:43:37.382Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2020-01-29T16:43:38.887Z] #27 10.35 1.0% ## 3.6% ### 5.3% #### 6.4% ##### 8.0% ###### 9.7% ######## 11.4% ######### 13.3% ########## 14.3% ########### 15.8% ########### 16.7% ############ 17.9% ############## 19.5% ############### 21.1% ################ 22.3% ################ 23.3% ################### 26.5% [2020-01-29T16:43:38.887Z] #27 ... [2020-01-29T16:43:38.887Z] [2020-01-29T16:43:38.887Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:43:38.887Z] #43 48.41 Selecting previously unselected package libprotobuf-c1:amd64. [2020-01-29T16:43:38.887Z] #43 48.41 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 48.42 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-01-29T16:43:38.887Z] #43 48.53 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-01-29T16:43:38.887Z] #43 48.55 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 48.56 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-01-29T16:43:38.887Z] #43 48.63 Selecting previously unselected package zlib1g-dev:amd64. [2020-01-29T16:43:38.887Z] #43 48.64 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 48.66 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-01-29T16:43:38.887Z] #43 48.96 Selecting previously unselected package libprotobuf17:amd64. [2020-01-29T16:43:38.887Z] #43 48.96 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 48.97 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:38.887Z] #43 50.10 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-01-29T16:43:38.887Z] #43 50.10 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 50.11 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:38.887Z] #43 50.36 Selecting previously unselected package libprotobuf-dev:amd64. [2020-01-29T16:43:38.887Z] #43 50.41 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 50.41 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:38.887Z] #43 52.07 Selecting previously unselected package libprotoc17:amd64. [2020-01-29T16:43:38.887Z] #43 52.09 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 52.10 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:38.887Z] #43 52.75 Selecting previously unselected package protobuf-c-compiler. [2020-01-29T16:43:38.887Z] #43 52.75 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 52.77 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-01-29T16:43:38.887Z] #43 52.90 Selecting previously unselected package protobuf-compiler. [2020-01-29T16:43:38.887Z] #43 52.90 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 52.91 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-01-29T16:43:38.887Z] #43 53.13 Selecting previously unselected package python-pkg-resources. [2020-01-29T16:43:38.887Z] #43 53.15 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-01-29T16:43:38.887Z] #43 53.16 Unpacking python-pkg-resources (40.8.0-1) ... [2020-01-29T16:43:38.887Z] #43 53.45 Selecting previously unselected package python-six. [2020-01-29T16:43:38.887Z] #43 53.45 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-01-29T16:43:38.887Z] #43 53.46 Unpacking python-six (1.12.0-1) ... [2020-01-29T16:43:38.887Z] #43 53.58 Selecting previously unselected package python-protobuf. [2020-01-29T16:43:38.887Z] #43 53.58 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-01-29T16:43:38.887Z] #43 53.59 Unpacking python-protobuf (3.6.1.3-2) ... [2020-01-29T16:43:38.887Z] #43 54.13 Setting up python-pkg-resources (40.8.0-1) ... [2020-01-29T16:43:38.887Z] #43 ... [2020-01-29T16:43:38.887Z] [2020-01-29T16:43:38.887Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:38.907Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2020-01-29T16:43:38.907Z] go: finding github.com/stretchr/objx v0.1.1 [2020-01-29T16:43:38.907Z] go: finding go.etcd.io/bbolt v1.3.2 [2020-01-29T16:43:39.146Z] #27 10.35 1.0% ## 3.6% ### 5.3% #### 6.4% ##### 8.0% ###### 9.7% ######## 11.4% ######### 13.3% ########## 14.3% ########### 15.8% ########### 16.7% ############ 17.9% ############## 19.5% ############### 21.1% ################ 22.3% ################ 23.3% ################### 26.5% #################### 28.4% ##################### 30.1% ####################### 32.8% ######################### 35.0% [2020-01-29T16:43:39.146Z] #27 ... [2020-01-29T16:43:39.146Z] [2020-01-29T16:43:39.146Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:43:39.146Z] #30 48.81 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-01-29T16:43:39.146Z] #30 49.86 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-01-29T16:43:39.197Z] go: finding github.com/kisielk/errcheck v1.1.0 [2020-01-29T16:43:39.404Z] #30 ... [2020-01-29T16:43:39.405Z] [2020-01-29T16:43:39.405Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:39.829Z] go: finding github.com/vishvananda/netlink v1.0.0 [2020-01-29T16:43:40.121Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2020-01-29T16:43:40.121Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2020-01-29T16:43:40.121Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2020-01-29T16:43:40.181Z] #27 10.35 1.0% ## 3.6% ### 5.3% #### 6.4% ##### 8.0% ###### 9.7% ######## 11.4% ######### 13.3% ########## 14.3% ########### 15.8% ########### 16.7% ############ 17.9% ############## 19.5% ############### 21.1% ################ 22.3% ################ 23.3% ################### 26.5% #################### 28.4% ##################### 30.1% ####################### 32.8% ######################### 35.0% ########################## 36.9% ############################ 38.9% ############################# 41.1% ############################## 42.6% ################################ 44.7% ################################# 47.1% ################################### 48.7% #################################### 50.3% ##################################### 52.1% ####################################### 54.7% [2020-01-29T16:43:40.181Z] #27 ... [2020-01-29T16:43:40.181Z] [2020-01-29T16:43:40.181Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:43:40.181Z] #50 49.62 + cd /tmp/tmp.2Dkndcgc1a/src/gotest.tools/gotestsum [2020-01-29T16:43:40.181Z] #50 49.62 + git checkout -q v0.3.5 [2020-01-29T16:43:40.181Z] #50 49.67 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-01-29T16:43:40.440Z] #50 ... [2020-01-29T16:43:40.440Z] [2020-01-29T16:43:40.440Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:40.749Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-01-29T16:43:41.040Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-01-29T16:43:41.216Z] #27 10.35 1.0% ## 3.6% ### 5.3% #### 6.4% ##### 8.0% ###### 9.7% ######## 11.4% ######### 13.3% ########## 14.3% ########### 15.8% ########### 16.7% ############ 17.9% ############## 19.5% ############### 21.1% ################ 22.3% ################ 23.3% ################### 26.5% #################### 28.4% ##################### 30.1% ####################### 32.8% ######################### 35.0% ########################## 36.9% ############################ 38.9% ############################# 41.1% ############################## 42.6% ################################ 44.7% ################################# 47.1% ################################### 48.7% #################################### 50.3% ##################################### 52.1% ####################################### 54.7% ######################################### 57.0% ########################################## 58.5% ############################################ 62.4% ############################################## 64.5% ################################################ 67.1% ################################################## 70.5% #################################################### 73.0% ###################################################### 75.3% [2020-01-29T16:43:41.216Z] #27 ... [2020-01-29T16:43:41.216Z] [2020-01-29T16:43:41.216Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:43:41.216Z] #35 50.72 Selecting previously unselected package libicu63:amd64. [2020-01-29T16:43:41.216Z] #35 50.73 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-01-29T16:43:41.216Z] #35 50.74 Unpacking libicu63:amd64 (63.1-6) ... [2020-01-29T16:43:41.216Z] #35 59.74 Selecting previously unselected package libxml2:amd64. [2020-01-29T16:43:41.216Z] #35 59.74 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-01-29T16:43:41.216Z] #35 59.75 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-01-29T16:43:41.216Z] #35 60.56 Selecting previously unselected package libarchive13:amd64. [2020-01-29T16:43:41.216Z] #35 60.56 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-01-29T16:43:41.216Z] #35 60.58 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-01-29T16:43:41.216Z] #35 ... [2020-01-29T16:43:41.216Z] [2020-01-29T16:43:41.216Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:41.477Z] #27 10.35 1.0% ## 3.6% ### 5.3% #### 6.4% ##### 8.0% ###### 9.7% ######## 11.4% ######### 13.3% ########## 14.3% ########### 15.8% ########### 16.7% ############ 17.9% ############## 19.5% ############### 21.1% ################ 22.3% ################ 23.3% ################### 26.5% #################### 28.4% ##################### 30.1% ####################### 32.8% ######################### 35.0% ########################## 36.9% ############################ 38.9% ############################# 41.1% ############################## 42.6% ################################ 44.7% ################################# 47.1% ################################### 48.7% #################################### 50.3% ##################################### 52.1% ####################################### 54.7% ######################################### 57.0% ########################################## 58.5% ############################################ 62.4% ############################################## 64.5% ################################################ 67.1% ################################################## 70.5% #################################################### 73.0% ###################################################### 75.3% ######################################################## 78.4% ########################################################## 80.6% ############################################################ 84.0% ############################################################## 86.5% [2020-01-29T16:43:41.477Z] #27 ... [2020-01-29T16:43:41.477Z] [2020-01-29T16:43:41.477Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:41.477Z] #10 51.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-01-29T16:43:41.477Z] #10 51.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-01-29T16:43:41.477Z] #10 51.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-01-29T16:43:41.477Z] #10 51.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-01-29T16:43:41.477Z] #10 51.17 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-01-29T16:43:41.477Z] #10 51.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u2 [109 kB] [2020-01-29T16:43:41.477Z] #10 51.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-01-29T16:43:41.477Z] #10 51.21 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-01-29T16:43:41.477Z] #10 51.23 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-01-29T16:43:41.477Z] #10 51.27 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-01-29T16:43:41.477Z] #10 51.29 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-01-29T16:43:41.477Z] #10 51.36 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-01-29T16:43:41.477Z] #10 51.38 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-01-29T16:43:41.477Z] #10 51.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-01-29T16:43:41.477Z] #10 51.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u2 [321 kB] [2020-01-29T16:43:41.477Z] #10 52.68 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:43:41.477Z] #10 52.90 Fetched 77.7 MB in 10s (7961 kB/s) [2020-01-29T16:43:41.477Z] #10 53.00 Selecting previously unselected package binutils-mingw-w64-i686. [2020-01-29T16:43:41.477Z] #10 53.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 ... 15401 files and directories currently installed.) [2020-01-29T16:43:41.477Z] #10 53.07 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-01-29T16:43:41.477Z] #10 53.11 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-01-29T16:43:41.477Z] #10 55.92 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-01-29T16:43:41.477Z] #10 55.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-01-29T16:43:41.477Z] #10 55.93 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-01-29T16:43:41.477Z] #10 60.13 Selecting previously unselected package binutils-mingw-w64. [2020-01-29T16:43:41.477Z] #10 60.18 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-01-29T16:43:41.477Z] #10 60.18 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-01-29T16:43:41.477Z] #10 60.36 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-01-29T16:43:41.477Z] #10 60.37 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-01-29T16:43:41.477Z] #10 60.39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-01-29T16:43:41.477Z] #10 60.63 Selecting previously unselected package dmsetup. [2020-01-29T16:43:41.477Z] #10 60.66 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-01-29T16:43:41.477Z] #10 60.68 Unpacking dmsetup (2:1.02.155-3) ... [2020-01-29T16:43:41.477Z] #10 60.97 Selecting previously unselected package mingw-w64-common. [2020-01-29T16:43:41.477Z] #10 60.99 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-01-29T16:43:41.477Z] #10 61.00 Unpacking mingw-w64-common (6.0.0-3) ... [2020-01-29T16:43:41.670Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2020-01-29T16:43:41.736Z] #10 ... [2020-01-29T16:43:41.736Z] [2020-01-29T16:43:41.736Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:41.960Z] go: finding gotest.tools v2.2.0+incompatible [2020-01-29T16:43:41.996Z] #27 10.35 1.0% ## 3.6% ### 5.3% #### 6.4% ##### 8.0% ###### 9.7% ######## 11.4% ######### 13.3% ########## 14.3% ########### 15.8% ########### 16.7% ############ 17.9% ############## 19.5% ############### 21.1% ################ 22.3% ################ 23.3% ################### 26.5% #################### 28.4% ##################### 30.1% ####################### 32.8% ######################### 35.0% ########################## 36.9% ############################ 38.9% ############################# 41.1% ############################## 42.6% ################################ 44.7% ################################# 47.1% ################################### 48.7% #################################### 50.3% ##################################### 52.1% ####################################### 54.7% ######################################### 57.0% ########################################## 58.5% ############################################ 62.4% ############################################## 64.5% ################################################ 67.1% ################################################## 70.5% #################################################### 73.0% ###################################################### 75.3% ######################################################## 78.4% ########################################################## 80.6% ############################################################ 84.0% ############################################################## 86.5% ################################################################# 90.6% ################################################################## 92.7% ##################################################################### 96.9% ######################################################################## 100.0% [2020-01-29T16:43:42.251Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2020-01-29T16:43:42.255Z] #27 15.69 [2020-01-29T16:43:42.725Z] go: finding cloud.google.com/go v0.26.0 [2020-01-29T16:43:42.725Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2020-01-29T16:43:42.725Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-01-29T16:43:42.829Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|imports|types_sizes|deps|exports_file|files) took 1m51.129788063s [2020-01-29T16:43:42.829Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 462.102489ms [2020-01-29T16:43:43.028Z] go: finding github.com/client9/misspell v0.3.4 [2020-01-29T16:43:43.384Z] #27 16.64 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-01-29T16:43:43.642Z] #27 17.11 [2020-01-29T16:43:43.901Z] #27 17.30 ######################################################################## 100.0% [2020-01-29T16:43:44.052Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2020-01-29T16:43:44.052Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-01-29T16:43:44.160Z] #27 17.42 [2020-01-29T16:43:45.081Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2020-01-29T16:43:45.082Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2020-01-29T16:43:45.082Z] go: finding github.com/golang/protobuf v1.2.0 [2020-01-29T16:43:45.094Z] #27 18.42 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-01-29T16:43:45.094Z] #27 ... [2020-01-29T16:43:45.094Z] [2020-01-29T16:43:45.094Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:43:45.094Z] #33 54.33 time [2020-01-29T16:43:45.094Z] #33 61.67 internal/poll [2020-01-29T16:43:45.094Z] #33 63.96 internal/fmtsort [2020-01-29T16:43:45.094Z] #33 64.27 internal/syscall/unix [2020-01-29T16:43:45.094Z] #33 64.53 strings [2020-01-29T16:43:45.094Z] #33 ... [2020-01-29T16:43:45.094Z] [2020-01-29T16:43:45.094Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:43:45.094Z] #35 61.04 Selecting previously unselected package libjsoncpp1:amd64. [2020-01-29T16:43:45.094Z] #35 61.07 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-01-29T16:43:45.094Z] #35 61.08 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-01-29T16:43:45.094Z] #35 61.27 Selecting previously unselected package librhash0:amd64. [2020-01-29T16:43:45.094Z] #35 61.33 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-01-29T16:43:45.094Z] #35 61.33 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-01-29T16:43:45.094Z] #35 61.57 Selecting previously unselected package libuv1:amd64. [2020-01-29T16:43:45.094Z] #35 61.57 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-01-29T16:43:45.094Z] #35 61.58 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-01-29T16:43:45.094Z] #35 61.73 Selecting previously unselected package cmake. [2020-01-29T16:43:45.094Z] #35 61.75 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-01-29T16:43:45.094Z] #35 61.76 Unpacking cmake (3.13.4-1) ... [2020-01-29T16:43:46.031Z] #35 65.44 Setting up libicu63:amd64 (63.1-6) ... [2020-01-29T16:43:46.031Z] #35 65.51 Setting up xxd (2:8.1.0875-5) ... [2020-01-29T16:43:46.031Z] #35 65.52 Setting up libuv1:amd64 (1.24.1-1) ... [2020-01-29T16:43:46.031Z] #35 65.57 Setting up vim-common (2:8.1.0875-5) ... [2020-01-29T16:43:46.031Z] #35 65.60 Setting up librhash0:amd64 (1.3.8-1) ... [2020-01-29T16:43:46.031Z] #35 65.61 Setting up cmake-data (3.13.4-1) ... [2020-01-29T16:43:46.031Z] #35 65.64 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-01-29T16:43:46.031Z] #35 65.65 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-01-29T16:43:46.031Z] #35 65.67 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-01-29T16:43:46.031Z] #35 65.69 Setting up cmake (3.13.4-1) ... [2020-01-29T16:43:46.031Z] #35 65.71 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:43:46.031Z] #35 65.76 Processing triggers for mime-support (3.62) ... [2020-01-29T16:43:46.111Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2020-01-29T16:43:46.111Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2020-01-29T16:43:46.401Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2020-01-29T16:43:46.966Z] #35 ... [2020-01-29T16:43:46.966Z] [2020-01-29T16:43:46.966Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:46.966Z] #27 18.86 [2020-01-29T16:43:46.966Z] #27 19.11 ################################################################# 90.9% ######################################################################## 100.0% [2020-01-29T16:43:46.966Z] #27 19.28 [2020-01-29T16:43:46.966Z] #27 20.35 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-01-29T16:43:46.966Z] #27 20.44 skipping existing 1849cc453dee [2020-01-29T16:43:47.225Z] #27 20.59 [2020-01-29T16:43:47.431Z] go: finding github.com/gogo/googleapis v1.1.0 [2020-01-29T16:43:47.483Z] #27 ... [2020-01-29T16:43:47.483Z] [2020-01-29T16:43:47.483Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:43:47.483Z] #35 DONE 67.2s [2020-01-29T16:43:47.741Z] [2020-01-29T16:43:47.741Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:43:47.741Z] #36 DONE 0.1s [2020-01-29T16:43:47.741Z] [2020-01-29T16:43:47.741Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-01-29T16:43:47.741Z] #37 DONE 0.1s [2020-01-29T16:43:47.741Z] [2020-01-29T16:43:47.741Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:43:48.061Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-01-29T16:43:48.144Z] Removing intermediate container ae9324340abf [2020-01-29T16:43:48.144Z] ---> 1cb8b5f68b61 [2020-01-29T16:43:48.144Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-01-29T16:43:48.144Z] ---> 687421176e14 [2020-01-29T16:43:48.144Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-01-29T16:43:48.144Z] ---> 96178323a311 [2020-01-29T16:43:48.144Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-01-29T16:43:48.144Z] ---> Running in 117c5ae40597 [2020-01-29T16:43:48.144Z] Removing intermediate container 117c5ae40597 [2020-01-29T16:43:48.144Z] ---> 55add345226c [2020-01-29T16:43:48.351Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2020-01-29T16:43:48.514Z] Successfully built 55add345226c [2020-01-29T16:43:48.514Z] Successfully tagged moby-buildx:latest [2020-01-29T16:43:48.514Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-01-29T16:43:48.514Z] if [ -n "${id}" ]; then \ [2020-01-29T16:43:48.514Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-01-29T16:43:48.514Z] && touch bundles/buildx; \ [2020-01-29T16:43:48.514Z] docker rm -f ${id}; \ [2020-01-29T16:43:48.514Z] fi [2020-01-29T16:43:48.514Z] 18a69dbac5d4db05755c59175959a814019c7c6b7a9dc656bcdef05d5e69270e [2020-01-29T16:43:48.639Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-01-29T16:43:48.639Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2020-01-29T16:43:48.870Z] bundles/buildx version [2020-01-29T16:43:48.870Z] buildx v0.3.1 6db68d0 [2020-01-29T16:43:48.870Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:fb155a1125d059ed0ded96aeb2116132707f08c5 . [2020-01-29T16:43:48.870Z] #1 [internal] booting buildkit [2020-01-29T16:43:48.870Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-01-29T16:43:49.645Z] #38 ... [2020-01-29T16:43:49.645Z] [2020-01-29T16:43:49.645Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:43:49.645Z] #27 21.78 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-01-29T16:43:49.645Z] #27 22.28 [2020-01-29T16:43:49.645Z] #27 22.50 ######################################################################## 100.0% [2020-01-29T16:43:49.645Z] #27 22.63 [2020-01-29T16:43:49.645Z] #27 22.70 Download of images into '/build' complete. [2020-01-29T16:43:49.645Z] #27 22.70 Use something like the following to load the result into a Docker daemon: [2020-01-29T16:43:49.645Z] #27 22.70 tar -cC '/build' . | docker load [2020-01-29T16:43:49.645Z] #27 DONE 22.9s [2020-01-29T16:43:49.645Z] [2020-01-29T16:43:49.645Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:43:49.645Z] #43 60.22 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:49.645Z] #43 60.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-01-29T16:43:49.645Z] #43 60.25 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-01-29T16:43:49.645Z] #43 60.27 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-01-29T16:43:49.645Z] #43 60.28 Setting up python-six (1.12.0-1) ... [2020-01-29T16:43:49.645Z] #43 65.16 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-01-29T16:43:49.645Z] #43 65.18 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-01-29T16:43:49.645Z] #43 65.21 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:49.645Z] #43 65.22 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-01-29T16:43:49.645Z] #43 65.24 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:49.645Z] #43 65.26 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-01-29T16:43:49.645Z] #43 65.28 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-01-29T16:43:49.645Z] #43 65.30 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-01-29T16:43:49.645Z] #43 65.32 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-01-29T16:43:49.645Z] #43 65.35 Setting up python-protobuf (3.6.1.3-2) ... [2020-01-29T16:43:49.668Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-01-29T16:43:49.903Z] #43 ... [2020-01-29T16:43:49.903Z] [2020-01-29T16:43:49.903Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:43:49.903Z] #10 69.49 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-01-29T16:43:49.903Z] #10 69.51 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-01-29T16:43:49.903Z] #10 69.51 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-01-29T16:43:49.963Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2020-01-29T16:43:49.963Z] go: finding github.com/spf13/afero v1.1.2 [2020-01-29T16:43:50.270Z] go: finding github.com/onsi/gomega v1.4.3 [2020-01-29T16:43:50.470Z] #10 ... [2020-01-29T16:43:50.470Z] [2020-01-29T16:43:50.470Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:43:50.470Z] #47 59.78 time [2020-01-29T16:43:50.470Z] #47 65.27 strings [2020-01-29T16:43:50.470Z] #47 66.77 os [2020-01-29T16:43:50.470Z] #47 68.99 regexp/syntax [2020-01-29T16:43:50.470Z] #47 ... [2020-01-29T16:43:50.470Z] [2020-01-29T16:43:50.470Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:43:50.470Z] #33 64.60 os [2020-01-29T16:43:50.470Z] #33 67.51 path [2020-01-29T16:43:50.470Z] #33 68.51 text/tabwriter [2020-01-29T16:43:50.470Z] #33 69.80 path/filepath [2020-01-29T16:43:50.470Z] #33 69.80 fmt [2020-01-29T16:43:50.837Z] #1 pulling image moby/buildkit:buildx-stable-1 2.0s done [2020-01-29T16:43:50.837Z] #1 creating container buildx_buildkit_default [2020-01-29T16:43:51.184Z] #1 creating container buildx_buildkit_default 0.5s done [2020-01-29T16:43:51.184Z] #1 DONE 2.4s [2020-01-29T16:43:51.184Z] [2020-01-29T16:43:51.184Z] #2 [internal] load .dockerignore [2020-01-29T16:43:51.184Z] #2 transferring context: 87B done [2020-01-29T16:43:51.184Z] #2 DONE 0.0s [2020-01-29T16:43:51.184Z] [2020-01-29T16:43:51.184Z] #3 [internal] load build definition from Dockerfile [2020-01-29T16:43:51.184Z] #3 transferring dockerfile: [2020-01-29T16:43:51.335Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2020-01-29T16:43:51.335Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2020-01-29T16:43:51.530Z] #3 transferring dockerfile: 15.57kB done [2020-01-29T16:43:51.530Z] #3 DONE 0.0s [2020-01-29T16:43:51.530Z] [2020-01-29T16:43:51.530Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-01-29T16:43:51.890Z] #4 DONE 0.5s [2020-01-29T16:43:51.890Z] [2020-01-29T16:43:51.890Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-01-29T16:43:51.890Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-01-29T16:43:51.968Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-01-29T16:43:52.251Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2020-01-29T16:43:52.251Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-01-29T16:43:52.251Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2020-01-29T16:43:52.251Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2020-01-29T16:43:52.251Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-01-29T16:43:52.373Z] #33 ... [2020-01-29T16:43:52.373Z] [2020-01-29T16:43:52.373Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:43:52.373Z] #38 4.540 + RM_GOPATH=0 [2020-01-29T16:43:52.373Z] #38 4.540 + TMP_GOPATH= [2020-01-29T16:43:52.373Z] #38 4.540 + : /build [2020-01-29T16:43:52.373Z] #38 4.540 + '[' -z '' ']' [2020-01-29T16:43:52.373Z] #38 4.542 ++ mktemp -d [2020-01-29T16:43:52.373Z] #38 4.552 + export GOPATH=/tmp/tmp.SgAbbwASbH [2020-01-29T16:43:52.373Z] #38 4.552 + GOPATH=/tmp/tmp.SgAbbwASbH [2020-01-29T16:43:52.373Z] #38 4.552 + RM_GOPATH=1 [2020-01-29T16:43:52.373Z] #38 4.553 ++ dirname ./install.sh [2020-01-29T16:43:52.373Z] #38 4.563 + dir=. [2020-01-29T16:43:52.373Z] #38 4.563 + bin=tini [2020-01-29T16:43:52.373Z] #38 4.563 + shift [2020-01-29T16:43:52.373Z] #38 4.563 + '[' '!' -f ./tini.installer ']' [2020-01-29T16:43:52.373Z] #38 4.567 + . ./tini.installer [2020-01-29T16:43:52.373Z] #38 4.567 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:43:52.373Z] #38 4.567 + install_tini [2020-01-29T16:43:52.373Z] #38 4.567 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-01-29T16:43:52.373Z] #38 4.567 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:43:52.373Z] #38 4.567 + git clone https://github.com/krallin/tini.git /tmp/tmp.SgAbbwASbH/tini [2020-01-29T16:43:52.373Z] #38 4.575 Cloning into '/tmp/tmp.SgAbbwASbH/tini'... [2020-01-29T16:43:52.528Z] ok github.com/docker/docker/cmd/dockerd 0.119s coverage: 30.6% of statements [2020-01-29T16:43:52.600Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-01-29T16:43:52.600Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2020-01-29T16:43:52.602Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.2s done [2020-01-29T16:43:52.602Z] #5 DONE 0.5s [2020-01-29T16:43:52.602Z] [2020-01-29T16:43:52.602Z] #7 [internal] load metadata for docker.io/library/golang:1.13.6-buster [2020-01-29T16:43:52.894Z] go: finding github.com/gogo/protobuf v1.0.0 [2020-01-29T16:43:52.894Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2020-01-29T16:43:52.984Z] #7 ... [2020-01-29T16:43:52.984Z] [2020-01-29T16:43:52.984Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-01-29T16:43:52.984Z] #6 DONE 0.3s [2020-01-29T16:43:52.984Z] [2020-01-29T16:43:52.984Z] #7 [internal] load metadata for docker.io/library/golang:1.13.6-buster [2020-01-29T16:43:52.984Z] #7 DONE 0.4s [2020-01-29T16:43:52.984Z] [2020-01-29T16:43:52.984Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-01-29T16:43:52.984Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-01-29T16:43:52.984Z] #69 DONE 0.0s [2020-01-29T16:43:52.984Z] [2020-01-29T16:43:52.984Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:43:52.984Z] #8 resolve docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 done [2020-01-29T16:43:52.984Z] #8 DONE 0.1s [2020-01-29T16:43:52.984Z] [2020-01-29T16:43:52.984Z] #21 [internal] load build context [2020-01-29T16:43:53.308Z] #38 5.290 + cd /tmp/tmp.SgAbbwASbH/tini [2020-01-29T16:43:53.308Z] #38 5.290 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:43:53.308Z] #38 5.299 + cmake . [2020-01-29T16:43:53.469Z] ok github.com/docker/docker/container 0.155s coverage: 35.3% of statements [2020-01-29T16:43:53.469Z] ? github.com/docker/docker/container/stream [no test files] [2020-01-29T16:43:53.469Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-01-29T16:43:53.469Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-01-29T16:43:53.469Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-01-29T16:43:53.527Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2020-01-29T16:43:53.874Z] #38 6.122 -- The C compiler identification is GNU 8.3.0 [2020-01-29T16:43:53.874Z] #38 6.164 -- Check for working C compiler: /usr/bin/cc [2020-01-29T16:43:54.430Z] #21 ... [2020-01-29T16:43:54.430Z] [2020-01-29T16:43:54.430Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-01-29T16:43:54.430Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-01-29T16:43:54.430Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.3s done [2020-01-29T16:43:54.430Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-01-29T16:43:54.430Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2020-01-29T16:43:54.430Z] #69 DONE 1.1s [2020-01-29T16:43:54.430Z] [2020-01-29T16:43:54.430Z] #21 [internal] load build context [2020-01-29T16:43:54.443Z] #38 ... [2020-01-29T16:43:54.443Z] [2020-01-29T16:43:54.443Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:43:54.443Z] #43 73.58 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-01-29T16:43:54.443Z] #43 73.60 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:43:54.443Z] #43 DONE 73.9s [2020-01-29T16:43:54.443Z] [2020-01-29T16:43:54.443Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:43:54.825Z] #21 transferring context: 46.87MB 1.7s done [2020-01-29T16:43:54.826Z] #21 DONE 1.7s [2020-01-29T16:43:54.826Z] [2020-01-29T16:43:54.826Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:43:54.826Z] #8 sha256:3596c5a237f76c32832c1879a3d0c763989cb13fac0024673b03e9b549b868ea 36.24MB / 48.95MB 1.6s [2020-01-29T16:43:54.826Z] #8 sha256:8f0fbfcf3c9c79e6865a1fef5477d5d13f0ab68756fce199e5bcddd2c8d98e57 33.59MB / 56.59MB 1.6s [2020-01-29T16:43:54.826Z] #8 sha256:935b8545f3ac8fb67c90f8a3be187caf01204d09cb354322cf183ace5b95a7a7 126B / 126B 0.1s done [2020-01-29T16:43:54.826Z] #8 sha256:fa2c184c717922d37fbf25b36307f71f16ea274ab77a3431ef0e51c3c651ea95 1.79kB / 1.79kB done [2020-01-29T16:43:54.826Z] #8 sha256:b33b91142ed28640cd70826a84025844f0fa1e7bc50f10b67f6ee03ed2f013ae 9.88MB / 9.88MB 0.8s done [2020-01-29T16:43:54.826Z] #8 sha256:8a8fcb3e840c6a9736c3e0da14bfec72ac8fb6f4d755053f29ac9264ba0d798b 5.46kB / 5.46kB done [2020-01-29T16:43:54.826Z] #8 sha256:97a87e4c2949f278ec7636f6762169d70bd2588ed301cc3e2721aa830a9227fc 7.38MB / 7.38MB 0.6s done [2020-01-29T16:43:54.826Z] #8 sha256:a23386745bcbf27928754e130693faba015951a5923f1fcf54478337f15c7e06 36.33MB / 51.32MB 1.6s [2020-01-29T16:43:54.826Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 30.23MB / 102.16MB 1.6s [2020-01-29T16:43:54.826Z] #8 sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 1.42kB / 1.42kB done [2020-01-29T16:43:54.826Z] #8 sha256:3596c5a237f76c32832c1879a3d0c763989cb13fac0024673b03e9b549b868ea 41.05MB / 48.95MB 1.8s [2020-01-29T16:43:54.826Z] #8 sha256:8f0fbfcf3c9c79e6865a1fef5477d5d13f0ab68756fce199e5bcddd2c8d98e57 37.91MB / 56.59MB 1.8s [2020-01-29T16:43:54.826Z] #8 sha256:a23386745bcbf27928754e130693faba015951a5923f1fcf54478337f15c7e06 39.98MB / 51.32MB 1.8s [2020-01-29T16:43:55.187Z] #8 sha256:3596c5a237f76c32832c1879a3d0c763989cb13fac0024673b03e9b549b868ea 45.51MB / 48.95MB 1.9s [2020-01-29T16:43:55.187Z] #8 sha256:8f0fbfcf3c9c79e6865a1fef5477d5d13f0ab68756fce199e5bcddd2c8d98e57 42.18MB / 56.59MB 1.9s [2020-01-29T16:43:55.187Z] #8 sha256:a23386745bcbf27928754e130693faba015951a5923f1fcf54478337f15c7e06 44.18MB / 51.32MB 1.9s [2020-01-29T16:43:55.187Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 38.46MB / 102.16MB 1.9s [2020-01-29T16:43:55.187Z] #8 sha256:3596c5a237f76c32832c1879a3d0c763989cb13fac0024673b03e9b549b868ea 48.95MB / 48.95MB 2.1s [2020-01-29T16:43:55.187Z] #8 sha256:8f0fbfcf3c9c79e6865a1fef5477d5d13f0ab68756fce199e5bcddd2c8d98e57 46.53MB / 56.59MB 2.1s [2020-01-29T16:43:55.187Z] #8 sha256:a23386745bcbf27928754e130693faba015951a5923f1fcf54478337f15c7e06 48.17MB / 51.32MB 2.1s [2020-01-29T16:43:55.547Z] #8 sha256:3596c5a237f76c32832c1879a3d0c763989cb13fac0024673b03e9b549b868ea 48.95MB / 48.95MB 2.1s done [2020-01-29T16:43:55.547Z] #8 sha256:8f0fbfcf3c9c79e6865a1fef5477d5d13f0ab68756fce199e5bcddd2c8d98e57 56.22MB / 56.59MB 2.2s [2020-01-29T16:43:55.547Z] #8 sha256:a23386745bcbf27928754e130693faba015951a5923f1fcf54478337f15c7e06 51.32MB / 51.32MB 2.2s done [2020-01-29T16:43:55.547Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 48.95MB / 102.16MB 2.2s [2020-01-29T16:43:55.547Z] #8 sha256:8f0fbfcf3c9c79e6865a1fef5477d5d13f0ab68756fce199e5bcddd2c8d98e57 56.59MB / 56.59MB 2.3s done [2020-01-29T16:43:55.547Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 65.53MB / 102.16MB 2.4s [2020-01-29T16:43:55.596Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-01-29T16:43:55.596Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2020-01-29T16:43:55.883Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2020-01-29T16:43:55.903Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 81.70MB / 102.16MB 2.5s [2020-01-29T16:43:55.903Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 97.64MB / 102.16MB 2.7s [2020-01-29T16:43:55.903Z] #8 sha256:e57df99e8c52f9339569d29320319176135c23c08d86d08a3cf0897457d0d149 102.16MB / 102.16MB 2.8s done [2020-01-29T16:43:56.281Z] #8 unpacking docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 [2020-01-29T16:43:56.772Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.058s coverage: 65.3% of statements [2020-01-29T16:43:57.377Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-01-29T16:43:57.377Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2020-01-29T16:43:57.667Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2020-01-29T16:43:57.718Z] ok github.com/docker/docker/daemon/cluster/convert 0.064s coverage: 35.7% of statements [2020-01-29T16:43:58.631Z] #44 3.988 Note: Building without setproctitle() and strlcpy() support. [2020-01-29T16:43:58.631Z] #44 3.989 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-01-29T16:43:59.101Z] ok github.com/docker/docker/daemon/cluster 0.104s coverage: 0.5% of statements [2020-01-29T16:43:59.167Z] go: finding github.com/golang/mock v1.1.1 [2020-01-29T16:43:59.795Z] go: finding github.com/pkg/profile v1.2.1 [2020-01-29T16:44:00.005Z] #44 ... [2020-01-29T16:44:00.005Z] [2020-01-29T16:44:00.005Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:00.005Z] #10 77.29 Selecting previously unselected package gcc-mingw-w64-base. [2020-01-29T16:44:00.005Z] #10 77.35 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-01-29T16:44:00.005Z] #10 77.36 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:00.005Z] #10 77.55 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-01-29T16:44:00.005Z] #10 77.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-01-29T16:44:00.005Z] #10 77.58 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:01.290Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2020-01-29T16:44:01.380Z] #10 ... [2020-01-29T16:44:01.380Z] [2020-01-29T16:44:01.380Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:01.380Z] #38 7.109 -- Check for working C compiler: /usr/bin/cc -- works [2020-01-29T16:44:01.380Z] #38 7.109 -- Detecting C compiler ABI info [2020-01-29T16:44:01.380Z] #38 7.587 -- Detecting C compiler ABI info - done [2020-01-29T16:44:01.380Z] #38 7.636 -- Detecting C compile features [2020-01-29T16:44:01.380Z] #38 9.963 -- Detecting C compile features - done [2020-01-29T16:44:01.380Z] #38 10.01 -- Performing Test HAS_BUILTIN_FORTIFY [2020-01-29T16:44:01.380Z] #38 10.19 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-01-29T16:44:01.380Z] #38 10.27 -- Configuring done [2020-01-29T16:44:01.380Z] #38 10.29 -- Generating done [2020-01-29T16:44:01.380Z] #38 10.30 -- Build files have been written to: /tmp/tmp.SgAbbwASbH/tini [2020-01-29T16:44:01.380Z] #38 10.32 + make tini-static [2020-01-29T16:44:01.380Z] #38 10.84 Scanning dependencies of target tini-static [2020-01-29T16:44:01.380Z] #38 10.96 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-01-29T16:44:01.380Z] #38 12.45 [100%] Linking C executable tini-static [2020-01-29T16:44:01.380Z] #38 13.03 [100%] Built target tini-static [2020-01-29T16:44:01.380Z] #38 13.11 + mkdir -p /build [2020-01-29T16:44:01.380Z] #38 13.11 + cp tini-static /build/docker-init [2020-01-29T16:44:01.380Z] #38 DONE 13.5s [2020-01-29T16:44:01.380Z] [2020-01-29T16:44:01.380Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:01.380Z] #44 5.945 fatal: not a git repository (or any of the parent directories): .git [2020-01-29T16:44:01.380Z] #44 5.986 GEN .gitid [2020-01-29T16:44:01.380Z] #44 6.004 GEN criu/include/version.h [2020-01-29T16:44:01.380Z] #44 6.033 GEN include/common/asm [2020-01-29T16:44:01.648Z] ok github.com/docker/docker/daemon/discovery 0.030s coverage: 30.0% of statements [2020-01-29T16:44:01.648Z] ok github.com/docker/docker/daemon/config 0.093s coverage: 82.1% of statements [2020-01-29T16:44:01.918Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2020-01-29T16:44:02.207Z] go: finding github.com/onsi/ginkgo v1.6.0 [2020-01-29T16:44:02.753Z] #44 8.266 PBCC images/google/protobuf/descriptor.pb-c.c [2020-01-29T16:44:02.753Z] #44 8.362 PBCC images/opts.pb-c.c [2020-01-29T16:44:02.753Z] #44 8.481 PBCC images/sit.pb-c.c [2020-01-29T16:44:02.753Z] #44 8.543 DEP images/google/protobuf/descriptor.pb-c.d [2020-01-29T16:44:02.753Z] #44 ... [2020-01-29T16:44:02.753Z] [2020-01-29T16:44:02.753Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:02.753Z] #33 72.13 io/ioutil [2020-01-29T16:44:02.753Z] #33 74.88 github.com/BurntSushi/toml [2020-01-29T16:44:02.753Z] #33 74.88 flag [2020-01-29T16:44:02.753Z] #33 76.67 log [2020-01-29T16:44:02.753Z] #33 79.04 github.com/BurntSushi/toml/cmd/tomlv [2020-01-29T16:44:02.753Z] #33 ... [2020-01-29T16:44:02.753Z] [2020-01-29T16:44:02.753Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:02.753Z] #44 8.599 DEP images/opts.pb-c.d [2020-01-29T16:44:02.753Z] #44 8.663 DEP images/sit.pb-c.d [2020-01-29T16:44:02.836Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2020-01-29T16:44:02.836Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2020-01-29T16:44:03.010Z] #44 8.703 PBCC images/macvlan.pb-c.c [2020-01-29T16:44:03.010Z] #44 8.748 DEP images/macvlan.pb-c.d [2020-01-29T16:44:03.010Z] #44 ... [2020-01-29T16:44:03.010Z] [2020-01-29T16:44:03.010Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:03.010Z] #47 72.43 fmt [2020-01-29T16:44:03.010Z] #47 75.53 regexp [2020-01-29T16:44:03.010Z] #47 77.27 go/token [2020-01-29T16:44:03.010Z] #47 78.38 go/scanner [2020-01-29T16:44:03.010Z] #47 79.69 internal/lazyregexp [2020-01-29T16:44:03.010Z] #47 79.74 go/ast [2020-01-29T16:44:03.010Z] #47 80.08 net/url [2020-01-29T16:44:03.010Z] #47 82.51 text/template/parse [2020-01-29T16:44:03.010Z] #47 ... [2020-01-29T16:44:03.010Z] [2020-01-29T16:44:03.010Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:03.010Z] #44 8.860 PBCC images/autofs.pb-c.c [2020-01-29T16:44:03.010Z] #44 8.868 DEP images/autofs.pb-c.d [2020-01-29T16:44:03.010Z] #44 8.939 PBCC images/sysctl.pb-c.c [2020-01-29T16:44:03.033Z] ok github.com/docker/docker/daemon/events 0.080s coverage: 50.0% of statements [2020-01-29T16:44:03.139Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2020-01-29T16:44:03.139Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2020-01-29T16:44:03.268Z] #44 8.967 DEP images/sysctl.pb-c.d [2020-01-29T16:44:03.268Z] #44 9.038 PBCC images/time.pb-c.c [2020-01-29T16:44:03.268Z] #44 9.089 DEP images/time.pb-c.d [2020-01-29T16:44:03.268Z] #44 9.175 PBCC images/binfmt-misc.pb-c.c [2020-01-29T16:44:03.268Z] #44 9.189 DEP images/binfmt-misc.pb-c.d [2020-01-29T16:44:03.435Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2020-01-29T16:44:03.435Z] go: finding github.com/sirupsen/logrus v1.0.3 [2020-01-29T16:44:03.526Z] #44 9.245 PBCC images/seccomp.pb-c.c [2020-01-29T16:44:03.526Z] #44 9.317 DEP images/seccomp.pb-c.d [2020-01-29T16:44:03.526Z] #44 9.377 PBCC images/userns.pb-c.c [2020-01-29T16:44:03.526Z] #44 9.433 DEP images/userns.pb-c.d [2020-01-29T16:44:03.784Z] #44 9.509 PBCC images/cgroup.pb-c.c [2020-01-29T16:44:03.784Z] #44 9.564 DEP images/cgroup.pb-c.d [2020-01-29T16:44:03.784Z] #44 9.610 PBCC images/fown.pb-c.c [2020-01-29T16:44:03.784Z] #44 9.620 PBCC images/ext-file.pb-c.c [2020-01-29T16:44:03.784Z] #44 9.657 DEP images/fown.pb-c.d [2020-01-29T16:44:04.041Z] #44 9.698 DEP images/ext-file.pb-c.d [2020-01-29T16:44:04.041Z] #44 9.735 PBCC images/rpc.pb-c.c [2020-01-29T16:44:04.041Z] #44 9.793 DEP images/rpc.pb-c.d [2020-01-29T16:44:04.299Z] #44 9.925 PBCC images/siginfo.pb-c.c [2020-01-29T16:44:04.299Z] #44 9.996 DEP images/siginfo.pb-c.d [2020-01-29T16:44:04.299Z] #44 10.06 PBCC images/pagemap.pb-c.c [2020-01-29T16:44:04.299Z] #44 10.16 DEP images/pagemap.pb-c.d [2020-01-29T16:44:04.418Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2020-01-29T16:44:04.556Z] #44 10.24 PBCC images/rlimit.pb-c.c [2020-01-29T16:44:04.556Z] #44 10.27 DEP images/rlimit.pb-c.d [2020-01-29T16:44:04.556Z] #44 10.32 PBCC images/file-lock.pb-c.c [2020-01-29T16:44:04.556Z] #44 10.37 DEP images/file-lock.pb-c.d [2020-01-29T16:44:04.556Z] #44 10.43 PBCC images/tty.pb-c.c [2020-01-29T16:44:04.814Z] #44 10.51 DEP images/tty.pb-c.d [2020-01-29T16:44:04.814Z] #44 10.63 PBCC images/tun.pb-c.c [2020-01-29T16:44:04.814Z] #44 10.70 PBCC images/netdev.pb-c.c [2020-01-29T16:44:04.933Z] go: finding github.com/kr/text v0.1.0 [2020-01-29T16:44:04.933Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2020-01-29T16:44:05.074Z] #44 10.80 DEP images/tun.pb-c.d [2020-01-29T16:44:05.074Z] #44 10.90 DEP images/netdev.pb-c.d [2020-01-29T16:44:05.075Z] #44 10.94 PBCC images/vma.pb-c.c [2020-01-29T16:44:05.222Z] go: finding gotest.tools v2.1.0+incompatible [2020-01-29T16:44:05.333Z] #44 ... [2020-01-29T16:44:05.333Z] [2020-01-29T16:44:05.333Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:05.333Z] #33 DONE 84.5s [2020-01-29T16:44:05.333Z] [2020-01-29T16:44:05.333Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:05.333Z] #44 11.07 DEP images/vma.pb-c.d [2020-01-29T16:44:05.333Z] #44 11.20 PBCC images/creds.pb-c.c [2020-01-29T16:44:05.512Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2020-01-29T16:44:05.591Z] #44 11.28 DEP images/creds.pb-c.d [2020-01-29T16:44:05.591Z] #44 11.34 PBCC images/utsns.pb-c.c [2020-01-29T16:44:05.591Z] #44 11.34 DEP images/utsns.pb-c.d [2020-01-29T16:44:05.591Z] #44 11.41 PBCC images/ipc-desc.pb-c.c [2020-01-29T16:44:05.679Z] #8 unpacking docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 9.7s done [2020-01-29T16:44:05.679Z] #8 DONE 12.7s [2020-01-29T16:44:05.850Z] #44 11.51 PBCC images/ipc-sem.pb-c.c [2020-01-29T16:44:05.850Z] #44 11.58 DEP images/ipc-desc.pb-c.d [2020-01-29T16:44:05.850Z] #44 11.71 DEP images/ipc-sem.pb-c.d [2020-01-29T16:44:05.850Z] #44 11.77 PBCC images/ipc-msg.pb-c.c [2020-01-29T16:44:06.025Z] [2020-01-29T16:44:06.025Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-01-29T16:44:06.025Z] #9 DONE 0.2s [2020-01-29T16:44:06.025Z] [2020-01-29T16:44:06.025Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-01-29T16:44:06.108Z] #44 11.85 DEP images/ipc-msg.pb-c.d [2020-01-29T16:44:06.108Z] #44 11.90 PBCC images/ipc-shm.pb-c.c [2020-01-29T16:44:06.368Z] #44 11.96 DEP images/ipc-shm.pb-c.d [2020-01-29T16:44:06.368Z] #44 12.09 PBCC images/ipc-var.pb-c.c [2020-01-29T16:44:06.368Z] #44 12.12 DEP images/ipc-var.pb-c.d [2020-01-29T16:44:06.368Z] #44 12.16 PBCC images/sk-opts.pb-c.c [2020-01-29T16:44:06.368Z] #44 12.17 PBCC images/packet-sock.pb-c.c [2020-01-29T16:44:06.368Z] #44 12.27 DEP images/sk-opts.pb-c.d [2020-01-29T16:44:06.382Z] #10 DONE 0.3s [2020-01-29T16:44:06.382Z] [2020-01-29T16:44:06.382Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-01-29T16:44:06.382Z] #41 DONE 0.0s [2020-01-29T16:44:06.382Z] [2020-01-29T16:44:06.382Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-01-29T16:44:06.382Z] #30 DONE 0.1s [2020-01-29T16:44:06.382Z] [2020-01-29T16:44:06.382Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:44:06.382Z] #42 ... [2020-01-29T16:44:06.382Z] [2020-01-29T16:44:06.382Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:44:06.382Z] #22 DONE 0.1s [2020-01-29T16:44:06.382Z] [2020-01-29T16:44:06.382Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-01-29T16:44:06.382Z] #71 DONE 0.1s [2020-01-29T16:44:06.382Z] [2020-01-29T16:44:06.382Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-01-29T16:44:06.382Z] #65 DONE 0.1s [2020-01-29T16:44:06.541Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2020-01-29T16:44:06.541Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-01-29T16:44:06.541Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2020-01-29T16:44:06.541Z] go: finding github.com/docker/go-units v0.3.1 [2020-01-29T16:44:06.631Z] #44 12.31 DEP images/packet-sock.pb-c.d [2020-01-29T16:44:06.631Z] #44 12.34 PBCC images/sk-netlink.pb-c.c [2020-01-29T16:44:06.631Z] #44 12.40 DEP images/sk-netlink.pb-c.d [2020-01-29T16:44:06.631Z] #44 12.48 PBCC images/sk-inet.pb-c.c [2020-01-29T16:44:06.755Z] [2020-01-29T16:44:06.755Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-01-29T16:44:06.755Z] #50 DONE 0.1s [2020-01-29T16:44:06.755Z] [2020-01-29T16:44:06.755Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-01-29T16:44:06.755Z] #23 DONE 0.1s [2020-01-29T16:44:06.755Z] [2020-01-29T16:44:06.755Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-01-29T16:44:06.755Z] #47 DONE 0.1s [2020-01-29T16:44:06.755Z] [2020-01-29T16:44:06.755Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-01-29T16:44:06.755Z] #53 DONE 0.1s [2020-01-29T16:44:06.755Z] [2020-01-29T16:44:06.755Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-01-29T16:44:06.755Z] #33 DONE 0.1s [2020-01-29T16:44:06.755Z] [2020-01-29T16:44:06.755Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:06.755Z] #34 0.362 + RM_GOPATH=0 [2020-01-29T16:44:06.755Z] #34 0.362 + TMP_GOPATH= [2020-01-29T16:44:06.755Z] #34 0.363 + : /build [2020-01-29T16:44:06.755Z] #34 0.363 + '[' -z '' ']' [2020-01-29T16:44:06.755Z] #34 0.363 ++ mktemp -d [2020-01-29T16:44:06.755Z] #34 0.364 + export GOPATH=/tmp/tmp.r2Jq5dNYXU [2020-01-29T16:44:06.755Z] #34 0.364 + GOPATH=/tmp/tmp.r2Jq5dNYXU [2020-01-29T16:44:06.755Z] #34 0.364 + RM_GOPATH=1 [2020-01-29T16:44:06.755Z] #34 0.364 ++ dirname ./install.sh [2020-01-29T16:44:06.755Z] #34 0.365 + dir=. [2020-01-29T16:44:06.755Z] #34 0.365 + bin=tomlv [2020-01-29T16:44:06.755Z] #34 0.365 + shift [2020-01-29T16:44:06.755Z] #34 0.365 + '[' '!' -f ./tomlv.installer ']' [2020-01-29T16:44:06.755Z] #34 0.365 + . ./tomlv.installer [2020-01-29T16:44:06.755Z] #34 0.365 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:44:06.755Z] #34 0.366 + install_tomlv [2020-01-29T16:44:06.755Z] #34 0.366 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-01-29T16:44:06.755Z] #34 0.366 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:44:06.755Z] #34 0.366 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.r2Jq5dNYXU/src/github.com/BurntSushi/toml [2020-01-29T16:44:06.755Z] #34 0.368 Cloning into '/tmp/tmp.r2Jq5dNYXU/src/github.com/BurntSushi/toml'... [2020-01-29T16:44:06.831Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-01-29T16:44:06.899Z] #44 12.64 DEP images/sk-inet.pb-c.d [2020-01-29T16:44:06.899Z] #44 12.74 PBCC images/sk-unix.pb-c.c [2020-01-29T16:44:06.899Z] #44 12.81 DEP images/sk-unix.pb-c.d [2020-01-29T16:44:07.120Z] go: finding github.com/kr/pty v1.1.1 [2020-01-29T16:44:07.156Z] #44 12.87 PBCC images/mm.pb-c.c [2020-01-29T16:44:07.156Z] #44 12.94 DEP images/mm.pb-c.d [2020-01-29T16:44:07.156Z] #44 12.99 PBCC images/timerfd.pb-c.c [2020-01-29T16:44:07.156Z] #44 13.06 DEP images/timerfd.pb-c.d [2020-01-29T16:44:07.413Z] #44 13.11 PBCC images/timer.pb-c.c [2020-01-29T16:44:07.413Z] #44 13.15 DEP images/timer.pb-c.d [2020-01-29T16:44:07.413Z] #44 13.20 PBCC images/sa.pb-c.c [2020-01-29T16:44:07.413Z] #44 13.25 DEP images/sa.pb-c.d [2020-01-29T16:44:07.413Z] #44 13.33 PBCC images/pipe-data.pb-c.c [2020-01-29T16:44:07.671Z] #44 13.35 DEP images/pipe-data.pb-c.d [2020-01-29T16:44:07.671Z] #44 13.41 PBCC images/mnt.pb-c.c [2020-01-29T16:44:07.712Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-01-29T16:44:07.929Z] #44 13.48 DEP images/mnt.pb-c.d [2020-01-29T16:44:07.929Z] #44 13.53 PBCC images/sk-packet.pb-c.c [2020-01-29T16:44:07.929Z] #44 13.56 DEP images/sk-packet.pb-c.d [2020-01-29T16:44:07.929Z] #44 13.61 PBCC images/tcp-stream.pb-c.c [2020-01-29T16:44:07.929Z] #44 13.69 DEP images/tcp-stream.pb-c.d [2020-01-29T16:44:07.929Z] #44 13.74 PBCC images/pipe.pb-c.c [2020-01-29T16:44:08.044Z] #34 1.199 + cd /tmp/tmp.r2Jq5dNYXU/src/github.com/BurntSushi/toml [2020-01-29T16:44:08.044Z] #34 1.208 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:44:08.044Z] #34 1.262 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-01-29T16:44:08.186Z] #44 13.79 DEP images/pipe.pb-c.d [2020-01-29T16:44:08.186Z] #44 13.89 PBCC images/pstree.pb-c.c [2020-01-29T16:44:08.186Z] #44 13.91 DEP images/pstree.pb-c.d [2020-01-29T16:44:08.186Z] #44 13.98 PBCC images/fs.pb-c.c [2020-01-29T16:44:08.403Z] #34 1.720 runtime/internal/atomic [2020-01-29T16:44:08.403Z] #34 1.779 internal/cpu [2020-01-29T16:44:08.403Z] #34 1.830 runtime/internal/sys [2020-01-29T16:44:08.403Z] #34 1.930 runtime/internal/math [2020-01-29T16:44:08.444Z] #44 14.03 DEP images/fs.pb-c.d [2020-01-29T16:44:08.444Z] #44 14.10 PBCC images/signalfd.pb-c.c [2020-01-29T16:44:08.444Z] #44 14.15 DEP images/signalfd.pb-c.d [2020-01-29T16:44:08.444Z] #44 14.21 PBCC images/fh.pb-c.c [2020-01-29T16:44:08.444Z] #44 14.28 PBCC images/fsnotify.pb-c.c [2020-01-29T16:44:08.635Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2020-01-29T16:44:08.635Z] go: finding github.com/containerd/containerd v1.2.4 [2020-01-29T16:44:08.650Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.474s coverage: 13.7% of statements [2020-01-29T16:44:08.702Z] #44 14.34 DEP images/fh.pb-c.d [2020-01-29T16:44:08.702Z] #44 14.39 DEP images/fsnotify.pb-c.d [2020-01-29T16:44:08.702Z] #44 14.46 PBCC images/eventpoll.pb-c.c [2020-01-29T16:44:08.702Z] #44 14.49 DEP images/eventpoll.pb-c.d [2020-01-29T16:44:08.702Z] #44 14.52 PBCC images/eventfd.pb-c.c [2020-01-29T16:44:08.702Z] #44 14.54 DEP images/eventfd.pb-c.d [2020-01-29T16:44:08.702Z] #44 14.58 PBCC images/remap-file-path.pb-c.c [2020-01-29T16:44:08.702Z] #44 14.60 DEP images/remap-file-path.pb-c.d [2020-01-29T16:44:08.780Z] #34 1.985 math/bits [2020-01-29T16:44:08.780Z] #34 2.248 internal/bytealg [2020-01-29T16:44:08.923Z] go: finding github.com/onsi/ginkgo v1.7.0 [2020-01-29T16:44:08.923Z] go: finding github.com/kisielk/gotool v1.0.0 [2020-01-29T16:44:08.923Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2020-01-29T16:44:08.959Z] #44 14.64 PBCC images/fifo.pb-c.c [2020-01-29T16:44:08.960Z] #44 14.66 DEP images/fifo.pb-c.d [2020-01-29T16:44:08.960Z] #44 14.69 PBCC images/ghost-file.pb-c.c [2020-01-29T16:44:08.960Z] #44 14.73 DEP images/ghost-file.pb-c.d [2020-01-29T16:44:08.960Z] #44 14.77 PBCC images/regfile.pb-c.c [2020-01-29T16:44:08.960Z] #44 14.81 DEP images/regfile.pb-c.d [2020-01-29T16:44:08.960Z] #44 14.84 PBCC images/ns.pb-c.c [2020-01-29T16:44:09.162Z] #34 2.386 math [2020-01-29T16:44:09.162Z] #34 2.662 runtime [2020-01-29T16:44:09.217Z] #44 14.89 DEP images/ns.pb-c.d [2020-01-29T16:44:09.217Z] #44 14.93 PBCC images/fdinfo.pb-c.c [2020-01-29T16:44:09.217Z] #44 15.04 DEP images/fdinfo.pb-c.d [2020-01-29T16:44:09.217Z] #44 15.12 PBCC images/core-aarch64.pb-c.c [2020-01-29T16:44:09.569Z] #44 15.20 PBCC images/core-arm.pb-c.c [2020-01-29T16:44:09.569Z] #44 15.25 PBCC images/core-ppc64.pb-c.c [2020-01-29T16:44:09.569Z] #44 15.31 PBCC images/core-s390.pb-c.c [2020-01-29T16:44:09.569Z] #44 15.38 PBCC images/core-x86.pb-c.c [2020-01-29T16:44:09.591Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.724s coverage: 57.0% of statements [2020-01-29T16:44:09.827Z] #44 15.44 PBCC images/core.pb-c.c [2020-01-29T16:44:09.827Z] #44 15.54 PBCC images/inventory.pb-c.c [2020-01-29T16:44:09.827Z] #44 15.62 DEP images/core-aarch64.pb-c.d [2020-01-29T16:44:09.827Z] #44 15.68 DEP images/core-arm.pb-c.d [2020-01-29T16:44:10.084Z] #44 15.74 DEP images/core-ppc64.pb-c.d [2020-01-29T16:44:10.084Z] #44 15.84 DEP images/core-s390.pb-c.d [2020-01-29T16:44:10.084Z] #44 15.94 DEP images/core-x86.pb-c.d [2020-01-29T16:44:10.342Z] #44 16.03 DEP images/core.pb-c.d [2020-01-29T16:44:10.342Z] #44 16.12 DEP images/inventory.pb-c.d [2020-01-29T16:44:10.342Z] #44 16.20 PBCC images/cpuinfo.pb-c.c [2020-01-29T16:44:10.601Z] #44 16.26 DEP images/cpuinfo.pb-c.d [2020-01-29T16:44:10.601Z] #44 16.29 PBCC images/stats.pb-c.c [2020-01-29T16:44:10.601Z] #44 16.34 DEP images/stats.pb-c.d [2020-01-29T16:44:11.978Z] #44 17.74 make[1]: Nothing to be done for 'all'. [2020-01-29T16:44:12.664Z] #34 ... [2020-01-29T16:44:12.664Z] [2020-01-29T16:44:12.664Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:12.664Z] #24 0.237 + RM_GOPATH=0 [2020-01-29T16:44:12.664Z] #24 0.237 + TMP_GOPATH= [2020-01-29T16:44:12.664Z] #24 0.237 + : /build [2020-01-29T16:44:12.664Z] #24 0.237 + '[' -z '' ']' [2020-01-29T16:44:12.664Z] #24 0.238 ++ mktemp -d [2020-01-29T16:44:12.664Z] #24 0.238 + export GOPATH=/tmp/tmp.QpWTp4i7bW [2020-01-29T16:44:12.664Z] #24 0.238 + GOPATH=/tmp/tmp.QpWTp4i7bW [2020-01-29T16:44:12.664Z] #24 0.238 + RM_GOPATH=1 [2020-01-29T16:44:12.664Z] #24 0.240 Install docker/cli version 17.06.2-ce from stable [2020-01-29T16:44:12.664Z] #24 0.240 ++ dirname ./install.sh [2020-01-29T16:44:12.664Z] #24 0.240 + dir=. [2020-01-29T16:44:12.664Z] #24 0.240 + bin=dockercli [2020-01-29T16:44:12.664Z] #24 0.240 + shift [2020-01-29T16:44:12.664Z] #24 0.240 + '[' '!' -f ./dockercli.installer ']' [2020-01-29T16:44:12.664Z] #24 0.240 + . ./dockercli.installer [2020-01-29T16:44:12.664Z] #24 0.240 ++ : stable [2020-01-29T16:44:12.664Z] #24 0.240 ++ : 17.06.2-ce [2020-01-29T16:44:12.664Z] #24 0.240 + install_dockercli [2020-01-29T16:44:12.664Z] #24 0.240 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-01-29T16:44:12.664Z] #24 0.240 ++ uname -m [2020-01-29T16:44:12.664Z] #24 0.241 + arch=s390x [2020-01-29T16:44:12.664Z] #24 0.241 + '[' s390x '!=' x86_64 ']' [2020-01-29T16:44:12.664Z] #24 0.241 + '[' s390x '!=' s390x ']' [2020-01-29T16:44:12.664Z] #24 0.241 + url=https://download.docker.com/linux/static [2020-01-29T16:44:12.664Z] #24 0.241 + tar -xz docker/docker [2020-01-29T16:44:12.664Z] #24 0.242 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-01-29T16:44:12.664Z] #24 5.230 + mkdir -p /build [2020-01-29T16:44:12.664Z] #24 5.252 + mv docker/docker /build/ [2020-01-29T16:44:12.664Z] #24 5.260 + rmdir docker [2020-01-29T16:44:12.664Z] #24 DONE 5.4s [2020-01-29T16:44:12.664Z] [2020-01-29T16:44:12.664Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:12.664Z] #66 0.376 + RM_GOPATH=0 [2020-01-29T16:44:12.664Z] #66 0.377 + TMP_GOPATH= [2020-01-29T16:44:12.664Z] #66 0.377 + : /build/ [2020-01-29T16:44:12.664Z] #66 0.377 + '[' -z '' ']' [2020-01-29T16:44:12.664Z] #66 0.378 ++ mktemp -d [2020-01-29T16:44:12.664Z] #66 0.380 + export GOPATH=/tmp/tmp.XNEKSczQ3e [2020-01-29T16:44:12.664Z] #66 0.380 + GOPATH=/tmp/tmp.XNEKSczQ3e [2020-01-29T16:44:12.664Z] #66 0.380 + RM_GOPATH=1 [2020-01-29T16:44:12.665Z] #66 0.381 ++ dirname ./install.sh [2020-01-29T16:44:12.665Z] #66 0.383 + dir=. [2020-01-29T16:44:12.665Z] #66 0.383 + bin=rootlesskit [2020-01-29T16:44:12.665Z] #66 0.383 + shift [2020-01-29T16:44:12.665Z] #66 0.384 + '[' '!' -f ./rootlesskit.installer ']' [2020-01-29T16:44:12.665Z] #66 0.384 + . ./rootlesskit.installer [2020-01-29T16:44:12.665Z] #66 0.384 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:44:12.665Z] #66 0.385 + install_rootlesskit [2020-01-29T16:44:12.665Z] #66 0.385 + case "$1" in [2020-01-29T16:44:12.665Z] #66 0.385 + export CGO_ENABLED=0 [2020-01-29T16:44:12.665Z] #66 0.385 + CGO_ENABLED=0 [2020-01-29T16:44:12.665Z] #66 0.386 + _install_rootlesskit [2020-01-29T16:44:12.665Z] #66 0.386 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-01-29T16:44:12.665Z] #66 0.386 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:44:12.665Z] #66 0.389 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XNEKSczQ3e/src/github.com/rootless-containers/rootlesskit [2020-01-29T16:44:12.665Z] #66 0.389 Cloning into '/tmp/tmp.XNEKSczQ3e/src/github.com/rootless-containers/rootlesskit'... [2020-01-29T16:44:12.665Z] #66 2.731 + cd /tmp/tmp.XNEKSczQ3e/src/github.com/rootless-containers/rootlesskit [2020-01-29T16:44:12.665Z] #66 2.736 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:44:12.665Z] #66 3.055 + for f in rootlesskit rootlesskit-docker-proxy [2020-01-29T16:44:12.665Z] #66 3.055 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-01-29T16:44:13.793Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.723s coverage: 48.6% of statements [2020-01-29T16:44:13.793Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.394s coverage: 46.2% of statements [2020-01-29T16:44:13.876Z] #44 19.23 CC images/stats.o [2020-01-29T16:44:13.876Z] #44 19.67 CC images/core.o [2020-01-29T16:44:13.876Z] #44 ... [2020-01-29T16:44:13.876Z] [2020-01-29T16:44:13.876Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:13.876Z] #62 38.43 Checking out files: 62% (1889/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-01-29T16:44:13.876Z] #62 39.67 + cd /tmp/tmp.xeKIWIJgmE/src/github.com/containerd/containerd [2020-01-29T16:44:13.876Z] #62 39.67 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:44:13.876Z] #62 41.80 + export 'BUILDTAGS=netgo osusergo static_build' [2020-01-29T16:44:13.876Z] #62 41.80 + BUILDTAGS='netgo osusergo static_build' [2020-01-29T16:44:13.876Z] #62 41.80 + export EXTRA_FLAGS=-buildmode=pie [2020-01-29T16:44:13.876Z] #62 41.80 + EXTRA_FLAGS=-buildmode=pie [2020-01-29T16:44:13.876Z] #62 41.80 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-01-29T16:44:13.876Z] #62 41.80 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-01-29T16:44:13.876Z] #62 41.80 + '[' '' = dynamic ']' [2020-01-29T16:44:13.876Z] #62 41.80 + make [2020-01-29T16:44:13.876Z] #62 42.91 + bin/ctr [2020-01-29T16:44:14.186Z] #66 ... [2020-01-29T16:44:14.186Z] [2020-01-29T16:44:14.186Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:14.186Z] #34 7.502 internal/testlog [2020-01-29T16:44:14.186Z] #34 7.676 encoding [2020-01-29T16:44:14.442Z] #62 ... [2020-01-29T16:44:14.442Z] [2020-01-29T16:44:14.442Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:14.442Z] #44 20.27 CC images/core-x86.o [2020-01-29T16:44:14.562Z] #34 7.754 runtime/cgo [2020-01-29T16:44:14.733Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.240s coverage: 72.5% of statements [2020-01-29T16:44:15.374Z] #44 20.97 CC images/core-arm.o [2020-01-29T16:44:15.632Z] #44 21.45 CC images/core-aarch64.o [2020-01-29T16:44:16.129Z] ok github.com/docker/docker/daemon 12.325s coverage: 17.5% of statements [2020-01-29T16:44:16.129Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-01-29T16:44:16.129Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-01-29T16:44:16.129Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-01-29T16:44:16.129Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-01-29T16:44:16.129Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-01-29T16:44:16.196Z] #44 21.86 CC images/core-ppc64.o [2020-01-29T16:44:16.408Z] #34 ... [2020-01-29T16:44:16.408Z] [2020-01-29T16:44:16.408Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:44:16.408Z] #26 0.592 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:44:16.408Z] #26 0.678 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:44:16.408Z] #26 0.731 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:44:16.408Z] #26 1.495 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-01-29T16:44:16.408Z] #26 2.971 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [154 kB] [2020-01-29T16:44:16.408Z] #26 4.138 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-01-29T16:44:16.408Z] #26 ... [2020-01-29T16:44:16.408Z] [2020-01-29T16:44:16.408Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:44:16.408Z] #31 0.317 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-01-29T16:44:16.408Z] #31 0.318 Cloning into '.'... [2020-01-29T16:44:16.699Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 58.0% of statements [2020-01-29T16:44:16.699Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.545s coverage: 76.1% of statements [2020-01-29T16:44:16.761Z] #44 ... [2020-01-29T16:44:16.761Z] [2020-01-29T16:44:16.761Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:16.761Z] #47 86.12 go/parser [2020-01-29T16:44:16.761Z] #47 87.64 text/template [2020-01-29T16:44:16.761Z] #47 89.96 encoding/xml [2020-01-29T16:44:16.761Z] #47 93.06 go/doc [2020-01-29T16:44:16.761Z] #47 95.87 github.com/LK4D4/vndr/versioned [2020-01-29T16:44:16.761Z] #47 95.95 compress/flate [2020-01-29T16:44:16.805Z] #31 ... [2020-01-29T16:44:16.805Z] [2020-01-29T16:44:16.805Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:16.805Z] #48 0.432 + RM_GOPATH=0 [2020-01-29T16:44:16.805Z] #48 0.432 + TMP_GOPATH= [2020-01-29T16:44:16.805Z] #48 0.432 + : /build [2020-01-29T16:44:16.805Z] #48 0.432 + '[' -z '' ']' [2020-01-29T16:44:16.805Z] #48 0.432 ++ mktemp -d [2020-01-29T16:44:16.805Z] #48 0.443 + export GOPATH=/tmp/tmp.prDkpd6hqH [2020-01-29T16:44:16.805Z] #48 0.443 + GOPATH=/tmp/tmp.prDkpd6hqH [2020-01-29T16:44:16.805Z] #48 0.444 + RM_GOPATH=1 [2020-01-29T16:44:16.805Z] #48 0.454 Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:44:16.805Z] #48 0.454 ++ dirname ./install.sh [2020-01-29T16:44:16.805Z] #48 0.454 + dir=. [2020-01-29T16:44:16.805Z] #48 0.454 + bin=vndr [2020-01-29T16:44:16.805Z] #48 0.454 + shift [2020-01-29T16:44:16.805Z] #48 0.454 + '[' '!' -f ./vndr.installer ']' [2020-01-29T16:44:16.805Z] #48 0.454 + . ./vndr.installer [2020-01-29T16:44:16.805Z] #48 0.454 ++ : d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:44:16.805Z] #48 0.454 + install_vndr [2020-01-29T16:44:16.805Z] #48 0.454 + echo 'Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f' [2020-01-29T16:44:16.805Z] #48 0.454 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.prDkpd6hqH/src/github.com/LK4D4/vndr [2020-01-29T16:44:16.805Z] #48 0.454 Cloning into '/tmp/tmp.prDkpd6hqH/src/github.com/LK4D4/vndr'... [2020-01-29T16:44:16.805Z] #48 0.945 + cd /tmp/tmp.prDkpd6hqH/src/github.com/LK4D4/vndr [2020-01-29T16:44:16.805Z] #48 0.945 + git checkout -q d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:44:16.805Z] #48 0.956 + go build -buildmode=pie -v -o /build/vndr . [2020-01-29T16:44:16.805Z] #48 1.913 internal/cpu [2020-01-29T16:44:16.805Z] #48 1.913 runtime/internal/sys [2020-01-29T16:44:16.805Z] #48 2.058 internal/race [2020-01-29T16:44:16.805Z] #48 2.170 sync/atomic [2020-01-29T16:44:16.805Z] #48 2.388 unicode [2020-01-29T16:44:16.805Z] #48 2.478 internal/bytealg [2020-01-29T16:44:16.805Z] #48 2.998 runtime [2020-01-29T16:44:16.805Z] #48 5.753 unicode/utf8 [2020-01-29T16:44:16.805Z] #48 6.598 math [2020-01-29T16:44:16.805Z] #48 9.979 unicode/utf16 [2020-01-29T16:44:16.805Z] #48 10.18 container/list [2020-01-29T16:44:16.805Z] #48 ... [2020-01-29T16:44:16.805Z] [2020-01-29T16:44:16.805Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:16.805Z] #44 0.525 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:44:16.805Z] #44 0.735 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:44:16.805Z] #44 1.012 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:44:16.805Z] #44 1.462 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-01-29T16:44:16.805Z] #44 3.489 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [154 kB] [2020-01-29T16:44:16.805Z] #44 3.798 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-01-29T16:44:16.805Z] #44 ... [2020-01-29T16:44:16.805Z] [2020-01-29T16:44:16.805Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:16.805Z] #54 0.424 + RM_GOPATH=0 [2020-01-29T16:44:16.805Z] #54 0.424 + TMP_GOPATH= [2020-01-29T16:44:16.805Z] #54 0.424 + : /build [2020-01-29T16:44:16.805Z] #54 0.424 + '[' -z '' ']' [2020-01-29T16:44:16.805Z] #54 0.424 ++ mktemp -d [2020-01-29T16:44:16.805Z] #54 0.433 + export GOPATH=/tmp/tmp.l7EFa60YZJ [2020-01-29T16:44:16.805Z] #54 0.434 + GOPATH=/tmp/tmp.l7EFa60YZJ [2020-01-29T16:44:16.805Z] #54 0.434 + RM_GOPATH=1 [2020-01-29T16:44:16.805Z] #54 0.435 ++ dirname ./install.sh [2020-01-29T16:44:16.805Z] #54 0.446 Installing golangci-lint version v1.20.0 [2020-01-29T16:44:16.805Z] #54 0.446 + dir=. [2020-01-29T16:44:16.805Z] #54 0.446 + bin=golangci_lint [2020-01-29T16:44:16.805Z] #54 0.446 + shift [2020-01-29T16:44:16.805Z] #54 0.446 + '[' '!' -f ./golangci_lint.installer ']' [2020-01-29T16:44:16.805Z] #54 0.446 + . ./golangci_lint.installer [2020-01-29T16:44:16.805Z] #54 0.446 ++ : v1.20.0 [2020-01-29T16:44:16.805Z] #54 0.446 + install_golangci_lint [2020-01-29T16:44:16.805Z] #54 0.446 + echo 'Installing golangci-lint version v1.20.0' [2020-01-29T16:44:16.805Z] #54 0.446 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-01-29T16:44:17.019Z] #47 ... [2020-01-29T16:44:17.019Z] [2020-01-29T16:44:17.019Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:17.019Z] #44 22.60 CC images/core-s390.o [2020-01-29T16:44:17.202Z] #54 ... [2020-01-29T16:44:17.202Z] [2020-01-29T16:44:17.202Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:17.202Z] #72 0.256 + RM_GOPATH=0 [2020-01-29T16:44:17.202Z] #72 0.256 + TMP_GOPATH= [2020-01-29T16:44:17.202Z] #72 0.256 + : /build [2020-01-29T16:44:17.202Z] #72 0.256 + '[' -z '' ']' [2020-01-29T16:44:17.202Z] #72 0.257 ++ mktemp -d [2020-01-29T16:44:17.202Z] #72 0.258 + export GOPATH=/tmp/tmp.iXRxMuYehD [2020-01-29T16:44:17.202Z] #72 0.258 + GOPATH=/tmp/tmp.iXRxMuYehD [2020-01-29T16:44:17.202Z] #72 0.258 + RM_GOPATH=1 [2020-01-29T16:44:17.202Z] #72 0.258 ++ dirname ./install.sh [2020-01-29T16:44:17.202Z] #72 0.259 + dir=. [2020-01-29T16:44:17.202Z] #72 0.259 + bin=proxy [2020-01-29T16:44:17.202Z] #72 0.259 + shift [2020-01-29T16:44:17.202Z] #72 0.259 + '[' '!' -f ./proxy.installer ']' [2020-01-29T16:44:17.202Z] #72 0.259 + . ./proxy.installer [2020-01-29T16:44:17.202Z] #72 0.259 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:44:17.202Z] #72 0.260 + install_proxy [2020-01-29T16:44:17.202Z] #72 0.260 + case "$1" in [2020-01-29T16:44:17.202Z] #72 0.260 + export CGO_ENABLED=0 [2020-01-29T16:44:17.202Z] #72 0.260 + CGO_ENABLED=0 [2020-01-29T16:44:17.202Z] #72 0.260 + _install_proxy [2020-01-29T16:44:17.202Z] #72 0.260 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-01-29T16:44:17.202Z] #72 0.260 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:44:17.202Z] #72 0.260 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.iXRxMuYehD/src/github.com/docker/libnetwork [2020-01-29T16:44:17.202Z] #72 0.262 Cloning into '/tmp/tmp.iXRxMuYehD/src/github.com/docker/libnetwork'... [2020-01-29T16:44:17.202Z] #72 ... [2020-01-29T16:44:17.202Z] [2020-01-29T16:44:17.202Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:44:17.202Z] #60 0.525 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:44:17.202Z] #60 0.732 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:44:17.202Z] #60 0.940 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:44:17.202Z] #60 1.216 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-01-29T16:44:17.202Z] #60 2.527 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [154 kB] [2020-01-29T16:44:17.202Z] #60 4.136 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-01-29T16:44:17.202Z] #60 ... [2020-01-29T16:44:17.202Z] [2020-01-29T16:44:17.202Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:17.202Z] #51 0.453 + RM_GOPATH=0 [2020-01-29T16:44:17.202Z] #51 0.453 + TMP_GOPATH= [2020-01-29T16:44:17.202Z] #51 0.453 + : /build [2020-01-29T16:44:17.202Z] #51 0.453 + '[' -z '' ']' [2020-01-29T16:44:17.202Z] #51 0.453 ++ mktemp -d [2020-01-29T16:44:17.202Z] #51 0.453 + export GOPATH=/tmp/tmp.cNc0uKu0Qq [2020-01-29T16:44:17.202Z] #51 0.453 + GOPATH=/tmp/tmp.cNc0uKu0Qq [2020-01-29T16:44:17.202Z] #51 0.453 + RM_GOPATH=1 [2020-01-29T16:44:17.202Z] #51 0.462 ++ dirname ./install.sh [2020-01-29T16:44:17.202Z] #51 0.465 + dir=. [2020-01-29T16:44:17.202Z] #51 0.465 + bin=gotestsum [2020-01-29T16:44:17.202Z] #51 0.465 + shift [2020-01-29T16:44:17.202Z] #51 0.465 + '[' '!' -f ./gotestsum.installer ']' [2020-01-29T16:44:17.202Z] #51 0.466 + . ./gotestsum.installer [2020-01-29T16:44:17.202Z] #51 0.475 Installing gotestsum version v0.3.5 [2020-01-29T16:44:17.202Z] #51 0.475 ++ : v0.3.5 [2020-01-29T16:44:17.202Z] #51 0.475 + install_gotestsum [2020-01-29T16:44:17.202Z] #51 0.475 + echo 'Installing gotestsum version v0.3.5' [2020-01-29T16:44:17.202Z] #51 0.475 + go get -d gotest.tools/gotestsum [2020-01-29T16:44:17.268Z] ok github.com/docker/docker/daemon/links 0.035s coverage: 93.0% of statements [2020-01-29T16:44:17.583Z] #44 23.37 CC images/cpuinfo.o [2020-01-29T16:44:17.590Z] #51 ... [2020-01-29T16:44:17.590Z] [2020-01-29T16:44:17.590Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:17.590Z] #11 0.512 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:44:17.590Z] #11 0.633 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:44:17.590Z] #11 0.730 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:44:17.590Z] #11 1.246 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-01-29T16:44:17.590Z] #11 2.847 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [154 kB] [2020-01-29T16:44:17.590Z] #11 3.971 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-01-29T16:44:17.590Z] #11 10.46 Fetched 8021 kB in 10s (795 kB/s) [2020-01-29T16:44:17.590Z] #11 10.46 Reading package lists... [2020-01-29T16:44:17.590Z] #11 ... [2020-01-29T16:44:17.590Z] [2020-01-29T16:44:17.590Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:44:17.590Z] #36 0.606 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:44:17.590Z] #36 0.758 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:44:17.590Z] #36 0.924 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:44:17.590Z] #36 1.500 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-01-29T16:44:17.590Z] #36 2.760 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [154 kB] [2020-01-29T16:44:17.590Z] #36 4.140 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-01-29T16:44:17.590Z] #36 10.90 Fetched 8021 kB in 10s (766 kB/s) [2020-01-29T16:44:17.590Z] #36 10.90 Reading package lists... [2020-01-29T16:44:17.590Z] #36 ... [2020-01-29T16:44:17.590Z] [2020-01-29T16:44:17.590Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:44:17.590Z] #42 0.373 + git clone https://github.com/docker/distribution.git . [2020-01-29T16:44:17.590Z] #42 0.374 Cloning into '.'... [2020-01-29T16:44:17.590Z] #42 10.67 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-01-29T16:44:17.966Z] #42 ... [2020-01-29T16:44:17.966Z] [2020-01-29T16:44:17.966Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:17.966Z] #72 11.29 Checking out files: 94% (1884/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-01-29T16:44:17.966Z] #72 11.40 + cd /tmp/tmp.iXRxMuYehD/src/github.com/docker/libnetwork [2020-01-29T16:44:17.966Z] #72 11.40 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:44:18.148Z] #44 23.82 CC images/inventory.o [2020-01-29T16:44:18.210Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.058s coverage: 3.0% of statements [2020-01-29T16:44:18.333Z] #72 11.90 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-01-29T16:44:18.405Z] #44 24.08 CC images/fdinfo.o [2020-01-29T16:44:18.663Z] #44 24.42 CC images/fown.o [2020-01-29T16:44:18.920Z] #44 24.73 CC images/ns.o [2020-01-29T16:44:19.178Z] #44 24.93 CC images/regfile.o [2020-01-29T16:44:19.436Z] #44 25.19 CC images/ghost-file.o [2020-01-29T16:44:19.593Z] ok github.com/docker/docker/daemon/logger 0.277s coverage: 42.7% of statements [2020-01-29T16:44:20.001Z] #44 25.55 CC images/fifo.o [2020-01-29T16:44:20.001Z] #44 25.90 CC images/remap-file-path.o [2020-01-29T16:44:20.260Z] #44 26.17 CC images/eventfd.o [2020-01-29T16:44:20.827Z] #44 26.50 CC images/eventpoll.o [2020-01-29T16:44:20.977Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 4.9% of statements [2020-01-29T16:44:21.114Z] #44 26.77 CC images/fh.o [2020-01-29T16:44:21.237Z] ok github.com/docker/docker/daemon/logger/awslogs 0.334s coverage: 77.8% of statements [2020-01-29T16:44:21.237Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 67.0% of statements [2020-01-29T16:44:21.387Z] #44 27.11 CC images/fsnotify.o [2020-01-29T16:44:21.808Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.177s coverage: 60.1% of statements [2020-01-29T16:44:21.808Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-01-29T16:44:21.808Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-01-29T16:44:21.808Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-01-29T16:44:21.808Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-01-29T16:44:21.808Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-01-29T16:44:21.808Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-01-29T16:44:22.068Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 88.3% of statements [2020-01-29T16:44:22.326Z] #44 27.98 CC images/signalfd.o [2020-01-29T16:44:22.326Z] #44 28.22 CC images/fs.o [2020-01-29T16:44:22.326Z] #44 ... [2020-01-29T16:44:22.326Z] [2020-01-29T16:44:22.326Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:22.326Z] #10 102.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-01-29T16:44:22.330Z] ok github.com/docker/docker/daemon/logger/journald 0.025s coverage: 26.2% of statements [2020-01-29T16:44:22.583Z] #10 102.1 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-01-29T16:44:22.583Z] #10 102.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:22.900Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 62.1% of statements [2020-01-29T16:44:23.844Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.087s coverage: 19.9% of statements [2020-01-29T16:44:23.844Z] ok github.com/docker/docker/daemon/logger/local 0.049s coverage: 74.7% of statements [2020-01-29T16:44:23.844Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-01-29T16:44:24.415Z] ok github.com/docker/docker/daemon/logger/syslog 0.016s coverage: 47.8% of statements [2020-01-29T16:44:24.614Z] #72 ... [2020-01-29T16:44:24.614Z] [2020-01-29T16:44:24.614Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:24.614Z] #54 12.76 + cd /tmp/tmp.l7EFa60YZJ/src/github.com/golangci/golangci-lint/ [2020-01-29T16:44:24.614Z] #54 12.76 + git checkout -q v1.20.0 [2020-01-29T16:44:24.614Z] #54 13.38 ++ git describe --tags [2020-01-29T16:44:24.614Z] #54 13.38 + version=v1.20.0 [2020-01-29T16:44:24.614Z] #54 13.38 ++ git rev-parse --short HEAD [2020-01-29T16:44:24.614Z] #54 13.39 + commit=cc98739 [2020-01-29T16:44:24.614Z] #54 13.39 ++ git show -s --format=%cd [2020-01-29T16:44:24.614Z] #54 13.39 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-01-29T16:44:24.614Z] #54 13.39 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-01-29T16:44:24.676Z] ok github.com/docker/docker/daemon/logger/templates 0.025s coverage: 8.3% of statements [2020-01-29T16:44:25.450Z] #54 ... [2020-01-29T16:44:25.450Z] [2020-01-29T16:44:25.450Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:25.450Z] #11 10.46 Reading package lists... [2020-01-29T16:44:25.450Z] #11 13.96 Reading package lists... [2020-01-29T16:44:25.450Z] #11 18.04 Building dependency tree... [2020-01-29T16:44:25.450Z] #11 19.21 The following additional packages will be installed: [2020-01-29T16:44:25.450Z] #11 19.21 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-01-29T16:44:25.450Z] #11 19.21 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-01-29T16:44:25.450Z] #11 19.22 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-01-29T16:44:25.450Z] #11 19.22 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-01-29T16:44:25.450Z] #11 19.22 Suggested packages: [2020-01-29T16:44:25.450Z] #11 19.22 gcc-8-locales seccomp wine64 [2020-01-29T16:44:25.618Z] ok github.com/docker/docker/daemon/network 0.048s coverage: 63.8% of statements [2020-01-29T16:44:26.243Z] #11 20.09 The following NEW packages will be installed: [2020-01-29T16:44:26.614Z] #11 20.09 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-01-29T16:44:26.614Z] #11 20.09 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-01-29T16:44:26.614Z] #11 20.09 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-01-29T16:44:26.614Z] #11 20.09 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-01-29T16:44:26.614Z] #11 20.09 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-01-29T16:44:26.614Z] #11 20.10 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-01-29T16:44:26.614Z] #11 20.23 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:44:26.614Z] #11 20.23 Need to get 73.3 MB of archives. [2020-01-29T16:44:26.614Z] #11 20.23 After this operation, 494 MB of additional disk space will be used. [2020-01-29T16:44:26.614Z] #11 20.23 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-01-29T16:44:26.614Z] #11 20.39 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-01-29T16:44:26.990Z] #11 20.54 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-01-29T16:44:26.990Z] #11 20.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-01-29T16:44:26.990Z] #11 20.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-01-29T16:44:26.990Z] #11 20.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-01-29T16:44:26.990Z] #11 ... [2020-01-29T16:44:26.990Z] [2020-01-29T16:44:26.990Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:26.990Z] #48 10.51 crypto/internal/subtle [2020-01-29T16:44:26.990Z] #48 10.59 crypto/subtle [2020-01-29T16:44:26.990Z] #48 10.65 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-01-29T16:44:26.990Z] #48 10.73 internal/nettrace [2020-01-29T16:44:26.990Z] #48 10.80 runtime/cgo [2020-01-29T16:44:27.001Z] ok github.com/docker/docker/daemon/logger/splunk 1.952s coverage: 82.5% of statements [2020-01-29T16:44:27.001Z] ? github.com/docker/docker/daemon/names [no test files] [2020-01-29T16:44:27.001Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-01-29T16:44:27.262Z] ok github.com/docker/docker/distribution/metadata 0.107s coverage: 48.2% of statements [2020-01-29T16:44:27.380Z] #48 ... [2020-01-29T16:44:27.380Z] [2020-01-29T16:44:27.380Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:27.380Z] #11 20.85 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-01-29T16:44:27.380Z] #11 21.04 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-01-29T16:44:27.380Z] #11 21.05 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-01-29T16:44:27.380Z] #11 ... [2020-01-29T16:44:27.380Z] [2020-01-29T16:44:27.380Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:44:27.380Z] #26 10.98 Fetched 8021 kB in 11s (759 kB/s) [2020-01-29T16:44:27.380Z] #26 10.98 Reading package lists... [2020-01-29T16:44:27.380Z] #26 14.33 Reading package lists... [2020-01-29T16:44:27.380Z] #26 18.63 Building dependency tree... [2020-01-29T16:44:27.380Z] #26 19.70 ca-certificates is already the newest version (20190110). [2020-01-29T16:44:27.380Z] #26 19.70 The following additional packages will be installed: [2020-01-29T16:44:27.380Z] #26 19.73 libjq1 libonig5 [2020-01-29T16:44:27.380Z] #26 19.99 The following NEW packages will be installed: [2020-01-29T16:44:27.380Z] #26 20.00 jq libjq1 libonig5 [2020-01-29T16:44:27.380Z] #26 20.09 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:44:27.380Z] #26 20.09 Need to get 350 kB of archives. [2020-01-29T16:44:27.380Z] #26 20.09 After this operation, 1154 kB of additional disk space will be used. [2020-01-29T16:44:27.380Z] #26 20.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-01-29T16:44:27.380Z] #26 20.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-01-29T16:44:27.380Z] #26 20.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-01-29T16:44:27.380Z] #26 20.73 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:44:27.380Z] #26 20.81 Fetched 350 kB in 0s (4175 kB/s) [2020-01-29T16:44:27.380Z] #26 20.86 Selecting previously unselected package libonig5:s390x. [2020-01-29T16:44:27.380Z] #26 20.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-01-29T16:44:27.380Z] #26 20.89 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-01-29T16:44:27.380Z] #26 20.89 Unpacking libonig5:s390x (6.9.1-1) ... [2020-01-29T16:44:27.380Z] #26 21.06 Selecting previously unselected package libjq1:s390x. [2020-01-29T16:44:27.380Z] #26 21.06 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-01-29T16:44:27.380Z] #26 21.06 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-01-29T16:44:27.380Z] #26 ... [2020-01-29T16:44:27.380Z] [2020-01-29T16:44:27.380Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:44:27.380Z] #60 11.18 Fetched 8021 kB in 11s (746 kB/s) [2020-01-29T16:44:27.380Z] #60 11.18 Reading package lists... [2020-01-29T16:44:27.380Z] #60 14.64 Reading package lists... [2020-01-29T16:44:27.380Z] #60 18.71 Building dependency tree... [2020-01-29T16:44:27.380Z] #60 19.66 The following additional packages will be installed: [2020-01-29T16:44:27.380Z] #60 19.72 libbtrfs0 [2020-01-29T16:44:27.380Z] #60 19.76 The following NEW packages will be installed: [2020-01-29T16:44:27.380Z] #60 19.77 libbtrfs-dev libbtrfs0 [2020-01-29T16:44:27.380Z] #60 19.88 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:44:27.380Z] #60 19.88 Need to get 118 kB of archives. [2020-01-29T16:44:27.380Z] #60 19.88 After this operation, 390 kB of additional disk space will be used. [2020-01-29T16:44:27.380Z] #60 19.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-01-29T16:44:27.380Z] #60 19.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-01-29T16:44:27.380Z] #60 20.50 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:44:27.380Z] #60 20.58 Fetched 118 kB in 0s (1698 kB/s) [2020-01-29T16:44:27.380Z] #60 20.67 Selecting previously unselected package libbtrfs0. [2020-01-29T16:44:27.380Z] #60 20.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-01-29T16:44:27.380Z] #60 20.73 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-01-29T16:44:27.380Z] #60 20.74 Unpacking libbtrfs0 (4.20.1-2) ... [2020-01-29T16:44:27.380Z] #60 20.81 Selecting previously unselected package libbtrfs-dev. [2020-01-29T16:44:27.380Z] #60 20.82 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-01-29T16:44:27.380Z] #60 20.82 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:44:27.380Z] #60 21.02 Setting up libbtrfs0 (4.20.1-2) ... [2020-01-29T16:44:27.380Z] #60 21.04 Setting up libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:44:27.380Z] #60 21.05 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:44:27.764Z] #60 ... [2020-01-29T16:44:27.764Z] [2020-01-29T16:44:27.764Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:27.764Z] #44 11.29 Fetched 8021 kB in 11s (739 kB/s) [2020-01-29T16:44:27.764Z] #44 11.29 Reading package lists... [2020-01-29T16:44:27.764Z] #44 14.60 Reading package lists... [2020-01-29T16:44:27.764Z] #44 19.28 Building dependency tree... [2020-01-29T16:44:27.764Z] #44 20.17 The following additional packages will be installed: [2020-01-29T16:44:27.764Z] #44 20.20 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-01-29T16:44:27.764Z] #44 20.20 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-01-29T16:44:27.764Z] #44 20.20 Suggested packages: [2020-01-29T16:44:27.764Z] #44 20.20 manpages-dev python-setuptools [2020-01-29T16:44:27.764Z] #44 21.08 The following NEW packages will be installed: [2020-01-29T16:44:27.764Z] #44 21.13 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-01-29T16:44:27.764Z] #44 21.13 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-01-29T16:44:27.764Z] #44 21.13 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-01-29T16:44:27.764Z] #44 21.13 python-six zlib1g-dev [2020-01-29T16:44:27.764Z] #44 21.22 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:44:27.764Z] #44 21.22 Need to get 3742 kB of archives. [2020-01-29T16:44:27.764Z] #44 21.22 After this operation, 22.0 MB of additional disk space will be used. [2020-01-29T16:44:27.764Z] #44 21.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-01-29T16:44:27.764Z] #44 21.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-01-29T16:44:27.764Z] #44 21.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-01-29T16:44:27.764Z] #44 21.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-01-29T16:44:27.764Z] #44 21.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-01-29T16:44:27.764Z] #44 21.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-01-29T16:44:27.764Z] #44 21.28 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-01-29T16:44:27.764Z] #44 21.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-01-29T16:44:27.764Z] #44 21.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-01-29T16:44:27.764Z] #44 ... [2020-01-29T16:44:27.764Z] [2020-01-29T16:44:27.764Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:44:27.764Z] #60 DONE 21.3s [2020-01-29T16:44:27.764Z] [2020-01-29T16:44:27.764Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:44:27.764Z] #61 DONE 0.1s [2020-01-29T16:44:27.764Z] [2020-01-29T16:44:27.764Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:27.764Z] #44 21.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-01-29T16:44:27.764Z] #44 21.38 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-01-29T16:44:27.764Z] #44 21.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-01-29T16:44:27.764Z] #44 ... [2020-01-29T16:44:27.764Z] [2020-01-29T16:44:27.764Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-01-29T16:44:27.764Z] #62 DONE 0.1s [2020-01-29T16:44:27.764Z] [2020-01-29T16:44:27.764Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:27.764Z] #44 21.48 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-01-29T16:44:27.764Z] #44 21.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-01-29T16:44:27.764Z] #44 21.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-01-29T16:44:27.764Z] #44 21.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-01-29T16:44:27.764Z] #44 21.50 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-01-29T16:44:27.840Z] #10 ... [2020-01-29T16:44:27.840Z] [2020-01-29T16:44:27.840Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:27.840Z] #47 96.74 github.com/LK4D4/vndr/build [2020-01-29T16:44:27.840Z] #47 98.74 hash/crc32 [2020-01-29T16:44:27.840Z] #47 99.39 compress/gzip [2020-01-29T16:44:27.840Z] #47 100.0 vendor/golang.org/x/crypto/cryptobyte [2020-01-29T16:44:27.840Z] #47 100.6 net [2020-01-29T16:44:27.840Z] #47 102.2 vendor/golang.org/x/crypto/poly1305 [2020-01-29T16:44:27.840Z] #47 102.7 vendor/golang.org/x/sys/cpu [2020-01-29T16:44:27.840Z] #47 102.9 vendor/golang.org/x/crypto/chacha20poly1305 [2020-01-29T16:44:27.840Z] #47 104.3 vendor/golang.org/x/crypto/hkdf [2020-01-29T16:44:27.840Z] #47 104.5 vendor/golang.org/x/text/transform [2020-01-29T16:44:27.840Z] #47 105.2 vendor/golang.org/x/text/unicode/bidi [2020-01-29T16:44:27.840Z] #47 ... [2020-01-29T16:44:27.840Z] [2020-01-29T16:44:27.840Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:27.840Z] #44 28.47 CC images/pstree.o [2020-01-29T16:44:27.840Z] #44 28.74 CC images/pipe.o [2020-01-29T16:44:27.840Z] #44 29.09 CC images/tcp-stream.o [2020-01-29T16:44:27.840Z] #44 29.33 CC images/sk-packet.o [2020-01-29T16:44:27.840Z] #44 29.54 CC images/mnt.o [2020-01-29T16:44:27.840Z] #44 29.78 CC images/pipe-data.o [2020-01-29T16:44:27.840Z] #44 30.03 CC images/sa.o [2020-01-29T16:44:27.840Z] #44 30.30 CC images/timer.o [2020-01-29T16:44:27.840Z] #44 30.70 CC images/timerfd.o [2020-01-29T16:44:27.840Z] #44 31.00 CC images/mm.o [2020-01-29T16:44:27.840Z] #44 31.39 CC images/sk-opts.o [2020-01-29T16:44:27.840Z] #44 31.60 CC images/sk-unix.o [2020-01-29T16:44:27.840Z] #44 31.97 CC images/sk-inet.o [2020-01-29T16:44:27.840Z] #44 32.45 CC images/tun.o [2020-01-29T16:44:27.840Z] #44 32.74 CC images/sk-netlink.o [2020-01-29T16:44:27.840Z] #44 32.95 CC images/packet-sock.o [2020-01-29T16:44:27.840Z] #44 33.45 CC images/ipc-var.o [2020-01-29T16:44:27.840Z] #44 33.71 CC images/ipc-desc.o [2020-01-29T16:44:28.150Z] #44 ... [2020-01-29T16:44:28.150Z] [2020-01-29T16:44:28.150Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:44:28.150Z] #26 21.21 Selecting previously unselected package jq. [2020-01-29T16:44:28.150Z] #26 21.21 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-01-29T16:44:28.150Z] #26 21.21 Unpacking jq (1.5+dfsg-2+b1) ... [2020-01-29T16:44:28.150Z] #26 21.58 Setting up libonig5:s390x (6.9.1-1) ... [2020-01-29T16:44:28.150Z] #26 21.59 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-01-29T16:44:28.150Z] #26 21.59 Setting up jq (1.5+dfsg-2+b1) ... [2020-01-29T16:44:28.150Z] #26 21.60 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:44:28.150Z] #26 DONE 22.0s [2020-01-29T16:44:28.203Z] ok github.com/docker/docker/distribution 0.277s coverage: 22.1% of statements [2020-01-29T16:44:28.203Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-01-29T16:44:28.404Z] #44 33.99 CC images/ipc-shm.o [2020-01-29T16:44:28.463Z] ok github.com/docker/docker/errdefs 0.020s coverage: 49.4% of statements [2020-01-29T16:44:28.529Z] [2020-01-29T16:44:28.529Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-01-29T16:44:28.529Z] #27 DONE 0.1s [2020-01-29T16:44:28.529Z] [2020-01-29T16:44:28.529Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:28.529Z] #63 0.247 + RM_GOPATH=0 [2020-01-29T16:44:28.529Z] #63 0.247 + TMP_GOPATH= [2020-01-29T16:44:28.529Z] #63 0.247 + : /build [2020-01-29T16:44:28.529Z] #63 0.247 + '[' -z '' ']' [2020-01-29T16:44:28.529Z] #63 0.248 ++ mktemp -d [2020-01-29T16:44:28.529Z] #63 0.249 + export GOPATH=/tmp/tmp.f4x8LwkiOb [2020-01-29T16:44:28.529Z] #63 0.249 + GOPATH=/tmp/tmp.f4x8LwkiOb [2020-01-29T16:44:28.529Z] #63 0.249 + RM_GOPATH=1 [2020-01-29T16:44:28.529Z] #63 0.249 ++ dirname ./install.sh [2020-01-29T16:44:28.529Z] #63 0.249 + dir=. [2020-01-29T16:44:28.529Z] #63 0.249 + bin=containerd [2020-01-29T16:44:28.529Z] #63 0.249 + shift [2020-01-29T16:44:28.529Z] #63 0.249 + '[' '!' -f ./containerd.installer ']' [2020-01-29T16:44:28.529Z] #63 0.250 + . ./containerd.installer [2020-01-29T16:44:28.529Z] #63 0.250 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:44:28.529Z] #63 0.250 + install_containerd [2020-01-29T16:44:28.529Z] #63 0.250 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-01-29T16:44:28.529Z] #63 0.250 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:44:28.529Z] #63 0.250 + git clone https://github.com/containerd/containerd.git /tmp/tmp.f4x8LwkiOb/src/github.com/containerd/containerd [2020-01-29T16:44:28.529Z] #63 0.251 Cloning into '/tmp/tmp.f4x8LwkiOb/src/github.com/containerd/containerd'... [2020-01-29T16:44:28.529Z] #63 ... [2020-01-29T16:44:28.529Z] [2020-01-29T16:44:28.529Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:44:28.529Z] #42 12.22 + 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-01-29T16:44:28.529Z] #42 ... [2020-01-29T16:44:28.529Z] [2020-01-29T16:44:28.529Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:28.529Z] #44 22.32 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:44:28.662Z] #44 34.28 CC images/ipc-msg.o [2020-01-29T16:44:28.662Z] #44 ... [2020-01-29T16:44:28.662Z] [2020-01-29T16:44:28.662Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:28.662Z] #65 108.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-01-29T16:44:28.662Z] #65 108.1 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-01-29T16:44:28.903Z] #44 22.46 Fetched 3742 kB in 0s (11.0 MB/s) [2020-01-29T16:44:28.903Z] #44 22.51 Selecting previously unselected package libcap-dev:s390x. [2020-01-29T16:44:28.903Z] #44 22.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 ... 15168 files and directories currently installed.) [2020-01-29T16:44:28.903Z] #44 22.54 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-01-29T16:44:28.903Z] #44 22.54 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-01-29T16:44:28.903Z] #44 22.61 Selecting previously unselected package libnet1:s390x. [2020-01-29T16:44:28.903Z] #44 22.61 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-01-29T16:44:28.903Z] #44 22.62 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-01-29T16:44:29.281Z] #44 22.68 Selecting previously unselected package libnet1-dev. [2020-01-29T16:44:29.281Z] #44 22.68 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-01-29T16:44:29.281Z] #44 22.68 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-01-29T16:44:29.281Z] #44 22.85 Selecting previously unselected package libnl-3-200:s390x. [2020-01-29T16:44:29.281Z] #44 22.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-01-29T16:44:29.281Z] #44 22.86 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-01-29T16:44:29.281Z] #44 22.93 Selecting previously unselected package libnl-3-dev:s390x. [2020-01-29T16:44:29.281Z] #44 22.93 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-01-29T16:44:29.281Z] #44 22.94 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-01-29T16:44:29.653Z] #44 23.10 Selecting previously unselected package libprotobuf-c1:s390x. [2020-01-29T16:44:29.653Z] #44 23.10 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-01-29T16:44:29.653Z] #44 23.10 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-01-29T16:44:29.653Z] #44 23.18 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-01-29T16:44:29.653Z] #44 23.18 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-01-29T16:44:29.653Z] #44 23.18 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-01-29T16:44:29.653Z] #44 23.27 Selecting previously unselected package zlib1g-dev:s390x. [2020-01-29T16:44:29.653Z] #44 23.28 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-01-29T16:44:29.653Z] #44 23.28 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-01-29T16:44:29.653Z] #44 23.44 Selecting previously unselected package libprotobuf17:s390x. [2020-01-29T16:44:29.653Z] #44 23.44 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-01-29T16:44:29.653Z] #44 23.44 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-01-29T16:44:29.851Z] ok github.com/docker/docker/image 0.057s coverage: 86.4% of statements [2020-01-29T16:44:30.420Z] ok github.com/docker/docker/image/cache 0.030s coverage: 19.2% of statements [2020-01-29T16:44:30.420Z] ok github.com/docker/docker/distribution/xfer 1.711s coverage: 85.6% of statements [2020-01-29T16:44:30.420Z] ? github.com/docker/docker/dockerversion [no test files] [2020-01-29T16:44:30.420Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-01-29T16:44:30.420Z] ok github.com/docker/docker/image/v1 0.037s coverage: 25.0% of statements [2020-01-29T16:44:30.420Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-01-29T16:44:30.463Z] #44 ... [2020-01-29T16:44:30.464Z] [2020-01-29T16:44:30.464Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:44:30.464Z] #36 10.90 Reading package lists... [2020-01-29T16:44:30.464Z] #36 14.18 Reading package lists... [2020-01-29T16:44:30.464Z] #36 18.42 Building dependency tree... [2020-01-29T16:44:30.464Z] #36 19.63 The following additional packages will be installed: [2020-01-29T16:44:30.464Z] #36 19.63 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-01-29T16:44:30.464Z] #36 19.64 Suggested packages: [2020-01-29T16:44:30.464Z] #36 19.64 cmake-doc ninja-build lrzip [2020-01-29T16:44:30.464Z] #36 19.64 Recommended packages: [2020-01-29T16:44:30.464Z] #36 19.64 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-01-29T16:44:30.464Z] #36 20.47 The following NEW packages will be installed: [2020-01-29T16:44:30.464Z] #36 20.48 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-01-29T16:44:30.464Z] #36 20.48 vim-common xxd [2020-01-29T16:44:30.464Z] #36 20.61 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:44:30.464Z] #36 20.61 Need to get 13.9 MB of archives. [2020-01-29T16:44:30.464Z] #36 20.61 After this operation, 62.1 MB of additional disk space will be used. [2020-01-29T16:44:30.464Z] #36 20.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-01-29T16:44:30.464Z] #36 20.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-01-29T16:44:30.464Z] #36 20.66 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-01-29T16:44:30.464Z] #36 20.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-01-29T16:44:30.464Z] #36 21.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-01-29T16:44:30.464Z] #36 21.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-01-29T16:44:30.464Z] #36 21.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-01-29T16:44:30.464Z] #36 21.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-01-29T16:44:30.464Z] #36 21.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-01-29T16:44:30.464Z] #36 21.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-01-29T16:44:30.464Z] #36 22.17 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:44:30.464Z] #36 22.27 Fetched 13.9 MB in 1s (17.2 MB/s) [2020-01-29T16:44:30.464Z] #36 22.32 Selecting previously unselected package xxd. [2020-01-29T16:44:30.464Z] #36 22.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 ... 15168 files and directories currently installed.) [2020-01-29T16:44:30.464Z] #36 22.43 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-01-29T16:44:30.464Z] #36 22.43 Unpacking xxd (2:8.1.0875-5) ... [2020-01-29T16:44:30.464Z] #36 22.59 Selecting previously unselected package vim-common. [2020-01-29T16:44:30.464Z] #36 22.59 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:44:30.464Z] #36 22.59 Unpacking vim-common (2:8.1.0875-5) ... [2020-01-29T16:44:30.464Z] #36 22.85 Selecting previously unselected package cmake-data. [2020-01-29T16:44:30.464Z] #36 22.85 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-01-29T16:44:30.464Z] #36 22.87 Unpacking cmake-data (3.13.4-1) ... [2020-01-29T16:44:30.464Z] #36 ... [2020-01-29T16:44:30.464Z] [2020-01-29T16:44:30.464Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:30.464Z] #44 24.10 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-01-29T16:44:30.464Z] #44 24.11 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-01-29T16:44:30.464Z] #44 24.11 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-01-29T16:44:30.464Z] #44 24.25 Selecting previously unselected package libprotobuf-dev:s390x. [2020-01-29T16:44:30.464Z] #44 24.25 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-01-29T16:44:30.464Z] #44 24.25 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-01-29T16:44:31.267Z] #44 ... [2020-01-29T16:44:31.267Z] [2020-01-29T16:44:31.267Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:31.267Z] #72 DONE 24.7s [2020-01-29T16:44:31.267Z] [2020-01-29T16:44:31.267Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:44:31.267Z] #28 1.223 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-01-29T16:44:31.267Z] #28 1.524 #=#=# [2020-01-29T16:44:31.358Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2020-01-29T16:44:31.358Z] ok github.com/docker/docker/pkg/aaparser 0.012s coverage: 50.0% of statements [2020-01-29T16:44:32.740Z] #28 1.806 ## 3.1% ###### 9.4% ############ 17.7% ################# 24.0% ######################## 34.5% ############################## 42.8% #################################### 51.2% ########################################### 60.0% ################################################# 68.4% #################################################### 72.5% ##################################################### 74.6% ####################################################### 76.7% ######################################################## 78.8% ############################################################# 85.1% ################################################################# 91.3% ##################################################################### 96.1% ######################################################################## 100.0% [2020-01-29T16:44:32.740Z] #28 4.418 [2020-01-29T16:44:32.742Z] ok github.com/docker/docker/opts 0.132s coverage: 67.0% of statements [2020-01-29T16:44:33.503Z] #28 4.611 #=#=# ############## 19.7% ########################################## 59.4% ############################################################### 87.8% ######################################################################## 100.0% [2020-01-29T16:44:33.504Z] #28 ... [2020-01-29T16:44:33.504Z] [2020-01-29T16:44:33.504Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:33.504Z] #51 27.04 + cd /tmp/tmp.cNc0uKu0Qq/src/gotest.tools/gotestsum [2020-01-29T16:44:33.504Z] #51 27.04 + git checkout -q v0.3.5 [2020-01-29T16:44:33.504Z] #51 27.05 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-01-29T16:44:33.682Z] ok github.com/docker/docker/pkg/broadcaster 0.013s coverage: 100.0% of statements [2020-01-29T16:44:34.251Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-01-29T16:44:34.820Z] ok github.com/docker/docker/pkg/authorization 1.435s coverage: 68.3% of statements [2020-01-29T16:44:35.215Z] #65 ... [2020-01-29T16:44:35.215Z] [2020-01-29T16:44:35.215Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:35.215Z] #44 34.63 CC images/ipc-sem.o [2020-01-29T16:44:35.215Z] #44 34.92 CC images/utsns.o [2020-01-29T16:44:35.215Z] #44 35.21 CC images/creds.o [2020-01-29T16:44:35.215Z] #44 35.60 CC images/vma.o [2020-01-29T16:44:35.215Z] #44 35.85 CC images/netdev.o [2020-01-29T16:44:35.215Z] #44 36.30 CC images/tty.o [2020-01-29T16:44:35.215Z] #44 36.99 CC images/file-lock.o [2020-01-29T16:44:35.215Z] #44 37.21 CC images/rlimit.o [2020-01-29T16:44:35.215Z] #44 37.52 CC images/pagemap.o [2020-01-29T16:44:35.215Z] #44 37.75 CC images/siginfo.o [2020-01-29T16:44:35.215Z] #44 38.14 CC images/rpc.o [2020-01-29T16:44:35.215Z] #44 39.28 CC images/ext-file.o [2020-01-29T16:44:35.215Z] #44 39.48 CC images/cgroup.o [2020-01-29T16:44:35.215Z] #44 40.19 CC images/userns.o [2020-01-29T16:44:35.215Z] #44 40.45 CC images/google/protobuf/descriptor.o [2020-01-29T16:44:35.487Z] ok github.com/docker/docker/pkg/archive 1.216s coverage: 77.0% of statements [2020-01-29T16:44:35.487Z] ok github.com/docker/docker/pkg/directory 0.015s coverage: 80.0% of statements [2020-01-29T16:44:36.057Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-01-29T16:44:36.316Z] ok github.com/docker/docker/pkg/discovery/file 0.018s coverage: 92.9% of statements [2020-01-29T16:44:36.606Z] #44 ... [2020-01-29T16:44:36.606Z] [2020-01-29T16:44:36.606Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:36.606Z] #65 DONE 116.0s [2020-01-29T16:44:36.606Z] [2020-01-29T16:44:36.606Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:36.606Z] #47 107.1 vendor/golang.org/x/text/secure/bidirule [2020-01-29T16:44:36.606Z] #47 107.4 vendor/golang.org/x/text/unicode/norm [2020-01-29T16:44:36.606Z] #47 112.3 vendor/golang.org/x/net/idna [2020-01-29T16:44:36.606Z] #47 114.8 vendor/golang.org/x/net/http2/hpack [2020-01-29T16:44:36.606Z] #47 ... [2020-01-29T16:44:36.606Z] [2020-01-29T16:44:36.606Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-01-29T16:44:36.606Z] #66 DONE 0.1s [2020-01-29T16:44:36.864Z] [2020-01-29T16:44:36.864Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:36.864Z] #44 42.59 CC images/opts.o [2020-01-29T16:44:36.885Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-01-29T16:44:37.429Z] #44 43.00 CC images/seccomp.o [2020-01-29T16:44:37.454Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-01-29T16:44:37.994Z] #44 43.57 CC images/binfmt-misc.o [2020-01-29T16:44:37.994Z] #44 43.81 CC images/time.o [2020-01-29T16:44:38.024Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-01-29T16:44:38.252Z] #44 43.95 CC images/sysctl.o [2020-01-29T16:44:38.510Z] #44 44.11 CC images/autofs.o [2020-01-29T16:44:38.510Z] #44 44.33 CC images/macvlan.o [2020-01-29T16:44:38.732Z] #51 ... [2020-01-29T16:44:38.732Z] [2020-01-29T16:44:38.732Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:44:38.732Z] #28 5.301 [2020-01-29T16:44:38.732Z] #28 5.423 0.0% ###### 8.9% ############# 18.9% #################### 29.1% ############################ 39.2% ################################# 46.9% ######################################### 57.0% ############################################## 64.7% #################################################### 72.3% ######################################################### 79.9% ############################################################### 87.6% ###################################################################### 97.7% ######################################################################## 100.0% [2020-01-29T16:44:38.732Z] #28 6.999 [2020-01-29T16:44:38.732Z] #28 7.145 # 2.0% ### 4.8% ##### 7.6% ######## 11.4% ########## 15.2% ############## 19.9% ################# 23.7% ################### 26.6% ###################### 31.3% ######################### 35.1% ########################### 38.8% ############################## 42.6% ################################# 46.4% #################################### 50.2% ###################################### 53.0% ######################################### 57.8% ############################################ 61.5% ############################################### 65.3% ################################################### 71.0% ###################################################### 75.7% ######################################################### 79.5% ########################################################## 81.4% ############################################################# 85.2% ################################################################# 90.8% #################################################################### 94.6% ####################################################################### 99.3% ######################################################################## 100.0% [2020-01-29T16:44:38.732Z] #28 10.26 [2020-01-29T16:44:38.962Z] ok github.com/docker/docker/pkg/chrootarchive 3.513s coverage: 43.2% of statements [2020-01-29T16:44:38.962Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2020-01-29T16:44:39.075Z] #44 44.57 CC images/sit.o [2020-01-29T16:44:39.075Z] #44 44.73 LINK images/built-in.o [2020-01-29T16:44:39.075Z] #44 44.87 GEN compel/include/asm [2020-01-29T16:44:39.075Z] #44 44.88 GEN compel/include/version.h [2020-01-29T16:44:39.075Z] #44 44.89 touch .config [2020-01-29T16:44:39.075Z] #44 44.90 GEN include/common/config.h [2020-01-29T16:44:39.075Z] #44 44.96 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-01-29T16:44:39.334Z] #44 44.99 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-01-29T16:44:39.334Z] #44 45.02 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-01-29T16:44:39.334Z] #44 45.03 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-01-29T16:44:39.334Z] #44 45.07 DEP compel/arch/x86/plugins/std/memcpy.d [2020-01-29T16:44:39.334Z] #44 45.10 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-01-29T16:44:39.334Z] #44 45.13 GEN compel/plugins/include/uapi/std/syscall.h [2020-01-29T16:44:39.334Z] #44 45.15 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-01-29T16:44:39.334Z] #44 45.18 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-01-29T16:44:39.531Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 89.5% of statements [2020-01-29T16:44:39.536Z] #28 ... [2020-01-29T16:44:39.536Z] [2020-01-29T16:44:39.536Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:44:39.536Z] #44 25.86 Selecting previously unselected package libprotoc17:s390x. [2020-01-29T16:44:39.536Z] #44 25.88 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-01-29T16:44:39.536Z] #44 25.88 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 26.60 Selecting previously unselected package protobuf-c-compiler. [2020-01-29T16:44:39.536Z] #44 26.60 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-01-29T16:44:39.536Z] #44 26.61 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-01-29T16:44:39.536Z] #44 26.74 Selecting previously unselected package protobuf-compiler. [2020-01-29T16:44:39.536Z] #44 26.74 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-01-29T16:44:39.536Z] #44 26.74 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 26.80 Selecting previously unselected package python-pkg-resources. [2020-01-29T16:44:39.536Z] #44 26.80 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-01-29T16:44:39.536Z] #44 26.80 Unpacking python-pkg-resources (40.8.0-1) ... [2020-01-29T16:44:39.536Z] #44 26.96 Selecting previously unselected package python-six. [2020-01-29T16:44:39.536Z] #44 26.96 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-01-29T16:44:39.536Z] #44 26.96 Unpacking python-six (1.12.0-1) ... [2020-01-29T16:44:39.536Z] #44 26.99 Selecting previously unselected package python-protobuf. [2020-01-29T16:44:39.536Z] #44 26.99 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-01-29T16:44:39.536Z] #44 27.00 Unpacking python-protobuf (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 27.33 Setting up python-pkg-resources (40.8.0-1) ... [2020-01-29T16:44:39.536Z] #44 28.83 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 28.84 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-01-29T16:44:39.536Z] #44 28.85 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-01-29T16:44:39.536Z] #44 28.86 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-01-29T16:44:39.536Z] #44 28.86 Setting up python-six (1.12.0-1) ... [2020-01-29T16:44:39.536Z] #44 30.14 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-01-29T16:44:39.536Z] #44 30.14 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-01-29T16:44:39.536Z] #44 30.14 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 30.15 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-01-29T16:44:39.536Z] #44 30.15 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 30.16 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 30.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-01-29T16:44:39.536Z] #44 30.18 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 30.19 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-01-29T16:44:39.536Z] #44 30.20 Setting up python-protobuf (3.6.1.3-2) ... [2020-01-29T16:44:39.536Z] #44 32.96 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-01-29T16:44:39.536Z] #44 32.96 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:44:39.536Z] #44 DONE 33.2s [2020-01-29T16:44:39.536Z] [2020-01-29T16:44:39.536Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:39.536Z] #34 23.00 internal/reflectlite [2020-01-29T16:44:39.536Z] #34 23.00 sync [2020-01-29T16:44:39.536Z] #34 26.09 errors [2020-01-29T16:44:39.536Z] #34 26.10 sort [2020-01-29T16:44:39.536Z] #34 26.63 io [2020-01-29T16:44:39.536Z] #34 26.63 strconv [2020-01-29T16:44:39.536Z] #34 27.45 internal/oserror [2020-01-29T16:44:39.536Z] #34 27.53 syscall [2020-01-29T16:44:39.536Z] #34 29.90 reflect [2020-01-29T16:44:39.536Z] #34 ... [2020-01-29T16:44:39.536Z] [2020-01-29T16:44:39.536Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:44:39.536Z] #28 11.23 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-01-29T16:44:39.592Z] #44 45.20 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-01-29T16:44:39.592Z] #44 45.21 DEP compel/plugins/std/infect.d [2020-01-29T16:44:39.592Z] #44 45.38 DEP compel/plugins/std/string.d [2020-01-29T16:44:39.850Z] #44 45.51 DEP compel/plugins/std/log.d [2020-01-29T16:44:39.850Z] #44 45.64 DEP compel/plugins/std/fds.d [2020-01-29T16:44:39.850Z] #44 45.76 DEP compel/plugins/std/std.d [2020-01-29T16:44:39.912Z] #28 11.49 [2020-01-29T16:44:39.912Z] #28 ... [2020-01-29T16:44:39.912Z] [2020-01-29T16:44:39.912Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:39.912Z] #11 23.64 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-01-29T16:44:39.912Z] #11 25.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-01-29T16:44:39.912Z] #11 25.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-01-29T16:44:39.912Z] #11 25.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-01-29T16:44:39.912Z] #11 25.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-01-29T16:44:39.912Z] #11 25.75 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-01-29T16:44:39.912Z] #11 25.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u2 [109 kB] [2020-01-29T16:44:39.912Z] #11 25.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-01-29T16:44:39.912Z] #11 25.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-01-29T16:44:39.912Z] #11 25.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-01-29T16:44:39.912Z] #11 25.80 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-01-29T16:44:39.912Z] #11 25.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-01-29T16:44:39.912Z] #11 25.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-01-29T16:44:39.912Z] #11 25.88 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-01-29T16:44:39.912Z] #11 25.88 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-01-29T16:44:39.912Z] #11 25.88 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u2 [321 kB] [2020-01-29T16:44:39.912Z] #11 27.12 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:44:39.912Z] #11 27.24 Fetched 73.3 MB in 6s (12.8 MB/s) [2020-01-29T16:44:39.912Z] #11 27.30 Selecting previously unselected package binutils-mingw-w64-i686. [2020-01-29T16:44:39.912Z] #11 27.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15168 files and directories currently installed.) [2020-01-29T16:44:39.912Z] #11 27.35 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-01-29T16:44:39.912Z] #11 27.36 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-01-29T16:44:39.912Z] #11 29.08 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-01-29T16:44:39.912Z] #11 29.09 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-01-29T16:44:39.912Z] #11 29.10 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-01-29T16:44:39.912Z] #11 31.13 Selecting previously unselected package binutils-mingw-w64. [2020-01-29T16:44:39.912Z] #11 31.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-01-29T16:44:39.912Z] #11 31.17 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-01-29T16:44:39.912Z] #11 31.25 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-01-29T16:44:39.912Z] #11 31.25 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-01-29T16:44:39.912Z] #11 31.26 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-01-29T16:44:39.912Z] #11 31.39 Selecting previously unselected package dmsetup. [2020-01-29T16:44:39.912Z] #11 31.39 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-01-29T16:44:39.912Z] #11 31.40 Unpacking dmsetup (2:1.02.155-3) ... [2020-01-29T16:44:39.912Z] #11 31.50 Selecting previously unselected package mingw-w64-common. [2020-01-29T16:44:39.912Z] #11 31.50 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-01-29T16:44:39.912Z] #11 31.51 Unpacking mingw-w64-common (6.0.0-3) ... [2020-01-29T16:44:40.102Z] ok github.com/docker/docker/pkg/fsutils 0.326s coverage: 85.1% of statements [2020-01-29T16:44:40.102Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2020-01-29T16:44:40.108Z] #44 45.87 DEP compel/plugins/shmem/shmem.d [2020-01-29T16:44:40.284Z] #11 ... [2020-01-29T16:44:40.284Z] [2020-01-29T16:44:40.284Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:44:40.284Z] #28 11.67 ######################################################################## 100.0% [2020-01-29T16:44:40.284Z] #28 11.73 [2020-01-29T16:44:40.362Z] ok github.com/docker/docker/pkg/discovery/kv 3.094s coverage: 84.1% of statements [2020-01-29T16:44:40.365Z] #44 46.03 DEP compel/plugins/fds/fds.d [2020-01-29T16:44:40.365Z] #44 46.16 CC compel/plugins/std/std.o [2020-01-29T16:44:40.647Z] #28 ... [2020-01-29T16:44:40.647Z] [2020-01-29T16:44:40.647Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:44:40.647Z] #36 25.76 Selecting previously unselected package libicu63:s390x. [2020-01-29T16:44:40.647Z] #36 25.80 Preparing to unpack .../3-libicu63_63.1-6_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 25.81 Unpacking libicu63:s390x (63.1-6) ... [2020-01-29T16:44:40.647Z] #36 31.12 Selecting previously unselected package libxml2:s390x. [2020-01-29T16:44:40.647Z] #36 31.12 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 31.13 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-01-29T16:44:40.647Z] #36 31.53 Selecting previously unselected package libarchive13:s390x. [2020-01-29T16:44:40.647Z] #36 31.53 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 31.54 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-01-29T16:44:40.647Z] #36 31.77 Selecting previously unselected package libjsoncpp1:s390x. [2020-01-29T16:44:40.647Z] #36 31.78 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 31.78 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-01-29T16:44:40.647Z] #36 31.87 Selecting previously unselected package librhash0:s390x. [2020-01-29T16:44:40.647Z] #36 31.87 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 31.87 Unpacking librhash0:s390x (1.3.8-1) ... [2020-01-29T16:44:40.647Z] #36 32.02 Selecting previously unselected package libuv1:s390x. [2020-01-29T16:44:40.647Z] #36 32.03 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 32.03 Unpacking libuv1:s390x (1.24.1-1) ... [2020-01-29T16:44:40.647Z] #36 32.10 Selecting previously unselected package cmake. [2020-01-29T16:44:40.647Z] #36 32.10 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-01-29T16:44:40.647Z] #36 32.10 Unpacking cmake (3.13.4-1) ... [2020-01-29T16:44:40.647Z] #36 33.94 Setting up libicu63:s390x (63.1-6) ... [2020-01-29T16:44:40.647Z] #36 33.94 Setting up xxd (2:8.1.0875-5) ... [2020-01-29T16:44:40.647Z] #36 33.95 Setting up libuv1:s390x (1.24.1-1) ... [2020-01-29T16:44:40.647Z] #36 33.96 Setting up vim-common (2:8.1.0875-5) ... [2020-01-29T16:44:40.647Z] #36 33.97 Setting up librhash0:s390x (1.3.8-1) ... [2020-01-29T16:44:40.647Z] #36 33.98 Setting up cmake-data (3.13.4-1) ... [2020-01-29T16:44:40.647Z] #36 33.99 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-01-29T16:44:40.647Z] #36 33.99 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-01-29T16:44:40.647Z] #36 34.00 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-01-29T16:44:40.647Z] #36 34.01 Setting up cmake (3.13.4-1) ... [2020-01-29T16:44:40.647Z] #36 34.02 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:44:40.647Z] #36 34.07 Processing triggers for mime-support (3.62) ... [2020-01-29T16:44:40.647Z] #36 DONE 34.3s [2020-01-29T16:44:40.647Z] [2020-01-29T16:44:40.647Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:44:40.647Z] #37 DONE 0.1s [2020-01-29T16:44:40.647Z] [2020-01-29T16:44:40.647Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:44:40.647Z] #31 27.20 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-01-29T16:44:40.647Z] #31 28.10 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-01-29T16:44:40.932Z] #44 46.49 CC compel/plugins/std/fds.o [2020-01-29T16:44:41.013Z] #31 ... [2020-01-29T16:44:41.013Z] [2020-01-29T16:44:41.013Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-01-29T16:44:41.013Z] #38 DONE 0.1s [2020-01-29T16:44:41.013Z] [2020-01-29T16:44:41.013Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:41.013Z] #39 0.215 + RM_GOPATH=0 [2020-01-29T16:44:41.013Z] #39 0.217 + TMP_GOPATH= [2020-01-29T16:44:41.013Z] #39 0.217 + : /build [2020-01-29T16:44:41.013Z] #39 0.217 + '[' -z '' ']' [2020-01-29T16:44:41.013Z] #39 0.218 ++ mktemp -d [2020-01-29T16:44:41.013Z] #39 0.219 + export GOPATH=/tmp/tmp.Ulb8HMQga1 [2020-01-29T16:44:41.013Z] #39 0.219 + GOPATH=/tmp/tmp.Ulb8HMQga1 [2020-01-29T16:44:41.013Z] #39 0.219 + RM_GOPATH=1 [2020-01-29T16:44:41.013Z] #39 0.220 ++ dirname ./install.sh [2020-01-29T16:44:41.013Z] #39 0.221 + dir=. [2020-01-29T16:44:41.013Z] #39 0.221 + bin=tini [2020-01-29T16:44:41.013Z] #39 0.221 + shift [2020-01-29T16:44:41.013Z] #39 0.222 + '[' '!' -f ./tini.installer ']' [2020-01-29T16:44:41.013Z] #39 0.222 + . ./tini.installer [2020-01-29T16:44:41.013Z] #39 0.222 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:44:41.013Z] #39 0.222 + install_tini [2020-01-29T16:44:41.013Z] #39 0.223 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-01-29T16:44:41.013Z] #39 0.223 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:44:41.013Z] #39 0.223 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ulb8HMQga1/tini [2020-01-29T16:44:41.013Z] #39 0.225 Cloning into '/tmp/tmp.Ulb8HMQga1/tini'... [2020-01-29T16:44:41.190Z] #44 46.97 CC compel/plugins/std/log.o [2020-01-29T16:44:41.303Z] ok github.com/docker/docker/layer 7.960s coverage: 68.8% of statements [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/oci [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/oci/caps [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-01-29T16:44:41.303Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-01-29T16:44:41.303Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2020-01-29T16:44:41.563Z] ok github.com/docker/docker/pkg/ioutils 0.636s coverage: 69.3% of statements [2020-01-29T16:44:41.792Z] #39 0.705 + cd /tmp/tmp.Ulb8HMQga1/tini [2020-01-29T16:44:41.792Z] #39 0.705 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:44:41.792Z] #39 0.712 + cmake . [2020-01-29T16:44:41.792Z] #39 1.024 -- The C compiler identification is GNU 8.3.0 [2020-01-29T16:44:41.823Z] ok github.com/docker/docker/pkg/locker 0.051s coverage: 88.9% of statements [2020-01-29T16:44:41.823Z] ok github.com/docker/docker/pkg/longpath 0.020s coverage: 100.0% of statements [2020-01-29T16:44:41.823Z] ok github.com/docker/docker/pkg/idtools 1.043s coverage: 70.1% of statements [2020-01-29T16:44:41.823Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-01-29T16:44:42.124Z] #44 47.97 CC compel/plugins/std/string.o [2020-01-29T16:44:42.168Z] #39 1.043 -- Check for working C compiler: /usr/bin/cc [2020-01-29T16:44:42.168Z] #39 ... [2020-01-29T16:44:42.168Z] [2020-01-29T16:44:42.168Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:42.168Z] #48 25.58 github.com/LK4D4/vndr/godl/singleflight [2020-01-29T16:44:42.168Z] #48 25.58 internal/reflectlite [2020-01-29T16:44:42.168Z] #48 26.02 math/rand [2020-01-29T16:44:42.168Z] #48 26.46 internal/singleflight [2020-01-29T16:44:42.168Z] #48 27.74 bytes [2020-01-29T16:44:42.168Z] #48 27.75 strconv [2020-01-29T16:44:42.168Z] #48 29.60 bufio [2020-01-29T16:44:42.168Z] #48 30.62 reflect [2020-01-29T16:44:42.168Z] #48 30.89 syscall [2020-01-29T16:44:42.168Z] #48 ... [2020-01-29T16:44:42.168Z] [2020-01-29T16:44:42.168Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:42.168Z] #39 1.389 -- Check for working C compiler: /usr/bin/cc -- works [2020-01-29T16:44:42.168Z] #39 1.393 -- Detecting C compiler ABI info [2020-01-29T16:44:42.395Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2020-01-29T16:44:42.630Z] #39 1.809 -- Detecting C compiler ABI info - done [2020-01-29T16:44:42.630Z] #39 1.828 -- Detecting C compile features [2020-01-29T16:44:42.655Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2020-01-29T16:44:42.655Z] ok github.com/docker/docker/pkg/parsers/kernel 0.009s coverage: 60.0% of statements [2020-01-29T16:44:43.058Z] #44 48.68 CC compel/plugins/std/infect.o [2020-01-29T16:44:43.271Z] ok github.com/docker/docker/pkg/pidfile 0.013s coverage: 82.4% of statements [2020-01-29T16:44:43.271Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.023s coverage: 91.4% of statements [2020-01-29T16:44:43.315Z] #44 ... [2020-01-29T16:44:43.315Z] [2020-01-29T16:44:43.315Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:43.315Z] #10 120.2 Selecting previously unselected package libapparmor1:amd64. [2020-01-29T16:44:43.315Z] #10 120.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 120.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-01-29T16:44:43.315Z] #10 120.4 Selecting previously unselected package libapparmor-dev:amd64. [2020-01-29T16:44:43.315Z] #10 120.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 120.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-01-29T16:44:43.315Z] #10 120.6 Selecting previously unselected package libbtrfs0. [2020-01-29T16:44:43.315Z] #10 120.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 120.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-01-29T16:44:43.315Z] #10 120.6 Selecting previously unselected package libbtrfs-dev. [2020-01-29T16:44:43.315Z] #10 120.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 120.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:44:43.315Z] #10 120.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-01-29T16:44:43.315Z] #10 120.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 120.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-01-29T16:44:43.315Z] #10 120.9 Selecting previously unselected package libudev-dev:amd64. [2020-01-29T16:44:43.315Z] #10 120.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u2_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 120.9 Unpacking libudev-dev:amd64 (241-7~deb10u2) ... [2020-01-29T16:44:43.315Z] #10 121.1 Selecting previously unselected package libsepol1-dev:amd64. [2020-01-29T16:44:43.315Z] #10 121.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 121.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-01-29T16:44:43.315Z] #10 121.4 Selecting previously unselected package libpcre16-3:amd64. [2020-01-29T16:44:43.315Z] #10 121.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 121.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-01-29T16:44:43.315Z] #10 121.6 Selecting previously unselected package libpcre32-3:amd64. [2020-01-29T16:44:43.315Z] #10 121.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 121.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-01-29T16:44:43.315Z] #10 121.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-01-29T16:44:43.315Z] #10 121.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 121.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-01-29T16:44:43.315Z] #10 121.9 Selecting previously unselected package libpcre3-dev:amd64. [2020-01-29T16:44:43.315Z] #10 121.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-01-29T16:44:43.315Z] #10 121.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-01-29T16:44:43.315Z] #10 122.4 Selecting previously unselected package libselinux1-dev:amd64. [2020-01-29T16:44:43.316Z] #10 122.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-01-29T16:44:43.316Z] #10 122.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-01-29T16:44:43.316Z] #10 122.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-01-29T16:44:43.316Z] #10 122.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-01-29T16:44:43.316Z] #10 122.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-01-29T16:44:43.316Z] #10 122.8 Selecting previously unselected package libseccomp-dev:amd64. [2020-01-29T16:44:43.316Z] #10 122.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-01-29T16:44:43.316Z] #10 122.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-01-29T16:44:43.316Z] #10 122.9 Selecting previously unselected package libsystemd-dev:amd64. [2020-01-29T16:44:43.316Z] #10 123.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u2_amd64.deb ... [2020-01-29T16:44:43.316Z] #10 123.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u2) ... [2020-01-29T16:44:43.535Z] ok github.com/docker/docker/pkg/mount 0.958s coverage: 70.0% of statements [2020-01-29T16:44:43.535Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-01-29T16:44:43.535Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-01-29T16:44:43.535Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-01-29T16:44:43.881Z] #10 123.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-01-29T16:44:43.881Z] #10 123.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-01-29T16:44:43.881Z] #10 123.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-01-29T16:44:43.881Z] #10 123.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-01-29T16:44:43.881Z] #10 123.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-01-29T16:44:43.881Z] #10 123.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-01-29T16:44:44.105Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2020-01-29T16:44:44.139Z] #10 123.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:44.139Z] #10 123.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-01-29T16:44:44.139Z] #10 123.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-01-29T16:44:44.139Z] #10 123.6 Setting up libudev-dev:amd64 (241-7~deb10u2) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up libsystemd-dev:amd64 (241-7~deb10u2) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-01-29T16:44:44.139Z] #10 123.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-01-29T16:44:44.139Z] #10 123.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:44.139Z] #10 123.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-01-29T16:44:44.139Z] #10 123.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-01-29T16:44:44.139Z] #10 123.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:44.139Z] #10 123.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-01-29T16:44:44.139Z] #10 123.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-01-29T16:44:44.139Z] #10 123.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-01-29T16:44:44.139Z] #10 123.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-01-29T16:44:44.139Z] #10 123.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-01-29T16:44:44.139Z] #10 123.8 Setting up dmsetup (2:1.02.155-3) ... [2020-01-29T16:44:44.139Z] #10 123.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-01-29T16:44:44.139Z] #10 123.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-01-29T16:44:44.139Z] #10 123.9 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:44:44.365Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2020-01-29T16:44:44.489Z] #39 3.447 -- Detecting C compile features - done [2020-01-29T16:44:44.489Z] #39 3.491 -- Performing Test HAS_BUILTIN_FORTIFY [2020-01-29T16:44:44.489Z] #39 3.587 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-01-29T16:44:44.489Z] #39 3.624 -- Configuring done [2020-01-29T16:44:44.489Z] #39 ... [2020-01-29T16:44:44.489Z] [2020-01-29T16:44:44.489Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:44:44.489Z] #28 12.59 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-01-29T16:44:44.489Z] #28 12.84 [2020-01-29T16:44:44.489Z] #28 12.97 ######################################################################## 100.0% [2020-01-29T16:44:44.489Z] #28 13.06 [2020-01-29T16:44:44.489Z] #28 13.94 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-01-29T16:44:44.489Z] #28 14.00 skipping existing b63cc5f62c21 [2020-01-29T16:44:44.489Z] #28 14.11 [2020-01-29T16:44:44.489Z] #28 15.64 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-01-29T16:44:44.489Z] #28 15.97 #=#=# [2020-01-29T16:44:44.489Z] #28 16.09 ######################################################################## 100.0% [2020-01-29T16:44:44.489Z] #28 16.16 [2020-01-29T16:44:44.489Z] #28 16.19 Download of images into '/build' complete. [2020-01-29T16:44:44.489Z] #28 16.19 Use something like the following to load the result into a Docker daemon: [2020-01-29T16:44:44.489Z] #28 16.19 tar -cC '/build' . | docker load [2020-01-29T16:44:44.489Z] #28 DONE 16.3s [2020-01-29T16:44:44.489Z] [2020-01-29T16:44:44.489Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:44.489Z] #39 3.720 -- Generating done [2020-01-29T16:44:44.489Z] #39 3.725 -- Build files have been written to: /tmp/tmp.Ulb8HMQga1/tini [2020-01-29T16:44:44.489Z] #39 3.735 + make tini-static [2020-01-29T16:44:44.626Z] ok github.com/docker/docker/pkg/progress 0.008s coverage: 75.9% of statements [2020-01-29T16:44:44.626Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2020-01-29T16:44:44.857Z] #39 4.126 Scanning dependencies of target tini-static [2020-01-29T16:44:44.857Z] #39 4.182 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-01-29T16:44:45.080Z] #10 ... [2020-01-29T16:44:45.080Z] [2020-01-29T16:44:45.080Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:45.080Z] #50 DONE 124.1s [2020-01-29T16:44:45.080Z] [2020-01-29T16:44:45.080Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:45.080Z] #10 DONE 124.4s [2020-01-29T16:44:45.080Z] [2020-01-29T16:44:45.080Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:45.080Z] #44 49.12 CC compel/arch/x86/plugins/std/parasite-head.o [2020-01-29T16:44:45.080Z] #44 49.20 CC compel/arch/x86/plugins/std/memcpy.o [2020-01-29T16:44:45.080Z] #44 49.25 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-01-29T16:44:45.080Z] #44 49.32 AR compel/plugins/std.lib.a [2020-01-29T16:44:45.080Z] #44 49.37 CC compel/plugins/fds/fds.o [2020-01-29T16:44:45.080Z] #44 49.70 AR compel/plugins/fds.lib.a [2020-01-29T16:44:45.080Z] #44 49.74 HOSTDEP compel/src/lib/log-host.d [2020-01-29T16:44:45.080Z] #44 49.85 HOSTDEP compel/src/lib/handle-elf-host.d [2020-01-29T16:44:45.080Z] #44 49.98 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-01-29T16:44:45.080Z] #44 50.06 HOSTDEP compel/src/main-host.d [2020-01-29T16:44:45.080Z] #44 50.19 DEP compel/src/lib/ptrace.d [2020-01-29T16:44:45.080Z] #44 50.34 DEP compel/src/lib/infect.d [2020-01-29T16:44:45.080Z] #44 50.51 DEP compel/src/lib/infect-util.d [2020-01-29T16:44:45.080Z] #44 50.65 DEP compel/src/lib/infect-rpc.d [2020-01-29T16:44:45.080Z] #44 ... [2020-01-29T16:44:45.080Z] [2020-01-29T16:44:45.080Z] #55 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:44:45.080Z] #55 DONE 0.1s [2020-01-29T16:44:45.080Z] [2020-01-29T16:44:45.080Z] #56 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-01-29T16:44:45.080Z] #56 DONE 0.1s [2020-01-29T16:44:45.080Z] [2020-01-29T16:44:45.080Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:45.080Z] #44 50.82 DEP compel/arch/x86/src/lib/infect.d [2020-01-29T16:44:45.196Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2020-01-29T16:44:45.338Z] #44 51.08 DEP compel/arch/x86/src/lib/cpu.d [2020-01-29T16:44:45.338Z] #44 51.19 DEP compel/src/lib/log.d [2020-01-29T16:44:45.597Z] #44 51.42 DEP compel/src/main.d [2020-01-29T16:44:45.766Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-01-29T16:44:45.766Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 73.9% of statements [2020-01-29T16:44:45.855Z] #44 51.60 DEP compel/src/lib/handle-elf.d [2020-01-29T16:44:46.113Z] #44 51.79 DEP compel/arch/x86/src/lib/handle-elf.d [2020-01-29T16:44:46.121Z] #39 5.178 [100%] Linking C executable tini-static [2020-01-29T16:44:46.122Z] #39 5.401 [100%] Built target tini-static [2020-01-29T16:44:46.336Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2020-01-29T16:44:46.371Z] #44 52.05 CC compel/src/lib/log.o [2020-01-29T16:44:46.515Z] #39 5.459 + mkdir -p /build [2020-01-29T16:44:46.516Z] #39 5.502 + cp tini-static /build/docker-init [2020-01-29T16:44:46.516Z] #39 DONE 5.6s [2020-01-29T16:44:46.516Z] [2020-01-29T16:44:46.516Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:46.516Z] #45 1.330 Note: Building without setproctitle() and strlcpy() support. [2020-01-29T16:44:46.516Z] #45 1.330 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-01-29T16:44:46.516Z] #45 2.141 fatal: not a git repository (or any of the parent directories): .git [2020-01-29T16:44:46.516Z] #45 2.170 GEN .gitid [2020-01-29T16:44:46.516Z] #45 2.175 GEN criu/include/version.h [2020-01-29T16:44:46.516Z] #45 2.210 GEN include/common/asm [2020-01-29T16:44:46.516Z] #45 3.143 PBCC images/google/protobuf/descriptor.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.192 PBCC images/opts.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.196 PBCC images/sit.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.209 DEP images/google/protobuf/descriptor.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.233 DEP images/opts.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.262 DEP images/sit.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.340 PBCC images/macvlan.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.352 DEP images/macvlan.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.423 PBCC images/autofs.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.442 DEP images/autofs.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.573 PBCC images/sysctl.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.579 DEP images/sysctl.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.691 PBCC images/time.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.713 DEP images/time.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.791 PBCC images/binfmt-misc.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.814 DEP images/binfmt-misc.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.885 PBCC images/seccomp.pb-c.c [2020-01-29T16:44:46.516Z] #45 3.952 DEP images/seccomp.pb-c.d [2020-01-29T16:44:46.516Z] #45 3.976 PBCC images/userns.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.012 DEP images/userns.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.092 PBCC images/cgroup.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.104 DEP images/cgroup.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.188 PBCC images/fown.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.215 PBCC images/ext-file.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.255 DEP images/fown.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.305 DEP images/ext-file.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.365 PBCC images/rpc.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.444 DEP images/rpc.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.471 PBCC images/siginfo.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.486 DEP images/siginfo.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.525 PBCC images/pagemap.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.570 DEP images/pagemap.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.609 PBCC images/rlimit.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.652 DEP images/rlimit.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.665 PBCC images/file-lock.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.683 DEP images/file-lock.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.728 PBCC images/tty.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.757 DEP images/tty.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.779 PBCC images/tun.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.812 PBCC images/netdev.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.839 DEP images/tun.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.886 DEP images/netdev.pb-c.d [2020-01-29T16:44:46.516Z] #45 4.944 PBCC images/vma.pb-c.c [2020-01-29T16:44:46.516Z] #45 4.959 DEP images/vma.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.002 PBCC images/creds.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.037 DEP images/creds.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.042 PBCC images/utsns.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.059 DEP images/utsns.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.094 PBCC images/ipc-desc.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.097 PBCC images/ipc-sem.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.108 DEP images/ipc-desc.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.157 DEP images/ipc-sem.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.218 PBCC images/ipc-msg.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.236 DEP images/ipc-msg.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.348 PBCC images/ipc-shm.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.355 DEP images/ipc-shm.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.410 PBCC images/ipc-var.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.432 DEP images/ipc-var.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.491 PBCC images/sk-opts.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.497 PBCC images/packet-sock.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.584 DEP images/sk-opts.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.738 DEP images/packet-sock.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.787 PBCC images/sk-netlink.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.862 DEP images/sk-netlink.pb-c.d [2020-01-29T16:44:46.516Z] #45 5.914 PBCC images/sk-inet.pb-c.c [2020-01-29T16:44:46.516Z] #45 5.985 DEP images/sk-inet.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.014 PBCC images/sk-unix.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.065 DEP images/sk-unix.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.083 PBCC images/mm.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.114 DEP images/mm.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.144 PBCC images/timerfd.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.168 DEP images/timerfd.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.200 PBCC images/timer.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.216 DEP images/timer.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.243 PBCC images/sa.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.271 DEP images/sa.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.299 PBCC images/pipe-data.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.313 DEP images/pipe-data.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.340 PBCC images/mnt.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.369 DEP images/mnt.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.394 PBCC images/sk-packet.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.409 DEP images/sk-packet.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.426 PBCC images/tcp-stream.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.471 DEP images/tcp-stream.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.479 PBCC images/pipe.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.525 DEP images/pipe.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.542 PBCC images/pstree.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.556 DEP images/pstree.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.593 PBCC images/fs.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.606 DEP images/fs.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.642 PBCC images/signalfd.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.672 DEP images/signalfd.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.704 PBCC images/fh.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.733 PBCC images/fsnotify.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.788 DEP images/fh.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.852 DEP images/fsnotify.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.886 PBCC images/eventpoll.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.902 DEP images/eventpoll.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.935 PBCC images/eventfd.pb-c.c [2020-01-29T16:44:46.516Z] #45 6.950 DEP images/eventfd.pb-c.d [2020-01-29T16:44:46.516Z] #45 6.992 PBCC images/remap-file-path.pb-c.c [2020-01-29T16:44:46.516Z] #45 7.014 DEP images/remap-file-path.pb-c.d [2020-01-29T16:44:46.516Z] #45 7.049 PBCC images/fifo.pb-c.c [2020-01-29T16:44:46.516Z] #45 7.090 DEP images/fifo.pb-c.d [2020-01-29T16:44:46.596Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-01-29T16:44:46.856Z] ok github.com/docker/docker/pkg/symlink 0.022s coverage: 87.7% of statements [2020-01-29T16:44:46.913Z] #45 7.202 PBCC images/ghost-file.pb-c.c [2020-01-29T16:44:46.913Z] #45 7.221 DEP images/ghost-file.pb-c.d [2020-01-29T16:44:46.913Z] #45 7.262 PBCC images/regfile.pb-c.c [2020-01-29T16:44:46.913Z] #45 7.289 DEP images/regfile.pb-c.d [2020-01-29T16:44:46.913Z] #45 7.341 PBCC images/ns.pb-c.c [2020-01-29T16:44:46.913Z] #45 7.352 DEP images/ns.pb-c.d [2020-01-29T16:44:46.913Z] #45 7.383 PBCC images/fdinfo.pb-c.c [2020-01-29T16:44:46.913Z] #45 7.430 DEP images/fdinfo.pb-c.d [2020-01-29T16:44:46.913Z] #45 7.490 PBCC images/core-aarch64.pb-c.c [2020-01-29T16:44:46.913Z] #45 7.526 PBCC images/core-arm.pb-c.c [2020-01-29T16:44:46.913Z] #45 7.582 PBCC images/core-ppc64.pb-c.c [2020-01-29T16:44:46.937Z] #44 52.58 CC compel/arch/x86/src/lib/cpu.o [2020-01-29T16:44:46.937Z] #44 ... [2020-01-29T16:44:46.937Z] [2020-01-29T16:44:46.937Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:46.937Z] #47 116.2 mime [2020-01-29T16:44:46.937Z] #47 118.3 mime/quotedprintable [2020-01-29T16:44:46.937Z] #47 118.8 net/http/internal [2020-01-29T16:44:46.937Z] #47 121.4 crypto/tls [2020-01-29T16:44:46.937Z] #47 ... [2020-01-29T16:44:46.937Z] [2020-01-29T16:44:46.937Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:47.116Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 71.3% of statements [2020-01-29T16:44:47.277Z] #45 7.697 PBCC images/core-s390.pb-c.c [2020-01-29T16:44:47.277Z] #45 7.736 PBCC images/core-x86.pb-c.c [2020-01-29T16:44:47.277Z] #45 7.757 PBCC images/core.pb-c.c [2020-01-29T16:44:47.277Z] #45 7.832 PBCC images/inventory.pb-c.c [2020-01-29T16:44:47.277Z] #45 7.856 DEP images/core-aarch64.pb-c.d [2020-01-29T16:44:47.277Z] #45 7.886 DEP images/core-arm.pb-c.d [2020-01-29T16:44:47.277Z] #45 7.903 DEP images/core-ppc64.pb-c.d [2020-01-29T16:44:47.277Z] #45 7.924 DEP images/core-s390.pb-c.d [2020-01-29T16:44:47.277Z] #45 7.963 DEP images/core-x86.pb-c.d [2020-01-29T16:44:47.277Z] #45 7.971 DEP images/core.pb-c.d [2020-01-29T16:44:47.277Z] #45 8.006 DEP images/inventory.pb-c.d [2020-01-29T16:44:47.640Z] #45 8.068 PBCC images/cpuinfo.pb-c.c [2020-01-29T16:44:47.640Z] #45 8.089 DEP images/cpuinfo.pb-c.d [2020-01-29T16:44:47.640Z] #45 8.095 PBCC images/stats.pb-c.c [2020-01-29T16:44:47.640Z] #45 8.133 DEP images/stats.pb-c.d [2020-01-29T16:44:48.058Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.2% of statements [2020-01-29T16:44:48.058Z] ok github.com/docker/docker/pkg/tailfile 0.091s coverage: 88.6% of statements [2020-01-29T16:44:48.318Z] ok github.com/docker/docker/pkg/signal 2.845s coverage: 61.0% of statements [2020-01-29T16:44:48.425Z] #45 8.907 make[1]: Nothing to be done for 'all'. [2020-01-29T16:44:48.838Z] #57 ... [2020-01-29T16:44:48.838Z] [2020-01-29T16:44:48.838Z] #11 [dev 1/25] RUN groupadd -r docker [2020-01-29T16:44:48.838Z] #11 DONE 3.6s [2020-01-29T16:44:48.838Z] [2020-01-29T16:44:48.838Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:48.838Z] #57 3.318 + RM_GOPATH=0 [2020-01-29T16:44:48.838Z] #57 3.318 + TMP_GOPATH= [2020-01-29T16:44:48.838Z] #57 3.318 + : /build [2020-01-29T16:44:48.838Z] #57 3.318 + '[' -z '' ']' [2020-01-29T16:44:48.838Z] #57 3.318 ++ mktemp -d [2020-01-29T16:44:48.838Z] #57 3.320 + export GOPATH=/tmp/tmp.Yaxi9QFC7x [2020-01-29T16:44:48.838Z] #57 3.320 + GOPATH=/tmp/tmp.Yaxi9QFC7x [2020-01-29T16:44:48.838Z] #57 3.320 + RM_GOPATH=1 [2020-01-29T16:44:48.838Z] #57 3.320 ++ dirname ./install.sh [2020-01-29T16:44:48.838Z] #57 3.325 + dir=. [2020-01-29T16:44:48.838Z] #57 3.325 + bin=runc [2020-01-29T16:44:48.838Z] #57 3.325 + shift [2020-01-29T16:44:48.838Z] #57 3.325 + '[' '!' -f ./runc.installer ']' [2020-01-29T16:44:48.838Z] #57 3.325 + . ./runc.installer [2020-01-29T16:44:48.838Z] #57 3.325 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-01-29T16:44:48.838Z] #57 3.325 + install_runc [2020-01-29T16:44:48.838Z] #57 3.325 + grep -q '^3\.10\.0.*\.el7\.' [2020-01-29T16:44:48.838Z] #57 3.326 + uname -r [2020-01-29T16:44:48.838Z] #57 3.337 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-01-29T16:44:48.838Z] #57 3.339 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-01-29T16:44:48.838Z] #57 3.339 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-01-29T16:44:48.838Z] #57 3.343 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Yaxi9QFC7x/src/github.com/opencontainers/runc [2020-01-29T16:44:48.838Z] #57 3.387 Cloning into '/tmp/tmp.Yaxi9QFC7x/src/github.com/opencontainers/runc'... [2020-01-29T16:44:48.887Z] ok github.com/docker/docker/pkg/term 0.019s coverage: 85.9% of statements [2020-01-29T16:44:48.887Z] testing: warning: no tests to run [2020-01-29T16:44:48.887Z] coverage: [no statements] [2020-01-29T16:44:48.887Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: [no statements] [no tests to run] [2020-01-29T16:44:49.148Z] ok github.com/docker/docker/pkg/tarsum 0.132s coverage: 89.3% of statements [2020-01-29T16:44:49.216Z] #45 9.685 CC images/stats.o [2020-01-29T16:44:49.408Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-01-29T16:44:49.408Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2020-01-29T16:44:49.408Z] ok github.com/docker/docker/pkg/truncindex 0.118s coverage: 91.5% of statements [2020-01-29T16:44:49.578Z] #45 9.991 CC images/core.o [2020-01-29T16:44:49.578Z] #45 10.26 CC images/core-x86.o [2020-01-29T16:44:49.956Z] #45 ... [2020-01-29T16:44:49.956Z] [2020-01-29T16:44:49.956Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:49.956Z] #34 33.33 time [2020-01-29T16:44:49.956Z] #34 38.76 internal/poll [2020-01-29T16:44:49.956Z] #34 40.09 internal/syscall/unix [2020-01-29T16:44:49.956Z] #34 40.34 os [2020-01-29T16:44:49.956Z] #34 42.17 internal/fmtsort [2020-01-29T16:44:49.956Z] #34 42.65 strings [2020-01-29T16:44:49.956Z] #34 42.96 fmt [2020-01-29T16:44:49.956Z] #34 ... [2020-01-29T16:44:49.956Z] [2020-01-29T16:44:49.956Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:49.956Z] #45 10.55 CC images/core-arm.o [2020-01-29T16:44:50.212Z] #57 ... [2020-01-29T16:44:50.212Z] [2020-01-29T16:44:50.212Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:50.212Z] #47 129.3 net/http/httptrace [2020-01-29T16:44:50.212Z] #47 129.6 net/http [2020-01-29T16:44:50.425Z] #45 10.80 CC images/core-aarch64.o [2020-01-29T16:44:50.425Z] #45 10.98 CC images/core-ppc64.o [2020-01-29T16:44:50.777Z] #47 ... [2020-01-29T16:44:50.777Z] [2020-01-29T16:44:50.777Z] #12 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-01-29T16:44:50.777Z] #12 DONE 2.3s [2020-01-29T16:44:51.035Z] [2020-01-29T16:44:51.035Z] #13 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-01-29T16:44:51.319Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2020-01-29T16:44:51.319Z] ok github.com/docker/docker/profiles/seccomp 0.013s coverage: 73.8% of statements [2020-01-29T16:44:51.371Z] #45 11.67 CC images/core-s390.o [2020-01-29T16:44:51.772Z] #45 12.26 CC images/cpuinfo.o [2020-01-29T16:44:51.890Z] ok github.com/docker/docker/reference 0.030s coverage: 84.4% of statements [2020-01-29T16:44:52.162Z] #45 12.62 CC images/inventory.o [2020-01-29T16:44:52.162Z] #45 ... [2020-01-29T16:44:52.162Z] [2020-01-29T16:44:52.162Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:44:52.162Z] #11 35.77 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-01-29T16:44:52.162Z] #11 35.77 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-01-29T16:44:52.162Z] #11 35.78 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-01-29T16:44:52.162Z] #11 41.48 Selecting previously unselected package gcc-mingw-w64-base. [2020-01-29T16:44:52.162Z] #11 41.48 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-01-29T16:44:52.162Z] #11 41.49 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:52.162Z] #11 41.58 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-01-29T16:44:52.162Z] #11 41.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-01-29T16:44:52.162Z] #11 41.60 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:44:52.162Z] #11 ... [2020-01-29T16:44:52.162Z] [2020-01-29T16:44:52.162Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:44:52.162Z] #63 22.88 Checking out files: 86% (2632/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-01-29T16:44:52.162Z] #63 23.17 + cd /tmp/tmp.f4x8LwkiOb/src/github.com/containerd/containerd [2020-01-29T16:44:52.162Z] #63 23.17 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:44:52.162Z] #63 24.46 + export 'BUILDTAGS=netgo osusergo static_build' [2020-01-29T16:44:52.162Z] #63 24.46 + BUILDTAGS='netgo osusergo static_build' [2020-01-29T16:44:52.162Z] #63 24.46 + export EXTRA_FLAGS=-buildmode=pie [2020-01-29T16:44:52.162Z] #63 24.46 + EXTRA_FLAGS=-buildmode=pie [2020-01-29T16:44:52.162Z] #63 24.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-01-29T16:44:52.162Z] #63 24.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-01-29T16:44:52.162Z] #63 24.46 + '[' '' = dynamic ']' [2020-01-29T16:44:52.162Z] #63 24.46 + make [2020-01-29T16:44:52.830Z] ok github.com/docker/docker/plugin 0.585s coverage: 27.1% of statements [2020-01-29T16:44:52.936Z] #13 2.246 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-01-29T16:44:52.950Z] #63 25.14 + bin/ctr [2020-01-29T16:44:53.091Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2020-01-29T16:44:53.196Z] #13 DONE 2.4s [2020-01-29T16:44:53.196Z] [2020-01-29T16:44:53.196Z] #14 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-01-29T16:44:53.662Z] ok github.com/docker/docker/restartmanager 0.017s coverage: 50.9% of statements [2020-01-29T16:44:53.662Z] ok github.com/docker/docker/registry 0.234s coverage: 56.0% of statements [2020-01-29T16:44:54.191Z] #63 ... [2020-01-29T16:44:54.191Z] [2020-01-29T16:44:54.191Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:54.191Z] #48 37.51 time [2020-01-29T16:44:54.191Z] #48 41.82 os [2020-01-29T16:44:54.191Z] #48 42.50 internal/fmtsort [2020-01-29T16:44:54.191Z] #48 43.07 strings [2020-01-29T16:44:54.191Z] #48 44.60 fmt [2020-01-29T16:44:54.191Z] #48 45.46 path/filepath [2020-01-29T16:44:54.191Z] #48 46.55 regexp/syntax [2020-01-29T16:44:54.191Z] #48 ... [2020-01-29T16:44:54.191Z] [2020-01-29T16:44:54.191Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:54.191Z] #45 12.78 CC images/fdinfo.o [2020-01-29T16:44:54.191Z] #45 12.94 CC images/fown.o [2020-01-29T16:44:54.191Z] #45 13.04 CC images/ns.o [2020-01-29T16:44:54.191Z] #45 13.10 CC images/regfile.o [2020-01-29T16:44:54.191Z] #45 13.21 CC images/ghost-file.o [2020-01-29T16:44:54.191Z] #45 13.35 CC images/fifo.o [2020-01-29T16:44:54.191Z] #45 13.45 CC images/remap-file-path.o [2020-01-29T16:44:54.191Z] #45 13.54 CC images/eventfd.o [2020-01-29T16:44:54.191Z] #45 13.65 CC images/eventpoll.o [2020-01-29T16:44:54.191Z] #45 13.78 CC images/fh.o [2020-01-29T16:44:54.191Z] #45 13.92 CC images/fsnotify.o [2020-01-29T16:44:54.191Z] #45 14.26 CC images/signalfd.o [2020-01-29T16:44:54.191Z] #45 14.39 CC images/fs.o [2020-01-29T16:44:54.191Z] #45 14.52 CC images/pstree.o [2020-01-29T16:44:54.191Z] #45 14.64 CC images/pipe.o [2020-01-29T16:44:54.191Z] #45 14.76 CC images/tcp-stream.o [2020-01-29T16:44:54.191Z] #45 14.86 CC images/sk-packet.o [2020-01-29T16:44:54.563Z] #45 14.98 CC images/mnt.o [2020-01-29T16:44:54.563Z] #45 15.10 CC images/pipe-data.o [2020-01-29T16:44:54.563Z] #45 15.19 CC images/sa.o [2020-01-29T16:44:54.604Z] ok github.com/docker/docker/testutil 0.021s coverage: 62.5% of statements [2020-01-29T16:44:54.604Z] ok github.com/docker/docker/runconfig 0.020s coverage: 68.2% of statements [2020-01-29T16:44:55.097Z] #45 15.29 CC images/timer.o [2020-01-29T16:44:55.097Z] #45 15.48 CC images/timerfd.o [2020-01-29T16:44:55.097Z] #45 15.60 CC images/mm.o [2020-01-29T16:44:55.466Z] #45 15.76 CC images/sk-opts.o [2020-01-29T16:44:55.466Z] #45 15.87 CC images/sk-unix.o [2020-01-29T16:44:55.466Z] #45 16.03 CC images/sk-inet.o [2020-01-29T16:44:55.727Z] #14 DONE 2.4s [2020-01-29T16:44:55.727Z] [2020-01-29T16:44:55.727Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-01-29T16:44:55.826Z] #45 16.31 CC images/tun.o [2020-01-29T16:44:56.188Z] #45 16.59 CC images/sk-netlink.o [2020-01-29T16:44:56.188Z] #45 16.76 CC images/packet-sock.o [2020-01-29T16:44:56.557Z] #45 17.04 CC images/ipc-var.o [2020-01-29T16:44:56.557Z] #45 17.15 CC images/ipc-desc.o [2020-01-29T16:44:56.557Z] #45 17.25 CC images/ipc-shm.o [2020-01-29T16:44:56.921Z] #45 17.38 CC images/ipc-msg.o [2020-01-29T16:44:56.921Z] #45 17.51 CC images/ipc-sem.o [2020-01-29T16:44:56.921Z] #45 17.59 CC images/utsns.o [2020-01-29T16:44:57.152Z] ok github.com/docker/docker/volume/local 0.079s coverage: 73.0% of statements [2020-01-29T16:44:57.152Z] ok github.com/docker/docker/volume/drivers 0.013s coverage: 36.1% of statements [2020-01-29T16:44:57.284Z] #45 17.73 CC images/creds.o [2020-01-29T16:44:57.284Z] #45 17.83 CC images/vma.o [2020-01-29T16:44:57.284Z] #45 17.92 CC images/netdev.o [2020-01-29T16:44:57.413Z] ok github.com/docker/docker/volume/mounts 0.078s coverage: 67.0% of statements [2020-01-29T16:44:57.643Z] #45 18.12 CC images/tty.o [2020-01-29T16:44:57.644Z] #45 18.32 CC images/file-lock.o [2020-01-29T16:44:58.022Z] #45 18.46 CC images/rlimit.o [2020-01-29T16:44:58.022Z] #45 18.55 CC images/pagemap.o [2020-01-29T16:44:58.254Z] #15 ... [2020-01-29T16:44:58.254Z] [2020-01-29T16:44:58.254Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:58.254Z] #44 53.58 CC compel/arch/x86/src/lib/infect.o [2020-01-29T16:44:58.254Z] #44 54.55 CC compel/src/lib/infect-rpc.o [2020-01-29T16:44:58.254Z] #44 55.09 CC compel/src/lib/infect-util.o [2020-01-29T16:44:58.254Z] #44 55.38 CC compel/src/lib/infect.o [2020-01-29T16:44:58.254Z] #44 58.40 CC compel/src/lib/ptrace.o [2020-01-29T16:44:58.254Z] #44 58.73 AR compel/libcompel.a [2020-01-29T16:44:58.254Z] #44 58.81 HOSTCC compel/src/main-host.o [2020-01-29T16:44:58.254Z] #44 59.37 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-01-29T16:44:58.254Z] #44 59.63 HOSTCC compel/src/lib/handle-elf-host.o [2020-01-29T16:44:58.254Z] #44 60.13 HOSTCC compel/src/lib/log-host.o [2020-01-29T16:44:58.254Z] #44 60.38 HOSTLINK compel/compel-host-bin [2020-01-29T16:44:58.254Z] #44 60.63 DEP soccr/soccr.d [2020-01-29T16:44:58.254Z] #44 60.78 CC soccr/soccr.o [2020-01-29T16:44:58.254Z] #44 62.39 AR soccr/libsoccr.a [2020-01-29T16:44:58.254Z] #44 62.41 make[1]: 'soccr/libsoccr.a' is up to date. [2020-01-29T16:44:58.254Z] #44 62.72 DEP criu/arch/x86/sigframe.d [2020-01-29T16:44:58.254Z] #44 62.90 DEP criu/arch/x86/sigaction_compat.d [2020-01-29T16:44:58.254Z] #44 63.05 DEP criu/arch/x86/kerndat.d [2020-01-29T16:44:58.254Z] #44 63.19 DEP criu/arch/x86/crtools.d [2020-01-29T16:44:58.254Z] #44 63.33 DEP criu/arch/x86/cpu.d [2020-01-29T16:44:58.254Z] #44 63.46 CC criu/arch/x86/cpu.o [2020-01-29T16:44:58.254Z] #44 ... [2020-01-29T16:44:58.254Z] [2020-01-29T16:44:58.254Z] #15 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-01-29T16:44:58.254Z] #15 DONE 2.5s [2020-01-29T16:44:58.254Z] [2020-01-29T16:44:58.254Z] #16 [dev 6/25] RUN ldconfig [2020-01-29T16:44:58.351Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements [2020-01-29T16:44:58.397Z] #45 18.72 CC images/siginfo.o [2020-01-29T16:44:58.397Z] #45 18.91 CC images/rpc.o [2020-01-29T16:44:59.362Z] #45 ... [2020-01-29T16:44:59.362Z] [2020-01-29T16:44:59.362Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:44:59.362Z] #34 45.29 path/filepath [2020-01-29T16:44:59.362Z] #34 46.56 io/ioutil [2020-01-29T16:44:59.362Z] #34 46.74 flag [2020-01-29T16:44:59.362Z] #34 47.02 github.com/BurntSushi/toml [2020-01-29T16:44:59.362Z] #34 48.20 log [2020-01-29T16:44:59.362Z] #34 48.73 text/tabwriter [2020-01-29T16:44:59.362Z] #34 50.15 github.com/BurntSushi/toml/cmd/tomlv [2020-01-29T16:44:59.362Z] #34 DONE 52.7s [2020-01-29T16:44:59.362Z] [2020-01-29T16:44:59.362Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:44:59.362Z] #45 19.76 CC images/ext-file.o [2020-01-29T16:44:59.362Z] #45 ... [2020-01-29T16:44:59.362Z] [2020-01-29T16:44:59.362Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:44:59.362Z] #48 48.16 flag [2020-01-29T16:44:59.362Z] #48 49.37 go/token [2020-01-29T16:44:59.362Z] #48 49.97 go/scanner [2020-01-29T16:44:59.362Z] #48 50.37 regexp [2020-01-29T16:44:59.362Z] #48 50.92 go/ast [2020-01-29T16:44:59.362Z] #48 52.51 internal/lazyregexp [2020-01-29T16:44:59.806Z] #48 53.03 net/url [2020-01-29T16:45:00.782Z] #16 DONE 2.5s [2020-01-29T16:45:00.782Z] [2020-01-29T16:45:00.782Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:01.094Z] #48 54.55 text/template/parse [2020-01-29T16:45:01.457Z] #48 ... [2020-01-29T16:45:01.457Z] [2020-01-29T16:45:01.457Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:01.457Z] #45 20.38 CC images/cgroup.o [2020-01-29T16:45:01.457Z] #45 20.94 CC images/userns.o [2020-01-29T16:45:01.457Z] #45 20.99 CC images/google/protobuf/descriptor.o [2020-01-29T16:45:01.457Z] #45 21.61 CC images/opts.o [2020-01-29T16:45:01.457Z] #45 21.69 CC images/seccomp.o [2020-01-29T16:45:01.457Z] #45 21.83 CC images/binfmt-misc.o [2020-01-29T16:45:01.457Z] #45 21.92 CC images/time.o [2020-01-29T16:45:01.457Z] #45 22.00 CC images/sysctl.o [2020-01-29T16:45:01.811Z] #45 22.09 CC images/autofs.o [2020-01-29T16:45:01.811Z] #45 22.22 CC images/macvlan.o [2020-01-29T16:45:01.811Z] #45 22.33 CC images/sit.o [2020-01-29T16:45:01.811Z] #45 22.43 LINK images/built-in.o [2020-01-29T16:45:01.811Z] #45 22.48 GEN compel/include/asm [2020-01-29T16:45:02.177Z] #45 22.48 GEN compel/include/version.h [2020-01-29T16:45:02.178Z] #45 22.49 touch .config [2020-01-29T16:45:02.178Z] #45 22.50 GEN include/common/config.h [2020-01-29T16:45:02.178Z] #45 22.57 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-01-29T16:45:02.178Z] #45 22.62 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-01-29T16:45:02.178Z] #45 22.62 GEN compel/plugins/include/uapi/std/syscall.h [2020-01-29T16:45:02.178Z] #45 22.64 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-01-29T16:45:02.178Z] #45 22.66 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-01-29T16:45:02.178Z] #45 22.68 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-01-29T16:45:02.178Z] #45 22.68 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-01-29T16:45:02.178Z] #45 22.68 DEP compel/plugins/std/infect.d [2020-01-29T16:45:02.178Z] #45 22.76 DEP compel/plugins/std/string.d [2020-01-29T16:45:02.178Z] #45 22.81 DEP compel/plugins/std/log.d [2020-01-29T16:45:02.178Z] #45 22.86 DEP compel/plugins/std/fds.d [2020-01-29T16:45:02.557Z] #45 22.94 DEP compel/plugins/std/std.d [2020-01-29T16:45:02.557Z] #45 23.02 DEP compel/plugins/shmem/shmem.d [2020-01-29T16:45:02.557Z] #45 23.09 DEP compel/plugins/fds/fds.d [2020-01-29T16:45:02.557Z] #45 23.15 CC compel/plugins/std/std.o [2020-01-29T16:45:02.934Z] #45 23.33 CC compel/plugins/std/fds.o [2020-01-29T16:45:02.934Z] #45 23.54 CC compel/plugins/std/log.o [2020-01-29T16:45:03.308Z] #45 23.98 CC compel/plugins/std/string.o [2020-01-29T16:45:03.310Z] #17 2.760 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:45:03.310Z] #17 2.794 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:45:03.310Z] #17 2.849 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:45:03.678Z] #45 24.34 CC compel/plugins/std/infect.o [2020-01-29T16:45:03.875Z] #17 3.417 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB] [2020-01-29T16:45:04.046Z] #45 24.58 CC compel/arch/s390/plugins/std/parasite-head.o [2020-01-29T16:45:04.046Z] #45 24.63 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-01-29T16:45:04.046Z] #45 24.65 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-01-29T16:45:04.046Z] #45 24.70 AR compel/plugins/std.lib.a [2020-01-29T16:45:04.046Z] #45 24.73 CC compel/plugins/fds/fds.o [2020-01-29T16:45:04.414Z] #45 24.87 AR compel/plugins/fds.lib.a [2020-01-29T16:45:04.414Z] #45 24.90 HOSTDEP compel/src/lib/log-host.d [2020-01-29T16:45:04.414Z] #45 24.95 HOSTDEP compel/src/lib/handle-elf-host.d [2020-01-29T16:45:04.414Z] #45 25.01 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-01-29T16:45:04.414Z] #45 25.09 HOSTDEP compel/src/main-host.d [2020-01-29T16:45:04.783Z] #45 25.21 DEP compel/src/lib/ptrace.d [2020-01-29T16:45:04.783Z] #45 25.34 DEP compel/src/lib/infect.d [2020-01-29T16:45:04.783Z] #45 25.43 DEP compel/src/lib/infect-util.d [2020-01-29T16:45:05.146Z] #45 25.47 DEP compel/src/lib/infect-rpc.d [2020-01-29T16:45:05.146Z] #45 25.58 DEP compel/arch/s390/src/lib/infect.d [2020-01-29T16:45:05.146Z] #45 25.68 DEP compel/arch/s390/src/lib/cpu.d [2020-01-29T16:45:05.146Z] #45 25.74 DEP compel/src/lib/log.d [2020-01-29T16:45:05.146Z] #45 25.82 DEP compel/src/main.d [2020-01-29T16:45:05.245Z] #17 ... [2020-01-29T16:45:05.245Z] [2020-01-29T16:45:05.245Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:05.245Z] #57 10.13 + cd /tmp/tmp.Yaxi9QFC7x/src/github.com/opencontainers/runc [2020-01-29T16:45:05.245Z] #57 10.13 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-01-29T16:45:05.245Z] #57 10.18 + '[' -z '' ']' [2020-01-29T16:45:05.245Z] #57 10.18 + target=static [2020-01-29T16:45:05.245Z] #57 10.18 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-01-29T16:45:05.245Z] #57 11.93 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-01-29T16:45:05.502Z] #57 ... [2020-01-29T16:45:05.502Z] [2020-01-29T16:45:05.502Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:05.502Z] #17 4.791 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [174 kB] [2020-01-29T16:45:05.507Z] #45 25.95 DEP compel/src/lib/handle-elf.d [2020-01-29T16:45:05.507Z] #45 26.06 DEP compel/arch/s390/src/lib/handle-elf.d [2020-01-29T16:45:05.507Z] #45 26.17 CC compel/src/lib/log.o [2020-01-29T16:45:05.868Z] #45 26.37 CC compel/arch/s390/src/lib/cpu.o [2020-01-29T16:45:06.235Z] #45 26.53 CC compel/arch/s390/src/lib/infect.o [2020-01-29T16:45:06.630Z] #45 27.08 CC compel/src/lib/infect-rpc.o [2020-01-29T16:45:06.630Z] #45 27.23 CC compel/src/lib/infect-util.o [2020-01-29T16:45:06.876Z] #17 6.253 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] [2020-01-29T16:45:07.227Z] #45 27.42 CC compel/src/lib/infect.o [2020-01-29T16:45:08.277Z] #45 29.01 CC compel/src/lib/ptrace.o [2020-01-29T16:45:08.638Z] #45 29.22 AR compel/libcompel.a [2020-01-29T16:45:08.638Z] #45 29.24 HOSTCC compel/src/main-host.o [2020-01-29T16:45:08.777Z] #17 ... [2020-01-29T16:45:08.777Z] [2020-01-29T16:45:08.777Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:08.777Z] #44 64.17 CC criu/arch/x86/crtools.o [2020-01-29T16:45:08.777Z] #44 65.51 CC criu/arch/x86/kerndat.o [2020-01-29T16:45:08.777Z] #44 65.99 CC criu/arch/x86/sigaction_compat.o [2020-01-29T16:45:08.777Z] #44 66.25 CC criu/arch/x86/sigframe.o [2020-01-29T16:45:08.777Z] #44 66.65 LINK criu/arch/x86/crtools.built-in.o [2020-01-29T16:45:08.777Z] #44 66.70 DEP criu/pie/util-vdso-elf32.d [2020-01-29T16:45:08.777Z] #44 67.01 DEP criu/arch/x86/vdso-pie.d [2020-01-29T16:45:08.777Z] #44 67.24 DEP criu/pie/parasite-vdso.d [2020-01-29T16:45:08.777Z] #44 67.49 DEP criu/pie/util-vdso.d [2020-01-29T16:45:08.777Z] #44 67.60 DEP criu/pie/util.d [2020-01-29T16:45:08.777Z] #44 67.79 CC criu/pie/util.o [2020-01-29T16:45:08.777Z] #44 68.20 CC criu/pie/util-vdso.o [2020-01-29T16:45:08.777Z] #44 68.93 CC criu/pie/parasite-vdso.o [2020-01-29T16:45:08.777Z] #44 69.65 CC criu/arch/x86/vdso-pie.o [2020-01-29T16:45:08.777Z] #44 70.08 CC criu/pie/util-vdso-elf32.o [2020-01-29T16:45:08.777Z] #44 70.89 AR criu/pie/pie.lib.a [2020-01-29T16:45:08.777Z] #44 70.96 DEP criu/pie/restorer.d [2020-01-29T16:45:08.777Z] #44 71.25 DEP criu/arch/x86/sigaction_compat_pie.d [2020-01-29T16:45:08.777Z] #44 71.36 DEP criu/arch/x86/restorer_unmap.d [2020-01-29T16:45:08.777Z] #44 71.40 DEP criu/arch/x86/restorer.d [2020-01-29T16:45:08.777Z] #44 71.58 DEP criu/pie/parasite.d [2020-01-29T16:45:08.777Z] #44 71.86 CC criu/pie/parasite.o [2020-01-29T16:45:08.777Z] #44 73.17 LINK criu/pie/parasite.built-in.o [2020-01-29T16:45:08.777Z] #44 73.21 GEN criu/pie/parasite-blob.h [2020-01-29T16:45:08.777Z] #44 73.22 CC criu/arch/x86/restorer.o [2020-01-29T16:45:08.777Z] #44 73.81 CC criu/arch/x86/restorer_unmap.o [2020-01-29T16:45:08.777Z] #44 73.86 CC criu/arch/x86/sigaction_compat_pie.o [2020-01-29T16:45:08.777Z] #44 74.06 CC criu/pie/restorer.o [2020-01-29T16:45:09.007Z] #45 29.47 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-01-29T16:45:09.007Z] #45 29.59 HOSTCC compel/src/lib/handle-elf-host.o [2020-01-29T16:45:09.369Z] #45 29.81 HOSTCC compel/src/lib/log-host.o [2020-01-29T16:45:09.369Z] #45 29.96 HOSTLINK compel/compel-host-bin [2020-01-29T16:45:09.369Z] #45 30.02 DEP soccr/soccr.d [2020-01-29T16:45:09.744Z] #45 30.17 CC soccr/soccr.o [2020-01-29T16:45:10.538Z] #45 31.06 AR soccr/libsoccr.a [2020-01-29T16:45:10.538Z] #45 31.08 make[1]: 'soccr/libsoccr.a' is up to date. [2020-01-29T16:45:10.906Z] #45 31.26 DEP criu/arch/s390/sigframe.d [2020-01-29T16:45:10.906Z] #45 31.35 DEP criu/arch/s390/crtools.d [2020-01-29T16:45:10.906Z] #45 31.47 DEP criu/arch/s390/cpu.d [2020-01-29T16:45:10.906Z] #45 31.58 CC criu/arch/s390/cpu.o [2020-01-29T16:45:11.317Z] #45 31.90 CC criu/arch/s390/crtools.o [2020-01-29T16:45:12.058Z] #44 77.27 LINK criu/pie/restorer.built-in.o [2020-01-29T16:45:12.058Z] #44 77.30 GEN criu/pie/restorer-blob.h [2020-01-29T16:45:12.058Z] #44 77.42 DEP criu/vdso.d [2020-01-29T16:45:12.058Z] #44 77.61 DEP criu/vdso-compat.d [2020-01-29T16:45:12.058Z] #44 77.75 DEP criu/uts_ns.d [2020-01-29T16:45:12.058Z] #44 77.91 DEP criu/util.d [2020-01-29T16:45:12.118Z] #45 32.57 CC criu/arch/s390/sigframe.o [2020-01-29T16:45:12.118Z] #45 ... [2020-01-29T16:45:12.118Z] [2020-01-29T16:45:12.118Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:12.118Z] #48 55.45 go/parser [2020-01-29T16:45:12.118Z] #48 57.36 text/template [2020-01-29T16:45:12.118Z] #48 57.90 encoding/xml [2020-01-29T16:45:12.118Z] #48 61.02 go/doc [2020-01-29T16:45:12.118Z] #48 62.26 github.com/LK4D4/vndr/versioned [2020-01-29T16:45:12.118Z] #48 62.41 vendor/golang.org/x/crypto/cryptobyte [2020-01-29T16:45:12.118Z] #48 64.05 github.com/LK4D4/vndr/build [2020-01-29T16:45:12.118Z] #48 64.09 net [2020-01-29T16:45:12.118Z] #48 ... [2020-01-29T16:45:12.118Z] [2020-01-29T16:45:12.118Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:12.118Z] #45 32.66 LINK criu/arch/s390/crtools.built-in.o [2020-01-29T16:45:12.118Z] #45 32.68 DEP criu/arch/s390/vdso-pie.d [2020-01-29T16:45:12.118Z] #45 32.75 DEP criu/pie/parasite-vdso.d [2020-01-29T16:45:12.486Z] #45 32.93 DEP criu/pie/util-vdso.d [2020-01-29T16:45:12.486Z] #45 32.98 DEP criu/pie/util.d [2020-01-29T16:45:12.486Z] #45 33.07 CC criu/pie/util.o [2020-01-29T16:45:12.624Z] #44 78.13 DEP criu/uffd.d [2020-01-29T16:45:12.624Z] #44 78.33 DEP criu/tun.d [2020-01-29T16:45:12.624Z] #44 78.51 DEP criu/tty.d [2020-01-29T16:45:12.624Z] #44 ... [2020-01-29T16:45:12.624Z] [2020-01-29T16:45:12.624Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:12.624Z] #17 12.19 Fetched 8324 kB in 10s (845 kB/s) [2020-01-29T16:45:12.838Z] #45 33.26 CC criu/pie/util-vdso.o [2020-01-29T16:45:13.213Z] #45 33.75 CC criu/pie/parasite-vdso.o [2020-01-29T16:45:13.596Z] #45 34.09 CC criu/arch/s390/vdso-pie.o [2020-01-29T16:45:13.596Z] #45 34.23 AR criu/pie/pie.lib.a [2020-01-29T16:45:13.974Z] #45 34.24 DEP criu/pie/restorer.d [2020-01-29T16:45:13.974Z] #45 34.44 DEP criu/arch/s390/restorer.d [2020-01-29T16:45:13.974Z] #45 34.55 DEP criu/pie/parasite.d [2020-01-29T16:45:13.974Z] #45 ... [2020-01-29T16:45:13.974Z] [2020-01-29T16:45:13.974Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:45:13.974Z] #11 57.69 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-01-29T16:45:13.974Z] #11 57.70 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-01-29T16:45:13.974Z] #11 57.70 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:45:14.346Z] #11 ... [2020-01-29T16:45:14.346Z] [2020-01-29T16:45:14.346Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:14.346Z] #45 34.70 CC criu/pie/parasite.o [2020-01-29T16:45:14.713Z] #45 35.36 LINK criu/pie/parasite.built-in.o [2020-01-29T16:45:14.713Z] #45 35.37 GEN criu/pie/parasite-blob.h [2020-01-29T16:45:14.713Z] #45 35.38 CC criu/arch/s390/restorer.o [2020-01-29T16:45:15.115Z] #45 35.69 CC criu/pie/restorer.o [2020-01-29T16:45:15.156Z] #17 12.19 Reading package lists... [2020-01-29T16:45:15.156Z] #17 ... [2020-01-29T16:45:15.156Z] [2020-01-29T16:45:15.156Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:15.156Z] #47 144.0 github.com/LK4D4/vndr/godl [2020-01-29T16:45:15.156Z] #47 144.8 github.com/LK4D4/vndr [2020-01-29T16:45:15.156Z] #47 ... [2020-01-29T16:45:15.156Z] [2020-01-29T16:45:15.156Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:15.156Z] #44 78.67 DEP criu/timerfd.d [2020-01-29T16:45:15.156Z] #44 78.84 DEP criu/sysfs_parse.d [2020-01-29T16:45:15.156Z] #44 79.04 DEP criu/sysctl.d [2020-01-29T16:45:15.156Z] #44 79.18 DEP criu/string.d [2020-01-29T16:45:15.156Z] #44 79.28 DEP criu/stats.d [2020-01-29T16:45:15.156Z] #44 79.44 DEP criu/sockets.d [2020-01-29T16:45:15.156Z] #44 79.67 DEP criu/sk-unix.d [2020-01-29T16:45:15.156Z] #44 79.94 DEP criu/sk-tcp.d [2020-01-29T16:45:15.156Z] #44 80.21 DEP criu/sk-queue.d [2020-01-29T16:45:15.156Z] #44 80.42 DEP criu/sk-packet.d [2020-01-29T16:45:15.156Z] #44 80.62 DEP criu/sk-netlink.d [2020-01-29T16:45:15.156Z] #44 80.79 DEP criu/sk-inet.d [2020-01-29T16:45:15.156Z] #44 81.03 DEP criu/signalfd.d [2020-01-29T16:45:15.414Z] #44 ... [2020-01-29T16:45:15.414Z] [2020-01-29T16:45:15.414Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:15.414Z] #47 DONE 154.8s [2020-01-29T16:45:15.414Z] [2020-01-29T16:45:15.414Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:15.414Z] #44 81.19 DEP criu/sigframe.d [2020-01-29T16:45:15.671Z] #44 81.43 DEP criu/shmem.d [2020-01-29T16:45:16.246Z] #44 81.76 DEP criu/servicefd.d [2020-01-29T16:45:16.506Z] #44 82.05 DEP criu/seize.d [2020-01-29T16:45:16.506Z] #44 82.31 DEP criu/seccomp.d [2020-01-29T16:45:16.764Z] #44 82.56 DEP criu/rst-malloc.d [2020-01-29T16:45:16.764Z] #44 82.60 DEP criu/rbtree.d [2020-01-29T16:45:17.023Z] #44 82.63 DEP criu/pstree.d [2020-01-29T16:45:17.023Z] #44 82.79 DEP criu/protobuf.d [2020-01-29T16:45:17.096Z] #45 37.84 LINK criu/pie/restorer.built-in.o [2020-01-29T16:45:17.281Z] #44 82.92 GEN criu/protobuf-desc-gen.h [2020-01-29T16:45:17.470Z] #45 37.85 GEN criu/pie/restorer-blob.h [2020-01-29T16:45:17.470Z] #45 37.88 DEP criu/vdso.d [2020-01-29T16:45:17.470Z] #45 37.96 DEP criu/uts_ns.d [2020-01-29T16:45:17.470Z] #45 38.06 DEP criu/util.d [2020-01-29T16:45:17.845Z] #45 38.23 DEP criu/uffd.d [2020-01-29T16:45:17.845Z] #45 38.35 DEP criu/tun.d [2020-01-29T16:45:17.845Z] #45 38.50 DEP criu/tty.d [2020-01-29T16:45:18.216Z] #45 38.69 DEP criu/timerfd.d [2020-01-29T16:45:18.599Z] #45 ... [2020-01-29T16:45:18.599Z] [2020-01-29T16:45:18.599Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:45:18.599Z] #11 69.03 Selecting previously unselected package libapparmor1:s390x. [2020-01-29T16:45:18.599Z] #11 69.04 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.04 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-01-29T16:45:18.599Z] #11 69.14 Selecting previously unselected package libapparmor-dev:s390x. [2020-01-29T16:45:18.599Z] #11 69.15 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.15 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-01-29T16:45:18.599Z] #11 69.36 Selecting previously unselected package libbtrfs0. [2020-01-29T16:45:18.599Z] #11 69.36 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.37 Unpacking libbtrfs0 (4.20.1-2) ... [2020-01-29T16:45:18.599Z] #11 69.45 Selecting previously unselected package libbtrfs-dev. [2020-01-29T16:45:18.599Z] #11 69.45 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.46 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:45:18.599Z] #11 69.58 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-01-29T16:45:18.599Z] #11 69.58 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.59 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-01-29T16:45:18.599Z] #11 69.67 Selecting previously unselected package libudev-dev:s390x. [2020-01-29T16:45:18.599Z] #11 69.67 Preparing to unpack .../15-libudev-dev_241-7~deb10u2_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.68 Unpacking libudev-dev:s390x (241-7~deb10u2) ... [2020-01-29T16:45:18.599Z] #11 69.85 Selecting previously unselected package libsepol1-dev:s390x. [2020-01-29T16:45:18.599Z] #11 69.85 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 69.85 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-01-29T16:45:18.599Z] #11 70.19 Selecting previously unselected package libpcre16-3:s390x. [2020-01-29T16:45:18.599Z] #11 70.19 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 70.20 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-01-29T16:45:18.599Z] #11 70.28 Selecting previously unselected package libpcre32-3:s390x. [2020-01-29T16:45:18.599Z] #11 70.28 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 70.29 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-01-29T16:45:18.599Z] #11 70.48 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-01-29T16:45:18.599Z] #11 70.48 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 70.48 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-01-29T16:45:18.599Z] #11 70.61 Selecting previously unselected package libpcre3-dev:s390x. [2020-01-29T16:45:18.599Z] #11 70.61 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 70.61 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-01-29T16:45:18.599Z] #11 70.88 Selecting previously unselected package libselinux1-dev:s390x. [2020-01-29T16:45:18.599Z] #11 70.88 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-01-29T16:45:18.599Z] #11 70.88 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-01-29T16:45:18.599Z] #11 71.16 Selecting previously unselected package libdevmapper-dev:s390x. [2020-01-29T16:45:18.599Z] #11 71.17 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-01-29T16:45:18.600Z] #11 71.18 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-01-29T16:45:18.600Z] #11 71.21 Selecting previously unselected package libseccomp-dev:s390x. [2020-01-29T16:45:18.600Z] #11 71.22 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-01-29T16:45:18.600Z] #11 71.22 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-01-29T16:45:18.600Z] #11 71.29 Selecting previously unselected package libsystemd-dev:s390x. [2020-01-29T16:45:18.600Z] #11 71.29 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u2_s390x.deb ... [2020-01-29T16:45:18.600Z] #11 71.30 Unpacking libsystemd-dev:s390x (241-7~deb10u2) ... [2020-01-29T16:45:18.600Z] #11 71.61 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-01-29T16:45:18.600Z] #11 71.62 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-01-29T16:45:18.600Z] #11 71.62 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-01-29T16:45:18.600Z] #11 71.63 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-01-29T16:45:18.600Z] #11 71.64 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-01-29T16:45:18.600Z] #11 71.65 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-01-29T16:45:18.600Z] #11 71.65 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:45:18.600Z] #11 71.66 Setting up libbtrfs0 (4.20.1-2) ... [2020-01-29T16:45:18.600Z] #11 71.67 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-01-29T16:45:18.600Z] #11 71.67 Setting up libudev-dev:s390x (241-7~deb10u2) ... [2020-01-29T16:45:18.600Z] #11 71.68 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-01-29T16:45:18.600Z] #11 71.69 Setting up libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:45:18.600Z] #11 71.69 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-01-29T16:45:18.600Z] #11 71.70 Setting up mingw-w64-common (6.0.0-3) ... [2020-01-29T16:45:18.600Z] #11 71.71 Setting up libsystemd-dev:s390x (241-7~deb10u2) ... [2020-01-29T16:45:18.600Z] #11 71.73 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-01-29T16:45:18.600Z] #11 71.74 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-01-29T16:45:18.600Z] #11 71.76 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:45:18.600Z] #11 71.77 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-01-29T16:45:18.600Z] #11 71.77 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-01-29T16:45:18.600Z] #11 71.78 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:45:18.600Z] #11 71.78 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-01-29T16:45:18.600Z] #11 71.79 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-01-29T16:45:18.600Z] #11 71.80 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-01-29T16:45:18.600Z] #11 71.82 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-01-29T16:45:18.600Z] #11 71.83 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-01-29T16:45:18.600Z] #11 71.83 Setting up dmsetup (2:1.02.155-3) ... [2020-01-29T16:45:18.600Z] #11 71.84 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-01-29T16:45:18.600Z] #11 71.85 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-01-29T16:45:18.600Z] #11 71.85 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:45:18.600Z] #11 DONE 72.1s [2020-01-29T16:45:18.600Z] [2020-01-29T16:45:18.600Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:18.600Z] #45 38.86 DEP criu/sysfs_parse.d [2020-01-29T16:45:18.600Z] #45 38.97 DEP criu/sysctl.d [2020-01-29T16:45:18.600Z] #45 ... [2020-01-29T16:45:18.600Z] [2020-01-29T16:45:18.600Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:45:18.600Z] #56 DONE 0.2s [2020-01-29T16:45:18.600Z] [2020-01-29T16:45:18.600Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-01-29T16:45:18.600Z] #57 DONE 0.1s [2020-01-29T16:45:18.600Z] [2020-01-29T16:45:18.600Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:18.600Z] #45 39.13 DEP criu/string.d [2020-01-29T16:45:18.600Z] #45 39.17 DEP criu/stats.d [2020-01-29T16:45:18.980Z] #45 ... [2020-01-29T16:45:18.980Z] [2020-01-29T16:45:18.980Z] #12 [dev 1/25] RUN groupadd -r docker [2020-01-29T16:45:18.980Z] #12 DONE 0.4s [2020-01-29T16:45:18.980Z] [2020-01-29T16:45:18.980Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:18.980Z] #45 39.27 DEP criu/sockets.d [2020-01-29T16:45:18.980Z] #45 39.43 DEP criu/sk-unix.d [2020-01-29T16:45:18.980Z] #45 39.55 DEP criu/sk-tcp.d [2020-01-29T16:45:19.183Z] #44 84.56 DEP criu/protobuf-desc.d [2020-01-29T16:45:19.183Z] #44 84.68 DEP criu/proc_parse.d [2020-01-29T16:45:19.183Z] #44 84.88 DEP criu/plugin.d [2020-01-29T16:45:19.183Z] #44 84.96 DEP criu/pipes.d [2020-01-29T16:45:19.354Z] #45 ... [2020-01-29T16:45:19.354Z] [2020-01-29T16:45:19.354Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-01-29T16:45:19.354Z] #13 DONE 0.4s [2020-01-29T16:45:19.354Z] [2020-01-29T16:45:19.354Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:19.354Z] #45 39.73 DEP criu/sk-queue.d [2020-01-29T16:45:19.354Z] #45 39.86 DEP criu/sk-packet.d [2020-01-29T16:45:19.441Z] #44 85.14 DEP criu/pie-util.d [2020-01-29T16:45:19.699Z] #44 85.30 DEP criu/pie-util-vdso.d [2020-01-29T16:45:19.699Z] #44 85.48 DEP criu/pie-util-vdso-elf32.d [2020-01-29T16:45:19.727Z] #45 40.00 DEP criu/sk-netlink.d [2020-01-29T16:45:19.727Z] #45 ... [2020-01-29T16:45:19.727Z] [2020-01-29T16:45:19.727Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-01-29T16:45:19.727Z] #14 0.209 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-01-29T16:45:19.727Z] #14 DONE 0.3s [2020-01-29T16:45:19.727Z] [2020-01-29T16:45:19.727Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:19.727Z] #45 40.17 DEP criu/sk-inet.d [2020-01-29T16:45:19.727Z] #45 40.27 DEP criu/signalfd.d [2020-01-29T16:45:19.727Z] #45 40.40 DEP criu/sigframe.d [2020-01-29T16:45:19.957Z] #44 85.62 DEP criu/path.d [2020-01-29T16:45:19.957Z] #44 85.81 DEP criu/parasite-syscall.d [2020-01-29T16:45:20.088Z] #45 ... [2020-01-29T16:45:20.088Z] [2020-01-29T16:45:20.088Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-01-29T16:45:20.088Z] #15 DONE 0.3s [2020-01-29T16:45:20.088Z] [2020-01-29T16:45:20.088Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:20.088Z] #45 40.45 DEP criu/shmem.d [2020-01-29T16:45:20.088Z] #45 40.55 DEP criu/servicefd.d [2020-01-29T16:45:20.088Z] #45 40.64 DEP criu/seize.d [2020-01-29T16:45:20.216Z] #44 86.00 DEP criu/pagemap.d [2020-01-29T16:45:20.278Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.6% of statements [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/rootless [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/testutil/request [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/volume [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-01-29T16:45:20.278Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === Skipped [2020-01-29T16:45:20.278Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-01-29T16:45:20.278Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-01-29T16:45:20.278Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:73: No driver to put! [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-01-29T16:45:20.278Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-01-29T16:45:20.278Z] overlay_test.go:49: Fails to compute changes intermittently [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-01-29T16:45:20.278Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:45:20.278Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-01-29T16:45:20.278Z] graphtest_unix.go:73: No driver to put! [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-01-29T16:45:20.278Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-01-29T16:45:20.278Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] [2020-01-29T16:45:20.278Z] DONE 2155 tests, 20 skipped in 187.069s Post stage [Pipeline] junit [2020-01-29T16:45:20.299Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [2020-01-29T16:45:20.445Z] #45 ... [2020-01-29T16:45:20.445Z] [2020-01-29T16:45:20.445Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-01-29T16:45:20.445Z] #16 DONE 0.3s [2020-01-29T16:45:20.445Z] [2020-01-29T16:45:20.445Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:20.445Z] #45 40.92 DEP criu/seccomp.d [2020-01-29T16:45:20.445Z] #45 41.13 DEP criu/rst-malloc.d [2020-01-29T16:45:20.445Z] #45 41.17 DEP criu/rbtree.d [Pipeline] sh [2020-01-29T16:45:20.474Z] #44 86.21 DEP criu/pagemap-cache.d [2020-01-29T16:45:20.733Z] #44 86.34 DEP criu/page-xfer.d [2020-01-29T16:45:20.733Z] #44 86.47 DEP criu/page-pipe.d [2020-01-29T16:45:20.768Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -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:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/make.sh dynbinary test-integration [2020-01-29T16:45:20.826Z] #45 ... [2020-01-29T16:45:20.826Z] [2020-01-29T16:45:20.826Z] #17 [dev 6/25] RUN ldconfig [2020-01-29T16:45:20.826Z] #17 DONE 0.4s [2020-01-29T16:45:20.826Z] [2020-01-29T16:45:20.826Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:20.826Z] #45 41.21 DEP criu/pstree.d [2020-01-29T16:45:20.826Z] #45 41.34 DEP criu/protobuf.d [2020-01-29T16:45:20.991Z] #44 86.60 DEP criu/netfilter.d [2020-01-29T16:45:20.991Z] #44 86.73 DEP criu/net.d [2020-01-29T16:45:21.190Z] #45 41.56 GEN criu/protobuf-desc-gen.h [2020-01-29T16:45:21.250Z] #44 86.91 DEP criu/namespaces.d [2020-01-29T16:45:21.250Z] #44 87.06 DEP criu/mount.d [2020-01-29T16:45:21.508Z] #44 87.22 DEP criu/mem.d [2020-01-29T16:45:21.559Z] #45 ... [2020-01-29T16:45:21.559Z] [2020-01-29T16:45:21.559Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:45:21.559Z] #66 68.66 + for f in rootlesskit rootlesskit-docker-proxy [2020-01-29T16:45:21.559Z] #66 68.66 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-01-29T16:45:21.559Z] #66 DONE 75.3s [2020-01-29T16:45:21.705Z] [2020-01-29T16:45:21.705Z] Removing bundles/ [2020-01-29T16:45:21.705Z] [2020-01-29T16:45:21.705Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-01-29T16:45:21.706Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:45:21.706Z] GOOS="" GOARCH="" GOARM="" [2020-01-29T16:45:21.766Z] #44 87.44 DEP criu/lsm.d [2020-01-29T16:45:21.766Z] #44 87.56 DEP criu/log.d [2020-01-29T16:45:21.766Z] #44 87.67 DEP criu/libnetlink.d [2020-01-29T16:45:21.944Z] [2020-01-29T16:45:21.944Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-01-29T16:45:21.944Z] #67 DONE 0.1s [2020-01-29T16:45:21.944Z] [2020-01-29T16:45:21.944Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:21.944Z] #58 0.236 + RM_GOPATH=0 [2020-01-29T16:45:21.944Z] #58 0.236 + TMP_GOPATH= [2020-01-29T16:45:21.944Z] #58 0.236 + : /build [2020-01-29T16:45:21.944Z] #58 0.236 + '[' -z '' ']' [2020-01-29T16:45:21.944Z] #58 0.236 ++ mktemp -d [2020-01-29T16:45:21.944Z] #58 0.237 + export GOPATH=/tmp/tmp.Kts4zwwQzu [2020-01-29T16:45:21.944Z] #58 0.237 + GOPATH=/tmp/tmp.Kts4zwwQzu [2020-01-29T16:45:21.944Z] #58 0.237 + RM_GOPATH=1 [2020-01-29T16:45:21.944Z] #58 0.237 ++ dirname ./install.sh [2020-01-29T16:45:21.944Z] #58 0.237 + dir=. [2020-01-29T16:45:21.944Z] #58 0.237 + bin=runc [2020-01-29T16:45:21.944Z] #58 0.237 + shift [2020-01-29T16:45:21.944Z] #58 0.237 + '[' '!' -f ./runc.installer ']' [2020-01-29T16:45:21.944Z] #58 0.237 + . ./runc.installer [2020-01-29T16:45:21.944Z] #58 0.238 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-01-29T16:45:21.944Z] #58 0.238 + install_runc [2020-01-29T16:45:21.944Z] #58 0.238 + grep -q '^3\.10\.0.*\.el7\.' [2020-01-29T16:45:21.944Z] #58 0.238 + uname -r [2020-01-29T16:45:21.944Z] #58 0.239 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-01-29T16:45:21.944Z] #58 0.239 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-01-29T16:45:21.944Z] #58 0.239 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-01-29T16:45:21.944Z] #58 0.239 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Kts4zwwQzu/src/github.com/opencontainers/runc [2020-01-29T16:45:21.944Z] #58 0.242 Cloning into '/tmp/tmp.Kts4zwwQzu/src/github.com/opencontainers/runc'... [2020-01-29T16:45:22.024Z] #44 87.79 DEP criu/kerndat.d [2020-01-29T16:45:22.283Z] #44 87.99 DEP criu/kcmp-ids.d [2020-01-29T16:45:22.283Z] #44 88.06 DEP criu/irmap.d [2020-01-29T16:45:22.283Z] #44 88.20 DEP criu/ipc_ns.d [2020-01-29T16:45:22.726Z] #58 ... [2020-01-29T16:45:22.726Z] [2020-01-29T16:45:22.726Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:22.726Z] #48 66.16 vendor/golang.org/x/text/transform [2020-01-29T16:45:22.726Z] #48 66.85 vendor/golang.org/x/text/unicode/bidi [2020-01-29T16:45:22.726Z] #48 68.39 vendor/golang.org/x/text/secure/bidirule [2020-01-29T16:45:22.726Z] #48 68.72 vendor/golang.org/x/text/unicode/norm [2020-01-29T16:45:22.726Z] #48 72.23 vendor/golang.org/x/net/idna [2020-01-29T16:45:22.726Z] #48 73.79 vendor/golang.org/x/net/http2/hpack [2020-01-29T16:45:22.726Z] #48 74.44 mime [2020-01-29T16:45:22.726Z] #48 76.38 mime/quotedprintable [2020-01-29T16:45:22.726Z] #48 ... [2020-01-29T16:45:22.726Z] [2020-01-29T16:45:22.726Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:22.726Z] #45 43.24 DEP criu/protobuf-desc.d [2020-01-29T16:45:22.726Z] #45 43.30 DEP criu/proc_parse.d [2020-01-29T16:45:22.850Z] #44 88.40 DEP criu/image.d [2020-01-29T16:45:22.850Z] #44 88.56 DEP criu/image-desc.d [2020-01-29T16:45:23.135Z] #44 88.67 DEP criu/fsnotify.d [2020-01-29T16:45:23.135Z] #44 88.84 DEP criu/filesystems.d [2020-01-29T16:45:23.203Z] #45 43.48 DEP criu/plugin.d [2020-01-29T16:45:23.203Z] #45 43.56 DEP criu/pipes.d [2020-01-29T16:45:23.203Z] #45 43.65 DEP criu/pie-util.d [2020-01-29T16:45:23.410Z] #44 88.98 DEP criu/files.d [2020-01-29T16:45:23.410Z] #44 89.16 DEP criu/files-reg.d [2020-01-29T16:45:23.670Z] #44 89.38 DEP criu/files-ext.d [2020-01-29T16:45:23.670Z] #44 89.51 DEP criu/file-lock.d [2020-01-29T16:45:23.784Z] #45 43.81 DEP criu/pie-util-vdso.d [2020-01-29T16:45:23.784Z] #45 43.91 DEP criu/pie-util-vdso-elf32.d [2020-01-29T16:45:23.784Z] #45 44.18 DEP criu/path.d [2020-01-29T16:45:23.935Z] #44 89.77 DEP criu/file-ids.d [2020-01-29T16:45:24.196Z] #44 89.95 DEP criu/fifo.d [2020-01-29T16:45:24.305Z] #45 44.53 DEP criu/parasite-syscall.d [2020-01-29T16:45:24.305Z] #45 44.90 DEP criu/pagemap.d [2020-01-29T16:45:24.453Z] #44 90.18 DEP criu/fdstore.d [2020-01-29T16:45:24.453Z] #44 90.32 DEP criu/fault-injection.d [2020-01-29T16:45:24.672Z] #45 45.11 DEP criu/pagemap-cache.d [2020-01-29T16:45:24.672Z] #45 45.24 DEP criu/page-xfer.d [2020-01-29T16:45:24.672Z] #45 45.31 DEP criu/page-pipe.d [2020-01-29T16:45:24.710Z] #44 90.36 DEP criu/external.d [2020-01-29T16:45:24.710Z] #44 90.47 DEP criu/eventpoll.d [2020-01-29T16:45:24.967Z] #44 90.60 DEP criu/eventfd.d [2020-01-29T16:45:24.967Z] #44 90.75 DEP criu/crtools.d [2020-01-29T16:45:25.040Z] #45 45.37 DEP criu/netfilter.d [2020-01-29T16:45:25.040Z] #45 45.54 DEP criu/net.d [2020-01-29T16:45:25.040Z] #45 45.63 DEP criu/namespaces.d [2020-01-29T16:45:25.040Z] #45 45.72 DEP criu/mount.d [2020-01-29T16:45:25.225Z] #44 90.95 DEP criu/cr-service.d [2020-01-29T16:45:25.225Z] #44 ... [2020-01-29T16:45:25.225Z] [2020-01-29T16:45:25.225Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:25.225Z] #17 12.19 Reading package lists... [2020-01-29T16:45:25.225Z] #17 16.65 Reading package lists... [2020-01-29T16:45:25.225Z] #17 20.05 Building dependency tree... [2020-01-29T16:45:25.225Z] #17 21.74 libcap2-bin is already the newest version (1:2.25-2). [2020-01-29T16:45:25.225Z] #17 21.74 The following additional packages will be installed: [2020-01-29T16:45:25.225Z] #17 21.75 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-01-29T16:45:25.225Z] #17 21.75 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-01-29T16:45:25.225Z] #17 21.75 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-01-29T16:45:25.225Z] #17 21.76 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-01-29T16:45:25.225Z] #17 21.76 python3.7 python3.7-minimal vim-runtime xxd [2020-01-29T16:45:25.225Z] #17 21.76 Suggested packages: [2020-01-29T16:45:25.225Z] #17 21.76 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-01-29T16:45:25.225Z] #17 21.77 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-01-29T16:45:25.225Z] #17 21.77 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-01-29T16:45:25.225Z] #17 21.77 Recommended packages: [2020-01-29T16:45:25.225Z] #17 21.77 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-01-29T16:45:25.225Z] #17 21.77 python3-keyrings.alt python3-xdg unzip [2020-01-29T16:45:25.225Z] #17 23.86 The following NEW packages will be installed: [2020-01-29T16:45:25.225Z] #17 23.87 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-01-29T16:45:25.225Z] #17 23.87 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-01-29T16:45:25.225Z] #17 23.87 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-01-29T16:45:25.225Z] #17 23.87 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-01-29T16:45:25.225Z] #17 23.88 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-01-29T16:45:25.225Z] #17 23.88 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-01-29T16:45:25.225Z] #17 23.88 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-01-29T16:45:25.225Z] #17 23.88 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-01-29T16:45:25.225Z] #17 24.20 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:45:25.225Z] #17 24.20 Need to get 27.0 MB of archives. [2020-01-29T16:45:25.225Z] #17 24.20 After this operation, 111 MB of additional disk space will be used. [2020-01-29T16:45:25.225Z] #17 24.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-01-29T16:45:25.225Z] #17 24.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2 [588 kB] [2020-01-29T16:45:25.225Z] #17 24.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2 [1736 kB] [2020-01-29T16:45:25.225Z] #17 24.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-01-29T16:45:25.225Z] #17 24.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-01-29T16:45:25.225Z] #17 24.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2 [1732 kB] [2020-01-29T16:45:25.225Z] #17 24.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2 [330 kB] [2020-01-29T16:45:25.225Z] #17 24.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-01-29T16:45:25.225Z] #17 24.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-01-29T16:45:25.225Z] #17 24.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-01-29T16:45:25.225Z] #17 24.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-01-29T16:45:25.225Z] #17 24.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-01-29T16:45:25.225Z] #17 24.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-01-29T16:45:25.225Z] #17 24.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-01-29T16:45:25.225Z] #17 24.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-01-29T16:45:25.225Z] #17 24.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-01-29T16:45:25.225Z] #17 24.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-01-29T16:45:25.225Z] #17 24.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-01-29T16:45:25.225Z] #17 24.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-01-29T16:45:25.225Z] #17 24.61 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-01-29T16:45:25.225Z] #17 24.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-01-29T16:45:25.225Z] #17 24.65 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-01-29T16:45:25.225Z] #17 24.70 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-01-29T16:45:25.429Z] #45 45.85 DEP criu/mem.d [2020-01-29T16:45:25.429Z] #45 45.98 DEP criu/lsm.d [2020-01-29T16:45:25.429Z] #45 46.07 DEP criu/log.d [2020-01-29T16:45:25.489Z] #17 ... [2020-01-29T16:45:25.489Z] [2020-01-29T16:45:25.489Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:45:25.489Z] #30 DONE 164.9s [2020-01-29T16:45:25.489Z] [2020-01-29T16:45:25.489Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:25.489Z] #17 24.71 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-01-29T16:45:25.489Z] #17 24.72 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-01-29T16:45:25.489Z] #17 24.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-01-29T16:45:25.489Z] #17 24.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-01-29T16:45:25.489Z] #17 24.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-01-29T16:45:25.489Z] #17 24.75 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-01-29T16:45:25.489Z] #17 ... [2020-01-29T16:45:25.489Z] [2020-01-29T16:45:25.489Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:25.489Z] #44 91.17 DEP criu/cr-restore.d [2020-01-29T16:45:25.788Z] #45 46.19 DEP criu/libnetlink.d [2020-01-29T16:45:25.788Z] #45 46.29 DEP criu/kerndat.d [2020-01-29T16:45:25.788Z] #45 46.41 DEP criu/kcmp-ids.d [2020-01-29T16:45:26.056Z] #44 91.64 DEP criu/cr-errno.d [2020-01-29T16:45:26.056Z] #44 91.72 DEP criu/cr-dump.d [2020-01-29T16:45:26.159Z] #45 46.45 DEP criu/irmap.d [2020-01-29T16:45:26.159Z] #45 46.58 DEP criu/ipc_ns.d [2020-01-29T16:45:26.159Z] #45 46.70 DEP criu/image.d [2020-01-29T16:45:26.159Z] #45 46.81 DEP criu/image-desc.d [2020-01-29T16:45:26.315Z] #44 92.16 DEP criu/cr-dedup.d [2020-01-29T16:45:26.536Z] #45 46.89 DEP criu/fsnotify.d [2020-01-29T16:45:26.536Z] #45 47.11 DEP criu/filesystems.d [2020-01-29T16:45:26.573Z] #44 92.36 DEP criu/cr-check.d [2020-01-29T16:45:26.831Z] #44 92.55 DEP criu/config.d [2020-01-29T16:45:26.903Z] #45 47.26 DEP criu/files.d [2020-01-29T16:45:26.903Z] #45 47.41 DEP criu/files-reg.d [2020-01-29T16:45:26.903Z] #45 47.51 DEP criu/files-ext.d [2020-01-29T16:45:27.088Z] #44 92.70 DEP criu/clone-noasan.d [2020-01-29T16:45:27.088Z] #44 92.80 DEP criu/cgroup.d [2020-01-29T16:45:27.088Z] #44 92.89 DEP criu/cgroup-props.d [2020-01-29T16:45:27.088Z] #44 92.95 DEP criu/bitmap.d [2020-01-29T16:45:27.088Z] #44 92.96 DEP criu/bfd.d [2020-01-29T16:45:27.088Z] #44 93.01 DEP criu/autofs.d [2020-01-29T16:45:27.271Z] #45 47.58 DEP criu/file-lock.d [2020-01-29T16:45:27.271Z] #45 47.70 DEP criu/file-ids.d [2020-01-29T16:45:27.271Z] #45 47.78 DEP criu/fifo.d [2020-01-29T16:45:27.271Z] #45 47.86 DEP criu/fdstore.d [2020-01-29T16:45:27.271Z] #45 47.93 DEP criu/fault-injection.d [2020-01-29T16:45:27.641Z] #45 47.94 DEP criu/external.d [2020-01-29T16:45:27.641Z] #45 48.00 DEP criu/eventpoll.d [2020-01-29T16:45:27.641Z] #45 48.11 DEP criu/eventfd.d [2020-01-29T16:45:27.641Z] #45 48.19 DEP criu/crtools.d [2020-01-29T16:45:27.641Z] #45 48.28 DEP criu/cr-service.d [2020-01-29T16:45:27.653Z] #44 93.16 DEP criu/aio.d [2020-01-29T16:45:27.653Z] #44 93.32 DEP criu/action-scripts.d [2020-01-29T16:45:27.911Z] #44 93.59 CC criu/action-scripts.o [2020-01-29T16:45:28.020Z] #45 48.37 DEP criu/cr-restore.d [2020-01-29T16:45:28.020Z] #45 48.50 DEP criu/cr-errno.d [2020-01-29T16:45:28.020Z] #45 48.51 DEP criu/cr-dump.d [2020-01-29T16:45:28.020Z] #45 48.62 DEP criu/cr-dedup.d [2020-01-29T16:45:28.375Z] #45 48.71 DEP criu/cr-check.d [2020-01-29T16:45:28.375Z] #45 48.86 DEP criu/config.d [2020-01-29T16:45:28.375Z] #45 48.96 DEP criu/clone-noasan.d [2020-01-29T16:45:28.375Z] #45 48.99 DEP criu/cgroup.d [2020-01-29T16:45:28.478Z] #44 94.14 CC criu/aio.o [2020-01-29T16:45:28.764Z] #45 49.14 DEP criu/cgroup-props.d [2020-01-29T16:45:28.764Z] #45 ... [2020-01-29T16:45:28.764Z] [2020-01-29T16:45:28.764Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:45:28.764Z] #51 DONE 82.2s [2020-01-29T16:45:28.764Z] [2020-01-29T16:45:28.764Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:28.764Z] #45 49.27 DEP criu/bitmap.d [2020-01-29T16:45:28.764Z] #45 49.27 DEP criu/bfd.d [2020-01-29T16:45:28.764Z] #45 49.33 DEP criu/autofs.d [2020-01-29T16:45:28.764Z] #45 ... [2020-01-29T16:45:28.764Z] [2020-01-29T16:45:28.764Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:28.764Z] #58 5.602 + cd /tmp/tmp.Kts4zwwQzu/src/github.com/opencontainers/runc [2020-01-29T16:45:28.764Z] #58 5.602 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-01-29T16:45:28.764Z] #58 5.922 + '[' -z '' ']' [2020-01-29T16:45:28.764Z] #58 5.922 + target=static [2020-01-29T16:45:28.764Z] #58 5.922 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-01-29T16:45:28.764Z] #58 6.797 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-01-29T16:45:29.045Z] #44 94.76 CC criu/autofs.o [2020-01-29T16:45:30.031Z] #58 ... [2020-01-29T16:45:30.031Z] [2020-01-29T16:45:30.031Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:30.031Z] #45 49.48 DEP criu/aio.d [2020-01-29T16:45:30.031Z] #45 49.72 DEP criu/action-scripts.d [2020-01-29T16:45:30.031Z] #45 49.81 CC criu/action-scripts.o [2020-01-29T16:45:30.031Z] #45 49.93 CC criu/aio.o [2020-01-29T16:45:30.031Z] #45 50.01 CC criu/autofs.o [2020-01-29T16:45:30.405Z] #45 50.90 CC criu/bfd.o [2020-01-29T16:45:30.420Z] #44 96.15 CC criu/bfd.o [2020-01-29T16:45:30.788Z] #45 ... [2020-01-29T16:45:30.788Z] [2020-01-29T16:45:30.788Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:30.788Z] #18 0.426 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:45:30.788Z] #18 0.487 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:45:30.788Z] #18 0.593 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:45:30.788Z] #18 1.130 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7625 kB] [2020-01-29T16:45:30.788Z] #18 2.637 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [154 kB] [2020-01-29T16:45:30.788Z] #18 2.665 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [5784 B] [2020-01-29T16:45:30.788Z] #18 7.789 Fetched 8021 kB in 7s (1071 kB/s) [2020-01-29T16:45:30.788Z] #18 7.789 Reading package lists... [2020-01-29T16:45:30.788Z] #18 10.07 Reading package lists... [2020-01-29T16:45:30.788Z] #18 ... [2020-01-29T16:45:30.788Z] [2020-01-29T16:45:30.788Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:30.788Z] #45 51.29 CC criu/bitmap.o [2020-01-29T16:45:30.788Z] #45 51.40 CC criu/cgroup-props.o [2020-01-29T16:45:30.987Z] #44 96.75 CC criu/bitmap.o [2020-01-29T16:45:31.068Z] Removing intermediate container 7b8c4facb803 [2020-01-29T16:45:31.068Z] ---> c6ca8d7e5c39 [2020-01-29T16:45:31.068Z] Step 11/16 : ARG GOOS [2020-01-29T16:45:31.068Z] ---> Running in 4a51deddc1df [2020-01-29T16:45:31.068Z] Removing intermediate container 4a51deddc1df [2020-01-29T16:45:31.068Z] ---> fb0583bf2b36 [2020-01-29T16:45:31.068Z] Step 12/16 : ARG GOARCH [2020-01-29T16:45:31.068Z] ---> Running in b25a91c21e92 [2020-01-29T16:45:31.068Z] Removing intermediate container b25a91c21e92 [2020-01-29T16:45:31.068Z] ---> f8c8131477a5 [2020-01-29T16:45:31.068Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-01-29T16:45:31.068Z] ---> Running in 8e5c1d5e48aa [2020-01-29T16:45:31.245Z] #44 96.94 CC criu/cgroup-props.o [2020-01-29T16:45:31.613Z] #45 52.03 CC criu/cgroup.o [2020-01-29T16:45:31.812Z] #44 ... [2020-01-29T16:45:31.812Z] [2020-01-29T16:45:31.812Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:31.812Z] #17 25.35 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-01-29T16:45:31.812Z] #17 25.35 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-01-29T16:45:31.812Z] #17 25.36 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-01-29T16:45:31.812Z] #17 25.38 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-01-29T16:45:31.812Z] #17 25.38 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-01-29T16:45:31.812Z] #17 25.40 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-01-29T16:45:31.812Z] #17 25.51 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-01-29T16:45:31.812Z] #17 25.53 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-01-29T16:45:31.812Z] #17 25.54 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-01-29T16:45:31.812Z] #17 25.57 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-01-29T16:45:31.812Z] #17 25.59 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-01-29T16:45:31.812Z] #17 25.63 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-01-29T16:45:31.812Z] #17 25.63 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-01-29T16:45:31.812Z] #17 25.67 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-01-29T16:45:31.812Z] #17 26.08 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-01-29T16:45:31.812Z] #17 26.14 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-01-29T16:45:31.812Z] #17 26.19 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-01-29T16:45:31.812Z] #17 26.93 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:45:31.812Z] #17 27.06 Fetched 27.0 MB in 2s (11.9 MB/s) [2020-01-29T16:45:31.812Z] #17 27.12 Selecting previously unselected package pigz. [2020-01-29T16:45:31.812Z] #17 27.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23423 files and directories currently installed.) [2020-01-29T16:45:31.812Z] #17 27.17 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-01-29T16:45:31.812Z] #17 27.17 Unpacking pigz (2.4-1) ... [2020-01-29T16:45:31.812Z] #17 27.24 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-01-29T16:45:31.812Z] #17 27.25 Preparing to unpack .../libpython3.7-minimal_3.7.3-2_amd64.deb ... [2020-01-29T16:45:31.812Z] #17 27.25 Unpacking libpython3.7-minimal:amd64 (3.7.3-2) ... [2020-01-29T16:45:31.812Z] #17 27.64 Selecting previously unselected package python3.7-minimal. [2020-01-29T16:45:31.812Z] #17 27.64 Preparing to unpack .../python3.7-minimal_3.7.3-2_amd64.deb ... [2020-01-29T16:45:31.812Z] #17 27.65 Unpacking python3.7-minimal (3.7.3-2) ... [2020-01-29T16:45:31.812Z] #17 28.57 Setting up libpython3.7-minimal:amd64 (3.7.3-2) ... [2020-01-29T16:45:31.812Z] #17 28.59 Setting up python3.7-minimal (3.7.3-2) ... [2020-01-29T16:45:31.812Z] #17 30.82 Selecting previously unselected package python3-minimal. [2020-01-29T16:45:31.812Z] #17 30.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23672 files and directories currently installed.) [2020-01-29T16:45:31.812Z] #17 30.87 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-01-29T16:45:31.812Z] #17 30.88 Unpacking python3-minimal (3.7.3-1) ... [2020-01-29T16:45:31.812Z] #17 30.98 Selecting previously unselected package libmpdec2:amd64. [2020-01-29T16:45:31.812Z] #17 30.99 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-01-29T16:45:31.812Z] #17 31.01 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-01-29T16:45:31.812Z] #17 31.11 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-01-29T16:45:31.812Z] #17 31.13 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2_amd64.deb ... [2020-01-29T16:45:31.812Z] #17 31.14 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2) ... [2020-01-29T16:45:31.812Z] #17 ... [2020-01-29T16:45:31.812Z] [2020-01-29T16:45:31.812Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:31.812Z] #44 97.70 CC criu/cgroup.o [2020-01-29T16:45:33.331Z] #45 ... [2020-01-29T16:45:33.331Z] [2020-01-29T16:45:33.331Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:33.331Z] #48 76.62 net/http/internal [2020-01-29T16:45:33.331Z] #48 79.58 crypto/x509 [2020-01-29T16:45:33.331Z] #48 79.60 net/textproto [2020-01-29T16:45:33.331Z] #48 80.52 vendor/golang.org/x/net/http/httpguts [2020-01-29T16:45:33.331Z] #48 80.71 vendor/golang.org/x/net/http/httpproxy [2020-01-29T16:45:33.331Z] #48 81.09 mime/multipart [2020-01-29T16:45:33.331Z] #48 83.05 crypto/tls [2020-01-29T16:45:33.331Z] #48 ... [2020-01-29T16:45:33.331Z] [2020-01-29T16:45:33.331Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:33.331Z] #18 10.07 Reading package lists... [2020-01-29T16:45:33.331Z] #18 12.33 Building dependency tree... [2020-01-29T16:45:33.689Z] #18 12.92 libcap2-bin is already the newest version (1:2.25-2). [2020-01-29T16:45:33.689Z] #18 12.92 The following additional packages will be installed: [2020-01-29T16:45:33.689Z] #18 12.92 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-01-29T16:45:33.689Z] #18 12.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-01-29T16:45:33.689Z] #18 12.92 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-01-29T16:45:33.689Z] #18 12.92 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-01-29T16:45:33.689Z] #18 12.92 python3.7 python3.7-minimal vim-runtime xxd [2020-01-29T16:45:33.689Z] #18 12.93 Suggested packages: [2020-01-29T16:45:33.689Z] #18 12.94 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-01-29T16:45:33.689Z] #18 12.94 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-01-29T16:45:33.689Z] #18 12.94 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-01-29T16:45:33.689Z] #18 12.94 Recommended packages: [2020-01-29T16:45:33.689Z] #18 12.94 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-01-29T16:45:33.689Z] #18 12.94 python3-keyrings.alt python3-xdg unzip [2020-01-29T16:45:34.421Z] INFO [runner] Issues before processing: 2318, after processing: 0 [2020-01-29T16:45:34.421Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1709/1709, exclude-rules: 63/1612, nolint: 0/63, cgo: 1709/2318, autogenerated_exclude: 1612/1709, exclude: 1612/1612, path_prettifier: 1709/1709, skip_dirs: 1709/1709, identifier_marker: 1612/1612, filename_unadjuster: 1709/1709 [2020-01-29T16:45:34.421Z] INFO [runner] processing took 137.189627ms with stages: nolint: 53.449477ms, identifier_marker: 38.87848ms, path_prettifier: 20.35449ms, exclude-rules: 8.345881ms, autogenerated_exclude: 7.226943ms, skip_dirs: 5.318396ms, cgo: 2.04032ms, filename_unadjuster: 1.569353ms, max_same_issues: 2.091µs, diff: 736ns, uniq_by_line: 591ns, source_code: 539ns, max_from_linter: 501ns, max_per_file_from_linter: 493ns, path_shortener: 470ns, skip_files: 434ns, exclude: 432ns [2020-01-29T16:45:34.421Z] INFO [runner] linters took 1m36.781175729s with stages: goanalysis_metalinter: 1m18.686611007s, unused: 17.956623823s [2020-01-29T16:45:34.421Z] INFO File cache stats: 1446 entries of total size 6.8MiB [2020-01-29T16:45:34.421Z] INFO Memory: 1554 samples, avg is 250.3MB, max is 3030.1MB [2020-01-29T16:45:34.421Z] INFO Execution took 3m28.506095946s [Pipeline] } [2020-01-29T16:45:34.436Z] #44 100.2 CC criu/clone-noasan.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-01-29T16:45:34.701Z] #44 100.3 CC criu/config.o [2020-01-29T16:45:34.803Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/make.sh dynbinary-daemon test-docker-py [2020-01-29T16:45:34.973Z] #18 14.09 The following NEW packages will be installed: [2020-01-29T16:45:34.973Z] #18 14.11 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-01-29T16:45:34.973Z] #18 14.11 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-01-29T16:45:34.973Z] #18 14.11 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-01-29T16:45:34.973Z] #18 14.11 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-01-29T16:45:34.973Z] #18 14.11 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-01-29T16:45:34.973Z] #18 14.12 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-01-29T16:45:34.973Z] #18 14.12 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-01-29T16:45:34.973Z] #18 14.12 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-01-29T16:45:34.973Z] #18 14.19 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:45:34.973Z] #18 14.19 Need to get 26.3 MB of archives. [2020-01-29T16:45:34.973Z] #18 14.19 After this operation, 112 MB of additional disk space will be used. [2020-01-29T16:45:34.973Z] #18 14.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-01-29T16:45:34.973Z] #18 14.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2 [586 kB] [2020-01-29T16:45:34.973Z] #18 14.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2 [1590 kB] [2020-01-29T16:45:34.973Z] #18 14.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-01-29T16:45:34.973Z] #18 14.30 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-01-29T16:45:34.973Z] #18 14.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2 [1682 kB] [2020-01-29T16:45:34.973Z] #18 14.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2 [330 kB] [2020-01-29T16:45:34.973Z] #18 14.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-01-29T16:45:34.973Z] #18 14.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-01-29T16:45:34.973Z] #18 14.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-01-29T16:45:34.973Z] #18 14.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-01-29T16:45:34.973Z] #18 14.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-01-29T16:45:34.973Z] #18 14.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-01-29T16:45:34.973Z] #18 14.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-01-29T16:45:34.973Z] #18 14.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-01-29T16:45:34.973Z] #18 14.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-01-29T16:45:34.973Z] #18 14.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-01-29T16:45:35.368Z] [2020-01-29T16:45:35.374Z] #18 14.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-01-29T16:45:35.374Z] #18 14.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-01-29T16:45:35.374Z] #18 14.42 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-01-29T16:45:35.374Z] #18 14.42 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-01-29T16:45:35.374Z] #18 14.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-01-29T16:45:35.374Z] #18 14.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-01-29T16:45:35.374Z] #18 14.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-01-29T16:45:35.374Z] #18 14.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-01-29T16:45:35.374Z] #18 14.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-01-29T16:45:35.374Z] #18 14.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-01-29T16:45:35.374Z] #18 14.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-01-29T16:45:35.374Z] #18 14.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6 [8030 kB] [2020-01-29T16:45:35.374Z] #18 14.77 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-01-29T16:45:35.374Z] #18 14.77 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-01-29T16:45:35.374Z] #18 14.77 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-01-29T16:45:35.375Z] #18 14.78 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-01-29T16:45:35.375Z] #18 14.78 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-01-29T16:45:35.375Z] #18 14.79 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-01-29T16:45:35.626Z] Removing bundles/ [2020-01-29T16:45:35.626Z] [2020-01-29T16:45:35.626Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-01-29T16:45:35.626Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:45:35.626Z] GOOS="" GOARCH="" GOARM="" [2020-01-29T16:45:35.746Z] #18 14.86 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-01-29T16:45:35.746Z] #18 14.87 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-01-29T16:45:35.746Z] #18 14.89 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-01-29T16:45:35.746Z] #18 14.89 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-01-29T16:45:35.746Z] #18 14.91 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-01-29T16:45:35.746Z] #18 14.91 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-01-29T16:45:35.746Z] #18 14.91 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-01-29T16:45:35.746Z] #18 14.92 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-01-29T16:45:35.746Z] #18 15.15 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-01-29T16:45:36.076Z] #44 101.8 CC criu/cr-check.o [2020-01-29T16:45:36.126Z] #18 15.20 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-01-29T16:45:36.126Z] #18 15.24 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-01-29T16:45:36.502Z] #18 15.62 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:45:36.502Z] #18 15.67 Fetched 26.3 MB in 1s (24.3 MB/s) [2020-01-29T16:45:36.502Z] #18 15.70 Selecting previously unselected package pigz. [2020-01-29T16:45:36.502Z] #18 15.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23190 files and directories currently installed.) [2020-01-29T16:45:36.502Z] #18 15.73 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-01-29T16:45:36.502Z] #18 15.73 Unpacking pigz (2.4-1) ... [2020-01-29T16:45:36.502Z] #18 15.81 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-01-29T16:45:36.502Z] #18 15.81 Preparing to unpack .../libpython3.7-minimal_3.7.3-2_s390x.deb ... [2020-01-29T16:45:36.502Z] #18 15.81 Unpacking libpython3.7-minimal:s390x (3.7.3-2) ... [2020-01-29T16:45:36.876Z] #18 16.20 Selecting previously unselected package python3.7-minimal. [2020-01-29T16:45:36.876Z] #18 16.21 Preparing to unpack .../python3.7-minimal_3.7.3-2_s390x.deb ... [2020-01-29T16:45:36.876Z] #18 16.21 Unpacking python3.7-minimal (3.7.3-2) ... [2020-01-29T16:45:37.010Z] #44 ... [2020-01-29T16:45:37.010Z] [2020-01-29T16:45:37.010Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:37.010Z] #17 32.16 Selecting previously unselected package python3.7. [2020-01-29T16:45:37.010Z] #17 32.17 Preparing to unpack .../python3.7_3.7.3-2_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 32.18 Unpacking python3.7 (3.7.3-2) ... [2020-01-29T16:45:37.010Z] #17 32.28 Selecting previously unselected package libpython3-stdlib:amd64. [2020-01-29T16:45:37.010Z] #17 32.30 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 32.30 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-01-29T16:45:37.010Z] #17 32.39 Setting up python3-minimal (3.7.3-1) ... [2020-01-29T16:45:37.010Z] #17 33.33 Selecting previously unselected package python3. [2020-01-29T16:45:37.010Z] #17 33.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 ... 24084 files and directories currently installed.) [2020-01-29T16:45:37.010Z] #17 33.38 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.39 Unpacking python3 (3.7.3-1) ... [2020-01-29T16:45:37.010Z] #17 33.49 Selecting previously unselected package libip4tc0:amd64. [2020-01-29T16:45:37.010Z] #17 33.51 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.51 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-01-29T16:45:37.010Z] #17 33.60 Selecting previously unselected package libip6tc0:amd64. [2020-01-29T16:45:37.010Z] #17 33.60 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.61 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-01-29T16:45:37.010Z] #17 33.69 Selecting previously unselected package libiptc0:amd64. [2020-01-29T16:45:37.010Z] #17 33.70 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.71 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-01-29T16:45:37.010Z] #17 33.80 Selecting previously unselected package libnfnetlink0:amd64. [2020-01-29T16:45:37.010Z] #17 33.80 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.83 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-01-29T16:45:37.010Z] #17 33.90 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-01-29T16:45:37.010Z] #17 33.90 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.91 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-01-29T16:45:37.010Z] #17 33.99 Selecting previously unselected package libnftnl11:amd64. [2020-01-29T16:45:37.010Z] #17 33.99 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 33.99 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-01-29T16:45:37.010Z] #17 34.09 Selecting previously unselected package iptables. [2020-01-29T16:45:37.010Z] #17 34.09 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 34.10 Unpacking iptables (1.8.2-4) ... [2020-01-29T16:45:37.010Z] #17 34.52 Selecting previously unselected package xxd. [2020-01-29T16:45:37.010Z] #17 34.53 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-01-29T16:45:37.010Z] #17 34.53 Unpacking xxd (2:8.1.0875-5) ... [2020-01-29T16:45:37.010Z] #17 34.70 Selecting previously unselected package vim-common. [2020-01-29T16:45:37.010Z] #17 34.70 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:45:37.010Z] #17 34.73 Unpacking vim-common (2:8.1.0875-5) ... [2020-01-29T16:45:37.010Z] #17 34.92 Selecting previously unselected package bash-completion. [2020-01-29T16:45:37.010Z] #17 34.92 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-01-29T16:45:37.659Z] #18 16.80 Setting up libpython3.7-minimal:s390x (3.7.3-2) ... [2020-01-29T16:45:37.659Z] #18 16.82 Setting up python3.7-minimal (3.7.3-2) ... [2020-01-29T16:45:38.385Z] #17 37.72 Unpacking bash-completion (1:2.8-6) ... [2020-01-29T16:45:38.643Z] #17 38.10 Selecting previously unselected package bzip2. [2020-01-29T16:45:38.643Z] #17 38.11 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-01-29T16:45:38.643Z] #17 38.12 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-01-29T16:45:38.901Z] #17 38.22 Selecting previously unselected package xz-utils. [2020-01-29T16:45:38.901Z] #17 38.22 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-01-29T16:45:38.901Z] #17 38.24 Unpacking xz-utils (5.2.4-1) ... [2020-01-29T16:45:39.159Z] #17 38.43 Selecting previously unselected package apparmor. [2020-01-29T16:45:39.159Z] #17 38.43 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-01-29T16:45:39.159Z] #17 38.53 Unpacking apparmor (2.13.2-10) ... [2020-01-29T16:45:39.417Z] #17 38.85 Selecting previously unselected package aufs-tools. [2020-01-29T16:45:39.417Z] #17 38.86 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-01-29T16:45:39.417Z] #17 38.87 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-01-29T16:45:39.467Z] #18 18.62 Selecting previously unselected package python3-minimal. [2020-01-29T16:45:39.467Z] #18 18.62 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23439 files and directories currently installed.) [2020-01-29T16:45:39.467Z] #18 18.67 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-01-29T16:45:39.467Z] #18 18.67 Unpacking python3-minimal (3.7.3-1) ... [2020-01-29T16:45:39.467Z] #18 18.73 Selecting previously unselected package libmpdec2:s390x. [2020-01-29T16:45:39.467Z] #18 18.73 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-01-29T16:45:39.467Z] #18 18.74 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-01-29T16:45:39.467Z] #18 18.77 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-01-29T16:45:39.467Z] #18 18.77 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2_s390x.deb ... [2020-01-29T16:45:39.467Z] #18 18.77 Unpacking libpython3.7-stdlib:s390x (3.7.3-2) ... [2020-01-29T16:45:39.675Z] #17 39.02 Selecting previously unselected package libonig5:amd64. [2020-01-29T16:45:39.675Z] #17 39.03 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-01-29T16:45:39.675Z] #17 39.04 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-01-29T16:45:39.675Z] #17 39.21 Selecting previously unselected package libjq1:amd64. [2020-01-29T16:45:39.675Z] #17 39.23 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-01-29T16:45:39.933Z] #17 39.24 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-01-29T16:45:39.933Z] #17 39.35 Selecting previously unselected package jq. [2020-01-29T16:45:39.933Z] #17 39.39 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-01-29T16:45:39.933Z] #17 39.39 Unpacking jq (1.5+dfsg-2+b1) ... [2020-01-29T16:45:40.202Z] #17 39.52 Selecting previously unselected package libaio1:amd64. [2020-01-29T16:45:40.202Z] #17 39.52 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-01-29T16:45:40.202Z] #17 39.53 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-01-29T16:45:40.202Z] #17 39.60 Selecting previously unselected package libgpm2:amd64. [2020-01-29T16:45:40.202Z] #17 39.60 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-01-29T16:45:40.202Z] #17 39.60 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-01-29T16:45:40.202Z] #17 39.67 Selecting previously unselected package libicu63:amd64. [2020-01-29T16:45:40.202Z] #17 39.68 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-01-29T16:45:40.202Z] #17 39.69 Unpacking libicu63:amd64 (63.1-6) ... [2020-01-29T16:45:40.398Z] #18 19.57 Selecting previously unselected package python3.7. [2020-01-29T16:45:40.398Z] #18 19.58 Preparing to unpack .../python3.7_3.7.3-2_s390x.deb ... [2020-01-29T16:45:40.398Z] #18 19.58 Unpacking python3.7 (3.7.3-2) ... [2020-01-29T16:45:40.398Z] #18 19.72 Selecting previously unselected package libpython3-stdlib:s390x. [2020-01-29T16:45:40.398Z] #18 19.72 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-01-29T16:45:40.398Z] #18 19.72 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-01-29T16:45:40.398Z] #18 19.85 Setting up python3-minimal (3.7.3-1) ... [2020-01-29T16:45:41.842Z] #18 20.93 Selecting previously unselected package python3. [2020-01-29T16:45:41.842Z] #18 20.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23851 files and directories currently installed.) [2020-01-29T16:45:41.842Z] #18 20.95 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-01-29T16:45:41.842Z] #18 20.95 Unpacking python3 (3.7.3-1) ... [2020-01-29T16:45:41.842Z] #18 21.02 Selecting previously unselected package libip4tc0:s390x. [2020-01-29T16:45:41.842Z] #18 21.02 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-01-29T16:45:41.842Z] #18 21.03 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-01-29T16:45:41.842Z] #18 21.06 Selecting previously unselected package libip6tc0:s390x. [2020-01-29T16:45:41.842Z] #18 21.06 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-01-29T16:45:41.842Z] #18 21.06 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-01-29T16:45:41.842Z] #18 21.11 Selecting previously unselected package libiptc0:s390x. [2020-01-29T16:45:41.842Z] #18 21.11 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-01-29T16:45:41.843Z] #18 21.11 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-01-29T16:45:41.843Z] #18 21.15 Selecting previously unselected package libnfnetlink0:s390x. [2020-01-29T16:45:41.843Z] #18 21.15 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-01-29T16:45:41.843Z] #18 21.16 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-01-29T16:45:41.843Z] #18 21.19 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-01-29T16:45:41.843Z] #18 21.19 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-01-29T16:45:41.843Z] #18 21.19 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-01-29T16:45:41.843Z] #18 21.23 Selecting previously unselected package libnftnl11:s390x. [2020-01-29T16:45:41.843Z] #18 21.24 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-01-29T16:45:41.843Z] #18 21.24 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-01-29T16:45:42.212Z] #18 21.29 Selecting previously unselected package iptables. [2020-01-29T16:45:42.212Z] #18 21.30 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-01-29T16:45:42.212Z] #18 21.30 Unpacking iptables (1.8.2-4) ... [2020-01-29T16:45:42.212Z] #18 21.57 Selecting previously unselected package xxd. [2020-01-29T16:45:42.212Z] #18 21.58 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-01-29T16:45:42.212Z] #18 21.58 Unpacking xxd (2:8.1.0875-5) ... [2020-01-29T16:45:42.212Z] #18 21.67 Selecting previously unselected package vim-common. [2020-01-29T16:45:42.212Z] #18 21.67 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:45:42.212Z] #18 21.69 Unpacking vim-common (2:8.1.0875-5) ... [2020-01-29T16:45:42.583Z] #18 21.83 Selecting previously unselected package bash-completion. [2020-01-29T16:45:42.584Z] #18 21.84 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-01-29T16:45:43.843Z] #18 ... [2020-01-29T16:45:43.843Z] [2020-01-29T16:45:43.843Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:43.843Z] #45 54.45 CC criu/clone-noasan.o [2020-01-29T16:45:43.843Z] #45 54.52 CC criu/config.o [2020-01-29T16:45:43.843Z] #45 55.32 CC criu/cr-check.o [2020-01-29T16:45:43.843Z] #45 56.20 CC criu/cr-dedup.o [2020-01-29T16:45:43.843Z] #45 56.52 CC criu/cr-dump.o [2020-01-29T16:45:43.843Z] #45 58.01 CC criu/cr-errno.o [2020-01-29T16:45:43.843Z] #45 58.05 CC criu/cr-restore.o [2020-01-29T16:45:43.843Z] #45 60.45 CC criu/cr-service.o [2020-01-29T16:45:43.843Z] #45 61.98 CC criu/crtools.o [2020-01-29T16:45:43.843Z] #45 62.40 CC criu/eventfd.o [2020-01-29T16:45:43.843Z] #45 62.70 CC criu/eventpoll.o [2020-01-29T16:45:43.843Z] #45 63.40 CC criu/external.o [2020-01-29T16:45:43.843Z] #45 63.75 CC criu/fault-injection.o [2020-01-29T16:45:43.843Z] #45 63.83 CC criu/fdstore.o [2020-01-29T16:45:43.843Z] #45 64.08 CC criu/fifo.o [2020-01-29T16:45:43.843Z] #45 64.38 CC criu/file-ids.o [2020-01-29T16:45:44.196Z] #45 64.67 CC criu/file-lock.o [2020-01-29T16:45:44.390Z] #17 43.42 Selecting previously unselected package libnet1:amd64. [2020-01-29T16:45:44.391Z] #17 43.43 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-01-29T16:45:44.391Z] #17 43.43 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-01-29T16:45:44.391Z] #17 43.52 Selecting previously unselected package libnl-3-200:amd64. [2020-01-29T16:45:44.391Z] #17 43.53 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-01-29T16:45:44.391Z] #17 43.54 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-01-29T16:45:44.391Z] #17 43.60 Selecting previously unselected package libprotobuf-c1:amd64. [2020-01-29T16:45:44.391Z] #17 43.62 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-01-29T16:45:44.391Z] #17 43.62 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-01-29T16:45:44.391Z] #17 43.68 Selecting previously unselected package libreadline5:amd64. [2020-01-29T16:45:44.391Z] #17 43.68 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-01-29T16:45:44.391Z] #17 43.69 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-01-29T16:45:44.391Z] #17 43.79 Selecting previously unselected package net-tools. [2020-01-29T16:45:44.391Z] #17 43.81 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-01-29T16:45:44.391Z] #17 43.82 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-01-29T16:45:44.571Z] #45 ... [2020-01-29T16:45:44.571Z] [2020-01-29T16:45:44.571Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:44.571Z] #18 23.61 Unpacking bash-completion (1:2.8-6) ... [2020-01-29T16:45:44.571Z] #18 23.95 Selecting previously unselected package bzip2. [2020-01-29T16:45:44.571Z] #18 23.95 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-01-29T16:45:44.571Z] #18 23.95 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-01-29T16:45:44.571Z] #18 24.01 Selecting previously unselected package xz-utils. [2020-01-29T16:45:44.571Z] #18 24.01 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-01-29T16:45:44.571Z] #18 ... [2020-01-29T16:45:44.571Z] [2020-01-29T16:45:44.571Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:44.571Z] #48 88.14 net/http/httptrace [2020-01-29T16:45:44.571Z] #48 88.32 net/http [2020-01-29T16:45:44.571Z] #48 97.41 github.com/LK4D4/vndr/godl [2020-01-29T16:45:44.571Z] #48 98.09 github.com/LK4D4/vndr [2020-01-29T16:45:44.648Z] #17 44.01 Selecting previously unselected package python-pip-whl. [2020-01-29T16:45:44.648Z] #17 44.03 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-01-29T16:45:44.648Z] #17 44.04 Unpacking python-pip-whl (18.1-5) ... [2020-01-29T16:45:44.943Z] #48 ... [2020-01-29T16:45:44.943Z] [2020-01-29T16:45:44.943Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:44.943Z] #45 65.42 CC criu/files-ext.o [2020-01-29T16:45:45.213Z] #17 44.66 Selecting previously unselected package python3-lib2to3. [2020-01-29T16:45:45.213Z] #17 44.66 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-01-29T16:45:45.213Z] #17 44.67 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-01-29T16:45:45.314Z] #45 65.65 CC criu/files-reg.o [2020-01-29T16:45:45.471Z] #17 44.78 Selecting previously unselected package python3-distutils. [2020-01-29T16:45:45.471Z] #17 44.79 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-01-29T16:45:45.471Z] #17 44.80 Unpacking python3-distutils (3.7.3-1) ... [2020-01-29T16:45:45.471Z] #17 44.97 Selecting previously unselected package python3-pip. [2020-01-29T16:45:45.471Z] #17 44.98 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-01-29T16:45:45.471Z] #17 44.98 Unpacking python3-pip (18.1-5) ... [2020-01-29T16:45:45.729Z] #17 45.12 Selecting previously unselected package python3-pkg-resources. [2020-01-29T16:45:45.729Z] #17 45.13 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-01-29T16:45:45.729Z] #17 45.15 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-01-29T16:45:45.729Z] #17 45.30 Selecting previously unselected package python3-setuptools. [2020-01-29T16:45:45.987Z] #17 45.31 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-01-29T16:45:45.987Z] #17 45.32 Unpacking python3-setuptools (40.8.0-1) ... [2020-01-29T16:45:46.244Z] #17 45.57 Selecting previously unselected package python3-wheel. [2020-01-29T16:45:46.244Z] #17 45.57 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-01-29T16:45:46.244Z] #17 45.58 Unpacking python3-wheel (0.32.3-2) ... [2020-01-29T16:45:46.244Z] #17 45.66 Selecting previously unselected package thin-provisioning-tools. [2020-01-29T16:45:46.244Z] #17 45.66 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-01-29T16:45:46.244Z] #17 45.67 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-01-29T16:45:46.576Z] #45 67.21 CC criu/files.o [2020-01-29T16:45:46.810Z] #17 45.98 Selecting previously unselected package vim-runtime. [2020-01-29T16:45:46.810Z] #17 45.98 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:45:46.810Z] #17 46.02 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-01-29T16:45:46.810Z] #17 46.04 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-01-29T16:45:46.810Z] #17 46.05 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-01-29T16:45:47.745Z] #17 ... [2020-01-29T16:45:47.745Z] [2020-01-29T16:45:47.745Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:47.745Z] #44 103.4 CC criu/cr-dedup.o [2020-01-29T16:45:47.745Z] #44 103.8 CC criu/cr-dump.o [2020-01-29T16:45:47.745Z] #44 106.1 CC criu/cr-errno.o [2020-01-29T16:45:47.745Z] #44 106.1 CC criu/cr-restore.o [2020-01-29T16:45:47.745Z] #44 110.5 CC criu/cr-service.o [2020-01-29T16:45:47.745Z] #44 112.1 CC criu/crtools.o [2020-01-29T16:45:47.745Z] #44 112.8 CC criu/eventfd.o [2020-01-29T16:45:47.745Z] #44 113.1 CC criu/eventpoll.o [2020-01-29T16:45:48.312Z] #44 114.0 CC criu/external.o [2020-01-29T16:45:48.411Z] #45 68.89 CC criu/filesystems.o [2020-01-29T16:45:48.570Z] #44 114.3 CC criu/fault-injection.o [2020-01-29T16:45:48.828Z] #44 114.4 CC criu/fdstore.o [2020-01-29T16:45:49.086Z] #44 114.8 CC criu/fifo.o [2020-01-29T16:45:49.239Z] #45 69.47 CC criu/fsnotify.o [2020-01-29T16:45:49.343Z] #44 115.2 CC criu/file-ids.o [2020-01-29T16:45:49.910Z] #44 115.6 CC criu/file-lock.o [2020-01-29T16:45:49.910Z] #44 ... [2020-01-29T16:45:49.910Z] [2020-01-29T16:45:49.910Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:49.910Z] #17 49.32 Selecting previously unselected package vim. [2020-01-29T16:45:49.910Z] #17 49.32 Preparing to unpack .../35-vim_2%3a8.1.0875-5_amd64.deb ... [2020-01-29T16:45:49.910Z] #17 49.34 Unpacking vim (2:8.1.0875-5) ... [2020-01-29T16:45:50.245Z] #45 70.59 CC criu/image-desc.o [2020-01-29T16:45:50.245Z] #45 70.76 CC criu/image.o [2020-01-29T16:45:50.476Z] #17 49.93 Selecting previously unselected package xfsprogs. [2020-01-29T16:45:50.476Z] #17 49.93 Preparing to unpack .../36-xfsprogs_4.20.0-1_amd64.deb ... [2020-01-29T16:45:50.476Z] #17 49.93 Unpacking xfsprogs (4.20.0-1) ... [2020-01-29T16:45:50.690Z] #45 ... [2020-01-29T16:45:50.691Z] [2020-01-29T16:45:50.691Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:50.691Z] #18 24.02 Unpacking xz-utils (5.2.4-1) ... [2020-01-29T16:45:50.691Z] #18 24.17 Selecting previously unselected package apparmor. [2020-01-29T16:45:50.691Z] #18 24.17 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.22 Unpacking apparmor (2.13.2-10) ... [2020-01-29T16:45:50.691Z] #18 24.57 Selecting previously unselected package aufs-tools. [2020-01-29T16:45:50.691Z] #18 24.58 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.58 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-01-29T16:45:50.691Z] #18 24.64 Selecting previously unselected package libonig5:s390x. [2020-01-29T16:45:50.691Z] #18 24.65 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.65 Unpacking libonig5:s390x (6.9.1-1) ... [2020-01-29T16:45:50.691Z] #18 24.74 Selecting previously unselected package libjq1:s390x. [2020-01-29T16:45:50.691Z] #18 24.74 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.74 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-01-29T16:45:50.691Z] #18 24.82 Selecting previously unselected package jq. [2020-01-29T16:45:50.691Z] #18 24.82 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.83 Unpacking jq (1.5+dfsg-2+b1) ... [2020-01-29T16:45:50.691Z] #18 24.89 Selecting previously unselected package libaio1:s390x. [2020-01-29T16:45:50.691Z] #18 24.89 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.90 Unpacking libaio1:s390x (0.3.112-3) ... [2020-01-29T16:45:50.691Z] #18 24.92 Selecting previously unselected package libgpm2:s390x. [2020-01-29T16:45:50.691Z] #18 24.92 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.92 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-01-29T16:45:50.691Z] #18 24.94 Selecting previously unselected package libicu63:s390x. [2020-01-29T16:45:50.691Z] #18 24.94 Preparing to unpack .../20-libicu63_63.1-6_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 24.95 Unpacking libicu63:s390x (63.1-6) ... [2020-01-29T16:45:50.691Z] #18 27.76 Selecting previously unselected package libnet1:s390x. [2020-01-29T16:45:50.691Z] #18 27.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 27.77 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-01-29T16:45:50.691Z] #18 27.85 Selecting previously unselected package libnl-3-200:s390x. [2020-01-29T16:45:50.691Z] #18 27.86 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 27.86 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-01-29T16:45:50.691Z] #18 27.95 Selecting previously unselected package libprotobuf-c1:s390x. [2020-01-29T16:45:50.691Z] #18 27.95 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 27.95 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-01-29T16:45:50.691Z] #18 27.99 Selecting previously unselected package libreadline5:s390x. [2020-01-29T16:45:50.691Z] #18 27.99 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 28.02 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-01-29T16:45:50.691Z] #18 28.10 Selecting previously unselected package net-tools. [2020-01-29T16:45:50.691Z] #18 28.10 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 28.10 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-01-29T16:45:50.691Z] #18 28.22 Selecting previously unselected package python-pip-whl. [2020-01-29T16:45:50.691Z] #18 28.24 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-01-29T16:45:50.691Z] #18 28.24 Unpacking python-pip-whl (18.1-5) ... [2020-01-29T16:45:50.691Z] #18 28.74 Selecting previously unselected package python3-lib2to3. [2020-01-29T16:45:50.691Z] #18 28.75 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-01-29T16:45:50.691Z] #18 28.75 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-01-29T16:45:50.691Z] #18 28.85 Selecting previously unselected package python3-distutils. [2020-01-29T16:45:50.691Z] #18 28.86 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-01-29T16:45:50.691Z] #18 28.86 Unpacking python3-distutils (3.7.3-1) ... [2020-01-29T16:45:50.691Z] #18 29.04 Selecting previously unselected package python3-pip. [2020-01-29T16:45:50.691Z] #18 29.04 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-01-29T16:45:50.691Z] #18 29.05 Unpacking python3-pip (18.1-5) ... [2020-01-29T16:45:50.691Z] #18 29.28 Selecting previously unselected package python3-pkg-resources. [2020-01-29T16:45:50.691Z] #18 29.28 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-01-29T16:45:50.691Z] #18 29.28 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-01-29T16:45:50.691Z] #18 29.43 Selecting previously unselected package python3-setuptools. [2020-01-29T16:45:50.691Z] #18 29.43 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-01-29T16:45:50.691Z] #18 29.43 Unpacking python3-setuptools (40.8.0-1) ... [2020-01-29T16:45:50.691Z] #18 29.77 Selecting previously unselected package python3-wheel. [2020-01-29T16:45:50.691Z] #18 29.78 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-01-29T16:45:50.691Z] #18 29.78 Unpacking python3-wheel (0.32.3-2) ... [2020-01-29T16:45:50.691Z] #18 29.91 Selecting previously unselected package thin-provisioning-tools. [2020-01-29T16:45:50.691Z] #18 29.92 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-01-29T16:45:50.691Z] #18 29.92 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-01-29T16:45:51.042Z] #17 50.43 Selecting previously unselected package zip. [2020-01-29T16:45:51.042Z] #17 50.45 Preparing to unpack .../37-zip_3.0-11+b1_amd64.deb ... [2020-01-29T16:45:51.042Z] #17 50.46 Unpacking zip (3.0-11+b1) ... [2020-01-29T16:45:51.066Z] #18 30.26 Selecting previously unselected package vim-runtime. [2020-01-29T16:45:51.066Z] #18 30.27 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:45:51.066Z] #18 30.27 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-01-29T16:45:51.066Z] #18 30.31 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-01-29T16:45:51.066Z] #18 30.31 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-01-29T16:45:51.300Z] #17 50.67 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-01-29T16:45:51.300Z] #17 50.71 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-01-29T16:45:51.300Z] #17 50.73 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-01-29T16:45:51.300Z] #17 50.75 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-01-29T16:45:51.300Z] #17 50.76 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-01-29T16:45:51.300Z] #17 50.77 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-01-29T16:45:51.300Z] #17 50.79 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-01-29T16:45:51.300Z] #17 50.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-01-29T16:45:51.300Z] #17 50.81 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-01-29T16:45:51.300Z] #17 50.83 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-01-29T16:45:51.300Z] #17 50.84 Setting up libicu63:amd64 (63.1-6) ... [2020-01-29T16:45:51.300Z] #17 50.85 Setting up xxd (2:8.1.0875-5) ... [2020-01-29T16:45:51.434Z] #18 ... [2020-01-29T16:45:51.434Z] [2020-01-29T16:45:51.434Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:51.434Z] #45 71.83 CC criu/ipc_ns.o [2020-01-29T16:45:51.558Z] #17 50.87 Setting up zip (3.0-11+b1) ... [2020-01-29T16:45:51.558Z] #17 50.88 Setting up vim-common (2:8.1.0875-5) ... [2020-01-29T16:45:51.558Z] #17 50.92 Setting up bash-completion (1:2.8-6) ... [2020-01-29T16:45:51.813Z] #45 ... [2020-01-29T16:45:51.813Z] [2020-01-29T16:45:51.813Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:45:51.813Z] #48 DONE 105.2s [2020-01-29T16:45:51.813Z] [2020-01-29T16:45:51.814Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:45:52.593Z] #31 ... [2020-01-29T16:45:52.593Z] [2020-01-29T16:45:52.593Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:45:52.593Z] #45 73.05 CC criu/irmap.o [2020-01-29T16:45:52.957Z] #45 73.39 CC criu/kcmp-ids.o [2020-01-29T16:45:52.957Z] #45 73.60 CC criu/kerndat.o [2020-01-29T16:45:53.738Z] #45 74.36 CC criu/libnetlink.o [2020-01-29T16:45:54.087Z] #17 53.63 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-01-29T16:45:54.087Z] #17 53.64 Setting up xz-utils (5.2.4-1) ... [2020-01-29T16:45:54.088Z] #17 53.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-01-29T16:45:54.088Z] #17 53.68 Setting up pigz (2.4-1) ... [2020-01-29T16:45:54.118Z] #45 74.63 CC criu/log.o [2020-01-29T16:45:54.346Z] #17 53.69 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-01-29T16:45:54.346Z] #17 53.70 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-01-29T16:45:54.346Z] #17 53.73 Setting up python-pip-whl (18.1-5) ... [2020-01-29T16:45:54.346Z] #17 53.74 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-01-29T16:45:54.346Z] #17 53.76 Setting up vim-runtime (2:8.1.0875-5) ... [2020-01-29T16:45:54.478Z] #45 74.90 CC criu/lsm.o [2020-01-29T16:45:54.478Z] #45 75.12 CC criu/mem.o [2020-01-29T16:45:54.911Z] #17 54.22 Setting up libaio1:amd64 (0.3.112-3) ... [2020-01-29T16:45:54.912Z] #17 54.23 Setting up libonig5:amd64 (6.9.1-1) ... [2020-01-29T16:45:54.912Z] #17 54.25 Setting up libpython3.7-stdlib:amd64 (3.7.3-2) ... [2020-01-29T16:45:54.912Z] #17 54.28 Setting up vim (2:8.1.0875-5) ... [2020-01-29T16:45:54.912Z] #17 54.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-01-29T16:45:54.912Z] #17 54.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-01-29T16:45:54.912Z] #17 54.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-01-29T16:45:54.912Z] #17 54.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-01-29T16:45:54.912Z] #17 54.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-01-29T16:45:54.912Z] #17 54.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-01-29T16:45:54.912Z] #17 54.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-01-29T16:45:54.912Z] #17 54.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-01-29T16:45:54.912Z] #17 54.35 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-01-29T16:45:54.912Z] #17 54.36 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-01-29T16:45:54.912Z] #17 54.38 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-01-29T16:45:54.912Z] #17 54.39 Setting up jq (1.5+dfsg-2+b1) ... [2020-01-29T16:45:54.912Z] #17 54.41 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-01-29T16:45:54.912Z] #17 54.42 Setting up python3.7 (3.7.3-2) ... [2020-01-29T16:45:55.736Z] #45 ... [2020-01-29T16:45:55.736Z] [2020-01-29T16:45:55.736Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:45:55.736Z] #31 DONE 109.2s [2020-01-29T16:45:55.736Z] [2020-01-29T16:45:55.736Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:45:55.736Z] #18 33.11 Selecting previously unselected package vim. [2020-01-29T16:45:55.736Z] #18 33.11 Preparing to unpack .../35-vim_2%3a8.1.0875-5_s390x.deb ... [2020-01-29T16:45:55.736Z] #18 33.12 Unpacking vim (2:8.1.0875-5) ... [2020-01-29T16:45:55.736Z] #18 33.44 Selecting previously unselected package xfsprogs. [2020-01-29T16:45:55.736Z] #18 33.45 Preparing to unpack .../36-xfsprogs_4.20.0-1_s390x.deb ... [2020-01-29T16:45:55.736Z] #18 33.45 Unpacking xfsprogs (4.20.0-1) ... [2020-01-29T16:45:55.736Z] #18 33.79 Selecting previously unselected package zip. [2020-01-29T16:45:55.736Z] #18 33.79 Preparing to unpack .../37-zip_3.0-11+b1_s390x.deb ... [2020-01-29T16:45:55.736Z] #18 33.79 Unpacking zip (3.0-11+b1) ... [2020-01-29T16:45:55.736Z] #18 33.89 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-01-29T16:45:55.736Z] #18 33.90 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-01-29T16:45:55.736Z] #18 33.90 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-01-29T16:45:55.736Z] #18 33.91 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-01-29T16:45:55.736Z] #18 33.92 Setting up libgpm2:s390x (1.20.7-5) ... [2020-01-29T16:45:55.736Z] #18 33.92 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-01-29T16:45:55.736Z] #18 33.94 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-01-29T16:45:55.736Z] #18 33.94 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-01-29T16:45:55.736Z] #18 33.95 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-01-29T16:45:55.736Z] #18 33.96 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-01-29T16:45:55.736Z] #18 33.99 Setting up libicu63:s390x (63.1-6) ... [2020-01-29T16:45:55.736Z] #18 34.00 Setting up xxd (2:8.1.0875-5) ... [2020-01-29T16:45:55.736Z] #18 34.01 Setting up zip (3.0-11+b1) ... [2020-01-29T16:45:55.736Z] #18 34.02 Setting up vim-common (2:8.1.0875-5) ... [2020-01-29T16:45:55.736Z] #18 34.03 Setting up bash-completion (1:2.8-6) ... [2020-01-29T16:45:56.539Z] #18 35.76 Setting up libiptc0:s390x (1.8.2-4) ... [2020-01-29T16:45:56.539Z] #18 35.77 Setting up xz-utils (5.2.4-1) ... [2020-01-29T16:45:56.539Z] #18 35.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-01-29T16:45:56.539Z] #18 35.78 Setting up pigz (2.4-1) ... [2020-01-29T16:45:56.539Z] #18 35.79 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-01-29T16:45:56.539Z] #18 35.80 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-01-29T16:45:56.539Z] #18 35.81 Setting up python-pip-whl (18.1-5) ... [2020-01-29T16:45:56.539Z] #18 35.81 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-01-29T16:45:56.539Z] #18 35.82 Setting up vim-runtime (2:8.1.0875-5) ... [2020-01-29T16:45:56.539Z] #18 36.00 Setting up libaio1:s390x (0.3.112-3) ... [2020-01-29T16:45:56.539Z] #18 36.01 Setting up libonig5:s390x (6.9.1-1) ... [2020-01-29T16:45:56.918Z] #18 36.01 Setting up libpython3.7-stdlib:s390x (3.7.3-2) ... [2020-01-29T16:45:56.918Z] #18 36.04 Setting up vim (2:8.1.0875-5) ... [2020-01-29T16:45:56.918Z] #18 36.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-01-29T16:45:56.918Z] #18 36.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-01-29T16:45:56.918Z] #18 36.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-01-29T16:45:56.918Z] #18 36.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-01-29T16:45:56.918Z] #18 36.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-01-29T16:45:56.918Z] #18 36.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-01-29T16:45:56.918Z] #18 36.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-01-29T16:45:56.918Z] #18 36.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-01-29T16:45:56.918Z] #18 36.09 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-01-29T16:45:56.918Z] #18 36.10 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-01-29T16:45:56.918Z] #18 36.11 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-01-29T16:45:56.918Z] #18 36.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-01-29T16:45:56.918Z] #18 36.12 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-01-29T16:45:56.918Z] #18 36.13 Setting up python3.7 (3.7.3-2) ... [2020-01-29T16:45:58.196Z] #17 57.64 Setting up iptables (1.8.2-4) ... [2020-01-29T16:45:58.196Z] #17 57.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-01-29T16:45:58.196Z] #17 57.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-01-29T16:45:58.196Z] #17 57.67 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-01-29T16:45:58.196Z] #17 57.68 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-01-29T16:45:58.196Z] #17 57.68 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-01-29T16:45:58.196Z] #17 57.69 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-01-29T16:45:58.196Z] #17 57.70 Setting up python3 (3.7.3-1) ... [2020-01-29T16:45:58.764Z] #17 58.13 Setting up python3-wheel (0.32.3-2) ... [2020-01-29T16:45:59.145Z] #18 38.42 Setting up iptables (1.8.2-4) ... [2020-01-29T16:45:59.145Z] #18 38.43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-01-29T16:45:59.145Z] #18 38.43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-01-29T16:45:59.145Z] #18 38.43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-01-29T16:45:59.145Z] #18 38.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-01-29T16:45:59.145Z] #18 38.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-01-29T16:45:59.145Z] #18 38.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-01-29T16:45:59.145Z] #18 38.45 Setting up python3 (3.7.3-1) ... [2020-01-29T16:45:59.330Z] #17 58.77 Setting up apparmor (2.13.2-10) ... [2020-01-29T16:45:59.513Z] #18 38.74 Setting up python3-wheel (0.32.3-2) ... [2020-01-29T16:45:59.588Z] #17 ... [2020-01-29T16:45:59.588Z] [2020-01-29T16:45:59.588Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:45:59.846Z] #41 199.3 + dpkg --print-architecture [2020-01-29T16:45:59.846Z] #41 199.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-01-29T16:45:59.886Z] #18 39.10 Setting up apparmor (2.13.2-10) ... [2020-01-29T16:46:00.104Z] #41 199.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-01-29T16:46:00.104Z] #41 199.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-01-29T16:46:01.039Z] #41 ... [2020-01-29T16:46:01.039Z] [2020-01-29T16:46:01.039Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:01.039Z] #44 116.6 CC criu/files-ext.o [2020-01-29T16:46:01.039Z] #44 117.0 CC criu/files-reg.o [2020-01-29T16:46:01.039Z] #44 119.0 CC criu/files.o [2020-01-29T16:46:01.039Z] #44 121.4 CC criu/filesystems.o [2020-01-29T16:46:01.039Z] #44 122.1 CC criu/fsnotify.o [2020-01-29T16:46:01.039Z] #44 123.4 CC criu/image-desc.o [2020-01-29T16:46:01.039Z] #44 123.6 CC criu/image.o [2020-01-29T16:46:01.039Z] #44 124.5 CC criu/ipc_ns.o [2020-01-29T16:46:01.039Z] #44 125.7 CC criu/irmap.o [2020-01-29T16:46:01.039Z] #44 126.3 CC criu/kcmp-ids.o [2020-01-29T16:46:01.039Z] #44 126.8 CC criu/kerndat.o [2020-01-29T16:46:01.039Z] #44 ... [2020-01-29T16:46:01.039Z] [2020-01-29T16:46:01.039Z] #17 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:46:01.039Z] #17 60.39 Setting up xfsprogs (4.20.0-1) ... [2020-01-29T16:46:01.039Z] #17 60.40 Setting up python3-lib2to3 (3.7.3-1) ... [2020-01-29T16:46:01.126Z] #18 40.19 Setting up xfsprogs (4.20.0-1) ... [2020-01-29T16:46:01.127Z] #18 40.20 Setting up python3-lib2to3 (3.7.3-1) ... [2020-01-29T16:46:01.127Z] #18 40.46 Setting up python3-pkg-resources (40.8.0-1) ... [2020-01-29T16:46:01.556Z] #17 60.79 Setting up python3-pkg-resources (40.8.0-1) ... [2020-01-29T16:46:01.908Z] #18 40.94 Setting up python3-distutils (3.7.3-1) ... [2020-01-29T16:46:01.908Z] #18 41.20 Setting up python3-setuptools (40.8.0-1) ... [2020-01-29T16:46:02.491Z] #17 61.81 Setting up python3-distutils (3.7.3-1) ... [2020-01-29T16:46:02.667Z] #18 41.80 Setting up python3-pip (18.1-5) ... [2020-01-29T16:46:03.036Z] #18 42.35 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:46:03.036Z] #18 42.37 Processing triggers for mime-support (3.62) ... [2020-01-29T16:46:03.056Z] #17 62.33 Setting up python3-setuptools (40.8.0-1) ... [2020-01-29T16:46:03.406Z] #18 DONE 42.6s [2020-01-29T16:46:03.406Z] [2020-01-29T16:46:03.406Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-01-29T16:46:03.660Z] Running on azwin-2-bd9530 in d:\jenkins\workspace\moby_PR-40426 [Pipeline] { [Pipeline] ws [2020-01-29T16:46:03.679Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-01-29T16:46:03.943Z] #19 0.426 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-01-29T16:46:03.943Z] #19 0.429 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-01-29T16:46:03.943Z] #19 0.430 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-01-29T16:46:03.943Z] #19 DONE 0.6s [2020-01-29T16:46:03.943Z] [2020-01-29T16:46:03.943Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:46:04.431Z] #17 63.80 Setting up python3-pip (18.1-5) ... [2020-01-29T16:46:05.365Z] #17 64.89 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:46:05.624Z] #17 64.94 Processing triggers for mime-support (3.62) ... [2020-01-29T16:46:05.740Z] #20 ... [2020-01-29T16:46:05.740Z] [2020-01-29T16:46:05.740Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:05.740Z] #45 76.21 CC criu/mount.o [2020-01-29T16:46:05.740Z] #45 78.85 CC criu/namespaces.o [2020-01-29T16:46:05.740Z] #45 80.06 CC criu/net.o [2020-01-29T16:46:05.740Z] #45 81.79 CC criu/netfilter.o [2020-01-29T16:46:05.740Z] #45 82.00 CC criu/page-pipe.o [2020-01-29T16:46:05.740Z] #45 82.38 CC criu/page-xfer.o [2020-01-29T16:46:05.740Z] #45 83.11 CC criu/pagemap-cache.o [2020-01-29T16:46:05.740Z] #45 83.35 CC criu/pagemap.o [2020-01-29T16:46:05.740Z] #45 84.18 CC criu/parasite-syscall.o [2020-01-29T16:46:05.740Z] #45 84.75 CC criu/path.o [2020-01-29T16:46:05.740Z] #45 84.93 CC criu/pie-util-vdso-elf32.o [2020-01-29T16:46:05.740Z] #45 85.25 CC criu/pie-util-vdso.o [2020-01-29T16:46:05.740Z] #45 85.56 CC criu/pie-util.o [2020-01-29T16:46:05.740Z] #45 85.69 CC criu/pipes.o [2020-01-29T16:46:05.740Z] #45 86.22 CC criu/plugin.o [2020-01-29T16:46:06.160Z] #45 86.45 CC criu/proc_parse.o [2020-01-29T16:46:06.160Z] #45 ... [2020-01-29T16:46:06.160Z] [2020-01-29T16:46:06.160Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:46:06.160Z] #20 2.149 Collecting yamllint==1.16.0 [2020-01-29T16:46:06.160Z] #20 2.319 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-01-29T16:46:06.160Z] #20 2.359 Collecting pyyaml (from yamllint==1.16.0) [2020-01-29T16:46:06.160Z] #20 2.436 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-01-29T16:46:06.190Z] #17 DONE 65.8s [2020-01-29T16:46:06.190Z] [2020-01-29T16:46:06.190Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:06.190Z] #44 128.0 CC criu/libnetlink.o [2020-01-29T16:46:06.190Z] #44 128.4 CC criu/log.o [2020-01-29T16:46:06.190Z] #44 129.0 CC criu/lsm.o [2020-01-29T16:46:06.190Z] #44 129.4 CC criu/mem.o [2020-01-29T16:46:06.190Z] #44 131.4 CC criu/mount.o [2020-01-29T16:46:07.478Z] #20 3.514 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-01-29T16:46:07.478Z] #20 3.595 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-01-29T16:46:07.478Z] #20 3.595 Building wheels for collected packages: pyyaml [2020-01-29T16:46:07.478Z] #20 3.595 Running setup.py bdist_wheel for pyyaml: started [2020-01-29T16:46:07.853Z] #20 4.075 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-01-29T16:46:07.853Z] #20 4.077 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-01-29T16:46:07.853Z] #20 4.114 Successfully built pyyaml [2020-01-29T16:46:07.853Z] #20 4.117 Installing collected packages: pyyaml, pathspec, yamllint [2020-01-29T16:46:08.230Z] #20 4.337 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-01-29T16:46:08.230Z] #20 DONE 4.6s [2020-01-29T16:46:08.230Z] [2020-01-29T16:46:08.230Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:08.230Z] #45 88.49 CC criu/protobuf-desc.o [2020-01-29T16:46:08.594Z] #45 ... [2020-01-29T16:46:08.594Z] [2020-01-29T16:46:08.594Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-01-29T16:46:08.594Z] #25 DONE 0.1s [2020-01-29T16:46:08.594Z] [2020-01-29T16:46:08.594Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:08.594Z] #45 89.00 CC criu/protobuf.o [2020-01-29T16:46:08.734Z] #44 ... [2020-01-29T16:46:08.734Z] [2020-01-29T16:46:08.734Z] #18 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-01-29T16:46:08.734Z] #18 2.050 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-01-29T16:46:08.734Z] #18 2.054 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-01-29T16:46:08.734Z] #18 2.057 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-01-29T16:46:08.734Z] #18 DONE 2.2s [2020-01-29T16:46:08.734Z] [2020-01-29T16:46:08.734Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:46:08.946Z] #45 ... [2020-01-29T16:46:08.946Z] [2020-01-29T16:46:08.946Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-01-29T16:46:08.946Z] #29 DONE 0.4s [2020-01-29T16:46:08.946Z] [2020-01-29T16:46:08.946Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:08.946Z] #45 89.46 CC criu/pstree.o [2020-01-29T16:46:08.946Z] #45 ... [2020-01-29T16:46:08.946Z] [2020-01-29T16:46:08.946Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-01-29T16:46:08.946Z] #32 DONE 0.1s [2020-01-29T16:46:08.946Z] [2020-01-29T16:46:08.946Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-01-29T16:46:08.946Z] #35 DONE 0.1s [2020-01-29T16:46:09.306Z] [2020-01-29T16:46:09.307Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-01-29T16:46:09.307Z] #40 DONE 0.1s [2020-01-29T16:46:09.307Z] [2020-01-29T16:46:09.307Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:09.689Z] #63 ... [2020-01-29T16:46:09.689Z] [2020-01-29T16:46:09.689Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:09.689Z] #45 90.17 CC criu/rbtree.o [2020-01-29T16:46:09.689Z] #45 90.38 CC criu/rst-malloc.o [2020-01-29T16:46:10.053Z] #45 90.57 CC criu/seccomp.o [2020-01-29T16:46:10.428Z] #45 91.05 CC criu/seize.o [2020-01-29T16:46:10.793Z] #45 91.38 CC criu/servicefd.o [2020-01-29T16:46:11.173Z] #45 91.66 CC criu/shmem.o [2020-01-29T16:46:11.954Z] #45 92.37 CC criu/sigframe.o [2020-01-29T16:46:11.954Z] #45 92.43 CC criu/signalfd.o [2020-01-29T16:46:11.954Z] #45 92.60 CC criu/sk-inet.o [2020-01-29T16:46:12.748Z] #45 93.16 CC criu/sk-netlink.o [2020-01-29T16:46:12.748Z] #45 93.42 CC criu/sk-packet.o [2020-01-29T16:46:13.503Z] #45 93.76 CC criu/sk-queue.o [2020-01-29T16:46:13.503Z] #45 94.15 CC criu/sk-tcp.o [2020-01-29T16:46:13.927Z] #45 94.59 CC criu/sk-unix.o [2020-01-29T16:46:15.294Z] #19 6.520 Collecting yamllint==1.16.0 [2020-01-29T16:46:15.830Z] #45 96.16 CC criu/sockets.o [2020-01-29T16:46:16.187Z] #45 96.72 CC criu/stats.o [2020-01-29T16:46:16.229Z] #19 ... [2020-01-29T16:46:16.229Z] [2020-01-29T16:46:16.229Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:16.229Z] #44 136.0 CC criu/namespaces.o [2020-01-29T16:46:16.229Z] #44 138.0 CC criu/net.o [2020-01-29T16:46:16.229Z] #44 141.2 CC criu/netfilter.o [2020-01-29T16:46:16.229Z] #44 141.7 CC criu/page-pipe.o [2020-01-29T16:46:16.487Z] #44 142.4 CC criu/page-xfer.o [2020-01-29T16:46:16.575Z] #45 96.88 CC criu/string.o [2020-01-29T16:46:16.575Z] #45 96.92 CC criu/sysctl.o [2020-01-29T16:46:16.954Z] #45 97.30 CC criu/sysfs_parse.o [2020-01-29T16:46:16.954Z] #45 97.57 CC criu/timerfd.o [2020-01-29T16:46:17.317Z] #45 97.77 CC criu/tty.o [2020-01-29T16:46:17.861Z] #44 143.6 CC criu/pagemap-cache.o [2020-01-29T16:46:18.111Z] #45 98.70 CC criu/tun.o [2020-01-29T16:46:18.212Z] #44 144.0 CC criu/pagemap.o [2020-01-29T16:46:18.484Z] #45 99.21 CC criu/uffd.o [2020-01-29T16:46:19.622Z] #44 145.3 CC criu/parasite-syscall.o [2020-01-29T16:46:19.766Z] #45 100.1 CC criu/util.o [2020-01-29T16:46:19.766Z] #45 ... [2020-01-29T16:46:19.766Z] [2020-01-29T16:46:19.766Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:46:19.766Z] #42 133.5 + dpkg --print-architecture [2020-01-29T16:46:19.766Z] #42 133.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-01-29T16:46:20.136Z] #42 133.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-01-29T16:46:20.136Z] #42 133.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-01-29T16:46:20.555Z] #44 146.2 CC criu/path.o [2020-01-29T16:46:20.555Z] #44 ... [2020-01-29T16:46:20.555Z] [2020-01-29T16:46:20.555Z] #19 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:46:20.555Z] #19 11.89 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-01-29T16:46:20.555Z] #19 11.98 Collecting pyyaml (from yamllint==1.16.0) [2020-01-29T16:46:20.556Z] #19 12.07 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-01-29T16:46:22.457Z] #19 13.55 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-01-29T16:46:22.457Z] #19 13.60 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-01-29T16:46:22.457Z] #19 13.67 Building wheels for collected packages: pyyaml [2020-01-29T16:46:22.457Z] #19 13.67 Running setup.py bdist_wheel for pyyaml: started [2020-01-29T16:46:23.832Z] #19 14.93 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-01-29T16:46:23.832Z] #19 14.93 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-01-29T16:46:23.832Z] #19 15.02 Successfully built pyyaml [2020-01-29T16:46:23.832Z] #19 15.05 Installing collected packages: pyyaml, pathspec, yamllint [2020-01-29T16:46:24.094Z] #19 15.39 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-01-29T16:46:24.661Z] #19 DONE 16.1s [2020-01-29T16:46:24.661Z] [2020-01-29T16:46:24.661Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:24.661Z] #44 146.7 CC criu/pie-util-vdso-elf32.o [2020-01-29T16:46:24.661Z] #44 147.3 CC criu/pie-util-vdso.o [2020-01-29T16:46:24.661Z] #44 147.8 CC criu/pie-util.o [2020-01-29T16:46:24.661Z] #44 148.0 CC criu/pipes.o [2020-01-29T16:46:24.661Z] #44 148.7 CC criu/plugin.o [2020-01-29T16:46:24.661Z] #44 149.2 CC criu/proc_parse.o [2020-01-29T16:46:24.919Z] #44 ... [2020-01-29T16:46:24.919Z] [2020-01-29T16:46:24.919Z] #24 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-01-29T16:46:24.919Z] #24 DONE 0.2s [2020-01-29T16:46:24.919Z] [2020-01-29T16:46:24.919Z] #28 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-01-29T16:46:25.429Z] #42 ... [2020-01-29T16:46:25.429Z] [2020-01-29T16:46:25.429Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:25.429Z] #45 101.0 CC criu/uts_ns.o [2020-01-29T16:46:25.429Z] #45 101.1 CC criu/vdso.o [2020-01-29T16:46:25.429Z] #45 101.5 LINK criu/built-in.o [2020-01-29T16:46:25.429Z] #45 101.6 LINK criu/criu [2020-01-29T16:46:25.429Z] #45 101.8 DEP lib/c/criu.d [2020-01-29T16:46:25.429Z] #45 101.9 CC images/rpc.pb-c.o [2020-01-29T16:46:25.429Z] #45 102.2 CC lib/c/criu.o [2020-01-29T16:46:25.429Z] #45 102.8 LINK lib/c/built-in.o [2020-01-29T16:46:25.429Z] #45 102.8 LINK lib/c/libcriu.so [2020-01-29T16:46:25.429Z] #45 102.9 GEN magic.py [2020-01-29T16:46:25.429Z] #45 103.0 Note: Building without setproctitle() and strlcpy() support. [2020-01-29T16:46:25.429Z] #45 103.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-01-29T16:46:25.429Z] #45 103.3 fatal: not a git repository (or any of the parent directories): .git [2020-01-29T16:46:25.429Z] #45 103.7 make[1]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.1 make[1]: 'images/built-in.o' is up to date. [2020-01-29T16:46:25.429Z] #45 104.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-01-29T16:46:25.429Z] #45 104.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-01-29T16:46:25.429Z] #45 104.3 make[1]: 'compel/libcompel.a' is up to date. [2020-01-29T16:46:25.429Z] #45 104.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-01-29T16:46:25.429Z] #45 104.4 make[1]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-01-29T16:46:25.429Z] #45 104.6 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.6 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.7 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.8 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.9 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 104.9 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 105.0 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 105.1 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:25.429Z] #45 105.1 INSTALL criu/criu [2020-01-29T16:46:25.429Z] #45 DONE 105.2s [2020-01-29T16:46:25.429Z] [2020-01-29T16:46:25.429Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:25.855Z] #28 DONE 1.0s [2020-01-29T16:46:25.855Z] [2020-01-29T16:46:25.855Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:25.855Z] #62 ... [2020-01-29T16:46:25.855Z] [2020-01-29T16:46:25.855Z] #31 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-01-29T16:46:26.113Z] #31 DONE 0.2s [2020-01-29T16:46:26.113Z] [2020-01-29T16:46:26.113Z] #34 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-01-29T16:46:26.113Z] #34 DONE 0.1s [2020-01-29T16:46:26.113Z] [2020-01-29T16:46:26.113Z] #39 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-01-29T16:46:26.113Z] #39 DONE 0.1s [2020-01-29T16:46:26.113Z] [2020-01-29T16:46:26.113Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:46:26.739Z] #57 ... [2020-01-29T16:46:26.739Z] [2020-01-29T16:46:26.739Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:26.739Z] #44 152.6 CC criu/protobuf-desc.o [2020-01-29T16:46:27.674Z] #44 153.3 CC criu/protobuf.o [2020-01-29T16:46:27.922Z] Removing intermediate container 8e5c1d5e48aa [2020-01-29T16:46:27.922Z] ---> 0381f32043c9 [2020-01-29T16:46:27.922Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-01-29T16:46:27.922Z] ---> ebd73b5ebd31 [2020-01-29T16:46:27.922Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-01-29T16:46:27.922Z] ---> 446d6afd261c [2020-01-29T16:46:27.922Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-01-29T16:46:27.922Z] ---> Running in 1f2a3b128306 [2020-01-29T16:46:27.922Z] Removing intermediate container 1f2a3b128306 [2020-01-29T16:46:27.922Z] ---> be2b02a2d214 [2020-01-29T16:46:27.922Z] Successfully built be2b02a2d214 [2020-01-29T16:46:27.922Z] Successfully tagged moby-buildx:latest [2020-01-29T16:46:27.922Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-01-29T16:46:27.922Z] if [ -n "${id}" ]; then \ [2020-01-29T16:46:27.922Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-01-29T16:46:27.922Z] && touch bundles/buildx; \ [2020-01-29T16:46:27.922Z] docker rm -f ${id}; \ [2020-01-29T16:46:27.922Z] fi [2020-01-29T16:46:27.922Z] 7c32c6403a3d126e293804ff22e8cb5240ef86a0b1fa11ef4e206d6254dd86a4 [2020-01-29T16:46:27.922Z] bundles/buildx version [2020-01-29T16:46:27.922Z] buildx v0.3.1 6db68d0 [2020-01-29T16:46:27.922Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:fb155a1125d059ed0ded96aeb2116132707f08c5 . [2020-01-29T16:46:27.922Z] #1 [internal] booting buildkit [2020-01-29T16:46:27.922Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-01-29T16:46:27.932Z] #44 153.7 CC criu/pstree.o [2020-01-29T16:46:29.307Z] #44 154.7 CC criu/rbtree.o [2020-01-29T16:46:29.402Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2020-01-29T16:46:29.403Z] #1 creating container buildx_buildkit_default [2020-01-29T16:46:29.433Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:46:29.433Z] [2020-01-29T16:46:29.433Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-01-29T16:46:29.433Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-01-29T16:46:29.433Z] HOSTNAME=9ee9e36e5a47 [2020-01-29T16:46:29.433Z] TESTDEBUG=0 [2020-01-29T16:46:29.433Z] DEST=bundles/test-integration [2020-01-29T16:46:29.433Z] PWD=/go/src/github.com/docker/docker [2020-01-29T16:46:29.433Z] DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:46:29.433Z] container=docker [2020-01-29T16:46:29.433Z] HOME=/root [2020-01-29T16:46:29.433Z] GOLANG_VERSION=1.13.6 [2020-01-29T16:46:29.433Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-01-29T16:46:29.433Z] VALIDATE_BRANCH=master [2020-01-29T16:46:29.433Z] TERM=xterm [2020-01-29T16:46:29.433Z] DOCKER_PKG=github.com/docker/docker [2020-01-29T16:46:29.433Z] SHLVL=1 [2020-01-29T16:46:29.433Z] TIMEOUT=120m [2020-01-29T16:46:29.433Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-01-29T16:46:29.433Z] DOCKER_GRAPHDRIVER=overlay2 [2020-01-29T16:46:29.433Z] GO111MODULE=off [2020-01-29T16:46:29.433Z] DOCKER_EXPERIMENTAL=1 [2020-01-29T16:46:29.433Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-01-29T16:46:29.433Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-29T16:46:29.433Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-01-29T16:46:29.433Z] GOPATH=/go [2020-01-29T16:46:29.433Z] PKG_CONFIG=pkg-config [2020-01-29T16:46:29.433Z] _=/usr/bin/env [2020-01-29T16:46:29.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-01-29T16:46:29.566Z] #44 155.1 CC criu/rst-malloc.o [2020-01-29T16:46:29.612Z] using credential docker-jenkins-github-credentials [2020-01-29T16:46:29.688Z] #1 creating container buildx_buildkit_default 0.5s done [2020-01-29T16:46:29.688Z] #1 DONE 3.2s [2020-01-29T16:46:29.692Z] Cloning the remote Git repository [2020-01-29T16:46:29.692Z] Cloning with configured refspecs honoured and without tags [2020-01-29T16:46:29.824Z] #44 155.4 CC criu/seccomp.o [2020-01-29T16:46:29.973Z] [2020-01-29T16:46:29.973Z] #2 [internal] load build definition from Dockerfile [2020-01-29T16:46:29.973Z] #2 transferring dockerfile: 15.57kB 0.0s done [2020-01-29T16:46:29.973Z] #2 DONE 0.0s [2020-01-29T16:46:29.973Z] [2020-01-29T16:46:29.973Z] #3 [internal] load .dockerignore [2020-01-29T16:46:29.973Z] #3 transferring context: 87B done [2020-01-29T16:46:29.973Z] #3 DONE 0.0s [2020-01-29T16:46:29.973Z] [2020-01-29T16:46:29.973Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-01-29T16:46:30.086Z] #44 ... [2020-01-29T16:46:30.086Z] [2020-01-29T16:46:30.086Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:46:30.086Z] #41 DONE 229.8s [2020-01-29T16:46:30.350Z] [2020-01-29T16:46:30.350Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:30.593Z] #4 DONE 0.6s [2020-01-29T16:46:30.593Z] [2020-01-29T16:46:30.593Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-01-29T16:46:30.593Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-01-29T16:46:30.593Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2020-01-29T16:46:30.593Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2020-01-29T16:46:30.593Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 3.53MB / 8.18MB 0.1s [2020-01-29T16:46:30.593Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2020-01-29T16:46:30.877Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.2s done [2020-01-29T16:46:30.877Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2020-01-29T16:46:30.917Z] #53 ... [2020-01-29T16:46:30.917Z] [2020-01-29T16:46:30.917Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:30.917Z] #44 156.5 CC criu/seize.o [2020-01-29T16:46:31.175Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2020-01-29T16:46:29.890Z] Cloning repository https://github.com/moby/moby.git [2020-01-29T16:46:30.346Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-01-29T16:46:31.458Z] #5 DONE 0.8s [2020-01-29T16:46:31.749Z] [2020-01-29T16:46:31.749Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-01-29T16:46:31.749Z] #7 DONE 0.3s [2020-01-29T16:46:31.749Z] [2020-01-29T16:46:31.749Z] #6 [internal] load metadata for docker.io/library/golang:1.13.6-buster [2020-01-29T16:46:31.749Z] #6 DONE 0.3s [2020-01-29T16:46:31.852Z] #44 157.8 CC criu/servicefd.o [2020-01-29T16:46:32.037Z] [2020-01-29T16:46:32.038Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:46:32.038Z] #8 resolve docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 done [2020-01-29T16:46:32.038Z] #8 sha256:ab4db1e19320e75a1e1e822afd799ce3b96bb9c9654a2a8d3964c1bf2fad2013 5.46kB / 5.46kB done [2020-01-29T16:46:32.038Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 0B / 8.25MB 0.1s [2020-01-29T16:46:32.038Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 0B / 10.73MB 0.1s [2020-01-29T16:46:32.038Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 0B / 57.39MB 0.1s [2020-01-29T16:46:32.038Z] #8 sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 1.42kB / 1.42kB done [2020-01-29T16:46:32.038Z] #8 sha256:b406ecf79bbbce5af405caed51a281b7cbfa041776511ecf8cd510fc09144992 1.79kB / 1.79kB done [2020-01-29T16:46:32.038Z] #8 sha256:a092ee1efe2dba2a24e85a7c9b3fa869e6189f6060e6b69fd250b9260a7dfafa 155B / 155B 0.1s [2020-01-29T16:46:32.038Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 0B / 54.13MB 0.1s [2020-01-29T16:46:32.325Z] #8 sha256:a092ee1efe2dba2a24e85a7c9b3fa869e6189f6060e6b69fd250b9260a7dfafa 155B / 155B 0.1s done [2020-01-29T16:46:32.325Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 0B / 96.43MB 0.3s [2020-01-29T16:46:32.325Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 97.35kB / 73.43MB 0.3s [2020-01-29T16:46:32.419Z] #44 ... [2020-01-29T16:46:32.419Z] [2020-01-29T16:46:32.419Z] #42 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-01-29T16:46:32.419Z] #42 DONE 0.3s [2020-01-29T16:46:32.419Z] [2020-01-29T16:46:32.419Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:32.419Z] #44 158.2 CC criu/shmem.o [2020-01-29T16:46:32.619Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 949.37kB / 8.25MB 0.4s [2020-01-29T16:46:32.619Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 973.94kB / 10.73MB 0.4s [2020-01-29T16:46:32.619Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 1.38MB / 8.25MB 0.6s [2020-01-29T16:46:32.919Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 1.97MB / 8.25MB 0.7s [2020-01-29T16:46:32.919Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 1.97MB / 10.73MB 0.7s [2020-01-29T16:46:32.919Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 2.46MB / 8.25MB 0.9s [2020-01-29T16:46:32.919Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 3.21MB / 54.13MB 0.9s [2020-01-29T16:46:33.214Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 2.98MB / 8.25MB 1.0s [2020-01-29T16:46:33.214Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 2.98MB / 10.73MB 1.0s [2020-01-29T16:46:33.214Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 3.14MB / 57.39MB 1.0s [2020-01-29T16:46:33.214Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 3.51MB / 8.25MB 1.2s [2020-01-29T16:46:33.355Z] #44 158.8 CC criu/sigframe.o [2020-01-29T16:46:33.355Z] #44 159.0 CC criu/signalfd.o [2020-01-29T16:46:33.509Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 4.06MB / 8.25MB 1.3s [2020-01-29T16:46:33.509Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 4.10MB / 10.73MB 1.3s [2020-01-29T16:46:33.509Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 4.52MB / 8.25MB 1.5s [2020-01-29T16:46:33.509Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 4.02MB / 73.43MB 1.5s [2020-01-29T16:46:31.804Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:46:31.804Z] > git --version # timeout=10 [2020-01-29T16:46:31.858Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:46:31.861Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:46:33.614Z] #44 159.3 CC criu/sk-inet.o [2020-01-29T16:46:33.835Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 5.21MB / 8.25MB 1.6s [2020-01-29T16:46:33.835Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 5.21MB / 10.73MB 1.6s [2020-01-29T16:46:33.835Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 5.96MB / 54.13MB 1.6s [2020-01-29T16:46:33.835Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 5.80MB / 8.25MB 1.8s [2020-01-29T16:46:33.835Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 5.80MB / 10.73MB 1.8s [2020-01-29T16:46:34.135Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 6.23MB / 8.25MB 1.9s [2020-01-29T16:46:34.135Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 6.42MB / 57.39MB 1.9s [2020-01-29T16:46:34.135Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 5.21MB / 96.43MB 1.9s [2020-01-29T16:46:34.135Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 6.75MB / 8.25MB 2.1s [2020-01-29T16:46:34.135Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 6.75MB / 10.73MB 2.1s [2020-01-29T16:46:34.135Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 7.18MB / 8.25MB 2.2s [2020-01-29T16:46:34.430Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 7.77MB / 8.25MB 2.4s [2020-01-29T16:46:34.430Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 7.77MB / 10.73MB 2.4s [2020-01-29T16:46:34.549Z] #44 160.3 CC criu/sk-netlink.o [2020-01-29T16:46:34.665Z] #63 ... [2020-01-29T16:46:34.665Z] [2020-01-29T16:46:34.665Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:46:34.665Z] #42 DONE 148.0s [2020-01-29T16:46:34.665Z] [2020-01-29T16:46:34.665Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:34.725Z] #8 sha256:cbf9e003a90307c0e87a3bace1df7cc0c72889de0f3060d33cc175cd6bd9f40d 8.25MB / 8.25MB 2.5s done [2020-01-29T16:46:34.725Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 8.42MB / 10.73MB 2.5s [2020-01-29T16:46:34.725Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 9.14MB / 54.13MB 2.5s [2020-01-29T16:46:34.725Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 7.92MB / 73.43MB 2.5s [2020-01-29T16:46:34.807Z] #44 160.7 CC criu/sk-packet.o [2020-01-29T16:46:35.020Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 9.48MB / 10.73MB 2.8s [2020-01-29T16:46:35.020Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 9.67MB / 57.39MB 2.8s [2020-01-29T16:46:35.020Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 10.03MB / 10.73MB 3.0s [2020-01-29T16:46:35.036Z] #63 ... [2020-01-29T16:46:35.036Z] [2020-01-29T16:46:35.036Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-01-29T16:46:35.315Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 10.57MB / 10.73MB 3.1s [2020-01-29T16:46:35.315Z] #8 sha256:24889e07923c5eca1933bb3b0b8bdfc25a42834db78bae343f5fdf88cab3a23e 10.73MB / 10.73MB 3.2s done [2020-01-29T16:46:35.315Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 12.06MB / 54.13MB 3.3s [2020-01-29T16:46:35.315Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 10.42MB / 96.43MB 3.3s [2020-01-29T16:46:35.414Z] #43 DONE 0.1s [2020-01-29T16:46:35.414Z] [2020-01-29T16:46:35.414Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-01-29T16:46:35.414Z] #46 DONE 0.1s [2020-01-29T16:46:35.414Z] [2020-01-29T16:46:35.414Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:35.414Z] #63 ... [2020-01-29T16:46:35.414Z] [2020-01-29T16:46:35.414Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-01-29T16:46:35.414Z] #49 DONE 0.1s [2020-01-29T16:46:35.414Z] [2020-01-29T16:46:35.414Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-01-29T16:46:35.414Z] #52 DONE 0.1s [2020-01-29T16:46:35.414Z] [2020-01-29T16:46:35.414Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:35.605Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 13.13MB / 57.39MB 3.6s [2020-01-29T16:46:35.605Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 12.32MB / 73.43MB 3.6s [2020-01-29T16:46:35.741Z] #44 161.3 CC criu/sk-queue.o [2020-01-29T16:46:35.920Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 15.36MB / 54.13MB 3.9s [2020-01-29T16:46:36.000Z] #44 161.7 CC criu/sk-tcp.o [2020-01-29T16:46:36.208Z] #63 ... [2020-01-29T16:46:36.208Z] [2020-01-29T16:46:36.208Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:46:36.208Z] #58 77.52 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-01-29T16:46:36.208Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 16.18MB / 57.39MB 4.2s [2020-01-29T16:46:36.258Z] #44 162.2 CC criu/sk-unix.o [2020-01-29T16:46:36.502Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 16.23MB / 96.43MB 4.3s [2020-01-29T16:46:36.502Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 16.21MB / 73.43MB 4.3s [2020-01-29T16:46:36.502Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 18.73MB / 54.13MB 4.5s [2020-01-29T16:46:36.794Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 19.72MB / 57.39MB 4.8s [2020-01-29T16:46:36.977Z] #58 78.16 + mkdir -p /build [2020-01-29T16:46:36.977Z] #58 78.17 + cp runc /build/runc [2020-01-29T16:46:36.977Z] #58 DONE 78.3s [2020-01-29T16:46:36.977Z] [2020-01-29T16:46:36.977Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:37.100Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 22.32MB / 54.13MB 5.1s [2020-01-29T16:46:37.100Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 20.41MB / 73.43MB 5.1s [2020-01-29T16:46:37.391Z] #8 ... [2020-01-29T16:46:37.391Z] [2020-01-29T16:46:37.391Z] #69 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-01-29T16:46:37.391Z] #69 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-01-29T16:46:37.391Z] #69 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2020-01-29T16:46:37.391Z] #69 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.3s done [2020-01-29T16:46:37.391Z] #69 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2020-01-29T16:46:37.391Z] #69 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.0s done [2020-01-29T16:46:37.391Z] #69 DONE 5.4s [2020-01-29T16:46:37.391Z] [2020-01-29T16:46:37.391Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:46:37.391Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 21.80MB / 96.43MB 5.2s [2020-01-29T16:46:37.391Z] #8 ... [2020-01-29T16:46:37.391Z] [2020-01-29T16:46:37.391Z] #21 [internal] load build context [2020-01-29T16:46:37.391Z] #21 transferring context: 46.65MB 5.4s [2020-01-29T16:46:37.391Z] #21 transferring context: 46.87MB 5.5s done [2020-01-29T16:46:37.391Z] #21 DONE 5.5s [2020-01-29T16:46:37.391Z] [2020-01-29T16:46:37.391Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25... [2020-01-29T16:46:37.391Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 23.52MB / 57.39MB 5.4s [2020-01-29T16:46:37.681Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 25.72MB / 54.13MB 5.5s [2020-01-29T16:46:37.681Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 26.46MB / 57.39MB 5.7s [2020-01-29T16:46:37.681Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 24.93MB / 73.43MB 5.7s [2020-01-29T16:46:37.969Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 28.87MB / 54.13MB 5.8s [2020-01-29T16:46:37.969Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 27.35MB / 96.43MB 5.8s [2020-01-29T16:46:37.969Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 29.87MB / 57.39MB 6.0s [2020-01-29T16:46:38.160Z] #44 163.6 CC criu/sockets.o [2020-01-29T16:46:38.255Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 32.54MB / 54.13MB 6.1s [2020-01-29T16:46:38.255Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 30.21MB / 73.43MB 6.1s [2020-01-29T16:46:38.255Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 33.12MB / 57.39MB 6.3s [2020-01-29T16:46:38.255Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 32.59MB / 96.43MB 6.3s [2020-01-29T16:46:38.543Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 36.04MB / 54.13MB 6.4s [2020-01-29T16:46:38.543Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 36.76MB / 57.39MB 6.6s [2020-01-29T16:46:38.543Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 35.75MB / 73.43MB 6.6s [2020-01-29T16:46:38.726Z] #44 164.4 CC criu/stats.o [2020-01-29T16:46:38.832Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 39.25MB / 54.13MB 6.7s [2020-01-29T16:46:38.832Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 40.43MB / 57.39MB 6.9s [2020-01-29T16:46:38.832Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 39.11MB / 96.43MB 6.9s [2020-01-29T16:46:38.832Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 39.57MB / 73.43MB 6.9s [2020-01-29T16:46:38.984Z] #44 164.7 CC criu/string.o [2020-01-29T16:46:38.984Z] #44 164.7 CC criu/sysctl.o [2020-01-29T16:46:39.118Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 42.89MB / 54.13MB 7.0s [2020-01-29T16:46:39.404Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 44.25MB / 57.39MB 7.2s [2020-01-29T16:46:39.404Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 43.39MB / 73.43MB 7.2s [2020-01-29T16:46:39.404Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 45.08MB / 96.43MB 7.3s [2020-01-29T16:46:39.552Z] #44 165.3 CC criu/sysfs_parse.o [2020-01-29T16:46:39.694Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 48.78MB / 57.39MB 7.5s [2020-01-29T16:46:39.694Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 47.52MB / 73.43MB 7.5s [2020-01-29T16:46:39.694Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 47.11MB / 54.13MB 7.6s [2020-01-29T16:46:39.983Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 51.83MB / 57.39MB 7.8s [2020-01-29T16:46:39.983Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 49.99MB / 96.43MB 7.8s [2020-01-29T16:46:39.983Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 50.21MB / 54.13MB 7.9s [2020-01-29T16:46:39.983Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 51.76MB / 73.43MB 7.9s [2020-01-29T16:46:40.127Z] #44 165.7 CC criu/timerfd.o [2020-01-29T16:46:40.271Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 55.50MB / 57.39MB 8.1s [2020-01-29T16:46:40.271Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 53.52MB / 54.13MB 8.2s [2020-01-29T16:46:40.387Z] #44 166.0 CC criu/tty.o [2020-01-29T16:46:40.563Z] #8 sha256:ab7fe26ecc5fde0ab3859074fdead6e20734403e4cbb2f1867793bbd27fe4290 57.39MB / 57.39MB 8.3s done [2020-01-29T16:46:40.563Z] #8 sha256:0a9adf09915c3544b1264f206aec99890c8e5e5c358fc4327886fbdab3c9eecc 54.13MB / 54.13MB 8.3s done [2020-01-29T16:46:40.563Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 58.22MB / 96.43MB 8.4s [2020-01-29T16:46:40.563Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 58.13MB / 73.43MB 8.4s [2020-01-29T16:46:40.852Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 66.19MB / 96.43MB 8.7s [2020-01-29T16:46:40.852Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 64.17MB / 73.43MB 8.7s [2020-01-29T16:46:40.852Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 68.52MB / 73.43MB 8.8s [2020-01-29T16:46:41.139Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 73.66MB / 96.43MB 9.0s [2020-01-29T16:46:41.139Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 79.60MB / 96.43MB 9.1s [2020-01-29T16:46:41.139Z] #8 sha256:7e9d582f8e15dc3ccf533126f7c83f7d5ea00372fbce59ba2f0189a646d7a657 73.43MB / 73.43MB 9.0s done [2020-01-29T16:46:41.424Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 87.96MB / 96.43MB 9.3s [2020-01-29T16:46:41.424Z] #8 sha256:2a32fde2951501f035dcfa9e40f021aeb9d1e8f10110d5d1347e1d652f8b8eb1 96.43MB / 96.43MB 9.4s done [2020-01-29T16:46:41.424Z] #8 unpacking docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 [2020-01-29T16:46:41.763Z] #44 167.6 CC criu/tun.o [2020-01-29T16:46:42.274Z] #54 ... [2020-01-29T16:46:42.274Z] [2020-01-29T16:46:42.274Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:42.274Z] #63 134.3 + bin/containerd [2020-01-29T16:46:42.330Z] #44 168.1 CC criu/uffd.o [2020-01-29T16:46:43.264Z] #44 ... [2020-01-29T16:46:43.264Z] [2020-01-29T16:46:43.264Z] #57 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:46:43.264Z] #57 118.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-01-29T16:46:45.165Z] #57 119.6 + mkdir -p /build [2020-01-29T16:46:45.165Z] #57 119.7 + cp runc /build/runc [2020-01-29T16:46:45.165Z] #57 DONE 120.0s [2020-01-29T16:46:45.165Z] [2020-01-29T16:46:45.165Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:46:45.165Z] #44 169.2 CC criu/util.o [2020-01-29T16:46:45.165Z] #44 170.4 CC criu/uts_ns.o [2020-01-29T16:46:45.165Z] #44 170.6 CC criu/vdso-compat.o [2020-01-29T16:46:45.165Z] #44 170.7 CC criu/vdso.o [2020-01-29T16:46:45.424Z] #44 171.2 LINK criu/built-in.o [2020-01-29T16:46:45.682Z] #44 171.4 LINK criu/criu [2020-01-29T16:46:46.249Z] #44 172.1 DEP lib/c/criu.d [2020-01-29T16:46:46.508Z] #44 172.2 CC images/rpc.pb-c.o [2020-01-29T16:46:46.766Z] #44 172.6 CC lib/c/criu.o [2020-01-29T16:46:47.331Z] #63 ... [2020-01-29T16:46:47.331Z] [2020-01-29T16:46:47.331Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:47.331Z] #54 DONE 160.3s [2020-01-29T16:46:47.331Z] [2020-01-29T16:46:47.331Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:47.332Z] #63 ... [2020-01-29T16:46:47.332Z] [2020-01-29T16:46:47.332Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-01-29T16:46:47.332Z] #55 DONE 0.1s [2020-01-29T16:46:47.332Z] [2020-01-29T16:46:47.332Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-01-29T16:46:47.697Z] #59 DONE 0.1s [2020-01-29T16:46:47.697Z] [2020-01-29T16:46:47.697Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:47.702Z] #44 173.3 LINK lib/c/built-in.o [2020-01-29T16:46:47.702Z] #44 173.3 LINK lib/c/libcriu.so [2020-01-29T16:46:47.702Z] #44 173.4 GEN magic.py [2020-01-29T16:46:47.702Z] #44 173.5 Note: Building without setproctitle() and strlcpy() support. [2020-01-29T16:46:47.702Z] #44 173.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-01-29T16:46:48.269Z] #44 174.1 fatal: not a git repository (or any of the parent directories): .git [2020-01-29T16:46:48.835Z] #44 174.6 make[1]: Nothing to be done for 'all'. [2020-01-29T16:46:49.402Z] #44 175.1 make[1]: 'images/built-in.o' is up to date. [2020-01-29T16:46:49.402Z] #44 175.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-01-29T16:46:49.402Z] #44 175.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-01-29T16:46:49.402Z] #44 175.1 make[1]: 'compel/libcompel.a' is up to date. [2020-01-29T16:46:49.402Z] #44 175.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-01-29T16:46:49.402Z] #44 175.2 make[1]: Nothing to be done for 'all'. [2020-01-29T16:46:49.402Z] #44 175.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-01-29T16:46:49.660Z] #44 175.4 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.660Z] #44 175.4 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.660Z] #44 175.4 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.660Z] #44 175.5 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.697Z] Fetching without tags [2020-01-29T16:46:49.919Z] #44 175.6 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.919Z] #44 175.6 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.919Z] #44 175.6 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:49.919Z] #44 175.7 make[2]: Nothing to be done for 'all'. [2020-01-29T16:46:50.177Z] #44 175.7 INSTALL criu/criu [2020-01-29T16:46:50.177Z] #44 DONE 176.0s [2020-01-29T16:46:50.177Z] [2020-01-29T16:46:50.177Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:50.177Z] #62 204.8 + bin/containerd [2020-01-29T16:46:50.491Z] Merging remotes/origin/master commit 2ebaeef943cc8c11d63a9175fd132792bcd7d376 into PR head commit fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:46:52.080Z] #62 ... [2020-01-29T16:46:52.080Z] [2020-01-29T16:46:52.080Z] #45 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-01-29T16:46:52.080Z] #45 DONE 0.1s [2020-01-29T16:46:52.080Z] [2020-01-29T16:46:52.080Z] #48 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-01-29T16:46:52.080Z] #48 DONE 0.1s [2020-01-29T16:46:52.080Z] [2020-01-29T16:46:52.080Z] #51 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-01-29T16:46:52.080Z] #51 DONE 0.1s [2020-01-29T16:46:52.080Z] [2020-01-29T16:46:52.080Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:49.342Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:46:49.411Z] > git config --add remote.origin.fetch +refs/pull/40426/head:refs/remotes/origin/PR-40426 # timeout=10 [2020-01-29T16:46:49.467Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-01-29T16:46:49.594Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-01-29T16:46:49.734Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-01-29T16:46:49.734Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-01-29T16:46:49.735Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40426/head:refs/remotes/origin/PR-40426 +refs/heads/master:refs/remotes/origin/master [2020-01-29T16:46:50.599Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:46:50.655Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:46:53.758Z] Merge succeeded, producing fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:46:53.759Z] Checking out Revision fb155a1125d059ed0ded96aeb2116132707f08c5 (PR-40426) [2020-01-29T16:46:53.446Z] > git merge 2ebaeef943cc8c11d63a9175fd132792bcd7d376 # timeout=10 [2020-01-29T16:46:53.600Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-01-29T16:46:53.794Z] > git config core.sparsecheckout # timeout=10 [2020-01-29T16:46:53.862Z] > git checkout -f fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:46:56.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-01-29T16:46:56.269Z] #53 DONE 255.2s [2020-01-29T16:46:56.269Z] [2020-01-29T16:46:56.269Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:56.835Z] #62 ... [2020-01-29T16:46:56.835Z] [2020-01-29T16:46:56.835Z] #54 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-01-29T16:46:56.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-01-29T16:46:57.033Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:46:57.033Z] [2020-01-29T16:46:57.033Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-01-29T16:46:57.033Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-01-29T16:46:57.033Z] Using test binary docker [2020-01-29T16:46:57.033Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-01-29T16:46:57.033Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T16:46:57.033Z] INFO: Waiting for daemon to start... [2020-01-29T16:46:57.033Z] Starting dockerd [2020-01-29T16:46:57.093Z] #54 DONE 0.2s [2020-01-29T16:46:57.094Z] [2020-01-29T16:46:57.094Z] #58 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-01-29T16:46:57.352Z] #58 DONE 0.1s [2020-01-29T16:46:57.352Z] [2020-01-29T16:46:57.352Z] #62 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:46:57.963Z] . [2020-01-29T16:46:57.963Z] INFO: Building docker-sdk-python3:4.1.0... [2020-01-29T16:47:00.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-01-29T16:47:02.688Z] Commit message: "Fix leak related to service logs" [2020-01-29T16:47:03.141Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-01-29T16:47:04.239Z] #63 154.5 + bin/containerd-stress [2020-01-29T16:47:04.239Z] #63 155.9 + bin/containerd-shim [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-01-29T16:47:06.459Z] + docker version [2020-01-29T16:47:08.228Z] #63 160.3 + bin/containerd-shim-runc-v1 [2020-01-29T16:47:10.648Z] #63 162.5 + bin/containerd-shim-runc-v2 [2020-01-29T16:47:11.029Z] #63 163.2 + binaries [2020-01-29T16:47:11.029Z] #63 163.2 + mkdir -p /build [2020-01-29T16:47:11.029Z] #63 163.2 + cp bin/containerd /build/containerd [2020-01-29T16:47:11.029Z] #63 163.3 + cp bin/containerd-shim /build/containerd-shim [2020-01-29T16:47:11.029Z] #63 163.3 + cp bin/ctr /build/ctr [2020-01-29T16:47:11.444Z] #63 DONE 163.4s [2020-01-29T16:47:11.820Z] [2020-01-29T16:47:11.820Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-01-29T16:47:11.820Z] #64 DONE 0.1s [2020-01-29T16:47:11.820Z] [2020-01-29T16:47:11.820Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-01-29T16:47:12.208Z] #68 DONE 0.1s [2020-01-29T16:47:12.208Z] [2020-01-29T16:47:12.208Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-01-29T16:47:12.208Z] #70 DONE 0.1s [2020-01-29T16:47:12.208Z] [2020-01-29T16:47:12.208Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-01-29T16:47:12.208Z] #73 DONE 0.1s [2020-01-29T16:47:12.630Z] [2020-01-29T16:47:12.630Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-01-29T16:47:12.630Z] #74 DONE 0.1s [2020-01-29T16:47:12.630Z] [2020-01-29T16:47:12.630Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-01-29T16:47:14.009Z] #8 unpacking docker.io/library/golang:1.13.6-buster@sha256:f6cefbdd25f9a66ec7dcef1ee5deb417882b9db9629a724af8a332fe54e3f7b3 28.7s done [2020-01-29T16:47:14.009Z] #8 DONE 38.3s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-01-29T16:47:14.009Z] #9 DONE 0.2s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-01-29T16:47:14.009Z] #10 DONE 0.2s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #41 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-01-29T16:47:14.009Z] #41 DONE 0.0s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-01-29T16:47:14.009Z] #30 DONE 0.0s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:47:14.009Z] #22 DONE 0.1s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:47:14.009Z] #31 ... [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #71 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-01-29T16:47:14.009Z] #71 DONE 0.1s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #47 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-01-29T16:47:14.009Z] #47 DONE 0.1s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #50 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-01-29T16:47:14.009Z] #50 DONE 0.1s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-01-29T16:47:14.009Z] #33 DONE 0.2s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:14.009Z] #51 ... [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #65 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-01-29T16:47:14.009Z] #65 DONE 0.3s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #53 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-01-29T16:47:14.009Z] #53 DONE 0.3s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-01-29T16:47:14.009Z] #23 DONE 0.3s [2020-01-29T16:47:14.009Z] [2020-01-29T16:47:14.009Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:14.009Z] #24 0.559 + RM_GOPATH=0 [2020-01-29T16:47:14.009Z] #24 0.560 + TMP_GOPATH= [2020-01-29T16:47:14.009Z] #24 0.560 + : /build [2020-01-29T16:47:14.009Z] #24 0.560 + '[' -z '' ']' [2020-01-29T16:47:14.009Z] #24 0.560 ++ mktemp -d [2020-01-29T16:47:14.009Z] #24 0.570 + export GOPATH=/tmp/tmp.ipG2ZBQ3mX [2020-01-29T16:47:14.009Z] #24 0.570 + GOPATH=/tmp/tmp.ipG2ZBQ3mX [2020-01-29T16:47:14.009Z] #24 0.570 + RM_GOPATH=1 [2020-01-29T16:47:14.009Z] #24 0.571 ++ dirname ./install.sh [2020-01-29T16:47:14.009Z] #24 0.573 + dir=. [2020-01-29T16:47:14.009Z] #24 0.575 + bin=dockercli [2020-01-29T16:47:14.009Z] #24 0.575 + shift [2020-01-29T16:47:14.009Z] #24 0.575 + '[' '!' -f ./dockercli.installer ']' [2020-01-29T16:47:14.009Z] #24 0.580 + . ./dockercli.installer [2020-01-29T16:47:14.009Z] #24 0.581 ++ : stable [2020-01-29T16:47:14.010Z] #24 0.581 ++ : 17.06.2-ce [2020-01-29T16:47:14.010Z] #24 0.583 + install_dockercli [2020-01-29T16:47:14.010Z] #24 0.584 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-01-29T16:47:14.010Z] #24 0.584 Install docker/cli version 17.06.2-ce from stable [2020-01-29T16:47:14.010Z] #24 0.587 ++ uname -m [2020-01-29T16:47:14.010Z] #24 0.591 + arch=ppc64le [2020-01-29T16:47:14.010Z] #24 0.591 + '[' ppc64le '!=' x86_64 ']' [2020-01-29T16:47:14.010Z] #24 0.591 + '[' ppc64le '!=' s390x ']' [2020-01-29T16:47:14.010Z] #24 0.591 + '[' ppc64le '!=' armhf ']' [2020-01-29T16:47:14.010Z] #24 0.591 + build_dockercli [2020-01-29T16:47:14.010Z] #24 0.591 + git clone https://github.com/docker/docker-ce /tmp/tmp.ipG2ZBQ3mX/tmp/docker-ce [2020-01-29T16:47:14.010Z] #24 0.597 Cloning into '/tmp/tmp.ipG2ZBQ3mX/tmp/docker-ce'... [2020-01-29T16:47:14.367Z] #75 DONE 1.7s [2020-01-29T16:47:14.367Z] [2020-01-29T16:47:14.367Z] #76 exporting to oci image format [2020-01-29T16:47:14.367Z] #76 exporting layers [2020-01-29T16:47:15.105Z] Client: Docker Engine - Enterprise [2020-01-29T16:47:15.105Z] Version: 19.03.2 [2020-01-29T16:47:15.105Z] API version: 1.40 [2020-01-29T16:47:15.105Z] Go version: go1.12.8 [2020-01-29T16:47:15.105Z] Git commit: c92ab06ed9 [2020-01-29T16:47:15.105Z] Built: 09/03/2019 16:38:11 [2020-01-29T16:47:15.105Z] OS/Arch: windows/amd64 [2020-01-29T16:47:15.105Z] Experimental: false [2020-01-29T16:47:15.105Z] [2020-01-29T16:47:15.105Z] Server: Docker Engine - Enterprise [2020-01-29T16:47:15.105Z] Engine: [2020-01-29T16:47:15.105Z] Version: 19.03.2 [2020-01-29T16:47:15.105Z] API version: 1.40 (minimum version 1.24) [2020-01-29T16:47:15.105Z] Go version: go1.12.8 [2020-01-29T16:47:15.105Z] Git commit: c92ab06ed9 [2020-01-29T16:47:15.105Z] Built: 09/03/2019 16:35:47 [2020-01-29T16:47:15.105Z] OS/Arch: windows/amd64 [2020-01-29T16:47:15.105Z] Experimental: true [Pipeline] sh [2020-01-29T16:47:16.887Z] #24 ... [2020-01-29T16:47:16.887Z] [2020-01-29T16:47:16.887Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:47:16.887Z] #34 0.657 + RM_GOPATH=0 [2020-01-29T16:47:16.887Z] #34 0.658 + TMP_GOPATH= [2020-01-29T16:47:16.887Z] #34 0.658 + : /build [2020-01-29T16:47:16.887Z] #34 0.658 + '[' -z '' ']' [2020-01-29T16:47:16.887Z] #34 0.659 ++ mktemp -d [2020-01-29T16:47:16.887Z] #34 0.686 + export GOPATH=/tmp/tmp.UoHxO9yxjL [2020-01-29T16:47:16.887Z] #34 0.691 + GOPATH=/tmp/tmp.UoHxO9yxjL [2020-01-29T16:47:16.887Z] #34 0.693 + RM_GOPATH=1 [2020-01-29T16:47:16.887Z] #34 0.700 ++ dirname ./install.sh [2020-01-29T16:47:16.887Z] #34 0.703 + dir=. [2020-01-29T16:47:16.887Z] #34 0.704 + bin=tomlv [2020-01-29T16:47:16.887Z] #34 0.705 + shift [2020-01-29T16:47:16.887Z] #34 0.706 + '[' '!' -f ./tomlv.installer ']' [2020-01-29T16:47:16.887Z] #34 0.707 + . ./tomlv.installer [2020-01-29T16:47:16.887Z] #34 0.707 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:47:16.887Z] #34 0.708 + install_tomlv [2020-01-29T16:47:16.887Z] #34 0.708 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-01-29T16:47:16.887Z] #34 0.709 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:47:16.887Z] #34 0.709 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.UoHxO9yxjL/src/github.com/BurntSushi/toml [2020-01-29T16:47:16.887Z] #34 0.722 Cloning into '/tmp/tmp.UoHxO9yxjL/src/github.com/BurntSushi/toml'... [2020-01-29T16:47:16.887Z] #34 2.583 + cd /tmp/tmp.UoHxO9yxjL/src/github.com/BurntSushi/toml [2020-01-29T16:47:16.887Z] #34 2.585 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-01-29T16:47:16.887Z] #34 2.600 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-01-29T16:47:16.887Z] #34 3.678 internal/cpu [2020-01-29T16:47:16.887Z] #34 3.715 runtime/internal/sys [2020-01-29T16:47:16.887Z] #34 3.773 runtime/internal/atomic [2020-01-29T16:47:16.887Z] #34 3.859 math/bits [2020-01-29T16:47:16.887Z] #34 4.908 runtime/internal/math [2020-01-29T16:47:16.887Z] #34 5.067 unicode/utf8 [2020-01-29T16:47:16.887Z] #34 5.494 sync/atomic [2020-01-29T16:47:16.887Z] #34 5.825 internal/bytealg [2020-01-29T16:47:16.891Z] + docker info [2020-01-29T16:47:17.921Z] #34 6.816 unicode [2020-01-29T16:47:18.212Z] #34 7.249 math [2020-01-29T16:47:19.242Z] #34 8.135 internal/testlog [2020-01-29T16:47:20.270Z] #34 9.326 runtime [2020-01-29T16:47:20.270Z] #34 9.407 encoding [2020-01-29T16:47:20.560Z] #34 ... [2020-01-29T16:47:20.560Z] [2020-01-29T16:47:20.560Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:47:20.560Z] #60 0.743 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:47:20.560Z] #60 0.971 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:47:20.560Z] #60 1.016 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:47:20.560Z] #60 2.630 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7695 kB] [2020-01-29T16:47:20.560Z] #60 6.290 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [169 kB] [2020-01-29T16:47:20.560Z] #60 8.784 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-01-29T16:47:20.560Z] #60 ... [2020-01-29T16:47:20.560Z] [2020-01-29T16:47:20.560Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:47:20.560Z] #44 1.281 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:47:20.560Z] #44 1.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:47:20.560Z] #44 1.442 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:47:20.560Z] #44 3.047 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7695 kB] [2020-01-29T16:47:20.560Z] #44 6.478 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [169 kB] [2020-01-29T16:47:20.560Z] #44 8.995 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-01-29T16:47:20.850Z] #44 ... [2020-01-29T16:47:20.850Z] [2020-01-29T16:47:20.850Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:47:20.850Z] #26 0.741 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:47:20.850Z] #26 0.901 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:47:20.850Z] #26 0.994 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:47:20.850Z] #26 2.568 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7695 kB] [2020-01-29T16:47:20.850Z] #26 5.993 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [169 kB] [2020-01-29T16:47:20.850Z] #26 8.526 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-01-29T16:47:20.850Z] #26 ... [2020-01-29T16:47:20.850Z] [2020-01-29T16:47:20.850Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:47:20.850Z] #72 0.841 + RM_GOPATH=0 [2020-01-29T16:47:20.850Z] #72 0.841 + TMP_GOPATH= [2020-01-29T16:47:20.850Z] #72 0.841 + : /build [2020-01-29T16:47:20.850Z] #72 0.841 + '[' -z '' ']' [2020-01-29T16:47:20.850Z] #72 0.856 ++ mktemp -d [2020-01-29T16:47:20.850Z] #72 0.861 + export GOPATH=/tmp/tmp.EKcigp1lGz [2020-01-29T16:47:20.850Z] #72 0.862 + GOPATH=/tmp/tmp.EKcigp1lGz [2020-01-29T16:47:20.850Z] #72 0.862 + RM_GOPATH=1 [2020-01-29T16:47:20.850Z] #72 0.864 ++ dirname ./install.sh [2020-01-29T16:47:20.850Z] #72 0.882 + dir=. [2020-01-29T16:47:20.850Z] #72 0.889 + bin=proxy [2020-01-29T16:47:20.850Z] #72 0.890 + shift [2020-01-29T16:47:20.850Z] #72 0.893 + '[' '!' -f ./proxy.installer ']' [2020-01-29T16:47:20.850Z] #72 0.894 + . ./proxy.installer [2020-01-29T16:47:20.850Z] #72 0.894 ++ : feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:47:20.850Z] #72 0.915 + install_proxy [2020-01-29T16:47:20.850Z] #72 0.917 + case "$1" in [2020-01-29T16:47:20.850Z] #72 0.918 + export CGO_ENABLED=0 [2020-01-29T16:47:20.850Z] #72 0.918 + CGO_ENABLED=0 [2020-01-29T16:47:20.850Z] #72 0.918 + _install_proxy [2020-01-29T16:47:20.850Z] #72 0.919 + echo 'Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9' [2020-01-29T16:47:20.850Z] #72 0.919 Install docker-proxy version feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:47:20.850Z] #72 0.920 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.EKcigp1lGz/src/github.com/docker/libnetwork [2020-01-29T16:47:20.850Z] #72 0.925 Cloning into '/tmp/tmp.EKcigp1lGz/src/github.com/docker/libnetwork'... [2020-01-29T16:47:21.139Z] #72 ... [2020-01-29T16:47:21.139Z] [2020-01-29T16:47:21.139Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:21.139Z] #54 0.671 + RM_GOPATH=0 [2020-01-29T16:47:21.139Z] #54 0.671 + TMP_GOPATH= [2020-01-29T16:47:21.139Z] #54 0.671 + : /build [2020-01-29T16:47:21.139Z] #54 0.675 + '[' -z '' ']' [2020-01-29T16:47:21.139Z] #54 0.676 ++ mktemp -d [2020-01-29T16:47:21.139Z] #54 0.688 + export GOPATH=/tmp/tmp.RHjGYk6JVA [2020-01-29T16:47:21.139Z] #54 0.688 + GOPATH=/tmp/tmp.RHjGYk6JVA [2020-01-29T16:47:21.139Z] #54 0.688 + RM_GOPATH=1 [2020-01-29T16:47:21.139Z] #54 0.689 ++ dirname ./install.sh [2020-01-29T16:47:21.139Z] #54 0.714 + dir=. [2020-01-29T16:47:21.139Z] #54 0.714 + bin=golangci_lint [2020-01-29T16:47:21.139Z] #54 0.714 + shift [2020-01-29T16:47:21.139Z] #54 0.715 + '[' '!' -f ./golangci_lint.installer ']' [2020-01-29T16:47:21.139Z] #54 0.715 + . ./golangci_lint.installer [2020-01-29T16:47:21.139Z] #54 0.715 ++ : v1.20.0 [2020-01-29T16:47:21.139Z] #54 0.716 + install_golangci_lint [2020-01-29T16:47:21.139Z] #54 0.717 + echo 'Installing golangci-lint version v1.20.0' [2020-01-29T16:47:21.139Z] #54 0.717 Installing golangci-lint version v1.20.0 [2020-01-29T16:47:21.139Z] #54 0.717 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-01-29T16:47:21.442Z] #54 ... [2020-01-29T16:47:21.442Z] [2020-01-29T16:47:21.442Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:47:21.442Z] #42 0.774 + git clone https://github.com/docker/distribution.git . [2020-01-29T16:47:21.442Z] #42 0.777 Cloning into '.'... [2020-01-29T16:47:21.442Z] #42 ... [2020-01-29T16:47:21.442Z] [2020-01-29T16:47:21.442Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:21.442Z] #66 0.380 + RM_GOPATH=0 [2020-01-29T16:47:21.442Z] #66 0.380 + TMP_GOPATH= [2020-01-29T16:47:21.442Z] #66 0.380 + : /build/ [2020-01-29T16:47:21.442Z] #66 0.380 + '[' -z '' ']' [2020-01-29T16:47:21.442Z] #66 0.380 ++ mktemp -d [2020-01-29T16:47:21.442Z] #66 0.382 + export GOPATH=/tmp/tmp.Hz4AVC9VGA [2020-01-29T16:47:21.442Z] #66 0.382 + GOPATH=/tmp/tmp.Hz4AVC9VGA [2020-01-29T16:47:21.442Z] #66 0.382 + RM_GOPATH=1 [2020-01-29T16:47:21.442Z] #66 0.383 ++ dirname ./install.sh [2020-01-29T16:47:21.442Z] #66 0.384 + dir=. [2020-01-29T16:47:21.442Z] #66 0.384 + bin=rootlesskit [2020-01-29T16:47:21.442Z] #66 0.384 + shift [2020-01-29T16:47:21.442Z] #66 0.384 + '[' '!' -f ./rootlesskit.installer ']' [2020-01-29T16:47:21.442Z] #66 0.384 + . ./rootlesskit.installer [2020-01-29T16:47:21.442Z] #66 0.384 ++ : 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:47:21.442Z] #66 0.385 + install_rootlesskit [2020-01-29T16:47:21.442Z] #66 0.385 + case "$1" in [2020-01-29T16:47:21.442Z] #66 0.385 + export CGO_ENABLED=0 [2020-01-29T16:47:21.442Z] #66 0.385 + CGO_ENABLED=0 [2020-01-29T16:47:21.442Z] #66 0.385 + _install_rootlesskit [2020-01-29T16:47:21.442Z] #66 0.385 Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:47:21.442Z] #66 0.385 + echo 'Install rootlesskit version 76c4e26750da3986fa0e741464fbf0fcd55bea71' [2020-01-29T16:47:21.442Z] #66 0.386 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Hz4AVC9VGA/src/github.com/rootless-containers/rootlesskit [2020-01-29T16:47:21.442Z] #66 0.388 Cloning into '/tmp/tmp.Hz4AVC9VGA/src/github.com/rootless-containers/rootlesskit'... [2020-01-29T16:47:21.442Z] #66 7.053 + cd /tmp/tmp.Hz4AVC9VGA/src/github.com/rootless-containers/rootlesskit [2020-01-29T16:47:21.442Z] #66 7.055 + git checkout -q 76c4e26750da3986fa0e741464fbf0fcd55bea71 [2020-01-29T16:47:21.442Z] #66 8.033 + for f in rootlesskit rootlesskit-docker-proxy [2020-01-29T16:47:21.442Z] #66 8.042 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-01-29T16:47:21.733Z] #66 ... [2020-01-29T16:47:21.733Z] [2020-01-29T16:47:21.733Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:47:21.733Z] #11 0.740 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:47:21.733Z] #11 0.882 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:47:21.733Z] #11 0.985 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:47:21.733Z] #11 2.565 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7695 kB] [2020-01-29T16:47:21.733Z] #11 5.974 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [169 kB] [2020-01-29T16:47:21.733Z] #11 8.548 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-01-29T16:47:21.733Z] #11 ... [2020-01-29T16:47:21.733Z] [2020-01-29T16:47:21.733Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:21.733Z] #51 0.839 + RM_GOPATH=0 [2020-01-29T16:47:21.733Z] #51 0.839 + TMP_GOPATH= [2020-01-29T16:47:21.733Z] #51 0.839 + : /build [2020-01-29T16:47:21.733Z] #51 0.840 + '[' -z '' ']' [2020-01-29T16:47:21.733Z] #51 0.843 ++ mktemp -d [2020-01-29T16:47:21.733Z] #51 0.845 + export GOPATH=/tmp/tmp.lz1Y9bna57 [2020-01-29T16:47:21.733Z] #51 0.845 + GOPATH=/tmp/tmp.lz1Y9bna57 [2020-01-29T16:47:21.733Z] #51 0.845 + RM_GOPATH=1 [2020-01-29T16:47:21.733Z] #51 0.846 ++ dirname ./install.sh [2020-01-29T16:47:21.733Z] #51 0.849 + dir=. [2020-01-29T16:47:21.733Z] #51 0.849 + bin=gotestsum [2020-01-29T16:47:21.733Z] #51 0.849 + shift [2020-01-29T16:47:21.733Z] #51 0.849 + '[' '!' -f ./gotestsum.installer ']' [2020-01-29T16:47:21.733Z] #51 0.851 + . ./gotestsum.installer [2020-01-29T16:47:21.733Z] #51 0.852 ++ : v0.3.5 [2020-01-29T16:47:21.733Z] #51 0.853 + install_gotestsum [2020-01-29T16:47:21.733Z] #51 0.853 + echo 'Installing gotestsum version v0.3.5' [2020-01-29T16:47:21.733Z] #51 0.853 Installing gotestsum version v0.3.5 [2020-01-29T16:47:21.733Z] #51 0.853 + go get -d gotest.tools/gotestsum [2020-01-29T16:47:22.023Z] #51 ... [2020-01-29T16:47:22.023Z] [2020-01-29T16:47:22.023Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:47:22.023Z] #36 1.171 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:47:22.023Z] #36 1.332 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:47:22.023Z] #36 1.353 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:47:22.023Z] #36 3.083 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7695 kB] [2020-01-29T16:47:22.023Z] #36 6.404 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [169 kB] [2020-01-29T16:47:22.023Z] #36 9.180 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-01-29T16:47:22.023Z] #36 ... [2020-01-29T16:47:22.023Z] [2020-01-29T16:47:22.023Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:47:22.023Z] #31 0.628 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-01-29T16:47:22.023Z] #31 0.630 Cloning into '.'... [2020-01-29T16:47:22.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-01-29T16:47:22.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-01-29T16:47:22.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-01-29T16:47:22.311Z] #31 ... [2020-01-29T16:47:22.311Z] [2020-01-29T16:47:22.311Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:47:22.311Z] #48 0.847 + RM_GOPATH=0 [2020-01-29T16:47:22.311Z] #48 0.857 + TMP_GOPATH= [2020-01-29T16:47:22.311Z] #48 0.857 + : /build [2020-01-29T16:47:22.311Z] #48 0.858 + '[' -z '' ']' [2020-01-29T16:47:22.311Z] #48 0.859 ++ mktemp -d [2020-01-29T16:47:22.311Z] #48 0.880 + export GOPATH=/tmp/tmp.c1nB8yzzO1 [2020-01-29T16:47:22.311Z] #48 0.880 + GOPATH=/tmp/tmp.c1nB8yzzO1 [2020-01-29T16:47:22.311Z] #48 0.880 + RM_GOPATH=1 [2020-01-29T16:47:22.311Z] #48 0.882 ++ dirname ./install.sh [2020-01-29T16:47:22.311Z] #48 0.884 + dir=. [2020-01-29T16:47:22.311Z] #48 0.884 + bin=vndr [2020-01-29T16:47:22.311Z] #48 0.884 + shift [2020-01-29T16:47:22.311Z] #48 0.884 + '[' '!' -f ./vndr.installer ']' [2020-01-29T16:47:22.311Z] #48 0.884 + . ./vndr.installer [2020-01-29T16:47:22.311Z] #48 0.884 ++ : d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:47:22.311Z] #48 0.886 + install_vndr [2020-01-29T16:47:22.311Z] #48 0.886 + echo 'Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f' [2020-01-29T16:47:22.311Z] #48 0.886 Install vndr version d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:47:22.311Z] #48 0.886 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.c1nB8yzzO1/src/github.com/LK4D4/vndr [2020-01-29T16:47:22.311Z] #48 0.890 Cloning into '/tmp/tmp.c1nB8yzzO1/src/github.com/LK4D4/vndr'... [2020-01-29T16:47:22.311Z] #48 1.991 + cd /tmp/tmp.c1nB8yzzO1/src/github.com/LK4D4/vndr [2020-01-29T16:47:22.311Z] #48 1.992 + git checkout -q d385c05e4c23b602dd16b3d2a1a6c710919bf02f [2020-01-29T16:47:22.311Z] #48 2.034 + go build -buildmode=pie -v -o /build/vndr . [2020-01-29T16:47:22.311Z] #48 4.585 internal/cpu [2020-01-29T16:47:22.311Z] #48 4.685 internal/race [2020-01-29T16:47:22.311Z] #48 4.767 runtime/internal/sys [2020-01-29T16:47:22.311Z] #48 4.884 runtime/internal/atomic [2020-01-29T16:47:22.311Z] #48 5.136 sync/atomic [2020-01-29T16:47:22.311Z] #48 6.078 unicode [2020-01-29T16:47:22.311Z] #48 6.279 unicode/utf8 [2020-01-29T16:47:22.311Z] #48 6.387 math/bits [2020-01-29T16:47:22.311Z] #48 6.962 internal/bytealg [2020-01-29T16:47:22.311Z] #48 9.433 internal/testlog [2020-01-29T16:47:22.311Z] #48 9.479 runtime [2020-01-29T16:47:22.311Z] #48 9.617 math [2020-01-29T16:47:22.311Z] #48 10.90 unicode/utf16 [2020-01-29T16:47:22.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-01-29T16:47:22.939Z] #48 12.15 container/list [2020-01-29T16:47:23.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-01-29T16:47:23.882Z] #62 234.0 + bin/containerd-stress [2020-01-29T16:47:23.882Z] #62 235.8 + bin/containerd-shim [2020-01-29T16:47:25.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-01-29T16:47:26.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-01-29T16:47:27.370Z] #48 15.94 crypto/internal/subtle [2020-01-29T16:47:27.370Z] #48 16.28 crypto/subtle [2020-01-29T16:47:27.658Z] #48 16.80 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-01-29T16:47:27.947Z] #48 17.15 internal/nettrace [2020-01-29T16:47:28.074Z] #62 242.5 + bin/containerd-shim-runc-v1 [2020-01-29T16:47:28.582Z] #48 17.62 runtime/cgo [2020-01-29T16:47:28.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-01-29T16:47:31.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-01-29T16:47:31.442Z] #48 ... [2020-01-29T16:47:31.442Z] [2020-01-29T16:47:31.442Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:47:31.442Z] #34 10.16 runtime/cgo [2020-01-29T16:47:31.521Z] #62 245.7 + bin/containerd-shim-runc-v2 [2020-01-29T16:47:32.091Z] #62 246.5 + binaries [2020-01-29T16:47:32.091Z] #62 246.5 + mkdir -p /build [2020-01-29T16:47:32.091Z] #62 246.5 + cp bin/containerd /build/containerd [2020-01-29T16:47:32.091Z] #62 246.6 + cp bin/containerd-shim /build/containerd-shim [2020-01-29T16:47:32.091Z] #62 246.6 + cp bin/ctr /build/ctr [2020-01-29T16:47:32.660Z] #62 DONE 247.2s [2020-01-29T16:47:33.494Z] #34 ... [2020-01-29T16:47:33.494Z] [2020-01-29T16:47:33.494Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:47:33.494Z] #48 22.64 vendor/golang.org/x/crypto/internal/subtle [2020-01-29T16:47:33.601Z] [2020-01-29T16:47:33.601Z] #63 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-01-29T16:47:33.601Z] #63 DONE 0.2s [2020-01-29T16:47:33.858Z] [2020-01-29T16:47:33.858Z] #67 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-01-29T16:47:33.858Z] #67 DONE 0.1s [2020-01-29T16:47:33.858Z] [2020-01-29T16:47:33.858Z] #69 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-01-29T16:47:33.858Z] #69 DONE 0.1s [2020-01-29T16:47:33.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-01-29T16:47:34.116Z] [2020-01-29T16:47:34.116Z] #72 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-01-29T16:47:34.116Z] #72 DONE 0.1s [2020-01-29T16:47:34.116Z] [2020-01-29T16:47:34.116Z] #73 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-01-29T16:47:34.116Z] #73 DONE 0.0s [2020-01-29T16:47:34.116Z] [2020-01-29T16:47:34.116Z] #74 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-01-29T16:47:34.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-01-29T16:47:35.054Z] #74 DONE 0.8s [2020-01-29T16:47:35.054Z] [2020-01-29T16:47:35.054Z] #75 exporting to image [2020-01-29T16:47:35.054Z] #75 exporting layers [2020-01-29T16:47:37.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-01-29T16:47:38.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-01-29T16:47:39.046Z] #48 ... [2020-01-29T16:47:39.046Z] [2020-01-29T16:47:39.046Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:47:39.046Z] #42 25.58 Checking out files: 65% (1016/1559) Checking out files: 66% (1029/1559) Checking out files: 67% (1045/1559) Checking out files: 68% (1061/1559) Checking out files: 69% (1076/1559) Checking out files: 70% (1092/1559) Checking out files: 71% (1107/1559) Checking out files: 72% (1123/1559) Checking out files: 73% (1139/1559) Checking out files: 74% (1154/1559) Checking out files: 75% (1170/1559) Checking out files: 76% (1185/1559) Checking out files: 77% (1201/1559) Checking out files: 78% (1217/1559) Checking out files: 79% (1232/1559) Checking out files: 80% (1248/1559) Checking out files: 81% (1263/1559) Checking out files: 82% (1279/1559) Checking out files: 83% (1294/1559) Checking out files: 84% (1310/1559) Checking out files: 85% (1326/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2020-01-29T16:47:39.046Z] #42 26.35 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-01-29T16:47:39.975Z] #42 29.16 + 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-01-29T16:47:40.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-01-29T16:47:41.564Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-01-29T16:47:41.564Z] Using test binary docker [2020-01-29T16:47:41.564Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-01-29T16:47:41.564Z] +++ /etc/init.d/apparmor start [2020-01-29T16:47:41.564Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T16:47:41.564Z] INFO: Waiting for daemon to start... [2020-01-29T16:47:41.564Z] Starting dockerd [2020-01-29T16:47:41.564Z] +++ 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-01-29T16:47:41.672Z] #75 exporting layers 6.5s done [2020-01-29T16:47:41.672Z] #75 writing image sha256:470e5fd242fb05f54120e95b18c4004836ba3a1b7dd96f6b12a99afcbbb70440 done [2020-01-29T16:47:41.672Z] #75 naming to docker.io/library/docker:fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:47:41.672Z] #75 naming to docker.io/library/docker:fb155a1125d059ed0ded96aeb2116132707f08c5 done [2020-01-29T16:47:41.672Z] #75 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-01-29T16:47:43.126Z] [2020-01-29T16:47:43.126Z] Removing bundles/ [2020-01-29T16:47:43.126Z] [2020-01-29T16:47:43.126Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-01-29T16:47:43.126Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:47:43.126Z] GOOS="" GOARCH="" GOARM="" [2020-01-29T16:47:44.098Z] . [2020-01-29T16:47:44.098Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-01-29T16:47:44.098Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-01-29T16:47:44.098Z] Error: No such image: emptyfs [2020-01-29T16:47:44.098Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-01-29T16:47:44.098Z] ++++ docker load [2020-01-29T16:47:44.098Z] Running integration-test (iteration 1) [2020-01-29T16:47:44.098Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-01-29T16:47:44.098Z] ++ 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-01-29T16:47:44.098Z] ++ set -e [2020-01-29T16:47:44.098Z] ++ '[' -n 0 ']' [2020-01-29T16:47:44.098Z] ++ set -x [2020-01-29T16:47:44.098Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:47:44.409Z] #42 ... [2020-01-29T16:47:44.409Z] [2020-01-29T16:47:44.409Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:47:44.409Z] #36 23.28 Fetched 8106 kB in 22s (366 kB/s) [2020-01-29T16:47:44.409Z] #36 23.28 Reading package lists... [2020-01-29T16:47:44.409Z] #36 32.72 Reading package lists... [2020-01-29T16:47:44.409Z] #36 ... [2020-01-29T16:47:44.409Z] [2020-01-29T16:47:44.409Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:47:44.409Z] #60 23.23 Fetched 8106 kB in 22s (360 kB/s) [2020-01-29T16:47:44.409Z] #60 23.23 Reading package lists... [2020-01-29T16:47:44.409Z] #60 33.06 Reading package lists... [2020-01-29T16:47:44.409Z] #60 ... [2020-01-29T16:47:44.409Z] [2020-01-29T16:47:44.409Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:47:44.409Z] #72 26.57 Checking out files: 91% (1830/1997) Checking out files: 92% (1838/1997) Checking out files: 93% (1858/1997) Checking out files: 94% (1878/1997) Checking out files: 95% (1898/1997) Checking out files: 96% (1918/1997) Checking out files: 97% (1938/1997) Checking out files: 98% (1958/1997) Checking out files: 99% (1978/1997) Checking out files: 100% (1997/1997) Checking out files: 100% (1997/1997), done. [2020-01-29T16:47:44.409Z] #72 26.81 + cd /tmp/tmp.EKcigp1lGz/src/github.com/docker/libnetwork [2020-01-29T16:47:44.409Z] #72 26.81 + git checkout -q feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9 [2020-01-29T16:47:44.409Z] #72 27.40 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-01-29T16:47:44.409Z] #72 ... [2020-01-29T16:47:44.409Z] [2020-01-29T16:47:44.409Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:44.409Z] #54 33.23 + cd /tmp/tmp.RHjGYk6JVA/src/github.com/golangci/golangci-lint/ [2020-01-29T16:47:44.409Z] #54 33.23 + git checkout -q v1.20.0 [2020-01-29T16:47:44.409Z] #54 ... [2020-01-29T16:47:44.409Z] [2020-01-29T16:47:44.409Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:47:44.409Z] #44 23.82 Fetched 8106 kB in 23s (359 kB/s) [2020-01-29T16:47:44.409Z] #44 23.82 Reading package lists... [2020-01-29T16:47:44.409Z] #44 33.54 Reading package lists... [2020-01-29T16:47:44.409Z] #44 ... [2020-01-29T16:47:44.409Z] [2020-01-29T16:47:44.409Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:47:44.409Z] #11 23.96 Fetched 8106 kB in 23s (347 kB/s) [2020-01-29T16:47:44.409Z] #11 23.96 Reading package lists... [2020-01-29T16:47:44.619Z] sha256:3786bafcdbd9e600399ff999321f3dd8fa24127b458b59e89a2d1f7978f5b17e [2020-01-29T16:47:44.619Z] INFO: Starting docker-py tests... [2020-01-29T16:47:44.698Z] #11 33.54 Reading package lists... [2020-01-29T16:47:44.698Z] #11 ... [2020-01-29T16:47:44.698Z] [2020-01-29T16:47:44.698Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:47:44.698Z] #26 24.17 Fetched 8106 kB in 23s (346 kB/s) [2020-01-29T16:47:44.698Z] #26 24.17 Reading package lists... [2020-01-29T16:47:44.876Z] ============================= test session starts ============================== [2020-01-29T16:47:44.876Z] platform linux -- Python 3.7.6, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-01-29T16:47:44.876Z] rootdir: /src, inifile: pytest.ini [2020-01-29T16:47:44.876Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-01-29T16:47:44.988Z] #26 ... [2020-01-29T16:47:44.989Z] [2020-01-29T16:47:44.989Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:47:44.989Z] #54 33.84 ++ git describe --tags [2020-01-29T16:47:44.989Z] #54 33.84 + version=v1.20.0 [2020-01-29T16:47:44.989Z] #54 33.84 ++ git rev-parse --short HEAD [2020-01-29T16:47:44.989Z] #54 33.85 + commit=cc98739 [2020-01-29T16:47:44.989Z] #54 33.88 ++ git show -s --format=%cd [2020-01-29T16:47:44.989Z] #54 33.90 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2020-01-29T16:47:44.989Z] #54 33.92 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-01-29T16:47:45.808Z] collected 385 items / 3 deselected / 382 selected [2020-01-29T16:47:45.808Z] [2020-01-29T16:47:52.713Z] Client: [2020-01-29T16:47:52.713Z] Debug Mode: false [2020-01-29T16:47:52.713Z] Plugins: [2020-01-29T16:47:52.713Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2020-01-29T16:47:52.713Z] [2020-01-29T16:47:52.713Z] Server: [2020-01-29T16:47:52.713Z] Containers: 0 [2020-01-29T16:47:52.713Z] Running: 0 [2020-01-29T16:47:52.713Z] Paused: 0 [2020-01-29T16:47:52.713Z] Stopped: 0 [2020-01-29T16:47:52.713Z] Images: 0 [2020-01-29T16:47:52.713Z] Server Version: 19.03.2 [2020-01-29T16:47:52.713Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-01-29T16:47:52.713Z] Windows: [2020-01-29T16:47:52.713Z] LCOW: [2020-01-29T16:47:52.713Z] Logging Driver: json-file [2020-01-29T16:47:52.713Z] Plugins: [2020-01-29T16:47:52.713Z] Volume: local [2020-01-29T16:47:52.713Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2020-01-29T16:47:52.713Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-01-29T16:47:52.713Z] Swarm: inactive [2020-01-29T16:47:52.713Z] Default Isolation: process [2020-01-29T16:47:52.713Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-01-29T16:47:52.713Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-01-29T16:47:52.713Z] OSType: windows [2020-01-29T16:47:52.713Z] Architecture: x86_64 [2020-01-29T16:47:52.713Z] CPUs: 4 [2020-01-29T16:47:52.713Z] Total Memory: 32GiB [2020-01-29T16:47:52.713Z] Name: azwin-2-bd9530 [2020-01-29T16:47:52.713Z] ID: JLDZ:4TIW:6JP7:YDTQ:EZO6:QYPX:YHCA:JADS:6DDJ:6WOV:UEV7:YGLC [2020-01-29T16:47:52.713Z] Docker Root Dir: D:\docker [2020-01-29T16:47:52.713Z] Debug Mode: false [2020-01-29T16:47:52.713Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:47:52.713Z] Labels: [2020-01-29T16:47:52.713Z] Experimental: true [2020-01-29T16:47:52.713Z] Insecure Registries: [2020-01-29T16:47:52.713Z] 10.0.0.4:5000 [2020-01-29T16:47:52.713Z] 127.0.0.0/8 [2020-01-29T16:47:52.713Z] Registry Mirrors: [2020-01-29T16:47:52.713Z] http://10.0.0.4:5000/ [2020-01-29T16:47:52.713Z] Live Restore Enabled: false [2020-01-29T16:47:52.713Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-01-29T16:47:53.451Z] #54 ... [2020-01-29T16:47:53.451Z] [2020-01-29T16:47:53.451Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:47:53.451Z] #36 32.72 Reading package lists... [2020-01-29T16:47:54.077Z] #36 41.89 Building dependency tree... [2020-01-29T16:47:54.082Z] Loaded image: buildpack-deps:jessie [2020-01-29T16:47:54.082Z] Loaded image: busybox:latest [2020-01-29T16:47:54.082Z] Loaded image: busybox:glibc [2020-01-29T16:47:54.082Z] Loaded image: debian:jessie [2020-01-29T16:47:54.082Z] Loaded image: hello-world:latest [2020-01-29T16:47:54.082Z] INFO: Testing against a local daemon [2020-01-29T16:47:54.082Z] === RUN TestCgroupNamespacesBuild [2020-01-29T16:47:55.582Z] #36 ... [2020-01-29T16:47:55.582Z] [2020-01-29T16:47:55.583Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:47:55.583Z] #26 34.68 Reading package lists... [2020-01-29T16:47:55.583Z] #26 ... [2020-01-29T16:47:55.583Z] [2020-01-29T16:47:55.583Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:47:55.583Z] #11 33.54 Reading package lists... [2020-01-29T16:47:57.635Z] #11 44.51 Building dependency tree... [2020-01-29T16:47:58.275Z] --- PASS: TestCgroupNamespacesBuild (4.42s) [2020-01-29T16:47:58.275Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-01-29T16:47:59.723Z] #11 48.89 The following additional packages will be installed: [2020-01-29T16:47:59.723Z] #11 48.90 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-01-29T16:47:59.723Z] #11 48.90 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-01-29T16:47:59.723Z] #11 48.90 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-01-29T16:47:59.723Z] #11 48.90 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-01-29T16:47:59.723Z] #11 48.93 Suggested packages: [2020-01-29T16:47:59.723Z] #11 48.93 gcc-8-locales seccomp wine64 [2020-01-29T16:48:00.181Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s) [2020-01-29T16:48:00.181Z] === RUN TestBuildWithSession [2020-01-29T16:48:00.181Z] --- SKIP: TestBuildWithSession (0.00s) [2020-01-29T16:48:00.181Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T16:48:00.181Z] === RUN TestBuildSquashParent [2020-01-29T16:48:00.756Z] #11 ... [2020-01-29T16:48:00.756Z] [2020-01-29T16:48:00.756Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:48:00.756Z] #36 45.29 The following additional packages will be installed: [2020-01-29T16:48:00.756Z] #36 45.31 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-01-29T16:48:00.756Z] #36 45.32 Suggested packages: [2020-01-29T16:48:00.756Z] #36 45.32 cmake-doc ninja-build lrzip [2020-01-29T16:48:00.756Z] #36 45.32 Recommended packages: [2020-01-29T16:48:00.756Z] #36 45.33 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-01-29T16:48:00.756Z] #36 47.09 The following NEW packages will be installed: [2020-01-29T16:48:00.756Z] #36 47.12 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-01-29T16:48:00.756Z] #36 47.12 vim-common xxd [2020-01-29T16:48:00.756Z] #36 47.41 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:48:00.756Z] #36 47.41 Need to get 14.9 MB of archives. [2020-01-29T16:48:00.756Z] #36 47.41 After this operation, 67.2 MB of additional disk space will be used. [2020-01-29T16:48:00.756Z] #36 47.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-01-29T16:48:00.756Z] #36 47.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-01-29T16:48:00.756Z] #36 47.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-01-29T16:48:00.756Z] #36 47.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-01-29T16:48:00.756Z] #36 49.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-01-29T16:48:00.756Z] #36 49.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-01-29T16:48:00.756Z] #36 49.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-01-29T16:48:00.756Z] #36 49.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-01-29T16:48:00.756Z] #36 49.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-01-29T16:48:00.756Z] #36 49.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-01-29T16:48:01.792Z] #36 ... [2020-01-29T16:48:01.792Z] [2020-01-29T16:48:01.792Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:48:01.792Z] #11 51.36 The following NEW packages will be installed: [2020-01-29T16:48:02.082Z] #11 51.36 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-01-29T16:48:02.082Z] #11 51.37 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-01-29T16:48:02.082Z] #11 51.37 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-01-29T16:48:02.082Z] #11 51.37 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-01-29T16:48:02.082Z] #11 51.37 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-01-29T16:48:02.083Z] #11 51.37 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-01-29T16:48:02.371Z] #11 51.61 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:48:02.371Z] #11 51.61 Need to get 78.9 MB of archives. [2020-01-29T16:48:02.371Z] #11 51.61 After this operation, 532 MB of additional disk space will be used. [2020-01-29T16:48:02.371Z] #11 51.61 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-01-29T16:48:02.371Z] #11 ... [2020-01-29T16:48:02.371Z] [2020-01-29T16:48:02.371Z] #60 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-01-29T16:48:02.371Z] #60 33.06 Reading package lists... [2020-01-29T16:48:02.371Z] #60 43.19 Building dependency tree... [2020-01-29T16:48:02.371Z] #60 47.22 The following additional packages will be installed: [2020-01-29T16:48:02.371Z] #60 47.24 libbtrfs0 [2020-01-29T16:48:02.371Z] #60 47.57 The following NEW packages will be installed: [2020-01-29T16:48:02.371Z] #60 47.62 libbtrfs-dev libbtrfs0 [2020-01-29T16:48:02.371Z] #60 47.97 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:48:02.371Z] #60 47.97 Need to get 120 kB of archives. [2020-01-29T16:48:02.371Z] #60 47.97 After this operation, 423 kB of additional disk space will be used. [2020-01-29T16:48:02.371Z] #60 47.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-01-29T16:48:02.371Z] #60 48.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-01-29T16:48:02.371Z] #60 50.35 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:48:02.371Z] #60 50.68 Fetched 120 kB in 0s (1111 kB/s) [2020-01-29T16:48:02.371Z] #60 50.84 Selecting previously unselected package libbtrfs0. [2020-01-29T16:48:02.371Z] #60 50.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-01-29T16:48:02.371Z] #60 50.97 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-01-29T16:48:02.371Z] #60 50.99 Unpacking libbtrfs0 (4.20.1-2) ... [2020-01-29T16:48:02.371Z] #60 51.13 Selecting previously unselected package libbtrfs-dev. [2020-01-29T16:48:02.371Z] #60 51.14 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-01-29T16:48:02.371Z] #60 51.15 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:48:02.371Z] #60 51.42 Setting up libbtrfs0 (4.20.1-2) ... [2020-01-29T16:48:02.371Z] #60 51.45 Setting up libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:48:02.371Z] #60 51.46 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:48:02.371Z] #60 DONE 51.8s [2020-01-29T16:48:02.371Z] [2020-01-29T16:48:02.371Z] #61 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:48:02.371Z] #61 DONE 0.1s [2020-01-29T16:48:02.371Z] [2020-01-29T16:48:02.371Z] #62 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-01-29T16:48:02.371Z] #62 DONE 0.1s [2020-01-29T16:48:02.661Z] [2020-01-29T16:48:02.661Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:48:02.661Z] #63 0.280 + RM_GOPATH=0 [2020-01-29T16:48:02.951Z] #63 0.280 + TMP_GOPATH= [2020-01-29T16:48:02.951Z] #63 0.280 + : /build [2020-01-29T16:48:02.951Z] #63 0.280 + '[' -z '' ']' [2020-01-29T16:48:02.951Z] #63 0.283 ++ mktemp -d [2020-01-29T16:48:02.951Z] #63 0.294 + export GOPATH=/tmp/tmp.1TnbohPTlS [2020-01-29T16:48:02.951Z] #63 0.315 + GOPATH=/tmp/tmp.1TnbohPTlS [2020-01-29T16:48:02.951Z] #63 0.315 + RM_GOPATH=1 [2020-01-29T16:48:02.951Z] #63 0.319 ++ dirname ./install.sh [2020-01-29T16:48:02.951Z] #63 0.323 + dir=. [2020-01-29T16:48:02.951Z] #63 0.325 + bin=containerd [2020-01-29T16:48:02.951Z] #63 0.326 + shift [2020-01-29T16:48:02.951Z] #63 0.327 + '[' '!' -f ./containerd.installer ']' [2020-01-29T16:48:02.951Z] #63 0.328 + . ./containerd.installer [2020-01-29T16:48:02.951Z] #63 0.331 ++ : ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:48:02.951Z] #63 0.332 + install_containerd [2020-01-29T16:48:02.951Z] #63 0.337 + echo 'Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6' [2020-01-29T16:48:02.951Z] #63 0.338 Install containerd version ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:48:02.951Z] #63 0.340 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1TnbohPTlS/src/github.com/containerd/containerd [2020-01-29T16:48:02.951Z] #63 0.344 Cloning into '/tmp/tmp.1TnbohPTlS/src/github.com/containerd/containerd'... [2020-01-29T16:48:03.316Z] #76 exporting layers 45.0s done [2020-01-29T16:48:03.316Z] #76 exporting manifest sha256:31b968493fad71c35f40c6548214025c64028faaaa647898086e49aa000e1fc6 done [2020-01-29T16:48:03.316Z] #76 exporting config sha256:c48603c4805a9f1e9c9a9a216d7dd6de77e22e45761972147ecd7b0222066444 done [2020-01-29T16:48:03.316Z] #76 sending tarball [2020-01-29T16:48:04.457Z] #63 ... [2020-01-29T16:48:04.457Z] [2020-01-29T16:48:04.457Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:48:04.457Z] #44 33.54 Reading package lists... [2020-01-29T16:48:04.457Z] #44 44.56 Building dependency tree... [2020-01-29T16:48:04.457Z] #44 49.41 The following additional packages will be installed: [2020-01-29T16:48:04.457Z] #44 49.41 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-01-29T16:48:04.457Z] #44 49.41 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-01-29T16:48:04.457Z] #44 49.43 Suggested packages: [2020-01-29T16:48:04.457Z] #44 49.43 manpages-dev python-setuptools [2020-01-29T16:48:04.457Z] #44 52.46 The following NEW packages will be installed: [2020-01-29T16:48:04.457Z] #44 52.46 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-01-29T16:48:04.457Z] #44 52.47 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-01-29T16:48:04.457Z] #44 52.47 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-01-29T16:48:04.457Z] #44 52.47 python-six zlib1g-dev [2020-01-29T16:48:04.457Z] #44 52.73 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:48:04.457Z] #44 52.73 Need to get 4075 kB of archives. [2020-01-29T16:48:04.457Z] #44 52.73 After this operation, 24.5 MB of additional disk space will be used. [2020-01-29T16:48:04.457Z] #44 52.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-01-29T16:48:04.457Z] #44 52.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-01-29T16:48:04.457Z] #44 52.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-01-29T16:48:04.457Z] #44 52.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-01-29T16:48:04.457Z] #44 52.87 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-01-29T16:48:04.457Z] #44 52.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-01-29T16:48:04.457Z] #44 52.90 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-01-29T16:48:04.457Z] #44 52.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-01-29T16:48:04.457Z] #44 53.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-01-29T16:48:04.457Z] #44 53.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-01-29T16:48:04.457Z] #44 53.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-01-29T16:48:04.457Z] #44 53.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-01-29T16:48:04.457Z] #44 53.53 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-01-29T16:48:04.457Z] #44 53.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-01-29T16:48:04.457Z] #44 53.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-01-29T16:48:04.457Z] #44 53.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-01-29T16:48:04.457Z] #44 53.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-01-29T16:48:04.758Z] #44 ... [2020-01-29T16:48:04.758Z] [2020-01-29T16:48:04.758Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:48:04.758Z] #36 51.80 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:48:04.758Z] #36 52.13 Fetched 14.9 MB in 2s (6278 kB/s) [2020-01-29T16:48:04.758Z] #36 52.31 Selecting previously unselected package xxd. [2020-01-29T16:48:04.758Z] #36 52.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-01-29T16:48:04.758Z] #36 52.48 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-01-29T16:48:04.758Z] #36 52.48 Unpacking xxd (2:8.1.0875-5) ... [2020-01-29T16:48:04.758Z] #36 52.88 Selecting previously unselected package vim-common. [2020-01-29T16:48:04.758Z] #36 52.89 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:48:04.758Z] #36 53.01 Unpacking vim-common (2:8.1.0875-5) ... [2020-01-29T16:48:04.758Z] #36 53.68 Selecting previously unselected package cmake-data. [2020-01-29T16:48:04.758Z] #36 53.71 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-01-29T16:48:04.758Z] #36 53.72 Unpacking cmake-data (3.13.4-1) ... [2020-01-29T16:48:05.792Z] #36 ... [2020-01-29T16:48:05.792Z] [2020-01-29T16:48:05.792Z] #26 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-01-29T16:48:05.792Z] #26 45.03 Building dependency tree... [2020-01-29T16:48:05.792Z] #26 49.35 ca-certificates is already the newest version (20190110). [2020-01-29T16:48:05.792Z] #26 49.35 The following additional packages will be installed: [2020-01-29T16:48:05.792Z] #26 49.36 libjq1 libonig5 [2020-01-29T16:48:05.792Z] #26 50.16 The following NEW packages will be installed: [2020-01-29T16:48:05.792Z] #26 50.19 jq libjq1 libonig5 [2020-01-29T16:48:05.792Z] #26 50.44 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:48:05.792Z] #26 50.44 Need to get 358 kB of archives. [2020-01-29T16:48:05.792Z] #26 50.44 After this operation, 1277 kB of additional disk space will be used. [2020-01-29T16:48:05.792Z] #26 50.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-01-29T16:48:05.792Z] #26 50.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-01-29T16:48:05.792Z] #26 50.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-01-29T16:48:05.792Z] #26 52.70 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:48:05.792Z] #26 52.98 Fetched 358 kB in 0s (2251 kB/s) [2020-01-29T16:48:05.792Z] #26 53.19 Selecting previously unselected package libonig5:ppc64el. [2020-01-29T16:48:05.792Z] #26 53.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15330 files and directories currently installed.) [2020-01-29T16:48:05.792Z] #26 53.40 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-01-29T16:48:05.792Z] #26 53.41 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-01-29T16:48:05.792Z] #26 53.82 Selecting previously unselected package libjq1:ppc64el. [2020-01-29T16:48:05.792Z] #26 53.83 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-01-29T16:48:05.792Z] #26 53.83 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-01-29T16:48:05.792Z] #26 54.23 Selecting previously unselected package jq. [2020-01-29T16:48:05.792Z] #26 54.24 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-01-29T16:48:05.792Z] #26 54.25 Unpacking jq (1.5+dfsg-2+b1) ... [2020-01-29T16:48:05.792Z] #26 54.68 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-01-29T16:48:05.792Z] #26 54.70 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-01-29T16:48:05.792Z] #26 54.72 Setting up jq (1.5+dfsg-2+b1) ... [2020-01-29T16:48:05.792Z] #26 54.72 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:48:05.792Z] #26 DONE 55.1s [2020-01-29T16:48:05.792Z] [2020-01-29T16:48:05.792Z] #27 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-01-29T16:48:05.792Z] #27 DONE 0.1s [2020-01-29T16:48:05.792Z] [2020-01-29T16:48:05.792Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:06.031Z] #76 ... [2020-01-29T16:48:06.031Z] [2020-01-29T16:48:06.031Z] #77 importing to docker [2020-01-29T16:48:06.031Z] #77 ... [2020-01-29T16:48:06.031Z] [2020-01-29T16:48:06.031Z] #76 exporting to oci image format [2020-01-29T16:48:06.031Z] #76 sending tarball 6.7s done [2020-01-29T16:48:06.031Z] #76 DONE 51.8s [2020-01-29T16:48:06.395Z] [2020-01-29T16:48:06.395Z] #77 importing to docker [2020-01-29T16:48:06.749Z] --- PASS: TestBuildSquashParent (6.02s) [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:48:06.749Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:48:06.749Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:48:06.749Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:48:06.749Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:48:06.749Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:48:06.749Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:48:06.749Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:48:06.749Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:48:06.749Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:48:06.749Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:48:06.749Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:48:08.128Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:48:08.350Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-01-29T16:48:08.350Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-cfc47d44\powershellScript.ps1'; exit $LASTEXITCODE; [2020-01-29T16:48:08.350Z] ---------------------------------------------------------------------------- [2020-01-29T16:48:08.350Z] [2020-01-29T16:48:08.350Z] INFO: executeCI.ps1 starting at Wed Jan 29 16:48:06 CUT 2020 [2020-01-29T16:48:08.350Z] [2020-01-29T16:48:08.350Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-01-29T16:48:08.350Z] INFO: Running git version 2.24.1.windows.2 [2020-01-29T16:48:08.350Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-01-29T16:48:08.350Z] INFO: Environment variables: [2020-01-29T16:48:08.350Z] [2020-01-29T16:48:08.350Z] Name Value [2020-01-29T16:48:08.351Z] ---- ----- [2020-01-29T16:48:08.351Z] ALLUSERSPROFILE C:\ProgramData [2020-01-29T16:48:08.351Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-01-29T16:48:08.351Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-01-29T16:48:08.351Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-01-29T16:48:08.351Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-01-29T16:48:08.351Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-01-29T16:48:08.351Z] BRANCH_NAME PR-40426 [2020-01-29T16:48:08.351Z] BUILD_DISPLAY_NAME #1 [2020-01-29T16:48:08.351Z] BUILD_ID 1 [2020-01-29T16:48:08.351Z] BUILD_NUMBER 1 [2020-01-29T16:48:08.351Z] BUILD_TAG jenkins-moby-PR-40426-1 [2020-01-29T16:48:08.351Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40426/1/ [2020-01-29T16:48:08.351Z] CHANGE_AUTHOR dperny [2020-01-29T16:48:08.351Z] CHANGE_AUTHOR_DISPLAY_NAME Drew Erny [2020-01-29T16:48:08.351Z] CHANGE_AUTHOR_EMAIL drewerny@gmail.com [2020-01-29T16:48:08.351Z] CHANGE_BRANCH bump-swarmkit-fix-logs-leak [2020-01-29T16:48:08.351Z] CHANGE_FORK dperny [2020-01-29T16:48:08.351Z] CHANGE_ID 40426 [2020-01-29T16:48:08.351Z] CHANGE_TARGET master [2020-01-29T16:48:08.351Z] CHANGE_TITLE Fix leak related to service logs [2020-01-29T16:48:08.351Z] CHANGE_URL https://github.com/moby/moby/pull/40426 [2020-01-29T16:48:08.351Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-01-29T16:48:08.351Z] CommonProgramFiles C:\Program Files\Common Files [2020-01-29T16:48:08.351Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-01-29T16:48:08.351Z] CommonProgramW6432 C:\Program Files\Common Files [2020-01-29T16:48:08.351Z] COMPUTERNAME azwin-2-bd9530 [2020-01-29T16:48:08.351Z] ComSpec C:\windows\system32\cmd.exe [2020-01-29T16:48:08.351Z] ConfigSequenceNumber 0 [2020-01-29T16:48:08.351Z] DOCKER_BUILDKIT 0 [2020-01-29T16:48:08.351Z] DOCKER_DUT_DEBUG 1 [2020-01-29T16:48:08.351Z] DOCKER_EXPERIMENTAL 1 [2020-01-29T16:48:08.351Z] DOCKER_GRAPHDRIVER overlay2 [2020-01-29T16:48:08.351Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-01-29T16:48:08.351Z] EXECUTOR_NUMBER 0 [2020-01-29T16:48:08.351Z] FQDN azwin-2-bd9530.westus.cloudapp.azure.com [2020-01-29T16:48:08.351Z] GIT_BRANCH PR-40426 [2020-01-29T16:48:08.351Z] GIT_COMMIT fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:48:08.351Z] GIT_URL https://github.com/moby/moby.git [2020-01-29T16:48:08.351Z] HUDSON_COOKIE dcabbb42-da17-4fb4-8854-28c5d584f290 [2020-01-29T16:48:08.351Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-01-29T16:48:08.351Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-01-29T16:48:08.351Z] HUDSON_URL https://ci.docker.com/public/ [2020-01-29T16:48:08.351Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.232-2.b09.ojdkbuild.windows.x86_64 [2020-01-29T16:48:08.351Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-01-29T16:48:08.351Z] JENKINS_NODE_COOKIE 4e864fa8-3aa2-47ea-b7de-79ac0e4a6c8d [2020-01-29T16:48:08.351Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-01-29T16:48:08.351Z] JENKINS_URL https://ci.docker.com/public/ [2020-01-29T16:48:08.351Z] JOB_BASE_NAME PR-40426 [2020-01-29T16:48:08.351Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40426/display/redirect [2020-01-29T16:48:08.351Z] JOB_NAME moby/PR-40426 [2020-01-29T16:48:08.351Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40426/ [2020-01-29T16:48:08.351Z] library.jps.version master [2020-01-29T16:48:08.351Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-01-29T16:48:08.351Z] NODE_LABELS amd64 azure azwin-2-bd9530 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-01-29T16:48:08.351Z] NODE_NAME azwin-2-bd9530 [2020-01-29T16:48:08.351Z] NUMBER_OF_PROCESSORS 4 [2020-01-29T16:48:08.351Z] OS Windows_NT [2020-01-29T16:48:08.351Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-01-29T16:48:08.351Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-01-29T16:48:08.351Z] PROCESSOR_ARCHITECTURE AMD64 [2020-01-29T16:48:08.352Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-01-29T16:48:08.353Z] PROCESSOR_LEVEL 6 [2020-01-29T16:48:08.353Z] PROCESSOR_REVISION 4f01 [2020-01-29T16:48:08.353Z] ProgramData C:\ProgramData [2020-01-29T16:48:08.353Z] ProgramFiles C:\Program Files [2020-01-29T16:48:08.353Z] ProgramFiles(x86) C:\Program Files (x86) [2020-01-29T16:48:08.353Z] ProgramW6432 C:\Program Files [2020-01-29T16:48:08.353Z] PROMPT $P$G [2020-01-29T16:48:08.353Z] PSExecutionPolicyPreference Bypass [2020-01-29T16:48:08.353Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-01-29T16:48:08.353Z] PUBLIC C:\Users\Public [2020-01-29T16:48:08.353Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40426/1/display/redirect?page=changes [2020-01-29T16:48:08.353Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40426/1/display/redirect [2020-01-29T16:48:08.353Z] SKIP_VALIDATION_TESTS 1 [2020-01-29T16:48:08.353Z] SOURCES_DRIVE d [2020-01-29T16:48:08.353Z] SOURCES_SUBDIR gopath [2020-01-29T16:48:08.353Z] STAGE_NAME Run tests [2020-01-29T16:48:08.353Z] SystemDrive C: [2020-01-29T16:48:08.353Z] SystemRoot C:\windows [2020-01-29T16:48:08.353Z] TEMP C:\windows\TEMP [2020-01-29T16:48:08.353Z] TESTDEBUG 0 [2020-01-29T16:48:08.353Z] TESTRUN_DRIVE d [2020-01-29T16:48:08.353Z] TESTRUN_SUBDIR CI [2020-01-29T16:48:08.353Z] TIMEOUT 120m [2020-01-29T16:48:08.353Z] TMP C:\windows\TEMP [2020-01-29T16:48:08.353Z] USERDOMAIN WORKGROUP [2020-01-29T16:48:08.353Z] USERNAME azwin-2-bd9530$ [2020-01-29T16:48:08.353Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-01-29T16:48:08.353Z] windir C:\windows [2020-01-29T16:48:08.353Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-01-29T16:48:08.353Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-01-29T16:48:08.353Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-01-29T16:48:08.353Z] [2020-01-29T16:48:08.353Z] [2020-01-29T16:48:08.353Z] [2020-01-29T16:48:08.389Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:48:08.819Z] INFO: Sources under d:\gopath\... [2020-01-29T16:48:08.819Z] INFO: Test run under d:\CI\... [2020-01-29T16:48:08.819Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-01-29T16:48:08.819Z] INFO: docker/docker repository was found [2020-01-29T16:48:09.285Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-01-29T16:48:09.316Z] #28 3.308 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-01-29T16:48:09.949Z] #28 4.118 #=#=# [2020-01-29T16:48:10.268Z] ltsc2019: Pulling from windows/servercore [2020-01-29T16:48:10.269Z] 65014b3c3121: Pulling fs layer [2020-01-29T16:48:10.779Z] edbd72df76b4: Pulling fs layer [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.37s) [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.58s) [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.77s) [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.87s) [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.08s) [2020-01-29T16:48:10.925Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s) [2020-01-29T16:48:10.925Z] === RUN TestBuildMultiStageCopy [2020-01-29T16:48:10.925Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-01-29T16:48:11.317Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-01-29T16:48:11.881Z] tests/integration/api_client_test.py ..... [ 7%] [2020-01-29T16:48:12.653Z] #28 4.434 0.1% ## 2.8% ###### 9.2% ######## 11.4% ########### 15.6% ############## 19.9% ############### 22.0% ################## 26.3% ##################### 30.6% ####################### 32.7% ########################## 36.9% ############################### 43.3% ################################## 47.6% ##################################### 51.8% ######################################## 56.1% ########################################### 60.3% ############################################## 64.6% ################################################### 71.0% ####################################################### 77.4% ########################################################## 81.6% ############################################################# 85.9% [2020-01-29T16:48:12.653Z] #28 ... [2020-01-29T16:48:12.653Z] [2020-01-29T16:48:12.653Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:48:12.653Z] #11 52.21 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-01-29T16:48:12.653Z] #11 52.78 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-01-29T16:48:12.653Z] #11 52.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-01-29T16:48:12.653Z] #11 52.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-01-29T16:48:12.653Z] #11 52.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-01-29T16:48:12.653Z] #11 53.52 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-01-29T16:48:12.653Z] #11 53.95 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-01-29T16:48:12.653Z] #11 53.97 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-01-29T16:48:12.653Z] #11 59.95 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-01-29T16:48:12.828Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-01-29T16:48:12.940Z] #11 ... [2020-01-29T16:48:12.941Z] [2020-01-29T16:48:12.941Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:12.941Z] #28 4.434 0.1% ## 2.8% ###### 9.2% ######## 11.4% ########### 15.6% ############## 19.9% ############### 22.0% ################## 26.3% ##################### 30.6% ####################### 32.7% ########################## 36.9% ############################### 43.3% ################################## 47.6% ##################################### 51.8% ######################################## 56.1% ########################################### 60.3% ############################################## 64.6% ################################################### 71.0% ####################################################### 77.4% ########################################################## 81.6% ############################################################# 85.9% ################################################################## 92.3% ####################################################################### 98.7% ######################################################################## 100.0% [2020-01-29T16:48:13.395Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-01-29T16:48:13.866Z] #28 7.937 #=#=# [2020-01-29T16:48:13.963Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-01-29T16:48:14.155Z] #28 8.320 0.2% [2020-01-29T16:48:14.155Z] #28 ... [2020-01-29T16:48:14.155Z] [2020-01-29T16:48:14.155Z] #72 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:48:14.155Z] #72 DONE 63.4s [2020-01-29T16:48:14.155Z] [2020-01-29T16:48:14.155Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:14.222Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-01-29T16:48:14.340Z] tests/integration/api_config_test.py ..... [ 8%] [2020-01-29T16:48:14.794Z] --- PASS: TestBuildMultiStageCopy (4.33s) [2020-01-29T16:48:14.794Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.30s) [2020-01-29T16:48:14.794Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.46s) [2020-01-29T16:48:14.794Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2020-01-29T16:48:14.794Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2020-01-29T16:48:14.794Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2020-01-29T16:48:14.794Z] === RUN TestBuildMultiStageParentConfig [2020-01-29T16:48:15.606Z] #28 8.320 0.2% ##### 7.2% ############# 18.6% ##################### 30.0% ############################# 41.5% ################################## 47.3% ###################################### 53.1% ############################################### 66.4% ######################################################## 77.9% ############################################################ 83.7% #################################################################### 95.1% ######################################################################## 100.0% [2020-01-29T16:48:16.241Z] #28 ... [2020-01-29T16:48:16.241Z] [2020-01-29T16:48:16.241Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:48:16.241Z] #44 55.77 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:48:16.241Z] #44 56.21 Fetched 4075 kB in 1s (4398 kB/s) [2020-01-29T16:48:16.241Z] #44 56.43 Selecting previously unselected package libcap-dev:ppc64el. [2020-01-29T16:48:16.241Z] #44 56.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 ... 15330 files and directories currently installed.) [2020-01-29T16:48:16.241Z] #44 56.65 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 56.65 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-01-29T16:48:16.241Z] #44 56.84 Selecting previously unselected package libnet1:ppc64el. [2020-01-29T16:48:16.241Z] #44 56.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 56.89 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-01-29T16:48:16.241Z] #44 57.13 Selecting previously unselected package libnet1-dev. [2020-01-29T16:48:16.241Z] #44 57.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 57.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-01-29T16:48:16.241Z] #44 57.40 Selecting previously unselected package libnl-3-200:ppc64el. [2020-01-29T16:48:16.241Z] #44 57.41 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 57.42 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-01-29T16:48:16.241Z] #44 57.61 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-01-29T16:48:16.241Z] #44 57.62 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 57.63 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-01-29T16:48:16.241Z] #44 58.11 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-01-29T16:48:16.241Z] #44 58.12 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 58.15 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-01-29T16:48:16.241Z] #44 58.33 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-01-29T16:48:16.241Z] #44 58.33 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 58.35 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-01-29T16:48:16.241Z] #44 58.53 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-01-29T16:48:16.241Z] #44 58.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 58.56 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-01-29T16:48:16.241Z] #44 59.00 Selecting previously unselected package libprotobuf17:ppc64el. [2020-01-29T16:48:16.241Z] #44 59.01 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 59.04 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:16.241Z] #44 60.61 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-01-29T16:48:16.241Z] #44 60.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 60.63 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:16.241Z] #44 61.04 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-01-29T16:48:16.241Z] #44 61.07 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 61.08 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:16.241Z] #44 64.29 Selecting previously unselected package libprotoc17:ppc64el. [2020-01-29T16:48:16.241Z] #44 64.31 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-01-29T16:48:16.241Z] #44 64.32 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:16.533Z] #44 65.84 Selecting previously unselected package protobuf-c-compiler. [2020-01-29T16:48:16.533Z] #44 65.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-01-29T16:48:16.533Z] #44 65.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-01-29T16:48:16.533Z] #44 ... [2020-01-29T16:48:16.533Z] [2020-01-29T16:48:16.533Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:16.533Z] #28 10.77 #=#=# [2020-01-29T16:48:16.700Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2020-01-29T16:48:16.700Z] === RUN TestBuildLabelWithTargets [2020-01-29T16:48:18.002Z] edbd72df76b4: Verifying Checksum [2020-01-29T16:48:18.002Z] edbd72df76b4: Download complete [2020-01-29T16:48:18.684Z] --- PASS: TestBuildLabelWithTargets (2.15s) [2020-01-29T16:48:18.684Z] === RUN TestBuildWithEmptyLayers [2020-01-29T16:48:19.182Z] #28 11.07 #=#=# # 2.5% ##### 7.7% ######### 12.8% ############ 18.0% ################ 23.2% #################### 28.3% ######################## 33.5% ############################### 43.8% ##################################### 51.6% ######################################## 56.7% ############################################ 61.9% ################################################ 67.1% ##################################################### 74.8% ######################################################### 79.9% ############################################################### 87.7% ################################################################## 92.8% ###################################################################### 98.0% ######################################################################## 100.0% [2020-01-29T16:48:19.182Z] #28 ... [2020-01-29T16:48:19.182Z] [2020-01-29T16:48:19.182Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:48:19.182Z] #36 58.43 Selecting previously unselected package libicu63:ppc64el. [2020-01-29T16:48:19.182Z] #36 58.44 Preparing to unpack .../3-libicu63_63.1-6_ppc64el.deb ... [2020-01-29T16:48:19.182Z] #36 58.49 Unpacking libicu63:ppc64el (63.1-6) ... [2020-01-29T16:48:19.182Z] #36 ... [2020-01-29T16:48:19.182Z] [2020-01-29T16:48:19.182Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:48:19.182Z] #44 66.02 Selecting previously unselected package protobuf-compiler. [2020-01-29T16:48:19.182Z] #44 66.02 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-01-29T16:48:19.182Z] #44 66.04 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-01-29T16:48:19.182Z] #44 66.22 Selecting previously unselected package python-pkg-resources. [2020-01-29T16:48:19.182Z] #44 66.25 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-01-29T16:48:19.182Z] #44 66.25 Unpacking python-pkg-resources (40.8.0-1) ... [2020-01-29T16:48:19.182Z] #44 66.67 Selecting previously unselected package python-six. [2020-01-29T16:48:19.182Z] #44 66.68 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-01-29T16:48:19.182Z] #44 66.68 Unpacking python-six (1.12.0-1) ... [2020-01-29T16:48:19.182Z] #44 66.87 Selecting previously unselected package python-protobuf. [2020-01-29T16:48:19.182Z] #44 66.87 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-01-29T16:48:19.182Z] #44 66.87 Unpacking python-protobuf (3.6.1.3-2) ... [2020-01-29T16:48:19.182Z] #44 67.98 Setting up python-pkg-resources (40.8.0-1) ... [2020-01-29T16:48:19.622Z] --- PASS: TestBuildWithEmptyLayers (0.99s) [2020-01-29T16:48:19.622Z] === RUN TestBuildMultiStageOnBuild [2020-01-29T16:48:21.946Z] #44 ... [2020-01-29T16:48:21.946Z] [2020-01-29T16:48:21.946Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:48:21.946Z] #34 60.65 internal/reflectlite [2020-01-29T16:48:21.946Z] #34 60.65 sync [2020-01-29T16:48:21.946Z] #34 68.33 errors [2020-01-29T16:48:21.946Z] #34 68.34 sort [2020-01-29T16:48:21.946Z] #34 69.64 io [2020-01-29T16:48:21.946Z] #34 69.67 internal/oserror [2020-01-29T16:48:21.946Z] #34 69.79 strconv [2020-01-29T16:48:21.946Z] #34 70.70 syscall [2020-01-29T16:48:21.946Z] #34 ... [2020-01-29T16:48:21.946Z] [2020-01-29T16:48:21.946Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:21.946Z] #28 13.91 [2020-01-29T16:48:22.909Z] --- PASS: TestBuildMultiStageOnBuild (2.80s) [2020-01-29T16:48:22.909Z] === RUN TestBuildUncleanTarFilenames [2020-01-29T16:48:23.846Z] --- PASS: TestBuildUncleanTarFilenames (1.37s) [2020-01-29T16:48:23.846Z] === RUN TestBuildMultiStageLayerLeak [2020-01-29T16:48:24.930Z] #28 14.21 #=#=# # 1.9% ## 3.7% ### 5.5% ##### 7.3% ###### 9.1% ####### 10.9% ######### 12.6% ########## 14.4% ########### 16.2% ############# 18.9% ############## 20.7% ################ 23.4% ################## 26.0% #################### 28.7% ###################### 31.4% ######################## 34.1% ########################## 36.7% ############################ 39.4% ############################## 42.1% ############################### 43.9% ################################ 45.7% ################################## 47.5% ################################### 49.3% ##################################### 51.9% ####################################### 54.6% ######################################### 57.3% ########################################### 60.0% ############################################# 62.6% ############################################## 64.4% ################################################ 67.1% ################################################# 68.9% ################################################## 70.7% #################################################### 72.5% ##################################################### 74.2% ####################################################### 76.7% ######################################################### 79.4% ########################################################### 82.0% [2020-01-29T16:48:24.931Z] #28 ... [2020-01-29T16:48:24.931Z] [2020-01-29T16:48:24.931Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:48:24.931Z] #44 74.38 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:24.931Z] #44 74.38 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-01-29T16:48:24.931Z] #44 74.39 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-01-29T16:48:24.931Z] #44 74.41 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-01-29T16:48:24.931Z] #44 74.42 Setting up python-six (1.12.0-1) ... [2020-01-29T16:48:25.152Z] 65014b3c3121: Verifying Checksum [2020-01-29T16:48:25.152Z] 65014b3c3121: Download complete [2020-01-29T16:48:25.914Z] #77 DONE 19.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-01-29T16:48:26.680Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/test/unit [2020-01-29T16:48:26.985Z] #44 ... [2020-01-29T16:48:26.985Z] [2020-01-29T16:48:26.985Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:48:26.985Z] #11 66.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-01-29T16:48:26.985Z] #11 66.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-01-29T16:48:26.985Z] #11 66.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-01-29T16:48:26.985Z] #11 66.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-01-29T16:48:26.985Z] #11 66.18 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-01-29T16:48:26.985Z] #11 66.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u2 [109 kB] [2020-01-29T16:48:26.985Z] #11 66.20 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-01-29T16:48:26.985Z] #11 66.23 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-01-29T16:48:26.985Z] #11 66.27 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-01-29T16:48:26.985Z] #11 66.30 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-01-29T16:48:26.985Z] #11 66.31 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-01-29T16:48:26.985Z] #11 66.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-01-29T16:48:26.985Z] #11 66.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-01-29T16:48:26.985Z] #11 66.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-01-29T16:48:26.985Z] #11 66.43 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u2 [321 kB] [2020-01-29T16:48:26.985Z] #11 68.59 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:48:26.985Z] #11 68.87 Fetched 78.9 MB in 15s (5278 kB/s) [2020-01-29T16:48:26.985Z] #11 69.01 Selecting previously unselected package binutils-mingw-w64-i686. [2020-01-29T16:48:26.985Z] #11 69.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 ... 15330 files and directories currently installed.) [2020-01-29T16:48:26.985Z] #11 69.15 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-01-29T16:48:26.985Z] #11 69.16 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-01-29T16:48:26.985Z] #11 74.13 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-01-29T16:48:26.985Z] #11 74.17 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-01-29T16:48:26.985Z] #11 74.17 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-01-29T16:48:26.985Z] #11 ... [2020-01-29T16:48:26.985Z] [2020-01-29T16:48:26.985Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:26.985Z] #28 14.21 #=#=# # 1.9% ## 3.7% ### 5.5% ##### 7.3% ###### 9.1% ####### 10.9% ######### 12.6% ########## 14.4% ########### 16.2% ############# 18.9% ############## 20.7% ################ 23.4% ################## 26.0% #################### 28.7% ###################### 31.4% ######################## 34.1% ########################## 36.7% ############################ 39.4% ############################## 42.1% ############################### 43.9% ################################ 45.7% ################################## 47.5% ################################### 49.3% ##################################### 51.9% ####################################### 54.6% ######################################### 57.3% ########################################### 60.0% ############################################# 62.6% ############################################## 64.4% ################################################ 67.1% ################################################# 68.9% ################################################## 70.7% #################################################### 72.5% ##################################################### 74.2% ####################################################### 76.7% ######################################################### 79.4% ########################################################### 82.0% ############################################################ 83.8% ############################################################# 85.6% ############################################################## 87.4% ################################################################ 89.2% ################################################################# 91.0% ################################################################### 93.7% #################################################################### 95.5% ###################################################################### 97.7% ####################################################################### 99.5% ######################################################################## 100.0% [2020-01-29T16:48:26.985Z] #28 20.73 [2020-01-29T16:48:27.135Z] --- PASS: TestBuildMultiStageLayerLeak (2.86s) [2020-01-29T16:48:27.135Z] === RUN TestBuildWithHugeFile [2020-01-29T16:48:28.485Z] #28 22.73 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-01-29T16:48:28.485Z] #28 ... [2020-01-29T16:48:28.485Z] [2020-01-29T16:48:28.485Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:48:28.485Z] #48 67.67 github.com/LK4D4/vndr/godl/singleflight [2020-01-29T16:48:28.485Z] #48 67.68 math/rand [2020-01-29T16:48:28.485Z] #48 67.73 internal/singleflight [2020-01-29T16:48:28.485Z] #48 67.73 internal/reflectlite [2020-01-29T16:48:28.485Z] #48 74.79 io [2020-01-29T16:48:28.485Z] #48 74.79 strconv [2020-01-29T16:48:28.485Z] #48 74.81 vendor/golang.org/x/net/dns/dnsmessage [2020-01-29T16:48:28.485Z] #48 74.92 syscall [2020-01-29T16:48:28.485Z] #48 ... [2020-01-29T16:48:28.485Z] [2020-01-29T16:48:28.485Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:48:28.485Z] #36 72.88 Selecting previously unselected package libxml2:ppc64el. [2020-01-29T16:48:28.485Z] #36 72.92 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-01-29T16:48:28.485Z] #36 72.93 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-01-29T16:48:28.485Z] #36 73.96 Selecting previously unselected package libarchive13:ppc64el. [2020-01-29T16:48:28.485Z] #36 74.00 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-01-29T16:48:28.485Z] #36 74.02 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-01-29T16:48:28.485Z] #36 74.72 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-01-29T16:48:28.485Z] #36 74.77 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-01-29T16:48:28.485Z] #36 74.79 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-01-29T16:48:28.485Z] #36 75.03 Selecting previously unselected package librhash0:ppc64el. [2020-01-29T16:48:28.485Z] #36 75.05 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-01-29T16:48:28.485Z] #36 75.05 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-01-29T16:48:28.485Z] #36 75.37 Selecting previously unselected package libuv1:ppc64el. [2020-01-29T16:48:28.485Z] #36 75.39 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-01-29T16:48:28.485Z] #36 75.39 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-01-29T16:48:28.485Z] #36 75.70 Selecting previously unselected package cmake. [2020-01-29T16:48:28.485Z] #36 75.70 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-01-29T16:48:28.485Z] #36 75.71 Unpacking cmake (3.13.4-1) ... [2020-01-29T16:48:29.066Z] ? github.com/docker/docker/api [no test files] [2020-01-29T16:48:29.524Z] #36 ... [2020-01-29T16:48:29.524Z] [2020-01-29T16:48:29.524Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:29.524Z] #28 23.28 [2020-01-29T16:48:29.524Z] #28 23.58 1.1% ############################################# 62.9% ######################################################################## 100.0% [2020-01-29T16:48:29.812Z] #28 23.98 [2020-01-29T16:48:31.321Z] #28 ... [2020-01-29T16:48:31.321Z] [2020-01-29T16:48:31.321Z] #36 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-01-29T16:48:31.321Z] #36 80.04 Setting up libicu63:ppc64el (63.1-6) ... [2020-01-29T16:48:31.321Z] #36 80.05 Setting up xxd (2:8.1.0875-5) ... [2020-01-29T16:48:31.321Z] #36 80.06 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-01-29T16:48:31.321Z] #36 80.06 Setting up vim-common (2:8.1.0875-5) ... [2020-01-29T16:48:31.321Z] #36 80.15 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-01-29T16:48:31.321Z] #36 80.16 Setting up cmake-data (3.13.4-1) ... [2020-01-29T16:48:31.321Z] #36 80.17 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-01-29T16:48:31.321Z] #36 80.21 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-01-29T16:48:31.321Z] #36 80.22 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-01-29T16:48:31.321Z] #36 80.24 Setting up cmake (3.13.4-1) ... [2020-01-29T16:48:31.321Z] #36 80.26 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:48:31.321Z] #36 80.40 Processing triggers for mime-support (3.62) ... [2020-01-29T16:48:31.321Z] #36 DONE 80.9s [2020-01-29T16:48:31.610Z] [2020-01-29T16:48:31.610Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:31.610Z] #28 25.87 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-01-29T16:48:31.610Z] #28 ... [2020-01-29T16:48:31.610Z] [2020-01-29T16:48:31.610Z] #37 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:48:31.610Z] #37 DONE 0.2s [2020-01-29T16:48:31.610Z] [2020-01-29T16:48:31.610Z] #38 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-01-29T16:48:31.610Z] #38 DONE 0.1s [2020-01-29T16:48:31.899Z] [2020-01-29T16:48:31.899Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:48:31.899Z] #11 79.98 Selecting previously unselected package binutils-mingw-w64. [2020-01-29T16:48:31.899Z] #11 79.99 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-01-29T16:48:31.899Z] #11 80.00 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-01-29T16:48:31.899Z] #11 80.16 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-01-29T16:48:31.899Z] #11 80.22 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-01-29T16:48:31.899Z] #11 80.26 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-01-29T16:48:31.899Z] #11 80.54 Selecting previously unselected package dmsetup. [2020-01-29T16:48:31.899Z] #11 80.57 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-01-29T16:48:31.899Z] #11 80.57 Unpacking dmsetup (2:1.02.155-3) ... [2020-01-29T16:48:31.899Z] #11 80.92 Selecting previously unselected package mingw-w64-common. [2020-01-29T16:48:31.899Z] #11 80.93 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-01-29T16:48:31.899Z] #11 80.99 Unpacking mingw-w64-common (6.0.0-3) ... [2020-01-29T16:48:35.404Z] #11 ... [2020-01-29T16:48:35.404Z] [2020-01-29T16:48:35.404Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:48:35.404Z] #51 74.31 + cd /tmp/tmp.lz1Y9bna57/src/gotest.tools/gotestsum [2020-01-29T16:48:35.404Z] #51 74.34 + git checkout -q v0.3.5 [2020-01-29T16:48:35.404Z] #51 74.53 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-01-29T16:48:35.404Z] #51 ... [2020-01-29T16:48:35.404Z] [2020-01-29T16:48:35.404Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:35.404Z] #28 26.33 [2020-01-29T16:48:35.404Z] #28 26.57 #=#=# ######################################################################## 100.0% [2020-01-29T16:48:35.404Z] #28 26.88 [2020-01-29T16:48:35.404Z] #28 28.87 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-01-29T16:48:35.404Z] #28 29.04 skipping existing c8c2d4a6b2e3 [2020-01-29T16:48:35.404Z] #28 29.26 [2020-01-29T16:48:36.904Z] #28 31.07 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-01-29T16:48:37.194Z] #28 31.58 [2020-01-29T16:48:37.194Z] #28 ... [2020-01-29T16:48:37.194Z] [2020-01-29T16:48:37.194Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:48:37.194Z] #34 76.36 bytes [2020-01-29T16:48:37.194Z] #34 76.43 strings [2020-01-29T16:48:37.485Z] #34 ... [2020-01-29T16:48:37.485Z] [2020-01-29T16:48:37.485Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:48:37.485Z] #39 0.499 + RM_GOPATH=0 [2020-01-29T16:48:37.485Z] #39 0.499 + TMP_GOPATH= [2020-01-29T16:48:37.485Z] #39 0.499 + : /build [2020-01-29T16:48:37.485Z] #39 0.499 + '[' -z '' ']' [2020-01-29T16:48:37.485Z] #39 0.501 ++ mktemp -d [2020-01-29T16:48:37.485Z] #39 0.507 + export GOPATH=/tmp/tmp.1GnzT43xDb [2020-01-29T16:48:37.485Z] #39 0.509 + GOPATH=/tmp/tmp.1GnzT43xDb [2020-01-29T16:48:37.485Z] #39 0.510 + RM_GOPATH=1 [2020-01-29T16:48:37.485Z] #39 0.512 ++ dirname ./install.sh [2020-01-29T16:48:37.485Z] #39 0.514 + dir=. [2020-01-29T16:48:37.485Z] #39 0.514 + bin=tini [2020-01-29T16:48:37.485Z] #39 0.515 + shift [2020-01-29T16:48:37.485Z] #39 0.515 + '[' '!' -f ./tini.installer ']' [2020-01-29T16:48:37.485Z] #39 0.515 + . ./tini.installer [2020-01-29T16:48:37.485Z] #39 0.516 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:48:37.485Z] #39 0.517 + install_tini [2020-01-29T16:48:37.485Z] #39 0.517 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-01-29T16:48:37.485Z] #39 0.518 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:48:37.485Z] #39 0.518 + git clone https://github.com/krallin/tini.git /tmp/tmp.1GnzT43xDb/tini [2020-01-29T16:48:37.485Z] #39 0.546 Cloning into '/tmp/tmp.1GnzT43xDb/tini'... [2020-01-29T16:48:37.485Z] #39 2.046 + cd /tmp/tmp.1GnzT43xDb/tini [2020-01-29T16:48:37.485Z] #39 2.052 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-01-29T16:48:37.485Z] #39 2.081 + cmake . [2020-01-29T16:48:37.485Z] #39 3.139 -- The C compiler identification is GNU 8.3.0 [2020-01-29T16:48:37.485Z] #39 3.232 -- Check for working C compiler: /usr/bin/cc [2020-01-29T16:48:37.485Z] #39 4.096 -- Check for working C compiler: /usr/bin/cc -- works [2020-01-29T16:48:37.485Z] #39 4.108 -- Detecting C compiler ABI info [2020-01-29T16:48:37.485Z] #39 5.181 -- Detecting C compiler ABI info - done [2020-01-29T16:48:37.485Z] #39 5.302 -- Detecting C compile features [2020-01-29T16:48:37.775Z] #39 ... [2020-01-29T16:48:37.775Z] [2020-01-29T16:48:37.775Z] #28 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-01-29T16:48:37.775Z] #28 31.89 ######################################################################## 100.0% [2020-01-29T16:48:37.775Z] #28 32.12 [2020-01-29T16:48:37.775Z] #28 32.17 Download of images into '/build' complete. [2020-01-29T16:48:37.775Z] #28 32.17 Use something like the following to load the result into a Docker daemon: [2020-01-29T16:48:37.775Z] #28 32.17 tar -cC '/build' . | docker load [2020-01-29T16:48:37.775Z] #28 DONE 32.3s [2020-01-29T16:48:37.775Z] [2020-01-29T16:48:37.775Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:48:37.775Z] #31 79.07 Checking out files: 92% (1213/1317) Checking out files: 93% (1225/1317) Checking out files: 94% (1238/1317) Checking out files: 95% (1252/1317) Checking out files: 96% (1265/1317) Checking out files: 97% (1278/1317) Checking out files: 98% (1291/1317) Checking out files: 99% (1304/1317) Checking out files: 100% (1317/1317) Checking out files: 100% (1317/1317), done. [2020-01-29T16:48:37.775Z] #31 79.23 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2020-01-29T16:48:37.775Z] #31 82.22 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-01-29T16:48:38.343Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-01-29T16:48:38.817Z] #31 ... [2020-01-29T16:48:38.817Z] [2020-01-29T16:48:38.817Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:48:38.817Z] #34 88.12 bufio [2020-01-29T16:48:40.316Z] #34 ... [2020-01-29T16:48:40.316Z] [2020-01-29T16:48:40.316Z] #44 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-01-29T16:48:40.316Z] #44 79.70 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-01-29T16:48:40.316Z] #44 79.70 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-01-29T16:48:40.316Z] #44 79.71 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:40.316Z] #44 79.72 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-01-29T16:48:40.316Z] #44 79.73 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:40.316Z] #44 79.74 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-01-29T16:48:40.316Z] #44 79.75 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-01-29T16:48:40.316Z] #44 79.75 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-01-29T16:48:40.316Z] #44 79.76 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-01-29T16:48:40.316Z] #44 79.77 Setting up python-protobuf (3.6.1.3-2) ... [2020-01-29T16:48:40.316Z] #44 89.43 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-01-29T16:48:40.316Z] #44 89.44 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:48:40.316Z] #44 DONE 89.7s [2020-01-29T16:48:40.316Z] [2020-01-29T16:48:40.316Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:48:43.028Z] #45 2.518 Note: Building without setproctitle() and strlcpy() support. [2020-01-29T16:48:43.028Z] #45 2.518 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-01-29T16:48:43.315Z] #45 ... [2020-01-29T16:48:43.315Z] [2020-01-29T16:48:43.315Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:48:43.315Z] #48 82.45 bytes [2020-01-29T16:48:43.315Z] #48 ... [2020-01-29T16:48:43.315Z] [2020-01-29T16:48:43.315Z] #39 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:48:43.315Z] #39 8.828 -- Detecting C compile features - done [2020-01-29T16:48:43.315Z] #39 8.944 -- Performing Test HAS_BUILTIN_FORTIFY [2020-01-29T16:48:43.315Z] #39 9.260 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-01-29T16:48:43.315Z] #39 9.401 -- Configuring done [2020-01-29T16:48:43.315Z] #39 9.428 -- Generating done [2020-01-29T16:48:43.315Z] #39 9.438 -- Build files have been written to: /tmp/tmp.1GnzT43xDb/tini [2020-01-29T16:48:43.315Z] #39 9.454 + make tini-static [2020-01-29T16:48:43.315Z] #39 10.00 Scanning dependencies of target tini-static [2020-01-29T16:48:43.315Z] #39 10.10 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-01-29T16:48:44.828Z] #39 13.14 [100%] Linking C executable tini-static [2020-01-29T16:48:46.328Z] #39 14.29 [100%] Built target tini-static [2020-01-29T16:48:46.328Z] #39 14.37 + mkdir -p /build [2020-01-29T16:48:46.328Z] #39 14.39 + cp tini-static /build/docker-init [2020-01-29T16:48:46.328Z] #39 DONE 14.5s [2020-01-29T16:48:46.328Z] [2020-01-29T16:48:46.328Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:48:46.328Z] #45 4.499 fatal: not a git repository (or any of the parent directories): .git [2020-01-29T16:48:46.328Z] #45 4.536 GEN .gitid [2020-01-29T16:48:46.328Z] #45 4.541 GEN criu/include/version.h [2020-01-29T16:48:46.328Z] #45 4.599 GEN include/common/asm [2020-01-29T16:48:47.836Z] #45 7.266 PBCC images/google/protobuf/descriptor.pb-c.c [2020-01-29T16:48:47.836Z] #45 7.475 PBCC images/opts.pb-c.c [2020-01-29T16:48:47.836Z] #45 7.609 PBCC images/sit.pb-c.c [2020-01-29T16:48:48.126Z] #45 7.726 DEP images/google/protobuf/descriptor.pb-c.d [2020-01-29T16:48:48.126Z] #45 7.922 DEP images/opts.pb-c.d [2020-01-29T16:48:48.417Z] #45 8.052 DEP images/sit.pb-c.d [2020-01-29T16:48:48.417Z] #45 8.162 PBCC images/macvlan.pb-c.c [2020-01-29T16:48:48.417Z] #45 8.207 DEP images/macvlan.pb-c.d [2020-01-29T16:48:48.709Z] #45 8.345 PBCC images/autofs.pb-c.c [2020-01-29T16:48:48.709Z] #45 8.384 DEP images/autofs.pb-c.d [2020-01-29T16:48:48.709Z] #45 8.485 PBCC images/sysctl.pb-c.c [2020-01-29T16:48:48.999Z] #45 8.523 DEP images/sysctl.pb-c.d [2020-01-29T16:48:48.999Z] #45 8.631 PBCC images/time.pb-c.c [2020-01-29T16:48:48.999Z] #45 8.668 DEP images/time.pb-c.d [2020-01-29T16:48:48.999Z] #45 8.766 PBCC images/binfmt-misc.pb-c.c [2020-01-29T16:48:48.999Z] #45 8.805 DEP images/binfmt-misc.pb-c.d [2020-01-29T16:48:48.999Z] #45 8.883 PBCC images/seccomp.pb-c.c [2020-01-29T16:48:49.291Z] #45 8.931 DEP images/seccomp.pb-c.d [2020-01-29T16:48:49.291Z] #45 9.008 PBCC images/userns.pb-c.c [2020-01-29T16:48:49.291Z] #45 9.038 DEP images/userns.pb-c.d [2020-01-29T16:48:49.291Z] #45 9.140 PBCC images/cgroup.pb-c.c [2020-01-29T16:48:49.578Z] #45 9.182 DEP images/cgroup.pb-c.d [2020-01-29T16:48:49.578Z] #45 9.326 PBCC images/fown.pb-c.c [2020-01-29T16:48:49.578Z] #45 9.350 PBCC images/ext-file.pb-c.c [2020-01-29T16:48:49.578Z] #45 9.422 DEP images/fown.pb-c.d [2020-01-29T16:48:49.867Z] #45 9.552 DEP images/ext-file.pb-c.d [2020-01-29T16:48:49.867Z] #45 9.631 PBCC images/rpc.pb-c.c [2020-01-29T16:48:49.867Z] #45 9.698 DEP images/rpc.pb-c.d [2020-01-29T16:48:50.157Z] #45 9.780 PBCC images/siginfo.pb-c.c [2020-01-29T16:48:50.157Z] #45 9.802 DEP images/siginfo.pb-c.d [2020-01-29T16:48:50.157Z] #45 9.902 PBCC images/pagemap.pb-c.c [2020-01-29T16:48:50.448Z] #45 9.975 DEP images/pagemap.pb-c.d [2020-01-29T16:48:50.448Z] #45 10.08 PBCC images/rlimit.pb-c.c [2020-01-29T16:48:50.448Z] #45 10.11 DEP images/rlimit.pb-c.d [2020-01-29T16:48:50.448Z] #45 10.19 PBCC images/file-lock.pb-c.c [2020-01-29T16:48:50.448Z] #45 10.23 DEP images/file-lock.pb-c.d [2020-01-29T16:48:50.448Z] #45 10.28 PBCC images/tty.pb-c.c [2020-01-29T16:48:50.738Z] #45 10.40 DEP images/tty.pb-c.d [2020-01-29T16:48:50.738Z] #45 ... [2020-01-29T16:48:50.738Z] [2020-01-29T16:48:50.738Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:48:50.738Z] #11 90.09 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-01-29T16:48:50.738Z] #11 90.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-01-29T16:48:50.738Z] #11 90.11 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-01-29T16:48:50.738Z] #11 100.0 Selecting previously unselected package gcc-mingw-w64-base. [2020-01-29T16:48:50.738Z] #11 100.1 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-01-29T16:48:50.738Z] #11 100.1 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:48:50.738Z] #11 ... [2020-01-29T16:48:50.738Z] [2020-01-29T16:48:50.738Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:48:50.738Z] #45 10.48 PBCC images/tun.pb-c.c [2020-01-29T16:48:50.738Z] #45 10.56 PBCC images/netdev.pb-c.c [2020-01-29T16:48:51.038Z] #45 10.70 DEP images/tun.pb-c.d [2020-01-29T16:48:51.038Z] #45 ... [2020-01-29T16:48:51.038Z] [2020-01-29T16:48:51.038Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:48:51.038Z] #34 90.05 reflect [2020-01-29T16:48:51.038Z] #34 91.72 path [2020-01-29T16:48:51.038Z] #34 94.19 text/tabwriter [2020-01-29T16:48:51.038Z] #34 ... [2020-01-29T16:48:51.038Z] [2020-01-29T16:48:51.038Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:48:51.038Z] #11 100.3 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-01-29T16:48:51.038Z] #11 100.3 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-01-29T16:48:51.038Z] #11 100.3 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:48:54.134Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-01-29T16:48:55.594Z] #11 ... [2020-01-29T16:48:55.594Z] [2020-01-29T16:48:55.594Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:48:55.594Z] #48 94.09 bufio [2020-01-29T16:48:55.594Z] #48 94.77 reflect [2020-01-29T16:48:55.594Z] #48 101.0 regexp/syntax [2020-01-29T16:48:55.594Z] #48 102.9 hash/crc32 [2020-01-29T16:48:55.594Z] #48 ... [2020-01-29T16:48:55.594Z] [2020-01-29T16:48:55.594Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:48:55.594Z] #45 10.77 DEP images/netdev.pb-c.d [2020-01-29T16:48:55.594Z] #45 10.87 PBCC images/vma.pb-c.c [2020-01-29T16:48:55.594Z] #45 10.94 DEP images/vma.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.06 PBCC images/creds.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.13 DEP images/creds.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.22 PBCC images/utsns.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.24 DEP images/utsns.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.29 PBCC images/ipc-desc.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.32 PBCC images/ipc-sem.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.36 DEP images/ipc-desc.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.41 DEP images/ipc-sem.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.47 PBCC images/ipc-msg.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.51 DEP images/ipc-msg.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.56 PBCC images/ipc-shm.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.61 DEP images/ipc-shm.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.66 PBCC images/ipc-var.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.69 DEP images/ipc-var.pb-c.d [2020-01-29T16:48:55.594Z] #45 11.76 PBCC images/sk-opts.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.83 PBCC images/packet-sock.pb-c.c [2020-01-29T16:48:55.594Z] #45 11.99 DEP images/sk-opts.pb-c.d [2020-01-29T16:48:55.594Z] #45 12.13 DEP images/packet-sock.pb-c.d [2020-01-29T16:48:55.594Z] #45 12.29 PBCC images/sk-netlink.pb-c.c [2020-01-29T16:48:55.594Z] #45 12.43 DEP images/sk-netlink.pb-c.d [2020-01-29T16:48:55.594Z] #45 12.52 PBCC images/sk-inet.pb-c.c [2020-01-29T16:48:55.594Z] #45 12.62 DEP images/sk-inet.pb-c.d [2020-01-29T16:48:55.594Z] #45 12.77 PBCC images/sk-unix.pb-c.c [2020-01-29T16:48:55.594Z] #45 12.93 DEP images/sk-unix.pb-c.d [2020-01-29T16:48:55.594Z] #45 13.01 PBCC images/mm.pb-c.c [2020-01-29T16:48:55.594Z] #45 13.12 DEP images/mm.pb-c.d [2020-01-29T16:48:55.594Z] #45 13.21 PBCC images/timerfd.pb-c.c [2020-01-29T16:48:55.594Z] #45 13.29 DEP images/timerfd.pb-c.d [2020-01-29T16:48:55.594Z] #45 13.37 PBCC images/timer.pb-c.c [2020-01-29T16:48:55.594Z] #45 13.42 DEP images/timer.pb-c.d [2020-01-29T16:48:55.594Z] #45 13.54 PBCC images/sa.pb-c.c [2020-01-29T16:48:55.594Z] #45 13.67 DEP images/sa.pb-c.d [2020-01-29T16:48:55.594Z] #45 13.81 PBCC images/pipe-data.pb-c.c [2020-01-29T16:48:55.594Z] #45 13.87 DEP images/pipe-data.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.00 PBCC images/mnt.pb-c.c [2020-01-29T16:48:55.594Z] #45 14.15 DEP images/mnt.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.28 PBCC images/sk-packet.pb-c.c [2020-01-29T16:48:55.594Z] #45 14.31 DEP images/sk-packet.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.42 PBCC images/tcp-stream.pb-c.c [2020-01-29T16:48:55.594Z] #45 14.48 DEP images/tcp-stream.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.60 PBCC images/pipe.pb-c.c [2020-01-29T16:48:55.594Z] #45 14.68 DEP images/pipe.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.78 PBCC images/pstree.pb-c.c [2020-01-29T16:48:55.594Z] #45 14.83 DEP images/pstree.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.89 PBCC images/fs.pb-c.c [2020-01-29T16:48:55.594Z] #45 14.92 DEP images/fs.pb-c.d [2020-01-29T16:48:55.594Z] #45 14.99 PBCC images/signalfd.pb-c.c [2020-01-29T16:48:55.594Z] #45 15.06 DEP images/signalfd.pb-c.d [2020-01-29T16:48:55.594Z] #45 15.14 PBCC images/fh.pb-c.c [2020-01-29T16:48:55.594Z] #45 15.28 PBCC images/fsnotify.pb-c.c [2020-01-29T16:48:55.594Z] #45 15.35 DEP images/fh.pb-c.d [2020-01-29T16:48:55.885Z] #45 15.47 DEP images/fsnotify.pb-c.d [2020-01-29T16:48:55.885Z] #45 15.60 PBCC images/eventpoll.pb-c.c [2020-01-29T16:48:55.885Z] #45 15.69 DEP images/eventpoll.pb-c.d [2020-01-29T16:48:56.176Z] #45 15.83 PBCC images/eventfd.pb-c.c [2020-01-29T16:48:56.176Z] #45 15.90 DEP images/eventfd.pb-c.d [2020-01-29T16:48:56.466Z] #45 16.01 PBCC images/remap-file-path.pb-c.c [2020-01-29T16:48:56.466Z] #45 16.06 DEP images/remap-file-path.pb-c.d [2020-01-29T16:48:56.466Z] #45 16.18 PBCC images/fifo.pb-c.c [2020-01-29T16:48:56.466Z] #45 16.21 DEP images/fifo.pb-c.d [2020-01-29T16:48:56.466Z] #45 16.27 PBCC images/ghost-file.pb-c.c [2020-01-29T16:48:56.756Z] #45 16.37 DEP images/ghost-file.pb-c.d [2020-01-29T16:48:56.756Z] #45 16.49 PBCC images/regfile.pb-c.c [2020-01-29T16:48:56.756Z] #45 16.62 DEP images/regfile.pb-c.d [2020-01-29T16:48:57.045Z] #45 16.75 PBCC images/ns.pb-c.c [2020-01-29T16:48:57.045Z] #45 16.78 DEP images/ns.pb-c.d [2020-01-29T16:48:57.045Z] #45 16.89 PBCC images/fdinfo.pb-c.c [2020-01-29T16:48:57.335Z] #45 17.06 DEP images/fdinfo.pb-c.d [2020-01-29T16:48:57.335Z] #45 17.15 PBCC images/core-aarch64.pb-c.c [2020-01-29T16:48:57.625Z] #45 17.28 PBCC images/core-arm.pb-c.c [2020-01-29T16:48:57.625Z] #45 17.36 PBCC images/core-ppc64.pb-c.c [2020-01-29T16:48:57.915Z] #45 17.45 PBCC images/core-s390.pb-c.c [2020-01-29T16:48:57.915Z] #45 17.53 PBCC images/core-x86.pb-c.c [2020-01-29T16:48:57.915Z] #45 17.67 PBCC images/core.pb-c.c [2020-01-29T16:48:58.205Z] #45 17.87 PBCC images/inventory.pb-c.c [2020-01-29T16:48:58.205Z] #45 17.99 DEP images/core-aarch64.pb-c.d [2020-01-29T16:48:58.515Z] #45 18.07 DEP images/core-arm.pb-c.d [2020-01-29T16:48:58.515Z] #45 18.18 DEP images/core-ppc64.pb-c.d [2020-01-29T16:48:58.515Z] #45 18.32 DEP images/core-s390.pb-c.d [2020-01-29T16:48:58.515Z] #45 18.40 DEP images/core-x86.pb-c.d [2020-01-29T16:48:58.814Z] #45 18.47 DEP images/core.pb-c.d [2020-01-29T16:48:58.814Z] #45 18.59 DEP images/inventory.pb-c.d [2020-01-29T16:48:58.814Z] #45 18.70 PBCC images/cpuinfo.pb-c.c [2020-01-29T16:48:59.103Z] #45 18.72 DEP images/cpuinfo.pb-c.d [2020-01-29T16:48:59.103Z] #45 18.77 PBCC images/stats.pb-c.c [2020-01-29T16:48:59.103Z] #45 18.79 DEP images/stats.pb-c.d [2020-01-29T16:49:01.164Z] #45 20.80 make[1]: Nothing to be done for 'all'. [2020-01-29T16:49:03.221Z] #45 ... [2020-01-29T16:49:03.221Z] [2020-01-29T16:49:03.221Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:49:03.221Z] #34 102.1 time [2020-01-29T16:49:03.221Z] #34 102.2 internal/syscall/unix [2020-01-29T16:49:03.221Z] #34 ... [2020-01-29T16:49:03.221Z] [2020-01-29T16:49:03.221Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:03.221Z] #48 106.9 vendor/golang.org/x/text/transform [2020-01-29T16:49:03.221Z] #48 110.8 time [2020-01-29T16:49:03.221Z] #48 ... [2020-01-29T16:49:03.221Z] [2020-01-29T16:49:03.221Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:03.221Z] #45 22.97 CC images/stats.o [2020-01-29T16:49:04.250Z] #45 23.84 CC images/core.o [2020-01-29T16:49:04.568Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:49:04.568Z] [2020-01-29T16:49:05.277Z] #45 25.01 CC images/core-x86.o [2020-01-29T16:49:06.331Z] #45 25.96 CC images/core-arm.o [2020-01-29T16:49:06.958Z] #45 26.59 CC images/core-aarch64.o [2020-01-29T16:49:07.093Z] [2020-01-29T16:49:07.093Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-01-29T16:49:07.093Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-01-29T16:49:07.093Z] HOSTNAME=945a3b62d97c [2020-01-29T16:49:07.093Z] TEST_SKIP_INTEGRATION=1 [2020-01-29T16:49:07.093Z] TESTDEBUG=0 [2020-01-29T16:49:07.093Z] DEST=bundles/test-integration [2020-01-29T16:49:07.093Z] PWD=/go/src/github.com/docker/docker [2020-01-29T16:49:07.093Z] KEEPBUNDLE=1 [2020-01-29T16:49:07.093Z] DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:49:07.093Z] container=docker [2020-01-29T16:49:07.093Z] HOME=/root [2020-01-29T16:49:07.093Z] GOLANG_VERSION=1.13.6 [2020-01-29T16:49:07.093Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-01-29T16:49:07.093Z] VALIDATE_BRANCH=master [2020-01-29T16:49:07.093Z] TERM=xterm [2020-01-29T16:49:07.093Z] DOCKER_PKG=github.com/docker/docker [2020-01-29T16:49:07.093Z] SHLVL=1 [2020-01-29T16:49:07.093Z] TIMEOUT=120m [2020-01-29T16:49:07.093Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-01-29T16:49:07.093Z] DOCKER_GRAPHDRIVER=overlay2 [2020-01-29T16:49:07.093Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-01-29T16:49:07.093Z] GO111MODULE=off [2020-01-29T16:49:07.093Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-29T16:49:07.093Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-01-29T16:49:07.093Z] GOPATH=/go [2020-01-29T16:49:07.093Z] PKG_CONFIG=pkg-config [2020-01-29T16:49:07.093Z] _=/usr/bin/env [2020-01-29T16:49:07.093Z] Building test suite binary ./integration-cli/test.main [2020-01-29T16:49:07.093Z] [2020-01-29T16:49:07.093Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-01-29T16:49:07.093Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-01-29T16:49:07.093Z] HOSTNAME=6b9fd50aabc8 [2020-01-29T16:49:07.093Z] TEST_SKIP_INTEGRATION=1 [2020-01-29T16:49:07.093Z] TESTDEBUG=0 [2020-01-29T16:49:07.093Z] DEST=bundles/test-integration [2020-01-29T16:49:07.093Z] PWD=/go/src/github.com/docker/docker [2020-01-29T16:49:07.093Z] KEEPBUNDLE=1 [2020-01-29T16:49:07.093Z] DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:49:07.093Z] container=docker [2020-01-29T16:49:07.093Z] HOME=/root [2020-01-29T16:49:07.093Z] GOLANG_VERSION=1.13.6 [2020-01-29T16:49:07.093Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-01-29T16:49:07.093Z] VALIDATE_BRANCH=master [2020-01-29T16:49:07.093Z] TERM=xterm [2020-01-29T16:49:07.093Z] DOCKER_PKG=github.com/docker/docker [2020-01-29T16:49:07.093Z] SHLVL=1 [2020-01-29T16:49:07.093Z] TIMEOUT=120m [2020-01-29T16:49:07.093Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-01-29T16:49:07.093Z] DOCKER_GRAPHDRIVER=overlay2 [2020-01-29T16:49:07.093Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-01-29T16:49:07.093Z] GO111MODULE=off [2020-01-29T16:49:07.093Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-29T16:49:07.093Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-01-29T16:49:07.093Z] GOPATH=/go [2020-01-29T16:49:07.093Z] PKG_CONFIG=pkg-config [2020-01-29T16:49:07.093Z] _=/usr/bin/env [2020-01-29T16:49:07.093Z] Building test suite binary ./integration-cli/test.main [2020-01-29T16:49:07.093Z] [2020-01-29T16:49:07.352Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-01-29T16:49:07.583Z] #45 27.25 CC images/core-ppc64.o [2020-01-29T16:49:07.918Z] No new tests added to integration. [2020-01-29T16:49:07.918Z] [2020-01-29T16:49:07.918Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-01-29T16:49:08.609Z] #45 ... [2020-01-29T16:49:08.609Z] [2020-01-29T16:49:08.609Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:49:08.609Z] #63 62.44 Checking out files: 52% (1605/3042) Checking out files: 53% (1613/3042) Checking out files: 54% (1643/3042) Checking out files: 55% (1674/3042) Checking out files: 56% (1704/3042) Checking out files: 57% (1734/3042) Checking out files: 58% (1765/3042) Checking out files: 59% (1795/3042) Checking out files: 60% (1826/3042) Checking out files: 61% (1856/3042) Checking out files: 62% (1887/3042) Checking out files: 63% (1917/3042) Checking out files: 64% (1947/3042) Checking out files: 65% (1978/3042) Checking out files: 66% (2008/3042) Checking out files: 67% (2039/3042) Checking out files: 68% (2069/3042) Checking out files: 69% (2099/3042) Checking out files: 70% (2130/3042) Checking out files: 71% (2160/3042) Checking out files: 72% (2191/3042) Checking out files: 73% (2221/3042) Checking out files: 74% (2252/3042) Checking out files: 75% (2282/3042) Checking out files: 76% (2312/3042) Checking out files: 77% (2343/3042) Checking out files: 78% (2373/3042) Checking out files: 79% (2404/3042) Checking out files: 80% (2434/3042) Checking out files: 81% (2465/3042) Checking out files: 82% (2495/3042) Checking out files: 83% (2525/3042) Checking out files: 84% (2556/3042) Checking out files: 85% (2586/3042) Checking out files: 86% (2617/3042) Checking out files: 87% (2647/3042) Checking out files: 88% (2677/3042) Checking out files: 89% (2708/3042) Checking out files: 90% (2738/3042) Checking out files: 91% (2769/3042) Checking out files: 92% (2799/3042) Checking out files: 93% (2830/3042) Checking out files: 94% (2860/3042) Checking out files: 95% (2890/3042) Checking out files: 96% (2921/3042) Checking out files: 97% (2951/3042) Checking out files: 98% (2982/3042) Checking out files: 99% (3012/3042) Checking out files: 100% (3042/3042) Checking out files: 100% (3042/3042), done. [2020-01-29T16:49:08.609Z] #63 63.39 + cd /tmp/tmp.1TnbohPTlS/src/github.com/containerd/containerd [2020-01-29T16:49:08.609Z] #63 63.39 + git checkout -q ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 [2020-01-29T16:49:08.609Z] #63 65.50 + export 'BUILDTAGS=netgo osusergo static_build' [2020-01-29T16:49:08.609Z] #63 65.50 + BUILDTAGS='netgo osusergo static_build' [2020-01-29T16:49:08.609Z] #63 65.50 + export EXTRA_FLAGS=-buildmode=pie [2020-01-29T16:49:08.609Z] #63 65.50 + EXTRA_FLAGS=-buildmode=pie [2020-01-29T16:49:08.609Z] #63 65.50 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-01-29T16:49:08.609Z] #63 65.50 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-01-29T16:49:08.609Z] #63 65.50 + '[' '' = dynamic ']' [2020-01-29T16:49:08.609Z] #63 65.50 + make [2020-01-29T16:49:09.292Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-01-29T16:49:09.293Z] HOSTNAME=6d00a5ec06a0 [2020-01-29T16:49:09.293Z] TESTDEBUG=0 [2020-01-29T16:49:09.293Z] DEST=bundles/test-integration [2020-01-29T16:49:09.293Z] PWD=/go/src/github.com/docker/docker [2020-01-29T16:49:09.293Z] KEEPBUNDLE=1 [2020-01-29T16:49:09.293Z] DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:49:09.293Z] container=docker [2020-01-29T16:49:09.293Z] HOME=/root [2020-01-29T16:49:09.293Z] GOLANG_VERSION=1.13.6 [2020-01-29T16:49:09.293Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-01-29T16:49:09.293Z] VALIDATE_BRANCH=master [2020-01-29T16:49:09.293Z] TERM=xterm [2020-01-29T16:49:09.293Z] DOCKER_PKG=github.com/docker/docker [2020-01-29T16:49:09.293Z] SHLVL=1 [2020-01-29T16:49:09.293Z] TIMEOUT=120m [2020-01-29T16:49:09.293Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-01-29T16:49:09.293Z] DOCKER_GRAPHDRIVER=overlay2 [2020-01-29T16:49:09.293Z] GO111MODULE=off [2020-01-29T16:49:09.293Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-01-29T16:49:09.293Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-29T16:49:09.293Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-01-29T16:49:09.293Z] GOPATH=/go [2020-01-29T16:49:09.293Z] PKG_CONFIG=pkg-config [2020-01-29T16:49:09.293Z] _=/usr/bin/env [2020-01-29T16:49:09.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-01-29T16:49:09.637Z] #63 67.20 + bin/ctr [2020-01-29T16:49:13.957Z] --- PASS: TestBuildWithHugeFile (40.83s) [2020-01-29T16:49:13.957Z] === RUN TestBuildWithEmptyDockerfile [2020-01-29T16:49:13.957Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:49:13.957Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:49:13.957Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:49:13.957Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:49:13.957Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:49:13.957Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:49:13.957Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:49:13.957Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:49:13.957Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:49:13.957Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-01-29T16:49:13.957Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-01-29T16:49:13.957Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.19s) [2020-01-29T16:49:13.957Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2020-01-29T16:49:13.957Z] === RUN TestBuildPreserveOwnership [2020-01-29T16:49:13.957Z] === RUN TestBuildPreserveOwnership/copy_from [2020-01-29T16:49:13.957Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-01-29T16:49:13.957Z] --- PASS: TestBuildPreserveOwnership (5.94s) [2020-01-29T16:49:13.957Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.84s) [2020-01-29T16:49:13.957Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.07s) [2020-01-29T16:49:13.957Z] === RUN TestBuildPlatformInvalid [2020-01-29T16:49:13.957Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-01-29T16:49:13.957Z] PASS [2020-01-29T16:49:13.957Z] [2020-01-29T16:49:13.957Z] === Skipped [2020-01-29T16:49:13.957Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-01-29T16:49:13.957Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T16:49:13.957Z] [2020-01-29T16:49:13.957Z] [2020-01-29T16:49:13.957Z] DONE 32 tests, 1 skipped in 89.700s [2020-01-29T16:49:13.957Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-01-29T16:49:13.957Z] ++ 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-01-29T16:49:13.957Z] ++ set -e [2020-01-29T16:49:13.957Z] ++ '[' -n 0 ']' [2020-01-29T16:49:13.957Z] ++ set -x [2020-01-29T16:49:13.957Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:49:13.957Z] INFO: Testing against a local daemon [2020-01-29T16:49:13.957Z] === RUN TestConfigList [2020-01-29T16:49:14.086Z] #63 ... [2020-01-29T16:49:14.086Z] [2020-01-29T16:49:14.086Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:49:14.086Z] #34 112.6 internal/poll [2020-01-29T16:49:14.086Z] #34 116.9 os [2020-01-29T16:49:14.086Z] #34 117.6 internal/fmtsort [2020-01-29T16:49:14.086Z] #34 120.8 fmt [2020-01-29T16:49:14.086Z] #34 120.8 path/filepath [2020-01-29T16:49:14.086Z] #34 ... [2020-01-29T16:49:14.086Z] [2020-01-29T16:49:14.086Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:14.086Z] #45 28.43 CC images/core-s390.o [2020-01-29T16:49:14.086Z] #45 29.76 CC images/cpuinfo.o [2020-01-29T16:49:14.086Z] #45 30.72 CC images/inventory.o [2020-01-29T16:49:14.086Z] #45 31.07 CC images/fdinfo.o [2020-01-29T16:49:14.086Z] #45 31.85 CC images/fown.o [2020-01-29T16:49:14.086Z] #45 32.17 CC images/ns.o [2020-01-29T16:49:14.086Z] #45 32.62 CC images/regfile.o [2020-01-29T16:49:14.086Z] #45 32.94 CC images/ghost-file.o [2020-01-29T16:49:14.086Z] #45 33.57 CC images/fifo.o [2020-01-29T16:49:14.374Z] #45 33.95 CC images/remap-file-path.o [2020-01-29T16:49:14.374Z] #45 ... [2020-01-29T16:49:14.374Z] [2020-01-29T16:49:14.374Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:49:14.374Z] #34 123.5 io/ioutil [2020-01-29T16:49:17.246Z] --- PASS: TestConfigList (3.32s) [2020-01-29T16:49:17.246Z] === RUN TestConfigsCreateAndDelete [2020-01-29T16:49:17.886Z] #34 126.8 log [2020-01-29T16:49:17.886Z] #34 126.8 github.com/BurntSushi/toml [2020-01-29T16:49:17.886Z] #34 126.8 flag [2020-01-29T16:49:18.915Z] #34 ... [2020-01-29T16:49:18.915Z] [2020-01-29T16:49:18.915Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:18.915Z] #48 118.3 regexp [2020-01-29T16:49:18.915Z] #48 126.7 os/exec [2020-01-29T16:49:18.915Z] #48 126.8 net [2020-01-29T16:49:19.205Z] #48 ... [2020-01-29T16:49:19.205Z] [2020-01-29T16:49:19.205Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:19.205Z] #45 34.30 CC images/eventfd.o [2020-01-29T16:49:19.205Z] #45 34.62 CC images/eventpoll.o [2020-01-29T16:49:19.205Z] #45 35.22 CC images/fh.o [2020-01-29T16:49:19.205Z] #45 35.79 CC images/fsnotify.o [2020-01-29T16:49:19.205Z] #45 36.84 CC images/signalfd.o [2020-01-29T16:49:19.205Z] #45 37.27 CC images/fs.o [2020-01-29T16:49:19.205Z] #45 37.70 CC images/pstree.o [2020-01-29T16:49:19.205Z] #45 38.06 CC images/pipe.o [2020-01-29T16:49:19.205Z] #45 38.43 CC images/tcp-stream.o [2020-01-29T16:49:19.205Z] #45 38.73 CC images/sk-packet.o [2020-01-29T16:49:19.492Z] #45 39.26 CC images/mnt.o [2020-01-29T16:49:19.784Z] #45 39.62 CC images/pipe-data.o [2020-01-29T16:49:20.413Z] #45 40.03 CC images/sa.o [2020-01-29T16:49:20.534Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2020-01-29T16:49:20.534Z] === RUN TestConfigsUpdate [2020-01-29T16:49:21.083Z] #45 40.50 CC images/timer.o [2020-01-29T16:49:21.374Z] #45 41.18 CC images/timerfd.o [2020-01-29T16:49:21.663Z] #45 41.37 CC images/mm.o [2020-01-29T16:49:21.663Z] #45 ... [2020-01-29T16:49:21.663Z] [2020-01-29T16:49:21.663Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:21.663Z] #48 131.0 github.com/LK4D4/vndr/versioned [2020-01-29T16:49:23.822Z] --- PASS: TestConfigsUpdate (3.20s) [2020-01-29T16:49:23.822Z] === RUN TestTemplatedConfig [2020-01-29T16:49:25.269Z] #48 134.2 encoding/binary [2020-01-29T16:49:25.269Z] #48 134.2 go/token [2020-01-29T16:49:25.269Z] #48 134.2 net/url [2020-01-29T16:49:27.112Z] --- PASS: TestTemplatedConfig (3.41s) [2020-01-29T16:49:27.112Z] === RUN TestConfigInspect [2020-01-29T16:49:27.144Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 4.5% of statements [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/container [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/events [no test files] [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/image [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/network [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-01-29T16:49:27.145Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/builder/remotecontext 0.280s coverage: 13.6% of statements [2020-01-29T16:49:27.145Z] ok github.com/docker/docker/builder/dockerfile 0.883s coverage: 48.2% of statements [2020-01-29T16:49:27.500Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-01-29T16:49:27.500Z] ok github.com/docker/docker/builder/remotecontext/git 0.616s coverage: 86.3% of statements [2020-01-29T16:49:27.500Z] ? github.com/docker/docker/cli [no test files] [2020-01-29T16:49:27.500Z] ? github.com/docker/docker/cli/config [no test files] [2020-01-29T16:49:27.987Z] #48 ... [2020-01-29T16:49:27.987Z] [2020-01-29T16:49:27.987Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:27.987Z] #45 41.96 CC images/sk-opts.o [2020-01-29T16:49:27.987Z] #45 42.47 CC images/sk-unix.o [2020-01-29T16:49:27.987Z] #45 43.08 CC images/sk-inet.o [2020-01-29T16:49:27.987Z] #45 43.73 CC images/tun.o [2020-01-29T16:49:27.987Z] #45 44.24 CC images/sk-netlink.o [2020-01-29T16:49:27.987Z] #45 44.56 CC images/packet-sock.o [2020-01-29T16:49:27.987Z] #45 45.40 CC images/ipc-var.o [2020-01-29T16:49:27.987Z] #45 45.90 CC images/ipc-desc.o [2020-01-29T16:49:27.987Z] #45 46.20 CC images/ipc-shm.o [2020-01-29T16:49:27.987Z] #45 46.60 CC images/ipc-msg.o [2020-01-29T16:49:27.987Z] #45 47.19 CC images/ipc-sem.o [2020-01-29T16:49:27.987Z] #45 47.50 CC images/utsns.o [2020-01-29T16:49:28.276Z] #45 47.83 CC images/creds.o [2020-01-29T16:49:28.566Z] #45 48.21 CC images/vma.o [2020-01-29T16:49:28.566Z] #45 ... [2020-01-29T16:49:28.566Z] [2020-01-29T16:49:28.566Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:28.566Z] #48 137.7 go/scanner [2020-01-29T16:49:30.404Z] --- PASS: TestConfigInspect (3.23s) [2020-01-29T16:49:30.404Z] === RUN TestConfigCreateWithLabels [2020-01-29T16:49:30.635Z] ok github.com/docker/docker/client 0.122s coverage: 75.8% of statements [2020-01-29T16:49:31.291Z] #48 140.7 text/template/parse [2020-01-29T16:49:31.919Z] #48 ... [2020-01-29T16:49:31.919Z] [2020-01-29T16:49:31.919Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:49:31.919Z] #11 131.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-01-29T16:49:31.919Z] #11 131.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-01-29T16:49:31.919Z] #11 131.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:49:31.919Z] #11 ... [2020-01-29T16:49:31.919Z] [2020-01-29T16:49:31.919Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:31.919Z] #45 48.71 CC images/netdev.o [2020-01-29T16:49:31.919Z] #45 49.47 CC images/tty.o [2020-01-29T16:49:31.919Z] #45 50.59 CC images/file-lock.o [2020-01-29T16:49:31.919Z] #45 51.02 CC images/rlimit.o [2020-01-29T16:49:31.919Z] #45 51.30 CC images/pagemap.o [2020-01-29T16:49:32.209Z] #45 ... [2020-01-29T16:49:32.209Z] [2020-01-29T16:49:32.209Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-01-29T16:49:32.209Z] #34 134.4 github.com/BurntSushi/toml/cmd/tomlv [2020-01-29T16:49:32.209Z] #34 DONE 141.2s [2020-01-29T16:49:32.209Z] [2020-01-29T16:49:32.209Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:32.209Z] #45 51.87 CC images/siginfo.o [2020-01-29T16:49:33.237Z] #45 52.71 CC images/rpc.o [2020-01-29T16:49:33.692Z] --- PASS: TestConfigCreateWithLabels (3.18s) [2020-01-29T16:49:33.692Z] === RUN TestConfigCreateResolve [2020-01-29T16:49:35.957Z] #45 55.25 CC images/ext-file.o [2020-01-29T16:49:35.957Z] #45 55.62 CC images/cgroup.o [2020-01-29T16:49:36.994Z] --- PASS: TestConfigCreateResolve (3.23s) [2020-01-29T16:49:36.994Z] === RUN TestConfigDaemonLibtrustID [2020-01-29T16:49:37.468Z] #45 56.82 CC images/userns.o [2020-01-29T16:49:37.468Z] #45 57.18 CC images/google/protobuf/descriptor.o [2020-01-29T16:49:37.562Z] --- PASS: TestConfigDaemonLibtrustID (0.70s) [2020-01-29T16:49:37.562Z] PASS [2020-01-29T16:49:37.562Z] [2020-01-29T16:49:37.562Z] DONE 8 tests in 23.719s [2020-01-29T16:49:37.562Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-01-29T16:49:37.562Z] ++ 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-01-29T16:49:37.562Z] ++ set -e [2020-01-29T16:49:37.562Z] ++ '[' -n 0 ']' [2020-01-29T16:49:37.562Z] ++ set -x [2020-01-29T16:49:37.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:49:37.562Z] INFO: Testing against a local daemon [2020-01-29T16:49:37.562Z] === RUN TestCheckpoint [2020-01-29T16:49:37.562Z] --- SKIP: TestCheckpoint (0.00s) [2020-01-29T16:49:37.562Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T16:49:37.562Z] === RUN TestContainerInvalidJSON [2020-01-29T16:49:37.562Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:49:37.562Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:49:37.562Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:49:37.562Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:49:37.562Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:49:37.562Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:49:37.562Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:49:37.562Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:49:37.562Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:49:37.562Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-01-29T16:49:37.562Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-01-29T16:49:37.562Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-01-29T16:49:37.562Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-01-29T16:49:37.562Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-01-29T16:49:37.821Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-01-29T16:49:37.821Z] === RUN TestCopyFromContainerPathIsNotDir [2020-01-29T16:49:37.821Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-01-29T16:49:37.821Z] === RUN TestCopyToContainerPathDoesNotExist [2020-01-29T16:49:38.080Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-01-29T16:49:38.080Z] === RUN TestCopyToContainerPathIsNotDir [2020-01-29T16:49:38.080Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-01-29T16:49:38.080Z] === RUN TestCopyFromContainer [2020-01-29T16:49:39.986Z] === RUN TestCopyFromContainer// [2020-01-29T16:49:40.245Z] === RUN TestCopyFromContainer//bar/root [2020-01-29T16:49:40.245Z] === RUN TestCopyFromContainer//bar/root/ [2020-01-29T16:49:40.504Z] === RUN TestCopyFromContainer/bar/quux [2020-01-29T16:49:40.504Z] === RUN TestCopyFromContainer/bar/quux/ [2020-01-29T16:49:40.764Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-01-29T16:49:40.764Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-01-29T16:49:40.764Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-01-29T16:49:40.965Z] #45 60.04 CC images/opts.o [2020-01-29T16:49:40.965Z] #45 60.54 CC images/seccomp.o [2020-01-29T16:49:41.023Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-01-29T16:49:41.023Z] === RUN TestCopyFromContainer/bar/notarget [2020-01-29T16:49:41.254Z] #45 60.85 CC images/binfmt-misc.o [2020-01-29T16:49:41.254Z] #45 61.05 CC images/time.o [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer (3.06s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-01-29T16:49:41.282Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-01-29T16:49:41.282Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-01-29T16:49:41.282Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:49:41.282Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:49:41.282Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:49:41.282Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:49:41.282Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:49:41.282Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:49:41.282Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:49:41.282Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:49:41.282Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:49:41.282Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-01-29T16:49:41.282Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-01-29T16:49:41.282Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-01-29T16:49:41.282Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-01-29T16:49:41.282Z] === RUN TestCreateLinkToNonExistingContainer [2020-01-29T16:49:41.282Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-01-29T16:49:41.282Z] === RUN TestCreateWithInvalidEnv [2020-01-29T16:49:41.282Z] === RUN TestCreateWithInvalidEnv/0 [2020-01-29T16:49:41.282Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-01-29T16:49:41.282Z] === RUN TestCreateWithInvalidEnv/1 [2020-01-29T16:49:41.282Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-01-29T16:49:41.282Z] === RUN TestCreateWithInvalidEnv/2 [2020-01-29T16:49:41.282Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-01-29T16:49:41.282Z] === CONT TestCreateWithInvalidEnv/2 [2020-01-29T16:49:41.282Z] === CONT TestCreateWithInvalidEnv/1 [2020-01-29T16:49:41.282Z] === CONT TestCreateWithInvalidEnv/0 [2020-01-29T16:49:41.282Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-01-29T16:49:41.282Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-01-29T16:49:41.282Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-01-29T16:49:41.282Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-01-29T16:49:41.282Z] === RUN TestCreateTmpfsMountsTarget [2020-01-29T16:49:41.282Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-01-29T16:49:41.282Z] === RUN TestCreateWithCustomMaskedPaths [2020-01-29T16:49:41.880Z] #45 61.39 CC images/sysctl.o [2020-01-29T16:49:41.881Z] #45 61.69 CC images/autofs.o [2020-01-29T16:49:42.509Z] #45 62.07 CC images/macvlan.o [2020-01-29T16:49:42.799Z] #45 62.36 CC images/sit.o [2020-01-29T16:49:43.088Z] #45 62.83 LINK images/built-in.o [2020-01-29T16:49:43.377Z] #45 63.02 GEN compel/include/asm [2020-01-29T16:49:43.377Z] #45 63.03 GEN compel/include/version.h [2020-01-29T16:49:43.377Z] #45 63.04 touch .config [2020-01-29T16:49:43.377Z] #45 63.05 GEN include/common/config.h [2020-01-29T16:49:43.377Z] #45 ... [2020-01-29T16:49:43.377Z] [2020-01-29T16:49:43.377Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:43.377Z] #48 142.6 go/ast [2020-01-29T16:49:43.377Z] #48 142.7 encoding/json [2020-01-29T16:49:43.675Z] #48 ... [2020-01-29T16:49:43.675Z] [2020-01-29T16:49:43.675Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:43.675Z] #45 63.18 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-01-29T16:49:43.675Z] #45 63.24 GEN compel/plugins/include/uapi/std/syscall.h [2020-01-29T16:49:43.675Z] #45 63.29 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-01-29T16:49:43.675Z] #45 63.32 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-01-29T16:49:43.675Z] #45 63.43 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-01-29T16:49:43.675Z] #45 63.48 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-01-29T16:49:43.675Z] #45 63.55 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCustomMaskedPaths (2.24s) [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:49:43.816Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:49:43.816Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-01-29T16:49:43.816Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-01-29T16:49:43.816Z] === RUN TestCreateWithCustomReadonlyPaths [2020-01-29T16:49:43.965Z] #45 63.62 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-01-29T16:49:43.965Z] #45 63.62 DEP compel/plugins/std/infect.d [2020-01-29T16:49:44.255Z] #45 63.95 DEP compel/plugins/std/string.d [2020-01-29T16:49:44.542Z] #45 64.05 DEP compel/plugins/std/log.d [2020-01-29T16:49:44.543Z] #45 64.20 DEP compel/plugins/std/fds.d [2020-01-29T16:49:44.831Z] #45 64.39 DEP compel/plugins/std/std.d [2020-01-29T16:49:44.831Z] #45 64.53 DEP compel/plugins/shmem/shmem.d [2020-01-29T16:49:45.121Z] #45 64.75 DEP compel/plugins/fds/fds.d [2020-01-29T16:49:45.412Z] #45 65.04 CC compel/plugins/std/std.o [2020-01-29T16:49:45.701Z] #45 65.53 CC compel/plugins/std/fds.o [2020-01-29T16:49:46.329Z] #45 66.16 CC compel/plugins/std/log.o [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.33s) [2020-01-29T16:49:46.350Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-01-29T16:49:46.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:49:46.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:49:46.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:49:46.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:49:46.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:49:46.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:49:46.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:49:46.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:49:46.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:49:46.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:49:46.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:49:46.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:49:46.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:49:46.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:49:46.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-01-29T16:49:46.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-01-29T16:49:46.350Z] === RUN TestContainerStartOnDaemonRestart [2020-01-29T16:49:46.350Z] === PAUSE TestContainerStartOnDaemonRestart [2020-01-29T16:49:46.350Z] === RUN TestDaemonRestartIpcMode [2020-01-29T16:49:46.350Z] === PAUSE TestDaemonRestartIpcMode [2020-01-29T16:49:46.350Z] === RUN TestDaemonHostGatewayIP [2020-01-29T16:49:46.350Z] === PAUSE TestDaemonHostGatewayIP [2020-01-29T16:49:46.350Z] === RUN TestDiff [2020-01-29T16:49:46.920Z] --- PASS: TestDiff (0.77s) [2020-01-29T16:49:46.920Z] === RUN TestExecWithCloseStdin [2020-01-29T16:49:47.829Z] #45 67.41 CC compel/plugins/std/string.o [2020-01-29T16:49:47.856Z] --- PASS: TestExecWithCloseStdin (0.92s) [2020-01-29T16:49:47.856Z] === RUN TestExec [2020-01-29T16:49:48.794Z] --- PASS: TestExec (0.88s) [2020-01-29T16:49:48.794Z] === RUN TestExecUser [2020-01-29T16:49:48.857Z] #45 68.54 CC compel/plugins/std/infect.o [2020-01-29T16:49:49.154Z] #45 ... [2020-01-29T16:49:49.154Z] [2020-01-29T16:49:49.154Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-01-29T16:49:49.154Z] #11 154.1 Selecting previously unselected package libapparmor1:ppc64el. [2020-01-29T16:49:49.154Z] #11 154.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 154.1 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-01-29T16:49:49.154Z] #11 154.3 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-01-29T16:49:49.154Z] #11 154.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 154.4 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-01-29T16:49:49.154Z] #11 154.6 Selecting previously unselected package libbtrfs0. [2020-01-29T16:49:49.154Z] #11 154.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 154.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-01-29T16:49:49.154Z] #11 154.7 Selecting previously unselected package libbtrfs-dev. [2020-01-29T16:49:49.154Z] #11 154.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 154.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:49:49.154Z] #11 154.8 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-01-29T16:49:49.154Z] #11 154.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 154.8 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-01-29T16:49:49.154Z] #11 155.0 Selecting previously unselected package libudev-dev:ppc64el. [2020-01-29T16:49:49.154Z] #11 155.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u2_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 155.1 Unpacking libudev-dev:ppc64el (241-7~deb10u2) ... [2020-01-29T16:49:49.154Z] #11 155.3 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-01-29T16:49:49.154Z] #11 155.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 155.3 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-01-29T16:49:49.154Z] #11 155.8 Selecting previously unselected package libpcre16-3:ppc64el. [2020-01-29T16:49:49.154Z] #11 155.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 155.8 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.154Z] #11 156.0 Selecting previously unselected package libpcre32-3:ppc64el. [2020-01-29T16:49:49.154Z] #11 156.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-01-29T16:49:49.154Z] #11 156.1 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.154Z] #11 156.3 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-01-29T16:49:49.154Z] #11 156.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-01-29T16:49:49.155Z] #11 156.3 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.155Z] #11 156.5 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-01-29T16:49:49.155Z] #11 156.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-01-29T16:49:49.155Z] #11 156.5 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.155Z] #11 157.1 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-01-29T16:49:49.155Z] #11 157.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-01-29T16:49:49.155Z] #11 157.1 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-01-29T16:49:49.155Z] #11 157.4 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-01-29T16:49:49.155Z] #11 157.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-01-29T16:49:49.155Z] #11 157.4 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-01-29T16:49:49.155Z] #11 157.6 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-01-29T16:49:49.155Z] #11 157.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-01-29T16:49:49.155Z] #11 157.6 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-01-29T16:49:49.155Z] #11 157.8 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-01-29T16:49:49.155Z] #11 157.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u2_ppc64el.deb ... [2020-01-29T16:49:49.155Z] #11 157.8 Unpacking libsystemd-dev:ppc64el (241-7~deb10u2) ... [2020-01-29T16:49:49.155Z] #11 158.5 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.155Z] #11 158.5 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-01-29T16:49:49.155Z] #11 158.5 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-01-29T16:49:49.155Z] #11 158.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up libudev-dev:ppc64el (241-7~deb10u2) ... [2020-01-29T16:49:49.155Z] #11 158.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up libsystemd-dev:ppc64el (241-7~deb10u2) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-01-29T16:49:49.155Z] #11 158.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:49:49.155Z] #11 158.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-01-29T16:49:49.155Z] #11 158.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-01-29T16:49:49.444Z] #11 158.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-01-29T16:49:49.444Z] #11 158.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-01-29T16:49:49.444Z] #11 158.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-01-29T16:49:49.444Z] #11 158.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-01-29T16:49:49.444Z] #11 158.8 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-01-29T16:49:49.444Z] #11 158.8 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-01-29T16:49:49.444Z] #11 158.8 Setting up dmsetup (2:1.02.155-3) ... [2020-01-29T16:49:49.444Z] #11 158.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-01-29T16:49:49.444Z] #11 158.9 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-01-29T16:49:49.444Z] #11 158.9 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:49:49.731Z] --- PASS: TestExecUser (0.91s) [2020-01-29T16:49:49.731Z] === RUN TestExportContainerAndImportImage [2020-01-29T16:49:49.758Z] #11 DONE 159.2s [2020-01-29T16:49:49.758Z] [2020-01-29T16:49:49.758Z] #12 [dev 1/25] RUN groupadd -r docker [2020-01-29T16:49:50.048Z] #12 ... [2020-01-29T16:49:50.048Z] [2020-01-29T16:49:50.048Z] #56 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T16:49:50.048Z] #56 DONE 0.3s [2020-01-29T16:49:50.048Z] [2020-01-29T16:49:50.048Z] #57 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-01-29T16:49:50.048Z] #57 DONE 0.1s [2020-01-29T16:49:50.048Z] [2020-01-29T16:49:50.048Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:50.048Z] #45 69.30 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-01-29T16:49:50.048Z] #45 69.36 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-01-29T16:49:50.048Z] #45 69.42 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-01-29T16:49:50.048Z] #45 69.50 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-01-29T16:49:50.048Z] #45 69.58 AR compel/plugins/std.lib.a [2020-01-29T16:49:50.048Z] #45 69.82 CC compel/plugins/fds/fds.o [2020-01-29T16:49:50.678Z] #45 ... [2020-01-29T16:49:50.678Z] [2020-01-29T16:49:50.678Z] #12 [dev 1/25] RUN groupadd -r docker [2020-01-29T16:49:50.678Z] #12 DONE 0.8s [2020-01-29T16:49:50.678Z] [2020-01-29T16:49:50.678Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:50.678Z] #58 0.268 + RM_GOPATH=0 [2020-01-29T16:49:50.678Z] #58 0.270 + TMP_GOPATH= [2020-01-29T16:49:50.678Z] #58 0.271 + : /build [2020-01-29T16:49:50.678Z] #58 0.271 + '[' -z '' ']' [2020-01-29T16:49:50.678Z] #58 0.272 ++ mktemp -d [2020-01-29T16:49:50.678Z] #58 0.276 + export GOPATH=/tmp/tmp.o3OCoIdlwi [2020-01-29T16:49:50.678Z] #58 0.287 + GOPATH=/tmp/tmp.o3OCoIdlwi [2020-01-29T16:49:50.678Z] #58 0.287 + RM_GOPATH=1 [2020-01-29T16:49:50.678Z] #58 0.288 ++ dirname ./install.sh [2020-01-29T16:49:50.678Z] #58 0.297 + dir=. [2020-01-29T16:49:50.678Z] #58 0.298 + bin=runc [2020-01-29T16:49:50.678Z] #58 0.298 + shift [2020-01-29T16:49:50.678Z] #58 0.299 + '[' '!' -f ./runc.installer ']' [2020-01-29T16:49:50.678Z] #58 0.301 + . ./runc.installer [2020-01-29T16:49:50.678Z] #58 0.304 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-01-29T16:49:50.678Z] #58 0.310 + install_runc [2020-01-29T16:49:50.678Z] #58 0.316 + grep -q '^3\.10\.0.*\.el7\.' [2020-01-29T16:49:50.678Z] #58 0.317 + uname -r [2020-01-29T16:49:50.678Z] #58 0.330 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-01-29T16:49:50.678Z] #58 0.330 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-01-29T16:49:50.678Z] #58 0.330 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.o3OCoIdlwi/src/github.com/opencontainers/runc [2020-01-29T16:49:50.678Z] #58 0.330 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-01-29T16:49:50.678Z] #58 0.356 Cloning into '/tmp/tmp.o3OCoIdlwi/src/github.com/opencontainers/runc'... [2020-01-29T16:49:50.967Z] #58 ... [2020-01-29T16:49:50.967Z] [2020-01-29T16:49:50.967Z] #13 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser [2020-01-29T16:49:50.967Z] #13 DONE 0.4s [2020-01-29T16:49:51.204Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2020-01-29T16:49:51.204Z] === RUN TestExportContainerAfterDaemonRestart [2020-01-29T16:49:51.256Z] [2020-01-29T16:49:51.256Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:51.256Z] #45 70.30 AR compel/plugins/fds.lib.a [2020-01-29T16:49:51.256Z] #45 70.40 HOSTDEP compel/src/lib/log-host.d [2020-01-29T16:49:51.256Z] #45 70.84 HOSTDEP compel/src/lib/handle-elf-host.d [2020-01-29T16:49:51.545Z] #45 ... [2020-01-29T16:49:51.545Z] [2020-01-29T16:49:51.545Z] #14 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2020-01-29T16:49:51.545Z] #14 0.300 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-01-29T16:49:51.545Z] #14 DONE 0.4s [2020-01-29T16:49:51.545Z] [2020-01-29T16:49:51.545Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:51.545Z] #45 71.10 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-01-29T16:49:51.835Z] #45 ... [2020-01-29T16:49:51.835Z] [2020-01-29T16:49:51.835Z] #15 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2020-01-29T16:49:51.835Z] #15 DONE 0.4s [2020-01-29T16:49:51.835Z] [2020-01-29T16:49:51.835Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:51.835Z] #45 71.41 HOSTDEP compel/src/main-host.d [2020-01-29T16:49:52.122Z] #45 71.63 DEP compel/src/lib/ptrace.d [2020-01-29T16:49:52.122Z] #45 ... [2020-01-29T16:49:52.122Z] [2020-01-29T16:49:52.122Z] #16 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2020-01-29T16:49:52.122Z] #16 DONE 0.4s [2020-01-29T16:49:52.411Z] [2020-01-29T16:49:52.411Z] #17 [dev 6/25] RUN ldconfig [2020-01-29T16:49:52.702Z] #17 DONE 0.4s [2020-01-29T16:49:52.702Z] [2020-01-29T16:49:52.702Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:49:53.110Z] --- PASS: TestExportContainerAfterDaemonRestart (2.02s) [2020-01-29T16:49:53.111Z] === RUN TestHealthCheckWorkdir [2020-01-29T16:49:53.333Z] #18 0.716 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-01-29T16:49:53.333Z] #18 0.840 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-01-29T16:49:53.622Z] #18 0.986 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-01-29T16:49:54.047Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-01-29T16:49:54.047Z] === RUN TestHealthKillContainer [2020-01-29T16:49:54.187Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 30.6% of statements [2020-01-29T16:49:54.559Z] ok github.com/docker/docker/container 0.109s coverage: 35.3% of statements [2020-01-29T16:49:54.559Z] ? github.com/docker/docker/container/stream [no test files] [2020-01-29T16:49:54.559Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-01-29T16:49:54.559Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-01-29T16:49:54.559Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-01-29T16:49:55.123Z] #18 2.252 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7695 kB] [2020-01-29T16:49:57.210Z] #18 4.424 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [169 kB] [2020-01-29T16:49:57.333Z] --- PASS: TestHealthKillContainer (2.95s) [2020-01-29T16:49:57.333Z] === RUN TestInspectCpusetInConfigPre120 [2020-01-29T16:49:57.592Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2020-01-29T16:49:57.592Z] === RUN TestIpcModeNone [2020-01-29T16:49:57.838Z] #18 ... [2020-01-29T16:49:57.838Z] [2020-01-29T16:49:57.838Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:49:57.838Z] #48 157.1 text/template [2020-01-29T16:49:57.838Z] #48 159.2 go/parser [2020-01-29T16:49:57.838Z] #48 166.8 compress/flate [2020-01-29T16:49:58.129Z] #48 ... [2020-01-29T16:49:58.129Z] [2020-01-29T16:49:58.129Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:49:58.129Z] #45 72.07 DEP compel/src/lib/infect.d [2020-01-29T16:49:58.129Z] #45 72.32 DEP compel/src/lib/infect-util.d [2020-01-29T16:49:58.129Z] #45 72.53 DEP compel/src/lib/infect-rpc.d [2020-01-29T16:49:58.129Z] #45 72.84 DEP compel/arch/ppc64/src/lib/infect.d [2020-01-29T16:49:58.129Z] #45 73.05 DEP compel/arch/ppc64/src/lib/cpu.d [2020-01-29T16:49:58.129Z] #45 73.26 DEP compel/src/lib/log.d [2020-01-29T16:49:58.129Z] #45 73.46 DEP compel/src/main.d [2020-01-29T16:49:58.129Z] #45 73.70 DEP compel/src/lib/handle-elf.d [2020-01-29T16:49:58.129Z] #45 73.96 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-01-29T16:49:58.129Z] #45 74.33 CC compel/src/lib/log.o [2020-01-29T16:49:58.129Z] #45 74.83 CC compel/arch/ppc64/src/lib/cpu.o [2020-01-29T16:49:58.129Z] #45 75.35 CC compel/arch/ppc64/src/lib/infect.o [2020-01-29T16:49:58.129Z] #45 76.54 CC compel/src/lib/infect-rpc.o [2020-01-29T16:49:58.129Z] #45 77.23 CC compel/src/lib/infect-util.o [2020-01-29T16:49:58.129Z] #45 77.60 CC compel/src/lib/infect.o [2020-01-29T16:49:58.529Z] --- PASS: TestIpcModeNone (0.92s) [2020-01-29T16:49:58.529Z] === RUN TestIpcModePrivate [2020-01-29T16:49:58.758Z] #45 ... [2020-01-29T16:49:58.758Z] [2020-01-29T16:49:58.758Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:49:58.758Z] #18 6.121 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [5784 B] [2020-01-29T16:49:59.467Z] --- PASS: TestIpcModePrivate (0.86s) [2020-01-29T16:49:59.467Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-01-29T16:49:59.467Z] === RUN TestIpcModeShareable [2020-01-29T16:50:00.406Z] --- PASS: TestIpcModeShareable (0.92s) [2020-01-29T16:50:00.406Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-01-29T16:50:00.406Z] === RUN TestAPIIpcModeShareableAndContainer [2020-01-29T16:50:00.747Z] ok github.com/docker/docker/daemon/cluster 0.023s coverage: 0.5% of statements [2020-01-29T16:50:01.516Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-01-29T16:50:03.318Z] ok github.com/docker/docker/daemon/cluster/convert 0.032s coverage: 35.7% of statements [2020-01-29T16:50:03.702Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.86s) [2020-01-29T16:50:03.702Z] === RUN TestAPIIpcModeHost [2020-01-29T16:50:03.963Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-01-29T16:50:03.963Z] === RUN TestDaemonIpcModeShareable [2020-01-29T16:50:04.309Z] #18 ... [2020-01-29T16:50:04.309Z] [2020-01-29T16:50:04.309Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:50:04.309Z] #58 12.65 + cd /tmp/tmp.o3OCoIdlwi/src/github.com/opencontainers/runc [2020-01-29T16:50:04.309Z] #58 12.65 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-01-29T16:50:04.309Z] #58 13.22 + '[' -z '' ']' [2020-01-29T16:50:04.309Z] #58 13.22 + target=static [2020-01-29T16:50:04.309Z] #58 13.23 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-01-29T16:50:05.870Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2020-01-29T16:50:05.870Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-01-29T16:50:05.870Z] === RUN TestDaemonIpcModePrivate [2020-01-29T16:50:06.395Z] #58 16.04 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-01-29T16:50:06.569Z] ................................................ [ 29%] [2020-01-29T16:50:07.774Z] --- PASS: TestDaemonIpcModePrivate (1.84s) [2020-01-29T16:50:07.775Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-01-29T16:50:07.775Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-01-29T16:50:08.452Z] #58 ... [2020-01-29T16:50:08.452Z] [2020-01-29T16:50:08.452Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:50:08.452Z] #66 177.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-01-29T16:50:08.452Z] #66 177.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-01-29T16:50:09.547Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.425s coverage: 13.7% of statements [2020-01-29T16:50:09.681Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2020-01-29T16:50:09.681Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-01-29T16:50:09.681Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-01-29T16:50:11.325Z] ok github.com/docker/docker/daemon/config 0.020s coverage: 82.1% of statements [2020-01-29T16:50:11.586Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-01-29T16:50:11.586Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-01-29T16:50:11.586Z] === RUN TestIpcModeOlderClient [2020-01-29T16:50:11.586Z] === PAUSE TestIpcModeOlderClient [2020-01-29T16:50:11.586Z] === RUN TestKillContainerInvalidSignal [2020-01-29T16:50:11.680Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-01-29T16:50:11.952Z] #66 ... [2020-01-29T16:50:11.952Z] [2020-01-29T16:50:11.952Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:50:11.952Z] #45 81.45 CC compel/src/lib/ptrace.o [2020-01-29T16:50:11.952Z] #45 82.10 AR compel/libcompel.a [2020-01-29T16:50:11.952Z] #45 82.25 HOSTCC compel/src/main-host.o [2020-01-29T16:50:11.952Z] #45 82.98 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-01-29T16:50:11.952Z] #45 83.40 HOSTCC compel/src/lib/handle-elf-host.o [2020-01-29T16:50:11.952Z] #45 84.09 HOSTCC compel/src/lib/log-host.o [2020-01-29T16:50:11.952Z] #45 84.35 HOSTLINK compel/compel-host-bin [2020-01-29T16:50:11.952Z] #45 84.66 DEP soccr/soccr.d [2020-01-29T16:50:11.952Z] #45 85.04 CC soccr/soccr.o [2020-01-29T16:50:11.952Z] #45 88.75 AR soccr/libsoccr.a [2020-01-29T16:50:11.952Z] #45 88.79 make[1]: 'soccr/libsoccr.a' is up to date. [2020-01-29T16:50:11.952Z] #45 89.27 DEP criu/arch/ppc64/sigframe.d [2020-01-29T16:50:11.952Z] #45 89.50 DEP criu/arch/ppc64/crtools.d [2020-01-29T16:50:11.952Z] #45 89.93 DEP criu/arch/ppc64/cpu.d [2020-01-29T16:50:11.952Z] #45 90.20 CC criu/arch/ppc64/cpu.o [2020-01-29T16:50:11.952Z] #45 90.93 CC criu/arch/ppc64/crtools.o [2020-01-29T16:50:12.154Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2020-01-29T16:50:12.154Z] === RUN TestKillContainer [2020-01-29T16:50:12.154Z] === RUN TestKillContainer/no_signal [2020-01-29T16:50:12.462Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-01-29T16:50:12.462Z] ok github.com/docker/docker/daemon 12.298s coverage: 17.5% of statements [2020-01-29T16:50:12.462Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-01-29T16:50:12.462Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-01-29T16:50:12.462Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-01-29T16:50:12.462Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-01-29T16:50:13.092Z] === RUN TestKillContainer/non_killing_signal [2020-01-29T16:50:13.466Z] #45 92.95 CC criu/arch/ppc64/sigframe.o [2020-01-29T16:50:13.660Z] === RUN TestKillContainer/killing_signal [2020-01-29T16:50:13.703Z] ok github.com/docker/docker/daemon/graphdriver 0.018s coverage: 2.2% of statements [2020-01-29T16:50:13.754Z] #45 93.59 LINK criu/arch/ppc64/crtools.built-in.o [2020-01-29T16:50:14.044Z] #45 93.66 DEP criu/arch/ppc64/misc.d [2020-01-29T16:50:14.044Z] #45 93.69 DEP criu/arch/ppc64/vdso-trampoline.d [2020-01-29T16:50:14.044Z] #45 93.73 DEP criu/arch/ppc64/vdso-pie.d [2020-01-29T16:50:14.332Z] #45 93.95 DEP criu/pie/parasite-vdso.d [2020-01-29T16:50:14.599Z] --- PASS: TestKillContainer (2.40s) [2020-01-29T16:50:14.599Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-01-29T16:50:14.600Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2020-01-29T16:50:14.600Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2020-01-29T16:50:14.600Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-01-29T16:50:14.600Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-01-29T16:50:14.619Z] #45 94.26 DEP criu/pie/util-vdso.d [2020-01-29T16:50:14.908Z] #45 94.53 DEP criu/pie/util.d [2020-01-29T16:50:15.198Z] #45 94.82 CC criu/pie/util.o [2020-01-29T16:50:15.527Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-01-29T16:50:15.537Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-01-29T16:50:15.831Z] #45 95.36 CC criu/pie/util-vdso.o [2020-01-29T16:50:16.105Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.56s) [2020-01-29T16:50:16.105Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2020-01-29T16:50:16.106Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-01-29T16:50:16.106Z] === RUN TestKillStoppedContainer [2020-01-29T16:50:16.106Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-01-29T16:50:16.106Z] === RUN TestKillStoppedContainerAPIPre120 [2020-01-29T16:50:16.288Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.195s coverage: 57.9% of statements [2020-01-29T16:50:16.365Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-01-29T16:50:16.365Z] === RUN TestKillDifferentUserContainer [2020-01-29T16:50:16.868Z] #45 96.50 CC criu/pie/parasite-vdso.o [2020-01-29T16:50:17.301Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2020-01-29T16:50:17.301Z] === RUN TestInspectOomKilledTrue [2020-01-29T16:50:17.301Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-01-29T16:50:17.301Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:50:17.301Z] === RUN TestInspectOomKilledFalse [2020-01-29T16:50:17.301Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-01-29T16:50:17.301Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:50:17.301Z] === RUN TestLinksEtcHostsContentMatch [2020-01-29T16:50:17.869Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-01-29T16:50:17.869Z] === RUN TestLinksContainerNames [2020-01-29T16:50:17.917Z] #45 ... [2020-01-29T16:50:17.917Z] [2020-01-29T16:50:17.917Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:50:17.917Z] #48 177.0 math/big [2020-01-29T16:50:17.917Z] #48 181.6 go/doc [2020-01-29T16:50:17.917Z] #48 182.9 vendor/golang.org/x/text/unicode/bidi [2020-01-29T16:50:17.917Z] #48 ... [2020-01-29T16:50:17.917Z] [2020-01-29T16:50:17.917Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:50:17.917Z] #45 97.74 CC criu/arch/ppc64/vdso-pie.o [2020-01-29T16:50:18.948Z] #45 98.44 CC criu/arch/ppc64/vdso-trampoline.o [2020-01-29T16:50:18.948Z] #45 98.49 CC criu/arch/ppc64/misc.o [2020-01-29T16:50:18.948Z] #45 98.53 AR criu/pie/pie.lib.a [2020-01-29T16:50:18.948Z] #45 98.70 DEP criu/pie/restorer.d [2020-01-29T16:50:19.251Z] --- PASS: TestLinksContainerNames (1.59s) [2020-01-29T16:50:19.251Z] === RUN TestLogsFollowTailEmpty [2020-01-29T16:50:19.595Z] #45 99.16 DEP criu/arch/ppc64/restorer.d [2020-01-29T16:50:19.883Z] #45 99.61 DEP criu/pie/parasite.d [2020-01-29T16:50:19.883Z] #45 ... [2020-01-29T16:50:19.883Z] [2020-01-29T16:50:19.883Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:50:19.883Z] #18 17.27 Fetched 8106 kB in 17s (483 kB/s) [2020-01-29T16:50:19.883Z] #18 17.27 Reading package lists... [2020-01-29T16:50:20.189Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-01-29T16:50:20.189Z] === RUN TestContainerNetworkMountsNoChown [2020-01-29T16:50:20.909Z] #18 23.52 Reading package lists... [2020-01-29T16:50:20.909Z] #18 ... [2020-01-29T16:50:20.909Z] [2020-01-29T16:50:20.909Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:50:20.909Z] #45 100.4 CC criu/pie/parasite.o [2020-01-29T16:50:21.127Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/default [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/default [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/private [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/private [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rprivate [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rprivate [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/slave [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/slave [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rslave [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rslave [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/shared [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/shared [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rshared [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rshared [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/default [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/default/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/default/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rslave [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/slave [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rshared [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/private [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/private/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/private/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rprivate [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/shared [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:50:21.127Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-01-29T16:50:21.127Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/default/bind_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/default/mount_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/private/mount_root [2020-01-29T16:50:21.127Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:50:21.386Z] === CONT TestMountDaemonRoot/private/bind_root [2020-01-29T16:50:21.386Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:50:21.386Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:50:21.387Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-01-29T16:50:21.387Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-01-29T16:50:21.387Z] === RUN TestContainerBindMountNonRecursive [2020-01-29T16:50:21.943Z] #45 ... [2020-01-29T16:50:21.943Z] [2020-01-29T16:50:21.943Z] #66 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:50:21.943Z] #66 DONE 191.0s [2020-01-29T16:50:21.943Z] [2020-01-29T16:50:21.943Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-01-29T16:50:21.943Z] #67 DONE 0.1s [2020-01-29T16:50:21.943Z] [2020-01-29T16:50:21.943Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:50:22.419Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.243s coverage: 45.9% of statements [2020-01-29T16:50:22.976Z] #18 23.52 Reading package lists... [2020-01-29T16:50:23.292Z] --- PASS: TestContainerBindMountNonRecursive (1.89s) [2020-01-29T16:50:23.292Z] === RUN TestNetworkNat [2020-01-29T16:50:24.229Z] --- PASS: TestNetworkNat (0.89s) [2020-01-29T16:50:24.229Z] === RUN TestNetworkLocalhostTCPNat [2020-01-29T16:50:24.764Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.895s coverage: 48.6% of statements [2020-01-29T16:50:24.765Z] #18 30.60 Building dependency tree... [2020-01-29T16:50:25.166Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-01-29T16:50:25.166Z] === RUN TestNetworkLoopbackNat [2020-01-29T16:50:25.405Z] #18 32.85 libcap2-bin is already the newest version (1:2.25-2). [2020-01-29T16:50:25.405Z] #18 32.85 The following additional packages will be installed: [2020-01-29T16:50:25.405Z] #18 32.85 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-01-29T16:50:25.405Z] #18 32.85 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-01-29T16:50:25.405Z] #18 32.86 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-01-29T16:50:25.405Z] #18 32.86 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-01-29T16:50:25.405Z] #18 32.86 python3.7 python3.7-minimal vim-runtime xxd [2020-01-29T16:50:25.405Z] #18 32.86 Suggested packages: [2020-01-29T16:50:25.405Z] #18 32.86 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-01-29T16:50:25.405Z] #18 32.86 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-01-29T16:50:25.405Z] #18 32.86 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-01-29T16:50:25.405Z] #18 32.86 Recommended packages: [2020-01-29T16:50:25.405Z] #18 32.86 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-01-29T16:50:25.405Z] #18 32.86 python3-keyrings.alt python3-xdg unzip [2020-01-29T16:50:26.101Z] --- PASS: TestNetworkLoopbackNat (1.14s) [2020-01-29T16:50:26.101Z] === RUN TestPause [2020-01-29T16:50:26.691Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.971s coverage: 72.5% of statements [2020-01-29T16:50:26.691Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-01-29T16:50:27.038Z] --- PASS: TestPause (0.80s) [2020-01-29T16:50:27.038Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-01-29T16:50:27.038Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T16:50:27.038Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T16:50:27.038Z] === RUN TestPauseStopPausedContainer [2020-01-29T16:50:27.973Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-01-29T16:50:27.973Z] === RUN TestPsFilter [2020-01-29T16:50:28.232Z] --- PASS: TestPsFilter (0.28s) [2020-01-29T16:50:28.232Z] === RUN TestRemoveContainerWithRemovedVolume [2020-01-29T16:50:28.540Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.532s coverage: 76.1% of statements [2020-01-29T16:50:28.637Z] tests/integration/api_exec_test.py .................... [ 35%] [2020-01-29T16:50:28.799Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-01-29T16:50:28.799Z] === RUN TestRemoveContainerWithVolume [2020-01-29T16:50:28.916Z] #18 36.18 The following NEW packages will be installed: [2020-01-29T16:50:28.916Z] #18 36.19 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-01-29T16:50:28.916Z] #18 36.19 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-01-29T16:50:28.916Z] #18 36.19 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-01-29T16:50:28.916Z] #18 36.19 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-01-29T16:50:28.916Z] #18 36.20 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-01-29T16:50:28.916Z] #18 36.20 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-01-29T16:50:28.916Z] #18 36.20 python3-setuptools python3-wheel python3.7 python3.7-minimal [2020-01-29T16:50:28.916Z] #18 36.20 thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip [2020-01-29T16:50:28.916Z] #18 36.37 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2020-01-29T16:50:28.916Z] #18 36.37 Need to get 27.7 MB of archives. [2020-01-29T16:50:28.916Z] #18 36.37 After this operation, 129 MB of additional disk space will be used. [2020-01-29T16:50:28.916Z] #18 36.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-01-29T16:50:28.916Z] #18 36.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2 [593 kB] [2020-01-29T16:50:29.207Z] #18 36.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2 [2026 kB] [2020-01-29T16:50:29.207Z] #18 36.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-01-29T16:50:29.207Z] #18 36.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-01-29T16:50:29.207Z] #18 36.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2 [1794 kB] [2020-01-29T16:50:29.289Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-01-29T16:50:29.496Z] #18 36.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2 [330 kB] [2020-01-29T16:50:29.496Z] #18 37.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-01-29T16:50:29.737Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2020-01-29T16:50:29.737Z] === RUN TestRemoveContainerRunning [2020-01-29T16:50:29.787Z] #18 37.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-01-29T16:50:29.787Z] #18 37.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-01-29T16:50:29.787Z] #18 37.07 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-01-29T16:50:29.787Z] #18 37.08 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-01-29T16:50:29.787Z] #18 37.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-01-29T16:50:29.787Z] #18 37.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-01-29T16:50:29.787Z] #18 37.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-01-29T16:50:29.787Z] #18 37.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-01-29T16:50:29.787Z] #18 37.20 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-01-29T16:50:29.787Z] #18 37.21 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-01-29T16:50:29.787Z] #18 37.26 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-01-29T16:50:29.787Z] #18 37.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-01-29T16:50:30.046Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-01-29T16:50:30.080Z] #18 37.29 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-01-29T16:50:30.080Z] #18 37.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-01-29T16:50:30.080Z] #18 37.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-01-29T16:50:30.080Z] #18 37.43 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-01-29T16:50:30.080Z] #18 37.45 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-01-29T16:50:30.080Z] #18 37.46 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-01-29T16:50:30.080Z] #18 37.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-01-29T16:50:30.080Z] #18 37.47 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-01-29T16:50:30.080Z] #18 37.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6 [8407 kB] [2020-01-29T16:50:30.673Z] --- PASS: TestRemoveContainerRunning (0.78s) [2020-01-29T16:50:30.674Z] === RUN TestRemoveContainerForceRemoveRunning [2020-01-29T16:50:30.712Z] #18 38.26 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-01-29T16:50:31.007Z] #18 38.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-01-29T16:50:31.007Z] #18 38.28 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-01-29T16:50:31.007Z] #18 38.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-01-29T16:50:31.007Z] #18 38.29 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-01-29T16:50:31.007Z] #18 38.32 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-01-29T16:50:31.007Z] #18 38.49 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-01-29T16:50:31.007Z] #18 38.50 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-01-29T16:50:31.007Z] #18 38.50 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-01-29T16:50:31.007Z] #18 38.52 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-01-29T16:50:31.242Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2020-01-29T16:50:31.242Z] === RUN TestRemoveInvalidContainer [2020-01-29T16:50:31.242Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-01-29T16:50:31.242Z] === RUN TestRenameLinkedContainer [2020-01-29T16:50:31.258Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.732s coverage: 59.8% of statements [2020-01-29T16:50:31.258Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-01-29T16:50:31.258Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-01-29T16:50:31.300Z] #18 38.52 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-01-29T16:50:31.301Z] #18 38.54 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-01-29T16:50:31.301Z] #18 38.54 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-01-29T16:50:31.301Z] #18 38.56 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-01-29T16:50:31.592Z] #18 39.02 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-01-29T16:50:31.626Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.9% of statements [2020-01-29T16:50:31.626Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-01-29T16:50:31.881Z] #18 39.16 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-01-29T16:50:31.881Z] #18 39.26 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-01-29T16:50:31.985Z] ok github.com/docker/docker/daemon/links 0.017s coverage: 93.0% of statements [2020-01-29T16:50:31.985Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-01-29T16:50:32.922Z] #18 40.38 debconf: delaying package configuration, since apt-utils is not installed [2020-01-29T16:50:33.210Z] #18 40.56 Fetched 27.7 MB in 3s (9348 kB/s) [2020-01-29T16:50:33.210Z] #18 40.67 Selecting previously unselected package pigz. [2020-01-29T16:50:33.218Z] ok github.com/docker/docker/daemon/logger 0.238s coverage: 42.7% of statements [2020-01-29T16:50:33.499Z] #18 40.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23352 files and directories currently installed.) [2020-01-29T16:50:33.499Z] #18 40.82 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-01-29T16:50:33.499Z] #18 40.83 Unpacking pigz (2.4-1) ... [2020-01-29T16:50:33.499Z] #18 40.97 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-01-29T16:50:33.581Z] ok github.com/docker/docker/daemon/logger/awslogs 0.105s coverage: 77.4% of statements [2020-01-29T16:50:33.581Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-01-29T16:50:33.581Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-01-29T16:50:33.788Z] #18 40.97 Preparing to unpack .../libpython3.7-minimal_3.7.3-2_ppc64el.deb ... [2020-01-29T16:50:33.788Z] #18 40.99 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2) ... [2020-01-29T16:50:33.788Z] #18 ... [2020-01-29T16:50:33.788Z] [2020-01-29T16:50:33.788Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:50:33.788Z] #45 103.4 LINK criu/pie/parasite.built-in.o [2020-01-29T16:50:33.788Z] #45 103.4 GEN criu/pie/parasite-blob.h [2020-01-29T16:50:33.788Z] #45 103.5 CC criu/arch/ppc64/restorer.o [2020-01-29T16:50:33.788Z] #45 104.4 CC criu/pie/restorer.o [2020-01-29T16:50:33.788Z] #45 109.5 LINK criu/pie/restorer.built-in.o [2020-01-29T16:50:33.788Z] #45 109.5 GEN criu/pie/restorer-blob.h [2020-01-29T16:50:33.788Z] #45 109.7 DEP criu/vdso.d [2020-01-29T16:50:33.788Z] #45 110.2 DEP criu/uts_ns.d [2020-01-29T16:50:33.788Z] #45 110.6 DEP criu/util.d [2020-01-29T16:50:33.788Z] #45 111.2 DEP criu/uffd.d [2020-01-29T16:50:33.788Z] #45 111.6 DEP criu/tun.d [2020-01-29T16:50:33.788Z] #45 111.9 DEP criu/tty.d [2020-01-29T16:50:33.788Z] #45 112.4 DEP criu/timerfd.d [2020-01-29T16:50:33.788Z] #45 112.8 DEP criu/sysfs_parse.d [2020-01-29T16:50:33.788Z] #45 113.1 DEP criu/sysctl.d [2020-01-29T16:50:33.788Z] #45 113.4 DEP criu/string.d [2020-01-29T16:50:33.788Z] #45 113.5 DEP criu/stats.d [2020-01-29T16:50:33.788Z] #45 113.7 DEP criu/sockets.d [2020-01-29T16:50:33.958Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2020-01-29T16:50:34.417Z] #45 114.1 DEP criu/sk-unix.d [2020-01-29T16:50:34.417Z] #45 ... [2020-01-29T16:50:34.417Z] [2020-01-29T16:50:34.417Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:50:34.417Z] #18 41.69 Selecting previously unselected package python3.7-minimal. [2020-01-29T16:50:34.417Z] #18 41.69 Preparing to unpack .../python3.7-minimal_3.7.3-2_ppc64el.deb ... [2020-01-29T16:50:34.417Z] #18 41.74 Unpacking python3.7-minimal (3.7.3-2) ... [2020-01-29T16:50:34.533Z] --- PASS: TestRenameLinkedContainer (3.18s) [2020-01-29T16:50:34.533Z] === RUN TestRenameStoppedContainer [2020-01-29T16:50:34.586Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 26.2% of statements [2020-01-29T16:50:35.468Z] --- PASS: TestRenameStoppedContainer (0.87s) [2020-01-29T16:50:35.468Z] === RUN TestRenameRunningContainerAndReuse [2020-01-29T16:50:35.480Z] #18 ... [2020-01-29T16:50:35.480Z] [2020-01-29T16:50:35.480Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:50:35.480Z] #48 194.6 vendor/golang.org/x/text/secure/bidirule [2020-01-29T16:50:35.480Z] #48 196.0 vendor/golang.org/x/text/unicode/norm [2020-01-29T16:50:35.480Z] #48 200.5 github.com/LK4D4/vndr/build [2020-01-29T16:50:35.480Z] #48 ... [2020-01-29T16:50:35.480Z] [2020-01-29T16:50:35.480Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:50:35.480Z] #45 114.6 DEP criu/sk-tcp.d [2020-01-29T16:50:35.480Z] #45 115.1 DEP criu/sk-queue.d [2020-01-29T16:50:35.524Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 88.3% of statements [2020-01-29T16:50:35.524Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2020-01-29T16:50:35.769Z] #45 115.3 DEP criu/sk-packet.d [2020-01-29T16:50:36.059Z] #45 115.7 DEP criu/sk-netlink.d [2020-01-29T16:50:36.296Z] ok github.com/docker/docker/daemon/logger/local 0.008s coverage: 74.7% of statements [2020-01-29T16:50:36.296Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-01-29T16:50:36.348Z] #45 116.1 DEP criu/sk-inet.d [2020-01-29T16:50:36.638Z] #45 116.4 DEP criu/signalfd.d [2020-01-29T16:50:36.658Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 19.9% of statements [2020-01-29T16:50:36.712Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-01-29T16:50:36.844Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2020-01-29T16:50:36.844Z] === RUN TestRenameInvalidName [2020-01-29T16:50:36.927Z] #45 116.6 DEP criu/sigframe.d [2020-01-29T16:50:36.927Z] #45 116.8 DEP criu/shmem.d [2020-01-29T16:50:37.015Z] 65014b3c3121: Pull complete [2020-01-29T16:50:37.216Z] #45 117.0 DEP criu/servicefd.d [2020-01-29T16:50:37.781Z] --- PASS: TestRenameInvalidName (0.78s) [2020-01-29T16:50:37.781Z] === RUN TestRenameAnonymousContainer [2020-01-29T16:50:37.843Z] #45 117.4 DEP criu/seize.d [2020-01-29T16:50:37.891Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 47.8% of statements [2020-01-29T16:50:38.148Z] #45 117.8 DEP criu/seccomp.d [2020-01-29T16:50:38.248Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-01-29T16:50:38.435Z] #45 118.1 DEP criu/rst-malloc.d [2020-01-29T16:50:38.436Z] #45 118.2 DEP criu/rbtree.d [2020-01-29T16:50:38.608Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2020-01-29T16:50:38.725Z] #45 118.3 DEP criu/pstree.d [2020-01-29T16:50:38.970Z] ok github.com/docker/docker/daemon/logger/splunk 1.511s coverage: 82.5% of statements [2020-01-29T16:50:38.970Z] ? github.com/docker/docker/daemon/names [no test files] [2020-01-29T16:50:38.970Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-01-29T16:50:39.016Z] #45 118.5 DEP criu/protobuf.d [2020-01-29T16:50:39.016Z] #45 118.8 GEN criu/protobuf-desc-gen.h [2020-01-29T16:50:40.778Z] ok github.com/docker/docker/distribution/metadata 0.031s coverage: 48.2% of statements [2020-01-29T16:50:40.778Z] ok github.com/docker/docker/distribution 0.255s coverage: 22.1% of statements [2020-01-29T16:50:40.778Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-01-29T16:50:41.296Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-01-29T16:50:41.532Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-01-29T16:50:42.177Z] --- PASS: TestRenameAnonymousContainer (3.93s) [2020-01-29T16:50:42.177Z] === RUN TestRenameContainerWithSameName [2020-01-29T16:50:42.435Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2020-01-29T16:50:42.435Z] === RUN TestRenameContainerWithLinkedContainer [2020-01-29T16:50:42.519Z] #45 122.0 DEP criu/protobuf-desc.d [2020-01-29T16:50:42.767Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-01-29T16:50:42.809Z] #45 122.4 DEP criu/proc_parse.d [2020-01-29T16:50:42.809Z] #45 ... [2020-01-29T16:50:42.809Z] [2020-01-29T16:50:42.809Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:50:42.809Z] #18 43.07 Setting up libpython3.7-minimal:ppc64el (3.7.3-2) ... [2020-01-29T16:50:42.809Z] #18 43.09 Setting up python3.7-minimal (3.7.3-2) ... [2020-01-29T16:50:42.809Z] #18 47.99 Selecting previously unselected package python3-minimal. [2020-01-29T16:50:42.809Z] #18 47.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23601 files and directories currently installed.) [2020-01-29T16:50:42.809Z] #18 48.15 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-01-29T16:50:42.809Z] #18 48.16 Unpacking python3-minimal (3.7.3-1) ... [2020-01-29T16:50:42.809Z] #18 48.32 Selecting previously unselected package libmpdec2:ppc64el. [2020-01-29T16:50:42.809Z] #18 48.34 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-01-29T16:50:42.809Z] #18 48.36 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-01-29T16:50:42.809Z] #18 48.55 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-01-29T16:50:42.809Z] #18 48.57 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2_ppc64el.deb ... [2020-01-29T16:50:42.809Z] #18 48.58 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2) ... [2020-01-29T16:50:42.809Z] #18 50.39 Selecting previously unselected package python3.7. [2020-01-29T16:50:42.809Z] #18 50.40 Preparing to unpack .../python3.7_3.7.3-2_ppc64el.deb ... [2020-01-29T16:50:43.100Z] #18 50.41 Unpacking python3.7 (3.7.3-2) ... [2020-01-29T16:50:43.100Z] #18 ... [2020-01-29T16:50:43.100Z] [2020-01-29T16:50:43.100Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:50:43.100Z] #45 122.8 DEP criu/plugin.d [2020-01-29T16:50:43.100Z] #45 122.9 DEP criu/pipes.d [2020-01-29T16:50:43.126Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-01-29T16:50:43.389Z] #45 123.2 DEP criu/pie-util.d [2020-01-29T16:50:43.595Z] ok github.com/docker/docker/distribution/xfer 1.935s coverage: 85.1% of statements [2020-01-29T16:50:43.595Z] ? github.com/docker/docker/dockerversion [no test files] [2020-01-29T16:50:43.595Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-01-29T16:50:43.678Z] #45 123.4 DEP criu/pie-util-vdso.d [2020-01-29T16:50:43.968Z] #45 123.7 DEP criu/pie-util-vdso-elf32.d [2020-01-29T16:50:44.287Z] #45 124.0 DEP criu/path.d [2020-01-29T16:50:44.340Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s) [2020-01-29T16:50:44.340Z] === RUN TestResize [2020-01-29T16:50:44.578Z] #45 124.3 DEP criu/parasite-syscall.d [2020-01-29T16:50:44.642Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-01-29T16:50:44.642Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-01-29T16:50:44.880Z] #45 124.7 DEP criu/pagemap.d [2020-01-29T16:50:44.907Z] --- PASS: TestResize (0.80s) [2020-01-29T16:50:44.907Z] === RUN TestResizeWithInvalidSize [2020-01-29T16:50:45.405Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2020-01-29T16:50:45.844Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-01-29T16:50:45.844Z] === RUN TestResizeWhenContainerNotStarted [2020-01-29T16:50:45.911Z] #45 125.3 DEP criu/pagemap-cache.d [2020-01-29T16:50:45.911Z] #45 125.7 DEP criu/page-xfer.d [2020-01-29T16:50:46.148Z] ok github.com/docker/docker/opts 0.015s coverage: 67.0% of statements [2020-01-29T16:50:46.148Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-01-29T16:50:46.200Z] #45 126.1 DEP criu/page-pipe.d [2020-01-29T16:50:46.412Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:50:46.412Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:50:46.412Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:50:46.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:50:46.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:50:46.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:50:46.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:50:46.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:50:46.413Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:50:46.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:50:46.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:50:46.488Z] #45 126.3 DEP criu/netfilter.d [2020-01-29T16:50:47.117Z] #45 126.7 DEP criu/net.d [2020-01-29T16:50:47.405Z] #45 127.2 DEP criu/namespaces.d [2020-01-29T16:50:47.922Z] ok github.com/docker/docker/pkg/archive 0.448s coverage: 77.1% of statements [2020-01-29T16:50:48.036Z] #45 127.5 DEP criu/mount.d [2020-01-29T16:50:48.323Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:50:48.325Z] #45 127.8 DEP criu/mem.d [2020-01-29T16:50:48.614Z] #45 128.2 DEP criu/lsm.d [2020-01-29T16:50:48.614Z] #45 128.5 DEP criu/log.d [2020-01-29T16:50:48.893Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:50:48.903Z] #45 128.8 DEP criu/libnetlink.d [2020-01-29T16:50:49.143Z] ok github.com/docker/docker/pkg/authorization 0.619s coverage: 68.3% of statements [2020-01-29T16:50:49.192Z] #45 129.0 DEP criu/kerndat.d [2020-01-29T16:50:49.466Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:50:49.483Z] #45 ... [2020-01-29T16:50:49.483Z] [2020-01-29T16:50:49.483Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:50:49.483Z] #18 50.69 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-01-29T16:50:49.483Z] #18 50.73 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 50.74 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-01-29T16:50:49.483Z] #18 51.00 Setting up python3-minimal (3.7.3-1) ... [2020-01-29T16:50:49.483Z] #18 52.42 Selecting previously unselected package python3. [2020-01-29T16:50:49.483Z] #18 52.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24013 files and directories currently installed.) [2020-01-29T16:50:49.483Z] #18 52.57 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 52.59 Unpacking python3 (3.7.3-1) ... [2020-01-29T16:50:49.483Z] #18 52.72 Selecting previously unselected package libip4tc0:ppc64el. [2020-01-29T16:50:49.483Z] #18 52.75 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 52.76 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-01-29T16:50:49.483Z] #18 52.87 Selecting previously unselected package libip6tc0:ppc64el. [2020-01-29T16:50:49.483Z] #18 52.87 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 52.88 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-01-29T16:50:49.483Z] #18 52.97 Selecting previously unselected package libiptc0:ppc64el. [2020-01-29T16:50:49.483Z] #18 52.97 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 52.99 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-01-29T16:50:49.483Z] #18 53.16 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-01-29T16:50:49.483Z] #18 53.17 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 53.18 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-01-29T16:50:49.483Z] #18 53.28 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-01-29T16:50:49.483Z] #18 53.30 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 53.30 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-01-29T16:50:49.483Z] #18 53.41 Selecting previously unselected package libnftnl11:ppc64el. [2020-01-29T16:50:49.483Z] #18 53.42 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 53.44 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-01-29T16:50:49.483Z] #18 53.60 Selecting previously unselected package iptables. [2020-01-29T16:50:49.483Z] #18 53.62 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 53.63 Unpacking iptables (1.8.2-4) ... [2020-01-29T16:50:49.483Z] #18 54.35 Selecting previously unselected package xxd. [2020-01-29T16:50:49.483Z] #18 54.37 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-01-29T16:50:49.483Z] #18 54.38 Unpacking xxd (2:8.1.0875-5) ... [2020-01-29T16:50:49.483Z] #18 54.59 Selecting previously unselected package vim-common. [2020-01-29T16:50:49.483Z] #18 54.60 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:50:49.483Z] #18 54.65 Unpacking vim-common (2:8.1.0875-5) ... [2020-01-29T16:50:49.483Z] #18 54.93 Selecting previously unselected package bash-completion. [2020-01-29T16:50:49.483Z] #18 54.95 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-01-29T16:50:49.500Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-01-29T16:50:49.500Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-01-29T16:50:49.727Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:50:50.303Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:50:51.252Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:50:51.822Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:50:52.390Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:50:53.546Z] ok github.com/docker/docker/layer 7.661s coverage: 68.8% of statements [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/oci [no test files] [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/oci/caps [no test files] [2020-01-29T16:50:53.546Z] ok github.com/docker/docker/pkg/directory 0.001s coverage: 80.0% of statements [2020-01-29T16:50:53.546Z] ok github.com/docker/docker/pkg/chrootarchive 3.357s coverage: 43.2% of statements [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-01-29T16:50:53.546Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-01-29T16:50:53.911Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-01-29T16:50:53.911Z] ok github.com/docker/docker/pkg/discovery/file 0.001s coverage: 92.9% of statements [2020-01-29T16:50:53.949Z] #18 61.29 Unpacking bash-completion (1:2.8-6) ... [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.56s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.93s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.73s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.69s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.47s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.72s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.67s) [2020-01-29T16:50:54.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.72s) [2020-01-29T16:50:54.298Z] === RUN TestCgroupNamespacesRun [2020-01-29T16:50:54.577Z] #18 61.97 Selecting previously unselected package bzip2. [2020-01-29T16:50:54.577Z] #18 62.00 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-01-29T16:50:54.577Z] #18 62.00 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-01-29T16:50:54.689Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2020-01-29T16:50:54.689Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-01-29T16:50:54.866Z] #18 62.19 Selecting previously unselected package xz-utils. [2020-01-29T16:50:54.866Z] #18 62.21 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-01-29T16:50:54.866Z] #18 62.21 Unpacking xz-utils (5.2.4-1) ... [2020-01-29T16:50:55.155Z] #18 62.44 Selecting previously unselected package apparmor. [2020-01-29T16:50:55.155Z] #18 62.46 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-01-29T16:50:55.155Z] #18 62.61 Unpacking apparmor (2.13.2-10) ... [2020-01-29T16:50:55.468Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2020-01-29T16:50:55.784Z] #18 63.21 Selecting previously unselected package aufs-tools. [2020-01-29T16:50:55.784Z] #18 63.23 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-01-29T16:50:55.784Z] #18 63.23 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-01-29T16:50:56.074Z] #18 63.47 Selecting previously unselected package libonig5:ppc64el. [2020-01-29T16:50:56.074Z] #18 ... [2020-01-29T16:50:56.074Z] [2020-01-29T16:50:56.074Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:50:56.074Z] #48 215.3 mime [2020-01-29T16:50:56.074Z] #48 216.9 vendor/golang.org/x/net/idna [2020-01-29T16:50:56.074Z] #48 224.2 vendor/golang.org/x/net/http/httpproxy [2020-01-29T16:50:56.074Z] #48 224.2 net/textproto [2020-01-29T16:50:56.074Z] #48 224.2 crypto/x509 [2020-01-29T16:50:56.074Z] #48 ... [2020-01-29T16:50:56.074Z] [2020-01-29T16:50:56.074Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:50:56.074Z] #18 63.49 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-01-29T16:50:56.074Z] #18 63.50 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-01-29T16:50:56.201Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-01-29T16:50:56.201Z] === RUN TestCgroupNamespacesRunPrivileged [2020-01-29T16:50:56.238Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2020-01-29T16:50:56.363Z] #18 63.77 Selecting previously unselected package libjq1:ppc64el. [2020-01-29T16:50:56.363Z] #18 63.78 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-01-29T16:50:56.363Z] #18 63.80 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-01-29T16:50:56.653Z] #18 63.99 Selecting previously unselected package jq. [2020-01-29T16:50:56.653Z] #18 64.01 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-01-29T16:50:56.653Z] #18 64.02 Unpacking jq (1.5+dfsg-2+b1) ... [2020-01-29T16:50:56.942Z] #18 64.16 Selecting previously unselected package libaio1:ppc64el. [2020-01-29T16:50:56.942Z] #18 64.19 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-01-29T16:50:56.942Z] #18 64.19 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-01-29T16:50:56.942Z] #18 64.29 Selecting previously unselected package libgpm2:ppc64el. [2020-01-29T16:50:56.942Z] #18 64.31 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-01-29T16:50:56.942Z] #18 64.31 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-01-29T16:50:57.020Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2020-01-29T16:50:57.231Z] #18 64.40 Selecting previously unselected package libicu63:ppc64el. [2020-01-29T16:50:57.231Z] #18 64.43 Preparing to unpack .../20-libicu63_63.1-6_ppc64el.deb ... [2020-01-29T16:50:57.231Z] #18 64.43 Unpacking libicu63:ppc64el (63.1-6) ... [2020-01-29T16:50:57.782Z] ok github.com/docker/docker/pkg/fsutils 0.324s coverage: 85.1% of statements [2020-01-29T16:50:57.782Z] ok github.com/docker/docker/pkg/discovery/kv 3.134s coverage: 84.1% of statements [2020-01-29T16:50:58.106Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-01-29T16:50:58.106Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-01-29T16:50:58.140Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2020-01-29T16:50:58.908Z] ok github.com/docker/docker/pkg/idtools 0.404s coverage: 70.1% of statements [2020-01-29T16:50:58.908Z] ok github.com/docker/docker/pkg/ioutils 0.276s coverage: 70.6% of statements [2020-01-29T16:50:59.419Z] ok github.com/docker/docker/pkg/locker 0.008s coverage: 88.9% of statements [2020-01-29T16:50:59.419Z] ok github.com/docker/docker/pkg/jsonmessage 0.001s coverage: 91.7% of statements [2020-01-29T16:50:59.419Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-01-29T16:50:59.419Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-01-29T16:50:59.776Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2020-01-29T16:51:00.010Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2020-01-29T16:51:00.010Z] === RUN TestCgroupNamespacesRunHostMode [2020-01-29T16:51:00.035Z] #18 ... [2020-01-29T16:51:00.036Z] [2020-01-29T16:51:00.036Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:00.036Z] #45 129.5 DEP criu/kcmp-ids.d [2020-01-29T16:51:00.036Z] #45 129.8 DEP criu/irmap.d [2020-01-29T16:51:00.036Z] #45 130.1 DEP criu/ipc_ns.d [2020-01-29T16:51:00.036Z] #45 130.5 DEP criu/image.d [2020-01-29T16:51:00.036Z] #45 130.8 DEP criu/image-desc.d [2020-01-29T16:51:00.036Z] #45 131.0 DEP criu/fsnotify.d [2020-01-29T16:51:00.036Z] #45 131.6 DEP criu/filesystems.d [2020-01-29T16:51:00.036Z] #45 131.8 DEP criu/files.d [2020-01-29T16:51:00.036Z] #45 132.2 DEP criu/files-reg.d [2020-01-29T16:51:00.036Z] #45 132.5 DEP criu/files-ext.d [2020-01-29T16:51:00.036Z] #45 132.8 DEP criu/file-lock.d [2020-01-29T16:51:00.036Z] #45 133.2 DEP criu/file-ids.d [2020-01-29T16:51:00.036Z] #45 133.5 DEP criu/fifo.d [2020-01-29T16:51:00.036Z] #45 133.8 DEP criu/fdstore.d [2020-01-29T16:51:00.036Z] #45 134.0 DEP criu/fault-injection.d [2020-01-29T16:51:00.036Z] #45 134.1 DEP criu/external.d [2020-01-29T16:51:00.036Z] #45 134.3 DEP criu/eventpoll.d [2020-01-29T16:51:00.036Z] #45 134.6 DEP criu/eventfd.d [2020-01-29T16:51:00.036Z] #45 134.9 DEP criu/crtools.d [2020-01-29T16:51:00.036Z] #45 135.2 DEP criu/cr-service.d [2020-01-29T16:51:00.036Z] #45 135.6 DEP criu/cr-restore.d [2020-01-29T16:51:00.036Z] #45 136.1 DEP criu/cr-errno.d [2020-01-29T16:51:00.036Z] #45 136.2 DEP criu/cr-dump.d [2020-01-29T16:51:00.036Z] #45 136.7 DEP criu/cr-dedup.d [2020-01-29T16:51:00.036Z] #45 137.1 DEP criu/cr-check.d [2020-01-29T16:51:00.036Z] #45 137.6 DEP criu/config.d [2020-01-29T16:51:00.036Z] #45 137.9 DEP criu/clone-noasan.d [2020-01-29T16:51:00.036Z] #45 138.1 DEP criu/cgroup.d [2020-01-29T16:51:00.036Z] #45 138.5 DEP criu/cgroup-props.d [2020-01-29T16:51:00.036Z] #45 138.8 DEP criu/bitmap.d [2020-01-29T16:51:00.036Z] #45 138.9 DEP criu/bfd.d [2020-01-29T16:51:00.036Z] #45 139.1 DEP criu/autofs.d [2020-01-29T16:51:00.036Z] #45 139.4 DEP criu/aio.d [2020-01-29T16:51:00.036Z] #45 139.6 DEP criu/action-scripts.d [2020-01-29T16:51:00.133Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-01-29T16:51:00.493Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-01-29T16:51:00.663Z] #45 140.2 CC criu/action-scripts.o [2020-01-29T16:51:00.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-01-29T16:51:00.859Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-01-29T16:51:00.859Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2020-01-29T16:51:01.264Z] ok github.com/docker/docker/pkg/mount 1.252s coverage: 70.0% of statements [2020-01-29T16:51:01.264Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-01-29T16:51:01.264Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-01-29T16:51:01.264Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-01-29T16:51:01.695Z] #45 141.4 CC criu/aio.o [2020-01-29T16:51:01.915Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s) [2020-01-29T16:51:01.915Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-01-29T16:51:02.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-01-29T16:51:02.353Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2020-01-29T16:51:02.740Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-01-29T16:51:03.099Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-01-29T16:51:03.099Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-01-29T16:51:03.200Z] #45 142.7 CC criu/autofs.o [2020-01-29T16:51:03.200Z] #45 ... [2020-01-29T16:51:03.200Z] [2020-01-29T16:51:03.200Z] #51 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:51:03.200Z] #51 DONE 232.5s [2020-01-29T16:51:03.200Z] [2020-01-29T16:51:03.200Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:51:03.200Z] #48 227.2 mime/multipart [2020-01-29T16:51:03.200Z] #48 227.2 vendor/golang.org/x/net/http/httpguts [2020-01-29T16:51:03.292Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2020-01-29T16:51:03.292Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-01-29T16:51:03.830Z] #48 233.1 crypto/tls [2020-01-29T16:51:04.230Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2020-01-29T16:51:04.230Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-01-29T16:51:04.298Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-01-29T16:51:04.656Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-01-29T16:51:04.862Z] #48 ... [2020-01-29T16:51:04.862Z] [2020-01-29T16:51:04.862Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:51:04.862Z] #18 72.23 Selecting previously unselected package libnet1:ppc64el. [2020-01-29T16:51:04.862Z] #18 72.24 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-01-29T16:51:04.862Z] #18 72.25 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-01-29T16:51:05.157Z] #18 72.50 Selecting previously unselected package libnl-3-200:ppc64el. [2020-01-29T16:51:05.157Z] #18 72.51 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-01-29T16:51:05.157Z] #18 72.52 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-01-29T16:51:05.157Z] #18 72.61 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-01-29T16:51:05.157Z] #18 72.62 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-01-29T16:51:05.157Z] #18 72.64 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-01-29T16:51:05.157Z] #18 72.74 Selecting previously unselected package libreadline5:ppc64el. [2020-01-29T16:51:05.167Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-01-29T16:51:05.167Z] === RUN TestCgroupNamespacesRunOlderClient [2020-01-29T16:51:05.460Z] #18 72.76 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-01-29T16:51:05.460Z] #18 72.77 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-01-29T16:51:05.460Z] #18 72.95 Selecting previously unselected package net-tools. [2020-01-29T16:51:05.460Z] #18 72.98 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-01-29T16:51:05.460Z] #18 72.98 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-01-29T16:51:06.187Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-01-29T16:51:06.202Z] #18 73.47 Selecting previously unselected package python-pip-whl. [2020-01-29T16:51:06.202Z] #18 73.49 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-01-29T16:51:06.202Z] #18 73.50 Unpacking python-pip-whl (18.1-5) ... [2020-01-29T16:51:06.834Z] #18 74.25 Selecting previously unselected package python3-lib2to3. [2020-01-29T16:51:06.835Z] #18 74.29 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-01-29T16:51:06.835Z] #18 74.29 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-01-29T16:51:07.127Z] #18 74.46 Selecting previously unselected package python3-distutils. [2020-01-29T16:51:07.127Z] #18 74.46 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-01-29T16:51:07.127Z] #18 74.46 Unpacking python3-distutils (3.7.3-1) ... [2020-01-29T16:51:07.127Z] #18 74.66 Selecting previously unselected package python3-pip. [2020-01-29T16:51:07.154Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s) [2020-01-29T16:51:07.154Z] === RUN TestKernelTCPMemory [2020-01-29T16:51:07.416Z] #18 74.67 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-01-29T16:51:07.416Z] #18 74.67 Unpacking python3-pip (18.1-5) ... [2020-01-29T16:51:07.703Z] #18 74.91 Selecting previously unselected package python3-pkg-resources. [2020-01-29T16:51:07.703Z] #18 74.93 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-01-29T16:51:07.703Z] #18 74.94 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-01-29T16:51:07.703Z] #18 75.13 Selecting previously unselected package python3-setuptools. [2020-01-29T16:51:07.703Z] #18 75.15 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-01-29T16:51:07.703Z] #18 75.15 Unpacking python3-setuptools (40.8.0-1) ... [2020-01-29T16:51:07.722Z] ok github.com/docker/docker/pkg/signal 2.351s coverage: 61.0% of statements [2020-01-29T16:51:07.722Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-01-29T16:51:08.090Z] --- PASS: TestKernelTCPMemory (0.89s) [2020-01-29T16:51:08.090Z] === RUN TestNISDomainname [2020-01-29T16:51:08.090Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-01-29T16:51:08.334Z] #18 75.70 Selecting previously unselected package python3-wheel. [2020-01-29T16:51:08.334Z] #18 75.74 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-01-29T16:51:08.334Z] #18 75.76 Unpacking python3-wheel (0.32.3-2) ... [2020-01-29T16:51:08.455Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-01-29T16:51:08.455Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-01-29T16:51:08.625Z] #18 75.86 Selecting previously unselected package thin-provisioning-tools. [2020-01-29T16:51:08.625Z] #18 75.87 Preparing to unpack .../33-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-01-29T16:51:08.625Z] #18 75.88 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-01-29T16:51:08.808Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-01-29T16:51:08.913Z] #18 76.39 Selecting previously unselected package vim-runtime. [2020-01-29T16:51:08.913Z] #18 76.41 Preparing to unpack .../34-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-01-29T16:51:09.025Z] --- PASS: TestNISDomainname (1.00s) [2020-01-29T16:51:09.025Z] === RUN TestHostnameDnsResolution [2020-01-29T16:51:09.202Z] #18 76.48 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-01-29T16:51:09.202Z] #18 76.55 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-01-29T16:51:09.202Z] #18 76.57 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-01-29T16:51:09.559Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.2% of statements [2020-01-29T16:51:09.907Z] ok github.com/docker/docker/pkg/tailfile 0.108s coverage: 88.6% of statements [2020-01-29T16:51:10.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-01-29T16:51:10.315Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2020-01-29T16:51:10.714Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2020-01-29T16:51:10.929Z] --- PASS: TestHostnameDnsResolution (1.62s) [2020-01-29T16:51:10.929Z] === RUN TestStats [2020-01-29T16:51:11.104Z] testing: warning: no tests to run [2020-01-29T16:51:11.104Z] coverage: [no statements] [2020-01-29T16:51:11.104Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-01-29T16:51:11.478Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-01-29T16:51:11.478Z] ok github.com/docker/docker/pkg/urlutil 0.013s coverage: 100.0% of statements [2020-01-29T16:51:11.827Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-01-29T16:51:12.833Z] --- PASS: TestStats (1.99s) [2020-01-29T16:51:12.833Z] === RUN TestStopContainerWithTimeout [2020-01-29T16:51:12.833Z] === RUN TestStopContainerWithTimeout/0 [2020-01-29T16:51:12.833Z] === PAUSE TestStopContainerWithTimeout/0 [2020-01-29T16:51:12.833Z] === RUN TestStopContainerWithTimeout/1 [2020-01-29T16:51:12.833Z] === PAUSE TestStopContainerWithTimeout/1 [2020-01-29T16:51:12.833Z] === RUN TestStopContainerWithTimeout/3 [2020-01-29T16:51:12.833Z] === PAUSE TestStopContainerWithTimeout/3 [2020-01-29T16:51:12.833Z] === RUN TestStopContainerWithTimeout/-1 [2020-01-29T16:51:12.833Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-01-29T16:51:12.833Z] === CONT TestStopContainerWithTimeout/0 [2020-01-29T16:51:12.833Z] === CONT TestStopContainerWithTimeout/-1 [2020-01-29T16:51:12.833Z] === CONT TestStopContainerWithTimeout/3 [2020-01-29T16:51:12.833Z] === CONT TestStopContainerWithTimeout/1 [2020-01-29T16:51:13.572Z] ok github.com/docker/docker/plugin 0.552s coverage: 27.1% of statements [2020-01-29T16:51:13.655Z] #18 81.22 Selecting previously unselected package vim. [2020-01-29T16:51:13.655Z] #18 81.23 Preparing to unpack .../35-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-01-29T16:51:13.943Z] #18 81.26 Unpacking vim (2:8.1.0875-5) ... [2020-01-29T16:51:13.943Z] #18 ... [2020-01-29T16:51:13.943Z] [2020-01-29T16:51:13.943Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:51:14.331Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-01-29T16:51:14.531Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-01-29T16:51:15.085Z] ok github.com/docker/docker/profiles/seccomp 0.002s coverage: 76.2% of statements [2020-01-29T16:51:15.451Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-01-29T16:51:16.121Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-01-29T16:51:16.121Z] --- PASS: TestStopContainerWithTimeout/0 (1.05s) [2020-01-29T16:51:16.121Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2020-01-29T16:51:16.121Z] --- PASS: TestStopContainerWithTimeout/-1 (3.07s) [2020-01-29T16:51:16.121Z] --- PASS: TestStopContainerWithTimeout/3 (3.24s) [2020-01-29T16:51:16.121Z] === RUN TestDeleteDevicemapper [2020-01-29T16:51:16.121Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-01-29T16:51:16.121Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T16:51:16.121Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-01-29T16:51:16.680Z] ok github.com/docker/docker/registry 0.106s coverage: 56.0% of statements [2020-01-29T16:51:16.682Z] tests/integration/api_secret_test.py ..... [ 52%] [2020-01-29T16:51:17.041Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-01-29T16:51:17.041Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2020-01-29T16:51:17.144Z] #24 242.9 Checking out files: 18% (1949/10502) Checking out files: 19% (1996/10502) Checking out files: 20% (2101/10502) Checking out files: 21% (2206/10502) Checking out files: 22% (2311/10502) Checking out files: 23% (2416/10502) Checking out files: 24% (2521/10502) Checking out files: 25% (2626/10502) Checking out files: 26% (2731/10502) Checking out files: 27% (2836/10502) Checking out files: 28% (2941/10502) Checking out files: 29% (3046/10502) Checking out files: 30% (3151/10502) Checking out files: 31% (3256/10502) Checking out files: 32% (3361/10502) Checking out files: 32% (3402/10502) Checking out files: 33% (3466/10502) Checking out files: 34% (3571/10502) Checking out files: 35% (3676/10502) Checking out files: 36% (3781/10502) Checking out files: 37% (3886/10502) Checking out files: 38% (3991/10502) Checking out files: 39% (4096/10502) Checking out files: 40% (4201/10502) Checking out files: 41% (4306/10502) Checking out files: 42% (4411/10502) Checking out files: 43% (4516/10502) Checking out files: 44% (4621/10502) Checking out files: 45% (4726/10502) Checking out files: 46% (4831/10502) Checking out files: 47% (4936/10502) Checking out files: 48% (5041/10502) Checking out files: 49% (5146/10502) Checking out files: 50% (5251/10502) Checking out files: 51% (5357/10502) Checking out files: 51% (5374/10502) Checking out files: 52% (5462/10502) Checking out files: 53% (5567/10502) Checking out files: 54% (5672/10502) Checking out files: 55% (5777/10502) Checking out files: 56% (5882/10502) Checking out files: 57% (5987/10502) Checking out files: 58% (6092/10502) Checking out files: 59% (6197/10502) Checking out files: 60% (6302/10502) Checking out files: 61% (6407/10502) Checking out files: 62% (6512/10502) Checking out files: 63% (6617/10502) Checking out files: 64% (6722/10502) Checking out files: 65% (6827/10502) Checking out files: 66% (6932/10502) Checking out files: 67% (7037/10502) Checking out files: 68% (7142/10502) Checking out files: 69% (7247/10502) Checking out files: 70% (7352/10502) Checking out files: 70% (7369/10502) Checking out files: 71% (7457/10502) Checking out files: 72% (7562/10502) Checking out files: 73% (7667/10502) Checking out files: 74% (7772/10502) Checking out files: 75% (7877/10502) Checking out files: 76% (7982/10502) Checking out files: 77% (8087/10502) [2020-01-29T16:51:17.144Z] #24 ... [2020-01-29T16:51:17.144Z] [2020-01-29T16:51:17.144Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:17.144Z] #45 146.9 CC criu/bfd.o [2020-01-29T16:51:17.144Z] #45 148.0 CC criu/bitmap.o [2020-01-29T16:51:17.144Z] #45 148.4 CC criu/cgroup-props.o [2020-01-29T16:51:17.144Z] #45 149.8 CC criu/cgroup.o [2020-01-29T16:51:17.144Z] #45 ... [2020-01-29T16:51:17.144Z] [2020-01-29T16:51:17.144Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:51:17.819Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2020-01-29T16:51:17.819Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-01-29T16:51:18.026Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.14s) [2020-01-29T16:51:18.026Z] === RUN TestUpdateMemory [2020-01-29T16:51:18.026Z] --- SKIP: TestUpdateMemory (0.00s) [2020-01-29T16:51:18.026Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:51:18.026Z] === RUN TestUpdateCPUQuota [2020-01-29T16:51:18.618Z] #24 242.9 Checking out files: 18% (1949/10502) Checking out files: 19% (1996/10502) Checking out files: 20% (2101/10502) Checking out files: 21% (2206/10502) Checking out files: 22% (2311/10502) Checking out files: 23% (2416/10502) Checking out files: 24% (2521/10502) Checking out files: 25% (2626/10502) Checking out files: 26% (2731/10502) Checking out files: 27% (2836/10502) Checking out files: 28% (2941/10502) Checking out files: 29% (3046/10502) Checking out files: 30% (3151/10502) Checking out files: 31% (3256/10502) Checking out files: 32% (3361/10502) Checking out files: 32% (3402/10502) Checking out files: 33% (3466/10502) Checking out files: 34% (3571/10502) Checking out files: 35% (3676/10502) Checking out files: 36% (3781/10502) Checking out files: 37% (3886/10502) Checking out files: 38% (3991/10502) Checking out files: 39% (4096/10502) Checking out files: 40% (4201/10502) Checking out files: 41% (4306/10502) Checking out files: 42% (4411/10502) Checking out files: 43% (4516/10502) Checking out files: 44% (4621/10502) Checking out files: 45% (4726/10502) Checking out files: 46% (4831/10502) Checking out files: 47% (4936/10502) Checking out files: 48% (5041/10502) Checking out files: 49% (5146/10502) Checking out files: 50% (5251/10502) Checking out files: 51% (5357/10502) Checking out files: 51% (5374/10502) Checking out files: 52% (5462/10502) Checking out files: 53% (5567/10502) Checking out files: 54% (5672/10502) Checking out files: 55% (5777/10502) Checking out files: 56% (5882/10502) Checking out files: 57% (5987/10502) Checking out files: 58% (6092/10502) Checking out files: 59% (6197/10502) Checking out files: 60% (6302/10502) Checking out files: 61% (6407/10502) Checking out files: 62% (6512/10502) Checking out files: 63% (6617/10502) Checking out files: 64% (6722/10502) Checking out files: 65% (6827/10502) Checking out files: 66% (6932/10502) Checking out files: 67% (7037/10502) Checking out files: 68% (7142/10502) Checking out files: 69% (7247/10502) Checking out files: 70% (7352/10502) Checking out files: 70% (7369/10502) Checking out files: 71% (7457/10502) Checking out files: 72% (7562/10502) Checking out files: 73% (7667/10502) Checking out files: 74% (7772/10502) Checking out files: 75% (7877/10502) Checking out files: 76% (7982/10502) Checking out files: 77% (8087/10502) Checking out files: 78% (8192/10502) Checking out files: 79% (8297/10502) Checking out files: 80% (8402/10502) Checking out files: 81% (8507/10502) Checking out files: 82% (8612/10502) Checking out files: 83% (8717/10502) Checking out files: 84% (8822/10502) Checking out files: 85% (8927/10502) Checking out files: 86% (9032/10502) Checking out files: 87% (9137/10502) Checking out files: 88% (9242/10502) Checking out files: 89% (9347/10502) Checking out files: 89% (9366/10502) Checking out files: 90% (9452/10502) Checking out files: 91% (9557/10502) Checking out files: 92% (9662/10502) Checking out files: 93% (9767/10502) Checking out files: 94% (9872/10502) Checking out files: 95% (9977/10502) Checking out files: 96% (10082/10502) Checking out files: 97% (10187/10502) Checking out files: 98% (10292/10502) Checking out files: 99% (10397/10502) Checking out files: 100% (10502/10502) Checking out files: 100% (10502/10502), done. [2020-01-29T16:51:18.618Z] #24 247.7 + cd /tmp/tmp.ipG2ZBQ3mX/tmp/docker-ce [2020-01-29T16:51:18.618Z] #24 247.7 + git checkout -q v17.06.2-ce [2020-01-29T16:51:19.930Z] --- PASS: TestUpdateCPUQuota (1.63s) [2020-01-29T16:51:19.930Z] === RUN TestUpdatePidsLimit [2020-01-29T16:51:19.930Z] === RUN TestUpdatePidsLimit/update_from_none [2020-01-29T16:51:20.189Z] === RUN TestUpdatePidsLimit/no_change [2020-01-29T16:51:20.448Z] === RUN TestUpdatePidsLimit/update_lower [2020-01-29T16:51:20.493Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-01-29T16:51:21.015Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-01-29T16:51:21.268Z] ok github.com/docker/docker/volume/local 0.042s coverage: 73.0% of statements [2020-01-29T16:51:21.274Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-01-29T16:51:21.434Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-01-29T16:51:21.621Z] ok github.com/docker/docker/volume/mounts 0.032s coverage: 67.0% of statements [2020-01-29T16:51:21.842Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-01-29T16:51:22.101Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-01-29T16:51:22.370Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.0% of statements [2020-01-29T16:51:24.022Z] --- PASS: TestUpdatePidsLimit (4.02s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-01-29T16:51:24.023Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-01-29T16:51:24.023Z] === RUN TestUpdateRestartPolicy [2020-01-29T16:51:24.156Z] #24 252.5 + mkdir -p /tmp/tmp.ipG2ZBQ3mX/src/github.com/docker [2020-01-29T16:51:24.156Z] #24 252.5 + mv components/cli /tmp/tmp.ipG2ZBQ3mX/src/github.com/docker/cli [2020-01-29T16:51:24.156Z] #24 252.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-01-29T16:51:24.785Z] #24 ... [2020-01-29T16:51:24.785Z] [2020-01-29T16:51:24.785Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:51:24.785Z] #18 82.14 Selecting previously unselected package xfsprogs. [2020-01-29T16:51:24.785Z] #18 82.15 Preparing to unpack .../36-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-01-29T16:51:24.785Z] #18 82.17 Unpacking xfsprogs (4.20.0-1) ... [2020-01-29T16:51:24.785Z] #18 83.00 Selecting previously unselected package zip. [2020-01-29T16:51:24.785Z] #18 83.02 Preparing to unpack .../37-zip_3.0-11+b1_ppc64el.deb ... [2020-01-29T16:51:24.785Z] #18 83.03 Unpacking zip (3.0-11+b1) ... [2020-01-29T16:51:24.785Z] #18 83.43 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-01-29T16:51:24.785Z] #18 83.46 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-01-29T16:51:24.785Z] #18 83.46 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-01-29T16:51:24.785Z] #18 83.47 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-01-29T16:51:24.785Z] #18 83.48 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-01-29T16:51:24.785Z] #18 83.49 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-01-29T16:51:24.785Z] #18 83.51 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-01-29T16:51:24.785Z] #18 83.54 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-01-29T16:51:24.785Z] #18 83.55 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-01-29T16:51:24.785Z] #18 83.56 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-01-29T16:51:24.785Z] #18 83.57 Setting up libicu63:ppc64el (63.1-6) ... [2020-01-29T16:51:24.785Z] #18 83.58 Setting up xxd (2:8.1.0875-5) ... [2020-01-29T16:51:24.785Z] #18 83.58 Setting up zip (3.0-11+b1) ... [2020-01-29T16:51:24.785Z] #18 83.62 Setting up vim-common (2:8.1.0875-5) ... [2020-01-29T16:51:24.785Z] #18 83.69 Setting up bash-completion (1:2.8-6) ... [2020-01-29T16:51:24.785Z] #18 89.60 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-01-29T16:51:24.785Z] #18 89.62 Setting up xz-utils (5.2.4-1) ... [2020-01-29T16:51:24.785Z] #18 89.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-01-29T16:51:24.785Z] #18 89.67 Setting up pigz (2.4-1) ... [2020-01-29T16:51:24.785Z] #18 89.67 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-01-29T16:51:24.785Z] #18 89.68 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-01-29T16:51:24.785Z] #18 89.69 Setting up python-pip-whl (18.1-5) ... [2020-01-29T16:51:24.785Z] #18 89.70 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-01-29T16:51:24.785Z] #18 89.71 Setting up vim-runtime (2:8.1.0875-5) ... [2020-01-29T16:51:24.785Z] #18 90.48 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-01-29T16:51:24.785Z] #18 90.48 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-01-29T16:51:24.785Z] #18 90.48 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2) ... [2020-01-29T16:51:24.785Z] #18 90.49 Setting up vim (2:8.1.0875-5) ... [2020-01-29T16:51:24.785Z] #18 90.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-01-29T16:51:24.785Z] #18 90.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-01-29T16:51:24.785Z] #18 90.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-01-29T16:51:24.785Z] #18 90.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-01-29T16:51:24.785Z] #18 90.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-01-29T16:51:24.785Z] #18 90.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-01-29T16:51:24.785Z] #18 90.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-01-29T16:51:24.785Z] #18 90.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-01-29T16:51:24.785Z] #18 90.70 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-01-29T16:51:24.785Z] #18 90.70 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-01-29T16:51:24.785Z] #18 90.72 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-01-29T16:51:24.785Z] #18 90.73 Setting up jq (1.5+dfsg-2+b1) ... [2020-01-29T16:51:24.785Z] #18 90.74 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-01-29T16:51:24.785Z] #18 90.75 Setting up python3.7 (3.7.3-2) ... [2020-01-29T16:51:26.842Z] #18 ... [2020-01-29T16:51:26.842Z] [2020-01-29T16:51:26.842Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:51:26.842Z] #48 245.9 net/http/httptrace [2020-01-29T16:51:26.842Z] #48 246.2 net/http [2020-01-29T16:51:26.842Z] #48 ... [2020-01-29T16:51:26.842Z] [2020-01-29T16:51:26.842Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:26.842Z] #45 157.1 CC criu/clone-noasan.o [2020-01-29T16:51:26.842Z] #45 157.4 CC criu/config.o [2020-01-29T16:51:26.842Z] #45 161.0 CC criu/cr-check.o [2020-01-29T16:51:26.842Z] #45 163.9 CC criu/cr-dedup.o [2020-01-29T16:51:26.842Z] #45 164.7 CC criu/cr-dump.o [2020-01-29T16:51:29.569Z] #45 169.4 CC criu/cr-errno.o [2020-01-29T16:51:29.860Z] #45 ... [2020-01-29T16:51:29.860Z] [2020-01-29T16:51:29.860Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:51:29.860Z] #18 97.19 Setting up iptables (1.8.2-4) ... [2020-01-29T16:51:29.860Z] #18 97.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-01-29T16:51:29.860Z] #18 97.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-01-29T16:51:29.860Z] #18 97.26 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-01-29T16:51:29.860Z] #18 97.27 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-01-29T16:51:29.860Z] #18 97.29 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-01-29T16:51:29.860Z] #18 97.34 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-01-29T16:51:29.860Z] #18 97.35 Setting up python3 (3.7.3-1) ... [2020-01-29T16:51:30.889Z] #18 98.02 Setting up python3-wheel (0.32.3-2) ... [2020-01-29T16:51:31.915Z] #18 99.15 Setting up apparmor (2.13.2-10) ... [2020-01-29T16:51:34.740Z] #18 101.8 Setting up xfsprogs (4.20.0-1) ... [2020-01-29T16:51:34.740Z] #18 101.8 Setting up python3-lib2to3 (3.7.3-1) ... [2020-01-29T16:51:35.388Z] #18 102.5 Setting up python3-pkg-resources (40.8.0-1) ... [2020-01-29T16:51:35.718Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/rootless [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/testutil/request [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/volume [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-01-29T16:51:35.718Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-01-29T16:51:35.918Z] ......................... [ 67%] [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === Skipped [2020-01-29T16:51:36.184Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-01-29T16:51:36.184Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-01-29T16:51:36.184Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:73: No driver to put! [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-01-29T16:51:36.184Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-01-29T16:51:36.184Z] overlay_test.go:49: Fails to compute changes intermittently [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-01-29T16:51:36.184Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T16:51:36.184Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-01-29T16:51:36.184Z] graphtest_unix.go:73: No driver to put! [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-01-29T16:51:36.184Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-01-29T16:51:36.184Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.184Z] [2020-01-29T16:51:36.185Z] DONE 2155 tests, 20 skipped in 187.806s [2020-01-29T16:51:36.230Z] --- PASS: TestUpdateRestartPolicy (12.40s) [2020-01-29T16:51:36.230Z] === RUN TestUpdateRestartWithAutoRemove [2020-01-29T16:51:36.797Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s) [2020-01-29T16:51:36.797Z] === RUN TestWaitNonBlocked [2020-01-29T16:51:36.797Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:51:36.797Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:51:36.797Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:51:36.797Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random Post stage [Pipeline] junit [2020-01-29T16:51:36.882Z] #18 104.3 Setting up python3-distutils (3.7.3-1) ... [2020-01-29T16:51:36.904Z] Recording test results [2020-01-29T16:51:37.056Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:51:37.056Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:51:37.905Z] #18 105.2 Setting up python3-setuptools (40.8.0-1) ... [2020-01-29T16:51:37.995Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-01-29T16:51:37.995Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) [2020-01-29T16:51:37.995Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2020-01-29T16:51:37.995Z] === RUN TestWaitBlocked [2020-01-29T16:51:37.995Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:51:37.995Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:51:37.995Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:51:37.995Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:51:37.995Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:51:37.995Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-01-29T16:51:38.933Z] --- PASS: TestWaitBlocked (0.03s) [2020-01-29T16:51:38.933Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.95s) [2020-01-29T16:51:38.933Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.99s) [2020-01-29T16:51:38.933Z] === CONT TestContainerStartOnDaemonRestart [2020-01-29T16:51:38.933Z] === CONT TestIpcModeOlderClient [2020-01-29T16:51:38.933Z] === CONT TestDaemonHostGatewayIP [2020-01-29T16:51:38.933Z] === CONT TestDaemonRestartIpcMode [2020-01-29T16:51:39.116Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -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:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/make.sh dynbinary test-integration [2020-01-29T16:51:39.193Z] --- PASS: TestIpcModeOlderClient (0.22s) [2020-01-29T16:51:39.493Z] [2020-01-29T16:51:39.493Z] Removing bundles/ [2020-01-29T16:51:39.493Z] [2020-01-29T16:51:39.493Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-01-29T16:51:39.493Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:51:39.493Z] GOOS="" GOARCH="" GOARM="" [2020-01-29T16:51:39.963Z] #18 107.4 Setting up python3-pip (18.1-5) ... [2020-01-29T16:51:39.963Z] #18 ... [2020-01-29T16:51:39.963Z] [2020-01-29T16:51:39.963Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:39.963Z] #45 169.6 CC criu/cr-restore.o [2020-01-29T16:51:39.963Z] #45 178.6 CC criu/cr-service.o [2020-01-29T16:51:39.963Z] #45 ... [2020-01-29T16:51:39.963Z] [2020-01-29T16:51:39.963Z] #18 [dev 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2020-01-29T16:51:39.963Z] #18 107.4 Setting up python3-pip (18.1-5) ... [2020-01-29T16:51:42.023Z] #18 109.2 Processing triggers for libc-bin (2.28-10) ... [2020-01-29T16:51:42.023Z] #18 109.3 Processing triggers for mime-support (3.62) ... [2020-01-29T16:51:42.317Z] #18 DONE 109.7s [2020-01-29T16:51:42.317Z] [2020-01-29T16:51:42.317Z] #19 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-le... [2020-01-29T16:51:42.486Z] --- PASS: TestContainerStartOnDaemonRestart (3.37s) [2020-01-29T16:51:42.972Z] #19 0.535 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-01-29T16:51:42.972Z] #19 0.546 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-01-29T16:51:42.972Z] #19 0.552 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-01-29T16:51:42.972Z] #19 DONE 0.7s [2020-01-29T16:51:42.972Z] [2020-01-29T16:51:42.972Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:42.972Z] #45 181.6 CC criu/crtools.o [2020-01-29T16:51:43.054Z] --- PASS: TestDaemonRestartIpcMode (4.17s) [2020-01-29T16:51:43.263Z] #45 183.0 CC criu/eventfd.o [2020-01-29T16:51:43.622Z] --- PASS: TestDaemonHostGatewayIP (4.65s) [2020-01-29T16:51:43.622Z] PASS [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] === Skipped [2020-01-29T16:51:43.622Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-01-29T16:51:43.622Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-01-29T16:51:43.622Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-01-29T16:51:43.622Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T16:51:43.622Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-01-29T16:51:43.622Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-01-29T16:51:43.622Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] [2020-01-29T16:51:43.622Z] DONE 198 tests, 6 skipped in 126.137s [2020-01-29T16:51:43.622Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-01-29T16:51:43.622Z] ++ 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-01-29T16:51:43.622Z] ++ set -e [2020-01-29T16:51:43.622Z] ++ '[' -n 0 ']' [2020-01-29T16:51:43.622Z] ++ set -x [2020-01-29T16:51:43.622Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:51:43.881Z] INFO: Testing against a local daemon [2020-01-29T16:51:43.881Z] === RUN TestCommitInheritsEnv [2020-01-29T16:51:44.294Z] #45 183.8 CC criu/eventpoll.o [2020-01-29T16:51:44.449Z] --- PASS: TestCommitInheritsEnv (0.54s) [2020-01-29T16:51:44.449Z] === RUN TestImportExtremelyLargeImageWorks [2020-01-29T16:51:44.449Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-01-29T16:51:44.449Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-01-29T16:51:44.449Z] === RUN TestImagesFilterMultiReference [2020-01-29T16:51:44.449Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-01-29T16:51:44.449Z] === RUN TestImagePullPlatformInvalid [2020-01-29T16:51:44.449Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-01-29T16:51:44.449Z] === RUN TestRemoveImageOrphaning [2020-01-29T16:51:44.586Z] #45 ... [2020-01-29T16:51:44.586Z] [2020-01-29T16:51:44.586Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:51:44.586Z] #48 263.6 github.com/LK4D4/vndr/godl [2020-01-29T16:51:44.586Z] #48 265.0 github.com/LK4D4/vndr [2020-01-29T16:51:44.586Z] #48 ... [2020-01-29T16:51:44.586Z] [2020-01-29T16:51:44.586Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:51:45.016Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-01-29T16:51:45.016Z] === RUN TestRemoveImageGarbageCollector [2020-01-29T16:51:45.016Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-01-29T16:51:45.016Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:51:45.016Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-01-29T16:51:45.275Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-01-29T16:51:45.275Z] === RUN TestTagInvalidReference [2020-01-29T16:51:45.275Z] --- PASS: TestTagInvalidReference (0.03s) [2020-01-29T16:51:45.275Z] === RUN TestTagValidPrefixedRepo [2020-01-29T16:51:45.275Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-01-29T16:51:45.275Z] === RUN TestTagExistedNameWithoutForce [2020-01-29T16:51:45.275Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-01-29T16:51:45.275Z] === RUN TestTagOfficialNames [2020-01-29T16:51:45.275Z] --- PASS: TestTagOfficialNames (0.07s) [2020-01-29T16:51:45.275Z] === RUN TestTagMatchesDigest [2020-01-29T16:51:45.534Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-01-29T16:51:45.534Z] PASS [2020-01-29T16:51:45.534Z] [2020-01-29T16:51:45.534Z] === Skipped [2020-01-29T16:51:45.534Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-01-29T16:51:45.534Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-01-29T16:51:45.534Z] [2020-01-29T16:51:45.534Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-01-29T16:51:45.534Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:51:45.534Z] [2020-01-29T16:51:45.534Z] [2020-01-29T16:51:45.534Z] DONE 12 tests, 2 skipped in 1.741s [2020-01-29T16:51:45.534Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-01-29T16:51:45.534Z] ++ 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-01-29T16:51:45.534Z] ++ set -e [2020-01-29T16:51:45.534Z] ++ '[' -n 0 ']' [2020-01-29T16:51:45.534Z] ++ set -x [2020-01-29T16:51:45.535Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:51:45.535Z] INFO: Testing against a local daemon [2020-01-29T16:51:45.535Z] === RUN TestNetworkCreateDelete [2020-01-29T16:51:46.106Z] --- PASS: TestNetworkCreateDelete (0.38s) [2020-01-29T16:51:46.106Z] === RUN TestDockerNetworkDeletePreferID [2020-01-29T16:51:47.044Z] --- PASS: TestDockerNetworkDeletePreferID (1.11s) [2020-01-29T16:51:47.044Z] === RUN TestInspectNetwork [2020-01-29T16:51:49.024Z] #20 ... [2020-01-29T16:51:49.024Z] [2020-01-29T16:51:49.024Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:49.024Z] #45 185.8 CC criu/external.o [2020-01-29T16:51:49.024Z] #45 186.5 CC criu/fault-injection.o [2020-01-29T16:51:49.024Z] #45 186.7 CC criu/fdstore.o [2020-01-29T16:51:49.024Z] #45 187.5 CC criu/fifo.o [2020-01-29T16:51:49.024Z] #45 188.3 CC criu/file-ids.o [2020-01-29T16:51:49.314Z] #45 189.0 CC criu/file-lock.o [2020-01-29T16:51:51.385Z] #45 ... [2020-01-29T16:51:51.385Z] [2020-01-29T16:51:51.385Z] #48 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:51:51.385Z] #48 DONE 280.3s [2020-01-29T16:51:51.385Z] [2020-01-29T16:51:51.385Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:51:51.385Z] #45 191.2 CC criu/files-ext.o [2020-01-29T16:51:52.313Z] === RUN TestInspectNetwork/full_network_id [2020-01-29T16:51:52.313Z] === RUN TestInspectNetwork/partial_network_id [2020-01-29T16:51:52.313Z] === RUN TestInspectNetwork/network_name [2020-01-29T16:51:52.313Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-01-29T16:51:52.880Z] #45 192.4 CC criu/files-reg.o [2020-01-29T16:51:56.501Z] --- PASS: TestInspectNetwork (9.48s) [2020-01-29T16:51:56.501Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-01-29T16:51:56.501Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-01-29T16:51:56.501Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-01-29T16:51:56.501Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-01-29T16:51:56.501Z] === RUN TestRunContainerWithBridgeNone [2020-01-29T16:51:57.327Z] #45 196.6 CC criu/files.o [2020-01-29T16:51:57.957Z] #45 ... [2020-01-29T16:51:57.957Z] [2020-01-29T16:51:57.957Z] #20 [dev 9/25] RUN pip3 install yamllint==1.16.0 [2020-01-29T16:51:57.957Z] #20 9.467 Collecting yamllint==1.16.0 [2020-01-29T16:51:57.957Z] #20 9.966 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-01-29T16:51:57.957Z] #20 10.13 Collecting pyyaml (from yamllint==1.16.0) [2020-01-29T16:51:57.957Z] #20 10.51 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-01-29T16:51:57.958Z] #20 12.99 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-01-29T16:51:57.958Z] #20 13.07 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-01-29T16:51:57.958Z] #20 13.16 Building wheels for collected packages: pyyaml [2020-01-29T16:51:57.958Z] #20 13.17 Running setup.py bdist_wheel for pyyaml: started [2020-01-29T16:51:58.250Z] #20 15.29 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-01-29T16:51:58.250Z] #20 15.29 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-01-29T16:51:58.542Z] #20 15.42 Successfully built pyyaml [2020-01-29T16:51:58.542Z] #20 15.47 Installing collected packages: pyyaml, pathspec, yamllint [2020-01-29T16:51:59.036Z] --- PASS: TestRunContainerWithBridgeNone (2.56s) [2020-01-29T16:51:59.036Z] === RUN TestNetworkInvalidJSON [2020-01-29T16:51:59.036Z] === RUN TestNetworkInvalidJSON//networks/create [2020-01-29T16:51:59.036Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-01-29T16:51:59.036Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T16:51:59.036Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T16:51:59.036Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T16:51:59.036Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T16:51:59.036Z] === CONT TestNetworkInvalidJSON//networks/create [2020-01-29T16:51:59.036Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T16:51:59.036Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T16:51:59.036Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-01-29T16:51:59.036Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-01-29T16:51:59.036Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-01-29T16:51:59.036Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-01-29T16:51:59.036Z] === RUN TestDaemonRestartWithLiveRestore [2020-01-29T16:51:59.192Z] #20 16.17 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-01-29T16:51:59.481Z] #20 DONE 16.4s [2020-01-29T16:51:59.481Z] [2020-01-29T16:51:59.481Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:52:00.940Z] --- PASS: TestDaemonRestartWithLiveRestore (1.48s) [2020-01-29T16:52:00.940Z] === RUN TestDaemonDefaultNetworkPools [2020-01-29T16:52:01.637Z] #63 ... [2020-01-29T16:52:01.637Z] [2020-01-29T16:52:01.637Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:52:01.637Z] #45 201.2 CC criu/filesystems.o [2020-01-29T16:52:01.877Z] --- PASS: TestDaemonDefaultNetworkPools (1.25s) [2020-01-29T16:52:01.877Z] === RUN TestDaemonRestartWithExistingNetwork [2020-01-29T16:52:03.136Z] #45 202.7 CC criu/fsnotify.o [2020-01-29T16:52:03.781Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.89s) [2020-01-29T16:52:03.781Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-01-29T16:52:05.199Z] #45 204.8 CC criu/image-desc.o [2020-01-29T16:52:05.488Z] #45 205.1 CC criu/image.o [2020-01-29T16:52:06.316Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.34s) [2020-01-29T16:52:06.316Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-01-29T16:52:06.888Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2020-01-29T16:52:06.888Z] === RUN TestServiceWithPredefinedNetwork [2020-01-29T16:52:06.993Z] #45 206.6 CC criu/ipc_ns.o [2020-01-29T16:52:09.054Z] #45 208.6 CC criu/irmap.o [2020-01-29T16:52:10.089Z] #45 209.7 CC criu/kcmp-ids.o [2020-01-29T16:52:10.179Z] --- PASS: TestServiceWithPredefinedNetwork (3.30s) [2020-01-29T16:52:10.180Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-01-29T16:52:10.180Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T16:52:10.180Z] service_test.go:230: FLAKY_TEST [2020-01-29T16:52:10.180Z] === RUN TestServiceWithDataPathPortInit [2020-01-29T16:52:10.716Z] #45 210.3 CC criu/kerndat.o [2020-01-29T16:52:11.010Z] #45 ... [2020-01-29T16:52:11.010Z] [2020-01-29T16:52:11.010Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-01-29T16:52:11.010Z] #31 DONE 300.5s [2020-01-29T16:52:11.300Z] [2020-01-29T16:52:11.300Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:52:12.813Z] #63 ... [2020-01-29T16:52:12.813Z] [2020-01-29T16:52:12.813Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:52:12.813Z] #45 212.6 CC criu/libnetlink.o [2020-01-29T16:52:13.872Z] #45 213.4 CC criu/log.o [2020-01-29T16:52:14.499Z] #45 214.1 CC criu/lsm.o [2020-01-29T16:52:15.125Z] #45 214.8 CC criu/mem.o [2020-01-29T16:52:16.070Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-01-29T16:52:17.844Z] #45 217.7 CC criu/mount.o [2020-01-29T16:52:24.952Z] #45 224.0 CC criu/namespaces.o [2020-01-29T16:52:27.676Z] #45 227.1 CC criu/net.o [2020-01-29T16:52:28.209Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T16:52:28.209Z] [2020-01-29T16:52:28.209Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-01-29T16:52:28.209Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-01-29T16:52:28.209Z] HOSTNAME=3e0e119b524b [2020-01-29T16:52:28.209Z] TESTDEBUG=0 [2020-01-29T16:52:28.209Z] DEST=bundles/test-integration [2020-01-29T16:52:28.209Z] PWD=/go/src/github.com/docker/docker [2020-01-29T16:52:28.209Z] DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T16:52:28.209Z] container=docker [2020-01-29T16:52:28.209Z] HOME=/root [2020-01-29T16:52:28.209Z] GOLANG_VERSION=1.13.6 [2020-01-29T16:52:28.209Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-01-29T16:52:28.209Z] VALIDATE_BRANCH=master [2020-01-29T16:52:28.209Z] TERM=xterm [2020-01-29T16:52:28.209Z] DOCKER_PKG=github.com/docker/docker [2020-01-29T16:52:28.209Z] SHLVL=1 [2020-01-29T16:52:28.209Z] TIMEOUT=120m [2020-01-29T16:52:28.209Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-01-29T16:52:28.209Z] DOCKER_GRAPHDRIVER=overlay2 [2020-01-29T16:52:28.209Z] GO111MODULE=off [2020-01-29T16:52:28.209Z] DOCKER_EXPERIMENTAL=1 [2020-01-29T16:52:28.209Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-01-29T16:52:28.209Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-29T16:52:28.209Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-01-29T16:52:28.209Z] GOPATH=/go [2020-01-29T16:52:28.209Z] PKG_CONFIG=pkg-config [2020-01-29T16:52:28.209Z] _=/usr/bin/env [2020-01-29T16:52:28.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-01-29T16:52:28.268Z] --- PASS: TestServiceWithDataPathPortInit (17.77s) [2020-01-29T16:52:28.268Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-01-29T16:52:30.939Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-01-29T16:52:31.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-01-29T16:52:31.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-01-29T16:52:31.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-01-29T16:52:33.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-01-29T16:52:33.224Z] #45 232.4 CC criu/netfilter.o [2020-01-29T16:52:33.461Z] tests/integration/client_test.py ..... [ 76%] [2020-01-29T16:52:33.546Z] #45 233.0 CC criu/page-pipe.o [2020-01-29T16:52:33.659Z] edbd72df76b4: Pull complete [2020-01-29T16:52:33.659Z] Digest: sha256:cc6d6da31014dceab4daee8b5a8da4707233f4ef42eaf071e45cee044ac738f4 [2020-01-29T16:52:33.659Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T16:52:33.659Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T16:52:33.659Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-01-29T16:52:33.659Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-01-29T16:52:33.659Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.973' [2020-01-29T16:52:33.659Z] INFO: Docker version of control daemon [2020-01-29T16:52:33.659Z] [2020-01-29T16:52:33.659Z] Client: Docker Engine - Enterprise [2020-01-29T16:52:33.659Z] Version: 19.03.2 [2020-01-29T16:52:33.659Z] API version: 1.40 [2020-01-29T16:52:33.659Z] Go version: go1.12.8 [2020-01-29T16:52:33.659Z] Git commit: c92ab06ed9 [2020-01-29T16:52:33.659Z] Built: 09/03/2019 16:38:11 [2020-01-29T16:52:33.659Z] OS/Arch: windows/amd64 [2020-01-29T16:52:33.659Z] Experimental: false [2020-01-29T16:52:33.659Z] [2020-01-29T16:52:33.659Z] Server: Docker Engine - Enterprise [2020-01-29T16:52:33.659Z] Engine: [2020-01-29T16:52:33.659Z] Version: 19.03.2 [2020-01-29T16:52:33.659Z] API version: 1.40 (minimum version 1.24) [2020-01-29T16:52:33.659Z] Go version: go1.12.8 [2020-01-29T16:52:33.659Z] Git commit: c92ab06ed9 [2020-01-29T16:52:33.659Z] Built: 09/03/2019 16:35:47 [2020-01-29T16:52:33.659Z] OS/Arch: windows/amd64 [2020-01-29T16:52:33.659Z] Experimental: true [2020-01-29T16:52:33.659Z] [2020-01-29T16:52:33.659Z] INFO: Docker info of control daemon [2020-01-29T16:52:33.659Z] [2020-01-29T16:52:33.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-01-29T16:52:34.026Z] tests/integration/errors_test.py . [ 76%] [2020-01-29T16:52:34.641Z] Client: [2020-01-29T16:52:34.641Z] Debug Mode: false [2020-01-29T16:52:34.641Z] Plugins: [2020-01-29T16:52:34.641Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2020-01-29T16:52:34.641Z] [2020-01-29T16:52:34.641Z] Server: [2020-01-29T16:52:34.641Z] Containers: 0 [2020-01-29T16:52:34.641Z] Running: 0 [2020-01-29T16:52:34.641Z] Paused: 0 [2020-01-29T16:52:34.641Z] Stopped: 0 [2020-01-29T16:52:34.641Z] Images: 1 [2020-01-29T16:52:34.641Z] Server Version: 19.03.2 [2020-01-29T16:52:34.641Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-01-29T16:52:34.641Z] Windows: [2020-01-29T16:52:34.641Z] LCOW: [2020-01-29T16:52:34.641Z] Logging Driver: json-file [2020-01-29T16:52:34.641Z] Plugins: [2020-01-29T16:52:34.641Z] Volume: local [2020-01-29T16:52:34.641Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2020-01-29T16:52:34.641Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-01-29T16:52:34.641Z] Swarm: inactive [2020-01-29T16:52:34.641Z] Default Isolation: process [2020-01-29T16:52:34.641Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-01-29T16:52:34.641Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-01-29T16:52:34.641Z] OSType: windows [2020-01-29T16:52:34.641Z] Architecture: x86_64 [2020-01-29T16:52:34.641Z] CPUs: 4 [2020-01-29T16:52:34.641Z] Total Memory: 32GiB [2020-01-29T16:52:34.641Z] Name: azwin-2-bd9530 [2020-01-29T16:52:34.641Z] ID: JLDZ:4TIW:6JP7:YDTQ:EZO6:QYPX:YHCA:JADS:6DDJ:6WOV:UEV7:YGLC [2020-01-29T16:52:34.641Z] Docker Root Dir: D:\docker [2020-01-29T16:52:34.641Z] Debug Mode: false [2020-01-29T16:52:34.641Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:52:34.641Z] Labels: [2020-01-29T16:52:34.641Z] Experimental: true [2020-01-29T16:52:34.641Z] Insecure Registries: [2020-01-29T16:52:34.641Z] 10.0.0.4:5000 [2020-01-29T16:52:34.641Z] 127.0.0.0/8 [2020-01-29T16:52:34.641Z] Registry Mirrors: [2020-01-29T16:52:34.641Z] http://10.0.0.4:5000/ [2020-01-29T16:52:34.641Z] Live Restore Enabled: false [2020-01-29T16:52:34.641Z] [2020-01-29T16:52:34.641Z] [2020-01-29T16:52:34.641Z] INFO: Commit hash is fb155a1125 [2020-01-29T16:52:34.641Z] INFO: Nuke-Everything... [2020-01-29T16:52:34.641Z] INFO: Container count on control daemon to delete is 0 [2020-01-29T16:52:35.053Z] #45 234.4 CC criu/page-xfer.o [2020-01-29T16:52:35.623Z] INFO: Nuking d:\CI [2020-01-29T16:52:36.088Z] INFO: Zapped successfully [2020-01-29T16:52:36.088Z] INFO: Location for testing is d:\CI\PR-40426\1 [2020-01-29T16:52:36.088Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-01-29T16:52:36.088Z] [2020-01-29T16:52:36.088Z] [2020-01-29T16:52:36.088Z] INFO: Building the image from Dockerfile.windows at 01/29/2020 16:52:35... [2020-01-29T16:52:36.088Z] [2020-01-29T16:52:37.113Z] #45 236.6 CC criu/pagemap-cache.o [2020-01-29T16:52:37.743Z] #45 237.3 CC criu/pagemap.o [2020-01-29T16:52:38.244Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.06s) [2020-01-29T16:52:38.245Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:e23hyujvkvk34e6rdcx1fnmqo Created:2020-01-29 16:52:29.6414535 +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[91c17384486b8c4b1305ff5c4d00c727eb8d995f7a5a8e89847fb1a19d305ae9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h1y8a1uew7cuaz6mwsxi3te6y EndpointID:7569153ca6f0c1b9d9916459a3e368ee1c98d5e7a83d629d15224906acd2c51f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b4d6e7dd2099a4901c7977d3698e82823e5d84e6281ad5ec12af66c88ee72c1c 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:884dcdc0de42 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h1y8a1uew7cuaz6mwsxi3te6y EndpointID:7569153ca6f0c1b9d9916459a3e368ee1c98d5e7a83d629d15224906acd2c51f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-01-29T16:52:38.245Z] PASS [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] === Skipped [2020-01-29T16:52:38.245Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T16:52:38.245Z] service_test.go:230: FLAKY_TEST [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] DONE 21 tests, 1 skipped in 51.644s [2020-01-29T16:52:38.245Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-01-29T16:52:38.245Z] ++ 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-01-29T16:52:38.245Z] ++ set -e [2020-01-29T16:52:38.245Z] ++ '[' -n 0 ']' [2020-01-29T16:52:38.245Z] ++ set -x [2020-01-29T16:52:38.245Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-01-29T16:52:38.245Z] INFO: Testing against a local daemon [2020-01-29T16:52:38.245Z] === RUN TestDockerNetworkIpvlanPersistance [2020-01-29T16:52:38.245Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-01-29T16:52:38.245Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:52:38.245Z] === RUN TestDockerNetworkIpvlan [2020-01-29T16:52:38.245Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-01-29T16:52:38.245Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:52:38.245Z] PASS [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] === Skipped [2020-01-29T16:52:38.245Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-01-29T16:52:38.245Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-01-29T16:52:38.245Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] [2020-01-29T16:52:38.245Z] DONE 2 tests, 2 skipped in 0.150s [2020-01-29T16:52:38.245Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-01-29T16:52:38.245Z] ++ 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-01-29T16:52:38.245Z] ++ set -e [2020-01-29T16:52:38.245Z] ++ '[' -n 0 ']' [2020-01-29T16:52:38.245Z] ++ set -x [2020-01-29T16:52:38.245Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-01-29T16:52:38.245Z] INFO: Testing against a local daemon [2020-01-29T16:52:38.245Z] === RUN TestDockerNetworkMacvlanPersistance [2020-01-29T16:52:39.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-01-29T16:52:39.250Z] #45 239.0 CC criu/parasite-syscall.o [2020-01-29T16:52:39.623Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.10s) [2020-01-29T16:52:39.623Z] === RUN TestDockerNetworkMacvlan [2020-01-29T16:52:40.559Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-01-29T16:52:41.331Z] #45 240.7 CC criu/path.o [2020-01-29T16:52:41.621Z] #45 241.3 CC criu/pie-util-vdso-elf32.o [2020-01-29T16:52:41.930Z] Sending build context to Docker daemon 51.4MB [2020-01-29T16:52:41.930Z] [2020-01-29T16:52:41.930Z] Step 1/10 : FROM microsoft/windowsservercore [2020-01-29T16:52:41.930Z] ---> 8351e66084ac [2020-01-29T16:52:41.930Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-01-29T16:52:41.930Z] ---> Running in 05a7972068f3 [2020-01-29T16:52:41.939Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-01-29T16:52:42.250Z] #45 241.9 CC criu/pie-util-vdso.o [2020-01-29T16:52:42.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-01-29T16:52:42.879Z] #45 242.7 CC criu/pie-util.o [2020-01-29T16:52:42.911Z] Removing intermediate container 05a7972068f3 [2020-01-29T16:52:42.911Z] ---> c897bcc02f44 [2020-01-29T16:52:42.911Z] Step 3/10 : ARG GO_VERSION=1.13.6 [2020-01-29T16:52:42.911Z] ---> Running in e74ccd0b5b40 [2020-01-29T16:52:43.316Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-01-29T16:52:43.377Z] Removing intermediate container e74ccd0b5b40 [2020-01-29T16:52:43.377Z] ---> 60e24fab6fe3 [2020-01-29T16:52:43.377Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-01-29T16:52:43.377Z] ---> Running in 5a698df509cb [2020-01-29T16:52:43.510Z] #45 243.1 CC criu/pipes.o [2020-01-29T16:52:43.842Z] Removing intermediate container 5a698df509cb [2020-01-29T16:52:43.842Z] ---> 348bd426d41b [2020-01-29T16:52:43.842Z] 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-01-29T16:52:43.842Z] ---> Running in 5f8aa5b68388 [2020-01-29T16:52:44.308Z] Removing intermediate container 5f8aa5b68388 [2020-01-29T16:52:44.308Z] ---> 52439629b7b4 [2020-01-29T16:52:44.308Z] 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-01-29T16:52:44.308Z] ---> Running in bda5b644c72a [2020-01-29T16:52:44.537Z] #45 244.2 CC criu/plugin.o [2020-01-29T16:52:45.165Z] #45 244.9 CC criu/proc_parse.o [2020-01-29T16:52:46.604Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-01-29T16:52:46.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-01-29T16:52:50.793Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-01-29T16:52:51.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-01-29T16:52:51.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-01-29T16:52:52.068Z] #45 250.8 CC criu/protobuf-desc.o [2020-01-29T16:52:52.947Z] [2020-01-29T16:52:52.947Z] SUCCESS: Specified value was saved. [2020-01-29T16:52:52.947Z] INFO: Downloading git... [2020-01-29T16:52:53.097Z] #45 252.6 CC criu/protobuf.o [2020-01-29T16:52:53.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-01-29T16:52:53.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-01-29T16:52:53.727Z] #45 253.5 CC criu/pstree.o [2020-01-29T16:52:54.502Z] INFO: Downloading go... [2020-01-29T16:52:55.792Z] #45 255.7 CC criu/rbtree.o [2020-01-29T16:52:56.423Z] #45 256.2 CC criu/rst-malloc.o [2020-01-29T16:52:57.061Z] #45 256.8 CC criu/seccomp.o [2020-01-29T16:52:57.358Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-01-29T16:52:58.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-01-29T16:52:58.563Z] #45 258.0 CC criu/seize.o [2020-01-29T16:52:59.243Z] INFO: Downloading compiler 1 of 3... [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan (19.37s) [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.99s) [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.99s) [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.71s) [2020-01-29T16:52:59.262Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2020-01-29T16:52:59.262Z] PASS [2020-01-29T16:52:59.262Z] [2020-01-29T16:52:59.262Z] DONE 8 tests in 21.623s [2020-01-29T16:52:59.262Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-01-29T16:52:59.262Z] ++ 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-01-29T16:52:59.262Z] ++ set -e [2020-01-29T16:52:59.262Z] ++ '[' -n 0 ']' [2020-01-29T16:52:59.262Z] ++ set -x [2020-01-29T16:52:59.262Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:52:59.262Z] testing: warning: no tests to run [2020-01-29T16:52:59.262Z] PASS [2020-01-29T16:52:59.262Z] [2020-01-29T16:52:59.262Z] DONE 0 tests in 0.027s [2020-01-29T16:52:59.262Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-01-29T16:52:59.262Z] ++ 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-01-29T16:52:59.262Z] ++ set -e [2020-01-29T16:52:59.262Z] ++ '[' -n 0 ']' [2020-01-29T16:52:59.262Z] ++ set -x [2020-01-29T16:52:59.262Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:52:59.262Z] INFO: Testing against a local daemon [2020-01-29T16:52:59.262Z] === RUN TestAuthZPluginAllowRequest [2020-01-29T16:52:59.712Z] INFO: Downloading compiler 2 of 3... [2020-01-29T16:53:00.176Z] INFO: Downloading compiler 3 of 3... [2020-01-29T16:53:00.618Z] #45 259.9 CC criu/servicefd.o [2020-01-29T16:53:00.910Z] #45 260.7 CC criu/shmem.o [2020-01-29T16:53:01.157Z] INFO: Extracting git... [2020-01-29T16:53:01.166Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2020-01-29T16:53:01.166Z] === RUN TestAuthZPluginTLS [2020-01-29T16:53:01.733Z] --- PASS: TestAuthZPluginTLS (0.68s) [2020-01-29T16:53:01.733Z] === RUN TestAuthZPluginDenyRequest [2020-01-29T16:53:01.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-01-29T16:53:02.301Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2020-01-29T16:53:02.301Z] === RUN TestAuthZPluginAPIDenyResponse [2020-01-29T16:53:02.872Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2020-01-29T16:53:02.872Z] === RUN TestAuthZPluginDenyResponse [2020-01-29T16:53:02.967Z] #45 262.3 CC criu/sigframe.o [2020-01-29T16:53:02.967Z] #45 262.6 CC criu/signalfd.o [2020-01-29T16:53:03.446Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2020-01-29T16:53:03.446Z] === RUN TestAuthZPluginAllowEventStream [2020-01-29T16:53:03.596Z] #45 263.1 CC criu/sk-inet.o [2020-01-29T16:53:05.103Z] #45 ... [2020-01-29T16:53:05.103Z] [2020-01-29T16:53:05.103Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:53:05.103Z] #42 354.3 + dpkg --print-architecture [2020-01-29T16:53:05.103Z] #42 354.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-01-29T16:53:05.350Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s) [2020-01-29T16:53:05.350Z] === RUN TestAuthZPluginErrorResponse [2020-01-29T16:53:05.394Z] #42 354.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-01-29T16:53:05.394Z] #42 354.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-01-29T16:53:05.918Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-01-29T16:53:05.918Z] === RUN TestAuthZPluginErrorRequest [2020-01-29T16:53:06.855Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2020-01-29T16:53:06.855Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-01-29T16:53:07.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-01-29T16:53:07.423Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s) [2020-01-29T16:53:07.423Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-01-29T16:53:09.955Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s) [2020-01-29T16:53:09.955Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-01-29T16:53:10.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-01-29T16:53:10.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-01-29T16:53:10.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-01-29T16:53:10.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-01-29T16:53:11.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-01-29T16:53:11.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-01-29T16:53:11.859Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.30s) [2020-01-29T16:53:11.859Z] === RUN TestAuthZPluginHeader [2020-01-29T16:53:12.796Z] --- PASS: TestAuthZPluginHeader (0.99s) [2020-01-29T16:53:12.796Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-01-29T16:53:12.796Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-01-29T16:53:12.796Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:12.796Z] === RUN TestAuthZPluginV2Disable [2020-01-29T16:53:12.796Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-01-29T16:53:12.796Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:12.796Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-01-29T16:53:12.796Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-01-29T16:53:12.796Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:12.796Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-01-29T16:53:12.796Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-01-29T16:53:12.796Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:12.796Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-01-29T16:53:12.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-01-29T16:53:13.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-01-29T16:53:13.687Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-01-29T16:53:14.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-01-29T16:53:15.514Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-01-29T16:53:15.755Z] #42 ... [2020-01-29T16:53:15.755Z] [2020-01-29T16:53:15.755Z] #45 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-01-29T16:53:15.755Z] #45 265.1 CC criu/sk-netlink.o [2020-01-29T16:53:15.755Z] #45 265.9 CC criu/sk-packet.o [2020-01-29T16:53:15.755Z] #45 267.0 CC criu/sk-queue.o [2020-01-29T16:53:15.755Z] #45 267.8 CC criu/sk-tcp.o [2020-01-29T16:53:15.755Z] #45 268.8 CC criu/sk-unix.o [2020-01-29T16:53:15.755Z] #45 272.6 CC criu/sockets.o [2020-01-29T16:53:15.755Z] #45 274.1 CC criu/stats.o [2020-01-29T16:53:15.755Z] #45 274.6 CC criu/string.o [2020-01-29T16:53:15.755Z] #45 274.7 CC criu/sysctl.o [2020-01-29T16:53:16.040Z] INFO: Expanding go... [2020-01-29T16:53:16.383Z] #45 276.0 CC criu/sysfs_parse.o [2020-01-29T16:53:16.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-01-29T16:53:16.927Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-01-29T16:53:16.927Z] Using test binary docker [2020-01-29T16:53:16.927Z] +++ /etc/init.d/apparmor start [2020-01-29T16:53:16.927Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T16:53:16.927Z] INFO: Waiting for daemon to start... [2020-01-29T16:53:16.927Z] Starting dockerd [2020-01-29T16:53:16.927Z] +++ 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-01-29T16:53:17.426Z] #45 276.9 CC criu/timerfd.o [2020-01-29T16:53:18.058Z] #45 277.6 CC criu/tty.o [2020-01-29T16:53:18.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-01-29T16:53:18.828Z] . [2020-01-29T16:53:18.828Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-01-29T16:53:18.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-01-29T16:53:19.086Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-01-29T16:53:19.086Z] Error: No such image: emptyfs [2020-01-29T16:53:19.086Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-01-29T16:53:19.086Z] ++++ docker load [2020-01-29T16:53:19.652Z] Running integration-test (iteration 1) [2020-01-29T16:53:19.652Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-01-29T16:53:19.652Z] ++ 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-01-29T16:53:19.652Z] ++ set -e [2020-01-29T16:53:19.652Z] ++ '[' -n 0 ']' [2020-01-29T16:53:19.652Z] ++ set -x [2020-01-29T16:53:19.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:20.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-01-29T16:53:21.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-01-29T16:53:22.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-01-29T16:53:22.504Z] #45 281.5 CC criu/tun.o [2020-01-29T16:53:23.131Z] #45 282.5 CC criu/uffd.o [2020-01-29T16:53:23.503Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-01-29T16:53:23.503Z] Using test binary docker [2020-01-29T16:53:23.503Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-01-29T16:53:23.503Z] +++ /etc/init.d/apparmor start [2020-01-29T16:53:23.503Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T16:53:23.503Z] Starting dockerd [2020-01-29T16:53:23.503Z] INFO: Waiting for daemon to start... [2020-01-29T16:53:23.503Z] +++ 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-01-29T16:53:25.205Z] #45 284.8 CC criu/util.o [2020-01-29T16:53:25.218Z] . [2020-01-29T16:53:25.218Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-01-29T16:53:25.218Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-01-29T16:53:25.574Z] Error: No such image: emptyfs [2020-01-29T16:53:25.574Z] ++++ docker load [2020-01-29T16:53:25.574Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-01-29T16:53:25.574Z] Running integration-test (iteration 1) [2020-01-29T16:53:25.574Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-01-29T16:53:25.574Z] ++ 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-01-29T16:53:25.574Z] ++ set -e [2020-01-29T16:53:25.574Z] ++ '[' -n 0 ']' [2020-01-29T16:53:25.574Z] ++ set -x [2020-01-29T16:53:25.574Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:27.927Z] #45 287.3 CC criu/uts_ns.o [2020-01-29T16:53:27.927Z] #45 287.6 CC criu/vdso.o [2020-01-29T16:53:28.961Z] #45 288.5 LINK criu/built-in.o [2020-01-29T16:53:28.961Z] #45 288.7 LINK criu/criu [2020-01-29T16:53:29.989Z] #45 289.6 DEP lib/c/criu.d [2020-01-29T16:53:29.989Z] #45 289.7 CC images/rpc.pb-c.o [2020-01-29T16:53:30.879Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.04s) [2020-01-29T16:53:30.879Z] PASS [2020-01-29T16:53:30.879Z] [2020-01-29T16:53:30.879Z] === Skipped [2020-01-29T16:53:30.879Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-01-29T16:53:30.879Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:30.879Z] [2020-01-29T16:53:30.879Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-01-29T16:53:30.879Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:30.879Z] [2020-01-29T16:53:30.879Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-01-29T16:53:30.879Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:30.879Z] [2020-01-29T16:53:30.879Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-01-29T16:53:30.879Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:30.879Z] [2020-01-29T16:53:30.879Z] [2020-01-29T16:53:30.879Z] DONE 17 tests, 4 skipped in 31.928s [2020-01-29T16:53:30.879Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-01-29T16:53:30.879Z] ++ 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-01-29T16:53:30.879Z] ++ set -e [2020-01-29T16:53:30.879Z] ++ '[' -n 0 ']' [2020-01-29T16:53:30.879Z] ++ set -x [2020-01-29T16:53:30.879Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:31.138Z] INFO: Testing against a local daemon [2020-01-29T16:53:31.138Z] === RUN TestPluginInvalidJSON [2020-01-29T16:53:31.138Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T16:53:31.138Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T16:53:31.138Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T16:53:31.138Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-01-29T16:53:31.138Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-01-29T16:53:31.138Z] PASS [2020-01-29T16:53:31.138Z] [2020-01-29T16:53:31.138Z] DONE 2 tests in 0.157s [2020-01-29T16:53:31.138Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-01-29T16:53:31.138Z] ++ 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-01-29T16:53:31.138Z] ++ set -e [2020-01-29T16:53:31.138Z] ++ '[' -n 0 ']' [2020-01-29T16:53:31.138Z] ++ set -x [2020-01-29T16:53:31.138Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:31.138Z] INFO: Testing against a local daemon [2020-01-29T16:53:31.138Z] === RUN TestExternalGraphDriver [2020-01-29T16:53:31.400Z] === RUN TestExternalGraphDriver/json [2020-01-29T16:53:31.496Z] #45 291.1 CC lib/c/criu.o [2020-01-29T16:53:33.108Z] Loaded image: buildpack-deps:jessie [2020-01-29T16:53:33.108Z] Loaded image: busybox:latest [2020-01-29T16:53:33.108Z] Loaded image: busybox:glibc [2020-01-29T16:53:33.108Z] Loaded image: debian:jessie [2020-01-29T16:53:33.108Z] Loaded image: hello-world:latest [2020-01-29T16:53:33.108Z] INFO: Testing against a local daemon [2020-01-29T16:53:33.108Z] === RUN TestCgroupNamespacesBuild [2020-01-29T16:53:33.934Z] === RUN TestExternalGraphDriver/spec [2020-01-29T16:53:34.237Z] #45 293.5 LINK lib/c/built-in.o [2020-01-29T16:53:34.237Z] #45 293.5 LINK lib/c/libcriu.so [2020-01-29T16:53:34.527Z] #45 294.1 GEN magic.py [2020-01-29T16:53:34.527Z] #45 294.2 Note: Building without setproctitle() and strlcpy() support. [2020-01-29T16:53:34.527Z] #45 294.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-01-29T16:53:34.831Z] --- PASS: TestCgroupNamespacesBuild (1.74s) [2020-01-29T16:53:34.831Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-01-29T16:53:35.559Z] #45 295.3 fatal: not a git repository (or any of the parent directories): .git [2020-01-29T16:53:35.788Z] ......... [ 86%] [2020-01-29T16:53:36.041Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.56s) [2020-01-29T16:53:36.041Z] === RUN TestBuildWithSession [2020-01-29T16:53:36.041Z] --- SKIP: TestBuildWithSession (0.00s) [2020-01-29T16:53:36.041Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T16:53:36.041Z] === RUN TestBuildSquashParent [2020-01-29T16:53:37.065Z] #45 296.5 make[1]: Nothing to be done for 'all'. [2020-01-29T16:53:37.223Z] === RUN TestExternalGraphDriver/pull [2020-01-29T16:53:37.407Z] INFO: Expanding compiler 1 of 3... [2020-01-29T16:53:38.096Z] #45 297.8 make[1]: 'images/built-in.o' is up to date. [2020-01-29T16:53:38.096Z] #45 297.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-01-29T16:53:38.385Z] #45 298.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-01-29T16:53:38.385Z] #45 298.1 make[1]: 'compel/libcompel.a' is up to date. [2020-01-29T16:53:38.385Z] #45 298.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-01-29T16:53:38.385Z] #45 298.2 make[1]: Nothing to be done for 'all'. [2020-01-29T16:53:38.389Z] INFO: Expanding compiler 2 of 3... [2020-01-29T16:53:38.678Z] #45 298.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-01-29T16:53:38.967Z] #45 298.6 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:38.967Z] #45 298.7 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:39.129Z] --- PASS: TestExternalGraphDriver (7.66s) [2020-01-29T16:53:39.129Z] --- PASS: TestExternalGraphDriver/json (2.53s) [2020-01-29T16:53:39.129Z] --- PASS: TestExternalGraphDriver/spec (2.80s) [2020-01-29T16:53:39.129Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2020-01-29T16:53:39.129Z] === RUN TestGraphdriverPluginV2 [2020-01-29T16:53:39.129Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-01-29T16:53:39.129Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:39.129Z] PASS [2020-01-29T16:53:39.129Z] [2020-01-29T16:53:39.129Z] === Skipped [2020-01-29T16:53:39.129Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2020-01-29T16:53:39.129Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:53:39.129Z] [2020-01-29T16:53:39.129Z] [2020-01-29T16:53:39.129Z] DONE 5 tests, 1 skipped in 7.828s [2020-01-29T16:53:39.129Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-01-29T16:53:39.129Z] ++ 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-01-29T16:53:39.129Z] ++ set -e [2020-01-29T16:53:39.129Z] ++ '[' -n 0 ']' [2020-01-29T16:53:39.129Z] ++ set -x [2020-01-29T16:53:39.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:39.129Z] INFO: Testing against a local daemon [2020-01-29T16:53:39.129Z] === RUN TestContinueAfterPluginCrash [2020-01-29T16:53:39.129Z] === PAUSE TestContinueAfterPluginCrash [2020-01-29T16:53:39.129Z] === RUN TestDaemonStartWithLogOpt [2020-01-29T16:53:39.129Z] === PAUSE TestDaemonStartWithLogOpt [2020-01-29T16:53:39.129Z] === CONT TestContinueAfterPluginCrash [2020-01-29T16:53:39.129Z] === CONT TestDaemonStartWithLogOpt [2020-01-29T16:53:39.269Z] #45 298.8 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:39.562Z] #45 299.2 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:39.562Z] #45 299.3 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:39.562Z] #45 299.4 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:39.853Z] #45 299.4 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:40.143Z] #45 299.8 make[2]: Nothing to be done for 'all'. [2020-01-29T16:53:40.143Z] #45 299.8 INSTALL criu/criu [2020-01-29T16:53:40.143Z] #45 DONE 299.9s [2020-01-29T16:53:40.143Z] [2020-01-29T16:53:40.143Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:53:41.190Z] tests/integration/models_images_test.py .............. [ 89%] [2020-01-29T16:53:42.233Z] --- PASS: TestBuildSquashParent (5.48s) [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:53:42.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:53:42.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:53:42.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:53:42.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:53:42.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:53:42.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:53:42.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:53:42.233Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:53:42.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:53:42.819Z] tests/integration/models_networks_test.py .... [ 90%] [2020-01-29T16:53:43.653Z] #24 ... [2020-01-29T16:53:43.653Z] [2020-01-29T16:53:43.653Z] #58 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-01-29T16:53:43.653Z] #58 233.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-01-29T16:53:43.963Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:53:44.319Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:53:45.524Z] INFO: Expanding compiler 3 of 3... [2020-01-29T16:53:45.524Z] INFO: Removing downloaded files... [2020-01-29T16:53:45.524Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-01-29T16:53:45.524Z] INFO: Configuring git core.autocrlf... [2020-01-29T16:53:46.374Z] #58 236.0 + mkdir -p /build [2020-01-29T16:53:46.374Z] #58 236.0 + cp runc /build/runc [2020-01-29T16:53:46.374Z] #58 DONE 236.1s [2020-01-29T16:53:46.374Z] [2020-01-29T16:53:46.374Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:53:46.775Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:53:46.775Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.46s) [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s) [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.20s) [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.19s) [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s) [2020-01-29T16:53:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.13s) [2020-01-29T16:53:48.567Z] === RUN TestBuildMultiStageCopy [2020-01-29T16:53:48.567Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-01-29T16:53:49.122Z] --- PASS: TestDaemonStartWithLogOpt (10.02s) [2020-01-29T16:53:49.367Z] tests/integration/models_nodes_test.py . [ 91%] [2020-01-29T16:53:49.931Z] tests/integration/models_resources_test.py . [ 91%] [2020-01-29T16:53:50.919Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-01-29T16:53:51.284Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-01-29T16:53:51.633Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-01-29T16:53:51.879Z] Loaded image: buildpack-deps:jessie [2020-01-29T16:53:51.879Z] Loaded image: busybox:latest [2020-01-29T16:53:51.936Z] #63 ... [2020-01-29T16:53:51.936Z] [2020-01-29T16:53:51.936Z] #42 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-01-29T16:53:51.936Z] #42 DONE 400.9s [2020-01-29T16:53:51.936Z] [2020-01-29T16:53:51.936Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:53:52.139Z] Loaded image: busybox:glibc [2020-01-29T16:53:52.139Z] Loaded image: debian:jessie [2020-01-29T16:53:52.373Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-01-29T16:53:52.397Z] Loaded image: hello-world:latest [2020-01-29T16:53:52.398Z] INFO: Testing against a local daemon [2020-01-29T16:53:52.398Z] === RUN TestCgroupNamespacesBuild [2020-01-29T16:53:52.719Z] --- PASS: TestBuildMultiStageCopy (4.21s) [2020-01-29T16:53:52.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.25s) [2020-01-29T16:53:52.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.42s) [2020-01-29T16:53:52.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2020-01-29T16:53:52.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s) [2020-01-29T16:53:52.719Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2020-01-29T16:53:52.719Z] === RUN TestBuildMultiStageParentConfig [2020-01-29T16:53:54.390Z] --- PASS: TestContinueAfterPluginCrash (14.83s) [2020-01-29T16:53:54.390Z] PASS [2020-01-29T16:53:54.390Z] [2020-01-29T16:53:54.390Z] DONE 2 tests in 14.985s [2020-01-29T16:53:54.390Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-01-29T16:53:54.390Z] ++ 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-01-29T16:53:54.390Z] ++ set -e [2020-01-29T16:53:54.390Z] ++ '[' -n 0 ']' [2020-01-29T16:53:54.390Z] ++ set -x [2020-01-29T16:53:54.390Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:54.390Z] INFO: Testing against a local daemon [2020-01-29T16:53:54.390Z] === RUN TestPluginWithDevMounts [2020-01-29T16:53:54.390Z] === PAUSE TestPluginWithDevMounts [2020-01-29T16:53:54.390Z] === CONT TestPluginWithDevMounts [2020-01-29T16:53:54.454Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2020-01-29T16:53:54.454Z] === RUN TestBuildLabelWithTargets [2020-01-29T16:53:55.682Z] --- PASS: TestCgroupNamespacesBuild (3.19s) [2020-01-29T16:53:55.682Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-01-29T16:53:56.010Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-01-29T16:53:56.193Z] --- PASS: TestBuildLabelWithTargets (1.86s) [2020-01-29T16:53:56.193Z] === RUN TestBuildWithEmptyLayers [2020-01-29T16:53:56.294Z] --- PASS: TestPluginWithDevMounts (2.22s) [2020-01-29T16:53:56.294Z] PASS [2020-01-29T16:53:56.294Z] [2020-01-29T16:53:56.294Z] DONE 1 tests in 2.388s [2020-01-29T16:53:56.294Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-01-29T16:53:56.294Z] ++ 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-01-29T16:53:56.294Z] ++ set -e [2020-01-29T16:53:56.294Z] ++ '[' -n 0 ']' [2020-01-29T16:53:56.294Z] ++ set -x [2020-01-29T16:53:56.294Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:53:56.556Z] INFO: Testing against a local daemon [2020-01-29T16:53:56.556Z] === RUN TestSecretInspect [2020-01-29T16:53:56.958Z] --- PASS: TestBuildWithEmptyLayers (0.88s) [2020-01-29T16:53:56.959Z] === RUN TestBuildMultiStageOnBuild [2020-01-29T16:53:58.212Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.37s) [2020-01-29T16:53:58.212Z] === RUN TestBuildWithSession [2020-01-29T16:53:58.212Z] --- SKIP: TestBuildWithSession (0.00s) [2020-01-29T16:53:58.212Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T16:53:58.212Z] === RUN TestBuildSquashParent [2020-01-29T16:53:59.504Z] --- PASS: TestBuildMultiStageOnBuild (2.47s) [2020-01-29T16:53:59.505Z] === RUN TestBuildUncleanTarFilenames [2020-01-29T16:53:59.844Z] --- PASS: TestSecretInspect (3.27s) [2020-01-29T16:53:59.844Z] === RUN TestSecretList [2020-01-29T16:54:00.428Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-01-29T16:54:00.428Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-01-29T16:54:00.721Z] --- PASS: TestBuildUncleanTarFilenames (1.11s) [2020-01-29T16:54:00.721Z] === RUN TestBuildMultiStageLayerLeak [2020-01-29T16:54:03.087Z] --- PASS: TestBuildMultiStageLayerLeak (2.71s) [2020-01-29T16:54:03.087Z] === RUN TestBuildWithHugeFile [2020-01-29T16:54:03.134Z] --- PASS: TestSecretList (2.71s) [2020-01-29T16:54:03.134Z] === RUN TestSecretsCreateAndDelete [2020-01-29T16:54:05.411Z] tests/integration/regression_test.py ...... [ 98%] [2020-01-29T16:54:05.667Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-01-29T16:54:05.667Z] tests/integration/credentials/utils_test.py . [100%] [2020-01-29T16:54:05.667Z] [2020-01-29T16:54:05.667Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-01-29T16:54:05.667Z] =========================== short test summary info ============================ [2020-01-29T16:54:05.667Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-01-29T16:54:05.667Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-01-29T16:54:05.667Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-01-29T16:54:05.667Z] Not supported on most drivers [2020-01-29T16:54:05.667Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-01-29T16:54:05.667Z] Can fail if eth0 has multiple IP addresses [2020-01-29T16:54:05.667Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-01-29T16:54:05.667Z] This doesn't seem to be taken into account by the engine [2020-01-29T16:54:05.667Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-01-29T16:54:05.667Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-01-29T16:54:05.667Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-01-29T16:54:05.667Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-01-29T16:54:05.667Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-01-29T16:54:05.667Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-01-29T16:54:05.668Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-01-29T16:54:05.668Z] = 369 passed, 7 skipped, 3 deselected, 4 xfailed, 2 xpassed in 380.79 seconds == [2020-01-29T16:54:05.668Z] --- PASS: TestSecretsCreateAndDelete (3.26s) [2020-01-29T16:54:05.668Z] === RUN TestSecretsUpdate [2020-01-29T16:54:05.924Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-01-29T16:54:08.955Z] --- PASS: TestSecretsUpdate (3.19s) [2020-01-29T16:54:08.955Z] === RUN TestTemplatedSecret [2020-01-29T16:54:10.416Z] --- PASS: TestBuildSquashParent (11.20s) [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:54:10.416Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:54:10.416Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:54:10.416Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:54:10.416Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:54:10.416Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:54:10.416Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:54:10.416Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:54:10.416Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T16:54:10.416Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T16:54:12.245Z] --- PASS: TestTemplatedSecret (2.94s) [2020-01-29T16:54:12.245Z] === RUN TestSecretCreateResolve [2020-01-29T16:54:12.947Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T16:54:12.947Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T16:54:14.781Z] --- PASS: TestSecretCreateResolve (2.71s) [2020-01-29T16:54:14.781Z] PASS [2020-01-29T16:54:14.781Z] [2020-01-29T16:54:14.781Z] DONE 6 tests in 18.255s [2020-01-29T16:54:14.781Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-01-29T16:54:14.781Z] ++ 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-01-29T16:54:14.781Z] ++ set -e [2020-01-29T16:54:14.781Z] ++ '[' -n 0 ']' [2020-01-29T16:54:14.781Z] ++ set -x [2020-01-29T16:54:14.781Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:54:14.781Z] INFO: Testing against a local daemon [2020-01-29T16:54:14.781Z] === RUN TestServiceCreateInit [2020-01-29T16:54:14.781Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-01-29T16:54:16.230Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T16:54:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T16:54:18.107Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T16:54:18.107Z] [2020-01-29T16:54:18.107Z] Unloading profiles will leave already running processes permanently [2020-01-29T16:54:18.107Z] unconfined, which can lead to unexpected situations. [2020-01-29T16:54:18.107Z] [2020-01-29T16:54:18.107Z] To set a process to complain mode, use the command line tool [2020-01-29T16:54:18.107Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T16:54:18.107Z] Post stage [Pipeline] junit [2020-01-29T16:54:18.683Z] Recording test results [Pipeline] sh [2020-01-29T16:54:19.184Z] + echo Ensuring container killed. [2020-01-29T16:54:19.184Z] Ensuring container killed. [2020-01-29T16:54:19.184Z] + docker rm -vf docker-pr1 [2020-01-29T16:54:19.184Z] Error: No such container: docker-pr1 [2020-01-29T16:54:19.184Z] + true [Pipeline] sh [2020-01-29T16:54:19.467Z] + echo Chowning /workspace to jenkins user [2020-01-29T16:54:19.467Z] Chowning /workspace to jenkins user [2020-01-29T16:54:19.467Z] + id -u [2020-01-29T16:54:19.467Z] + id -g [2020-01-29T16:54:19.467Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40426:/workspace busybox chown -R 1000:1000 /workspace [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.58s) [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.80s) [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.24s) [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.29s) [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.45s) [2020-01-29T16:54:19.771Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.37s) [2020-01-29T16:54:19.771Z] === RUN TestBuildMultiStageCopy [2020-01-29T16:54:19.771Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-01-29T16:54:20.078Z] === RUN TestServiceCreateInit/daemonInitEnabled [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-01-29T16:54:21.135Z] + bundleName=docker-py [2020-01-29T16:54:21.135Z] + echo Creating docker-py-bundles.tar.gz [2020-01-29T16:54:21.135Z] Creating docker-py-bundles.tar.gz [2020-01-29T16:54:21.135Z] + 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-01-29T16:54:21.148Z] Archiving artifacts [2020-01-29T16:54:21.372Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-01-29T16:54:21.734Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/make.sh binary-daemon [2020-01-29T16:54:22.302Z] [2020-01-29T16:54:22.560Z] Removing bundles/ [2020-01-29T16:54:22.560Z] [2020-01-29T16:54:22.560Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-01-29T16:54:22.560Z] Building: bundles/binary-daemon/dockerd-dev [2020-01-29T16:54:22.560Z] GOOS="" GOARCH="" GOARM="" [2020-01-29T16:54:23.052Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-01-29T16:54:23.619Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-01-29T16:54:24.554Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-01-29T16:54:25.121Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-01-29T16:54:25.350Z] --- PASS: TestServiceCreateInit (9.92s) [2020-01-29T16:54:25.350Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.73s) [2020-01-29T16:54:25.350Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.15s) [2020-01-29T16:54:25.350Z] === RUN TestCreateServiceMultipleTimes [2020-01-29T16:54:26.055Z] --- PASS: TestBuildMultiStageCopy (6.10s) [2020-01-29T16:54:26.055Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.33s) [2020-01-29T16:54:26.055Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.64s) [2020-01-29T16:54:26.055Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.66s) [2020-01-29T16:54:26.055Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.68s) [2020-01-29T16:54:26.055Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.77s) [2020-01-29T16:54:26.055Z] === RUN TestBuildMultiStageParentConfig [2020-01-29T16:54:27.956Z] --- PASS: TestBuildMultiStageParentConfig (1.98s) [2020-01-29T16:54:27.956Z] === RUN TestBuildLabelWithTargets [2020-01-29T16:54:30.485Z] --- PASS: TestBuildLabelWithTargets (2.72s) [2020-01-29T16:54:30.485Z] === RUN TestBuildWithEmptyLayers [2020-01-29T16:54:31.253Z] #54 ... [2020-01-29T16:54:31.253Z] [2020-01-29T16:54:31.253Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:31.253Z] #63 386.3 + bin/containerd [2020-01-29T16:54:31.572Z] --- PASS: TestBuildWithHugeFile (26.41s) [2020-01-29T16:54:31.572Z] === RUN TestBuildWithEmptyDockerfile [2020-01-29T16:54:31.572Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:54:31.572Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:54:31.572Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:54:31.572Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:54:31.572Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:54:31.572Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:54:31.572Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:54:31.572Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:54:31.572Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:54:31.572Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2020-01-29T16:54:31.572Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2020-01-29T16:54:31.572Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2020-01-29T16:54:31.572Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-01-29T16:54:31.572Z] === RUN TestBuildPreserveOwnership [2020-01-29T16:54:31.572Z] === RUN TestBuildPreserveOwnership/copy_from [2020-01-29T16:54:31.860Z] --- PASS: TestBuildWithEmptyLayers (1.41s) [2020-01-29T16:54:31.860Z] === RUN TestBuildMultiStageOnBuild [2020-01-29T16:54:32.283Z] #63 ... [2020-01-29T16:54:32.283Z] [2020-01-29T16:54:32.283Z] #54 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:32.283Z] #54 DONE 441.1s [2020-01-29T16:54:32.283Z] [2020-01-29T16:54:32.283Z] #24 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:34.026Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-01-29T16:54:35.762Z] --- PASS: TestBuildPreserveOwnership (5.67s) [2020-01-29T16:54:35.762Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.83s) [2020-01-29T16:54:35.762Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.83s) [2020-01-29T16:54:35.762Z] === RUN TestBuildPlatformInvalid [2020-01-29T16:54:36.044Z] --- PASS: TestBuildMultiStageOnBuild (3.96s) [2020-01-29T16:54:36.044Z] === RUN TestBuildUncleanTarFilenames [2020-01-29T16:54:36.123Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-01-29T16:54:36.123Z] PASS [2020-01-29T16:54:36.123Z] [2020-01-29T16:54:36.123Z] === Skipped [2020-01-29T16:54:36.123Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-01-29T16:54:36.123Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T16:54:36.123Z] [2020-01-29T16:54:36.123Z] [2020-01-29T16:54:36.123Z] DONE 32 tests, 1 skipped in 70.329s [2020-01-29T16:54:36.123Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-01-29T16:54:36.123Z] ++ 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-01-29T16:54:36.123Z] ++ set -e [2020-01-29T16:54:36.123Z] ++ '[' -n 0 ']' [2020-01-29T16:54:36.123Z] ++ set -x [2020-01-29T16:54:36.123Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:54:36.123Z] INFO: Testing against a local daemon [2020-01-29T16:54:36.123Z] === RUN TestConfigList [2020-01-29T16:54:37.943Z] --- PASS: TestBuildUncleanTarFilenames (1.96s) [2020-01-29T16:54:37.943Z] === RUN TestBuildMultiStageLayerLeak [2020-01-29T16:54:39.345Z] --- PASS: TestConfigList (2.81s) [2020-01-29T16:54:39.345Z] === RUN TestConfigsCreateAndDelete [2020-01-29T16:54:42.191Z] --- PASS: TestBuildMultiStageLayerLeak (4.25s) [2020-01-29T16:54:42.191Z] === RUN TestBuildWithHugeFile [2020-01-29T16:54:42.441Z] --- PASS: TestConfigsCreateAndDelete (2.88s) [2020-01-29T16:54:42.441Z] === RUN TestConfigsUpdate [2020-01-29T16:54:42.653Z] #24 451.3 + return [2020-01-29T16:54:42.653Z] #24 DONE 451.4s [2020-01-29T16:54:42.653Z] [2020-01-29T16:54:42.653Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:44.787Z] --- PASS: TestConfigsUpdate (2.67s) [2020-01-29T16:54:44.787Z] === RUN TestTemplatedConfig [2020-01-29T16:54:45.372Z] #63 ... [2020-01-29T16:54:45.373Z] [2020-01-29T16:54:45.373Z] #25 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli [2020-01-29T16:54:45.373Z] #25 DONE 0.1s [2020-01-29T16:54:45.373Z] [2020-01-29T16:54:45.373Z] #29 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2020-01-29T16:54:45.663Z] #29 DONE 0.5s [2020-01-29T16:54:45.663Z] [2020-01-29T16:54:45.663Z] #32 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2020-01-29T16:54:45.663Z] #32 DONE 0.1s [2020-01-29T16:54:45.663Z] [2020-01-29T16:54:45.663Z] #35 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ [2020-01-29T16:54:45.663Z] #35 DONE 0.1s [2020-01-29T16:54:45.663Z] [2020-01-29T16:54:45.663Z] #40 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ [2020-01-29T16:54:45.953Z] #40 DONE 0.1s [2020-01-29T16:54:45.953Z] [2020-01-29T16:54:45.953Z] #43 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ [2020-01-29T16:54:45.953Z] #43 DONE 0.1s [2020-01-29T16:54:45.953Z] [2020-01-29T16:54:45.953Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:45.953Z] #63 ... [2020-01-29T16:54:45.953Z] [2020-01-29T16:54:45.953Z] #46 [dev 16/25] COPY --from=criu /build/ /usr/local/ [2020-01-29T16:54:45.953Z] #46 DONE 0.1s [2020-01-29T16:54:45.953Z] [2020-01-29T16:54:45.953Z] #49 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2020-01-29T16:54:46.241Z] #49 DONE 0.1s [2020-01-29T16:54:46.241Z] [2020-01-29T16:54:46.241Z] #52 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2020-01-29T16:54:46.241Z] #52 DONE 0.1s [2020-01-29T16:54:46.241Z] [2020-01-29T16:54:46.241Z] #55 [dev 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2020-01-29T16:54:46.241Z] #55 DONE 0.1s [2020-01-29T16:54:46.241Z] [2020-01-29T16:54:46.241Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:46.529Z] #63 ... [2020-01-29T16:54:46.529Z] [2020-01-29T16:54:46.529Z] #59 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ [2020-01-29T16:54:46.529Z] #59 DONE 0.1s [2020-01-29T16:54:46.529Z] [2020-01-29T16:54:46.529Z] #63 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-01-29T16:54:47.284Z] --- PASS: TestCreateServiceMultipleTimes (19.37s) [2020-01-29T16:54:47.284Z] === RUN TestCreateServiceConflict [2020-01-29T16:54:47.284Z] --- PASS: TestCreateServiceConflict (3.27s) [2020-01-29T16:54:47.284Z] === RUN TestCreateServiceMaxReplicas [2020-01-29T16:54:47.977Z] --- PASS: TestTemplatedConfig (3.22s) [2020-01-29T16:54:47.977Z] === RUN TestConfigInspect [2020-01-29T16:54:48.758Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-01-29T16:54:48.758Z] Using test binary docker [2020-01-29T16:54:48.758Z] +++ /etc/init.d/apparmor start [2020-01-29T16:54:48.758Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T16:54:48.758Z] INFO: Waiting for daemon to start... [2020-01-29T16:54:48.758Z] Starting dockerd [2020-01-29T16:54:48.758Z] +++ 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-01-29T16:54:48.758Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-01-29T16:54:48.758Z] Using test binary docker [2020-01-29T16:54:48.758Z] +++ /etc/init.d/apparmor start [2020-01-29T16:54:48.758Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T16:54:48.758Z] Starting dockerd [2020-01-29T16:54:48.758Z] INFO: Waiting for daemon to start... [2020-01-29T16:54:48.758Z] +++ 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-01-29T16:54:51.034Z] --- PASS: TestConfigInspect (2.73s) [2020-01-29T16:54:51.034Z] === RUN TestConfigCreateWithLabels [2020-01-29T16:54:51.287Z] . [2020-01-29T16:54:51.287Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-01-29T16:54:51.287Z] [2020-01-29T16:54:51.287Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-01-29T16:54:51.287Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-01-29T16:54:51.287Z] Error: No such image: emptyfs [2020-01-29T16:54:51.287Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-01-29T16:54:51.287Z] ++++ docker load [2020-01-29T16:54:51.287Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-01-29T16:54:51.287Z] Error: No such image: emptyfs [2020-01-29T16:54:51.287Z] ++++ docker load [2020-01-29T16:54:51.287Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-01-29T16:54:51.287Z] Running integration-test (iteration 1) [2020-01-29T16:54:51.287Z] 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-01-29T16:54:51.287Z] ++ 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-01-29T16:54:51.287Z] ++ set -e [2020-01-29T16:54:51.287Z] ++ '[' -n 0 ']' [2020-01-29T16:54:51.287Z] ++ set -x [2020-01-29T16:54:51.287Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-01-29T16:54:51.287Z] Running integration-test (iteration 1) [2020-01-29T16:54:51.287Z] 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-01-29T16:54:51.287Z] ++ 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-01-29T16:54:51.287Z] ++ set -e [2020-01-29T16:54:51.287Z] ++ '[' -n 0 ']' [2020-01-29T16:54:51.287Z] ++ set -x [2020-01-29T16:54:51.287Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-01-29T16:54:51.472Z] --- PASS: TestCreateServiceMaxReplicas (3.71s) [2020-01-29T16:54:51.472Z] === RUN TestCreateWithDuplicateNetworkNames [2020-01-29T16:54:53.395Z] --- PASS: TestConfigCreateWithLabels (2.71s) [2020-01-29T16:54:53.395Z] === RUN TestConfigCreateResolve [2020-01-29T16:54:55.773Z] --- PASS: TestConfigCreateResolve (2.31s) [2020-01-29T16:54:55.773Z] === RUN TestConfigDaemonLibtrustID [2020-01-29T16:54:56.126Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-01-29T16:54:56.126Z] PASS [2020-01-29T16:54:56.126Z] [2020-01-29T16:54:56.126Z] DONE 8 tests in 19.947s [2020-01-29T16:54:56.126Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-01-29T16:54:56.126Z] ++ 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-01-29T16:54:56.126Z] ++ set -e [2020-01-29T16:54:56.126Z] ++ '[' -n 0 ']' [2020-01-29T16:54:56.126Z] ++ set -x [2020-01-29T16:54:56.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:54:56.126Z] INFO: Testing against a local daemon [2020-01-29T16:54:56.126Z] === RUN TestCheckpoint [2020-01-29T16:54:56.126Z] --- SKIP: TestCheckpoint (0.00s) [2020-01-29T16:54:56.126Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T16:54:56.126Z] === RUN TestContainerInvalidJSON [2020-01-29T16:54:56.126Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:54:56.126Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:54:56.126Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:54:56.126Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:54:56.126Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:54:56.126Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:54:56.126Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:54:56.126Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:54:56.126Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:54:56.126Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-01-29T16:54:56.126Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-01-29T16:54:56.126Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-01-29T16:54:56.126Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-01-29T16:54:56.126Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-01-29T16:54:56.126Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-01-29T16:54:56.126Z] === RUN TestCopyFromContainerPathIsNotDir [2020-01-29T16:54:56.483Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-01-29T16:54:56.483Z] === RUN TestCopyToContainerPathDoesNotExist [2020-01-29T16:54:56.483Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-01-29T16:54:56.483Z] === RUN TestCopyToContainerPathIsNotDir [2020-01-29T16:54:56.483Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2020-01-29T16:54:56.483Z] === RUN TestCopyFromContainer [2020-01-29T16:54:58.456Z] === RUN TestCopyFromContainer// [2020-01-29T16:54:58.456Z] === RUN TestCopyFromContainer//bar/root [2020-01-29T16:54:58.817Z] === RUN TestCopyFromContainer//bar/root/ [2020-01-29T16:54:58.817Z] === RUN TestCopyFromContainer/bar/quux [2020-01-29T16:54:58.817Z] === RUN TestCopyFromContainer/bar/quux/ [2020-01-29T16:54:58.817Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-01-29T16:54:58.817Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-01-29T16:54:59.183Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-01-29T16:54:59.183Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-01-29T16:54:59.183Z] === RUN TestCopyFromContainer/bar/notarget [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer (2.68s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-01-29T16:54:59.183Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-01-29T16:54:59.183Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-01-29T16:54:59.183Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:54:59.183Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:54:59.183Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:54:59.183Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:54:59.183Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:54:59.183Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:54:59.183Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:54:59.183Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:54:59.183Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:54:59.183Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-01-29T16:54:59.183Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-01-29T16:54:59.183Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-01-29T16:54:59.183Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-01-29T16:54:59.183Z] === RUN TestCreateLinkToNonExistingContainer [2020-01-29T16:54:59.183Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-01-29T16:54:59.183Z] === RUN TestCreateWithInvalidEnv [2020-01-29T16:54:59.183Z] === RUN TestCreateWithInvalidEnv/0 [2020-01-29T16:54:59.183Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-01-29T16:54:59.183Z] === RUN TestCreateWithInvalidEnv/1 [2020-01-29T16:54:59.183Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-01-29T16:54:59.183Z] === RUN TestCreateWithInvalidEnv/2 [2020-01-29T16:54:59.183Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-01-29T16:54:59.183Z] === CONT TestCreateWithInvalidEnv/0 [2020-01-29T16:54:59.183Z] === CONT TestCreateWithInvalidEnv/2 [2020-01-29T16:54:59.183Z] === CONT TestCreateWithInvalidEnv/1 [2020-01-29T16:54:59.183Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-01-29T16:54:59.183Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-01-29T16:54:59.183Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-01-29T16:54:59.183Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-01-29T16:54:59.183Z] === RUN TestCreateTmpfsMountsTarget [2020-01-29T16:54:59.541Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-01-29T16:54:59.541Z] === RUN TestCreateWithCustomMaskedPaths [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCustomMaskedPaths (2.35s) [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:55:01.902Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:55:01.902Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-01-29T16:55:01.902Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-01-29T16:55:01.902Z] === RUN TestCreateWithCustomReadonlyPaths [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.52s) [2020-01-29T16:55:04.972Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-01-29T16:55:04.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:55:04.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:55:04.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:55:04.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:55:04.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:55:04.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:55:04.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:55:04.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:55:04.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:55:04.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:55:04.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:55:04.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:55:04.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:55:04.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:55:04.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-01-29T16:55:04.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-01-29T16:55:04.972Z] === RUN TestContainerStartOnDaemonRestart [2020-01-29T16:55:04.972Z] === PAUSE TestContainerStartOnDaemonRestart [2020-01-29T16:55:04.972Z] === RUN TestDaemonRestartIpcMode [2020-01-29T16:55:04.972Z] === PAUSE TestDaemonRestartIpcMode [2020-01-29T16:55:04.972Z] === RUN TestDaemonHostGatewayIP [2020-01-29T16:55:04.972Z] === PAUSE TestDaemonHostGatewayIP [2020-01-29T16:55:04.972Z] === RUN TestDiff [2020-01-29T16:55:05.319Z] --- PASS: TestDiff (0.80s) [2020-01-29T16:55:05.319Z] === RUN TestExecWithCloseStdin [2020-01-29T16:55:06.337Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-01-29T16:55:06.337Z] === RUN TestExec [2020-01-29T16:55:06.355Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.70s) [2020-01-29T16:55:06.355Z] === RUN TestCreateServiceSecretFileMode [2020-01-29T16:55:07.542Z] --- PASS: TestExec (1.03s) [2020-01-29T16:55:07.542Z] === RUN TestExecUser [2020-01-29T16:55:08.289Z] --- PASS: TestExecUser (0.96s) [2020-01-29T16:55:08.289Z] === RUN TestExportContainerAndImportImage [2020-01-29T16:55:08.890Z] --- PASS: TestCreateServiceSecretFileMode (2.81s) [2020-01-29T16:55:08.890Z] === RUN TestCreateServiceConfigFileMode [2020-01-29T16:55:09.508Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-01-29T16:55:09.508Z] === RUN TestExportContainerAfterDaemonRestart [2020-01-29T16:55:10.733Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-01-29T16:55:10.733Z] === RUN TestHealthCheckWorkdir [2020-01-29T16:55:11.424Z] --- PASS: TestCreateServiceConfigFileMode (2.96s) [2020-01-29T16:55:11.424Z] === RUN TestCreateServiceSysctls [2020-01-29T16:55:11.955Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-01-29T16:55:11.955Z] === RUN TestHealthKillContainer [2020-01-29T16:55:15.029Z] --- PASS: TestHealthKillContainer (3.05s) [2020-01-29T16:55:15.029Z] === RUN TestInspectCpusetInConfigPre120 [2020-01-29T16:55:15.862Z] --- PASS: TestInspectCpusetInConfigPre120 (0.96s) [2020-01-29T16:55:15.862Z] === RUN TestIpcModeNone [2020-01-29T16:55:16.694Z] --- PASS: TestCreateServiceSysctls (4.36s) [2020-01-29T16:55:16.694Z] === RUN TestCreateServiceCapabilities [2020-01-29T16:55:17.208Z] --- PASS: TestIpcModeNone (1.11s) [2020-01-29T16:55:17.208Z] === RUN TestIpcModePrivate [2020-01-29T16:55:17.970Z] --- PASS: TestIpcModePrivate (0.89s) [2020-01-29T16:55:17.970Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2020-01-29T16:55:17.970Z] === RUN TestIpcModeShareable [2020-01-29T16:55:18.729Z] --- PASS: TestIpcModeShareable (1.07s) [2020-01-29T16:55:18.729Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2020-01-29T16:55:18.729Z] === RUN TestAPIIpcModeShareableAndContainer [2020-01-29T16:55:19.980Z] --- PASS: TestCreateServiceCapabilities (3.52s) [2020-01-29T16:55:19.980Z] === RUN TestInspect [2020-01-29T16:55:21.800Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.61s) [2020-01-29T16:55:21.800Z] === RUN TestAPIIpcModeHost [2020-01-29T16:55:22.155Z] --- PASS: TestAPIIpcModeHost (0.71s) [2020-01-29T16:55:22.155Z] === RUN TestDaemonIpcModeShareable [2020-01-29T16:55:23.270Z] --- PASS: TestInspect (3.62s) [2020-01-29T16:55:23.270Z] === RUN TestCreateJob [2020-01-29T16:55:24.038Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2020-01-29T16:55:24.038Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-01-29T16:55:24.038Z] === RUN TestDaemonIpcModePrivate [2020-01-29T16:55:25.803Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2020-01-29T16:55:25.803Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-01-29T16:55:25.803Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-01-29T16:55:25.820Z] #63 438.0 + bin/containerd-stress [2020-01-29T16:55:25.820Z] #63 442.0 + bin/containerd-shim [2020-01-29T16:55:27.145Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2020-01-29T16:55:27.145Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2020-01-29T16:55:27.145Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-01-29T16:55:27.463Z] --- PASS: TestCreateJob (4.18s) [2020-01-29T16:55:27.463Z] === RUN TestReplicatedJob [2020-01-29T16:55:28.896Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.67s) [2020-01-29T16:55:28.896Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2020-01-29T16:55:28.896Z] === RUN TestIpcModeOlderClient [2020-01-29T16:55:28.896Z] === PAUSE TestIpcModeOlderClient [2020-01-29T16:55:28.896Z] === RUN TestKillContainerInvalidSignal [2020-01-29T16:55:30.084Z] Loaded image: buildpack-deps:jessie [2020-01-29T16:55:30.084Z] Loaded image: buildpack-deps:jessie [2020-01-29T16:55:30.084Z] Loaded image: busybox:latest [2020-01-29T16:55:30.084Z] Loaded image: busybox:latest [2020-01-29T16:55:30.084Z] Loaded image: busybox:glibc [2020-01-29T16:55:30.084Z] Loaded image: busybox:glibc [2020-01-29T16:55:30.084Z] Loaded image: debian:jessie [2020-01-29T16:55:30.084Z] Loaded image: debian:jessie [2020-01-29T16:55:30.084Z] Loaded image: hello-world:latest [2020-01-29T16:55:30.084Z] Loaded image: hello-world:latest [2020-01-29T16:55:30.085Z] INFO: Testing against a local daemon [2020-01-29T16:55:30.085Z] === RUN TestDockerDaemonSuite [2020-01-29T16:55:30.085Z] INFO: Testing against a local daemon [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-01-29T16:55:30.085Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-01-29T16:55:30.085Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-01-29T16:55:30.121Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2020-01-29T16:55:30.121Z] === RUN TestKillContainer [2020-01-29T16:55:30.121Z] === RUN TestKillContainer/no_signal [2020-01-29T16:55:30.342Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-01-29T16:55:30.474Z] === RUN TestKillContainer/non_killing_signal [2020-01-29T16:55:30.599Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-01-29T16:55:30.599Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-01-29T16:55:31.225Z] === RUN TestKillContainer/killing_signal [2020-01-29T16:55:32.438Z] --- PASS: TestKillContainer (2.45s) [2020-01-29T16:55:32.438Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-01-29T16:55:32.438Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2020-01-29T16:55:32.438Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2020-01-29T16:55:32.438Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-01-29T16:55:32.438Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-01-29T16:55:33.130Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-01-29T16:55:33.189Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-01-29T16:55:33.388Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-01-29T16:55:33.645Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-01-29T16:55:33.645Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-01-29T16:55:33.645Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-01-29T16:55:34.015Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.85s) [2020-01-29T16:55:34.015Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2020-01-29T16:55:34.015Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2020-01-29T16:55:34.015Z] === RUN TestKillStoppedContainer [2020-01-29T16:55:34.033Z] --- PASS: TestReplicatedJob (6.72s) [2020-01-29T16:55:34.033Z] === RUN TestUpdateReplicatedJob [2020-01-29T16:55:34.456Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-01-29T16:55:34.456Z] === RUN TestKillStoppedContainerAPIPre120 [2020-01-29T16:55:34.456Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-01-29T16:55:34.456Z] === RUN TestKillDifferentUserContainer [2020-01-29T16:55:34.578Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-01-29T16:55:35.204Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2020-01-29T16:55:35.204Z] === RUN TestInspectOomKilledTrue [2020-01-29T16:55:35.204Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-01-29T16:55:35.204Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:55:35.204Z] === RUN TestInspectOomKilledFalse [2020-01-29T16:55:35.204Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-01-29T16:55:35.204Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:55:35.204Z] === RUN TestLinksEtcHostsContentMatch [2020-01-29T16:55:35.946Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-01-29T16:55:35.946Z] === RUN TestLinksContainerNames [2020-01-29T16:55:36.160Z] #63 452.6 + bin/containerd-shim-runc-v1 [2020-01-29T16:55:36.482Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-01-29T16:55:36.482Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-01-29T16:55:36.740Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-01-29T16:55:36.740Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-01-29T16:55:36.740Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-01-29T16:55:37.150Z] --- PASS: TestLinksContainerNames (1.54s) [2020-01-29T16:55:37.150Z] === RUN TestLogsFollowTailEmpty [2020-01-29T16:55:37.305Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-01-29T16:55:38.237Z] --- PASS: TestUpdateReplicatedJob (4.28s) [2020-01-29T16:55:38.237Z] === RUN TestServiceListWithStatuses [2020-01-29T16:55:38.237Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-01-29T16:55:38.237Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T16:55:38.237Z] === RUN TestDockerNetworkConnectAlias [2020-01-29T16:55:38.358Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2020-01-29T16:55:38.358Z] === RUN TestContainerNetworkMountsNoChown [2020-01-29T16:55:39.106Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s) [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/default [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/default [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/private [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/private [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rprivate [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rprivate [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/slave [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/slave [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rslave [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rslave [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/shared [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/shared [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rshared [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rshared [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/default [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/default/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/default/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/default/bind_root [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rshared [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/shared [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rslave [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/slave [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rprivate [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/private [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/private/bind_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/private/mount_root [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-01-29T16:55:39.106Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:55:39.106Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/default/mount_root [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:55:39.106Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-01-29T16:55:39.454Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/private/bind_root [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/private/mount_root [2020-01-29T16:55:39.811Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-01-29T16:55:39.811Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-01-29T16:55:39.811Z] === RUN TestContainerBindMountNonRecursive [2020-01-29T16:55:40.582Z] #63 457.7 + bin/containerd-shim-runc-v2 [2020-01-29T16:55:41.609Z] --- PASS: TestContainerBindMountNonRecursive (1.91s) [2020-01-29T16:55:41.609Z] === RUN TestNetworkNat [2020-01-29T16:55:41.625Z] #63 459.3 + binaries [2020-01-29T16:55:41.625Z] #63 459.3 + mkdir -p /build [2020-01-29T16:55:41.625Z] #63 459.3 + cp bin/containerd /build/containerd [2020-01-29T16:55:41.625Z] #63 459.3 + cp bin/containerd-shim /build/containerd-shim [2020-01-29T16:55:41.912Z] #63 459.3 + cp bin/ctr /build/ctr [2020-01-29T16:55:41.912Z] #63 DONE 459.4s [2020-01-29T16:55:42.563Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-01-29T16:55:42.563Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-01-29T16:55:42.819Z] --- PASS: TestNetworkNat (0.84s) [2020-01-29T16:55:42.819Z] === RUN TestNetworkLocalhostTCPNat [2020-01-29T16:55:43.399Z] [2020-01-29T16:55:43.399Z] #64 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ [2020-01-29T16:55:43.399Z] #64 DONE 0.1s [2020-01-29T16:55:43.399Z] [2020-01-29T16:55:43.399Z] #68 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2020-01-29T16:55:43.399Z] #68 DONE 0.1s [2020-01-29T16:55:43.399Z] [2020-01-29T16:55:43.399Z] #70 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2020-01-29T16:55:43.399Z] #70 DONE 0.1s [2020-01-29T16:55:43.570Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2020-01-29T16:55:43.570Z] === RUN TestNetworkLoopbackNat [2020-01-29T16:55:43.685Z] [2020-01-29T16:55:43.685Z] #73 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ [2020-01-29T16:55:43.685Z] #73 DONE 0.1s [2020-01-29T16:55:43.685Z] [2020-01-29T16:55:43.685Z] #74 [dev 25/25] WORKDIR /go/src/github.com/docker/docker [2020-01-29T16:55:43.685Z] #74 DONE 0.0s [2020-01-29T16:55:43.685Z] [2020-01-29T16:55:43.685Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-01-29T16:55:43.973Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-01-29T16:55:43.973Z] Copying nested executables into bundles/binary-daemon [2020-01-29T16:55:43.973Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-01-29T16:55:44.303Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/make.sh cross [2020-01-29T16:55:44.323Z] --- PASS: TestNetworkLoopbackNat (1.10s) [2020-01-29T16:55:44.323Z] === RUN TestPause [2020-01-29T16:55:44.807Z] --- PASS: TestDockerNetworkConnectAlias (6.51s) [2020-01-29T16:55:44.807Z] === RUN TestDockerNetworkReConnect [2020-01-29T16:55:44.870Z] [2020-01-29T16:55:45.127Z] Removing bundles/ [2020-01-29T16:55:45.127Z] [2020-01-29T16:55:45.127Z] ---> Making bundle: cross (in bundles/cross) [2020-01-29T16:55:45.127Z] Cross building: bundles/cross/linux/amd64 [2020-01-29T16:55:45.127Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-01-29T16:55:45.127Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-01-29T16:55:45.540Z] --- PASS: TestPause (0.92s) [2020-01-29T16:55:45.540Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-01-29T16:55:45.540Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T16:55:45.540Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T16:55:45.540Z] === RUN TestPauseStopPausedContainer [2020-01-29T16:55:45.843Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-01-29T16:55:45.843Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-01-29T16:55:46.296Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-01-29T16:55:46.296Z] === RUN TestPsFilter [2020-01-29T16:55:46.385Z] #75 DONE 2.4s [2020-01-29T16:55:46.385Z] [2020-01-29T16:55:46.385Z] #76 exporting to oci image format [2020-01-29T16:55:46.385Z] #76 exporting layers [2020-01-29T16:55:46.649Z] --- PASS: TestPsFilter (0.24s) [2020-01-29T16:55:46.649Z] === RUN TestRemoveContainerWithRemovedVolume [2020-01-29T16:55:47.391Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.76s) [2020-01-29T16:55:47.391Z] === RUN TestRemoveContainerWithVolume [2020-01-29T16:55:48.143Z] --- PASS: TestRemoveContainerWithVolume (0.88s) [2020-01-29T16:55:48.143Z] === RUN TestRemoveContainerRunning [2020-01-29T16:55:48.371Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-01-29T16:55:48.937Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-01-29T16:55:49.338Z] --- PASS: TestRemoveContainerRunning (0.96s) [2020-01-29T16:55:49.338Z] === RUN TestRemoveContainerForceRemoveRunning [2020-01-29T16:55:50.080Z] --- PASS: TestDockerNetworkReConnect (5.37s) [2020-01-29T16:55:50.080Z] === RUN TestServicePlugin [2020-01-29T16:55:50.080Z] --- SKIP: TestServicePlugin (0.00s) [2020-01-29T16:55:50.080Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:55:50.080Z] === RUN TestServiceUpdateLabel [2020-01-29T16:55:50.119Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2020-01-29T16:55:50.119Z] === RUN TestRemoveInvalidContainer [2020-01-29T16:55:50.119Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-01-29T16:55:50.119Z] === RUN TestRenameLinkedContainer [2020-01-29T16:55:50.837Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-01-29T16:55:51.405Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-01-29T16:55:52.777Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-01-29T16:55:53.369Z] --- PASS: TestServiceUpdateLabel (3.29s) [2020-01-29T16:55:53.369Z] === RUN TestServiceUpdateSecrets [2020-01-29T16:55:53.393Z] --- PASS: TestRenameLinkedContainer (3.47s) [2020-01-29T16:55:53.393Z] === RUN TestRenameStoppedContainer [2020-01-29T16:55:54.217Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-01-29T16:55:54.264Z] --- PASS: TestRenameStoppedContainer (0.82s) [2020-01-29T16:55:54.264Z] === RUN TestRenameRunningContainerAndReuse [2020-01-29T16:55:54.475Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-01-29T16:55:55.410Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-01-29T16:55:55.999Z] --- PASS: TestRenameRunningContainerAndReuse (1.59s) [2020-01-29T16:55:55.999Z] === RUN TestRenameInvalidName [2020-01-29T16:55:56.784Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-01-29T16:55:57.204Z] --- PASS: TestRenameInvalidName (1.11s) [2020-01-29T16:55:57.204Z] === RUN TestRenameAnonymousContainer [2020-01-29T16:55:57.512Z] Removing intermediate container bda5b644c72a [2020-01-29T16:55:57.512Z] ---> 341a8c9dda85 [2020-01-29T16:55:57.512Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $optsForGet = @('"get"', '"-d"', '"gotest.tools/gotestsum"'); &go $optsForGet; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -ne 0) { Throw '"Failed getting gotestsum sources..."' }; Write-Host "INFO: Sources obtained for gotestsum..."; $GotestsumPath=Join-Path -Path $Env:GOPATH -ChildPath "src\gotest.tools\gotestsum"; Push-Location $GotestsumPath; $optsForCheckout = @('"checkout"', '"-q"', """$Env:GOTESTSUM_COMMIT"""); &git $optsForCheckout; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -eq 0) { Write-Host "INFO: Checkout done for gotestsum..."; $optsForBuild = @('"build"', '"-buildmode=exe"'); &go $optsForBuild; $savedExitCode = $LASTEXITCODE; } else { Throw '"gotestsum checkout failed..."'; } Pop-Location; if ($savedExitCode -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-01-29T16:55:57.512Z] ---> Running in 18759408b56f [2020-01-29T16:55:57.512Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-01-29T16:55:58.157Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-01-29T16:55:59.531Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-01-29T16:55:59.579Z] --- PASS: TestRenameAnonymousContainer (2.69s) [2020-01-29T16:55:59.580Z] === RUN TestRenameContainerWithSameName [2020-01-29T16:56:00.787Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2020-01-29T16:56:00.787Z] === RUN TestRenameContainerWithLinkedContainer [2020-01-29T16:56:01.984Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2020-01-29T16:56:01.984Z] === RUN TestResize [2020-01-29T16:56:02.811Z] === RUN TestDockerSuite/TestAttachDetach [2020-01-29T16:56:03.213Z] --- PASS: TestResize (0.84s) [2020-01-29T16:56:03.213Z] === RUN TestResizeWithInvalidSize [2020-01-29T16:56:03.991Z] --- PASS: TestResizeWithInvalidSize (1.03s) [2020-01-29T16:56:03.991Z] === RUN TestResizeWhenContainerNotStarted [2020-01-29T16:56:04.185Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-01-29T16:56:04.185Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-01-29T16:56:04.848Z] --- PASS: TestResizeWhenContainerNotStarted (0.94s) [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:56:04.848Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:56:04.848Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:56:04.848Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:56:04.848Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:56:05.560Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-01-29T16:56:07.250Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:56:07.250Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:56:08.087Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-01-29T16:56:08.519Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:56:08.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:56:09.461Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-01-29T16:56:09.461Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-01-29T16:56:10.390Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:56:10.390Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:56:10.834Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-01-29T16:56:11.456Z] --- PASS: TestServiceUpdateSecrets (15.50s) [2020-01-29T16:56:11.456Z] === RUN TestServiceUpdateConfigs [2020-01-29T16:56:12.188Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:56:12.548Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:56:13.358Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-01-29T16:56:13.358Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-01-29T16:56:15.257Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-01-29T16:56:15.690Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:56:15.690Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:56:16.189Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-01-29T16:56:17.682Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-01-29T16:56:17.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.00s) [2020-01-29T16:56:17.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.39s) [2020-01-29T16:56:17.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.56s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.16s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.14s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.94s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.17s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2020-01-29T16:56:17.683Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.39s) [2020-01-29T16:56:17.683Z] === RUN TestCgroupNamespacesRun [2020-01-29T16:56:18.117Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-01-29T16:56:18.117Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-01-29T16:56:18.692Z] INFO: Sources obtained for gotestsum... [2020-01-29T16:56:18.692Z] INFO: Checkout done for gotestsum... [2020-01-29T16:56:18.712Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-01-29T16:56:19.285Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-01-29T16:56:19.599Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2020-01-29T16:56:19.599Z] === RUN TestCgroupNamespacesRunPrivileged [2020-01-29T16:56:20.218Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-01-29T16:56:20.218Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-01-29T16:56:20.898Z] INFO: Build done for gotestsum... [2020-01-29T16:56:21.151Z] --- PASS: TestBuildWithHugeFile (99.08s) [2020-01-29T16:56:21.151Z] === RUN TestBuildWithEmptyDockerfile [2020-01-29T16:56:21.151Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:56:21.151Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:56:21.151Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:56:21.151Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:56:21.151Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:56:21.151Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:56:21.151Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T16:56:21.151Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T16:56:21.365Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.56s) [2020-01-29T16:56:21.365Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-01-29T16:56:21.409Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-01-29T16:56:21.409Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T16:56:21.666Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-01-29T16:56:21.666Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2020-01-29T16:56:21.666Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-01-29T16:56:21.666Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s) [2020-01-29T16:56:21.666Z] === RUN TestBuildPreserveOwnership [2020-01-29T16:56:21.666Z] === RUN TestBuildPreserveOwnership/copy_from [2020-01-29T16:56:21.666Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-01-29T16:56:21.923Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-01-29T16:56:22.487Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-01-29T16:56:23.116Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.77s) [2020-01-29T16:56:23.116Z] === RUN TestCgroupNamespacesRunHostMode [2020-01-29T16:56:24.383Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-01-29T16:56:24.885Z] --- PASS: TestCgroupNamespacesRunHostMode (1.57s) [2020-01-29T16:56:24.885Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-01-29T16:56:25.756Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-01-29T16:56:26.117Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.60s) [2020-01-29T16:56:26.117Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-01-29T16:56:26.323Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-01-29T16:56:26.333Z] --- PASS: TestServiceUpdateConfigs (15.44s) [2020-01-29T16:56:26.333Z] === RUN TestServiceUpdateNetwork [2020-01-29T16:56:26.908Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.78s) [2020-01-29T16:56:26.908Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-01-29T16:56:27.691Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-01-29T16:56:27.691Z] === RUN TestCgroupNamespacesRunOlderClient [2020-01-29T16:56:28.221Z] --- PASS: TestBuildPreserveOwnership (6.42s) [2020-01-29T16:56:28.221Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.26s) [2020-01-29T16:56:28.221Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.15s) [2020-01-29T16:56:28.221Z] === RUN TestBuildPlatformInvalid [2020-01-29T16:56:28.221Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-01-29T16:56:28.221Z] PASS [2020-01-29T16:56:28.221Z] [2020-01-29T16:56:28.221Z] === Skipped [2020-01-29T16:56:28.221Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-01-29T16:56:28.221Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T16:56:28.221Z] [2020-01-29T16:56:28.221Z] [2020-01-29T16:56:28.221Z] DONE 32 tests, 1 skipped in 188.528s [2020-01-29T16:56:28.221Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-01-29T16:56:28.221Z] ++ 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-01-29T16:56:28.221Z] ++ set -e [2020-01-29T16:56:28.221Z] ++ '[' -n 0 ']' [2020-01-29T16:56:28.221Z] ++ set -x [2020-01-29T16:56:28.222Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:56:28.479Z] INFO: Testing against a local daemon [2020-01-29T16:56:28.479Z] === RUN TestConfigList [2020-01-29T16:56:28.736Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-01-29T16:56:29.722Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2020-01-29T16:56:29.722Z] === RUN TestKernelTCPMemory [2020-01-29T16:56:30.110Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-01-29T16:56:30.490Z] --- PASS: TestKernelTCPMemory (0.87s) [2020-01-29T16:56:30.490Z] === RUN TestNISDomainname [2020-01-29T16:56:30.675Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-01-29T16:56:31.606Z] --- PASS: TestConfigList (3.14s) [2020-01-29T16:56:31.606Z] === RUN TestConfigsCreateAndDelete [2020-01-29T16:56:31.722Z] --- PASS: TestNISDomainname (1.11s) [2020-01-29T16:56:31.722Z] === RUN TestHostnameDnsResolution [2020-01-29T16:56:32.946Z] --- PASS: TestHostnameDnsResolution (1.29s) [2020-01-29T16:56:32.946Z] === RUN TestStats [2020-01-29T16:56:33.354Z] Removing intermediate container 18759408b56f [2020-01-29T16:56:33.354Z] ---> 7195b43ba7b3 [2020-01-29T16:56:33.354Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-01-29T16:56:33.354Z] ---> Running in 7acc9e5186e7 [2020-01-29T16:56:33.354Z] Removing intermediate container 7acc9e5186e7 [2020-01-29T16:56:33.354Z] ---> 5d912371dcbb [2020-01-29T16:56:33.354Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-01-29T16:56:33.354Z] ---> Running in b11e3c3012dc [2020-01-29T16:56:33.818Z] Removing intermediate container b11e3c3012dc [2020-01-29T16:56:33.818Z] ---> 86e4c38496f9 [2020-01-29T16:56:33.818Z] Step 10/10 : COPY . . [2020-01-29T16:56:34.132Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-01-29T16:56:34.390Z] --- PASS: TestConfigsCreateAndDelete (2.77s) [2020-01-29T16:56:34.390Z] === RUN TestConfigsUpdate [2020-01-29T16:56:35.300Z] --- PASS: TestStats (2.03s) [2020-01-29T16:56:35.300Z] === RUN TestStopContainerWithTimeout [2020-01-29T16:56:35.300Z] === RUN TestStopContainerWithTimeout/0 [2020-01-29T16:56:35.300Z] === PAUSE TestStopContainerWithTimeout/0 [2020-01-29T16:56:35.300Z] === RUN TestStopContainerWithTimeout/1 [2020-01-29T16:56:35.300Z] === PAUSE TestStopContainerWithTimeout/1 [2020-01-29T16:56:35.300Z] === RUN TestStopContainerWithTimeout/3 [2020-01-29T16:56:35.300Z] === PAUSE TestStopContainerWithTimeout/3 [2020-01-29T16:56:35.300Z] === RUN TestStopContainerWithTimeout/-1 [2020-01-29T16:56:35.300Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-01-29T16:56:35.300Z] === CONT TestStopContainerWithTimeout/0 [2020-01-29T16:56:35.300Z] === CONT TestStopContainerWithTimeout/-1 [2020-01-29T16:56:36.048Z] === CONT TestStopContainerWithTimeout/3 [2020-01-29T16:56:37.675Z] --- PASS: TestConfigsUpdate (3.09s) [2020-01-29T16:56:37.675Z] === RUN TestTemplatedConfig [2020-01-29T16:56:37.675Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-01-29T16:56:37.913Z] === CONT TestStopContainerWithTimeout/1 [2020-01-29T16:56:38.241Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-01-29T16:56:38.805Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-01-29T16:56:39.371Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-01-29T16:56:39.633Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-01-29T16:56:39.634Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2020-01-29T16:56:39.634Z] --- PASS: TestStopContainerWithTimeout/-1 (2.93s) [2020-01-29T16:56:39.634Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2020-01-29T16:56:39.634Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-01-29T16:56:39.634Z] === RUN TestDeleteDevicemapper [2020-01-29T16:56:39.634Z] --- SKIP: TestDeleteDevicemapper (0.03s) [2020-01-29T16:56:39.634Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T16:56:39.634Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-01-29T16:56:39.936Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-01-29T16:56:41.222Z] --- PASS: TestServiceUpdateNetwork (14.79s) [2020-01-29T16:56:41.222Z] PASS [2020-01-29T16:56:41.222Z] [2020-01-29T16:56:41.222Z] === Skipped [2020-01-29T16:56:41.222Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-01-29T16:56:41.222Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T16:56:41.222Z] [2020-01-29T16:56:41.222Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-01-29T16:56:41.222Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:56:41.222Z] [2020-01-29T16:56:41.222Z] [2020-01-29T16:56:41.222Z] DONE 23 tests, 2 skipped in 144.496s [2020-01-29T16:56:41.222Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-01-29T16:56:41.222Z] ++ 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-01-29T16:56:41.222Z] ++ set -e [2020-01-29T16:56:41.222Z] ++ '[' -n 0 ']' [2020-01-29T16:56:41.222Z] ++ set -x [2020-01-29T16:56:41.222Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:56:41.222Z] INFO: Testing against a local daemon [2020-01-29T16:56:41.222Z] === RUN TestSessionCreate [2020-01-29T16:56:41.222Z] --- PASS: TestSessionCreate (0.05s) [2020-01-29T16:56:41.222Z] === RUN TestSessionCreateWithBadUpgrade [2020-01-29T16:56:41.222Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-01-29T16:56:41.222Z] PASS [2020-01-29T16:56:41.222Z] [2020-01-29T16:56:41.222Z] DONE 2 tests in 0.258s [2020-01-29T16:56:41.222Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-01-29T16:56:41.222Z] ++ 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-01-29T16:56:41.222Z] ++ set -e [2020-01-29T16:56:41.222Z] ++ '[' -n 0 ']' [2020-01-29T16:56:41.222Z] ++ set -x [2020-01-29T16:56:41.222Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:56:41.222Z] INFO: Testing against a local daemon [2020-01-29T16:56:41.222Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-01-29T16:56:41.222Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T16:56:41.222Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T16:56:41.222Z] === RUN TestEventsExecDie [2020-01-29T16:56:41.222Z] --- PASS: TestEventsExecDie (0.92s) [2020-01-29T16:56:41.222Z] === RUN TestEventsBackwardsCompatible [2020-01-29T16:56:41.222Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2020-01-29T16:56:41.222Z] === RUN TestInfoBinaryCommits [2020-01-29T16:56:41.222Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-01-29T16:56:41.222Z] === RUN TestInfoAPIVersioned [2020-01-29T16:56:41.222Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-01-29T16:56:41.222Z] === RUN TestInfoDiscoveryBackend [2020-01-29T16:56:41.307Z] --- PASS: TestTemplatedConfig (3.71s) [2020-01-29T16:56:41.307Z] === RUN TestConfigInspect [2020-01-29T16:56:41.481Z] --- PASS: TestInfoDiscoveryBackend (0.64s) [2020-01-29T16:56:41.481Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-01-29T16:56:42.239Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-01-29T16:56:42.416Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-01-29T16:56:42.416Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-01-29T16:56:42.984Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-01-29T16:56:42.984Z] === RUN TestInfoAPI [2020-01-29T16:56:42.984Z] --- PASS: TestInfoAPI (0.05s) [2020-01-29T16:56:42.984Z] === RUN TestInfoAPIWarnings [2020-01-29T16:56:43.174Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-01-29T16:56:43.174Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-01-29T16:56:43.174Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-01-29T16:56:43.569Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.38s) [2020-01-29T16:56:43.569Z] === RUN TestUpdateMemory [2020-01-29T16:56:43.569Z] --- SKIP: TestUpdateMemory (0.00s) [2020-01-29T16:56:43.569Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:56:43.569Z] === RUN TestUpdateCPUQuota [2020-01-29T16:56:44.097Z] --- PASS: TestInfoAPIWarnings (0.63s) [2020-01-29T16:56:44.097Z] === RUN TestInfoDebug [2020-01-29T16:56:44.359Z] --- PASS: TestInfoDebug (0.63s) [2020-01-29T16:56:44.359Z] === RUN TestInfoInsecureRegistries [2020-01-29T16:56:44.494Z] --- PASS: TestUpdateCPUQuota (1.30s) [2020-01-29T16:56:44.494Z] === RUN TestUpdatePidsLimit [2020-01-29T16:56:44.494Z] === RUN TestUpdatePidsLimit/update_from_none [2020-01-29T16:56:44.547Z] --- PASS: TestConfigInspect (3.41s) [2020-01-29T16:56:44.547Z] === RUN TestConfigCreateWithLabels [2020-01-29T16:56:44.547Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-01-29T16:56:44.806Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-01-29T16:56:44.852Z] === RUN TestUpdatePidsLimit/no_change [2020-01-29T16:56:44.928Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2020-01-29T16:56:44.928Z] === RUN TestInfoRegistryMirrors [2020-01-29T16:56:45.203Z] === RUN TestUpdatePidsLimit/update_lower [2020-01-29T16:56:45.554Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-01-29T16:56:45.739Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-01-29T16:56:45.865Z] --- PASS: TestInfoRegistryMirrors (0.68s) [2020-01-29T16:56:45.865Z] === RUN TestLoginFailsWithBadCredentials [2020-01-29T16:56:45.865Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-01-29T16:56:45.865Z] === RUN TestPingCacheHeaders [2020-01-29T16:56:45.865Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-01-29T16:56:45.865Z] === RUN TestPingGet [2020-01-29T16:56:45.907Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-01-29T16:56:46.124Z] --- PASS: TestPingGet (0.03s) [2020-01-29T16:56:46.124Z] === RUN TestPingHead [2020-01-29T16:56:46.124Z] --- PASS: TestPingHead (0.05s) [2020-01-29T16:56:46.124Z] === RUN TestVersion [2020-01-29T16:56:46.124Z] --- PASS: TestVersion (0.05s) [2020-01-29T16:56:46.124Z] PASS [2020-01-29T16:56:46.124Z] [2020-01-29T16:56:46.124Z] === Skipped [2020-01-29T16:56:46.124Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T16:56:46.124Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T16:56:46.124Z] [2020-01-29T16:56:46.124Z] [2020-01-29T16:56:46.124Z] DONE 18 tests, 1 skipped in 6.666s [2020-01-29T16:56:46.124Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-01-29T16:56:46.124Z] ++ 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-01-29T16:56:46.124Z] ++ set -e [2020-01-29T16:56:46.124Z] ++ '[' -n 0 ']' [2020-01-29T16:56:46.124Z] ++ set -x [2020-01-29T16:56:46.124Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:56:46.257Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-01-29T16:56:46.305Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-01-29T16:56:46.305Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-01-29T16:56:46.383Z] INFO: Testing against a local daemon [2020-01-29T16:56:46.383Z] === RUN TestVolumesCreateAndList [2020-01-29T16:56:46.383Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-01-29T16:56:46.383Z] === RUN TestVolumesRemove [2020-01-29T16:56:46.383Z] --- PASS: TestVolumesRemove (0.12s) [2020-01-29T16:56:46.383Z] === RUN TestVolumesInspect [2020-01-29T16:56:46.383Z] --- PASS: TestVolumesInspect (0.04s) [2020-01-29T16:56:46.383Z] === RUN TestVolumesInvalidJSON [2020-01-29T16:56:46.383Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-01-29T16:56:46.383Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-01-29T16:56:46.642Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-01-29T16:56:46.642Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-01-29T16:56:46.642Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-01-29T16:56:46.642Z] PASS [2020-01-29T16:56:46.642Z] [2020-01-29T16:56:46.642Z] DONE 5 tests in 0.396s [2020-01-29T16:56:46.642Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-01-29T16:56:46.690Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-01-29T16:56:46.900Z] ++++ cat bundles/test-integration/docker.pid [2020-01-29T16:56:46.900Z] +++ kill 13094 [2020-01-29T16:56:48.200Z] --- PASS: TestConfigCreateWithLabels (3.46s) [2020-01-29T16:56:48.201Z] === RUN TestConfigCreateResolve [2020-01-29T16:56:48.276Z] +++ /etc/init.d/apparmor stop [2020-01-29T16:56:48.276Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T16:56:48.276Z] [2020-01-29T16:56:48.276Z] Unloading profiles will leave already running processes permanently [2020-01-29T16:56:48.276Z] unconfined, which can lead to unexpected situations. [2020-01-29T16:56:48.276Z] [2020-01-29T16:56:48.276Z] To set a process to complain mode, use the command line tool [2020-01-29T16:56:48.276Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T16:56:48.276Z] +++ true [2020-01-29T16:56:48.276Z] [2020-01-29T16:56:48.458Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit (3.87s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2020-01-29T16:56:48.609Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2020-01-29T16:56:48.609Z] === RUN TestUpdateRestartPolicy [2020-01-29T16:56:48.718Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-01-29T16:56:50.617Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode Post stage [Pipeline] junit [2020-01-29T16:56:50.825Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-01-29T16:56:51.182Z] --- PASS: TestConfigCreateResolve (3.07s) [2020-01-29T16:56:51.182Z] === RUN TestConfigDaemonLibtrustID [2020-01-29T16:56:51.182Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-01-29T16:56:51.455Z] + echo Ensuring container killed. [2020-01-29T16:56:51.455Z] Ensuring container killed. [2020-01-29T16:56:51.455Z] + docker rm -vf docker-pr1 [2020-01-29T16:56:51.455Z] Error: No such container: docker-pr1 [2020-01-29T16:56:51.455Z] + true [Pipeline] sh [2020-01-29T16:56:51.748Z] + echo Chowning /workspace to jenkins user [2020-01-29T16:56:51.748Z] Chowning /workspace to jenkins user [2020-01-29T16:56:51.748Z] + id -u [2020-01-29T16:56:51.748Z] + id -g [2020-01-29T16:56:51.748Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40426:/workspace busybox chown -R 1000:1000 /workspace [2020-01-29T16:56:51.748Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2020-01-29T16:56:51.748Z] PASS [2020-01-29T16:56:51.748Z] [2020-01-29T16:56:51.748Z] DONE 8 tests in 23.370s [2020-01-29T16:56:51.748Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-01-29T16:56:51.748Z] ++ 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-01-29T16:56:51.748Z] ++ set -e [2020-01-29T16:56:51.748Z] ++ '[' -n 0 ']' [2020-01-29T16:56:51.748Z] ++ set -x [2020-01-29T16:56:51.748Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:56:51.748Z] INFO: Testing against a local daemon [2020-01-29T16:56:51.748Z] === RUN TestCheckpoint [2020-01-29T16:56:51.748Z] --- SKIP: TestCheckpoint (0.00s) [2020-01-29T16:56:51.748Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T16:56:51.748Z] === RUN TestContainerInvalidJSON [2020-01-29T16:56:52.007Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:56:52.007Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:56:52.007Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:56:52.007Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:56:52.007Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:56:52.007Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:56:52.007Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T16:56:52.007Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-01-29T16:56:52.007Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T16:56:52.007Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-01-29T16:56:52.007Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-01-29T16:56:52.007Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-01-29T16:56:52.007Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-01-29T16:56:52.007Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-01-29T16:56:52.007Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-01-29T16:56:52.007Z] === RUN TestCopyFromContainerPathIsNotDir [2020-01-29T16:56:52.265Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-01-29T16:56:52.265Z] === RUN TestCopyToContainerPathDoesNotExist [2020-01-29T16:56:52.265Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-01-29T16:56:52.265Z] === RUN TestCopyToContainerPathIsNotDir [2020-01-29T16:56:52.265Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-01-29T16:56:52.524Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-01-29T16:56:52.524Z] === RUN TestCopyFromContainer [2020-01-29T16:56:52.524Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-01-29T16:56:54.422Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-01-29T16:56:54.422Z] === RUN TestCopyFromContainer// [2020-01-29T16:56:54.680Z] === RUN TestCopyFromContainer//bar/root [2020-01-29T16:56:54.680Z] === RUN TestCopyFromContainer//bar/root/ [2020-01-29T16:56:54.680Z] === RUN TestCopyFromContainer/bar/quux [2020-01-29T16:56:54.938Z] === RUN TestCopyFromContainer/bar/quux/ [2020-01-29T16:56:54.938Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-01-29T16:56:55.196Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-01-29T16:56:55.453Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-01-29T16:56:55.453Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-01-29T16:56:55.453Z] === RUN TestCopyFromContainer/bar/notarget [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer (3.28s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.18s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-01-29T16:56:55.712Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2020-01-29T16:56:55.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-01-29T16:56:55.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:56:55.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:56:55.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:56:55.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:56:55.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:56:55.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:56:55.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T16:56:55.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T16:56:55.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T16:56:55.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-01-29T16:56:55.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-01-29T16:56:55.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-01-29T16:56:55.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-01-29T16:56:55.712Z] === RUN TestCreateLinkToNonExistingContainer [2020-01-29T16:56:55.712Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-01-29T16:56:55.712Z] === RUN TestCreateWithInvalidEnv [2020-01-29T16:56:55.712Z] === RUN TestCreateWithInvalidEnv/0 [2020-01-29T16:56:55.712Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-01-29T16:56:55.712Z] === RUN TestCreateWithInvalidEnv/1 [2020-01-29T16:56:55.712Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-01-29T16:56:55.712Z] === RUN TestCreateWithInvalidEnv/2 [2020-01-29T16:56:55.712Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-01-29T16:56:55.712Z] === CONT TestCreateWithInvalidEnv/0 [2020-01-29T16:56:55.712Z] === CONT TestCreateWithInvalidEnv/2 [2020-01-29T16:56:55.712Z] === CONT TestCreateWithInvalidEnv/1 [2020-01-29T16:56:55.712Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-01-29T16:56:55.712Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-01-29T16:56:55.712Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-01-29T16:56:55.712Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-01-29T16:56:55.712Z] === RUN TestCreateTmpfsMountsTarget [2020-01-29T16:56:55.712Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-01-29T16:56:55.712Z] === RUN TestCreateWithCustomMaskedPaths [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-01-29T16:56:56.247Z] + bundleName=arm64-integration [2020-01-29T16:56:56.247Z] + echo Creating arm64-integration-bundles.tar.gz [2020-01-29T16:56:56.247Z] Creating arm64-integration-bundles.tar.gz [2020-01-29T16:56:56.247Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-01-29T16:56:56.247Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-01-29T16:56:56.519Z] Archiving artifacts [2020-01-29T16:56:56.734Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-01-29T16:56:57.074Z] + make clean [2020-01-29T16:56:57.644Z] docker volume rm -f docker-dev-cache [2020-01-29T16:56:57.644Z] docker-dev-cache [Pipeline] deleteDir [2020-01-29T16:56:58.239Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-01-29T16:56:58.498Z] --- PASS: TestCreateWithCustomMaskedPaths (2.65s) [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:56:58.498Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:56:58.498Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:56:58.499Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:56:58.499Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-01-29T16:56:58.499Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T16:56:58.499Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T16:56:58.756Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-01-29T16:56:58.756Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-01-29T16:56:58.756Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2020-01-29T16:56:58.756Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-01-29T16:56:58.756Z] === RUN TestCreateWithCustomReadonlyPaths [Pipeline] } [2020-01-29T16:57:01.287Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.67s) [2020-01-29T16:57:01.545Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-01-29T16:57:01.545Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:57:01.545Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:57:01.545Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:57:01.545Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:57:01.545Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:57:01.545Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:57:01.545Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:57:01.545Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:57:01.545Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:57:01.545Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:57:01.545Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T16:57:01.545Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T16:57:01.545Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T16:57:01.545Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T16:57:01.545Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-01-29T16:57:01.545Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-01-29T16:57:01.545Z] === RUN TestContainerStartOnDaemonRestart [2020-01-29T16:57:01.545Z] === PAUSE TestContainerStartOnDaemonRestart [2020-01-29T16:57:01.545Z] === RUN TestDaemonRestartIpcMode [2020-01-29T16:57:01.545Z] === PAUSE TestDaemonRestartIpcMode [2020-01-29T16:57:01.545Z] === RUN TestDaemonHostGatewayIP [2020-01-29T16:57:01.545Z] === PAUSE TestDaemonHostGatewayIP [2020-01-29T16:57:01.545Z] === RUN TestDiff [2020-01-29T16:57:01.968Z] --- PASS: TestUpdateRestartPolicy (12.63s) [2020-01-29T16:57:01.968Z] === RUN TestUpdateRestartWithAutoRemove [2020-01-29T16:57:01.968Z] --- PASS: TestUpdateRestartWithAutoRemove (0.90s) [2020-01-29T16:57:01.968Z] === RUN TestWaitNonBlocked [2020-01-29T16:57:01.968Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:57:01.968Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:57:01.968Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:57:01.968Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:57:01.968Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:57:01.968Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:57:02.112Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-01-29T16:57:02.513Z] --- PASS: TestDiff (0.90s) [2020-01-29T16:57:02.513Z] === RUN TestExecWithCloseStdin [2020-01-29T16:57:02.881Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-01-29T16:57:02.881Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.92s) [2020-01-29T16:57:02.881Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2020-01-29T16:57:02.881Z] === RUN TestWaitBlocked [2020-01-29T16:57:02.881Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:57:02.881Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:57:02.881Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:57:02.881Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:57:02.881Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:57:02.881Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:57:03.451Z] --- PASS: TestExecWithCloseStdin (1.11s) [2020-01-29T16:57:03.451Z] === RUN TestExec [2020-01-29T16:57:03.906Z] ---> 1af39b2c936a [2020-01-29T16:57:03.907Z] Successfully built 1af39b2c936a [2020-01-29T16:57:03.907Z] Successfully tagged docker:latest [2020-01-29T16:57:03.907Z] INFO: Image build ended at 01/29/2020 16:57:00. Duration:00:04:24.9569419 [2020-01-29T16:57:03.907Z] [2020-01-29T16:57:03.907Z] [2020-01-29T16:57:03.907Z] INFO: Building the test binaries at 01/29/2020 16:57:01... [2020-01-29T16:57:04.220Z] --- PASS: TestWaitBlocked (0.01s) [2020-01-29T16:57:04.220Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.00s) [2020-01-29T16:57:04.220Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2020-01-29T16:57:04.220Z] === CONT TestContainerStartOnDaemonRestart [2020-01-29T16:57:04.220Z] === CONT TestIpcModeOlderClient [2020-01-29T16:57:04.220Z] --- PASS: TestIpcModeOlderClient (0.20s) [2020-01-29T16:57:04.220Z] === CONT TestDaemonHostGatewayIP [2020-01-29T16:57:04.823Z] --- PASS: TestExec (1.07s) [2020-01-29T16:57:04.824Z] === RUN TestExecUser [2020-01-29T16:57:05.757Z] --- PASS: TestExecUser (1.13s) [2020-01-29T16:57:05.757Z] === RUN TestExportContainerAndImportImage [2020-01-29T16:57:06.014Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-01-29T16:57:06.014Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-01-29T16:57:06.109Z] INFO: make.ps1 starting at 01/29/2020 16:57:05 [2020-01-29T16:57:06.109Z] INFO: Git commit (fb155a1125) assumed from DOCKER_GITCOMMIT environment variable [2020-01-29T16:57:06.109Z] INFO: Invoking autogen... [2020-01-29T16:57:06.272Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-01-29T16:57:06.541Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-01-29T16:57:06.541Z] Copying nested executables into bundles/cross/linux/amd64 [2020-01-29T16:57:06.541Z] Cross building: bundles/cross/windows/amd64 [2020-01-29T16:57:06.541Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-01-29T16:57:06.541Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-01-29T16:57:06.805Z] --- PASS: TestContainerStartOnDaemonRestart (3.04s) [2020-01-29T16:57:06.805Z] === CONT TestDaemonRestartIpcMode [2020-01-29T16:57:07.091Z] INFO: Building daemon... [2020-01-29T16:57:07.204Z] --- PASS: TestExportContainerAndImportImage (1.43s) [2020-01-29T16:57:07.204Z] === RUN TestExportContainerAfterDaemonRestart [2020-01-29T16:57:07.567Z] --- PASS: TestDaemonHostGatewayIP (3.42s) [2020-01-29T16:57:08.579Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-01-29T16:57:08.837Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2020-01-29T16:57:08.837Z] === RUN TestHealthCheckWorkdir [2020-01-29T16:57:09.769Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2020-01-29T16:57:09.769Z] === RUN TestHealthKillContainer [2020-01-29T16:57:10.335Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-01-29T16:57:10.593Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-01-29T16:57:10.678Z] --- PASS: TestDaemonRestartIpcMode (3.33s) [2020-01-29T16:57:10.678Z] PASS [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] === Skipped [2020-01-29T16:57:10.678Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-01-29T16:57:10.678Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2020-01-29T16:57:10.678Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-01-29T16:57:10.678Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T16:57:10.678Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.03s) [2020-01-29T16:57:10.678Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-01-29T16:57:10.678Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] [2020-01-29T16:57:10.678Z] DONE 198 tests, 6 skipped in 134.120s [2020-01-29T16:57:10.678Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-01-29T16:57:10.678Z] ++ 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-01-29T16:57:10.678Z] ++ set -e [2020-01-29T16:57:10.678Z] ++ '[' -n 0 ']' [2020-01-29T16:57:10.678Z] ++ set -x [2020-01-29T16:57:10.678Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:57:10.678Z] INFO: Testing against a local daemon [2020-01-29T16:57:10.678Z] === RUN TestCommitInheritsEnv [2020-01-29T16:57:11.022Z] --- PASS: TestCommitInheritsEnv (0.50s) [2020-01-29T16:57:11.022Z] === RUN TestImportExtremelyLargeImageWorks [2020-01-29T16:57:11.022Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-01-29T16:57:11.022Z] === RUN TestImagesFilterMultiReference [2020-01-29T16:57:11.022Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-01-29T16:57:11.022Z] === RUN TestImagePullPlatformInvalid [2020-01-29T16:57:11.022Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-01-29T16:57:11.022Z] === RUN TestRemoveImageOrphaning [2020-01-29T16:57:11.158Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-01-29T16:57:11.372Z] --- PASS: TestRemoveImageOrphaning (0.45s) [2020-01-29T16:57:11.372Z] === RUN TestRemoveImageGarbageCollector [2020-01-29T16:57:11.372Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2020-01-29T16:57:11.372Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:57:11.372Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-01-29T16:57:11.372Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-01-29T16:57:11.372Z] === RUN TestTagInvalidReference [2020-01-29T16:57:11.372Z] --- PASS: TestTagInvalidReference (0.03s) [2020-01-29T16:57:11.372Z] === RUN TestTagValidPrefixedRepo [2020-01-29T16:57:11.720Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-01-29T16:57:11.720Z] === RUN TestTagExistedNameWithoutForce [2020-01-29T16:57:11.720Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-01-29T16:57:11.720Z] === RUN TestTagOfficialNames [2020-01-29T16:57:11.720Z] --- PASS: TestTagOfficialNames (0.05s) [2020-01-29T16:57:11.720Z] === RUN TestTagMatchesDigest [2020-01-29T16:57:11.720Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-01-29T16:57:11.720Z] === CONT TestImportExtremelyLargeImageWorks [2020-01-29T16:57:11.723Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-01-29T16:57:12.288Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-01-29T16:57:12.868Z] --- PASS: TestHealthKillContainer (3.15s) [2020-01-29T16:57:12.868Z] === RUN TestInspectCpusetInConfigPre120 [2020-01-29T16:57:13.821Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-01-29T16:57:13.821Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-01-29T16:57:13.821Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2020-01-29T16:57:13.821Z] === RUN TestIpcModeNone [2020-01-29T16:57:14.754Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-01-29T16:57:15.011Z] --- PASS: TestIpcModeNone (1.21s) [2020-01-29T16:57:15.011Z] === RUN TestIpcModePrivate [2020-01-29T16:57:15.576Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-01-29T16:57:16.140Z] --- PASS: TestIpcModePrivate (1.13s) [2020-01-29T16:57:16.140Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:206, shared: false, mustBeShared: false [2020-01-29T16:57:16.140Z] === RUN TestIpcModeShareable [2020-01-29T16:57:17.513Z] --- PASS: TestIpcModeShareable (1.25s) [2020-01-29T16:57:17.513Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:198, shared: true, mustBeShared: true [2020-01-29T16:57:17.513Z] === RUN TestAPIIpcModeShareableAndContainer [2020-01-29T16:57:17.513Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-01-29T16:57:18.888Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-01-29T16:57:19.453Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-01-29T16:57:20.824Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.40s) [2020-01-29T16:57:20.824Z] === RUN TestAPIIpcModeHost [2020-01-29T16:57:21.083Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-01-29T16:57:21.648Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-01-29T16:57:21.906Z] --- PASS: TestAPIIpcModeHost (0.93s) [2020-01-29T16:57:21.906Z] === RUN TestDaemonIpcModeShareable [2020-01-29T16:57:22.840Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-01-29T16:57:23.097Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-01-29T16:57:24.030Z] --- PASS: TestDaemonIpcModeShareable (1.96s) [2020-01-29T16:57:24.030Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: true, mustBeShared: true [2020-01-29T16:57:24.030Z] === RUN TestDaemonIpcModePrivate [2020-01-29T16:57:24.288Z] === RUN TestDockerSuite/TestBuildAddScript [2020-01-29T16:57:25.220Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-01-29T16:57:25.786Z] --- PASS: TestDaemonIpcModePrivate (2.03s) [2020-01-29T16:57:25.786Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:211, shared: false, mustBeShared: false [2020-01-29T16:57:25.786Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-01-29T16:57:25.786Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-01-29T16:57:27.683Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2020-01-29T16:57:27.683Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: false, mustBeShared: false [2020-01-29T16:57:27.683Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-01-29T16:57:27.683Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-01-29T16:57:29.627Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s) [2020-01-29T16:57:29.627Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:215, shared: true, mustBeShared: true [2020-01-29T16:57:29.627Z] === RUN TestIpcModeOlderClient [2020-01-29T16:57:29.627Z] === PAUSE TestIpcModeOlderClient [2020-01-29T16:57:29.627Z] === RUN TestKillContainerInvalidSignal [2020-01-29T16:57:29.627Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-01-29T16:57:30.193Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2020-01-29T16:57:30.193Z] === RUN TestKillContainer [2020-01-29T16:57:30.193Z] === RUN TestKillContainer/no_signal [2020-01-29T16:57:31.132Z] === RUN TestKillContainer/non_killing_signal [2020-01-29T16:57:31.389Z] === RUN TestKillContainer/killing_signal [2020-01-29T16:57:32.759Z] --- PASS: TestKillContainer (2.50s) [2020-01-29T16:57:32.759Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-01-29T16:57:32.759Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2020-01-29T16:57:32.760Z] --- PASS: TestKillContainer/killing_signal (0.91s) [2020-01-29T16:57:32.760Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-01-29T16:57:32.760Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-01-29T16:57:33.694Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-01-29T16:57:34.626Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.90s) [2020-01-29T16:57:34.626Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.94s) [2020-01-29T16:57:34.626Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2020-01-29T16:57:34.626Z] === RUN TestKillStoppedContainer [2020-01-29T16:57:34.626Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-01-29T16:57:34.626Z] === RUN TestKillStoppedContainerAPIPre120 [2020-01-29T16:57:34.626Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-01-29T16:57:34.626Z] === RUN TestKillDifferentUserContainer [2020-01-29T16:57:35.559Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-01-29T16:57:35.559Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2020-01-29T16:57:35.559Z] === RUN TestInspectOomKilledTrue [2020-01-29T16:57:35.559Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-01-29T16:57:35.559Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:57:35.559Z] === RUN TestInspectOomKilledFalse [2020-01-29T16:57:35.559Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-01-29T16:57:35.559Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:57:35.559Z] === RUN TestLinksEtcHostsContentMatch [2020-01-29T16:57:36.126Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-01-29T16:57:36.126Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-01-29T16:57:36.126Z] === RUN TestLinksContainerNames [2020-01-29T16:57:38.024Z] --- PASS: TestLinksContainerNames (1.79s) [2020-01-29T16:57:38.024Z] === RUN TestLogsFollowTailEmpty [2020-01-29T16:57:38.634Z] #76 exporting layers 112.4s done [2020-01-29T16:57:38.634Z] #76 exporting manifest sha256:63dd1c1418b700905689bb4392e5e6f69b5d316d2fa7be48f67843c484fdb8b1 done [2020-01-29T16:57:38.634Z] #76 exporting config sha256:ff831ec3ffc9c69dc910c6d0fe0c0b0bc37bf74128dbf6e7aafd6f0bb2bcdc57 done [2020-01-29T16:57:38.634Z] #76 sending tarball [2020-01-29T16:57:38.958Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2020-01-29T16:57:38.958Z] === RUN TestContainerNetworkMountsNoChown [2020-01-29T16:57:39.892Z] --- PASS: TestContainerNetworkMountsNoChown (1.13s) [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/default [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/default [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/private [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/private [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rprivate [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rprivate [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/slave [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/slave [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rslave [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rslave [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/shared [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/shared [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rshared [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rshared [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/default [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/default/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/default/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/default/bind_root [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/rshared [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/shared [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/rslave [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/slave [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/rprivate [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/private [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/private/bind_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/private/mount_root [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-01-29T16:57:39.892Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:57:39.892Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-01-29T16:57:39.892Z] === CONT TestMountDaemonRoot/default/mount_root [2020-01-29T16:57:40.150Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-01-29T16:57:40.150Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T16:57:40.150Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-01-29T16:57:40.150Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T16:57:40.150Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T16:57:40.408Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/private/bind_root [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/private/mount_root [2020-01-29T16:57:40.665Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-01-29T16:57:40.923Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-01-29T16:57:40.923Z] === RUN TestContainerBindMountNonRecursive [2020-01-29T16:57:41.488Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-01-29T16:57:42.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-01-29T16:57:43.355Z] --- PASS: TestContainerBindMountNonRecursive (2.62s) [2020-01-29T16:57:43.355Z] === RUN TestNetworkNat [2020-01-29T16:57:44.725Z] --- PASS: TestNetworkNat (1.06s) [2020-01-29T16:57:44.725Z] === RUN TestNetworkLocalhostTCPNat [2020-01-29T16:57:44.982Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-01-29T16:57:45.239Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-01-29T16:57:45.239Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2020-01-29T16:57:45.239Z] === RUN TestNetworkLoopbackNat [2020-01-29T16:57:45.498Z] === RUN TestDockerSuite/TestBuildAddTar [2020-01-29T16:57:46.872Z] --- PASS: TestNetworkLoopbackNat (1.49s) [2020-01-29T16:57:46.872Z] === RUN TestPause [2020-01-29T16:57:48.246Z] --- PASS: TestPause (1.49s) [2020-01-29T16:57:48.246Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-01-29T16:57:48.246Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T16:57:48.246Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T16:57:48.246Z] === RUN TestPauseStopPausedContainer [2020-01-29T16:57:49.617Z] --- PASS: TestPauseStopPausedContainer (1.29s) [2020-01-29T16:57:49.617Z] === RUN TestPsFilter [2020-01-29T16:57:49.874Z] --- PASS: TestPsFilter (0.27s) [2020-01-29T16:57:49.874Z] === RUN TestRemoveContainerWithRemovedVolume [2020-01-29T16:57:50.808Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.98s) [2020-01-29T16:57:50.808Z] === RUN TestRemoveContainerWithVolume [2020-01-29T16:57:52.182Z] --- PASS: TestRemoveContainerWithVolume (1.31s) [2020-01-29T16:57:52.182Z] === RUN TestRemoveContainerRunning [2020-01-29T16:57:53.117Z] --- PASS: TestRemoveContainerRunning (0.89s) [2020-01-29T16:57:53.117Z] === RUN TestRemoveContainerForceRemoveRunning [2020-01-29T16:57:54.049Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.06s) [2020-01-29T16:57:54.049Z] === RUN TestRemoveInvalidContainer [2020-01-29T16:57:54.307Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-01-29T16:57:54.307Z] === RUN TestRenameLinkedContainer [2020-01-29T16:57:56.207Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-01-29T16:57:58.104Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-01-29T16:57:58.363Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-01-29T16:57:58.928Z] --- PASS: TestRenameLinkedContainer (4.77s) [2020-01-29T16:57:58.928Z] === RUN TestRenameStoppedContainer [2020-01-29T16:57:59.493Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-01-29T16:58:00.061Z] --- PASS: TestRenameStoppedContainer (1.03s) [2020-01-29T16:58:00.061Z] === RUN TestRenameRunningContainerAndReuse [2020-01-29T16:58:00.996Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-01-29T16:58:01.092Z] #76 ... [2020-01-29T16:58:01.092Z] [2020-01-29T16:58:01.092Z] #77 importing to docker [2020-01-29T16:58:01.092Z] #77 ... [2020-01-29T16:58:01.092Z] [2020-01-29T16:58:01.092Z] #76 exporting to oci image format [2020-01-29T16:58:01.092Z] #76 sending tarball 19.0s done [2020-01-29T16:58:01.092Z] #76 DONE 131.4s [2020-01-29T16:58:01.092Z] [2020-01-29T16:58:01.092Z] #77 importing to docker [2020-01-29T16:58:01.929Z] --- PASS: TestRenameRunningContainerAndReuse (1.91s) [2020-01-29T16:58:01.929Z] === RUN TestRenameInvalidName [2020-01-29T16:58:01.929Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-01-29T16:58:02.862Z] --- PASS: TestRenameInvalidName (1.06s) [2020-01-29T16:58:02.862Z] === RUN TestRenameAnonymousContainer [2020-01-29T16:58:04.233Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-01-29T16:58:07.536Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-01-29T16:58:07.536Z] --- PASS: TestRenameAnonymousContainer (4.57s) [2020-01-29T16:58:07.536Z] === RUN TestRenameContainerWithSameName [2020-01-29T16:58:08.469Z] --- PASS: TestRenameContainerWithSameName (0.99s) [2020-01-29T16:58:08.469Z] === RUN TestRenameContainerWithLinkedContainer [2020-01-29T16:58:10.367Z] --- PASS: TestRenameContainerWithLinkedContainer (1.94s) [2020-01-29T16:58:10.367Z] === RUN TestResize [2020-01-29T16:58:10.625Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-01-29T16:58:11.560Z] --- PASS: TestResize (1.06s) [2020-01-29T16:58:11.560Z] === RUN TestResizeWithInvalidSize [2020-01-29T16:58:11.819Z] === RUN TestDockerSuite/TestBuildBlankName [2020-01-29T16:58:12.386Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-01-29T16:58:12.386Z] --- PASS: TestResizeWithInvalidSize (0.96s) [2020-01-29T16:58:12.386Z] === RUN TestResizeWhenContainerNotStarted [2020-01-29T16:58:13.320Z] --- PASS: TestResizeWhenContainerNotStarted (0.94s) [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:58:13.320Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:58:13.320Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:58:13.320Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T16:58:13.320Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T16:58:14.213Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-01-29T16:58:14.213Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-01-29T16:58:14.213Z] remote: Enumerating objects: 19, done. [2020-01-29T16:58:14.213Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2020-01-29T16:58:14.213Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2020-01-29T16:58:14.213Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-01-29T16:58:15.222Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-01-29T16:58:16.602Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T16:58:16.602Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T16:58:16.860Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-01-29T16:58:17.793Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-01-29T16:58:18.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-01-29T16:58:19.292Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-01-29T16:58:19.376Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-01-29T16:58:19.376Z] [2020-01-29T16:58:19.376Z] ________ ____ __. [2020-01-29T16:58:19.376Z] \_____ \ | |/ _| [2020-01-29T16:58:19.376Z] / | \| < [2020-01-29T16:58:19.376Z] / | \ | \ [2020-01-29T16:58:19.376Z] \_______ /____|__ \ [2020-01-29T16:58:19.376Z] \/ \/ [2020-01-29T16:58:19.376Z] [2020-01-29T16:58:19.376Z] INFO: make.ps1 ended at 01/29/2020 16:58:16 [2020-01-29T16:58:19.376Z] INFO: Binaries build ended at 01/29/2020 16:58:18. Duration:00:01:16.7800746 [2020-01-29T16:58:19.478Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-01-29T16:58:19.809Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/test/unit [2020-01-29T16:58:20.227Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T16:58:20.484Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T16:58:20.936Z] INFO: Copying the built daemon binary to d:\CI\PR-40426\1\binary\dockerd-fb155a1125.exe... [2020-01-29T16:58:21.049Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-01-29T16:58:21.920Z] INFO: Copying the built client binary to d:\CI\PR-40426\1\binary\docker-fb155a1125.exe... [2020-01-29T16:58:21.920Z] INFO: Copying dockerversion from the container... [2020-01-29T16:58:21.920Z] INFO: Copying the golang package from the container to d:\CI\PR-40426\1\installer\go.zip... [2020-01-29T16:58:22.423Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-01-29T16:58:22.991Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T16:58:23.089Z] ? github.com/docker/docker/api [no test files] [2020-01-29T16:58:23.248Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:58:25.030Z] INFO: Extracting go.zip to d:\CI\PR-40426\1\go [2020-01-29T16:58:25.146Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:58:25.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-01-29T16:58:25.713Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T16:58:26.278Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T16:58:27.652Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T16:58:28.217Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.87s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.01s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.92s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.94s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.80s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.62s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.67s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2020-01-29T16:58:30.115Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.42s) [2020-01-29T16:58:30.115Z] === RUN TestCgroupNamespacesRun [2020-01-29T16:58:30.115Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-01-29T16:58:32.013Z] --- PASS: TestCgroupNamespacesRun (2.29s) [2020-01-29T16:58:32.013Z] === RUN TestCgroupNamespacesRunPrivileged [2020-01-29T16:58:32.946Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-01-29T16:58:33.878Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.83s) [2020-01-29T16:58:33.878Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-01-29T16:58:34.443Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-01-29T16:58:35.444Z] --- PASS: TestImportExtremelyLargeImageWorks (79.66s) [2020-01-29T16:58:35.444Z] PASS [2020-01-29T16:58:35.444Z] [2020-01-29T16:58:35.444Z] === Skipped [2020-01-29T16:58:35.444Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.01s) [2020-01-29T16:58:35.444Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:58:35.444Z] [2020-01-29T16:58:35.444Z] [2020-01-29T16:58:35.444Z] DONE 12 tests, 1 skipped in 81.075s [2020-01-29T16:58:35.444Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-01-29T16:58:35.444Z] ++ 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-01-29T16:58:35.444Z] ++ set -e [2020-01-29T16:58:35.444Z] ++ '[' -n 0 ']' [2020-01-29T16:58:35.444Z] ++ set -x [2020-01-29T16:58:35.444Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:58:35.444Z] INFO: Testing against a local daemon [2020-01-29T16:58:35.444Z] === RUN TestNetworkCreateDelete [2020-01-29T16:58:35.444Z] --- PASS: TestNetworkCreateDelete (0.09s) [2020-01-29T16:58:35.444Z] === RUN TestDockerNetworkDeletePreferID [2020-01-29T16:58:35.444Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-01-29T16:58:35.444Z] === RUN TestInspectNetwork [2020-01-29T16:58:35.444Z] === RUN TestInspectNetwork/full_network_id [2020-01-29T16:58:35.444Z] === RUN TestInspectNetwork/partial_network_id [2020-01-29T16:58:35.444Z] === RUN TestInspectNetwork/network_name [2020-01-29T16:58:35.444Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-01-29T16:58:35.817Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.90s) [2020-01-29T16:58:35.818Z] === RUN TestCgroupNamespacesRunHostMode [2020-01-29T16:58:36.075Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-01-29T16:58:37.449Z] --- PASS: TestCgroupNamespacesRunHostMode (1.76s) [2020-01-29T16:58:37.449Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-01-29T16:58:37.714Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-01-29T16:58:37.953Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2020-01-29T16:58:39.614Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2020-01-29T16:58:39.614Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-01-29T16:58:40.182Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-01-29T16:58:40.182Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2020-01-29T16:58:40.182Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-01-29T16:58:40.334Z] #77 DONE 37.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-01-29T16:58:40.772Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/test/unit [2020-01-29T16:58:41.115Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2020-01-29T16:58:41.116Z] === RUN TestCgroupNamespacesRunOlderClient [2020-01-29T16:58:41.524Z] --- PASS: TestInspectNetwork (8.70s) [2020-01-29T16:58:41.524Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-01-29T16:58:41.524Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-01-29T16:58:41.524Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-01-29T16:58:41.524Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-01-29T16:58:41.524Z] === RUN TestRunContainerWithBridgeNone [2020-01-29T16:58:43.276Z] --- PASS: TestRunContainerWithBridgeNone (2.32s) [2020-01-29T16:58:43.276Z] === RUN TestNetworkInvalidJSON [2020-01-29T16:58:43.276Z] === RUN TestNetworkInvalidJSON//networks/create [2020-01-29T16:58:43.276Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-01-29T16:58:43.276Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T16:58:43.276Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T16:58:43.276Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T16:58:43.276Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T16:58:43.276Z] === CONT TestNetworkInvalidJSON//networks/create [2020-01-29T16:58:43.276Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T16:58:43.276Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T16:58:43.276Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-01-29T16:58:43.276Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-01-29T16:58:43.276Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-01-29T16:58:43.276Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-01-29T16:58:43.276Z] === RUN TestDaemonRestartWithLiveRestore [2020-01-29T16:58:43.641Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.97s) [2020-01-29T16:58:43.641Z] === RUN TestKernelTCPMemory [2020-01-29T16:58:43.641Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-01-29T16:58:43.641Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-01-29T16:58:43.641Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-01-29T16:58:44.036Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-01-29T16:58:44.036Z] === RUN TestDaemonDefaultNetworkPools [2020-01-29T16:58:44.573Z] --- PASS: TestKernelTCPMemory (1.28s) [2020-01-29T16:58:44.574Z] === RUN TestNISDomainname [2020-01-29T16:58:44.796Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2020-01-29T16:58:44.796Z] === RUN TestDaemonRestartWithExistingNetwork [2020-01-29T16:58:45.188Z] ? github.com/docker/docker/api [no test files] [2020-01-29T16:58:45.945Z] --- PASS: TestNISDomainname (1.19s) [2020-01-29T16:58:45.945Z] === RUN TestHostnameDnsResolution [2020-01-29T16:58:46.007Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2020-01-29T16:58:46.007Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-01-29T16:58:46.877Z] --- PASS: TestHostnameDnsResolution (1.34s) [2020-01-29T16:58:46.877Z] === RUN TestStats [2020-01-29T16:58:47.135Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-01-29T16:58:47.207Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2020-01-29T16:58:47.207Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-01-29T16:58:47.392Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-01-29T16:58:47.730Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-01-29T16:58:47.730Z] === RUN TestServiceWithPredefinedNetwork [2020-01-29T16:58:49.288Z] --- PASS: TestStats (2.24s) [2020-01-29T16:58:49.288Z] === RUN TestStopContainerWithTimeout [2020-01-29T16:58:49.288Z] === RUN TestStopContainerWithTimeout/0 [2020-01-29T16:58:49.288Z] === PAUSE TestStopContainerWithTimeout/0 [2020-01-29T16:58:49.288Z] === RUN TestStopContainerWithTimeout/1 [2020-01-29T16:58:49.288Z] === PAUSE TestStopContainerWithTimeout/1 [2020-01-29T16:58:49.288Z] === RUN TestStopContainerWithTimeout/3 [2020-01-29T16:58:49.288Z] === PAUSE TestStopContainerWithTimeout/3 [2020-01-29T16:58:49.288Z] === RUN TestStopContainerWithTimeout/-1 [2020-01-29T16:58:49.288Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-01-29T16:58:49.288Z] === CONT TestStopContainerWithTimeout/0 [2020-01-29T16:58:49.288Z] === CONT TestStopContainerWithTimeout/-1 [2020-01-29T16:58:50.738Z] === CONT TestStopContainerWithTimeout/3 [2020-01-29T16:58:50.738Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-01-29T16:58:50.937Z] --- PASS: TestServiceWithPredefinedNetwork (2.85s) [2020-01-29T16:58:50.937Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-01-29T16:58:50.937Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T16:58:50.937Z] service_test.go:230: FLAKY_TEST [2020-01-29T16:58:50.937Z] === RUN TestServiceWithDataPathPortInit [2020-01-29T16:58:52.637Z] === CONT TestStopContainerWithTimeout/1 [2020-01-29T16:58:52.637Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-01-29T16:58:53.572Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-01-29T16:58:53.829Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-01-29T16:58:54.394Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-01-29T16:58:54.394Z] --- PASS: TestStopContainerWithTimeout/0 (1.23s) [2020-01-29T16:58:54.394Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2020-01-29T16:58:54.394Z] --- PASS: TestStopContainerWithTimeout/3 (2.88s) [2020-01-29T16:58:54.394Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2020-01-29T16:58:54.394Z] === RUN TestDeleteDevicemapper [2020-01-29T16:58:54.394Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-01-29T16:58:54.394Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T16:58:54.394Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-01-29T16:58:55.101Z] INFO: Extraction ended at 01/29/2020 16:58:50. Duration:00:00:26.0015607 [2020-01-29T16:58:55.101Z] INFO: Updating the golang and path environment variables [2020-01-29T16:58:55.101Z] INFO: GOPATH=d:\gopath [2020-01-29T16:58:55.101Z] INFO: go version go1.13.6 windows/amd64 [2020-01-29T16:58:55.101Z] INFO: Running the daemon under test in debug mode [2020-01-29T16:58:55.101Z] INFO: Starting a daemon under test... [2020-01-29T16:58:55.101Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40426\1\daemon --pidfile d:\CI\PR-40426\1\docker.pid -D [2020-01-29T16:58:55.101Z] INFO: Process started successfully. [2020-01-29T16:58:55.101Z] INFO: Start tailing logs of the daemon under tests [2020-01-29T16:58:55.101Z] INFO: Waiting for the daemon under test to start... [2020-01-29T16:58:55.101Z] INFO: Daemon under test started and replied! [2020-01-29T16:58:55.101Z] INFO: Docker version of the daemon under test [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] Client: [2020-01-29T16:58:55.101Z] Version: 17.06.2-ce [2020-01-29T16:58:55.101Z] API version: 1.30 [2020-01-29T16:58:55.101Z] Go version: go1.8.3 [2020-01-29T16:58:55.101Z] Git commit: cec0b72 [2020-01-29T16:58:55.101Z] Built: Tue Sep 5 19:57:19 2017 [2020-01-29T16:58:55.101Z] OS/Arch: windows/amd64 [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] Server: [2020-01-29T16:58:55.101Z] Version: 0.0.0-dev [2020-01-29T16:58:55.101Z] API version: 1.41 (minimum version 1.24) [2020-01-29T16:58:55.101Z] Go version: go1.13.6 [2020-01-29T16:58:55.101Z] Git commit: fb155a1125 [2020-01-29T16:58:55.101Z] Built: 01/29/2020 16:57:05 [2020-01-29T16:58:55.101Z] OS/Arch: windows/amd64 [2020-01-29T16:58:55.101Z] Experimental: false [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] INFO: Docker info of the daemon under test [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] Containers: 0 [2020-01-29T16:58:55.101Z] Running: 0 [2020-01-29T16:58:55.101Z] Paused: 0 [2020-01-29T16:58:55.101Z] Stopped: 0 [2020-01-29T16:58:55.101Z] Images: 0 [2020-01-29T16:58:55.101Z] Server Version: 0.0.0-dev [2020-01-29T16:58:55.101Z] Storage Driver: windowsfilter [2020-01-29T16:58:55.101Z] Windows: [2020-01-29T16:58:55.101Z] Logging Driver: json-file [2020-01-29T16:58:55.101Z] Plugins: [2020-01-29T16:58:55.101Z] Volume: local [2020-01-29T16:58:55.101Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-01-29T16:58:55.101Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-01-29T16:58:55.101Z] Swarm: inactive [2020-01-29T16:58:55.101Z] Default Isolation: process [2020-01-29T16:58:55.101Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-01-29T16:58:55.101Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-01-29T16:58:55.101Z] OSType: windows [2020-01-29T16:58:55.101Z] Architecture: x86_64 [2020-01-29T16:58:55.101Z] CPUs: 4 [2020-01-29T16:58:55.101Z] Total Memory: 32GiB [2020-01-29T16:58:55.101Z] Name: azwin-2-bd9530 [2020-01-29T16:58:55.101Z] ID: HAGF:QI7C:WLKE:IZF2:73AF:TLPD:KIH2:F6V5:UFWO:N6IF:6KLA:Y55J [2020-01-29T16:58:55.101Z] Docker Root Dir: D:\CI\PR-40426\1\daemon [2020-01-29T16:58:55.101Z] Debug Mode (client): false [2020-01-29T16:58:55.101Z] Debug Mode (server): true [2020-01-29T16:58:55.101Z] File Descriptors: -1 [2020-01-29T16:58:55.101Z] Goroutines: 17 [2020-01-29T16:58:55.101Z] System Time: 2020-01-29T16:58:54.2640486Z [2020-01-29T16:58:55.101Z] EventsListeners: 0 [2020-01-29T16:58:55.101Z] Registry: https://index.docker.io/v1/ [2020-01-29T16:58:55.101Z] Labels: [2020-01-29T16:58:55.101Z] Experimental: false [2020-01-29T16:58:55.101Z] Insecure Registries: [2020-01-29T16:58:55.101Z] 127.0.0.0/8 [2020-01-29T16:58:55.101Z] Live Restore Enabled: false [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] INFO: Docker images of the daemon under test [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-01-29T16:58:55.101Z] [2020-01-29T16:58:55.101Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-01-29T16:58:55.101Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-01-29T16:58:55.101Z] ltsc2019: Pulling from windows/servercore [2020-01-29T16:58:55.101Z] 65014b3c3121: Pulling fs layer [2020-01-29T16:58:55.101Z] edbd72df76b4: Pulling fs layer [2020-01-29T16:58:56.293Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-01-29T16:58:56.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-01-29T16:58:56.859Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.56s) [2020-01-29T16:58:56.859Z] === RUN TestUpdateMemory [2020-01-29T16:58:56.859Z] --- SKIP: TestUpdateMemory (0.00s) [2020-01-29T16:58:56.859Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:58:56.859Z] === RUN TestUpdateCPUQuota [2020-01-29T16:58:58.231Z] --- PASS: TestUpdateCPUQuota (1.50s) [2020-01-29T16:58:58.231Z] === RUN TestUpdatePidsLimit [2020-01-29T16:58:58.231Z] === RUN TestUpdatePidsLimit/update_from_none [2020-01-29T16:58:58.797Z] === RUN TestUpdatePidsLimit/no_change [2020-01-29T16:58:59.055Z] === RUN TestUpdatePidsLimit/update_lower [2020-01-29T16:58:59.055Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-01-29T16:58:59.314Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-01-29T16:58:59.571Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-01-29T16:59:00.136Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-01-29T16:59:00.394Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-01-29T16:59:00.973Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-01-29T16:59:01.564Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-01-29T16:59:02.253Z] edbd72df76b4: Verifying Checksum [2020-01-29T16:59:02.253Z] edbd72df76b4: Download complete [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit (4.41s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/update_lower (0.45s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.49s) [2020-01-29T16:59:02.945Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.50s) [2020-01-29T16:59:02.945Z] === RUN TestUpdateRestartPolicy [2020-01-29T16:59:05.475Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-01-29T16:59:05.742Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-01-29T16:59:07.044Z] --- PASS: TestServiceWithDataPathPortInit (16.35s) [2020-01-29T16:59:07.044Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-01-29T16:59:07.636Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-01-29T16:59:08.569Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-01-29T16:59:09.502Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-01-29T16:59:09.502Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-01-29T16:59:10.067Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-01-29T16:59:12.302Z] ok github.com/docker/docker/api/server 0.051s coverage: 9.0% of statements [2020-01-29T16:59:14.322Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-01-29T16:59:14.892Z] 65014b3c3121: Verifying Checksum [2020-01-29T16:59:14.892Z] 65014b3c3121: Download complete [2020-01-29T16:59:15.694Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-01-29T16:59:16.317Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.24s) [2020-01-29T16:59:16.317Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qa5w11yjz8jwmvjscdcozvify Created:2020-01-29 16:59:08.110481908 +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[8af2de943b820c64f6b68a7f1ffe72d85001edaf875d81994cab29d8119bd0c1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m3vxhdeerojq4jgmd5655ultp EndpointID:81ebd5a51d3c18fa6a005eb70ef87bc00b29f28a8720059c3e1a024ca40cce50 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2d4bed56609cd1c53afcf53249b4fd1af6fbcdb1fee6a8de5a0884e1da1b7b5d 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:fc5e5f7520b8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m3vxhdeerojq4jgmd5655ultp EndpointID:81ebd5a51d3c18fa6a005eb70ef87bc00b29f28a8720059c3e1a024ca40cce50 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-01-29T16:59:16.317Z] PASS [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] === Skipped [2020-01-29T16:59:16.317Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T16:59:16.317Z] service_test.go:230: FLAKY_TEST [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] DONE 21 tests, 1 skipped in 43.762s [2020-01-29T16:59:16.317Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-01-29T16:59:16.317Z] ++ 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-01-29T16:59:16.317Z] ++ set -e [2020-01-29T16:59:16.317Z] ++ '[' -n 0 ']' [2020-01-29T16:59:16.317Z] ++ set -x [2020-01-29T16:59:16.317Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:59:16.317Z] INFO: Testing against a local daemon [2020-01-29T16:59:16.317Z] === RUN TestDockerNetworkIpvlanPersistance [2020-01-29T16:59:16.317Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-01-29T16:59:16.317Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:59:16.317Z] === RUN TestDockerNetworkIpvlan [2020-01-29T16:59:16.317Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-01-29T16:59:16.317Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:59:16.317Z] PASS [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] === Skipped [2020-01-29T16:59:16.317Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-01-29T16:59:16.317Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-01-29T16:59:16.317Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] [2020-01-29T16:59:16.317Z] DONE 2 tests, 2 skipped in 0.168s [2020-01-29T16:59:16.317Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-01-29T16:59:16.317Z] ++ 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-01-29T16:59:16.317Z] ++ set -e [2020-01-29T16:59:16.317Z] ++ '[' -n 0 ']' [2020-01-29T16:59:16.317Z] ++ set -x [2020-01-29T16:59:16.317Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:59:16.317Z] INFO: Testing against a local daemon [2020-01-29T16:59:16.317Z] === RUN TestDockerNetworkMacvlanPersistance [2020-01-29T16:59:16.626Z] --- PASS: TestUpdateRestartPolicy (13.73s) [2020-01-29T16:59:16.626Z] === RUN TestUpdateRestartWithAutoRemove [2020-01-29T16:59:16.626Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-01-29T16:59:16.670Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2020-01-29T16:59:16.670Z] === RUN TestDockerNetworkMacvlan [2020-01-29T16:59:17.426Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-01-29T16:59:17.559Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s) [2020-01-29T16:59:17.559Z] === RUN TestWaitNonBlocked [2020-01-29T16:59:17.559Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:59:17.559Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:59:17.559Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:59:17.559Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:59:17.559Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T16:59:17.559Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T16:59:17.559Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-01-29T16:59:18.492Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-01-29T16:59:18.492Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-01-29T16:59:18.492Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2020-01-29T16:59:18.492Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.21s) [2020-01-29T16:59:18.492Z] === RUN TestWaitBlocked [2020-01-29T16:59:18.492Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:59:18.493Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:59:18.493Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:59:18.493Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:59:18.493Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T16:59:18.493Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T16:59:18.647Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-01-29T16:59:19.422Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-01-29T16:59:19.425Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-01-29T16:59:19.990Z] --- PASS: TestWaitBlocked (0.02s) [2020-01-29T16:59:19.990Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2020-01-29T16:59:19.990Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.20s) [2020-01-29T16:59:19.990Z] === CONT TestContainerStartOnDaemonRestart [2020-01-29T16:59:19.990Z] === CONT TestIpcModeOlderClient [2020-01-29T16:59:19.990Z] --- PASS: TestIpcModeOlderClient (0.14s) [2020-01-29T16:59:19.990Z] === CONT TestDaemonHostGatewayIP [2020-01-29T16:59:20.924Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-01-29T16:59:21.869Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-01-29T16:59:24.203Z] --- PASS: TestContainerStartOnDaemonRestart (3.87s) [2020-01-29T16:59:24.203Z] === CONT TestDaemonRestartIpcMode [2020-01-29T16:59:24.461Z] --- PASS: TestDaemonHostGatewayIP (4.42s) [2020-01-29T16:59:24.719Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-01-29T16:59:25.784Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-01-29T16:59:26.615Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-01-29T16:59:26.615Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-01-29T16:59:27.987Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2020-01-29T16:59:27.987Z] PASS [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] === Skipped [2020-01-29T16:59:27.987Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-01-29T16:59:27.987Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-01-29T16:59:27.987Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-01-29T16:59:27.987Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T16:59:27.987Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-01-29T16:59:27.987Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-01-29T16:59:27.987Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] [2020-01-29T16:59:27.987Z] DONE 198 tests, 6 skipped in 155.998s [2020-01-29T16:59:27.987Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-01-29T16:59:27.987Z] ++ 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-01-29T16:59:27.987Z] ++ set -e [2020-01-29T16:59:27.987Z] ++ '[' -n 0 ']' [2020-01-29T16:59:27.987Z] ++ set -x [2020-01-29T16:59:27.987Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:59:27.987Z] INFO: Testing against a local daemon [2020-01-29T16:59:27.987Z] === RUN TestCommitInheritsEnv [2020-01-29T16:59:28.552Z] --- PASS: TestCommitInheritsEnv (0.51s) [2020-01-29T16:59:28.552Z] === RUN TestImportExtremelyLargeImageWorks [2020-01-29T16:59:28.552Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-01-29T16:59:28.552Z] === RUN TestImagesFilterMultiReference [2020-01-29T16:59:28.552Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-01-29T16:59:28.552Z] === RUN TestImagePullPlatformInvalid [2020-01-29T16:59:28.552Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-01-29T16:59:28.552Z] === RUN TestRemoveImageOrphaning [2020-01-29T16:59:28.810Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-01-29T16:59:29.068Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-01-29T16:59:29.068Z] === RUN TestRemoveImageGarbageCollector [2020-01-29T16:59:29.633Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-01-29T16:59:29.733Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-01-29T16:59:30.199Z] === RUN TestDockerSuite/TestBuildCmd [2020-01-29T16:59:30.199Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-01-29T16:59:30.764Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan (14.08s) [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.09s) [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.81s) [2020-01-29T16:59:30.948Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.82s) [2020-01-29T16:59:30.948Z] PASS [2020-01-29T16:59:30.948Z] [2020-01-29T16:59:30.948Z] DONE 8 tests in 15.601s [2020-01-29T16:59:30.948Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-01-29T16:59:30.948Z] ++ 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-01-29T16:59:30.948Z] ++ set -e [2020-01-29T16:59:30.948Z] ++ '[' -n 0 ']' [2020-01-29T16:59:30.948Z] ++ set -x [2020-01-29T16:59:30.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:59:30.948Z] testing: warning: no tests to run [2020-01-29T16:59:30.948Z] PASS [2020-01-29T16:59:30.948Z] [2020-01-29T16:59:30.948Z] DONE 0 tests in 0.062s [2020-01-29T16:59:30.948Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-01-29T16:59:30.948Z] ++ 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-01-29T16:59:30.948Z] ++ set -e [2020-01-29T16:59:30.948Z] ++ '[' -n 0 ']' [2020-01-29T16:59:30.948Z] ++ set -x [2020-01-29T16:59:30.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-01-29T16:59:31.022Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-01-29T16:59:31.280Z] --- PASS: TestRemoveImageGarbageCollector (2.17s) [2020-01-29T16:59:31.280Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-01-29T16:59:31.280Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-01-29T16:59:31.280Z] === RUN TestTagInvalidReference [2020-01-29T16:59:31.280Z] --- PASS: TestTagInvalidReference (0.03s) [2020-01-29T16:59:31.280Z] === RUN TestTagValidPrefixedRepo [2020-01-29T16:59:31.280Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-01-29T16:59:31.280Z] === RUN TestTagExistedNameWithoutForce [2020-01-29T16:59:31.315Z] INFO: Testing against a local daemon [2020-01-29T16:59:31.315Z] === RUN TestAuthZPluginAllowRequest [2020-01-29T16:59:31.538Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-01-29T16:59:31.538Z] === RUN TestTagOfficialNames [2020-01-29T16:59:31.538Z] --- PASS: TestTagOfficialNames (0.10s) [2020-01-29T16:59:31.538Z] === RUN TestTagMatchesDigest [2020-01-29T16:59:31.538Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-01-29T16:59:31.538Z] === CONT TestImportExtremelyLargeImageWorks [2020-01-29T16:59:31.538Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-01-29T16:59:31.538Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-01-29T16:59:33.135Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2020-01-29T16:59:33.135Z] === RUN TestAuthZPluginTLS [2020-01-29T16:59:33.436Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-01-29T16:59:33.481Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-01-29T16:59:33.481Z] === RUN TestAuthZPluginDenyRequest [2020-01-29T16:59:33.996Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-01-29T16:59:33.996Z] === RUN TestAuthZPluginAPIDenyResponse [2020-01-29T16:59:34.740Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-01-29T16:59:34.740Z] === RUN TestAuthZPluginDenyResponse [2020-01-29T16:59:35.087Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-01-29T16:59:35.087Z] === RUN TestAuthZPluginAllowEventStream [2020-01-29T16:59:36.712Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-01-29T16:59:36.836Z] --- PASS: TestAuthZPluginAllowEventStream (1.58s) [2020-01-29T16:59:36.836Z] === RUN TestAuthZPluginErrorResponse [2020-01-29T16:59:37.186Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-01-29T16:59:37.186Z] === RUN TestAuthZPluginErrorRequest [2020-01-29T16:59:37.644Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-01-29T16:59:37.935Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-01-29T16:59:37.935Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-01-29T16:59:38.209Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-01-29T16:59:38.281Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-01-29T16:59:38.281Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-01-29T16:59:38.775Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-01-29T16:59:40.712Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.98s) [2020-01-29T16:59:40.712Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-01-29T16:59:41.303Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-01-29T16:59:42.236Z] === RUN TestDockerSuite/TestBuildContChar [2020-01-29T16:59:42.741Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.18s) [2020-01-29T16:59:42.741Z] === RUN TestAuthZPluginHeader [2020-01-29T16:59:43.108Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-01-29T16:59:43.108Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-01-29T16:59:43.108Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-01-29T16:59:43.108Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:59:43.108Z] === RUN TestAuthZPluginV2Disable [2020-01-29T16:59:43.108Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-01-29T16:59:43.108Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:59:43.108Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-01-29T16:59:43.108Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-01-29T16:59:43.108Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:59:43.108Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-01-29T16:59:43.108Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-01-29T16:59:43.108Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T16:59:43.108Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-01-29T16:59:44.134Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-01-29T16:59:45.067Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-01-29T16:59:45.622Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-01-29T16:59:45.622Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-01-29T16:59:45.622Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 4.5% of statements [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/types [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/types/container [no test files] [2020-01-29T16:59:45.622Z] ? github.com/docker/docker/api/types/events [no test files] [2020-01-29T16:59:45.632Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-01-29T16:59:45.880Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2020-01-29T16:59:46.137Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/image [no test files] [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/network [no test files] [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-01-29T16:59:46.137Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-01-29T16:59:46.196Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-01-29T16:59:46.394Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-01-29T16:59:46.395Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-01-29T16:59:46.395Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-01-29T16:59:47.128Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-01-29T16:59:47.333Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-01-29T16:59:48.502Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-01-29T16:59:48.761Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-01-29T16:59:49.327Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-01-29T16:59:49.892Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-01-29T16:59:50.149Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-01-29T16:59:50.406Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-01-29T16:59:50.663Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-01-29T16:59:51.513Z] ok github.com/docker/docker/builder/remotecontext 0.170s coverage: 13.6% of statements [2020-01-29T16:59:51.513Z] ok github.com/docker/docker/builder/dockerfile 0.585s coverage: 48.2% of statements [2020-01-29T16:59:52.078Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-01-29T16:59:53.450Z] ok github.com/docker/docker/builder/remotecontext/git 1.448s coverage: 86.3% of statements [2020-01-29T16:59:53.451Z] ? github.com/docker/docker/cli [no test files] [2020-01-29T16:59:53.451Z] ? github.com/docker/docker/cli/config [no test files] [2020-01-29T16:59:53.942Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-01-29T16:59:55.840Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-01-29T16:59:56.729Z] ok github.com/docker/docker/client 0.190s coverage: 75.8% of statements [2020-01-29T17:00:01.115Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-01-29T17:00:01.716Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-01-29T17:00:02.483Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s) [2020-01-29T17:00:02.483Z] PASS [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] === Skipped [2020-01-29T17:00:02.483Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-01-29T17:00:02.483Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-01-29T17:00:02.483Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-01-29T17:00:02.483Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-01-29T17:00:02.483Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] DONE 17 tests, 4 skipped in 29.040s [2020-01-29T17:00:02.483Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-01-29T17:00:02.483Z] ++ 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-01-29T17:00:02.483Z] ++ set -e [2020-01-29T17:00:02.483Z] ++ '[' -n 0 ']' [2020-01-29T17:00:02.483Z] ++ set -x [2020-01-29T17:00:02.483Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:00:02.483Z] INFO: Testing against a local daemon [2020-01-29T17:00:02.483Z] === RUN TestPluginInvalidJSON [2020-01-29T17:00:02.483Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:00:02.483Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:00:02.483Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:00:02.483Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-01-29T17:00:02.483Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-01-29T17:00:02.483Z] PASS [2020-01-29T17:00:02.483Z] [2020-01-29T17:00:02.483Z] DONE 2 tests in 0.230s [2020-01-29T17:00:02.483Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-01-29T17:00:02.483Z] ++ 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-01-29T17:00:02.483Z] ++ set -e [2020-01-29T17:00:02.483Z] ++ '[' -n 0 ']' [2020-01-29T17:00:02.483Z] ++ set -x [2020-01-29T17:00:02.483Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:00:02.483Z] INFO: Testing against a local daemon [2020-01-29T17:00:02.483Z] === RUN TestExternalGraphDriver [2020-01-29T17:00:02.483Z] === RUN TestExternalGraphDriver/json [2020-01-29T17:00:02.483Z] === RUN TestExternalGraphDriver/spec [2020-01-29T17:00:04.483Z] === RUN TestExternalGraphDriver/pull [2020-01-29T17:00:06.848Z] --- PASS: TestExternalGraphDriver (5.90s) [2020-01-29T17:00:06.848Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2020-01-29T17:00:06.848Z] --- PASS: TestExternalGraphDriver/spec (1.97s) [2020-01-29T17:00:06.848Z] --- PASS: TestExternalGraphDriver/pull (1.93s) [2020-01-29T17:00:06.848Z] === RUN TestGraphdriverPluginV2 [2020-01-29T17:00:06.848Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-01-29T17:00:06.848Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:00:06.848Z] PASS [2020-01-29T17:00:06.848Z] [2020-01-29T17:00:06.848Z] === Skipped [2020-01-29T17:00:06.848Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-01-29T17:00:06.848Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:00:06.848Z] [2020-01-29T17:00:06.848Z] [2020-01-29T17:00:06.848Z] DONE 5 tests, 1 skipped in 6.319s [2020-01-29T17:00:06.848Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-01-29T17:00:06.848Z] ++ 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-01-29T17:00:06.848Z] ++ set -e [2020-01-29T17:00:06.848Z] ++ '[' -n 0 ']' [2020-01-29T17:00:06.848Z] ++ set -x [2020-01-29T17:00:06.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:00:06.848Z] INFO: Testing against a local daemon [2020-01-29T17:00:06.848Z] === RUN TestContinueAfterPluginCrash [2020-01-29T17:00:06.848Z] === PAUSE TestContinueAfterPluginCrash [2020-01-29T17:00:06.848Z] === RUN TestDaemonStartWithLogOpt [2020-01-29T17:00:06.848Z] === PAUSE TestDaemonStartWithLogOpt [2020-01-29T17:00:06.848Z] === CONT TestContinueAfterPluginCrash [2020-01-29T17:00:06.848Z] === CONT TestDaemonStartWithLogOpt [2020-01-29T17:00:07.129Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-01-29T17:00:07.129Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-01-29T17:00:08.063Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-01-29T17:00:08.996Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-01-29T17:00:11.525Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-01-29T17:00:12.898Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-01-29T17:00:14.796Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-01-29T17:00:16.048Z] --- PASS: TestDaemonStartWithLogOpt (9.07s) [2020-01-29T17:00:16.696Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-01-29T17:00:17.262Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-01-29T17:00:17.827Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-01-29T17:00:18.392Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-01-29T17:00:18.958Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-01-29T17:00:20.331Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-01-29T17:00:20.331Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-01-29T17:00:20.896Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-01-29T17:00:20.896Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-01-29T17:00:20.896Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-01-29T17:00:20.896Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-01-29T17:00:20.896Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-01-29T17:00:20.964Z] --- PASS: TestContinueAfterPluginCrash (13.94s) [2020-01-29T17:00:20.964Z] PASS [2020-01-29T17:00:20.964Z] [2020-01-29T17:00:20.964Z] DONE 2 tests in 14.143s [2020-01-29T17:00:20.964Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-01-29T17:00:20.964Z] ++ 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-01-29T17:00:20.964Z] ++ set -e [2020-01-29T17:00:20.964Z] ++ '[' -n 0 ']' [2020-01-29T17:00:20.964Z] ++ set -x [2020-01-29T17:00:20.964Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:00:20.964Z] INFO: Testing against a local daemon [2020-01-29T17:00:20.964Z] === RUN TestPluginWithDevMounts [2020-01-29T17:00:20.964Z] === PAUSE TestPluginWithDevMounts [2020-01-29T17:00:20.964Z] === CONT TestPluginWithDevMounts [2020-01-29T17:00:22.268Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-01-29T17:00:22.718Z] --- PASS: TestPluginWithDevMounts (1.88s) [2020-01-29T17:00:22.718Z] PASS [2020-01-29T17:00:22.718Z] [2020-01-29T17:00:22.718Z] DONE 1 tests in 2.061s [2020-01-29T17:00:22.718Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-01-29T17:00:22.718Z] ++ 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-01-29T17:00:22.718Z] ++ set -e [2020-01-29T17:00:22.718Z] ++ '[' -n 0 ']' [2020-01-29T17:00:22.718Z] ++ set -x [2020-01-29T17:00:22.718Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:00:23.066Z] INFO: Testing against a local daemon [2020-01-29T17:00:23.066Z] === RUN TestSecretInspect [2020-01-29T17:00:24.169Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-01-29T17:00:26.150Z] --- PASS: TestSecretInspect (2.83s) [2020-01-29T17:00:26.150Z] === RUN TestSecretList [2020-01-29T17:00:26.698Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-01-29T17:00:28.566Z] --- PASS: TestSecretList (2.74s) [2020-01-29T17:00:28.567Z] === RUN TestSecretsCreateAndDelete [2020-01-29T17:00:28.598Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-01-29T17:00:29.972Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-01-29T17:00:31.799Z] --- PASS: TestSecretsCreateAndDelete (2.89s) [2020-01-29T17:00:31.799Z] === RUN TestSecretsUpdate [2020-01-29T17:00:32.504Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-01-29T17:00:33.912Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-01-29T17:00:34.172Z] --- PASS: TestSecretsUpdate (2.77s) [2020-01-29T17:00:34.172Z] === RUN TestTemplatedSecret [2020-01-29T17:00:35.423Z] ok github.com/docker/docker/cmd/dockerd 0.080s coverage: 30.6% of statements [2020-01-29T17:00:35.423Z] ok github.com/docker/docker/container 0.121s coverage: 35.3% of statements [2020-01-29T17:00:35.423Z] ? github.com/docker/docker/container/stream [no test files] [2020-01-29T17:00:35.423Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-01-29T17:00:35.423Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-01-29T17:00:35.423Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-01-29T17:00:36.440Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-01-29T17:00:37.263Z] --- PASS: TestTemplatedSecret (3.23s) [2020-01-29T17:00:37.264Z] === RUN TestSecretCreateResolve [2020-01-29T17:00:37.815Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-01-29T17:00:38.381Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-01-29T17:00:40.279Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-01-29T17:00:40.410Z] --- PASS: TestSecretCreateResolve (2.75s) [2020-01-29T17:00:40.410Z] PASS [2020-01-29T17:00:40.410Z] [2020-01-29T17:00:40.410Z] DONE 6 tests in 17.312s [2020-01-29T17:00:40.410Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-01-29T17:00:40.410Z] ++ 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-01-29T17:00:40.410Z] ++ set -e [2020-01-29T17:00:40.411Z] ++ '[' -n 0 ']' [2020-01-29T17:00:40.411Z] ++ set -x [2020-01-29T17:00:40.411Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:00:40.411Z] INFO: Testing against a local daemon [2020-01-29T17:00:40.411Z] === RUN TestServiceCreateInit [2020-01-29T17:00:40.411Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-01-29T17:00:45.329Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-01-29T17:00:45.390Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2020-01-29T17:00:45.548Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-01-29T17:00:46.482Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-01-29T17:00:46.762Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-01-29T17:00:47.857Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-01-29T17:00:48.135Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.7% of statements [2020-01-29T17:00:48.790Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-01-29T17:00:50.162Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-01-29T17:00:50.267Z] --- PASS: TestServiceCreateInit (9.78s) [2020-01-29T17:00:50.267Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.08s) [2020-01-29T17:00:50.267Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.68s) [2020-01-29T17:00:50.267Z] === RUN TestCreateServiceMultipleTimes [2020-01-29T17:00:54.344Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-01-29T17:00:54.344Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-01-29T17:00:55.275Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-01-29T17:00:57.175Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-01-29T17:00:58.116Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.432s coverage: 13.7% of statements [2020-01-29T17:00:58.116Z] ok github.com/docker/docker/daemon 12.210s coverage: 17.5% of statements [2020-01-29T17:00:58.116Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-01-29T17:00:58.116Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-01-29T17:00:58.682Z] ok github.com/docker/docker/daemon/config 0.049s coverage: 82.1% of statements [2020-01-29T17:00:58.941Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-01-29T17:00:59.873Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2020-01-29T17:00:59.873Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-01-29T17:00:59.873Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-01-29T17:01:00.914Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-01-29T17:01:02.436Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-01-29T17:01:02.695Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-01-29T17:01:02.695Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-01-29T17:01:03.440Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-01-29T17:01:03.630Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-01-29T17:01:04.371Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.246s coverage: 57.0% of statements [2020-01-29T17:01:04.563Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/server/middleware 0.037s coverage: 37.7% of statements [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/server/router/swarm 0.024s coverage: 4.5% of statements [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/container [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/events [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/image [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/network [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-01-29T17:01:04.579Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-01-29T17:01:04.579Z] ok github.com/docker/docker/builder/dockerignore 0.033s coverage: 96.8% of statements [2020-01-29T17:01:05.220Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-01-29T17:01:06.467Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-01-29T17:01:07.656Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.418s coverage: 72.5% of statements [2020-01-29T17:01:07.657Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.543s coverage: 45.9% of statements [2020-01-29T17:01:07.657Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-01-29T17:01:07.881Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-01-29T17:01:07.940Z] ok github.com/docker/docker/builder/remotecontext/git 5.510s coverage: 86.3% of statements [2020-01-29T17:01:09.987Z] ok github.com/docker/docker/builder/remotecontext 0.571s coverage: 13.6% of statements [2020-01-29T17:01:10.050Z] --- PASS: TestCreateServiceMultipleTimes (17.15s) [2020-01-29T17:01:10.050Z] === RUN TestCreateServiceConflict [2020-01-29T17:01:10.050Z] --- PASS: TestCreateServiceConflict (2.65s) [2020-01-29T17:01:10.050Z] === RUN TestCreateServiceMaxReplicas [2020-01-29T17:01:10.180Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.005s coverage: 48.6% of statements [2020-01-29T17:01:11.551Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.281s coverage: 76.1% of statements [2020-01-29T17:01:12.403Z] ok github.com/docker/docker/builder/dockerfile 1.392s coverage: 48.2% of statements [2020-01-29T17:01:12.403Z] ? github.com/docker/docker/cli [no test files] [2020-01-29T17:01:12.403Z] ? github.com/docker/docker/cli/config [no test files] [2020-01-29T17:01:12.485Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.143s coverage: 60.1% of statements [2020-01-29T17:01:12.485Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-01-29T17:01:12.485Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-01-29T17:01:12.743Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.0% of statements [2020-01-29T17:01:13.987Z] --- PASS: TestCreateServiceMaxReplicas (3.65s) [2020-01-29T17:01:13.987Z] === RUN TestCreateWithDuplicateNetworkNames [2020-01-29T17:01:14.455Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-01-29T17:01:14.639Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2020-01-29T17:01:15.570Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2020-01-29T17:01:16.502Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2020-01-29T17:01:16.502Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-01-29T17:01:16.502Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-01-29T17:01:17.067Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 42.7% of statements [2020-01-29T17:01:17.731Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-01-29T17:01:18.439Z] ok github.com/docker/docker/daemon/logger/awslogs 0.189s coverage: 77.8% of statements [2020-01-29T17:01:18.439Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-01-29T17:01:18.439Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-01-29T17:01:18.697Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2020-01-29T17:01:19.633Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-01-29T17:01:20.070Z] ok github.com/docker/docker/daemon/logger/journald 0.012s coverage: 26.2% of statements [2020-01-29T17:01:20.070Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 62.1% of statements [2020-01-29T17:01:20.634Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2020-01-29T17:01:20.869Z] ok github.com/docker/docker/client 0.812s coverage: 75.8% of statements [2020-01-29T17:01:21.566Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2020-01-29T17:01:21.566Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-01-29T17:01:22.132Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.022s coverage: 19.9% of statements [2020-01-29T17:01:22.159Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-01-29T17:01:23.142Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-01-29T17:01:23.142Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-01-29T17:01:23.586Z] ok github.com/docker/docker/daemon/logger/syslog 0.024s coverage: 47.8% of statements [2020-01-29T17:01:24.073Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-01-29T17:01:24.151Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-01-29T17:01:24.716Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-01-29T17:01:24.974Z] ok github.com/docker/docker/daemon/logger/splunk 1.642s coverage: 82.5% of statements [2020-01-29T17:01:24.974Z] ? github.com/docker/docker/daemon/names [no test files] [2020-01-29T17:01:24.974Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-01-29T17:01:26.720Z] 65014b3c3121: Pull complete [2020-01-29T17:01:27.369Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.72s) [2020-01-29T17:01:27.370Z] === RUN TestCreateServiceSecretFileMode [2020-01-29T17:01:27.502Z] ok github.com/docker/docker/distribution/metadata 0.033s coverage: 48.2% of statements [2020-01-29T17:01:27.502Z] ok github.com/docker/docker/distribution 0.158s coverage: 22.1% of statements [2020-01-29T17:01:27.502Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-01-29T17:01:28.875Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2020-01-29T17:01:29.333Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-01-29T17:01:29.333Z] --- PASS: TestDockerDaemonSuite (362.72s) [2020-01-29T17:01:29.333Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.16s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (3.10s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.73s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.70s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:1449: [d5866e90e9a1a] daemon is not started [2020-01-29T17:01:29.334Z] check_test.go:309: [de35b7a7233c2] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.88s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.50s) [2020-01-29T17:01:29.334Z] check_test.go:309: [de2a44d01e974] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.04s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.16s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.56s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.87s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.49s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.55s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.81s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.32s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.53s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d0b12012296bc] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d0d469266d6a9] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.18s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d1990492fd7e4] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.55s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.76s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.53s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.21s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.59s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-01-29T17:01:29.334Z] check_test.go:309: [db891be8b7f9f] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.40s) [2020-01-29T17:01:29.334Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2020-01-29T17:01:29.334Z] check_test.go:309: [d2cc846b4068c] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.06s) [2020-01-29T17:01:29.334Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-01-29T17:01:29.334Z] check_test.go:309: [df0d2fd6a99d1] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.29s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.06s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.75s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.88s) [2020-01-29T17:01:29.334Z] check_test.go:309: [de3353955b777] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.65s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d19ffc2925f5b] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.64s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_plugins_test.go:79: [d9af55718612d] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.09s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_plugins_test.go:169: [db0f2ad51db1c] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.93s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d8ae9c8e1d1d1] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.97s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.86s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.96s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.05s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.53s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.06s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.17s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.41s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d8ded1b0dbf4f] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.73s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.34s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.37s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.54s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.17s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.16s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d54c99955f10a] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.66s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.69s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.60s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.38s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.68s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.33s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.29s) [2020-01-29T17:01:29.334Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-01-29T17:01:29.334Z] check_test.go:309: [d6fb01f820a59] daemon is not started [2020-01-29T17:01:29.334Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-01-29T17:01:29.334Z] check_test.go:309: [d5f07193ded2b] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.83s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d5dce1404980d] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.14s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.66s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.09s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.32s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.06s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.00s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.68s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.44s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d25fb05a8c59b] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (4.10s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.89s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.03s) [2020-01-29T17:01:29.334Z] check_test.go:309: [dc00ad4d43ecc] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.56s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.14s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.18s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-01-29T17:01:29.334Z] check_test.go:309: [d1737720affd2] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.17s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d21deb4ead25e] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.58s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.69s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d8ec76003e95a] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.31s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.13s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.69s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d5fb9fee1f6a1] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.48s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.11s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.31s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.04s) [2020-01-29T17:01:29.334Z] check_test.go:309: [dc854a8bf886c] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.18s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-01-29T17:01:29.334Z] check_test.go:309: [d41a42cd1711e] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.94s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.79s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.13s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.67s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.18s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.98s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.81s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.50s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.18s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.26s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.26s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.74s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.68s) [2020-01-29T17:01:29.334Z] docker_cli_daemon_test.go:2542: [d50a10f142252] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.65s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.28s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.12s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.33s) [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2020-01-29T17:01:29.334Z] check_test.go:309: [de23dd9b57ee3] daemon is not started [2020-01-29T17:01:29.334Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.00s) [2020-01-29T17:01:29.334Z] === RUN TestDockerSwarmSuite [2020-01-29T17:01:29.334Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-01-29T17:01:30.248Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-01-29T17:01:30.443Z] --- PASS: TestCreateServiceSecretFileMode (3.06s) [2020-01-29T17:01:30.443Z] === RUN TestCreateServiceConfigFileMode [2020-01-29T17:01:30.814Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-01-29T17:01:31.072Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2020-01-29T17:01:31.072Z] ? github.com/docker/docker/dockerversion [no test files] [2020-01-29T17:01:31.072Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-01-29T17:01:32.447Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2020-01-29T17:01:32.447Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-01-29T17:01:33.379Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-01-29T17:01:33.515Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-01-29T17:01:33.578Z] --- PASS: TestCreateServiceConfigFileMode (3.22s) [2020-01-29T17:01:33.578Z] === RUN TestCreateServiceSysctls [2020-01-29T17:01:34.313Z] ok github.com/docker/docker/opts 0.019s coverage: 67.0% of statements [2020-01-29T17:01:34.313Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-01-29T17:01:36.211Z] ok github.com/docker/docker/pkg/archive 0.400s coverage: 77.4% of statements [2020-01-29T17:01:36.794Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-01-29T17:01:37.151Z] ok github.com/docker/docker/pkg/authorization 0.132s coverage: 68.3% of statements [2020-01-29T17:01:37.409Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-01-29T17:01:37.540Z] --- PASS: TestCreateServiceSysctls (4.04s) [2020-01-29T17:01:37.540Z] === RUN TestCreateServiceCapabilities [2020-01-29T17:01:37.667Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-01-29T17:01:40.620Z] --- PASS: TestCreateServiceCapabilities (3.11s) [2020-01-29T17:01:40.620Z] === RUN TestInspect [2020-01-29T17:01:41.844Z] ok github.com/docker/docker/layer 7.555s coverage: 68.8% of statements [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/oci [no test files] [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/oci/caps [no test files] [2020-01-29T17:01:41.845Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-01-29T17:01:41.845Z] ok github.com/docker/docker/pkg/chrootarchive 2.998s coverage: 43.2% of statements [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-01-29T17:01:41.845Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-01-29T17:01:42.103Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2020-01-29T17:01:42.103Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-01-29T17:01:43.036Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-01-29T17:01:43.349Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-01-29T17:01:43.602Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-01-29T17:01:43.860Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-01-29T17:01:43.915Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-01-29T17:01:44.533Z] --- PASS: TestInspect (3.60s) [2020-01-29T17:01:44.533Z] === RUN TestCreateJob [2020-01-29T17:01:45.232Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2020-01-29T17:01:45.813Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-01-29T17:01:45.813Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-01-29T17:01:46.166Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2020-01-29T17:01:46.732Z] ok github.com/docker/docker/pkg/discovery/kv 3.054s coverage: 84.1% of statements [2020-01-29T17:01:46.732Z] ok github.com/docker/docker/pkg/fsutils 0.225s coverage: 85.1% of statements [2020-01-29T17:01:46.989Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2020-01-29T17:01:47.922Z] ok github.com/docker/docker/pkg/idtools 0.459s coverage: 70.1% of statements [2020-01-29T17:01:48.487Z] ok github.com/docker/docker/pkg/ioutils 0.495s coverage: 69.3% of statements [2020-01-29T17:01:48.487Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-01-29T17:01:48.654Z] --- PASS: TestCreateJob (4.00s) [2020-01-29T17:01:48.654Z] === RUN TestReplicatedJob [2020-01-29T17:01:48.744Z] ok github.com/docker/docker/pkg/locker 0.014s coverage: 88.9% of statements [2020-01-29T17:01:49.001Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-01-29T17:01:49.001Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-01-29T17:01:49.566Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2020-01-29T17:01:49.823Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-01-29T17:01:50.080Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-01-29T17:01:50.337Z] ok github.com/docker/docker/pkg/mount 0.584s coverage: 70.0% of statements [2020-01-29T17:01:50.337Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-01-29T17:01:50.337Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2020-01-29T17:01:50.903Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-01-29T17:01:50.903Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-01-29T17:01:50.903Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-01-29T17:01:51.072Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-01-29T17:01:51.837Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.027s coverage: 56.8% of statements [2020-01-29T17:01:52.403Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-01-29T17:01:52.660Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-01-29T17:01:52.918Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-01-29T17:01:53.598Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-01-29T17:01:54.288Z] ok github.com/docker/docker/pkg/pubsub 1.030s coverage: 73.9% of statements [2020-01-29T17:01:54.545Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-01-29T17:01:55.494Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-01-29T17:01:56.143Z] --- PASS: TestReplicatedJob (7.02s) [2020-01-29T17:01:56.143Z] === RUN TestUpdateReplicatedJob [2020-01-29T17:01:56.427Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-01-29T17:01:56.427Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-01-29T17:01:57.821Z] ok github.com/docker/docker/pkg/signal 2.394s coverage: 61.0% of statements [2020-01-29T17:01:57.821Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-01-29T17:01:58.079Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-01-29T17:01:58.079Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-01-29T17:01:58.653Z] ok github.com/docker/docker/pkg/symlink 0.013s coverage: 87.7% of statements [2020-01-29T17:01:58.912Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-01-29T17:01:59.424Z] --- PASS: TestUpdateReplicatedJob (4.04s) [2020-01-29T17:01:59.424Z] === RUN TestServiceListWithStatuses [2020-01-29T17:01:59.424Z] --- SKIP: TestServiceListWithStatuses (0.02s) [2020-01-29T17:01:59.424Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T17:01:59.424Z] === RUN TestDockerNetworkConnectAlias [2020-01-29T17:01:59.845Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.2% of statements [2020-01-29T17:02:00.103Z] ok github.com/docker/docker/pkg/tailfile 0.065s coverage: 88.6% of statements [2020-01-29T17:02:00.667Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-01-29T17:02:01.232Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2020-01-29T17:02:01.232Z] testing: warning: no tests to run [2020-01-29T17:02:01.232Z] coverage: [no statements] [2020-01-29T17:02:01.232Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2020-01-29T17:02:01.796Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-01-29T17:02:01.796Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-01-29T17:02:02.054Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-01-29T17:02:04.579Z] ok github.com/docker/docker/plugin 0.534s coverage: 27.1% of statements [2020-01-29T17:02:04.836Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-01-29T17:02:05.535Z] --- PASS: TestDockerNetworkConnectAlias (5.71s) [2020-01-29T17:02:05.535Z] === RUN TestDockerNetworkReConnect [2020-01-29T17:02:05.767Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-01-29T17:02:06.025Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-01-29T17:02:06.390Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-01-29T17:02:07.759Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-01-29T17:02:07.923Z] ok github.com/docker/docker/registry 0.080s coverage: 56.0% of statements [2020-01-29T17:02:08.180Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-01-29T17:02:08.437Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-01-29T17:02:09.369Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2020-01-29T17:02:09.369Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-01-29T17:02:10.428Z] --- PASS: TestDockerNetworkReConnect (4.71s) [2020-01-29T17:02:10.429Z] === RUN TestServicePlugin [2020-01-29T17:02:10.429Z] --- SKIP: TestServicePlugin (0.00s) [2020-01-29T17:02:10.429Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:02:10.429Z] === RUN TestServiceUpdateLabel [2020-01-29T17:02:11.037Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-01-29T17:02:11.890Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-01-29T17:02:12.824Z] ok github.com/docker/docker/volume/local 0.019s coverage: 73.0% of statements [2020-01-29T17:02:12.859Z] --- PASS: TestServiceUpdateLabel (2.78s) [2020-01-29T17:02:12.859Z] === RUN TestServiceUpdateSecrets [2020-01-29T17:02:13.389Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-01-29T17:02:14.321Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2020-01-29T17:02:17.866Z] ok github.com/docker/docker/container 0.196s coverage: 35.3% of statements [2020-01-29T17:02:17.866Z] ok github.com/docker/docker/cmd/dockerd 0.246s coverage: 30.6% of statements [2020-01-29T17:02:17.866Z] ? github.com/docker/docker/container/stream [no test files] [2020-01-29T17:02:17.866Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-01-29T17:02:17.866Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-01-29T17:02:17.866Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-01-29T17:02:23.224Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-01-29T17:02:23.224Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-01-29T17:02:26.499Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/rootless [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/testutil/request [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/volume [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-01-29T17:02:26.499Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === Skipped [2020-01-29T17:02:26.499Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-01-29T17:02:26.499Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-01-29T17:02:26.499Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-01-29T17:02:26.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.499Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-01-29T17:02:26.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.499Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-01-29T17:02:26.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.499Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-01-29T17:02:26.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.499Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-01-29T17:02:26.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.499Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-01-29T17:02:26.499Z] graphtest_unix.go:73: No driver to put! [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-01-29T17:02:26.499Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-01-29T17:02:26.499Z] overlay_test.go:49: Fails to compute changes intermittently [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.499Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-01-29T17:02:26.499Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-01-29T17:02:26.499Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.500Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.500Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.500Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.500Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:02:26.500Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-01-29T17:02:26.500Z] graphtest_unix.go:73: No driver to put! [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-01-29T17:02:26.500Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-01-29T17:02:26.500Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] [2020-01-29T17:02:26.500Z] DONE 2155 tests, 20 skipped in 244.106s Post stage [Pipeline] junit [2020-01-29T17:02:26.517Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-01-29T17:02:27.227Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40426/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/validate/vendor [2020-01-29T17:02:28.161Z] 2020/01/29 17:02:28 Collecting initial packages [2020-01-29T17:02:28.356Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.076s coverage: 65.3% of statements [2020-01-29T17:02:28.419Z] 2020/01/29 17:02:28 Download dependencies [2020-01-29T17:02:28.951Z] --- PASS: TestServiceUpdateSecrets (15.35s) [2020-01-29T17:02:28.951Z] === RUN TestServiceUpdateConfigs [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Starting whole vndr cycle because no package specified [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/Microsoft/go-winio, revision 6c72808b55902eae4c5943626030429ff20f3b63, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/mattn/go-shellwords, revision 36a9b3c57cb5caa559ff63fb7e9b585f1c00df75, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/sirupsen/logrus, revision 839c75faf7f98a33d445d181f3018b5c3409a45e, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/gorilla/mux, revision 00bdffe0f3c77e27d2cf6f5c70232a2d3e4d9c15, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/creack/pty, revision 3a6a957789163cacdfe0e291617a1c8e80612c11, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/konsorten/go-windows-terminal-sequences, revision f55edac94c9bbba5d6182a4be46d86a2c9b5b50e, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone golang.org/x/net, revision f3200d17e092c607f615320ecaad13d87ad9a2b3, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone golang.org/x/sys, revision 6d18c012aee9febd81bbf9806760c8c4480e870d, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2020-01-29T17:02:30.942Z] 2020/01/29 17:02:30 Clone github.com/opencontainers/selinux, revision 5215b1806f52b1fcc2070a8826c542c9d33cd3cf, attempt 1/20 [2020-01-29T17:02:31.874Z] 2020/01/29 17:02:31 Finished clone github.com/mattn/go-shellwords [2020-01-29T17:02:31.874Z] 2020/01/29 17:02:31 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2020-01-29T17:02:31.874Z] 2020/01/29 17:02:31 Finished clone github.com/creack/pty [2020-01-29T17:02:31.874Z] 2020/01/29 17:02:31 Clone golang.org/x/text, revision f21a4dfb5e38f5895301dc265a8def02365cc3d0, attempt 1/20 [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:31 Finished clone github.com/docker/libtrust [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:31 Clone gotest.tools, revision 1083505acf35a0bd8a696b26837e1fb3187a7a83, attempt 1/20 [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:31 Finished clone github.com/google/uuid [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:31 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:32 Finished clone github.com/tchap/go-patricia [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:32 Clone github.com/syndtr/gocapability, revision d98352740cb2c55f81556b63d4a1ec64c5a319c2, attempt 1/20 [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:32 Finished clone github.com/Azure/go-ansiterm [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:32 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:32 Finished clone github.com/docker/go-units [2020-01-29T17:02:32.134Z] 2020/01/29 17:02:32 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2020-01-29T17:02:32.400Z] 2020/01/29 17:02:32 Finished clone github.com/konsorten/go-windows-terminal-sequences [2020-01-29T17:02:32.400Z] 2020/01/29 17:02:32 Clone golang.org/x/sync, revision e225da77a7e68af35c70ccbf71af2b83e6acac3c, attempt 1/20 [2020-01-29T17:02:32.400Z] 2020/01/29 17:02:32 Finished clone github.com/Microsoft/go-winio [2020-01-29T17:02:32.400Z] 2020/01/29 17:02:32 Clone github.com/moby/buildkit, revision 4f4e03067523b2fc5ca2f17514a5e75ad63e02fb, attempt 1/20 [2020-01-29T17:02:32.400Z] 2020/01/29 17:02:32 Finished clone github.com/gorilla/mux [2020-01-29T17:02:32.400Z] 2020/01/29 17:02:32 Clone github.com/tonistiigi/fsutil, revision 0f039a052ca1da01626278199624b62aed9b3729, attempt 1/20 [2020-01-29T17:02:32.789Z] ok github.com/docker/docker/daemon/cluster/convert 0.039s coverage: 35.7% of statements [2020-01-29T17:02:32.964Z] 2020/01/29 17:02:32 Finished clone github.com/sirupsen/logrus [2020-01-29T17:02:32.964Z] 2020/01/29 17:02:32 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2020-01-29T17:02:33.188Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-01-29T17:02:33.188Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-01-29T17:02:33.529Z] 2020/01/29 17:02:33 Finished clone github.com/syndtr/gocapability [2020-01-29T17:02:33.529Z] 2020/01/29 17:02:33 Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7, attempt 1/20 [2020-01-29T17:02:33.529Z] 2020/01/29 17:02:33 Finished clone github.com/RackSec/srslog [2020-01-29T17:02:33.529Z] 2020/01/29 17:02:33 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2020-01-29T17:02:33.786Z] 2020/01/29 17:02:33 Finished clone github.com/imdario/mergo [2020-01-29T17:02:33.786Z] 2020/01/29 17:02:33 Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc, attempt 1/20 [2020-01-29T17:02:33.786Z] 2020/01/29 17:02:33 Finished clone github.com/google/go-cmp [2020-01-29T17:02:33.786Z] 2020/01/29 17:02:33 Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b, attempt 1/20 [2020-01-29T17:02:34.044Z] 2020/01/29 17:02:33 Clone github.com/gofrs/flock, revision 392e7fae8f1b0bdbd67dad7237d23f618feb6dbb, attempt 1/20 [2020-01-29T17:02:34.044Z] 2020/01/29 17:02:33 Finished clone golang.org/x/sync [2020-01-29T17:02:34.044Z] 2020/01/29 17:02:33 Finished clone gotest.tools [2020-01-29T17:02:34.044Z] 2020/01/29 17:02:33 Clone github.com/docker/libnetwork, revision feeff4f0a3fd2a2bb19cf67c826082c66ffaaed9, attempt 1/20 [2020-01-29T17:02:34.044Z] 2020/01/29 17:02:33 Finished clone github.com/opencontainers/selinux [2020-01-29T17:02:34.044Z] 2020/01/29 17:02:33 Clone github.com/docker/go-events, revision 9461782956ad83b30282bf90e31fa6a70c255ba9, attempt 1/20 [2020-01-29T17:02:34.302Z] 2020/01/29 17:02:34 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2020-01-29T17:02:34.302Z] 2020/01/29 17:02:34 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2020-01-29T17:02:34.867Z] 2020/01/29 17:02:34 Finished clone github.com/docker/go-connections [2020-01-29T17:02:34.867Z] 2020/01/29 17:02:34 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2020-01-29T17:02:34.867Z] 2020/01/29 17:02:34 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2020-01-29T17:02:34.867Z] 2020/01/29 17:02:34 Finished clone github.com/opentracing-contrib/go-stdlib [2020-01-29T17:02:34.867Z] 2020/01/29 17:02:34 Finished clone github.com/google/shlex [2020-01-29T17:02:34.867Z] 2020/01/29 17:02:34 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2020-01-29T17:02:34.907Z] ok github.com/docker/docker/daemon/cluster 0.294s coverage: 0.5% of statements [2020-01-29T17:02:35.085Z] --- PASS: TestImportExtremelyLargeImageWorks (183.52s) [2020-01-29T17:02:35.085Z] PASS [2020-01-29T17:02:35.085Z] [2020-01-29T17:02:35.085Z] DONE 12 tests in 187.374s [2020-01-29T17:02:35.085Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-01-29T17:02:35.085Z] ++ 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-01-29T17:02:35.085Z] ++ set -e [2020-01-29T17:02:35.085Z] ++ '[' -n 0 ']' [2020-01-29T17:02:35.085Z] ++ set -x [2020-01-29T17:02:35.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:02:35.124Z] 2020/01/29 17:02:34 Finished clone github.com/gofrs/flock [2020-01-29T17:02:35.124Z] 2020/01/29 17:02:34 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2020-01-29T17:02:35.124Z] 2020/01/29 17:02:35 Finished clone github.com/mitchellh/hashstructure [2020-01-29T17:02:35.124Z] 2020/01/29 17:02:35 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2020-01-29T17:02:35.125Z] 2020/01/29 17:02:35 Finished clone github.com/opentracing/opentracing-go [2020-01-29T17:02:35.125Z] 2020/01/29 17:02:35 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2020-01-29T17:02:35.342Z] INFO: Testing against a local daemon [2020-01-29T17:02:35.342Z] === RUN TestNetworkCreateDelete [2020-01-29T17:02:35.342Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-01-29T17:02:35.342Z] === RUN TestDockerNetworkDeletePreferID [2020-01-29T17:02:35.599Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-01-29T17:02:35.599Z] === RUN TestInspectNetwork [2020-01-29T17:02:35.689Z] 2020/01/29 17:02:35 Finished clone github.com/docker/go-events [2020-01-29T17:02:35.689Z] 2020/01/29 17:02:35 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2020-01-29T17:02:35.946Z] 2020/01/29 17:02:35 Finished clone github.com/armon/go-radix [2020-01-29T17:02:35.946Z] 2020/01/29 17:02:35 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2020-01-29T17:02:36.204Z] 2020/01/29 17:02:35 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2020-01-29T17:02:36.204Z] 2020/01/29 17:02:35 Finished clone github.com/armon/go-metrics [2020-01-29T17:02:36.461Z] 2020/01/29 17:02:36 Finished clone github.com/sean-/seed [2020-01-29T17:02:36.461Z] 2020/01/29 17:02:36 Clone github.com/vishvananda/netns, revision 7109fa855b0ff1ebef7fbd2f6aa613e8db7cfbc0, attempt 1/20 [2020-01-29T17:02:36.461Z] 2020/01/29 17:02:36 Finished clone github.com/hashicorp/errwrap [2020-01-29T17:02:36.461Z] 2020/01/29 17:02:36 Clone github.com/vishvananda/netlink, revision a2ad57a690f3caf3015351d2d6e1c0b95c349752, attempt 1/20 [2020-01-29T17:02:37.025Z] 2020/01/29 17:02:36 Finished clone github.com/tonistiigi/fsutil [2020-01-29T17:02:37.025Z] 2020/01/29 17:02:36 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2020-01-29T17:02:37.025Z] 2020/01/29 17:02:36 Finished clone github.com/hashicorp/go-multierror [2020-01-29T17:02:37.025Z] 2020/01/29 17:02:36 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2020-01-29T17:02:37.494Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-01-29T17:02:37.494Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-01-29T17:02:37.590Z] 2020/01/29 17:02:37 Finished clone github.com/hashicorp/memberlist [2020-01-29T17:02:37.590Z] 2020/01/29 17:02:37 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2020-01-29T17:02:37.590Z] 2020/01/29 17:02:37 Finished clone github.com/docker/libkv [2020-01-29T17:02:37.590Z] 2020/01/29 17:02:37 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2020-01-29T17:02:37.847Z] 2020/01/29 17:02:37 Finished clone github.com/vishvananda/netns [2020-01-29T17:02:37.847Z] 2020/01/29 17:02:37 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2020-01-29T17:02:37.847Z] 2020/01/29 17:02:37 Finished clone github.com/hashicorp/go-sockaddr [2020-01-29T17:02:37.847Z] 2020/01/29 17:02:37 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2020-01-29T17:02:38.059Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-01-29T17:02:38.816Z] 2020/01/29 17:02:38 Finished clone github.com/BurntSushi/toml [2020-01-29T17:02:38.816Z] 2020/01/29 17:02:38 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2020-01-29T17:02:38.816Z] 2020/01/29 17:02:38 Finished clone github.com/samuel/go-zookeeper [2020-01-29T17:02:38.816Z] 2020/01/29 17:02:38 Clone github.com/miekg/dns, revision e57bf427e68187a27e22adceac868350d7a7079b, attempt 1/20 [2020-01-29T17:02:39.073Z] 2020/01/29 17:02:39 Finished clone github.com/coreos/go-semver [2020-01-29T17:02:39.073Z] 2020/01/29 17:02:39 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2020-01-29T17:02:39.183Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-01-29T17:02:39.183Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-01-29T17:02:39.332Z] 2020/01/29 17:02:39 Finished clone github.com/deckarep/golang-set [2020-01-29T17:02:39.332Z] 2020/01/29 17:02:39 Clone go.etcd.io/bbolt, revision a0458a2b35708eef59eb5f620ceb3cd1c01a824d, attempt 1/20 [2020-01-29T17:02:39.332Z] 2020/01/29 17:02:39 Finished clone github.com/vishvananda/netlink [2020-01-29T17:02:39.333Z] 2020/01/29 17:02:39 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2020-01-29T17:02:39.441Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-01-29T17:02:39.698Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-01-29T17:02:40.452Z] ok github.com/docker/docker/daemon/discovery 0.041s coverage: 30.0% of statements [2020-01-29T17:02:40.706Z] 2020/01/29 17:02:40 Finished clone github.com/ishidawataru/sctp [2020-01-29T17:02:40.707Z] 2020/01/29 17:02:40 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2020-01-29T17:02:41.069Z] === RUN TestInspectNetwork/full_network_id [2020-01-29T17:02:41.069Z] === RUN TestInspectNetwork/partial_network_id [2020-01-29T17:02:41.069Z] === RUN TestInspectNetwork/network_name [2020-01-29T17:02:41.069Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-01-29T17:02:41.272Z] 2020/01/29 17:02:41 Clone github.com/opencontainers/go-digest, revision 279bed98673dd5bef374d3b6e4b09e2af76183bf, attempt 1/20 [2020-01-29T17:02:41.272Z] 2020/01/29 17:02:41 Finished clone golang.org/x/net [2020-01-29T17:02:41.272Z] 2020/01/29 17:02:41 Finished clone github.com/hashicorp/go-msgpack [2020-01-29T17:02:41.272Z] 2020/01/29 17:02:41 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2020-01-29T17:02:41.530Z] 2020/01/29 17:02:41 Finished clone github.com/golang/gddo [2020-01-29T17:02:41.530Z] 2020/01/29 17:02:41 Clone google.golang.org/grpc, revision 39e8a7b072a67ca2a75f57fa2e0d50995f5b22f6, attempt 1/20 [2020-01-29T17:02:42.462Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-01-29T17:02:42.904Z] 2020/01/29 17:02:42 Finished clone github.com/opencontainers/go-digest [2020-01-29T17:02:42.904Z] 2020/01/29 17:02:42 Clone github.com/opencontainers/runc, revision dc9208a3303feef5b3839f4323d9beb36df0a9dd, attempt 1/20 [2020-01-29T17:02:42.904Z] 2020/01/29 17:02:42 Finished clone go.etcd.io/bbolt [2020-01-29T17:02:42.904Z] 2020/01/29 17:02:42 Clone github.com/opencontainers/runtime-spec, revision 29686dbc5559d93fb1ef402eeda3e35c38d75af4, attempt 1/20 [2020-01-29T17:02:42.904Z] 2020/01/29 17:02:42 Finished clone github.com/mistifyio/go-zfs [2020-01-29T17:02:42.904Z] 2020/01/29 17:02:42 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2020-01-29T17:02:43.167Z] ok github.com/docker/docker/daemon/events 0.070s coverage: 50.0% of statements [2020-01-29T17:02:43.469Z] 2020/01/29 17:02:43 Finished clone github.com/vbatts/tar-split [2020-01-29T17:02:43.469Z] 2020/01/29 17:02:43 Clone github.com/seccomp/libseccomp-golang, revision 689e3c1541a84461afc49c1c87352a6cedf72e9c, attempt 1/20 [2020-01-29T17:02:43.792Z] ok github.com/docker/docker/daemon/config 0.118s coverage: 82.1% of statements [2020-01-29T17:02:43.856Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-01-29T17:02:44.114Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-01-29T17:02:44.843Z] 2020/01/29 17:02:44 Finished clone github.com/seccomp/libseccomp-golang [2020-01-29T17:02:44.843Z] 2020/01/29 17:02:44 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2020-01-29T17:02:45.045Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-01-29T17:02:45.166Z] --- PASS: TestServiceUpdateConfigs (14.87s) [2020-01-29T17:02:45.166Z] === RUN TestServiceUpdateNetwork [2020-01-29T17:02:45.609Z] === RUN TestDockerSuite/TestBuildEnv [2020-01-29T17:02:45.609Z] --- PASS: TestInspectNetwork (9.76s) [2020-01-29T17:02:45.609Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-01-29T17:02:45.609Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-01-29T17:02:45.609Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-01-29T17:02:45.609Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-01-29T17:02:45.609Z] === RUN TestRunContainerWithBridgeNone [2020-01-29T17:02:45.777Z] 2020/01/29 17:02:45 Finished clone github.com/hashicorp/serf [2020-01-29T17:02:45.777Z] 2020/01/29 17:02:45 Clone github.com/godbus/dbus, revision 5f6efc7ef2759c81b7ba876593971bfce311eab3, attempt 1/20 [2020-01-29T17:02:46.343Z] 2020/01/29 17:02:46 Finished clone github.com/opencontainers/runtime-spec [2020-01-29T17:02:46.343Z] 2020/01/29 17:02:46 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2020-01-29T17:02:46.909Z] 2020/01/29 17:02:46 Finished clone github.com/opencontainers/image-spec [2020-01-29T17:02:46.909Z] 2020/01/29 17:02:46 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2020-01-29T17:02:47.168Z] 2020/01/29 17:02:47 Finished clone github.com/coreos/go-systemd [2020-01-29T17:02:47.168Z] 2020/01/29 17:02:47 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2020-01-29T17:02:47.168Z] 2020/01/29 17:02:47 Finished clone github.com/Microsoft/opengcs [2020-01-29T17:02:47.168Z] 2020/01/29 17:02:47 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2020-01-29T17:02:47.285Z] ok github.com/docker/docker/daemon/graphdriver 0.013s coverage: 2.2% of statements [2020-01-29T17:02:47.426Z] 2020/01/29 17:02:47 Finished clone github.com/ugorji/go [2020-01-29T17:02:47.426Z] 2020/01/29 17:02:47 Clone github.com/fsnotify/fsnotify, revision 1485a34d5d5723fea214f5710708e19a831720e4, attempt 1/20 [2020-01-29T17:02:47.506Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-01-29T17:02:47.683Z] 2020/01/29 17:02:47 Finished clone github.com/Graylog2/go-gelf [2020-01-29T17:02:47.683Z] 2020/01/29 17:02:47 Clone github.com/aws/aws-sdk-go, revision 9ed0c8de252f04ac45a65358377103d5a1aa2d92, attempt 1/20 [2020-01-29T17:02:47.683Z] 2020/01/29 17:02:47 Finished clone github.com/godbus/dbus [2020-01-29T17:02:47.683Z] 2020/01/29 17:02:47 Clone github.com/go-ini/ini, revision 300e940a926eb277d3901b20bdfcc54928ad3642, attempt 1/20 [2020-01-29T17:02:48.438Z] --- PASS: TestRunContainerWithBridgeNone (3.03s) [2020-01-29T17:02:48.438Z] === RUN TestNetworkInvalidJSON [2020-01-29T17:02:48.438Z] === RUN TestNetworkInvalidJSON//networks/create [2020-01-29T17:02:48.438Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-01-29T17:02:48.438Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T17:02:48.438Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T17:02:48.438Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T17:02:48.438Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T17:02:48.438Z] === CONT TestNetworkInvalidJSON//networks/create [2020-01-29T17:02:48.438Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T17:02:48.438Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T17:02:48.438Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-01-29T17:02:48.438Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-01-29T17:02:48.438Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-01-29T17:02:48.438Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-01-29T17:02:48.438Z] === RUN TestDaemonRestartWithLiveRestore [2020-01-29T17:02:48.617Z] 2020/01/29 17:02:48 Finished clone github.com/fluent/fluent-logger-golang [2020-01-29T17:02:48.617Z] 2020/01/29 17:02:48 Clone github.com/jmespath/go-jmespath, revision 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74, attempt 1/20 [2020-01-29T17:02:48.617Z] 2020/01/29 17:02:48 Finished clone github.com/philhofer/fwd [2020-01-29T17:02:48.617Z] 2020/01/29 17:02:48 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2020-01-29T17:02:48.695Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-01-29T17:02:49.182Z] 2020/01/29 17:02:49 Finished clone github.com/fsnotify/fsnotify [2020-01-29T17:02:49.182Z] 2020/01/29 17:02:49 Clone golang.org/x/oauth2, revision ec22f46f877b4505e0117eeaab541714644fdd28, attempt 1/20 [2020-01-29T17:02:49.628Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-01-29T17:02:49.628Z] === RUN TestDaemonDefaultNetworkPools [2020-01-29T17:02:49.748Z] 2020/01/29 17:02:49 Finished clone github.com/go-ini/ini [2020-01-29T17:02:49.748Z] 2020/01/29 17:02:49 Clone google.golang.org/api, revision de943baf05a022a8f921b544b7827bacaba1aed5, attempt 1/20 [2020-01-29T17:02:49.886Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-01-29T17:02:50.006Z] 2020/01/29 17:02:49 Finished clone github.com/bsphere/le_go [2020-01-29T17:02:50.006Z] 2020/01/29 17:02:49 Clone go.opencensus.io, revision c3ed530f775d85e577ca652cb052a52c078aad26, attempt 1/20 [2020-01-29T17:02:50.450Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2020-01-29T17:02:50.450Z] === RUN TestDaemonRestartWithExistingNetwork [2020-01-29T17:02:50.598Z] 2020/01/29 17:02:50 Finished clone github.com/jmespath/go-jmespath [2020-01-29T17:02:50.598Z] 2020/01/29 17:02:50 Clone cloud.google.com/go, revision 0fd7230b2a7505833d5f69b75cbd6c9582401479, attempt 1/20 [2020-01-29T17:02:50.908Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.535s coverage: 13.7% of statements [2020-01-29T17:02:51.382Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2020-01-29T17:02:51.382Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-01-29T17:02:51.532Z] 2020/01/29 17:02:51 Finished clone github.com/tinylib/msgp [2020-01-29T17:02:51.532Z] 2020/01/29 17:02:51 Clone github.com/googleapis/gax-go, revision 317e0006254c44a0ac427cc52a0e083ff0b9622f, attempt 1/20 [2020-01-29T17:02:51.534Z] ok github.com/docker/docker/daemon 12.396s coverage: 17.5% of statements [2020-01-29T17:02:51.534Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-01-29T17:02:51.534Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-01-29T17:02:51.534Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-01-29T17:02:51.534Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-01-29T17:02:51.790Z] 2020/01/29 17:02:51 Finished clone golang.org/x/oauth2 [2020-01-29T17:02:51.790Z] 2020/01/29 17:02:51 Clone google.golang.org/genproto, revision 694d95ba50e67b2e363f3483057db5d4910c18f9, attempt 1/20 [2020-01-29T17:02:51.790Z] 2020/01/29 17:02:51 Finished clone golang.org/x/sys [2020-01-29T17:02:51.790Z] 2020/01/29 17:02:51 Clone github.com/containerd/containerd, revision acdcf13d5eaf0dfe0eaeabe7194a82535549bc2b, attempt 1/20 [2020-01-29T17:02:51.821Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.018s coverage: 2.9% of statements [2020-01-29T17:02:52.724Z] 2020/01/29 17:02:52 Clone github.com/containerd/fifo, revision bda0ff6ed73c67bfb5e62bc9c697f146b7fd7f13, attempt 1/20 [2020-01-29T17:02:52.724Z] 2020/01/29 17:02:52 Finished clone github.com/moby/buildkit [2020-01-29T17:02:52.753Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2020-01-29T17:02:52.753Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-01-29T17:02:53.290Z] 2020/01/29 17:02:52 Finished clone github.com/googleapis/gax-go [2020-01-29T17:02:53.290Z] 2020/01/29 17:02:52 Clone github.com/containerd/continuity, revision 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4, attempt 1/20 [2020-01-29T17:02:53.317Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-01-29T17:02:53.317Z] === RUN TestServiceWithPredefinedNetwork [2020-01-29T17:02:54.224Z] 2020/01/29 17:02:53 Finished clone github.com/containerd/fifo [2020-01-29T17:02:54.224Z] 2020/01/29 17:02:53 Clone github.com/containerd/cgroups, revision 5fbad35c2a7e855762d3c60f2e474ffcad0d470a, attempt 1/20 [2020-01-29T17:02:54.482Z] 2020/01/29 17:02:54 Finished clone go.opencensus.io [2020-01-29T17:02:54.482Z] 2020/01/29 17:02:54 Clone github.com/containerd/console, revision 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f, attempt 1/20 [2020-01-29T17:02:55.048Z] 2020/01/29 17:02:54 Finished clone github.com/docker/libnetwork [2020-01-29T17:02:55.048Z] 2020/01/29 17:02:54 Clone github.com/containerd/go-runc, revision a2952bc25f5116103a8b78f3817f6df759aa7def, attempt 1/20 [2020-01-29T17:02:55.048Z] 2020/01/29 17:02:54 Clone github.com/containerd/typeurl, revision 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d, attempt 1/20 [2020-01-29T17:02:55.048Z] 2020/01/29 17:02:55 Finished clone github.com/opencontainers/runc [2020-01-29T17:02:55.984Z] 2020/01/29 17:02:55 Finished clone github.com/containerd/cgroups [2020-01-29T17:02:55.984Z] 2020/01/29 17:02:55 Clone github.com/containerd/ttrpc, revision 92c8520ef9f86600c650dd540266a007bf03670f, attempt 1/20 [2020-01-29T17:02:56.269Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.123s coverage: 57.9% of statements [2020-01-29T17:02:56.551Z] 2020/01/29 17:02:56 Finished clone github.com/containerd/go-runc [2020-01-29T17:02:56.551Z] 2020/01/29 17:02:56 Clone github.com/gogo/googleapis, revision d31c731455cb061f42baff3bda55bad0118b126b, attempt 1/20 [2020-01-29T17:02:56.551Z] 2020/01/29 17:02:56 Finished clone google.golang.org/grpc [2020-01-29T17:02:56.551Z] 2020/01/29 17:02:56 Clone github.com/docker/swarmkit, revision 49e35619b18200845c9365c1e953440c28868002, attempt 1/20 [2020-01-29T17:02:56.551Z] 2020/01/29 17:02:56 Finished clone github.com/containerd/typeurl [2020-01-29T17:02:56.551Z] 2020/01/29 17:02:56 Clone github.com/gogo/protobuf, revision ba06b47c162d49f2af050fb4c75bcbc86a159d5c, attempt 1/20 [2020-01-29T17:02:56.597Z] --- PASS: TestServiceWithPredefinedNetwork (3.21s) [2020-01-29T17:02:56.597Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-01-29T17:02:56.597Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T17:02:56.597Z] service_test.go:230: FLAKY_TEST [2020-01-29T17:02:56.597Z] === RUN TestServiceWithDataPathPortInit [2020-01-29T17:02:57.160Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-01-29T17:02:57.486Z] 2020/01/29 17:02:57 Finished clone github.com/containerd/ttrpc [2020-01-29T17:02:57.486Z] 2020/01/29 17:02:57 Clone github.com/golang/protobuf, revision aa810b61a9c79d51363740d207bb46cf8e620ed5, attempt 1/20 [2020-01-29T17:02:57.486Z] 2020/01/29 17:02:57 Finished clone github.com/containerd/continuity [2020-01-29T17:02:57.486Z] 2020/01/29 17:02:57 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2020-01-29T17:02:57.486Z] 2020/01/29 17:02:57 Finished clone golang.org/x/text [2020-01-29T17:02:57.486Z] 2020/01/29 17:02:57 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2020-01-29T17:02:58.052Z] 2020/01/29 17:02:57 Finished clone github.com/gogo/googleapis [2020-01-29T17:02:58.052Z] 2020/01/29 17:02:57 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2020-01-29T17:02:58.052Z] 2020/01/29 17:02:57 Clone golang.org/x/crypto, revision 88737f569e3a9c7ab309cdc09a07fe7fc87233c3, attempt 1/20 [2020-01-29T17:02:58.052Z] 2020/01/29 17:02:57 Finished clone github.com/containerd/console [2020-01-29T17:02:58.583Z] --- PASS: TestServiceUpdateNetwork (13.88s) [2020-01-29T17:02:58.584Z] PASS [2020-01-29T17:02:58.584Z] [2020-01-29T17:02:58.584Z] === Skipped [2020-01-29T17:02:58.584Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.02s) [2020-01-29T17:02:58.584Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T17:02:58.584Z] [2020-01-29T17:02:58.584Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-01-29T17:02:58.584Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:02:58.584Z] [2020-01-29T17:02:58.584Z] [2020-01-29T17:02:58.584Z] DONE 23 tests, 2 skipped in 136.580s [2020-01-29T17:02:58.584Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-01-29T17:02:58.584Z] ++ 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-01-29T17:02:58.584Z] ++ set -e [2020-01-29T17:02:58.584Z] ++ '[' -n 0 ']' [2020-01-29T17:02:58.584Z] ++ set -x [2020-01-29T17:02:58.584Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:02:58.584Z] INFO: Testing against a local daemon [2020-01-29T17:02:58.584Z] === RUN TestSessionCreate [2020-01-29T17:02:58.584Z] --- PASS: TestSessionCreate (0.02s) [2020-01-29T17:02:58.584Z] === RUN TestSessionCreateWithBadUpgrade [2020-01-29T17:02:58.584Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-01-29T17:02:58.584Z] PASS [2020-01-29T17:02:58.584Z] [2020-01-29T17:02:58.584Z] DONE 2 tests in 0.288s [2020-01-29T17:02:58.584Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-01-29T17:02:58.584Z] ++ 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-01-29T17:02:58.584Z] ++ set -e [2020-01-29T17:02:58.584Z] ++ '[' -n 0 ']' [2020-01-29T17:02:58.584Z] ++ set -x [2020-01-29T17:02:58.584Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:02:58.584Z] INFO: Testing against a local daemon [2020-01-29T17:02:58.584Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-01-29T17:02:58.584Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:02:58.584Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T17:02:58.584Z] === RUN TestEventsExecDie [2020-01-29T17:02:58.584Z] --- PASS: TestEventsExecDie (0.86s) [2020-01-29T17:02:58.584Z] === RUN TestEventsBackwardsCompatible [2020-01-29T17:02:58.584Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-01-29T17:02:58.584Z] === RUN TestInfoBinaryCommits [2020-01-29T17:02:58.584Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-01-29T17:02:58.584Z] === RUN TestInfoAPIVersioned [2020-01-29T17:02:58.584Z] --- PASS: TestInfoAPIVersioned (0.00s) [2020-01-29T17:02:58.584Z] === RUN TestInfoDiscoveryBackend [2020-01-29T17:02:58.584Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-01-29T17:02:58.584Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-01-29T17:02:58.618Z] 2020/01/29 17:02:58 Finished clone github.com/miekg/dns [2020-01-29T17:02:58.618Z] 2020/01/29 17:02:58 Clone golang.org/x/time, revision fbb02b2291d28baffd63558aa44b4b56f178d650, attempt 1/20 [2020-01-29T17:02:58.618Z] 2020/01/29 17:02:58 Finished clone github.com/fernet/fernet-go [2020-01-29T17:02:58.618Z] 2020/01/29 17:02:58 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2020-01-29T17:02:58.979Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.819s coverage: 68.6% of statements [2020-01-29T17:02:59.184Z] 2020/01/29 17:02:59 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2020-01-29T17:02:59.184Z] 2020/01/29 17:02:59 Finished clone github.com/docker/distribution [2020-01-29T17:02:59.892Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-01-29T17:02:59.892Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-01-29T17:03:00.010Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.327s coverage: 48.6% of statements [2020-01-29T17:03:00.119Z] 2020/01/29 17:02:59 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2020-01-29T17:03:00.119Z] 2020/01/29 17:02:59 Finished clone github.com/hashicorp/go-immutable-radix [2020-01-29T17:03:00.245Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-01-29T17:03:00.245Z] === RUN TestInfoAPI [2020-01-29T17:03:00.245Z] --- PASS: TestInfoAPI (0.02s) [2020-01-29T17:03:00.245Z] === RUN TestInfoAPIWarnings [2020-01-29T17:03:00.377Z] 2020/01/29 17:03:00 Finished clone github.com/hashicorp/go-memdb [2020-01-29T17:03:00.377Z] 2020/01/29 17:03:00 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2020-01-29T17:03:00.377Z] 2020/01/29 17:03:00 Finished clone golang.org/x/time [2020-01-29T17:03:00.377Z] 2020/01/29 17:03:00 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2020-01-29T17:03:00.597Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-01-29T17:03:00.597Z] === RUN TestInfoDebug [2020-01-29T17:03:01.343Z] --- PASS: TestInfoDebug (0.54s) [2020-01-29T17:03:01.343Z] === RUN TestInfoInsecureRegistries [2020-01-29T17:03:01.695Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-01-29T17:03:01.695Z] === RUN TestInfoRegistryMirrors [2020-01-29T17:03:01.752Z] 2020/01/29 17:03:01 Finished clone github.com/hashicorp/golang-lru [2020-01-29T17:03:01.752Z] 2020/01/29 17:03:01 Clone github.com/prometheus/client_golang, revision c42bebe5a5cddfc6b28cd639103369d8a75dfa89, attempt 1/20 [2020-01-29T17:03:01.752Z] 2020/01/29 17:03:01 Finished clone code.cloudfoundry.org/clock [2020-01-29T17:03:01.752Z] 2020/01/29 17:03:01 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2020-01-29T17:03:02.011Z] 2020/01/29 17:03:01 Finished clone github.com/coreos/pkg [2020-01-29T17:03:02.011Z] 2020/01/29 17:03:01 Clone github.com/prometheus/client_model, revision d1d2010b5beead3fa1c5f271a5cf626e40b3ad6e, attempt 1/20 [2020-01-29T17:03:02.449Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-01-29T17:03:02.449Z] === RUN TestLoginFailsWithBadCredentials [2020-01-29T17:03:02.754Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.457s coverage: 45.9% of statements [2020-01-29T17:03:02.754Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-01-29T17:03:02.817Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2020-01-29T17:03:02.817Z] === RUN TestPingCacheHeaders [2020-01-29T17:03:02.817Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-01-29T17:03:02.817Z] === RUN TestPingGet [2020-01-29T17:03:02.817Z] --- PASS: TestPingGet (0.01s) [2020-01-29T17:03:02.817Z] === RUN TestPingHead [2020-01-29T17:03:02.817Z] --- PASS: TestPingHead (0.01s) [2020-01-29T17:03:02.817Z] === RUN TestVersion [2020-01-29T17:03:02.817Z] --- PASS: TestVersion (0.01s) [2020-01-29T17:03:02.817Z] PASS [2020-01-29T17:03:02.817Z] [2020-01-29T17:03:02.817Z] === Skipped [2020-01-29T17:03:02.817Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:03:02.817Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T17:03:02.817Z] [2020-01-29T17:03:02.817Z] [2020-01-29T17:03:02.817Z] DONE 18 tests, 1 skipped in 5.668s [2020-01-29T17:03:02.817Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-01-29T17:03:02.817Z] ++ 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-01-29T17:03:02.817Z] ++ set -e [2020-01-29T17:03:02.817Z] ++ '[' -n 0 ']' [2020-01-29T17:03:02.817Z] ++ set -x [2020-01-29T17:03:02.817Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:03:02.817Z] INFO: Testing against a local daemon [2020-01-29T17:03:02.817Z] === RUN TestVolumesCreateAndList [2020-01-29T17:03:02.817Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-01-29T17:03:02.817Z] === RUN TestVolumesRemove [2020-01-29T17:03:02.817Z] --- PASS: TestVolumesRemove (0.08s) [2020-01-29T17:03:02.817Z] === RUN TestVolumesInspect [2020-01-29T17:03:02.817Z] --- PASS: TestVolumesInspect (0.02s) [2020-01-29T17:03:02.817Z] === RUN TestVolumesInvalidJSON [2020-01-29T17:03:02.817Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-01-29T17:03:02.817Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-01-29T17:03:03.181Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-01-29T17:03:03.181Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-01-29T17:03:03.181Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-01-29T17:03:03.181Z] PASS [2020-01-29T17:03:03.181Z] [2020-01-29T17:03:03.181Z] DONE 5 tests in 0.301s [2020-01-29T17:03:03.181Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-01-29T17:03:03.181Z] ++++ cat bundles/test-integration/docker.pid [2020-01-29T17:03:03.181Z] +++ kill 11566 [2020-01-29T17:03:03.385Z] 2020/01/29 17:03:03 Finished clone github.com/beorn7/perks [2020-01-29T17:03:03.385Z] 2020/01/29 17:03:03 Clone github.com/prometheus/common, revision 287d3e634a1e550c9e463dd7e5a75a422c614505, attempt 1/20 [2020-01-29T17:03:03.535Z] +++ /etc/init.d/apparmor stop [2020-01-29T17:03:03.535Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T17:03:03.535Z] [2020-01-29T17:03:03.535Z] Unloading profiles will leave already running processes permanently [2020-01-29T17:03:03.535Z] unconfined, which can lead to unexpected situations. [2020-01-29T17:03:03.535Z] [2020-01-29T17:03:03.535Z] To set a process to complain mode, use the command line tool [2020-01-29T17:03:03.535Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T17:03:03.535Z] +++ true [2020-01-29T17:03:03.535Z] [2020-01-29T17:03:03.643Z] 2020/01/29 17:03:03 Finished clone github.com/prometheus/client_model [2020-01-29T17:03:03.643Z] 2020/01/29 17:03:03 Clone github.com/prometheus/procfs, revision 6d489fc7f1d9cd890a250f3ea3431b1744b9623f, attempt 1/20 [2020-01-29T17:03:04.245Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 58.0% of statements [2020-01-29T17:03:04.577Z] 2020/01/29 17:03:04 Finished clone golang.org/x/crypto [2020-01-29T17:03:04.577Z] 2020/01/29 17:03:04 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 Post stage [Pipeline] junit [2020-01-29T17:03:04.855Z] Recording test results [2020-01-29T17:03:04.871Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.580s coverage: 76.1% of statements [2020-01-29T17:03:05.142Z] 2020/01/29 17:03:04 Finished clone github.com/prometheus/client_golang [2020-01-29T17:03:05.142Z] 2020/01/29 17:03:04 Clone github.com/pkg/errors, revision ba968bfe8b2f7e042a574c888954fccecfa385b4, attempt 1/20 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-01-29T17:03:05.900Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.500s coverage: 54.8% of statements [2020-01-29T17:03:05.901Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-01-29T17:03:05.901Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-01-29T17:03:06.079Z] 2020/01/29 17:03:05 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2020-01-29T17:03:06.079Z] 2020/01/29 17:03:05 Finished clone github.com/matttproud/golang_protobuf_extensions [2020-01-29T17:03:06.079Z] 2020/01/29 17:03:06 Finished clone github.com/prometheus/procfs [2020-01-29T17:03:06.079Z] 2020/01/29 17:03:06 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2020-01-29T17:03:06.412Z] + echo Ensuring container killed. [2020-01-29T17:03:06.412Z] Ensuring container killed. [2020-01-29T17:03:06.412Z] + docker rm -vf docker-pr1 [2020-01-29T17:03:06.412Z] Error: No such container: docker-pr1 [2020-01-29T17:03:06.412Z] + true [Pipeline] sh [2020-01-29T17:03:06.529Z] ok github.com/docker/docker/daemon/links 0.023s coverage: 93.0% of statements [2020-01-29T17:03:06.646Z] 2020/01/29 17:03:06 Finished clone github.com/pkg/errors [2020-01-29T17:03:06.646Z] 2020/01/29 17:03:06 Clone github.com/spf13/cobra, revision ef82de70bb3f60c65fb8eebacbb2d122ef517385, attempt 1/20 [2020-01-29T17:03:06.646Z] 2020/01/29 17:03:06 Finished clone github.com/prometheus/common [2020-01-29T17:03:06.646Z] 2020/01/29 17:03:06 Clone github.com/spf13/pflag, revision 583c0c0531f06d5278b7d917446061adc344b5cd, attempt 1/20 [2020-01-29T17:03:07.130Z] + echo Chowning /workspace to jenkins user [2020-01-29T17:03:07.130Z] Chowning /workspace to jenkins user [2020-01-29T17:03:07.130Z] + id -u [2020-01-29T17:03:07.130Z] + id -g [2020-01-29T17:03:07.130Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40426:/workspace busybox chown -R 1001:1001 /workspace [2020-01-29T17:03:07.130Z] Unable to find image 'busybox:latest' locally [2020-01-29T17:03:07.130Z] latest: Pulling from library/busybox [2020-01-29T17:03:07.489Z] 6dc7af96dfc8: Pulling fs layer [2020-01-29T17:03:07.489Z] 6dc7af96dfc8: Verifying Checksum [2020-01-29T17:03:07.489Z] 6dc7af96dfc8: Download complete [2020-01-29T17:03:07.583Z] 2020/01/29 17:03:07 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2020-01-29T17:03:07.583Z] 2020/01/29 17:03:07 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2020-01-29T17:03:07.583Z] 2020/01/29 17:03:07 Finished clone github.com/cespare/xxhash/v2 [2020-01-29T17:03:07.583Z] 2020/01/29 17:03:07 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2020-01-29T17:03:07.846Z] 6dc7af96dfc8: Pull complete [2020-01-29T17:03:07.846Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-01-29T17:03:07.846Z] Status: Downloaded newer image for busybox:latest [2020-01-29T17:03:08.603Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.041s coverage: 3.0% of statements [2020-01-29T17:03:08.959Z] 2020/01/29 17:03:08 Finished clone github.com/spf13/pflag [2020-01-29T17:03:08.959Z] 2020/01/29 17:03:08 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2020-01-29T17:03:08.959Z] 2020/01/29 17:03:08 Finished clone github.com/inconshreveable/mousetrap [2020-01-29T17:03:08.959Z] 2020/01/29 17:03:08 Clone github.com/Microsoft/hcsshim, revision b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2, attempt 1/20 [2020-01-29T17:03:09.525Z] 2020/01/29 17:03:09 Finished clone github.com/morikuni/aec [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-01-29T17:03:09.783Z] 2020/01/29 17:03:09 Finished clone github.com/spf13/cobra [2020-01-29T17:03:10.349Z] 2020/01/29 17:03:10 Finished clone github.com/docker/go-metrics [2020-01-29T17:03:10.393Z] + bundleName=s390x-integration [2020-01-29T17:03:10.393Z] + echo Creating s390x-integration-bundles.tar.gz [2020-01-29T17:03:10.393Z] Creating s390x-integration-bundles.tar.gz [2020-01-29T17:03:10.393Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-01-29T17:03:10.393Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-01-29T17:03:10.519Z] Archiving artifacts [2020-01-29T17:03:11.774Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-01-29T17:03:12.455Z] + make clean [2020-01-29T17:03:12.823Z] make: command: Command not found [2020-01-29T17:03:12.823Z] make: command: Command not found [2020-01-29T17:03:12.823Z] docker volume rm -f docker-dev-cache [2020-01-29T17:03:12.823Z] docker-dev-cache [2020-01-29T17:03:12.879Z] 2020/01/29 17:03:12 Finished clone github.com/google/certificate-transparency-go [Pipeline] deleteDir [2020-01-29T17:03:13.057Z] ok github.com/docker/docker/daemon/logger 0.275s coverage: 42.7% of statements [2020-01-29T17:03:13.685Z] ok github.com/docker/docker/daemon/logger/awslogs 0.628s coverage: 77.8% of statements [2020-01-29T17:03:14.311Z] ok github.com/docker/docker/daemon/logger/gelf 0.034s coverage: 67.0% of statements [2020-01-29T17:03:15.220Z] --- PASS: TestServiceWithDataPathPortInit (17.74s) [2020-01-29T17:03:15.220Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-01-29T17:03:16.169Z] 2020/01/29 17:03:15 Finished clone github.com/golang/protobuf [2020-01-29T17:03:16.358Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 4.9% of statements [2020-01-29T17:03:16.358Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-01-29T17:03:16.358Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-01-29T17:03:16.358Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-01-29T17:03:16.358Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-01-29T17:03:16.358Z] ok github.com/docker/docker/daemon/logger/journald 0.033s coverage: 26.2% of statements [2020-01-29T17:03:16.358Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.034s coverage: 88.3% of statements [2020-01-29T17:03:16.735Z] 2020/01/29 17:03:16 Finished clone github.com/cloudflare/cfssl [2020-01-29T17:03:18.424Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.051s coverage: 62.1% of statements [2020-01-29T17:03:19.263Z] 2020/01/29 17:03:19 Finished clone github.com/Microsoft/hcsshim [2020-01-29T17:03:19.521Z] 2020/01/29 17:03:19 Finished clone cloud.google.com/go [2020-01-29T17:03:20.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-01-29T17:03:21.160Z] ok github.com/docker/docker/daemon/logger/local 0.081s coverage: 74.7% of statements [2020-01-29T17:03:21.160Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-01-29T17:03:21.450Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.078s coverage: 19.9% of statements [2020-01-29T17:03:22.371Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-01-29T17:03:22.954Z] ok github.com/docker/docker/daemon/logger/templates 0.020s coverage: 8.3% of statements [2020-01-29T17:03:23.243Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 47.8% of statements [2020-01-29T17:03:23.303Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.10s) [2020-01-29T17:03:23.303Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mew1xjopqz9pg2vmtfpwv3pan Created:2020-01-29 17:03:15.294731861 +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[236f08de8c4f3e302439106175d450c54fdc62f1f40e7bede537969b39373f35:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uf6l2h93meykvqupztpe1spa9 EndpointID:e83c304ca9a0f7a5878ff378f18d597e325ff2bcbcce578ba28d36c9ecf492b7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:92d6048a25daf7c5294f7c5d30f6b4d143e20bbc117b67966f2cb7923af07d06 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:99a3878b8680 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uf6l2h93meykvqupztpe1spa9 EndpointID:e83c304ca9a0f7a5878ff378f18d597e325ff2bcbcce578ba28d36c9ecf492b7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-01-29T17:03:23.303Z] PASS [2020-01-29T17:03:23.303Z] [2020-01-29T17:03:23.303Z] === Skipped [2020-01-29T17:03:23.303Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T17:03:23.303Z] service_test.go:230: FLAKY_TEST [2020-01-29T17:03:23.303Z] [2020-01-29T17:03:23.303Z] [2020-01-29T17:03:23.303Z] DONE 21 tests, 1 skipped in 48.248s [2020-01-29T17:03:23.303Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-01-29T17:03:23.303Z] ++ 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-01-29T17:03:23.303Z] ++ set -e [2020-01-29T17:03:23.303Z] ++ '[' -n 0 ']' [2020-01-29T17:03:23.303Z] ++ set -x [2020-01-29T17:03:23.303Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:03:23.560Z] INFO: Testing against a local daemon [2020-01-29T17:03:23.560Z] === RUN TestDockerNetworkIpvlanPersistance [2020-01-29T17:03:23.560Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-01-29T17:03:23.560Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:03:23.560Z] === RUN TestDockerNetworkIpvlan [2020-01-29T17:03:23.560Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-01-29T17:03:23.560Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:03:23.560Z] PASS [2020-01-29T17:03:23.560Z] [2020-01-29T17:03:23.560Z] === Skipped [2020-01-29T17:03:23.560Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-01-29T17:03:23.560Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:03:23.560Z] [2020-01-29T17:03:23.560Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-01-29T17:03:23.560Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:03:23.560Z] [2020-01-29T17:03:23.560Z] [2020-01-29T17:03:23.560Z] DONE 2 tests, 2 skipped in 0.110s [2020-01-29T17:03:23.560Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-01-29T17:03:23.560Z] ++ 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-01-29T17:03:23.560Z] ++ set -e [2020-01-29T17:03:23.560Z] ++ '[' -n 0 ']' [2020-01-29T17:03:23.560Z] ++ set -x [2020-01-29T17:03:23.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:03:23.560Z] INFO: Testing against a local daemon [2020-01-29T17:03:23.560Z] === RUN TestDockerNetworkMacvlanPersistance [2020-01-29T17:03:24.930Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2020-01-29T17:03:24.930Z] === RUN TestDockerNetworkMacvlan [2020-01-29T17:03:25.306Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2020-01-29T17:03:25.306Z] ok github.com/docker/docker/daemon/logger/splunk 3.142s coverage: 82.5% of statements [2020-01-29T17:03:25.306Z] ? github.com/docker/docker/daemon/names [no test files] [2020-01-29T17:03:25.306Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-01-29T17:03:25.862Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-01-29T17:03:26.084Z] 2020/01/29 17:03:24 Finished clone github.com/docker/swarmkit [2020-01-29T17:03:26.084Z] 2020/01/29 17:03:25 Finished clone google.golang.org/genproto [2020-01-29T17:03:26.792Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-01-29T17:03:27.724Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-01-29T17:03:28.614Z] 2020/01/29 17:03:28 Finished clone github.com/containerd/containerd [2020-01-29T17:03:29.180Z] 2020/01/29 17:03:29 Finished clone github.com/coreos/etcd [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-01-29T17:03:29.734Z] ok github.com/docker/docker/distribution/metadata 0.126s coverage: 48.2% of statements [2020-01-29T17:03:30.761Z] ok github.com/docker/docker/errdefs 0.027s coverage: 49.4% of statements [2020-01-29T17:03:30.997Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-01-29T17:03:31.786Z] ok github.com/docker/docker/distribution 0.532s coverage: 22.1% of statements [2020-01-29T17:03:31.786Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-01-29T17:03:32.366Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-01-29T17:03:33.284Z] ok github.com/docker/docker/distribution/xfer 1.716s coverage: 85.6% of statements [2020-01-29T17:03:33.284Z] ? github.com/docker/docker/dockerversion [no test files] [2020-01-29T17:03:33.297Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-01-29T17:03:33.863Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-01-29T17:03:33.863Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-01-29T17:03:34.795Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-01-29T17:03:34.795Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-01-29T17:03:35.366Z] ok github.com/docker/docker/image 0.129s coverage: 86.4% of statements [2020-01-29T17:03:35.656Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2020-01-29T17:03:35.656Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-01-29T17:03:36.281Z] ok github.com/docker/docker/image/v1 0.068s coverage: 25.0% of statements [2020-01-29T17:03:36.281Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-01-29T17:03:36.691Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-01-29T17:03:36.691Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-01-29T17:03:36.949Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-01-29T17:03:37.353Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2020-01-29T17:03:38.376Z] ok github.com/docker/docker/pkg/aaparser 0.033s coverage: 50.0% of statements [2020-01-29T17:03:38.560Z] edbd72df76b4: Pull complete [2020-01-29T17:03:38.560Z] Digest: sha256:cc6d6da31014dceab4daee8b5a8da4707233f4ef42eaf071e45cee044ac738f4 [2020-01-29T17:03:38.560Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:03:38.560Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-01-29T17:03:38.560Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-01-29T17:03:38.560Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.973' [2020-01-29T17:03:38.560Z] WARN: Skipping validation tests [2020-01-29T17:03:38.560Z] INFO: Running unit tests at 01/29/2020 17:03:24... [2020-01-29T17:03:38.560Z] INFO: make.ps1 starting at 01/29/2020 17:03:29 [2020-01-29T17:03:38.560Z] INFO: Git commit (fb155a1125) assumed from DOCKER_GITCOMMIT environment variable [2020-01-29T17:03:38.560Z] INFO: Invoking autogen... [2020-01-29T17:03:38.560Z] INFO: Running unit tests... [2020-01-29T17:03:40.116Z] INFO: Invoking unit tests run with C:\gopath/src/gotest.tools/gotestsum\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-01-29T17:03:41.886Z] ok github.com/docker/docker/opts 0.069s coverage: 67.0% of statements [2020-01-29T17:03:42.332Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-01-29T17:03:43.263Z] --- PASS: TestDockerNetworkMacvlan (18.26s) [2020-01-29T17:03:43.263Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-01-29T17:03:43.263Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-01-29T17:03:43.263Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.06s) [2020-01-29T17:03:43.263Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.78s) [2020-01-29T17:03:43.263Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.34s) [2020-01-29T17:03:43.264Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2020-01-29T17:03:43.264Z] PASS [2020-01-29T17:03:43.264Z] [2020-01-29T17:03:43.264Z] DONE 8 tests in 19.778s [2020-01-29T17:03:43.264Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-01-29T17:03:43.264Z] ++ 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-01-29T17:03:43.264Z] ++ set -e [2020-01-29T17:03:43.264Z] ++ '[' -n 0 ']' [2020-01-29T17:03:43.264Z] ++ set -x [2020-01-29T17:03:43.264Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:03:43.264Z] testing: warning: no tests to run [2020-01-29T17:03:43.264Z] PASS [2020-01-29T17:03:43.264Z] [2020-01-29T17:03:43.264Z] DONE 0 tests in 0.043s [2020-01-29T17:03:43.264Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-01-29T17:03:43.264Z] ++ 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-01-29T17:03:43.264Z] ++ set -e [2020-01-29T17:03:43.264Z] ++ '[' -n 0 ']' [2020-01-29T17:03:43.264Z] ++ set -x [2020-01-29T17:03:43.264Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:03:43.521Z] INFO: Testing against a local daemon [2020-01-29T17:03:43.521Z] === RUN TestAuthZPluginAllowRequest [2020-01-29T17:03:43.933Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2020-01-29T17:03:43.933Z] ok github.com/docker/docker/pkg/authorization 1.343s coverage: 68.3% of statements [2020-01-29T17:03:44.559Z] ok github.com/docker/docker/pkg/archive 1.513s coverage: 76.7% of statements [2020-01-29T17:03:44.559Z] ok github.com/docker/docker/pkg/capabilities 0.008s coverage: 87.5% of statements [2020-01-29T17:03:45.415Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2020-01-29T17:03:45.415Z] === RUN TestAuthZPluginTLS [2020-01-29T17:03:45.580Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2020-01-29T17:03:45.672Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-01-29T17:03:45.672Z] === RUN TestAuthZPluginDenyRequest [2020-01-29T17:03:46.236Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-01-29T17:03:46.236Z] === RUN TestAuthZPluginAPIDenyResponse [2020-01-29T17:03:46.602Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-01-29T17:03:46.801Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-01-29T17:03:46.801Z] === RUN TestAuthZPluginDenyResponse [2020-01-29T17:03:47.227Z] ok github.com/docker/docker/pkg/discovery/file 0.025s coverage: 92.9% of statements [2020-01-29T17:03:47.301Z] 2020/01/29 17:03:44 Finished clone github.com/gogo/protobuf [2020-01-29T17:03:47.302Z] 2020/01/29 17:03:45 Finished clone github.com/hashicorp/consul [2020-01-29T17:03:47.365Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-01-29T17:03:47.365Z] === RUN TestAuthZPluginAllowEventStream [2020-01-29T17:03:48.750Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-01-29T17:03:48.753Z] ? github.com/docker/docker/api [no test files] [2020-01-29T17:03:49.264Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2020-01-29T17:03:49.264Z] === RUN TestAuthZPluginErrorResponse [2020-01-29T17:03:49.264Z] === RUN TestDockerSuite/TestBuildExpose [2020-01-29T17:03:49.376Z] ok github.com/docker/docker/layer 7.928s coverage: 68.8% of statements [2020-01-29T17:03:49.376Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-01-29T17:03:49.376Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-01-29T17:03:49.376Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-01-29T17:03:49.376Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-01-29T17:03:49.376Z] ? github.com/docker/docker/oci [no test files] [2020-01-29T17:03:49.376Z] ? github.com/docker/docker/oci/caps [no test files] [2020-01-29T17:03:49.522Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-01-29T17:03:49.522Z] === RUN TestAuthZPluginErrorRequest [2020-01-29T17:03:49.780Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-01-29T17:03:50.000Z] ok github.com/docker/docker/pkg/discovery/nodes 0.014s coverage: 93.8% of statements [2020-01-29T17:03:50.286Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2020-01-29T17:03:50.345Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-01-29T17:03:50.345Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-01-29T17:03:50.345Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-01-29T17:03:50.911Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2020-01-29T17:03:50.911Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-01-29T17:03:50.911Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-01-29T17:03:51.169Z] === RUN TestDockerSuite/TestBuildFails [2020-01-29T17:03:51.314Z] ok github.com/docker/docker/pkg/chrootarchive 4.451s coverage: 43.2% of statements [2020-01-29T17:03:51.314Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-01-29T17:03:51.314Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-01-29T17:03:51.602Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2020-01-29T17:03:51.891Z] ok github.com/docker/docker/pkg/fileutils 0.072s coverage: 89.5% of statements [2020-01-29T17:03:52.541Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-01-29T17:03:52.541Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-01-29T17:03:52.798Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.01s) [2020-01-29T17:03:52.798Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-01-29T17:03:52.916Z] ok github.com/docker/docker/pkg/discovery/kv 3.188s coverage: 84.1% of statements [2020-01-29T17:03:52.916Z] ok github.com/docker/docker/pkg/fsutils 0.456s coverage: 85.1% of statements [2020-01-29T17:03:53.565Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2020-01-29T17:03:54.695Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.04s) [2020-01-29T17:03:54.695Z] === RUN TestAuthZPluginHeader [2020-01-29T17:03:54.952Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-01-29T17:03:55.056Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2020-01-29T17:03:55.343Z] ok github.com/docker/docker/pkg/locker 0.076s coverage: 88.9% of statements [2020-01-29T17:03:55.517Z] --- PASS: TestAuthZPluginHeader (0.82s) [2020-01-29T17:03:55.517Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-01-29T17:03:55.967Z] ok github.com/docker/docker/pkg/idtools 0.731s coverage: 70.1% of statements [2020-01-29T17:03:56.256Z] ok github.com/docker/docker/pkg/longpath 0.029s coverage: 100.0% of statements [2020-01-29T17:03:57.281Z] ok github.com/docker/docker/pkg/ioutils 1.872s coverage: 69.3% of statements [2020-01-29T17:03:57.281Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-01-29T17:03:57.281Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2020-01-29T17:03:58.045Z] === RUN TestDockerSuite/TestBuildForceRm [2020-01-29T17:03:58.306Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-01-29T17:03:58.307Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2020-01-29T17:03:58.594Z] ok github.com/docker/docker/pkg/mount 0.931s coverage: 70.0% of statements [2020-01-29T17:03:58.594Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-01-29T17:03:58.886Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.040s coverage: 91.4% of statements [2020-01-29T17:03:59.514Z] ok github.com/docker/docker/pkg/pidfile 0.036s coverage: 82.4% of statements [2020-01-29T17:03:59.514Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-01-29T17:03:59.514Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-01-29T17:03:59.954Z] === RUN TestDockerSuite/TestBuildFromGit [2020-01-29T17:04:00.542Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.088s coverage: 56.8% of statements [2020-01-29T17:04:00.550Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.94s) [2020-01-29T17:04:00.550Z] === RUN TestAuthZPluginV2Disable [2020-01-29T17:04:01.485Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-01-29T17:04:01.741Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-01-29T17:04:02.052Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2020-01-29T17:04:02.052Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2020-01-29T17:04:02.053Z] ok github.com/docker/docker/pkg/progress 0.007s coverage: 75.9% of statements [2020-01-29T17:04:03.081Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2020-01-29T17:04:03.113Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-01-29T17:04:03.678Z] ok github.com/docker/docker/api/server 0.148s coverage: 9.0% of statements [2020-01-29T17:04:04.046Z] --- PASS: TestAuthZPluginV2Disable (3.57s) [2020-01-29T17:04:04.046Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-01-29T17:04:04.105Z] ok github.com/docker/docker/pkg/pubsub 1.190s coverage: 73.9% of statements [2020-01-29T17:04:04.395Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2020-01-29T17:04:04.980Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-01-29T17:04:05.380Z] 2020/01/29 17:04:03 Finished clone github.com/aws/aws-sdk-go [2020-01-29T17:04:05.421Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2020-01-29T17:04:05.421Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2020-01-29T17:04:05.912Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-01-29T17:04:06.169Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-01-29T17:04:06.442Z] ok github.com/docker/docker/pkg/symlink 0.035s coverage: 87.7% of statements [2020-01-29T17:04:06.442Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 70.8% of statements [2020-01-29T17:04:07.123Z] ok github.com/docker/docker/pkg/signal 3.489s coverage: 61.0% of statements [2020-01-29T17:04:08.064Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.80s) [2020-01-29T17:04:08.064Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-01-29T17:04:08.145Z] ok github.com/docker/docker/pkg/tailfile 0.144s coverage: 88.6% of statements [2020-01-29T17:04:08.145Z] ok github.com/docker/docker/pkg/system 0.065s coverage: 36.2% of statements [2020-01-29T17:04:08.322Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-01-29T17:04:08.579Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-01-29T17:04:09.167Z] testing: warning: no tests to run [2020-01-29T17:04:09.167Z] coverage: [no statements] [2020-01-29T17:04:09.167Z] ok github.com/docker/docker/pkg/term/windows 0.006s coverage: [no statements] [no tests to run] [2020-01-29T17:04:09.793Z] ok github.com/docker/docker/pkg/term 0.009s coverage: 84.8% of statements [2020-01-29T17:04:10.082Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-01-29T17:04:10.082Z] ok github.com/docker/docker/pkg/tarsum 0.206s coverage: 89.3% of statements [2020-01-29T17:04:10.368Z] ok github.com/docker/docker/pkg/urlutil 0.007s coverage: 100.0% of statements [2020-01-29T17:04:10.992Z] ok github.com/docker/docker/pkg/useragent 0.023s coverage: 88.9% of statements [2020-01-29T17:04:11.858Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-01-29T17:04:13.050Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2020-01-29T17:04:15.120Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2020-01-29T17:04:15.136Z] === RUN TestDockerSuite/TestBuildHistory [2020-01-29T17:04:15.742Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 68.8% of statements [2020-01-29T17:04:16.760Z] ok github.com/docker/docker/plugin 0.630s coverage: 27.1% of statements [2020-01-29T17:04:17.962Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2020-01-29T17:04:18.587Z] ok github.com/docker/docker/restartmanager 0.012s coverage: 50.9% of statements [2020-01-29T17:04:20.098Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2020-01-29T17:04:20.391Z] === RUN TestDockerSuite/TestBuildIidFile [2020-01-29T17:04:20.720Z] ok github.com/docker/docker/runconfig 0.030s coverage: 68.2% of statements [2020-01-29T17:04:20.956Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-01-29T17:04:21.010Z] ok github.com/docker/docker/registry 0.581s coverage: 56.0% of statements [2020-01-29T17:04:21.213Z] === RUN TestDockerSuite/TestBuildInheritance [2020-01-29T17:04:21.213Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.39s) [2020-01-29T17:04:21.213Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-01-29T17:04:21.777Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-01-29T17:04:22.341Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-01-29T17:04:22.598Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-01-29T17:04:23.530Z] === RUN TestDockerSuite/TestBuildLabel [2020-01-29T17:04:24.094Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-01-29T17:04:24.350Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-01-29T17:04:24.504Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2020-01-29T17:04:24.914Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-01-29T17:04:25.171Z] === RUN TestDockerSuite/TestBuildLabels [2020-01-29T17:04:25.735Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-01-29T17:04:26.665Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-01-29T17:04:27.209Z] ok github.com/docker/docker/volume/mounts 0.079s coverage: 67.0% of statements [2020-01-29T17:04:27.209Z] ok github.com/docker/docker/volume/local 0.034s coverage: 73.0% of statements [2020-01-29T17:04:28.739Z] ok github.com/docker/docker/volume/service 0.032s coverage: 73.0% of statements [2020-01-29T17:04:29.944Z] === RUN TestDockerSuite/TestBuildLastModified [2020-01-29T17:04:35.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-01-29T17:04:35.200Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-01-29T17:04:35.550Z] ok github.com/docker/docker/pkg/plugins 33.652s coverage: 76.6% of statements [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/rootless [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/testutil/request [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/volume [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-01-29T17:04:35.550Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === Skipped [2020-01-29T17:04:35.551Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-01-29T17:04:35.551Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-01-29T17:04:35.551Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver btrfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:73: No driver to put! [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-01-29T17:04:35.551Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-01-29T17:04:35.551Z] overlay_test.go:49: Fails to compute changes intermittently [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-01-29T17:04:35.551Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-01-29T17:04:35.551Z] graphtest_unix.go:46: Driver zfs not supported [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-01-29T17:04:35.551Z] graphtest_unix.go:73: No driver to put! [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-01-29T17:04:35.551Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-01-29T17:04:35.551Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] [2020-01-29T17:04:35.551Z] DONE 2155 tests, 20 skipped in 352.503s Post stage [Pipeline] junit [2020-01-29T17:04:36.213Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-01-29T17:04:37.437Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40426/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -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:fb155a1125d059ed0ded96aeb2116132707f08c5 hack/make.sh dynbinary test-integration [2020-01-29T17:04:37.722Z] [2020-01-29T17:04:38.011Z] Removing bundles/ [2020-01-29T17:04:38.011Z] [2020-01-29T17:04:38.012Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-01-29T17:04:38.012Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T17:04:38.012Z] GOOS="" GOARCH="" GOARM="" [2020-01-29T17:04:38.476Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2020-01-29T17:04:38.476Z] PASS [2020-01-29T17:04:38.476Z] [2020-01-29T17:04:38.476Z] DONE 17 tests in 54.551s [2020-01-29T17:04:38.476Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-01-29T17:04:38.476Z] ++ 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-01-29T17:04:38.476Z] ++ set -e [2020-01-29T17:04:38.476Z] ++ '[' -n 0 ']' [2020-01-29T17:04:38.476Z] ++ set -x [2020-01-29T17:04:38.476Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:04:38.476Z] INFO: Testing against a local daemon [2020-01-29T17:04:38.476Z] === RUN TestPluginInvalidJSON [2020-01-29T17:04:38.476Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:04:38.476Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:04:38.476Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:04:38.476Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-01-29T17:04:38.476Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-01-29T17:04:38.476Z] PASS [2020-01-29T17:04:38.476Z] [2020-01-29T17:04:38.476Z] DONE 2 tests in 0.145s [2020-01-29T17:04:38.476Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-01-29T17:04:38.476Z] ++ 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-01-29T17:04:38.476Z] ++ set -e [2020-01-29T17:04:38.476Z] ++ '[' -n 0 ']' [2020-01-29T17:04:38.476Z] ++ set -x [2020-01-29T17:04:38.476Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:04:38.476Z] INFO: Testing against a local daemon [2020-01-29T17:04:38.476Z] === RUN TestExternalGraphDriver [2020-01-29T17:04:38.476Z] === RUN TestExternalGraphDriver/json [2020-01-29T17:04:39.041Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-01-29T17:04:39.298Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-01-29T17:04:39.298Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-01-29T17:04:39.298Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-01-29T17:04:39.556Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-01-29T17:04:39.814Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-01-29T17:04:40.378Z] === RUN TestExternalGraphDriver/spec [2020-01-29T17:04:41.751Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-01-29T17:04:42.683Z] === RUN TestExternalGraphDriver/pull [2020-01-29T17:04:43.249Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-01-29T17:04:44.080Z] 2020/01/29 17:04:43 Finished clone google.golang.org/api [2020-01-29T17:04:44.080Z] 2020/01/29 17:04:43 Dependencies downloaded. Download time: 2m12.502594159s [2020-01-29T17:04:44.080Z] 2020/01/29 17:04:43 Collecting all dependencies [2020-01-29T17:04:44.619Z] --- PASS: TestExternalGraphDriver (6.28s) [2020-01-29T17:04:44.619Z] --- PASS: TestExternalGraphDriver/json (2.15s) [2020-01-29T17:04:44.619Z] --- PASS: TestExternalGraphDriver/spec (2.24s) [2020-01-29T17:04:44.619Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2020-01-29T17:04:44.619Z] === RUN TestGraphdriverPluginV2 [2020-01-29T17:04:47.895Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-01-29T17:04:48.460Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-01-29T17:04:49.024Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-01-29T17:04:49.281Z] --- PASS: TestGraphdriverPluginV2 (4.83s) [2020-01-29T17:04:49.281Z] PASS [2020-01-29T17:04:49.281Z] [2020-01-29T17:04:49.281Z] DONE 5 tests in 11.254s [2020-01-29T17:04:49.281Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-01-29T17:04:49.281Z] ++ 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-01-29T17:04:49.281Z] ++ set -e [2020-01-29T17:04:49.281Z] ++ '[' -n 0 ']' [2020-01-29T17:04:49.281Z] ++ set -x [2020-01-29T17:04:49.281Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:04:49.538Z] INFO: Testing against a local daemon [2020-01-29T17:04:49.538Z] === RUN TestContinueAfterPluginCrash [2020-01-29T17:04:49.538Z] === PAUSE TestContinueAfterPluginCrash [2020-01-29T17:04:49.538Z] === RUN TestDaemonStartWithLogOpt [2020-01-29T17:04:49.538Z] === PAUSE TestDaemonStartWithLogOpt [2020-01-29T17:04:49.538Z] === CONT TestContinueAfterPluginCrash [2020-01-29T17:04:49.538Z] === CONT TestDaemonStartWithLogOpt [2020-01-29T17:04:54.055Z] 2020/01/29 17:04:52 Clean vendor dir from unused packages [2020-01-29T17:04:54.055Z] 2020/01/29 17:04:53 Success [2020-01-29T17:04:54.055Z] 2020/01/29 17:04:53 Running time: 2m25.597831874s [2020-01-29T17:04:54.055Z] Congratulations! All vendoring changes are done the right way. [2020-01-29T17:04:54.510Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-01-29T17:04:54.991Z] ok github.com/docker/docker/api/server/httputils 0.109s coverage: 14.7% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-01-29T17:04:55.323Z] + echo Building e2e image [2020-01-29T17:04:55.323Z] Building e2e image [2020-01-29T17:04:55.323Z] + docker build --build-arg DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 -t moby-e2e-test -f Dockerfile.e2e . [2020-01-29T17:04:55.323Z] #2 [internal] load .dockerignore [2020-01-29T17:04:55.323Z] #2 DONE 0.0s [2020-01-29T17:04:55.323Z] [2020-01-29T17:04:55.323Z] #1 [internal] load build definition from Dockerfile.e2e [2020-01-29T17:04:55.323Z] #1 transferring dockerfile: 3.21kB done [2020-01-29T17:04:55.323Z] #1 DONE 0.0s [2020-01-29T17:04:55.323Z] [2020-01-29T17:04:55.323Z] #2 [internal] load .dockerignore [2020-01-29T17:04:55.323Z] #2 transferring context: 34B done [2020-01-29T17:04:55.323Z] #2 DONE 0.0s [2020-01-29T17:04:55.323Z] [2020-01-29T17:04:55.323Z] #4 [internal] load metadata for docker.io/library/golang:1.13.6-alpine [2020-01-29T17:04:55.582Z] #4 ... [2020-01-29T17:04:55.582Z] [2020-01-29T17:04:55.582Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-01-29T17:04:55.582Z] #3 DONE 0.2s [2020-01-29T17:04:55.582Z] [2020-01-29T17:04:55.582Z] #4 [internal] load metadata for docker.io/library/golang:1.13.6-alpine [2020-01-29T17:04:55.844Z] #4 DONE 0.5s [2020-01-29T17:04:55.844Z] [2020-01-29T17:04:55.844Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.6-alpine@sha256:bfcd0abe53... [2020-01-29T17:04:55.844Z] #14 resolve docker.io/library/golang:1.13.6-alpine@sha256:bfcd0abe53aeb9adba3c8417d00c652fddcc995347e73cf0e83aa9da2f2c3830 done [2020-01-29T17:04:55.844Z] #14 sha256:bfcd0abe53aeb9adba3c8417d00c652fddcc995347e73cf0e83aa9da2f2c3830 1.65kB / 1.65kB done [2020-01-29T17:04:55.844Z] #14 sha256:ebabcce73002a8895cbf69978d7339ebccd130f5b59c635925ba9a4176d99b20 1.36kB / 1.36kB done [2020-01-29T17:04:55.844Z] #14 sha256:9954d1348cd8742f02aa7509f009f45342153177e4b949e78c39084f009f3371 3.83kB / 3.83kB done [2020-01-29T17:04:55.844Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s [2020-01-29T17:04:55.844Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 0B / 155B 0.1s [2020-01-29T17:04:56.105Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 [2020-01-29T17:04:56.105Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s done [2020-01-29T17:04:56.105Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 155B / 155B 0.1s done [2020-01-29T17:04:56.105Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 4.14MB / 126.88MB 0.3s [2020-01-29T17:04:56.105Z] #14 sha256:956b52ee0b60ba6809d5c5850eb2996c7be5d92c71f3373e03aca1b62ff27cdc 126B / 126B 0.2s done [2020-01-29T17:04:56.365Z] #14 ... [2020-01-29T17:04:56.365Z] [2020-01-29T17:04:56.365Z] #8 [internal] load build context [2020-01-29T17:04:56.365Z] #8 transferring context: 816.92kB 0.4s done [2020-01-29T17:04:56.365Z] #8 DONE 0.4s [2020-01-29T17:04:56.365Z] [2020-01-29T17:04:56.365Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.6-alpine@sha256:bfcd0abe53... [2020-01-29T17:04:56.365Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.3s done [2020-01-29T17:04:56.365Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 16.64MB / 126.88MB 0.5s [2020-01-29T17:04:56.365Z] #14 extracting sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 done [2020-01-29T17:04:56.624Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 25.12MB / 126.88MB 0.6s [2020-01-29T17:04:56.624Z] #14 ... [2020-01-29T17:04:56.624Z] [2020-01-29T17:04:56.624Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-01-29T17:04:56.624Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-01-29T17:04:56.624Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-01-29T17:04:56.624Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-01-29T17:04:56.624Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-01-29T17:04:56.624Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.2s done [2020-01-29T17:04:56.624Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.4s done [2020-01-29T17:04:56.624Z] #5 DONE 0.7s [2020-01-29T17:04:56.624Z] [2020-01-29T17:04:56.624Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.6-alpine@sha256:bfcd0abe53... [2020-01-29T17:04:56.624Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 37.83MB / 126.88MB 0.8s [2020-01-29T17:04:56.883Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 63.52MB / 126.88MB 1.0s [2020-01-29T17:04:56.883Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 75.55MB / 126.88MB 1.1s [2020-01-29T17:04:57.142Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 85.46MB / 126.88MB 1.2s [2020-01-29T17:04:57.142Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 94.65MB / 126.88MB 1.3s [2020-01-29T17:04:57.201Z] ok github.com/docker/docker/api/server/middleware 0.187s coverage: 37.7% of statements [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-01-29T17:04:57.201Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-01-29T17:04:57.400Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 114.93MB / 126.88MB 1.5s [2020-01-29T17:04:57.400Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 126.86MB / 126.88MB 1.6s [2020-01-29T17:04:57.964Z] #14 sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 126.88MB / 126.88MB 1.9s done [2020-01-29T17:04:57.964Z] #14 ... [2020-01-29T17:04:57.964Z] [2020-01-29T17:04:57.964Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-01-29T17:04:57.964Z] #6 DONE 1.4s [2020-01-29T17:04:57.964Z] [2020-01-29T17:04:57.964Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.6-alpine@sha256:bfcd0abe53... [2020-01-29T17:04:57.964Z] #14 extracting sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 [2020-01-29T17:04:58.760Z] ok github.com/docker/docker/api/types/filters 0.042s coverage: 92.2% of statements [2020-01-29T17:04:58.760Z] ok github.com/docker/docker/api/types/strslice 0.155s coverage: 90.0% of statements [2020-01-29T17:04:59.224Z] ok github.com/docker/docker/api/types/time 0.202s coverage: 100.0% of statements [2020-01-29T17:04:59.224Z] ok github.com/docker/docker/api/server/router/swarm 0.130s coverage: 4.5% of statements [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/container [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/events [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/image [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/network [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-01-29T17:04:59.224Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-01-29T17:04:59.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-01-29T17:04:59.690Z] ok github.com/docker/docker/api/types/versions 0.067s coverage: 75.0% of statements [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-01-29T17:04:59.690Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-01-29T17:05:00.157Z] ok github.com/docker/docker/builder/dockerignore 0.073s coverage: 96.8% of statements [2020-01-29T17:05:03.222Z] #14 extracting sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 5.0s [2020-01-29T17:05:03.932Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2020-01-29T17:05:04.154Z] #14 extracting sha256:1a6202974c8f016828abf962e2943acd46d9b157fcdf90208d2177059a33b556 6.4s done [2020-01-29T17:05:04.398Z] ok github.com/docker/docker/builder/remotecontext 0.514s coverage: 9.2% of statements [2020-01-29T17:05:04.412Z] #14 ... [2020-01-29T17:05:04.412Z] [2020-01-29T17:05:04.412Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-01-29T17:05:04.412Z] #7 1.248 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-01-29T17:05:04.412Z] #7 2.342 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-01-29T17:05:04.412Z] #7 2.444 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2020-01-29T17:05:04.412Z] #7 2.446 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2020-01-29T17:05:04.412Z] #7 2.633 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2020-01-29T17:05:04.412Z] #7 2.641 (4/31) Installing readline (8.0.0-r0) [2020-01-29T17:05:04.412Z] #7 2.646 (5/31) Installing bash (5.0.0-r0) [2020-01-29T17:05:04.412Z] #7 2.662 Executing bash-5.0.0-r0.post-install [2020-01-29T17:05:04.412Z] #7 2.665 (6/31) Installing ca-certificates (20190108-r0) [2020-01-29T17:05:04.412Z] #7 2.683 (7/31) Installing libgcc (8.3.0-r0) [2020-01-29T17:05:04.412Z] #7 2.685 (8/31) Installing libstdc++ (8.3.0-r0) [2020-01-29T17:05:04.412Z] #7 2.707 (9/31) Installing binutils (2.32-r0) [2020-01-29T17:05:04.412Z] #7 2.839 (10/31) Installing gmp (6.1.2-r1) [2020-01-29T17:05:04.412Z] #7 2.848 (11/31) Installing isl (0.18-r0) [2020-01-29T17:05:04.412Z] #7 2.871 (12/31) Installing libgomp (8.3.0-r0) [2020-01-29T17:05:04.412Z] #7 2.876 (13/31) Installing libatomic (8.3.0-r0) [2020-01-29T17:05:04.412Z] #7 2.878 (14/31) Installing mpfr3 (3.1.5-r1) [2020-01-29T17:05:04.412Z] #7 2.885 (15/31) Installing mpc1 (1.1.0-r0) [2020-01-29T17:05:04.412Z] #7 2.892 (16/31) Installing gcc (8.3.0-r0) [2020-01-29T17:05:04.412Z] #7 3.883 (17/31) Installing musl-dev (1.1.22-r3) [2020-01-29T17:05:04.412Z] #7 3.992 (18/31) Installing libc-dev (0.7.1-r0) [2020-01-29T17:05:04.412Z] #7 3.994 (19/31) Installing g++ (8.3.0-r0) [2020-01-29T17:05:04.412Z] #7 4.609 (20/31) Installing nghttp2-libs (1.39.2-r0) [2020-01-29T17:05:04.412Z] #7 4.612 (21/31) Installing libcurl (7.66.0-r0) [2020-01-29T17:05:04.412Z] #7 4.621 (22/31) Installing expat (2.2.8-r0) [2020-01-29T17:05:04.412Z] #7 4.625 (23/31) Installing pcre2 (10.33-r0) [2020-01-29T17:05:04.412Z] #7 4.635 (24/31) Installing git (2.22.2-r0) [2020-01-29T17:05:04.412Z] #7 4.864 (25/31) Installing libmnl (1.0.4-r0) [2020-01-29T17:05:04.412Z] #7 4.866 (26/31) Installing libnftnl-libs (1.1.3-r0) [2020-01-29T17:05:04.412Z] #7 4.871 (27/31) Installing iptables (1.8.3-r0) [2020-01-29T17:05:04.412Z] #7 4.899 (28/31) Installing pigz (2.4-r0) [2020-01-29T17:05:04.412Z] #7 4.906 (29/31) Installing tar (1.32-r0) [2020-01-29T17:05:04.412Z] #7 4.916 (30/31) Installing xz-libs (5.2.4-r0) [2020-01-29T17:05:04.412Z] #7 4.920 (31/31) Installing xz (5.2.4-r0) [2020-01-29T17:05:04.412Z] #7 4.926 Executing busybox-1.30.1-r3.trigger [2020-01-29T17:05:04.412Z] #7 4.933 Executing ca-certificates-20190108-r0.trigger [2020-01-29T17:05:04.412Z] #7 4.994 OK: 185 MiB in 45 packages [2020-01-29T17:05:04.412Z] #7 DONE 6.4s [2020-01-29T17:05:04.412Z] [2020-01-29T17:05:04.412Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-01-29T17:05:04.412Z] #9 DONE 0.1s [2020-01-29T17:05:04.412Z] [2020-01-29T17:05:04.412Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-01-29T17:05:04.412Z] #10 DONE 0.1s [2020-01-29T17:05:04.412Z] [2020-01-29T17:05:04.412Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.6-alpine@sha256:bfcd0abe53... [2020-01-29T17:05:04.747Z] #14 extracting sha256:956b52ee0b60ba6809d5c5850eb2996c7be5d92c71f3373e03aca1b62ff27cdc done [2020-01-29T17:05:04.748Z] #14 DONE 8.7s [2020-01-29T17:05:04.748Z] [2020-01-29T17:05:04.748Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-01-29T17:05:04.748Z] #11 DONE 0.1s [2020-01-29T17:05:04.748Z] [2020-01-29T17:05:04.748Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-01-29T17:05:04.748Z] #12 DONE 0.0s [2020-01-29T17:05:04.748Z] [2020-01-29T17:05:04.748Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-01-29T17:05:04.748Z] #13 DONE 0.1s [2020-01-29T17:05:04.748Z] [2020-01-29T17:05:04.748Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-01-29T17:05:04.774Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-01-29T17:05:04.774Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-01-29T17:05:04.888Z] ok github.com/docker/docker/builder/dockerfile 0.428s coverage: 46.3% of statements [2020-01-29T17:05:05.678Z] #15 0.837 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-01-29T17:05:06.609Z] #15 1.896 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-01-29T17:05:06.609Z] #15 1.978 (1/43) Installing ncurses-terminfo-base (6.1_p20191130-r0) [2020-01-29T17:05:06.609Z] #15 1.981 (2/43) Installing ncurses-terminfo (6.1_p20191130-r0) [2020-01-29T17:05:06.866Z] #15 2.113 (3/43) Installing ncurses-libs (6.1_p20191130-r0) [2020-01-29T17:05:06.866Z] #15 2.120 (4/43) Installing readline (8.0.1-r0) [2020-01-29T17:05:06.866Z] #15 2.124 (5/43) Installing bash (5.0.11-r1) [2020-01-29T17:05:06.866Z] #15 2.138 Executing bash-5.0.11-r1.post-install [2020-01-29T17:05:06.866Z] #15 2.141 (6/43) Installing linux-headers (4.19.36-r0) [2020-01-29T17:05:06.866Z] #15 2.222 (7/43) Installing libblkid (2.34-r1) [2020-01-29T17:05:06.866Z] #15 2.228 (8/43) Installing libuuid (2.34-r1) [2020-01-29T17:05:06.866Z] #15 2.230 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-01-29T17:05:06.866Z] #15 2.236 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-01-29T17:05:06.866Z] #15 2.241 (11/43) Installing libgcc (9.2.0-r3) [2020-01-29T17:05:06.866Z] #15 2.243 (12/43) Installing libstdc++ (9.2.0-r3) [2020-01-29T17:05:06.866Z] #15 2.256 (13/43) Installing binutils (2.33.1-r0) [2020-01-29T17:05:06.866Z] #15 2.331 (14/43) Installing libmagic (5.37-r1) [2020-01-29T17:05:06.866Z] #15 2.353 (15/43) Installing file (5.37-r1) [2020-01-29T17:05:07.124Z] #15 2.355 (16/43) Installing gmp (6.1.2-r1) [2020-01-29T17:05:07.124Z] #15 2.361 (17/43) Installing isl (0.18-r0) [2020-01-29T17:05:07.124Z] #15 2.376 (18/43) Installing libgomp (9.2.0-r3) [2020-01-29T17:05:07.124Z] #15 2.379 (19/43) Installing libatomic (9.2.0-r3) [2020-01-29T17:05:07.124Z] #15 2.381 (20/43) Installing mpfr4 (4.0.2-r1) [2020-01-29T17:05:07.124Z] #15 2.387 (21/43) Installing mpc1 (1.1.0-r1) [2020-01-29T17:05:07.124Z] #15 2.390 (22/43) Installing gcc (9.2.0-r3) [2020-01-29T17:05:08.048Z] --- PASS: TestDaemonStartWithLogOpt (18.01s) [2020-01-29T17:05:08.055Z] #15 3.104 (23/43) Installing musl-dev (1.1.24-r0) [2020-01-29T17:05:08.055Z] #15 3.173 (24/43) Installing libc-dev (0.7.2-r0) [2020-01-29T17:05:08.055Z] #15 3.174 (25/43) Installing g++ (9.2.0-r3) [2020-01-29T17:05:08.317Z] #15 3.630 (26/43) Installing make (4.2.1-r2) [2020-01-29T17:05:08.317Z] #15 3.634 (27/43) Installing fortify-headers (1.1-r0) [2020-01-29T17:05:08.317Z] #15 3.636 (28/43) Installing build-base (0.5-r1) [2020-01-29T17:05:08.317Z] #15 3.637 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-01-29T17:05:08.317Z] #15 3.640 (30/43) Installing libcurl (7.67.0-r0) [2020-01-29T17:05:08.317Z] #15 3.647 (31/43) Installing curl (7.67.0-r0) [2020-01-29T17:05:08.317Z] #15 3.650 (32/43) Installing oniguruma (6.9.4-r0) [2020-01-29T17:05:08.317Z] #15 3.656 (33/43) Installing jq (1.6-r0) [2020-01-29T17:05:08.317Z] #15 3.664 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-01-29T17:05:08.317Z] #15 3.669 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-01-29T17:05:08.317Z] #15 3.671 (36/43) Installing libaio (0.3.112-r1) [2020-01-29T17:05:08.317Z] #15 3.673 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-01-29T17:05:08.317Z] #15 3.702 (38/43) Installing libfdisk (2.34-r1) [2020-01-29T17:05:08.317Z] #15 3.707 (39/43) Installing libmount (2.34-r1) [2020-01-29T17:05:08.317Z] #15 3.712 (40/43) Installing libsmartcols (2.34-r1) [2020-01-29T17:05:08.317Z] #15 3.716 (41/43) Installing pkgconf (1.6.3-r0) [2020-01-29T17:05:08.317Z] #15 3.718 (42/43) Installing util-linux-dev (2.34-r1) [2020-01-29T17:05:08.317Z] #15 3.740 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-01-29T17:05:08.317Z] #15 3.745 Executing busybox-1.31.1-r9.trigger [2020-01-29T17:05:08.317Z] #15 3.753 OK: 203 MiB in 58 packages [2020-01-29T17:05:09.249Z] #15 DONE 4.3s [2020-01-29T17:05:09.249Z] [2020-01-29T17:05:09.249Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-01-29T17:05:09.418Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-01-29T17:05:09.820Z] #16 DONE 0.8s [2020-01-29T17:05:09.820Z] [2020-01-29T17:05:09.820Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-01-29T17:05:10.385Z] #17 DONE 0.8s [2020-01-29T17:05:10.385Z] [2020-01-29T17:05:10.385Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-01-29T17:05:10.385Z] #18 DONE 0.0s [2020-01-29T17:05:10.642Z] [2020-01-29T17:05:10.642Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-01-29T17:05:10.642Z] #19 DONE 0.1s [2020-01-29T17:05:10.642Z] [2020-01-29T17:05:10.642Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-01-29T17:05:10.788Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-01-29T17:05:11.578Z] #20 ... [2020-01-29T17:05:11.579Z] [2020-01-29T17:05:11.579Z] #31 [builder 1/4] COPY . . [2020-01-29T17:05:11.579Z] #31 DONE 0.9s [2020-01-29T17:05:11.579Z] [2020-01-29T17:05:11.579Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-01-29T17:05:12.513Z] #32 DONE 1.2s [2020-01-29T17:05:12.513Z] [2020-01-29T17:05:12.513Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-01-29T17:05:12.513Z] #20 1.658 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-01-29T17:05:12.513Z] #20 1.884 curl: option --progress: is ambiguous [2020-01-29T17:05:12.513Z] #20 1.884 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:12.685Z] --- PASS: TestContinueAfterPluginCrash (22.94s) [2020-01-29T17:05:12.685Z] PASS [2020-01-29T17:05:12.685Z] [2020-01-29T17:05:12.685Z] DONE 2 tests in 23.096s [2020-01-29T17:05:12.685Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-01-29T17:05:12.685Z] ++ 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-01-29T17:05:12.685Z] ++ set -e [2020-01-29T17:05:12.685Z] ++ '[' -n 0 ']' [2020-01-29T17:05:12.685Z] ++ set -x [2020-01-29T17:05:12.685Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:05:12.685Z] INFO: Testing against a local daemon [2020-01-29T17:05:12.685Z] === RUN TestPluginWithDevMounts [2020-01-29T17:05:12.685Z] === PAUSE TestPluginWithDevMounts [2020-01-29T17:05:12.685Z] === CONT TestPluginWithDevMounts [2020-01-29T17:05:12.772Z] #20 2.154 curl: option --progress: is ambiguous [2020-01-29T17:05:12.773Z] #20 2.155 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:13.032Z] #20 2.416 curl: option --progress: is ambiguous [2020-01-29T17:05:13.032Z] #20 2.416 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:13.249Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-01-29T17:05:13.249Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-01-29T17:05:13.289Z] #20 2.639 curl: option --progress: is ambiguous [2020-01-29T17:05:13.289Z] #20 2.639 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:13.546Z] #20 2.801 [2020-01-29T17:05:14.130Z] #20 3.596 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-01-29T17:05:14.647Z] #20 3.908 curl: option --progress: is ambiguous [2020-01-29T17:05:14.647Z] #20 3.912 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:14.905Z] #20 4.151 [2020-01-29T17:05:15.184Z] --- PASS: TestPluginWithDevMounts (2.12s) [2020-01-29T17:05:15.184Z] PASS [2020-01-29T17:05:15.184Z] [2020-01-29T17:05:15.184Z] DONE 1 tests in 2.315s [2020-01-29T17:05:15.184Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-01-29T17:05:15.184Z] ++ 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-01-29T17:05:15.184Z] ++ set -e [2020-01-29T17:05:15.184Z] ++ '[' -n 0 ']' [2020-01-29T17:05:15.184Z] ++ set -x [2020-01-29T17:05:15.184Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:05:15.184Z] INFO: Testing against a local daemon [2020-01-29T17:05:15.184Z] === RUN TestSecretInspect [2020-01-29T17:05:15.471Z] #20 4.907 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-01-29T17:05:15.729Z] #20 5.151 curl: option --progress: is ambiguous [2020-01-29T17:05:15.729Z] #20 5.156 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:16.295Z] #20 5.439 [2020-01-29T17:05:17.229Z] #20 6.347 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-01-29T17:05:17.229Z] #20 6.574 curl: option --progress: is ambiguous [2020-01-29T17:05:17.229Z] #20 6.578 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:17.344Z] ok github.com/docker/docker/client 0.764s coverage: 75.3% of statements [2020-01-29T17:05:17.488Z] #20 6.814 [2020-01-29T17:05:18.421Z] #20 7.563 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-01-29T17:05:18.483Z] --- PASS: TestSecretInspect (3.09s) [2020-01-29T17:05:18.483Z] === RUN TestSecretList [2020-01-29T17:05:18.483Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-01-29T17:05:18.678Z] #20 7.893 curl: option --progress: is ambiguous [2020-01-29T17:05:18.678Z] #20 7.894 curl: try 'curl --help' or 'curl --manual' for more information [2020-01-29T17:05:18.678Z] #20 8.170 [2020-01-29T17:05:18.740Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-01-29T17:05:18.935Z] #20 8.231 Download of images into '/build' complete. [2020-01-29T17:05:18.935Z] #20 8.231 Use something like the following to load the result into a Docker daemon: [2020-01-29T17:05:18.935Z] #20 8.232 tar -cC '/build' . | docker load [2020-01-29T17:05:18.935Z] #20 DONE 8.4s [2020-01-29T17:05:18.935Z] [2020-01-29T17:05:18.935Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-01-29T17:05:18.935Z] #26 DONE 0.0s [2020-01-29T17:05:18.935Z] [2020-01-29T17:05:18.935Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-01-29T17:05:19.193Z] #22 DONE 0.1s [2020-01-29T17:05:19.193Z] [2020-01-29T17:05:19.193Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-01-29T17:05:19.193Z] #27 DONE 0.1s [2020-01-29T17:05:19.193Z] [2020-01-29T17:05:19.193Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-01-29T17:05:19.193Z] #23 DONE 0.1s [2020-01-29T17:05:19.193Z] [2020-01-29T17:05:19.193Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-01-29T17:05:19.193Z] #28 DONE 0.1s [2020-01-29T17:05:19.193Z] [2020-01-29T17:05:19.193Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-01-29T17:05:19.304Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-01-29T17:05:21.088Z] #24 ... [2020-01-29T17:05:21.088Z] [2020-01-29T17:05:21.088Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-01-29T17:05:21.088Z] #21 DONE 0.1s [2020-01-29T17:05:21.088Z] [2020-01-29T17:05:21.088Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-01-29T17:05:21.088Z] #33 1.038 [2020-01-29T17:05:21.088Z] #33 1.110 Removing bundles/ [2020-01-29T17:05:21.088Z] #33 1.111 [2020-01-29T17:05:21.088Z] #33 1.116 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-01-29T17:05:21.088Z] #33 1.798 Building test suite binary ./integration-cli/test.main [2020-01-29T17:05:21.200Z] --- PASS: TestSecretList (3.27s) [2020-01-29T17:05:21.200Z] === RUN TestSecretsCreateAndDelete [2020-01-29T17:05:21.344Z] #33 ... [2020-01-29T17:05:21.344Z] [2020-01-29T17:05:21.344Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-01-29T17:05:21.602Z] #24 2.142 + RM_GOPATH=0 [2020-01-29T17:05:21.602Z] #24 2.142 + TMP_GOPATH= [2020-01-29T17:05:21.602Z] #24 2.142 + : /build [2020-01-29T17:05:21.602Z] #24 2.142 + '[' -z '' ']' [2020-01-29T17:05:21.602Z] #24 2.143 ++ mktemp -d [2020-01-29T17:05:21.602Z] #24 2.145 + export GOPATH=/tmp/tmp.AnFajm [2020-01-29T17:05:21.602Z] #24 2.145 + GOPATH=/tmp/tmp.AnFajm [2020-01-29T17:05:21.602Z] #24 2.146 + RM_GOPATH=1 [2020-01-29T17:05:21.602Z] #24 2.146 ++ dirname ./install.sh [2020-01-29T17:05:21.602Z] #24 2.148 + dir=. [2020-01-29T17:05:21.602Z] #24 2.148 + bin=dockercli [2020-01-29T17:05:21.602Z] #24 2.148 + shift [2020-01-29T17:05:21.602Z] #24 2.149 + '[' '!' -f ./dockercli.installer ']' [2020-01-29T17:05:21.602Z] #24 2.150 + . ./dockercli.installer [2020-01-29T17:05:21.602Z] #24 2.150 ++ : stable [2020-01-29T17:05:21.602Z] #24 2.150 ++ : 17.06.2-ce [2020-01-29T17:05:21.602Z] #24 2.151 + install_dockercli [2020-01-29T17:05:21.602Z] #24 2.151 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-01-29T17:05:21.602Z] #24 2.152 Install docker/cli version 17.06.2-ce from stable [2020-01-29T17:05:21.602Z] #24 2.152 ++ uname -m [2020-01-29T17:05:21.602Z] #24 2.154 + arch=x86_64 [2020-01-29T17:05:21.602Z] #24 2.155 + '[' x86_64 '!=' x86_64 ']' [2020-01-29T17:05:21.602Z] #24 2.156 + url=https://download.docker.com/linux/static [2020-01-29T17:05:21.602Z] #24 2.156 + tar -xz docker/docker [2020-01-29T17:05:21.602Z] #24 2.158 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-01-29T17:05:21.764Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-01-29T17:05:22.330Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-01-29T17:05:24.132Z] #24 4.585 + mkdir -p /build [2020-01-29T17:05:24.132Z] #24 4.587 + mv docker/docker /build/ [2020-01-29T17:05:24.132Z] #24 4.588 + rmdir docker [2020-01-29T17:05:24.132Z] #24 DONE 4.7s [2020-01-29T17:05:24.132Z] [2020-01-29T17:05:24.132Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-01-29T17:05:24.698Z] #29 ... [2020-01-29T17:05:24.698Z] [2020-01-29T17:05:24.698Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-01-29T17:05:24.957Z] #25 DONE 0.1s [2020-01-29T17:05:24.957Z] [2020-01-29T17:05:24.957Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-01-29T17:05:25.606Z] === RUN TestDockerSuite/TestBuildNetNone [2020-01-29T17:05:25.606Z] --- PASS: TestSecretsCreateAndDelete (3.93s) [2020-01-29T17:05:25.606Z] === RUN TestSecretsUpdate [2020-01-29T17:05:25.863Z] === RUN TestDockerSuite/TestBuildNoContext [2020-01-29T17:05:27.232Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-01-29T17:05:28.165Z] --- PASS: TestSecretsUpdate (2.99s) [2020-01-29T17:05:28.165Z] === RUN TestTemplatedSecret [2020-01-29T17:05:28.422Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-01-29T17:05:30.945Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-01-29T17:05:30.945Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-01-29T17:05:31.203Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-01-29T17:05:31.461Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-01-29T17:05:31.461Z] --- PASS: TestTemplatedSecret (3.39s) [2020-01-29T17:05:31.461Z] === RUN TestSecretCreateResolve [2020-01-29T17:05:31.719Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-01-29T17:05:33.092Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-01-29T17:05:34.989Z] --- PASS: TestSecretCreateResolve (3.43s) [2020-01-29T17:05:34.989Z] PASS [2020-01-29T17:05:34.989Z] [2020-01-29T17:05:34.989Z] DONE 6 tests in 20.203s [2020-01-29T17:05:34.989Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-01-29T17:05:34.989Z] ++ 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-01-29T17:05:34.989Z] ++ set -e [2020-01-29T17:05:34.989Z] ++ '[' -n 0 ']' [2020-01-29T17:05:34.989Z] ++ set -x [2020-01-29T17:05:34.989Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:05:35.120Z] ok github.com/docker/docker/builder/remotecontext/git 31.191s coverage: 86.3% of statements [2020-01-29T17:05:35.120Z] ? github.com/docker/docker/cli [no test files] [2020-01-29T17:05:35.120Z] ? github.com/docker/docker/cli/config [no test files] [2020-01-29T17:05:35.247Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-01-29T17:05:35.247Z] INFO: Testing against a local daemon [2020-01-29T17:05:35.247Z] === RUN TestServiceCreateInit [2020-01-29T17:05:35.247Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-01-29T17:05:36.180Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-01-29T17:05:39.464Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-01-29T17:05:41.359Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-01-29T17:05:41.359Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-01-29T17:05:42.253Z] ok github.com/docker/docker/cmd/dockerd 0.676s coverage: 19.1% of statements [2020-01-29T17:05:43.813Z] ok github.com/docker/docker/container 0.499s coverage: 42.5% of statements [2020-01-29T17:05:43.813Z] ? github.com/docker/docker/container/stream [no test files] [2020-01-29T17:05:43.813Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-01-29T17:05:43.814Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-01-29T17:05:43.814Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-01-29T17:05:43.886Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-01-29T17:05:44.793Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.350s coverage: 65.3% of statements [2020-01-29T17:05:45.782Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-01-29T17:05:46.039Z] --- PASS: TestServiceCreateInit (10.91s) [2020-01-29T17:05:46.039Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.73s) [2020-01-29T17:05:46.039Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.15s) [2020-01-29T17:05:46.039Z] === RUN TestCreateServiceMultipleTimes [2020-01-29T17:05:46.971Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-01-29T17:05:47.536Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-01-29T17:05:49.565Z] ok github.com/docker/docker/daemon/cluster/convert 0.452s coverage: 35.7% of statements [2020-01-29T17:05:51.487Z] #33 ... [2020-01-29T17:05:51.487Z] [2020-01-29T17:05:51.487Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-01-29T17:05:51.487Z] #29 28.33 # github.com/docker/docker/contrib/httpserver [2020-01-29T17:05:51.487Z] #29 28.33 loadinternal: cannot find runtime/cgo [2020-01-29T17:05:51.487Z] #29 DONE 28.8s [2020-01-29T17:05:51.487Z] [2020-01-29T17:05:51.487Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-01-29T17:05:51.487Z] #33 ... [2020-01-29T17:05:51.487Z] [2020-01-29T17:05:51.487Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-01-29T17:05:51.487Z] #30 DONE 0.1s [2020-01-29T17:05:51.487Z] [2020-01-29T17:05:51.487Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-01-29T17:05:51.718Z] === RUN TestDockerSuite/TestBuildPATH [2020-01-29T17:05:55.033Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-01-29T17:05:55.414Z] ok github.com/docker/docker/daemon/cluster 1.574s coverage: 0.5% of statements [2020-01-29T17:05:55.597Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-01-29T17:05:56.528Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-01-29T17:05:57.614Z] ok github.com/docker/docker/daemon/config 0.838s coverage: 80.1% of statements [2020-01-29T17:05:58.082Z] ok github.com/docker/docker/daemon/discovery 0.359s coverage: 30.0% of statements [2020-01-29T17:05:59.641Z] ok github.com/docker/docker/daemon/events 0.425s coverage: 50.0% of statements [2020-01-29T17:06:00.107Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.358s coverage: 10.9% of statements [2020-01-29T17:06:01.663Z] ok github.com/docker/docker/daemon/graphdriver 0.229s coverage: 2.3% of statements [2020-01-29T17:06:01.784Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-01-29T17:06:02.645Z] ok github.com/docker/docker/daemon/links 0.067s coverage: 93.0% of statements [2020-01-29T17:06:05.586Z] ok github.com/docker/docker/daemon 3.839s coverage: 9.2% of statements [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-01-29T17:06:05.586Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-01-29T17:06:05.586Z] ok github.com/docker/docker/daemon/logger 0.394s coverage: 43.0% of statements [2020-01-29T17:06:05.961Z] --- PASS: TestCreateServiceMultipleTimes (19.26s) [2020-01-29T17:06:05.961Z] === RUN TestCreateServiceConflict [2020-01-29T17:06:06.052Z] ok github.com/docker/docker/daemon/images 0.505s coverage: 4.9% of statements [2020-01-29T17:06:06.052Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-01-29T17:06:06.052Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-01-29T17:06:06.518Z] ok github.com/docker/docker/daemon/logger/awslogs 0.846s coverage: 77.8% of statements [2020-01-29T17:06:06.518Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-01-29T17:06:06.518Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-01-29T17:06:06.518Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-01-29T17:06:06.518Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-01-29T17:06:06.518Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-01-29T17:06:07.333Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-01-29T17:06:08.074Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.377s coverage: 88.3% of statements [2020-01-29T17:06:08.703Z] --- PASS: TestCreateServiceConflict (3.24s) [2020-01-29T17:06:08.703Z] === RUN TestCreateServiceMaxReplicas [2020-01-29T17:06:09.055Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.454s coverage: 62.1% of statements [2020-01-29T17:06:09.055Z] ok github.com/docker/docker/daemon/logger/local 0.553s coverage: 74.7% of statements [2020-01-29T17:06:09.055Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-01-29T17:06:09.519Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.171s coverage: 21.4% of statements [2020-01-29T17:06:11.077Z] ok github.com/docker/docker/daemon/logger/templates 0.403s coverage: 8.3% of statements [2020-01-29T17:06:11.077Z] ok github.com/docker/docker/daemon/logger/syslog 0.218s coverage: 47.8% of statements [2020-01-29T17:06:12.882Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-01-29T17:06:12.882Z] --- PASS: TestCreateServiceMaxReplicas (4.14s) [2020-01-29T17:06:12.882Z] === RUN TestCreateWithDuplicateNetworkNames [2020-01-29T17:06:14.159Z] ok github.com/docker/docker/daemon/logger/splunk 2.676s coverage: 82.5% of statements [2020-01-29T17:06:14.159Z] ? github.com/docker/docker/daemon/names [no test files] [2020-01-29T17:06:14.159Z] ? github.com/docker/docker/daemon/network [no test files] [2020-01-29T17:06:14.159Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-01-29T17:06:14.779Z] === RUN TestDockerSuite/TestBuildRm [2020-01-29T17:06:15.150Z] ok github.com/docker/docker/distribution 1.315s coverage: 20.3% of statements [2020-01-29T17:06:15.618Z] ok github.com/docker/docker/distribution/metadata 1.820s coverage: 48.2% of statements [2020-01-29T17:06:16.082Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-01-29T17:06:16.082Z] ok github.com/docker/docker/errdefs 0.097s coverage: 49.4% of statements [2020-01-29T17:06:16.548Z] ok github.com/docker/docker/distribution/xfer 2.366s coverage: 76.8% of statements [2020-01-29T17:06:16.548Z] ? github.com/docker/docker/dockerversion [no test files] [2020-01-29T17:06:18.103Z] ok github.com/docker/docker/image/v1 0.209s coverage: 25.0% of statements [2020-01-29T17:06:18.569Z] ok github.com/docker/docker/image/cache 0.289s coverage: 19.2% of statements [2020-01-29T17:06:18.569Z] ok github.com/docker/docker/image 0.967s coverage: 86.4% of statements [2020-01-29T17:06:19.002Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-01-29T17:06:19.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-01-29T17:06:19.035Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-01-29T17:06:19.035Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-01-29T17:06:19.567Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-01-29T17:06:20.016Z] ok github.com/docker/docker/libcontainerd/queue 0.109s coverage: 100.0% of statements [2020-01-29T17:06:21.465Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-01-29T17:06:21.580Z] ok github.com/docker/docker/layer 0.605s coverage: 30.0% of statements [2020-01-29T17:06:21.580Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-01-29T17:06:21.580Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 50.0% of statements [2020-01-29T17:06:21.722Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-01-29T17:06:22.653Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-01-29T17:06:23.784Z] ok github.com/docker/docker/opts 0.554s coverage: 67.4% of statements [2020-01-29T17:06:24.022Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-01-29T17:06:24.250Z] ok github.com/docker/docker/libcontainerd/local 0.344s coverage: 1.0% of statements [2020-01-29T17:06:24.250Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-01-29T17:06:24.250Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-01-29T17:06:24.250Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-01-29T17:06:24.250Z] ? github.com/docker/docker/oci [no test files] [2020-01-29T17:06:24.250Z] ? github.com/docker/docker/oci/caps [no test files] [2020-01-29T17:06:24.715Z] ok github.com/docker/docker/pkg/authorization 0.846s coverage: 26.8% of statements [2020-01-29T17:06:25.180Z] ok github.com/docker/docker/pkg/broadcaster 0.073s coverage: 100.0% of statements [2020-01-29T17:06:25.180Z] ok github.com/docker/docker/pkg/capabilities 0.095s coverage: 87.5% of statements [2020-01-29T17:06:25.392Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-01-29T17:06:26.160Z] ok github.com/docker/docker/pkg/chrootarchive 0.229s coverage: 15.4% of statements [2020-01-29T17:06:26.333Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-01-29T17:06:26.625Z] ok github.com/docker/docker/pkg/directory 0.062s coverage: 80.0% of statements [2020-01-29T17:06:27.091Z] ok github.com/docker/docker/pkg/discovery 0.224s coverage: 58.3% of statements [2020-01-29T17:06:27.718Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.88s) [2020-01-29T17:06:27.718Z] === RUN TestCreateServiceSecretFileMode [2020-01-29T17:06:28.075Z] ok github.com/docker/docker/pkg/discovery/file 0.182s coverage: 92.9% of statements [2020-01-29T17:06:29.057Z] ok github.com/docker/docker/pkg/discovery/memory 0.081s coverage: 92.3% of statements [2020-01-29T17:06:29.522Z] ok github.com/docker/docker/pkg/discovery/nodes 0.060s coverage: 93.8% of statements [2020-01-29T17:06:30.504Z] ok github.com/docker/docker/pkg/filenotify 0.327s coverage: 45.7% of statements [2020-01-29T17:06:30.994Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-01-29T17:06:30.994Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-01-29T17:06:30.994Z] --- PASS: TestCreateServiceSecretFileMode (3.19s) [2020-01-29T17:06:30.994Z] === RUN TestCreateServiceConfigFileMode [2020-01-29T17:06:31.252Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-01-29T17:06:31.252Z] === RUN TestDockerSuite/TestBuildSpaces [2020-01-29T17:06:31.487Z] ok github.com/docker/docker/pkg/fileutils 0.182s coverage: 87.7% of statements [2020-01-29T17:06:31.817Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-01-29T17:06:31.952Z] ok github.com/docker/docker/pkg/homedir 0.069s coverage: 42.9% of statements [2020-01-29T17:06:32.419Z] ok github.com/docker/docker/pkg/discovery/kv 3.469s coverage: 84.1% of statements [2020-01-29T17:06:32.749Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-01-29T17:06:33.006Z] === RUN TestDockerSuite/TestBuildStderr [2020-01-29T17:06:33.398Z] ok github.com/docker/docker/pkg/idtools 0.092s coverage: 6.3% of statements [2020-01-29T17:06:33.938Z] --- PASS: TestCreateServiceConfigFileMode (2.99s) [2020-01-29T17:06:33.938Z] === RUN TestCreateServiceSysctls [2020-01-29T17:06:34.195Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-01-29T17:06:34.378Z] ok github.com/docker/docker/pkg/archive 9.964s coverage: 62.0% of statements [2020-01-29T17:06:34.378Z] ok github.com/docker/docker/pkg/locker 0.099s coverage: 88.9% of statements [2020-01-29T17:06:34.378Z] ok github.com/docker/docker/pkg/jsonmessage 0.301s coverage: 91.7% of statements [2020-01-29T17:06:34.378Z] ok github.com/docker/docker/pkg/ioutils 0.766s coverage: 69.2% of statements [2020-01-29T17:06:35.360Z] ok github.com/docker/docker/pkg/longpath 0.060s coverage: 100.0% of statements [2020-01-29T17:06:35.360Z] ok github.com/docker/docker/pkg/namesgenerator 0.084s coverage: 85.7% of statements [2020-01-29T17:06:36.341Z] ok github.com/docker/docker/pkg/parsers 0.207s coverage: 97.0% of statements [2020-01-29T17:06:36.807Z] ok github.com/docker/docker/pkg/pidfile 0.065s coverage: 82.6% of statements [2020-01-29T17:06:38.364Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.279s coverage: 56.8% of statements [2020-01-29T17:06:38.375Z] --- PASS: TestCreateServiceSysctls (3.80s) [2020-01-29T17:06:38.375Z] === RUN TestCreateServiceCapabilities [2020-01-29T17:06:39.306Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-01-29T17:06:39.344Z] ok github.com/docker/docker/pkg/plugins/transport 0.367s coverage: 85.7% of statements [2020-01-29T17:06:39.344Z] ok github.com/docker/docker/pkg/pools 0.128s coverage: 88.2% of statements [2020-01-29T17:06:40.421Z] ok github.com/docker/docker/pkg/progress 0.080s coverage: 75.9% of statements [2020-01-29T17:06:40.793Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-01-29T17:06:41.051Z] --- PASS: TestCreateServiceCapabilities (3.43s) [2020-01-29T17:06:41.051Z] === RUN TestInspect [2020-01-29T17:06:41.447Z] ok github.com/docker/docker/pkg/reexec 0.106s coverage: 82.4% of statements [2020-01-29T17:06:41.447Z] ok github.com/docker/docker/pkg/pubsub 1.092s coverage: 73.9% of statements [2020-01-29T17:06:41.614Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-01-29T17:06:42.179Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-01-29T17:06:42.425Z] ok github.com/docker/docker/pkg/signal 0.044s coverage: 20.3% of statements [2020-01-29T17:06:42.425Z] ok github.com/docker/docker/pkg/stdcopy 0.068s coverage: 100.0% of statements [2020-01-29T17:06:43.404Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2020-01-29T17:06:43.549Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-01-29T17:06:43.871Z] ok github.com/docker/docker/pkg/streamformatter 0.111s coverage: 66.2% of statements [2020-01-29T17:06:44.483Z] --- PASS: TestInspect (3.48s) [2020-01-29T17:06:44.483Z] === RUN TestCreateJob [2020-01-29T17:06:44.852Z] ok github.com/docker/docker/pkg/sysinfo 0.041s coverage: 38.2% of statements [2020-01-29T17:06:45.047Z] === RUN TestDockerSuite/TestBuildUser [2020-01-29T17:06:45.399Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-01-29T17:06:45.399Z] [2020-01-29T17:06:45.399Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-01-29T17:06:45.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-01-29T17:06:45.399Z] HOSTNAME=3eb0b79a53d5 [2020-01-29T17:06:45.399Z] TESTDEBUG=0 [2020-01-29T17:06:45.399Z] DEST=bundles/test-integration [2020-01-29T17:06:45.399Z] PWD=/go/src/github.com/docker/docker [2020-01-29T17:06:45.399Z] DOCKER_GITCOMMIT=fb155a1125d059ed0ded96aeb2116132707f08c5 [2020-01-29T17:06:45.399Z] container=docker [2020-01-29T17:06:45.399Z] HOME=/root [2020-01-29T17:06:45.399Z] GOLANG_VERSION=1.13.6 [2020-01-29T17:06:45.399Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-01-29T17:06:45.399Z] VALIDATE_BRANCH=master [2020-01-29T17:06:45.399Z] TERM=xterm [2020-01-29T17:06:45.399Z] DOCKER_PKG=github.com/docker/docker [2020-01-29T17:06:45.399Z] SHLVL=1 [2020-01-29T17:06:45.399Z] TIMEOUT=120m [2020-01-29T17:06:45.399Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-01-29T17:06:45.399Z] DOCKER_GRAPHDRIVER=overlay2 [2020-01-29T17:06:45.399Z] GO111MODULE=off [2020-01-29T17:06:45.399Z] DOCKER_EXPERIMENTAL=1 [2020-01-29T17:06:45.399Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-01-29T17:06:45.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-29T17:06:45.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-01-29T17:06:45.399Z] GOPATH=/go [2020-01-29T17:06:45.399Z] PKG_CONFIG=pkg-config [2020-01-29T17:06:45.399Z] _=/usr/bin/env [2020-01-29T17:06:45.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-01-29T17:06:45.834Z] ok github.com/docker/docker/pkg/system 0.089s coverage: 13.1% of statements [2020-01-29T17:06:46.299Z] ok github.com/docker/docker/pkg/tailfile 0.198s coverage: 88.6% of statements [2020-01-29T17:06:47.280Z] ok github.com/docker/docker/pkg/tarsum 0.186s coverage: 89.3% of statements [2020-01-29T17:06:47.280Z] ok github.com/docker/docker/pkg/term 0.041s coverage: 30.8% of statements [2020-01-29T17:06:47.569Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-01-29T17:06:48.261Z] testing: warning: no tests to run [2020-01-29T17:06:48.261Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: 0.0% of statements [no tests to run] [2020-01-29T17:06:48.726Z] ok github.com/docker/docker/pkg/truncindex 0.170s coverage: 91.5% of statements [2020-01-29T17:06:48.942Z] --- PASS: TestCreateJob (4.52s) [2020-01-29T17:06:48.942Z] === RUN TestReplicatedJob [2020-01-29T17:06:49.191Z] ok github.com/docker/docker/pkg/urlutil 0.057s coverage: 100.0% of statements [2020-01-29T17:06:49.191Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-01-29T17:06:49.657Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-01-29T17:06:51.214Z] ok github.com/docker/docker/plugin/v2 0.143s coverage: 20.1% of statements [2020-01-29T17:06:51.214Z] ok github.com/docker/docker/reference 0.139s coverage: 84.4% of statements [2020-01-29T17:06:51.680Z] ok github.com/docker/docker/plugin 0.315s coverage: 11.6% of statements [2020-01-29T17:06:52.218Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-01-29T17:06:53.885Z] ok github.com/docker/docker/restartmanager 0.048s coverage: 50.9% of statements [2020-01-29T17:06:53.885Z] ok github.com/docker/docker/registry/resumable 0.418s coverage: 100.0% of statements [2020-01-29T17:06:54.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-01-29T17:06:54.350Z] ok github.com/docker/docker/registry 0.454s coverage: 51.7% of statements [2020-01-29T17:06:55.333Z] ok github.com/docker/docker/testutil 0.187s coverage: 62.5% of statements [2020-01-29T17:06:55.333Z] ok github.com/docker/docker/runconfig 0.245s coverage: 54.5% of statements [2020-01-29T17:06:56.639Z] --- PASS: TestReplicatedJob (7.44s) [2020-01-29T17:06:56.639Z] === RUN TestUpdateReplicatedJob [2020-01-29T17:06:58.268Z] ok github.com/docker/docker/volume/local 0.134s coverage: 37.7% of statements [2020-01-29T17:06:58.268Z] ok github.com/docker/docker/volume/drivers 0.180s coverage: 36.1% of statements [2020-01-29T17:06:58.732Z] ok github.com/docker/docker/volume/mounts 0.102s coverage: 66.2% of statements [2020-01-29T17:07:00.288Z] ok github.com/docker/docker/volume/service 0.466s coverage: 70.3% of statements [2020-01-29T17:07:00.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-01-29T17:07:01.077Z] --- PASS: TestUpdateReplicatedJob (4.46s) [2020-01-29T17:07:01.077Z] === RUN TestServiceListWithStatuses [2020-01-29T17:07:01.077Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-01-29T17:07:01.077Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T17:07:01.077Z] === RUN TestDockerNetworkConnectAlias [2020-01-29T17:07:07.626Z] --- PASS: TestDockerNetworkConnectAlias (6.70s) [2020-01-29T17:07:07.626Z] === RUN TestDockerNetworkReConnect [2020-01-29T17:07:10.906Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-01-29T17:07:11.839Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-01-29T17:07:11.839Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-01-29T17:07:12.771Z] --- PASS: TestDockerNetworkReConnect (5.22s) [2020-01-29T17:07:12.771Z] === RUN TestServicePlugin [2020-01-29T17:07:13.336Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-01-29T17:07:14.713Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-01-29T17:07:15.289Z] ok github.com/docker/docker/pkg/plugins 35.113s coverage: 73.4% of statements [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/rootless [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/testutil/request [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/volume [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-01-29T17:07:15.289Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === Skipped [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-01-29T17:07:15.289Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-01-29T17:07:15.289Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-01-29T17:07:15.289Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-01-29T17:07:15.289Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-01-29T17:07:15.289Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-01-29T17:07:15.289Z] client_test.go:23: runtime.GOOS == "windows" [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-01-29T17:07:15.289Z] daemon_test.go:147: root required [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-01-29T17:07:15.289Z] reload_test.go:520: root required [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-01-29T17:07:15.289Z] config_test.go:518: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-01-29T17:07:15.289Z] pull_v2_test.go:73: Needs fixing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-01-29T17:07:15.289Z] pull_v2_test.go:118: Needs fixing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-01-29T17:07:15.289Z] download_test.go:268: Needs fixing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-01-29T17:07:15.289Z] layer_test.go:304: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-01-29T17:07:15.289Z] layer_test.go:353: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-01-29T17:07:15.289Z] layer_test.go:468: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-01-29T17:07:15.289Z] layer_test.go:697: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-01-29T17:07:15.289Z] migration_test.go:46: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-01-29T17:07:15.289Z] migration_test.go:182: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-01-29T17:07:15.289Z] mount_test.go:17: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-01-29T17:07:15.289Z] mount_test.go:76: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-01-29T17:07:15.289Z] mount_test.go:125: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-01-29T17:07:15.289Z] mount_test.go:212: Failing on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:133: Xz not present in msys2 [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:238: Failing on Windows CI machines [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-01-29T17:07:15.289Z] archive_windows_test.go:16: Currently fails [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-01-29T17:07:15.289Z] changes_test.go:192: needs more investigation [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-01-29T17:07:15.289Z] changes_test.go:405: needs further investigation [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-01-29T17:07:15.289Z] changes_test.go:441: needs further investigation [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-01-29T17:07:15.289Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-01-29T17:07:15.289Z] poller_test.go:41: No chmod on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-01-29T17:07:15.289Z] fileutils_test.go:134: Needs porting to Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-01-29T17:07:15.289Z] fileutils_test.go:180: Needs porting to Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-01-29T17:07:15.289Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2020-01-29T17:07:15.289Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-01-29T17:07:15.289Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-01-29T17:07:15.289Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-01-29T17:07:15.289Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-01-29T17:07:15.289Z] local_test.go:181: runtime.GOOS == "windows" [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] [2020-01-29T17:07:15.289Z] DONE 1759 tests, 46 skipped in 214.971s [2020-01-29T17:07:15.289Z] INFO: make.ps1 ended at 01/29/2020 17:07:14 [2020-01-29T17:07:16.610Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-01-29T17:07:16.610Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-01-29T17:07:16.610Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-01-29T17:07:16.610Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-01-29T17:07:16.610Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-01-29T17:07:16.841Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-01-29T17:07:17.305Z] INFO: Unit tests ended at 01/29/2020 17:07:16. Duration:00:03:51.3432802 [2020-01-29T17:07:17.305Z] INFO: Building busybox [2020-01-29T17:07:17.305Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-01-29T17:07:17.305Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-01-29T17:07:17.305Z] [2020-01-29T17:07:17.305Z] Sending build context to Docker daemon 2.56kB [2020-01-29T17:07:17.305Z] [2020-01-29T17:07:17.305Z] Step 1/6 : FROM microsoft/windowsservercore [2020-01-29T17:07:17.305Z] ---> 8351e66084ac [2020-01-29T17:07:17.305Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-01-29T17:07:17.305Z] ---> Running in f917f3596360 [2020-01-29T17:07:18.505Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-01-29T17:07:18.763Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-01-29T17:07:19.695Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-01-29T17:07:20.627Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-01-29T17:07:21.998Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-01-29T17:07:21.998Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-01-29T17:07:23.213Z] Removing intermediate container f917f3596360 [2020-01-29T17:07:23.213Z] ---> f0a995439c0f [2020-01-29T17:07:23.213Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-01-29T17:07:23.678Z] [2020-01-29T17:07:24.142Z] ---> bc29cbbe4e5d [2020-01-29T17:07:24.142Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-01-29T17:07:24.142Z] ---> Running in 4589c4063dda [2020-01-29T17:07:25.274Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-01-29T17:07:25.274Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-01-29T17:07:25.694Z] [2020-01-29T17:07:25.694Z] SUCCESS: Specified value was saved. [2020-01-29T17:07:27.798Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-01-29T17:07:27.913Z] #33 131.2 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-01-29T17:07:27.913Z] #33 133.7 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-01-29T17:07:27.913Z] #33 135.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-01-29T17:07:28.626Z] Removing intermediate container 4589c4063dda [2020-01-29T17:07:28.626Z] ---> fb4cdba5e80b [2020-01-29T17:07:28.626Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-01-29T17:07:28.626Z] ---> Running in d42442537e10 [2020-01-29T17:07:29.168Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-01-29T17:07:29.425Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-01-29T17:07:29.838Z] #33 137.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-01-29T17:07:30.356Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-01-29T17:07:30.356Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-01-29T17:07:31.286Z] === RUN TestDockerSuite/TestBuildXZHost [2020-01-29T17:07:32.368Z] #33 139.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-01-29T17:07:33.740Z] #33 140.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-01-29T17:07:33.811Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-01-29T17:07:33.811Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-01-29T17:07:33.811Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-01-29T17:07:34.673Z] #33 142.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-01-29T17:07:34.680Z] Cannot create a file when that file already exists. [2020-01-29T17:07:34.743Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-01-29T17:07:36.043Z] #33 143.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-01-29T17:07:36.126Z] === RUN TestDockerSuite/TestCommitChange [2020-01-29T17:07:36.301Z] #33 143.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-01-29T17:07:37.506Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-01-29T17:07:37.674Z] #33 145.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-01-29T17:07:38.437Z] === RUN TestDockerSuite/TestCommitHardlink [2020-01-29T17:07:39.045Z] #33 146.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-01-29T17:07:40.331Z] === RUN TestDockerSuite/TestCommitNewFile [2020-01-29T17:07:40.418Z] #33 147.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-01-29T17:07:41.806Z] Removing intermediate container d42442537e10 [2020-01-29T17:07:41.806Z] ---> f4a0227c890b [2020-01-29T17:07:41.806Z] Step 6/6 : CMD ["sh"] [2020-01-29T17:07:41.806Z] ---> Running in ba0222451633 [2020-01-29T17:07:41.806Z] Removing intermediate container ba0222451633 [2020-01-29T17:07:41.806Z] ---> 63e6cb94eec7 [2020-01-29T17:07:41.806Z] Successfully built 63e6cb94eec7 [2020-01-29T17:07:41.806Z] Successfully tagged busybox:latest [2020-01-29T17:07:41.806Z] INFO: Docker images of the daemon under test [2020-01-29T17:07:41.806Z] [2020-01-29T17:07:41.806Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-01-29T17:07:41.806Z] busybox latest 63e6cb94eec7 Less than a second ago 4.86GB [2020-01-29T17:07:41.806Z] microsoft/windowsservercore latest 8351e66084ac 2 weeks ago 4.82GB [2020-01-29T17:07:41.806Z] mcr.microsoft.com/windows/servercore ltsc2019 8351e66084ac 2 weeks ago 4.82GB [2020-01-29T17:07:41.806Z] [2020-01-29T17:07:41.806Z] INFO: Running integration tests at 01/29/2020 17:07:41... [2020-01-29T17:07:41.806Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-01-29T17:07:41.806Z] INFO: Integration API tests being run from the host: [2020-01-29T17:07:41.806Z] INFO: make.ps1 starting at 01/29/2020 17:07:41 [2020-01-29T17:07:42.224Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-01-29T17:07:42.315Z] #33 149.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-01-29T17:07:42.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-01-29T17:07:42.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-01-29T17:07:42.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-01-29T17:07:42.786Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-01-29T17:07:42.787Z] === RUN TestDockerSuite/TestCommitTTY [2020-01-29T17:07:43.689Z] #33 151.0 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-01-29T17:07:44.621Z] #33 152.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-01-29T17:07:44.680Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-01-29T17:07:45.610Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-01-29T17:07:46.519Z] #33 154.0 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-01-29T17:07:47.504Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-01-29T17:07:47.890Z] #33 155.0 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-01-29T17:07:48.433Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-01-29T17:07:48.821Z] #33 156.2 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-01-29T17:07:48.997Z] --- PASS: TestServicePlugin (36.23s) [2020-01-29T17:07:48.997Z] plugin_test.go:62: [db38638433f9f] joining swarm manager [d92c92ac9242a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:07:48.997Z] plugin_test.go:65: [d2618a5732269] joining swarm manager [d92c92ac9242a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:07:48.997Z] === RUN TestServiceUpdateLabel [2020-01-29T17:07:50.191Z] #33 157.4 [2020-01-29T17:07:50.365Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-01-29T17:07:50.448Z] #33 DONE 157.9s [2020-01-29T17:07:50.448Z] [2020-01-29T17:07:50.448Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-01-29T17:07:51.734Z] --- PASS: TestServiceUpdateLabel (2.54s) [2020-01-29T17:07:51.734Z] === RUN TestServiceUpdateSecrets [2020-01-29T17:07:51.992Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-01-29T17:07:51.992Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-01-29T17:07:52.342Z] #34 DONE 1.5s [2020-01-29T17:07:52.922Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-01-29T17:07:53.715Z] [2020-01-29T17:07:53.715Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-01-29T17:07:54.280Z] #35 DONE 0.8s [2020-01-29T17:07:54.295Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-01-29T17:07:54.538Z] [2020-01-29T17:07:54.538Z] #36 exporting to image [2020-01-29T17:07:54.538Z] #36 exporting layers [2020-01-29T17:07:54.860Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-01-29T17:07:55.791Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-01-29T17:07:56.448Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-01-29T17:07:56.706Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-01-29T17:07:56.706Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-01-29T17:07:57.083Z] #36 exporting layers 2.3s done [2020-01-29T17:07:57.084Z] #36 writing image sha256:f681f4e53c3d9cdadea7afa6c75ed0812d500678a8a6ec52f7cfaced17b76ce0 done [2020-01-29T17:07:57.084Z] #36 naming to docker.io/library/moby-e2e-test done [2020-01-29T17:07:57.084Z] #36 DONE 2.3s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-01-29T17:07:57.270Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-01-29T17:07:57.270Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-01-29T17:07:57.427Z] + echo Ensuring container killed. [2020-01-29T17:07:57.427Z] Ensuring container killed. [2020-01-29T17:07:57.427Z] + docker rm -vf docker-pr1 [2020-01-29T17:07:57.427Z] Error: No such container: docker-pr1 [2020-01-29T17:07:57.427Z] + true [Pipeline] sh [2020-01-29T17:07:57.527Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-01-29T17:07:57.527Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-01-29T17:07:57.710Z] + echo Chowning /workspace to jenkins user [2020-01-29T17:07:57.710Z] Chowning /workspace to jenkins user [2020-01-29T17:07:57.710Z] + id -u [2020-01-29T17:07:57.710Z] + id -g [2020-01-29T17:07:57.710Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40426:/workspace busybox chown -R 1000:1000 /workspace [2020-01-29T17:07:57.784Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-01-29T17:07:58.715Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-01-29T17:07:59.278Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-01-29T17:07:59.378Z] + bundleName=unit [2020-01-29T17:07:59.378Z] + echo Creating unit-bundles.tar.gz [2020-01-29T17:07:59.378Z] Creating unit-bundles.tar.gz [2020-01-29T17:07:59.378Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-01-29T17:07:59.378Z] bundles/junit-report.xml [2020-01-29T17:07:59.378Z] bundles/go-test-report.json [2020-01-29T17:07:59.378Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-01-29T17:07:59.389Z] Archiving artifacts [2020-01-29T17:07:59.967Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-01-29T17:08:00.210Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-01-29T17:08:00.210Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-01-29T17:08:00.274Z] + make clean [2020-01-29T17:08:00.531Z] docker volume rm -f docker-dev-cache [2020-01-29T17:08:00.531Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-01-29T17:08:02.108Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-01-29T17:08:03.039Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-01-29T17:08:03.039Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-01-29T17:08:03.969Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-01-29T17:08:04.902Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-01-29T17:08:05.832Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-01-29T17:08:06.764Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-01-29T17:08:06.764Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-01-29T17:08:07.022Z] --- PASS: TestServiceUpdateSecrets (15.35s) [2020-01-29T17:08:07.022Z] === RUN TestServiceUpdateConfigs [2020-01-29T17:08:07.281Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-01-29T17:08:07.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:08:07.976Z] INFO: Testing against a local daemon [2020-01-29T17:08:08.212Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-01-29T17:08:09.585Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-01-29T17:08:09.585Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-01-29T17:08:10.519Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-01-29T17:08:11.890Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-01-29T17:08:13.788Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-01-29T17:08:13.788Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-01-29T17:08:13.788Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-01-29T17:08:13.788Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-01-29T17:08:13.788Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-01-29T17:08:14.383Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-01-29T17:08:19.635Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-01-29T17:08:19.892Z] === RUN TestDockerSuite/TestContainerAPITop [2020-01-29T17:08:20.822Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-01-29T17:08:20.822Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-01-29T17:08:20.822Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-01-29T17:08:21.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-01-29T17:08:21.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-01-29T17:08:21.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-01-29T17:08:22.717Z] --- PASS: TestServiceUpdateConfigs (15.49s) [2020-01-29T17:08:22.717Z] === RUN TestServiceUpdateNetwork [2020-01-29T17:08:22.797Z] ok github.com/docker/docker/integration/build 15.649s [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === Skipped [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-01-29T17:08:22.797Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-01-29T17:08:22.797Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.01s) [2020-01-29T17:08:22.797Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.01s) [2020-01-29T17:08:22.797Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-01-29T17:08:22.797Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-01-29T17:08:22.797Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2020-01-29T17:08:22.797Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s) [2020-01-29T17:08:22.797Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-01-29T17:08:22.797Z] build_test.go:491: testEnv.OSType == "windows" [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2020-01-29T17:08:22.797Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] DONE 22 tests, 10 skipped in 38.610s [2020-01-29T17:08:22.797Z] [2020-01-29T17:08:22.797Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-01-29T17:08:23.649Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-01-29T17:08:23.766Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:08:23.766Z] INFO: Testing against a local daemon [2020-01-29T17:08:23.766Z] ok github.com/docker/docker/integration/config 0.232s [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === Skipped [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-01-29T17:08:23.766Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] [2020-01-29T17:08:23.766Z] DONE 8 tests, 8 skipped in 2.565s [2020-01-29T17:08:23.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-01-29T17:08:24.226Z] [2020-01-29T17:08:24.226Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-01-29T17:08:24.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-01-29T17:08:24.582Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-01-29T17:08:25.953Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-01-29T17:08:26.210Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-01-29T17:08:27.136Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:08:27.136Z] INFO: Testing against a local daemon [2020-01-29T17:08:27.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-01-29T17:08:29.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-01-29T17:08:31.468Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-01-29T17:08:31.725Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-01-29T17:08:32.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-01-29T17:08:34.250Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-01-29T17:08:35.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-01-29T17:08:36.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-01-29T17:08:37.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-01-29T17:08:37.484Z] --- PASS: TestServiceUpdateNetwork (14.98s) [2020-01-29T17:08:37.484Z] PASS [2020-01-29T17:08:37.484Z] [2020-01-29T17:08:37.484Z] === Skipped [2020-01-29T17:08:37.484Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-01-29T17:08:37.484Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T17:08:37.484Z] [2020-01-29T17:08:37.484Z] [2020-01-29T17:08:37.484Z] DONE 23 tests, 1 skipped in 182.412s [2020-01-29T17:08:37.484Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-01-29T17:08:37.484Z] ++ 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-01-29T17:08:37.484Z] ++ set -e [2020-01-29T17:08:37.484Z] ++ '[' -n 0 ']' [2020-01-29T17:08:37.484Z] ++ set -x [2020-01-29T17:08:37.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:08:37.741Z] INFO: Testing against a local daemon [2020-01-29T17:08:37.741Z] === RUN TestSessionCreate [2020-01-29T17:08:37.741Z] --- PASS: TestSessionCreate (0.03s) [2020-01-29T17:08:37.741Z] === RUN TestSessionCreateWithBadUpgrade [2020-01-29T17:08:37.741Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-01-29T17:08:37.741Z] PASS [2020-01-29T17:08:37.741Z] [2020-01-29T17:08:37.741Z] DONE 2 tests in 0.221s [2020-01-29T17:08:37.741Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-01-29T17:08:37.741Z] ++ 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-01-29T17:08:37.741Z] ++ set -e [2020-01-29T17:08:37.741Z] ++ '[' -n 0 ']' [2020-01-29T17:08:37.741Z] ++ set -x [2020-01-29T17:08:37.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:08:37.998Z] INFO: Testing against a local daemon [2020-01-29T17:08:37.998Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-01-29T17:08:37.998Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:08:37.998Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T17:08:37.998Z] === RUN TestEventsExecDie [2020-01-29T17:08:38.255Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-01-29T17:08:38.850Z] --- PASS: TestEventsExecDie (1.02s) [2020-01-29T17:08:38.850Z] === RUN TestEventsBackwardsCompatible [2020-01-29T17:08:39.123Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-01-29T17:08:39.123Z] === RUN TestInfoBinaryCommits [2020-01-29T17:08:39.123Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-01-29T17:08:39.123Z] === RUN TestInfoAPIVersioned [2020-01-29T17:08:39.123Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-01-29T17:08:39.123Z] === RUN TestInfoDiscoveryBackend [2020-01-29T17:08:39.692Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2020-01-29T17:08:39.692Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-01-29T17:08:39.692Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-01-29T17:08:39.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-01-29T17:08:40.621Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-01-29T17:08:40.621Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-01-29T17:08:41.185Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-01-29T17:08:41.185Z] === RUN TestInfoAPI [2020-01-29T17:08:41.185Z] --- PASS: TestInfoAPI (0.02s) [2020-01-29T17:08:41.185Z] === RUN TestInfoAPIWarnings [2020-01-29T17:08:41.442Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-01-29T17:08:41.699Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-01-29T17:08:41.699Z] === RUN TestInfoDebug [2020-01-29T17:08:42.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-01-29T17:08:42.264Z] --- PASS: TestInfoDebug (0.53s) [2020-01-29T17:08:42.264Z] === RUN TestInfoInsecureRegistries [2020-01-29T17:08:42.826Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-01-29T17:08:42.827Z] === RUN TestInfoRegistryMirrors [2020-01-29T17:08:43.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008799c0_} [2020-01-29T17:08:43.341Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-01-29T17:08:43.341Z] === RUN TestLoginFailsWithBadCredentials [2020-01-29T17:08:43.598Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-01-29T17:08:43.598Z] === RUN TestPingCacheHeaders [2020-01-29T17:08:43.598Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-01-29T17:08:43.598Z] === RUN TestPingGet [2020-01-29T17:08:43.598Z] --- PASS: TestPingGet (0.01s) [2020-01-29T17:08:43.598Z] === RUN TestPingHead [2020-01-29T17:08:43.598Z] --- PASS: TestPingHead (0.03s) [2020-01-29T17:08:43.598Z] === RUN TestVersion [2020-01-29T17:08:43.598Z] --- PASS: TestVersion (0.02s) [2020-01-29T17:08:43.598Z] PASS [2020-01-29T17:08:43.598Z] [2020-01-29T17:08:43.598Z] === Skipped [2020-01-29T17:08:43.598Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:08:43.598Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T17:08:43.598Z] [2020-01-29T17:08:43.598Z] [2020-01-29T17:08:43.598Z] DONE 18 tests, 1 skipped in 5.932s [2020-01-29T17:08:43.598Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-01-29T17:08:43.598Z] ++ 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-01-29T17:08:43.598Z] ++ set -e [2020-01-29T17:08:43.598Z] ++ '[' -n 0 ']' [2020-01-29T17:08:43.598Z] ++ set -x [2020-01-29T17:08:43.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:08:43.856Z] INFO: Testing against a local daemon [2020-01-29T17:08:43.856Z] === RUN TestVolumesCreateAndList [2020-01-29T17:08:43.856Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-01-29T17:08:43.856Z] === RUN TestVolumesRemove [2020-01-29T17:08:44.113Z] --- PASS: TestVolumesRemove (0.09s) [2020-01-29T17:08:44.113Z] === RUN TestVolumesInspect [2020-01-29T17:08:44.113Z] --- PASS: TestVolumesInspect (0.02s) [2020-01-29T17:08:44.113Z] === RUN TestVolumesInvalidJSON [2020-01-29T17:08:44.113Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-01-29T17:08:44.113Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-01-29T17:08:44.113Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-01-29T17:08:44.113Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-01-29T17:08:44.113Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-01-29T17:08:44.113Z] PASS [2020-01-29T17:08:44.113Z] [2020-01-29T17:08:44.113Z] DONE 5 tests in 0.359s [2020-01-29T17:08:44.113Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-01-29T17:08:44.113Z] ++++ cat bundles/test-integration/docker.pid [2020-01-29T17:08:44.113Z] +++ kill 5327 [2020-01-29T17:08:44.677Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1579323317_/foo_false____} [2020-01-29T17:08:45.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-01-29T17:08:45.609Z] +++ /etc/init.d/apparmor stop [2020-01-29T17:08:45.609Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T17:08:45.609Z] [2020-01-29T17:08:45.609Z] Unloading profiles will leave already running processes permanently [2020-01-29T17:08:45.609Z] unconfined, which can lead to unexpected situations. [2020-01-29T17:08:45.609Z] [2020-01-29T17:08:45.609Z] To set a process to complain mode, use the command line tool [2020-01-29T17:08:45.609Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T17:08:45.609Z] +++ true [2020-01-29T17:08:45.609Z] [2020-01-29T17:08:46.539Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1579323317_/foo_true____} [2020-01-29T17:08:47.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-01-29T17:08:48.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3899304848_/foo_false____} [2020-01-29T17:08:49.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-01-29T17:08:49.802Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3899304848_/foo_true____} [2020-01-29T17:08:51.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3899304848_/foo_true__0xc000879e80__} [2020-01-29T17:08:52.337Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-01-29T17:08:52.337Z] Using test binary docker [2020-01-29T17:08:52.337Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-01-29T17:08:52.337Z] +++ /etc/init.d/apparmor start [2020-01-29T17:08:52.337Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-01-29T17:08:52.337Z] INFO: Waiting for daemon to start... [2020-01-29T17:08:52.337Z] Starting dockerd [2020-01-29T17:08:52.337Z] +++ 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-01-29T17:08:53.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000879ea0_} [2020-01-29T17:08:54.365Z] . [2020-01-29T17:08:54.365Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-01-29T17:08:54.365Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-01-29T17:08:54.365Z] Error: No such image: emptyfs [2020-01-29T17:08:54.365Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-01-29T17:08:54.365Z] ++++ docker load [2020-01-29T17:08:54.365Z] Running integration-test (iteration 1) [2020-01-29T17:08:54.365Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-01-29T17:08:54.365Z] ++ 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-01-29T17:08:54.365Z] ++ set -e [2020-01-29T17:08:54.365Z] ++ '[' -n 0 ']' [2020-01-29T17:08:54.365Z] ++ set -x [2020-01-29T17:08:54.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:08:54.960Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000879ec0_} [2020-01-29T17:08:56.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000879ee0_} [2020-01-29T17:08:57.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000879f00_} [2020-01-29T17:08:59.670Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-01-29T17:09:01.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-01-29T17:09:01.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-01-29T17:09:01.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-01-29T17:09:01.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-01-29T17:09:01.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-01-29T17:09:01.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-01-29T17:09:01.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-01-29T17:09:01.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-01-29T17:09:01.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-01-29T17:09:01.560Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-01-29T17:09:01.560Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-01-29T17:09:04.838Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-01-29T17:09:07.384Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-01-29T17:09:09.643Z] Loaded image: buildpack-deps:jessie [2020-01-29T17:09:09.643Z] Loaded image: busybox:latest [2020-01-29T17:09:09.643Z] Loaded image: busybox:glibc [2020-01-29T17:09:09.643Z] Loaded image: debian:jessie [2020-01-29T17:09:09.643Z] Loaded image: hello-world:latest [2020-01-29T17:09:09.643Z] INFO: Testing against a local daemon [2020-01-29T17:09:09.643Z] === RUN TestCgroupNamespacesBuild [2020-01-29T17:09:09.910Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-01-29T17:09:10.671Z] --- PASS: TestCgroupNamespacesBuild (1.61s) [2020-01-29T17:09:10.672Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-01-29T17:09:11.806Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-01-29T17:09:11.806Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-01-29T17:09:12.152Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.63s) [2020-01-29T17:09:12.152Z] === RUN TestBuildWithSession [2020-01-29T17:09:12.152Z] --- SKIP: TestBuildWithSession (0.00s) [2020-01-29T17:09:12.152Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T17:09:12.152Z] === RUN TestBuildSquashParent [2020-01-29T17:09:13.178Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-01-29T17:09:13.743Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-01-29T17:09:15.114Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-01-29T17:09:16.045Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-01-29T17:09:16.977Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-01-29T17:09:17.660Z] --- PASS: TestBuildSquashParent (5.30s) [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T17:09:17.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T17:09:17.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T17:09:17.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T17:09:17.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T17:09:17.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T17:09:17.660Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T17:09:17.660Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T17:09:17.660Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-01-29T17:09:17.660Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-01-29T17:09:17.660Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-01-29T17:09:17.660Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-01-29T17:09:17.909Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-01-29T17:09:18.841Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-01-29T17:09:20.212Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-01-29T17:09:20.364Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-01-29T17:09:20.655Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-01-29T17:09:21.165Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-01-29T17:09:22.095Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.67s) [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.11s) [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.26s) [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.32s) [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.41s) [2020-01-29T17:09:22.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.01s) [2020-01-29T17:09:22.708Z] === RUN TestBuildMultiStageCopy [2020-01-29T17:09:22.708Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-01-29T17:09:23.027Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-01-29T17:09:23.958Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-01-29T17:09:24.747Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-01-29T17:09:25.032Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-01-29T17:09:25.317Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-01-29T17:09:25.328Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-01-29T17:09:26.077Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-01-29T17:09:26.111Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-01-29T17:09:26.111Z] --- PASS: TestBuildMultiStageCopy (3.54s) [2020-01-29T17:09:26.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.97s) [2020-01-29T17:09:26.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2020-01-29T17:09:26.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.38s) [2020-01-29T17:09:26.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.39s) [2020-01-29T17:09:26.111Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.40s) [2020-01-29T17:09:26.111Z] === RUN TestBuildMultiStageParentConfig [2020-01-29T17:09:26.643Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-01-29T17:09:27.594Z] --- PASS: TestBuildMultiStageParentConfig (1.03s) [2020-01-29T17:09:27.594Z] === RUN TestBuildLabelWithTargets [2020-01-29T17:09:28.013Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-01-29T17:09:28.947Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-01-29T17:09:28.947Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-01-29T17:09:29.074Z] --- PASS: TestBuildLabelWithTargets (1.63s) [2020-01-29T17:09:29.074Z] === RUN TestBuildWithEmptyLayers [2020-01-29T17:09:29.878Z] === RUN TestDockerSuite/TestCpRelativePath [2020-01-29T17:09:30.096Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-01-29T17:09:30.096Z] === RUN TestBuildMultiStageOnBuild [2020-01-29T17:09:30.809Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-01-29T17:09:32.130Z] --- PASS: TestBuildMultiStageOnBuild (2.22s) [2020-01-29T17:09:32.130Z] === RUN TestBuildUncleanTarFilenames [2020-01-29T17:09:32.179Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-01-29T17:09:33.109Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-01-29T17:09:33.622Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2020-01-29T17:09:33.622Z] === RUN TestBuildMultiStageLayerLeak [2020-01-29T17:09:34.040Z] === RUN TestDockerSuite/TestCpToCaseA [2020-01-29T17:09:35.653Z] --- PASS: TestBuildMultiStageLayerLeak (2.30s) [2020-01-29T17:09:35.653Z] === RUN TestBuildWithHugeFile [2020-01-29T17:09:35.934Z] === RUN TestDockerSuite/TestCpToCaseB [2020-01-29T17:09:36.865Z] === RUN TestDockerSuite/TestCpToCaseC [2020-01-29T17:09:39.232Z] ok github.com/docker/docker/integration/container 61.641s [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === Skipped [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-01-29T17:09:39.232Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) [2020-01-29T17:09:39.232Z] copy_test.go:25: testEnv.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-01-29T17:09:39.232Z] copy_test.go:39: testEnv.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-01-29T17:09:39.232Z] copy_test.go:51: testEnv.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-01-29T17:09:39.232Z] copy_test.go:65: testEnv.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-01-29T17:09:39.232Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-01-29T17:09:39.232Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-01-29T17:09:39.232Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-01-29T17:09:39.232Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-01-29T17:09:39.232Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-01-29T17:09:39.232Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-01-29T17:09:39.232Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-01-29T17:09:39.232Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-01-29T17:09:39.232Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-01-29T17:09:39.232Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-01-29T17:09:39.232Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-01-29T17:09:39.232Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-01-29T17:09:39.232Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-01-29T17:09:39.232Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-01-29T17:09:39.232Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-01-29T17:09:39.232Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-01-29T17:09:39.232Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-01-29T17:09:39.232Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-01-29T17:09:39.232Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.232Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-01-29T17:09:39.232Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T17:09:39.232Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-01-29T17:09:39.233Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-01-29T17:09:39.233Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-01-29T17:09:39.233Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-01-29T17:09:39.233Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-01-29T17:09:39.233Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-01-29T17:09:39.233Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-01-29T17:09:39.233Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-01-29T17:09:39.233Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-01-29T17:09:39.233Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-01-29T17:09:39.233Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-01-29T17:09:39.233Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-01-29T17:09:39.233Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-01-29T17:09:39.233Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-01-29T17:09:39.233Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-01-29T17:09:39.233Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 79 tests, 40 skipped in 64.491s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-01-29T17:09:39.233Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:39.233Z] INFO: Testing against a local daemon [2020-01-29T17:09:39.233Z] ok github.com/docker/docker/integration/image 0.502s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === Skipped [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-01-29T17:09:39.233Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-01-29T17:09:39.233Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-01-29T17:09:39.233Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-01-29T17:09:39.233Z] tag_test.go:98: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 11 tests, 4 skipped in 2.800s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-01-29T17:09:39.233Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:39.233Z] INFO: Testing against a local daemon [2020-01-29T17:09:39.233Z] ok github.com/docker/docker/integration/network 0.316s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === Skipped [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-01-29T17:09:39.233Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-01-29T17:09:39.233Z] 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-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-01-29T17:09:39.233Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-01-29T17:09:39.233Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:29: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:51: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:94: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:127: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:177: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:201: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:230: FLAKY_TEST [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-01-29T17:09:39.233Z] service_test.go:319: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2020-01-29T17:09:39.233Z] service_test.go:386: testEnv.OSType == "windows" [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 17 tests, 13 skipped in 2.686s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-01-29T17:09:39.233Z] testing: warning: no tests to run [2020-01-29T17:09:39.233Z] ok github.com/docker/docker/integration/network/ipvlan 0.083s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 0 tests in 0.878s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-01-29T17:09:39.233Z] testing: warning: no tests to run [2020-01-29T17:09:39.233Z] ok github.com/docker/docker/integration/network/macvlan 0.087s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 0 tests in 0.829s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-01-29T17:09:39.233Z] testing: warning: no tests to run [2020-01-29T17:09:39.233Z] ok github.com/docker/docker/integration/plugin 0.095s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 0 tests in 0.912s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-01-29T17:09:39.233Z] testing: warning: no tests to run [2020-01-29T17:09:39.233Z] ok github.com/docker/docker/integration/plugin/authz 0.108s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] DONE 0 tests in 0.840s [2020-01-29T17:09:39.233Z] [2020-01-29T17:09:39.233Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-01-29T17:09:39.387Z] === RUN TestDockerSuite/TestCpToCaseD [2020-01-29T17:09:40.203Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:40.203Z] INFO: Testing against a local daemon [2020-01-29T17:09:40.203Z] ok github.com/docker/docker/integration/plugin/common 0.218s [2020-01-29T17:09:40.203Z] [2020-01-29T17:09:40.203Z] DONE 2 tests in 2.379s [2020-01-29T17:09:40.203Z] [2020-01-29T17:09:40.203Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-01-29T17:09:44.658Z] === RUN TestDockerSuite/TestCpToCaseE [2020-01-29T17:09:44.912Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:44.912Z] INFO: Testing against a local daemon [2020-01-29T17:09:44.912Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.401s [2020-01-29T17:09:44.912Z] [2020-01-29T17:09:44.912Z] === Skipped [2020-01-29T17:09:44.912Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-01-29T17:09:44.912Z] external_test.go:48: runtime.GOOS == "windows" [2020-01-29T17:09:44.912Z] [2020-01-29T17:09:44.912Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-01-29T17:09:44.912Z] external_test.go:407: runtime.GOOS == "windows" [2020-01-29T17:09:44.912Z] [2020-01-29T17:09:44.912Z] [2020-01-29T17:09:44.912Z] DONE 2 tests, 2 skipped in 4.147s [2020-01-29T17:09:44.912Z] [2020-01-29T17:09:44.912Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-01-29T17:09:47.933Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-01-29T17:09:48.191Z] === RUN TestDockerSuite/TestCpToCaseF [2020-01-29T17:09:49.123Z] === RUN TestDockerSuite/TestCpToCaseG [2020-01-29T17:09:52.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-01-29T17:09:53.516Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:53.516Z] INFO: Testing against a local daemon [2020-01-29T17:09:53.516Z] testing: warning: no tests to run [2020-01-29T17:09:53.516Z] ok github.com/docker/docker/integration/plugin/logging 0.219s [2020-01-29T17:09:53.516Z] [2020-01-29T17:09:53.516Z] DONE 0 tests in 7.890s [2020-01-29T17:09:53.516Z] [2020-01-29T17:09:53.516Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-01-29T17:09:54.927Z] === RUN TestDockerSuite/TestCpToCaseH [2020-01-29T17:09:55.695Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:55.695Z] INFO: Testing against a local daemon [2020-01-29T17:09:55.695Z] ok github.com/docker/docker/integration/plugin/volumes 0.281s [2020-01-29T17:09:55.695Z] [2020-01-29T17:09:55.695Z] === Skipped [2020-01-29T17:09:55.695Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-01-29T17:09:55.695Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:55.695Z] [2020-01-29T17:09:55.695Z] [2020-01-29T17:09:55.695Z] DONE 1 tests, 1 skipped in 2.883s [2020-01-29T17:09:55.695Z] [2020-01-29T17:09:55.695Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-01-29T17:09:57.874Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:09:57.874Z] INFO: Testing against a local daemon [2020-01-29T17:09:57.874Z] ok github.com/docker/docker/integration/secret 0.243s [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] === Skipped [2020-01-29T17:09:57.874Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-01-29T17:09:57.874Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-01-29T17:09:57.874Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-01-29T17:09:57.874Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-01-29T17:09:57.874Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-01-29T17:09:57.874Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-01-29T17:09:57.874Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] DONE 6 tests, 6 skipped in 2.452s [2020-01-29T17:09:57.874Z] [2020-01-29T17:09:57.874Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-01-29T17:09:59.106Z] === RUN TestDockerSuite/TestCpToCaseI [2020-01-29T17:10:00.479Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-01-29T17:10:01.614Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:10:01.614Z] INFO: Testing against a local daemon [2020-01-29T17:10:01.614Z] ok github.com/docker/docker/integration/service 0.398s [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === Skipped [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-01-29T17:10:01.614Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-01-29T17:10:01.614Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-01-29T17:10:01.614Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-01-29T17:10:01.614Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-01-29T17:10:01.614Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-01-29T17:10:01.614Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-01-29T17:10:01.614Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-01-29T17:10:01.614Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-01-29T17:10:01.614Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-01-29T17:10:01.614Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-01-29T17:10:01.614Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-01-29T17:10:01.614Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-01-29T17:10:01.614Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-01-29T17:10:01.614Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-01-29T17:10:01.614Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-01-29T17:10:01.614Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-01-29T17:10:01.614Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2020-01-29T17:10:01.614Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] DONE 23 tests, 22 skipped in 3.421s [2020-01-29T17:10:01.614Z] [2020-01-29T17:10:01.614Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-01-29T17:10:03.799Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:10:03.799Z] INFO: Testing against a local daemon [2020-01-29T17:10:03.799Z] ok github.com/docker/docker/integration/session 0.269s [2020-01-29T17:10:03.799Z] [2020-01-29T17:10:03.799Z] === Skipped [2020-01-29T17:10:03.799Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-01-29T17:10:03.799Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-01-29T17:10:03.799Z] [2020-01-29T17:10:03.799Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-01-29T17:10:03.799Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-01-29T17:10:03.799Z] [2020-01-29T17:10:03.799Z] [2020-01-29T17:10:03.799Z] DONE 2 tests, 2 skipped in 2.482s [2020-01-29T17:10:04.259Z] [2020-01-29T17:10:04.259Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-01-29T17:10:05.735Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-01-29T17:10:06.299Z] === RUN TestDockerSuite/TestCpToDot [2020-01-29T17:10:06.446Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:10:06.446Z] INFO: Testing against a local daemon [2020-01-29T17:10:07.230Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-01-29T17:10:07.414Z] ok github.com/docker/docker/integration/system 1.384s [2020-01-29T17:10:07.874Z] [2020-01-29T17:10:07.874Z] === Skipped [2020-01-29T17:10:07.874Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:10:07.874Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-01-29T17:10:07.874Z] [2020-01-29T17:10:07.874Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2020-01-29T17:10:07.875Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-01-29T17:10:07.875Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-01-29T17:10:07.875Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-01-29T17:10:07.875Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-01-29T17:10:07.875Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-01-29T17:10:07.875Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] DONE 13 tests, 7 skipped in 3.682s [2020-01-29T17:10:07.875Z] [2020-01-29T17:10:07.875Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-01-29T17:10:09.229Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-01-29T17:10:10.061Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:10:10.061Z] INFO: Testing against a local daemon [2020-01-29T17:10:10.520Z] ok github.com/docker/docker/integration/volume 0.300s [2020-01-29T17:10:10.520Z] [2020-01-29T17:10:10.520Z] === Skipped [2020-01-29T17:10:10.520Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-01-29T17:10:10.520Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-01-29T17:10:10.520Z] [2020-01-29T17:10:10.520Z] [2020-01-29T17:10:10.520Z] DONE 5 tests, 1 skipped in 2.626s [2020-01-29T17:10:10.520Z] [2020-01-29T17:10:10.520Z] INFO: make.ps1 ended at 01/29/2020 17:10:10 [2020-01-29T17:10:10.520Z] INFO: Integration CLI tests being run from the host: [2020-01-29T17:10:10.520Z] 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-01-29T17:10:11.144Z] === RUN TestDockerSuite/TestCpToStdout [2020-01-29T17:10:11.401Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-01-29T17:10:11.965Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-01-29T17:10:16.140Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-01-29T17:10:16.140Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-01-29T17:10:17.073Z] === RUN TestDockerSuite/TestCpVolumePath [2020-01-29T17:10:18.971Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-01-29T17:10:18.971Z] === RUN TestDockerSuite/TestCreateArgs [2020-01-29T17:10:19.227Z] === RUN TestDockerSuite/TestCreateByImageID [2020-01-29T17:10:19.791Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-01-29T17:10:20.355Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-01-29T17:10:20.355Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-01-29T17:10:20.612Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-01-29T17:10:20.854Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-01-29T17:10:20.854Z] INFO: Testing against a local daemon [2020-01-29T17:10:21.544Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-01-29T17:10:21.801Z] === RUN TestDockerSuite/TestCreateLabels [2020-01-29T17:10:21.801Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-01-29T17:10:22.058Z] === RUN TestDockerSuite/TestCreateRM [2020-01-29T17:10:22.315Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-01-29T17:10:22.315Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-01-29T17:10:22.315Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-01-29T17:10:22.573Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-01-29T17:10:25.096Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-01-29T17:10:25.096Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-01-29T17:10:25.096Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-01-29T17:10:28.373Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-01-29T17:10:28.631Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-01-29T17:10:28.631Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-01-29T17:10:28.631Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-01-29T17:10:28.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-01-29T17:10:28.890Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-01-29T17:10:28.890Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-01-29T17:10:29.823Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-01-29T17:10:31.723Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-01-29T17:10:32.300Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-01-29T17:10:34.826Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-01-29T17:10:36.723Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-01-29T17:10:37.287Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-01-29T17:10:38.218Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-01-29T17:10:38.218Z] === RUN TestDockerSuite/TestDevicePermissions [2020-01-29T17:10:39.149Z] === RUN TestDockerSuite/TestDockerFails [2020-01-29T17:10:39.149Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-01-29T17:10:39.149Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-01-29T17:10:39.149Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-01-29T17:10:40.519Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-01-29T17:10:41.451Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-01-29T17:10:42.822Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-01-29T17:10:42.822Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-01-29T17:10:42.822Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-01-29T17:10:43.080Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-01-29T17:10:44.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-01-29T17:10:50.235Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-01-29T17:10:51.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-01-29T17:10:52.981Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-01-29T17:10:56.264Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-01-29T17:10:57.724Z] --- PASS: TestBuildWithHugeFile (81.03s) [2020-01-29T17:10:57.725Z] === RUN TestBuildWithEmptyDockerfile [2020-01-29T17:10:57.725Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T17:10:57.725Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T17:10:57.725Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T17:10:57.725Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T17:10:57.725Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T17:10:57.725Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T17:10:57.725Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-01-29T17:10:57.725Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-01-29T17:10:57.725Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-01-29T17:10:57.725Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-01-29T17:10:57.725Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2020-01-29T17:10:57.725Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2020-01-29T17:10:57.725Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.33s) [2020-01-29T17:10:57.725Z] === RUN TestBuildPreserveOwnership [2020-01-29T17:10:57.725Z] === RUN TestBuildPreserveOwnership/copy_from [2020-01-29T17:10:58.176Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-01-29T17:11:00.074Z] === RUN TestDockerSuite/TestEventsAttach [2020-01-29T17:11:00.417Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-01-29T17:11:00.638Z] === RUN TestDockerSuite/TestEventsCommit [2020-01-29T17:11:01.569Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-01-29T17:11:01.896Z] --- PASS: TestBuildPreserveOwnership (4.78s) [2020-01-29T17:11:01.896Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.16s) [2020-01-29T17:11:01.896Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.61s) [2020-01-29T17:11:01.896Z] === RUN TestBuildPlatformInvalid [2020-01-29T17:11:01.897Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-01-29T17:11:01.897Z] PASS [2020-01-29T17:11:01.897Z] [2020-01-29T17:11:01.897Z] === Skipped [2020-01-29T17:11:01.897Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-01-29T17:11:01.897Z] build_session_test.go:25: TODO: BuildKit [2020-01-29T17:11:01.897Z] [2020-01-29T17:11:01.897Z] [2020-01-29T17:11:01.897Z] DONE 32 tests, 1 skipped in 127.617s [2020-01-29T17:11:01.897Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-01-29T17:11:01.897Z] ++ 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-01-29T17:11:01.897Z] ++ set -e [2020-01-29T17:11:01.897Z] ++ '[' -n 0 ']' [2020-01-29T17:11:01.897Z] ++ set -x [2020-01-29T17:11:01.897Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:11:02.183Z] INFO: Testing against a local daemon [2020-01-29T17:11:02.183Z] === RUN TestConfigList [2020-01-29T17:11:02.499Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-01-29T17:11:03.434Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-01-29T17:11:04.365Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-01-29T17:11:04.880Z] --- PASS: TestConfigList (2.35s) [2020-01-29T17:11:04.880Z] === RUN TestConfigsCreateAndDelete [2020-01-29T17:11:06.260Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-01-29T17:11:06.920Z] --- PASS: TestConfigsCreateAndDelete (2.33s) [2020-01-29T17:11:06.920Z] === RUN TestConfigsUpdate [2020-01-29T17:11:08.157Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-01-29T17:11:08.961Z] --- PASS: TestConfigsUpdate (2.28s) [2020-01-29T17:11:08.961Z] === RUN TestTemplatedConfig [2020-01-29T17:11:11.432Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-01-29T17:11:11.655Z] --- PASS: TestTemplatedConfig (2.70s) [2020-01-29T17:11:11.655Z] === RUN TestConfigInspect [2020-01-29T17:11:13.954Z] === RUN TestDockerSuite/TestEventsCopy [2020-01-29T17:11:13.967Z] --- PASS: TestConfigInspect (2.21s) [2020-01-29T17:11:13.967Z] === RUN TestConfigCreateWithLabels [2020-01-29T17:11:15.323Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-01-29T17:11:16.661Z] --- PASS: TestConfigCreateWithLabels (2.29s) [2020-01-29T17:11:16.661Z] === RUN TestConfigCreateResolve [2020-01-29T17:11:16.692Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-01-29T17:11:17.623Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-01-29T17:11:17.881Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-01-29T17:11:18.702Z] --- PASS: TestConfigCreateResolve (2.24s) [2020-01-29T17:11:18.702Z] === RUN TestConfigDaemonLibtrustID [2020-01-29T17:11:19.012Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2020-01-29T17:11:19.012Z] PASS [2020-01-29T17:11:19.012Z] [2020-01-29T17:11:19.012Z] DONE 8 tests in 17.055s [2020-01-29T17:11:19.012Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-01-29T17:11:19.012Z] ++ 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-01-29T17:11:19.012Z] ++ set -e [2020-01-29T17:11:19.012Z] ++ '[' -n 0 ']' [2020-01-29T17:11:19.012Z] ++ set -x [2020-01-29T17:11:19.012Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:11:19.302Z] INFO: Testing against a local daemon [2020-01-29T17:11:19.302Z] === RUN TestCheckpoint [2020-01-29T17:11:19.302Z] --- SKIP: TestCheckpoint (0.00s) [2020-01-29T17:11:19.302Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T17:11:19.302Z] === RUN TestContainerInvalidJSON [2020-01-29T17:11:19.302Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T17:11:19.302Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T17:11:19.302Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T17:11:19.302Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T17:11:19.302Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-01-29T17:11:19.302Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-01-29T17:11:19.302Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-01-29T17:11:19.302Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-01-29T17:11:19.302Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-01-29T17:11:19.302Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-01-29T17:11:19.302Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-01-29T17:11:19.302Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-01-29T17:11:19.302Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-01-29T17:11:19.302Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-01-29T17:11:19.302Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-01-29T17:11:19.302Z] === RUN TestCopyFromContainerPathIsNotDir [2020-01-29T17:11:19.586Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-01-29T17:11:19.586Z] === RUN TestCopyToContainerPathDoesNotExist [2020-01-29T17:11:19.586Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-01-29T17:11:19.586Z] === RUN TestCopyToContainerPathIsNotDir [2020-01-29T17:11:19.586Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-01-29T17:11:19.586Z] === RUN TestCopyFromContainer [2020-01-29T17:11:19.780Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-01-29T17:11:20.043Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-01-29T17:11:20.300Z] === RUN TestDockerSuite/TestEventsFilterType [2020-01-29T17:11:20.557Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-01-29T17:11:20.814Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-01-29T17:11:20.814Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-01-29T17:11:20.814Z] === RUN TestDockerSuite/TestEventsFilters [2020-01-29T17:11:21.065Z] === RUN TestCopyFromContainer// [2020-01-29T17:11:21.350Z] === RUN TestCopyFromContainer//bar/root [2020-01-29T17:11:21.350Z] === RUN TestCopyFromContainer//bar/root/ [2020-01-29T17:11:21.350Z] === RUN TestCopyFromContainer/bar/quux [2020-01-29T17:11:21.634Z] === RUN TestCopyFromContainer/bar/quux/ [2020-01-29T17:11:21.634Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-01-29T17:11:21.634Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-01-29T17:11:21.920Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-01-29T17:11:21.920Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-01-29T17:11:21.920Z] === RUN TestCopyFromContainer/bar/notarget [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer (2.52s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-01-29T17:11:22.205Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-01-29T17:11:22.205Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-01-29T17:11:22.205Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T17:11:22.205Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T17:11:22.205Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T17:11:22.205Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T17:11:22.205Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T17:11:22.205Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T17:11:22.205Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-01-29T17:11:22.205Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-01-29T17:11:22.205Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-01-29T17:11:22.205Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-01-29T17:11:22.205Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-01-29T17:11:22.205Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-01-29T17:11:22.205Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-01-29T17:11:22.205Z] === RUN TestCreateLinkToNonExistingContainer [2020-01-29T17:11:22.205Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-01-29T17:11:22.205Z] === RUN TestCreateWithInvalidEnv [2020-01-29T17:11:22.205Z] === RUN TestCreateWithInvalidEnv/0 [2020-01-29T17:11:22.205Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-01-29T17:11:22.205Z] === RUN TestCreateWithInvalidEnv/1 [2020-01-29T17:11:22.205Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-01-29T17:11:22.205Z] === RUN TestCreateWithInvalidEnv/2 [2020-01-29T17:11:22.205Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-01-29T17:11:22.205Z] === CONT TestCreateWithInvalidEnv/0 [2020-01-29T17:11:22.205Z] === CONT TestCreateWithInvalidEnv/2 [2020-01-29T17:11:22.205Z] === CONT TestCreateWithInvalidEnv/1 [2020-01-29T17:11:22.205Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-01-29T17:11:22.205Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-01-29T17:11:22.205Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-01-29T17:11:22.205Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-01-29T17:11:22.205Z] === RUN TestCreateTmpfsMountsTarget [2020-01-29T17:11:22.205Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-01-29T17:11:22.205Z] === RUN TestCreateWithCustomMaskedPaths [2020-01-29T17:11:22.711Z] === RUN TestDockerSuite/TestEventsFormat [2020-01-29T17:11:23.643Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCustomMaskedPaths (1.93s) [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T17:11:24.242Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-01-29T17:11:24.242Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.02s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-01-29T17:11:24.242Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-01-29T17:11:24.242Z] === RUN TestCreateWithCustomReadonlyPaths [2020-01-29T17:11:24.575Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-01-29T17:11:24.575Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-01-29T17:11:24.575Z] === RUN TestDockerSuite/TestEventsImageImport [2020-01-29T17:11:25.946Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-01-29T17:11:25.946Z] === RUN TestDockerSuite/TestEventsImagePull [2020-01-29T17:11:26.285Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2020-01-29T17:11:26.286Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-01-29T17:11:26.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T17:11:26.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T17:11:26.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T17:11:26.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T17:11:26.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T17:11:26.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T17:11:26.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T17:11:26.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T17:11:26.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T17:11:26.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T17:11:26.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-01-29T17:11:26.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-01-29T17:11:26.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-01-29T17:11:26.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-01-29T17:11:26.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-01-29T17:11:26.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-01-29T17:11:26.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-01-29T17:11:26.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-01-29T17:11:26.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-01-29T17:11:26.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-01-29T17:11:26.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-01-29T17:11:26.286Z] === RUN TestContainerStartOnDaemonRestart [2020-01-29T17:11:26.286Z] === PAUSE TestContainerStartOnDaemonRestart [2020-01-29T17:11:26.286Z] === RUN TestDaemonRestartIpcMode [2020-01-29T17:11:26.286Z] === PAUSE TestDaemonRestartIpcMode [2020-01-29T17:11:26.286Z] === RUN TestDaemonHostGatewayIP [2020-01-29T17:11:26.286Z] === PAUSE TestDaemonHostGatewayIP [2020-01-29T17:11:26.286Z] === RUN TestDiff [2020-01-29T17:11:26.511Z] === RUN TestDockerSuite/TestEventsImageTag [2020-01-29T17:11:27.297Z] --- PASS: TestDiff (0.65s) [2020-01-29T17:11:27.297Z] === RUN TestExecWithCloseStdin [2020-01-29T17:11:27.444Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-01-29T17:11:27.916Z] --- PASS: TestExecWithCloseStdin (0.78s) [2020-01-29T17:11:27.916Z] === RUN TestExec [2020-01-29T17:11:28.011Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-01-29T17:11:28.011Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-01-29T17:11:28.011Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-01-29T17:11:28.533Z] --- PASS: TestExec (0.80s) [2020-01-29T17:11:28.533Z] === RUN TestExecUser [2020-01-29T17:11:29.546Z] --- PASS: TestExecUser (0.79s) [2020-01-29T17:11:29.546Z] === RUN TestExportContainerAndImportImage [2020-01-29T17:11:29.908Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-01-29T17:11:30.475Z] === RUN TestDockerSuite/TestEventsRename [2020-01-29T17:11:30.558Z] --- PASS: TestExportContainerAndImportImage (0.98s) [2020-01-29T17:11:30.558Z] === RUN TestExportContainerAfterDaemonRestart [2020-01-29T17:11:31.406Z] === RUN TestDockerSuite/TestEventsResize [2020-01-29T17:11:32.052Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-01-29T17:11:32.052Z] === RUN TestHealthCheckWorkdir [2020-01-29T17:11:32.337Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-01-29T17:11:32.901Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-01-29T17:11:33.067Z] --- PASS: TestHealthCheckWorkdir (0.93s) [2020-01-29T17:11:33.067Z] === RUN TestHealthKillContainer [2020-01-29T17:11:34.272Z] === RUN TestDockerSuite/TestEventsStreaming [2020-01-29T17:11:34.836Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-01-29T17:11:35.760Z] --- PASS: TestHealthKillContainer (2.89s) [2020-01-29T17:11:35.760Z] === RUN TestInspectCpusetInConfigPre120 [2020-01-29T17:11:36.392Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2020-01-29T17:11:36.392Z] === RUN TestIpcModeNone [2020-01-29T17:11:37.404Z] --- PASS: TestIpcModeNone (0.81s) [2020-01-29T17:11:37.404Z] === RUN TestIpcModePrivate [2020-01-29T17:11:38.170Z] === RUN TestDockerSuite/TestEventsTop [2020-01-29T17:11:38.184Z] --- PASS: TestIpcModePrivate (0.79s) [2020-01-29T17:11:38.184Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-01-29T17:11:38.184Z] === RUN TestIpcModeShareable [2020-01-29T17:11:38.735Z] === RUN TestDockerSuite/TestEventsUntag [2020-01-29T17:11:38.804Z] --- PASS: TestIpcModeShareable (0.80s) [2020-01-29T17:11:38.804Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-01-29T17:11:38.804Z] === RUN TestAPIIpcModeShareableAndContainer [2020-01-29T17:11:41.493Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.33s) [2020-01-29T17:11:41.493Z] === RUN TestAPIIpcModeHost [2020-01-29T17:11:41.778Z] --- PASS: TestAPIIpcModeHost (0.60s) [2020-01-29T17:11:41.778Z] === RUN TestDaemonIpcModeShareable [2020-01-29T17:11:42.017Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-01-29T17:11:42.949Z] === RUN TestDockerSuite/TestExec [2020-01-29T17:11:43.810Z] --- PASS: TestDaemonIpcModeShareable (1.66s) [2020-01-29T17:11:43.810Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-01-29T17:11:43.810Z] === RUN TestDaemonIpcModePrivate [2020-01-29T17:11:43.881Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-01-29T17:11:44.814Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-01-29T17:11:45.292Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2020-01-29T17:11:45.292Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-01-29T17:11:45.292Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-01-29T17:11:45.753Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-01-29T17:11:46.684Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-01-29T17:11:46.684Z] === RUN TestDockerSuite/TestExecAPIStart [2020-01-29T17:11:46.799Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2020-01-29T17:11:46.799Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-01-29T17:11:46.799Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-01-29T17:11:48.578Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-01-29T17:11:48.830Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2020-01-29T17:11:48.830Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-01-29T17:11:48.830Z] === RUN TestIpcModeOlderClient [2020-01-29T17:11:48.830Z] === PAUSE TestIpcModeOlderClient [2020-01-29T17:11:48.830Z] === RUN TestKillContainerInvalidSignal [2020-01-29T17:11:49.121Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2020-01-29T17:11:49.121Z] === RUN TestKillContainer [2020-01-29T17:11:49.121Z] === RUN TestKillContainer/no_signal [2020-01-29T17:11:49.509Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-01-29T17:11:49.754Z] === RUN TestKillContainer/non_killing_signal [2020-01-29T17:11:50.375Z] === RUN TestKillContainer/killing_signal [2020-01-29T17:11:50.444Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-01-29T17:11:51.376Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-01-29T17:11:51.391Z] --- PASS: TestKillContainer (2.08s) [2020-01-29T17:11:51.391Z] --- PASS: TestKillContainer/no_signal (0.68s) [2020-01-29T17:11:51.391Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2020-01-29T17:11:51.391Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2020-01-29T17:11:51.391Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-01-29T17:11:51.391Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-01-29T17:11:52.012Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-01-29T17:11:52.633Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2020-01-29T17:11:52.633Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2020-01-29T17:11:52.633Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-01-29T17:11:52.633Z] === RUN TestKillStoppedContainer [2020-01-29T17:11:52.633Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-01-29T17:11:52.633Z] === RUN TestKillStoppedContainerAPIPre120 [2020-01-29T17:11:52.751Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-01-29T17:11:52.926Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-01-29T17:11:52.926Z] === RUN TestKillDifferentUserContainer [2020-01-29T17:11:53.546Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2020-01-29T17:11:53.546Z] === RUN TestInspectOomKilledTrue [2020-01-29T17:11:54.125Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-01-29T17:11:54.562Z] --- PASS: TestInspectOomKilledTrue (1.16s) [2020-01-29T17:11:54.562Z] === RUN TestInspectOomKilledFalse [2020-01-29T17:11:55.101Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-01-29T17:11:55.182Z] --- PASS: TestInspectOomKilledFalse (0.66s) [2020-01-29T17:11:55.182Z] === RUN TestLinksEtcHostsContentMatch [2020-01-29T17:11:55.806Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s) [2020-01-29T17:11:55.806Z] === RUN TestLinksContainerNames [2020-01-29T17:11:56.996Z] === RUN TestDockerSuite/TestExecCgroup [2020-01-29T17:11:57.307Z] --- PASS: TestLinksContainerNames (1.29s) [2020-01-29T17:11:57.307Z] === RUN TestLogsFollowTailEmpty [2020-01-29T17:11:57.924Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2020-01-29T17:11:57.924Z] === RUN TestContainerNetworkMountsNoChown [2020-01-29T17:11:58.366Z] === RUN TestDockerSuite/TestExecEnv [2020-01-29T17:11:58.547Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/default [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/default [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/private [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/private [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rprivate [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rprivate [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/slave [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/slave [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rslave [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rslave [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/shared [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/shared [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rshared [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rshared [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/default [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/rslave [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/rshared [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/default/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/default/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/rprivate [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/shared [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/slave [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/private [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/default/mount_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/private/bind_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/private/mount_root [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/default/bind_root [2020-01-29T17:11:58.547Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-01-29T17:11:58.547Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-01-29T17:11:58.547Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-01-29T17:11:58.548Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-01-29T17:11:58.548Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-01-29T17:11:58.548Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-01-29T17:11:58.548Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-01-29T17:11:58.548Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/private/bind_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/private/mount_root [2020-01-29T17:11:58.832Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-01-29T17:11:58.832Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-01-29T17:11:58.832Z] === RUN TestContainerBindMountNonRecursive [2020-01-29T17:11:58.930Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-01-29T17:12:00.828Z] === RUN TestDockerSuite/TestExecExitStatus [2020-01-29T17:12:00.862Z] --- PASS: TestContainerBindMountNonRecursive (1.60s) [2020-01-29T17:12:00.862Z] === RUN TestNetworkNat [2020-01-29T17:12:01.146Z] --- PASS: TestNetworkNat (0.69s) [2020-01-29T17:12:01.146Z] === RUN TestNetworkLocalhostTCPNat [2020-01-29T17:12:01.768Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2020-01-29T17:12:01.768Z] === RUN TestNetworkLoopbackNat [2020-01-29T17:12:01.772Z] === RUN TestDockerSuite/TestExecInspectID [2020-01-29T17:12:02.793Z] --- PASS: TestNetworkLoopbackNat (0.92s) [2020-01-29T17:12:02.793Z] === RUN TestPause [2020-01-29T17:12:03.410Z] --- PASS: TestPause (0.72s) [2020-01-29T17:12:03.410Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-01-29T17:12:03.410Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T17:12:03.410Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T17:12:03.410Z] === RUN TestPauseStopPausedContainer [2020-01-29T17:12:04.423Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2020-01-29T17:12:04.423Z] === RUN TestPsFilter [2020-01-29T17:12:04.423Z] --- PASS: TestPsFilter (0.19s) [2020-01-29T17:12:04.423Z] === RUN TestRemoveContainerWithRemovedVolume [2020-01-29T17:12:05.042Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2020-01-29T17:12:05.042Z] === RUN TestRemoveContainerWithVolume [2020-01-29T17:12:05.047Z] === RUN TestDockerSuite/TestExecInteractive [2020-01-29T17:12:05.660Z] --- PASS: TestRemoveContainerWithVolume (0.65s) [2020-01-29T17:12:05.660Z] === RUN TestRemoveContainerRunning [2020-01-29T17:12:05.980Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-01-29T17:12:06.277Z] --- PASS: TestRemoveContainerRunning (0.64s) [2020-01-29T17:12:06.277Z] === RUN TestRemoveContainerForceRemoveRunning [2020-01-29T17:12:06.897Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2020-01-29T17:12:06.897Z] === RUN TestRemoveInvalidContainer [2020-01-29T17:12:07.184Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-01-29T17:12:07.184Z] === RUN TestRenameLinkedContainer [2020-01-29T17:12:07.352Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-01-29T17:12:08.286Z] === RUN TestDockerSuite/TestExecParseError [2020-01-29T17:12:09.661Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-01-29T17:12:09.908Z] --- PASS: TestRenameLinkedContainer (2.69s) [2020-01-29T17:12:09.908Z] === RUN TestRenameStoppedContainer [2020-01-29T17:12:10.224Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-01-29T17:12:10.527Z] --- PASS: TestRenameStoppedContainer (0.70s) [2020-01-29T17:12:10.527Z] === RUN TestRenameRunningContainerAndReuse [2020-01-29T17:12:11.155Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-01-29T17:12:12.007Z] --- PASS: TestRenameRunningContainerAndReuse (1.33s) [2020-01-29T17:12:12.008Z] === RUN TestRenameInvalidName [2020-01-29T17:12:12.526Z] === RUN TestDockerSuite/TestExecSetEnv [2020-01-29T17:12:12.625Z] --- PASS: TestRenameInvalidName (0.69s) [2020-01-29T17:12:12.625Z] === RUN TestRenameAnonymousContainer [2020-01-29T17:12:13.457Z] === RUN TestDockerSuite/TestExecStartFails [2020-01-29T17:12:13.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-01-29T17:12:14.645Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-01-29T17:12:15.325Z] --- PASS: TestRenameAnonymousContainer (2.50s) [2020-01-29T17:12:15.325Z] === RUN TestRenameContainerWithSameName [2020-01-29T17:12:15.613Z] --- PASS: TestRenameContainerWithSameName (0.66s) [2020-01-29T17:12:15.613Z] === RUN TestRenameContainerWithLinkedContainer [2020-01-29T17:12:17.091Z] --- PASS: TestRenameContainerWithLinkedContainer (1.33s) [2020-01-29T17:12:17.091Z] === RUN TestResize [2020-01-29T17:12:17.709Z] --- PASS: TestResize (0.68s) [2020-01-29T17:12:17.709Z] === RUN TestResizeWithInvalidSize [2020-01-29T17:12:18.333Z] --- PASS: TestResizeWithInvalidSize (0.71s) [2020-01-29T17:12:18.333Z] === RUN TestResizeWhenContainerNotStarted [2020-01-29T17:12:18.955Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T17:12:18.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T17:12:18.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T17:12:18.955Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-01-29T17:12:18.955Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-01-29T17:12:18.955Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-01-29T17:12:18.955Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-01-29T17:12:21.824Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-01-29T17:12:22.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-01-29T17:12:22.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-01-29T17:12:22.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-01-29T17:12:24.913Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-01-29T17:12:25.204Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-01-29T17:12:26.834Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-01-29T17:12:26.834Z] === RUN TestDockerSuite/TestExecTTY [2020-01-29T17:12:27.250Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-01-29T17:12:27.250Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-01-29T17:12:27.398Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-01-29T17:12:28.329Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-01-29T17:12:29.262Z] === RUN TestDockerSuite/TestExecUlimits [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.41s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.59s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.59s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.81s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.39s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.26s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.07s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.99s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.82s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.88s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.34s) [2020-01-29T17:12:29.295Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.31s) [2020-01-29T17:12:29.295Z] === RUN TestCgroupNamespacesRun [2020-01-29T17:12:30.209Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-01-29T17:12:30.209Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-01-29T17:12:31.339Z] --- PASS: TestCgroupNamespacesRun (1.74s) [2020-01-29T17:12:31.339Z] === RUN TestCgroupNamespacesRunPrivileged [2020-01-29T17:12:32.733Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-01-29T17:12:32.822Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2020-01-29T17:12:32.822Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-01-29T17:12:33.297Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-01-29T17:12:34.228Z] === RUN TestDockerSuite/TestExecWithTERM [2020-01-29T17:12:34.301Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.61s) [2020-01-29T17:12:34.301Z] === RUN TestCgroupNamespacesRunHostMode [2020-01-29T17:12:35.598Z] === RUN TestDockerSuite/TestExecWithUser [2020-01-29T17:12:36.337Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s) [2020-01-29T17:12:36.337Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-01-29T17:12:36.530Z] === RUN TestDockerSuite/TestGetContainerStats [2020-01-29T17:12:37.836Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.69s) [2020-01-29T17:12:37.836Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-01-29T17:12:38.852Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.95s) [2020-01-29T17:12:38.852Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-01-29T17:12:39.473Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2020-01-29T17:12:39.473Z] === RUN TestCgroupNamespacesRunOlderClient [2020-01-29T17:12:40.704Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-01-29T17:12:41.268Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-01-29T17:12:41.508Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.67s) [2020-01-29T17:12:41.508Z] === RUN TestKernelTCPMemory [2020-01-29T17:12:42.127Z] --- PASS: TestKernelTCPMemory (0.80s) [2020-01-29T17:12:42.127Z] === RUN TestNISDomainname [2020-01-29T17:12:43.150Z] --- PASS: TestNISDomainname (0.88s) [2020-01-29T17:12:43.150Z] === RUN TestHostnameDnsResolution [2020-01-29T17:12:44.166Z] --- PASS: TestHostnameDnsResolution (1.13s) [2020-01-29T17:12:44.166Z] === RUN TestStats [2020-01-29T17:12:46.523Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-01-29T17:12:46.855Z] --- PASS: TestStats (2.49s) [2020-01-29T17:12:46.855Z] === RUN TestStopContainerWithTimeout [2020-01-29T17:12:46.855Z] === RUN TestStopContainerWithTimeout/0 [2020-01-29T17:12:46.855Z] === PAUSE TestStopContainerWithTimeout/0 [2020-01-29T17:12:46.855Z] === RUN TestStopContainerWithTimeout/1 [2020-01-29T17:12:46.855Z] === PAUSE TestStopContainerWithTimeout/1 [2020-01-29T17:12:46.855Z] === RUN TestStopContainerWithTimeout/3 [2020-01-29T17:12:46.855Z] === PAUSE TestStopContainerWithTimeout/3 [2020-01-29T17:12:46.855Z] === RUN TestStopContainerWithTimeout/-1 [2020-01-29T17:12:46.855Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-01-29T17:12:46.855Z] === CONT TestStopContainerWithTimeout/0 [2020-01-29T17:12:46.855Z] === CONT TestStopContainerWithTimeout/-1 [2020-01-29T17:12:46.855Z] === CONT TestStopContainerWithTimeout/1 [2020-01-29T17:12:46.855Z] === CONT TestStopContainerWithTimeout/3 [2020-01-29T17:12:49.046Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-01-29T17:12:50.327Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-01-29T17:12:50.328Z] --- PASS: TestStopContainerWithTimeout/0 (1.35s) [2020-01-29T17:12:50.328Z] --- PASS: TestStopContainerWithTimeout/1 (2.36s) [2020-01-29T17:12:50.328Z] --- PASS: TestStopContainerWithTimeout/3 (3.31s) [2020-01-29T17:12:50.328Z] --- PASS: TestStopContainerWithTimeout/-1 (3.35s) [2020-01-29T17:12:50.328Z] === RUN TestDeleteDevicemapper [2020-01-29T17:12:50.328Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-01-29T17:12:50.328Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T17:12:50.328Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-01-29T17:12:53.035Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.09s) [2020-01-29T17:12:53.035Z] === RUN TestUpdateMemory [2020-01-29T17:12:54.051Z] --- PASS: TestUpdateMemory (0.92s) [2020-01-29T17:12:54.051Z] === RUN TestUpdateCPUQuota [2020-01-29T17:12:54.300Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-01-29T17:12:54.300Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-01-29T17:12:54.300Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-01-29T17:12:54.300Z] === RUN TestDockerSuite/TestHealth [2020-01-29T17:12:55.070Z] --- PASS: TestUpdateCPUQuota (1.22s) [2020-01-29T17:12:55.070Z] === RUN TestUpdatePidsLimit [2020-01-29T17:12:55.070Z] === RUN TestUpdatePidsLimit/update_from_none [2020-01-29T17:12:55.354Z] === RUN TestUpdatePidsLimit/no_change [2020-01-29T17:12:55.974Z] === RUN TestUpdatePidsLimit/update_lower [2020-01-29T17:12:56.257Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-01-29T17:12:56.542Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-01-29T17:12:56.827Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-01-29T17:12:57.127Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit (3.26s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/no_change (0.32s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.31s) [2020-01-29T17:12:58.612Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.32s) [2020-01-29T17:12:58.612Z] === RUN TestUpdateRestartPolicy [2020-01-29T17:13:11.145Z] --- PASS: TestUpdateRestartPolicy (12.19s) [2020-01-29T17:13:11.145Z] === RUN TestUpdateRestartWithAutoRemove [2020-01-29T17:13:11.145Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s) [2020-01-29T17:13:11.145Z] === RUN TestWaitNonBlocked [2020-01-29T17:13:11.145Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T17:13:11.145Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T17:13:11.145Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T17:13:11.145Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T17:13:11.433Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-01-29T17:13:11.433Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-01-29T17:13:12.054Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-01-29T17:13:12.055Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2020-01-29T17:13:12.055Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.82s) [2020-01-29T17:13:12.055Z] === RUN TestWaitBlocked [2020-01-29T17:13:12.055Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T17:13:12.055Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T17:13:12.055Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T17:13:12.055Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T17:13:12.055Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-01-29T17:13:12.055Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-01-29T17:13:13.096Z] --- PASS: TestWaitBlocked (0.05s) [2020-01-29T17:13:13.096Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.92s) [2020-01-29T17:13:13.096Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s) [2020-01-29T17:13:13.096Z] === CONT TestContainerStartOnDaemonRestart [2020-01-29T17:13:13.096Z] === CONT TestIpcModeOlderClient [2020-01-29T17:13:13.096Z] === CONT TestDaemonHostGatewayIP [2020-01-29T17:13:13.096Z] === CONT TestDaemonRestartIpcMode [2020-01-29T17:13:13.387Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-01-29T17:13:16.247Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-01-29T17:13:16.247Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-01-29T17:13:16.247Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-01-29T17:13:16.247Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-01-29T17:13:16.505Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-01-29T17:13:16.505Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-01-29T17:13:17.438Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-01-29T17:13:17.438Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-01-29T17:13:17.438Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-01-29T17:13:17.438Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-01-29T17:13:17.694Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-01-29T17:13:17.810Z] --- PASS: TestContainerStartOnDaemonRestart (3.90s) [2020-01-29T17:13:17.810Z] --- PASS: TestDaemonHostGatewayIP (4.56s) [2020-01-29T17:13:17.810Z] --- PASS: TestDaemonRestartIpcMode (4.60s) [2020-01-29T17:13:17.810Z] PASS [2020-01-29T17:13:17.810Z] [2020-01-29T17:13:17.810Z] === Skipped [2020-01-29T17:13:17.810Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-01-29T17:13:17.810Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-01-29T17:13:17.810Z] [2020-01-29T17:13:17.810Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-01-29T17:13:17.810Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-01-29T17:13:17.810Z] [2020-01-29T17:13:17.810Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-01-29T17:13:17.810Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-01-29T17:13:17.810Z] [2020-01-29T17:13:17.810Z] [2020-01-29T17:13:17.810Z] DONE 198 tests, 3 skipped in 118.631s [2020-01-29T17:13:17.810Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-01-29T17:13:17.810Z] ++ 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-01-29T17:13:17.810Z] ++ set -e [2020-01-29T17:13:17.810Z] ++ '[' -n 0 ']' [2020-01-29T17:13:17.810Z] ++ set -x [2020-01-29T17:13:17.810Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:13:17.810Z] INFO: Testing against a local daemon [2020-01-29T17:13:17.810Z] === RUN TestCommitInheritsEnv [2020-01-29T17:13:17.951Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-01-29T17:13:18.429Z] --- PASS: TestCommitInheritsEnv (0.43s) [2020-01-29T17:13:18.429Z] === RUN TestImportExtremelyLargeImageWorks [2020-01-29T17:13:18.429Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-01-29T17:13:18.429Z] === RUN TestImagesFilterMultiReference [2020-01-29T17:13:18.429Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-01-29T17:13:18.429Z] === RUN TestImagePullPlatformInvalid [2020-01-29T17:13:18.429Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-01-29T17:13:18.429Z] === RUN TestRemoveImageOrphaning [2020-01-29T17:13:18.514Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-01-29T17:13:18.514Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-01-29T17:13:19.047Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2020-01-29T17:13:19.047Z] === RUN TestRemoveImageGarbageCollector [2020-01-29T17:13:19.047Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-01-29T17:13:19.047Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:13:19.047Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-01-29T17:13:19.047Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-01-29T17:13:19.047Z] === RUN TestTagInvalidReference [2020-01-29T17:13:19.047Z] --- PASS: TestTagInvalidReference (0.04s) [2020-01-29T17:13:19.047Z] === RUN TestTagValidPrefixedRepo [2020-01-29T17:13:19.047Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-01-29T17:13:19.047Z] === RUN TestTagExistedNameWithoutForce [2020-01-29T17:13:19.047Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-01-29T17:13:19.047Z] === RUN TestTagOfficialNames [2020-01-29T17:13:19.047Z] --- PASS: TestTagOfficialNames (0.05s) [2020-01-29T17:13:19.047Z] === RUN TestTagMatchesDigest [2020-01-29T17:13:19.047Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-01-29T17:13:19.047Z] === CONT TestImportExtremelyLargeImageWorks [2020-01-29T17:13:19.446Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-01-29T17:13:19.446Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-01-29T17:13:19.703Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-01-29T17:13:20.634Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-01-29T17:13:21.567Z] === RUN TestDockerSuite/TestImagesFormat [2020-01-29T17:13:21.825Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-01-29T17:13:23.199Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-01-29T17:13:26.472Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-01-29T17:13:26.472Z] === RUN TestDockerSuite/TestImportBadURL [2020-01-29T17:13:26.472Z] === RUN TestDockerSuite/TestImportDisplay [2020-01-29T17:13:28.001Z] === RUN TestDockerSuite/TestImportFile [2020-01-29T17:13:30.525Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-01-29T17:13:30.525Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-01-29T17:13:32.422Z] === RUN TestDockerSuite/TestImportGzipped [2020-01-29T17:13:34.318Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-01-29T17:13:36.234Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-01-29T17:13:37.166Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-01-29T17:13:38.097Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-01-29T17:13:39.030Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-01-29T17:13:39.288Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-01-29T17:13:39.288Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-01-29T17:13:40.218Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-01-29T17:13:41.148Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-01-29T17:13:42.079Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-01-29T17:13:42.644Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-01-29T17:13:43.576Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-01-29T17:13:44.526Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-01-29T17:13:44.784Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-01-29T17:13:45.715Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-01-29T17:13:47.085Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-01-29T17:13:47.650Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-01-29T17:13:49.022Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-01-29T17:13:49.022Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-01-29T17:13:49.955Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-01-29T17:13:49.955Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-01-29T17:13:51.328Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-01-29T17:13:51.328Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-01-29T17:13:52.260Z] === RUN TestDockerSuite/TestInspectDefault [2020-01-29T17:13:53.191Z] === RUN TestDockerSuite/TestInspectHistory [2020-01-29T17:13:54.124Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-01-29T17:13:54.124Z] === RUN TestDockerSuite/TestInspectImage [2020-01-29T17:13:54.124Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-01-29T17:13:54.382Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-01-29T17:13:54.382Z] === RUN TestDockerSuite/TestInspectInt64 [2020-01-29T17:13:55.316Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-01-29T17:13:56.250Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-01-29T17:13:56.250Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-01-29T17:13:57.181Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-01-29T17:13:57.438Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-01-29T17:13:58.369Z] === RUN TestDockerSuite/TestInspectPlugin [2020-01-29T17:14:00.265Z] === RUN TestDockerSuite/TestInspectRootFS [2020-01-29T17:14:00.265Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-01-29T17:14:00.830Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-01-29T17:14:00.830Z] === RUN TestDockerSuite/TestInspectStatus [2020-01-29T17:14:02.201Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-01-29T17:14:04.103Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-01-29T17:14:04.361Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-01-29T17:14:04.924Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-01-29T17:14:05.488Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-01-29T17:14:06.859Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-01-29T17:14:07.423Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-01-29T17:14:07.423Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-01-29T17:14:08.364Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-01-29T17:14:09.298Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-01-29T17:14:09.298Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-01-29T17:14:11.869Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-01-29T17:14:12.799Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-01-29T17:14:13.363Z] === RUN TestDockerSuite/TestLinksEnvs [2020-01-29T17:14:15.258Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-01-29T17:14:15.516Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-01-29T17:14:17.426Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-01-29T17:14:17.683Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-01-29T17:14:20.209Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-01-29T17:14:22.732Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-01-29T17:14:22.732Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-01-29T17:14:25.256Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-01-29T17:14:25.821Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-01-29T17:14:26.751Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-01-29T17:14:38.931Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-01-29T17:14:42.206Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-01-29T17:14:42.768Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-01-29T17:14:43.333Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-01-29T17:14:44.702Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-01-29T17:14:47.994Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-01-29T17:14:47.994Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-01-29T17:14:48.252Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-01-29T17:14:48.252Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-01-29T17:14:48.252Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-01-29T17:14:49.183Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-01-29T17:14:50.115Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-01-29T17:14:53.389Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-01-29T17:14:53.953Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-01-29T17:14:54.517Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-01-29T17:14:57.043Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-01-29T17:14:59.566Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-01-29T17:15:00.501Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-01-29T17:15:00.501Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-01-29T17:15:01.433Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-01-29T17:15:02.803Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-01-29T17:15:03.735Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-01-29T17:15:05.107Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-01-29T17:15:06.478Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-01-29T17:15:09.004Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-01-29T17:15:09.568Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-01-29T17:15:09.825Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-01-29T17:15:10.392Z] === RUN TestDockerSuite/TestLogsSince [2020-01-29T17:15:12.918Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-01-29T17:15:16.193Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-01-29T17:15:17.124Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-01-29T17:15:19.646Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-01-29T17:15:22.921Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-01-29T17:15:22.921Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-01-29T17:15:23.851Z] === RUN TestDockerSuite/TestLogsTail [2020-01-29T17:15:25.221Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-01-29T17:15:26.152Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-01-29T17:15:26.409Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-01-29T17:15:26.666Z] === RUN TestDockerSuite/TestMountIntoProc [2020-01-29T17:15:27.231Z] === RUN TestDockerSuite/TestMountIntoSys [2020-01-29T17:15:28.164Z] === RUN TestDockerSuite/TestNetHostname [2020-01-29T17:15:29.535Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-01-29T17:15:30.905Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-01-29T17:15:31.163Z] === RUN TestDockerSuite/TestNetworkEvents [2020-01-29T17:15:32.537Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-01-29T17:15:33.110Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-01-29T17:15:35.635Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-01-29T17:15:36.565Z] === RUN TestDockerSuite/TestPluginActive [2020-01-29T17:15:36.824Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-01-29T17:15:38.193Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-01-29T17:15:46.296Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-01-29T17:15:46.296Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-01-29T17:15:46.296Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-01-29T17:15:46.296Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-01-29T17:15:49.572Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-01-29T17:15:50.503Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-01-29T17:15:50.761Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-01-29T17:15:52.762Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-01-29T17:15:58.020Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-01-29T17:16:00.542Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-01-29T17:16:01.920Z] === RUN TestDockerSuite/TestPortHostBinding [2020-01-29T17:16:03.290Z] === RUN TestDockerSuite/TestPortList [2020-01-29T17:16:04.660Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-01-29T17:16:07.938Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-01-29T17:16:12.117Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-01-29T17:16:14.639Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-01-29T17:16:15.204Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-01-29T17:16:16.574Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-01-29T17:16:20.754Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-01-29T17:16:24.032Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-01-29T17:16:24.032Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-01-29T17:16:24.032Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-01-29T17:16:24.032Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-01-29T17:16:24.963Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-01-29T17:16:24.963Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-01-29T17:16:25.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-01-29T17:16:25.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-01-29T17:16:26.835Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-01-29T17:16:27.092Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-01-29T17:16:28.987Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-01-29T17:16:28.987Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-01-29T17:16:32.262Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-01-29T17:16:34.159Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-01-29T17:16:34.159Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-01-29T17:16:34.416Z] === RUN TestDockerSuite/TestPsByOrder [2020-01-29T17:16:37.756Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-01-29T17:16:38.014Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-01-29T17:16:39.386Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-01-29T17:16:42.662Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-01-29T17:16:47.914Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-01-29T17:16:48.171Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-01-29T17:16:50.695Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-01-29T17:16:52.070Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-01-29T17:17:02.032Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-01-29T17:17:02.032Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-01-29T17:17:04.557Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-01-29T17:17:04.557Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-01-29T17:17:06.455Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-01-29T17:17:07.828Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-01-29T17:17:08.085Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-01-29T17:17:09.980Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-01-29T17:17:13.256Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-01-29T17:17:14.627Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-01-29T17:17:14.627Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-01-29T17:17:16.000Z] === RUN TestDockerSuite/TestPsRightTagName [2020-01-29T17:17:18.525Z] === RUN TestDockerSuite/TestPsShowMounts [2020-01-29T17:17:21.813Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-01-29T17:17:22.378Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-01-29T17:17:22.378Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-01-29T17:17:22.378Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-01-29T17:17:22.635Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-01-29T17:17:22.635Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-01-29T17:17:23.565Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-01-29T17:17:26.088Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-01-29T17:17:27.461Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-01-29T17:17:28.832Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-01-29T17:17:29.397Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-01-29T17:17:32.675Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-01-29T17:17:35.955Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-01-29T17:17:37.326Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-01-29T17:17:39.222Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-01-29T17:17:41.745Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-01-29T17:17:42.002Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-01-29T17:17:42.002Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-01-29T17:17:42.259Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-01-29T17:17:45.535Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-01-29T17:17:46.907Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-01-29T17:17:51.087Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-01-29T17:17:52.458Z] === RUN TestDockerSuite/TestRmiBlank [2020-01-29T17:17:52.458Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-01-29T17:17:52.458Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-01-29T17:17:56.637Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-01-29T17:17:56.637Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-01-29T17:17:58.009Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-01-29T17:17:58.266Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-01-29T17:18:00.165Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-01-29T17:18:01.536Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-01-29T17:18:03.435Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-01-29T17:18:04.369Z] === RUN TestDockerSuite/TestRmiTag [2020-01-29T17:18:04.369Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-01-29T17:18:04.369Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-01-29T17:18:05.301Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-01-29T17:18:07.833Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-01-29T17:18:11.111Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-01-29T17:18:11.368Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-01-29T17:18:12.299Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-01-29T17:18:12.863Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-01-29T17:18:14.759Z] === RUN TestDockerSuite/TestRunAddHost [2020-01-29T17:18:15.323Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-01-29T17:18:15.580Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-01-29T17:18:16.513Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-01-29T17:18:16.513Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-01-29T17:18:17.449Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-01-29T17:18:19.344Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-01-29T17:18:19.908Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-01-29T17:18:20.841Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-01-29T17:18:21.774Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-01-29T17:18:23.671Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-01-29T17:18:23.671Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-01-29T17:18:25.566Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-01-29T17:18:26.499Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-01-29T17:18:26.649Z] --- PASS: TestImportExtremelyLargeImageWorks (300.17s) [2020-01-29T17:18:26.650Z] PASS [2020-01-29T17:18:26.650Z] [2020-01-29T17:18:26.650Z] === Skipped [2020-01-29T17:18:26.650Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-01-29T17:18:26.650Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:18:26.650Z] [2020-01-29T17:18:26.650Z] [2020-01-29T17:18:26.650Z] DONE 12 tests, 1 skipped in 301.537s [2020-01-29T17:18:26.650Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-01-29T17:18:26.650Z] ++ 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-01-29T17:18:26.650Z] ++ set -e [2020-01-29T17:18:26.650Z] ++ '[' -n 0 ']' [2020-01-29T17:18:26.650Z] ++ set -x [2020-01-29T17:18:26.650Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:18:26.650Z] INFO: Testing against a local daemon [2020-01-29T17:18:26.650Z] === RUN TestNetworkCreateDelete [2020-01-29T17:18:26.650Z] --- PASS: TestNetworkCreateDelete (0.21s) [2020-01-29T17:18:26.650Z] === RUN TestDockerNetworkDeletePreferID [2020-01-29T17:18:26.650Z] --- PASS: TestDockerNetworkDeletePreferID (0.60s) [2020-01-29T17:18:26.650Z] === RUN TestInspectNetwork [2020-01-29T17:18:26.650Z] === RUN TestInspectNetwork/full_network_id [2020-01-29T17:18:26.650Z] === RUN TestInspectNetwork/partial_network_id [2020-01-29T17:18:26.650Z] === RUN TestInspectNetwork/network_name [2020-01-29T17:18:26.650Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-01-29T17:18:27.441Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-01-29T17:18:28.131Z] --- PASS: TestInspectNetwork (7.73s) [2020-01-29T17:18:28.131Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-01-29T17:18:28.131Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-01-29T17:18:28.131Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-01-29T17:18:28.131Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-01-29T17:18:28.131Z] === RUN TestRunContainerWithBridgeNone [2020-01-29T17:18:28.372Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-01-29T17:18:29.303Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-01-29T17:18:30.235Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-01-29T17:18:30.822Z] --- PASS: TestRunContainerWithBridgeNone (2.56s) [2020-01-29T17:18:30.822Z] === RUN TestNetworkInvalidJSON [2020-01-29T17:18:30.822Z] === RUN TestNetworkInvalidJSON//networks/create [2020-01-29T17:18:30.822Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-01-29T17:18:30.822Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T17:18:30.822Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T17:18:30.822Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T17:18:30.822Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T17:18:30.822Z] === CONT TestNetworkInvalidJSON//networks/create [2020-01-29T17:18:30.822Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-01-29T17:18:30.822Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-01-29T17:18:30.822Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-01-29T17:18:30.822Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-01-29T17:18:30.822Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-01-29T17:18:30.822Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-01-29T17:18:30.822Z] === RUN TestDaemonRestartWithLiveRestore [2020-01-29T17:18:31.168Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-01-29T17:18:31.836Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-01-29T17:18:31.836Z] === RUN TestDaemonDefaultNetworkPools [2020-01-29T17:18:32.460Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-01-29T17:18:32.460Z] === RUN TestDaemonRestartWithExistingNetwork [2020-01-29T17:18:32.539Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-01-29T17:18:33.471Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-01-29T17:18:33.954Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.26s) [2020-01-29T17:18:33.954Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-01-29T17:18:34.037Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-01-29T17:18:34.974Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-01-29T17:18:34.974Z] === RUN TestDockerSuite/TestRunBindMounts [2020-01-29T17:18:35.466Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.58s) [2020-01-29T17:18:35.467Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-01-29T17:18:35.756Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-01-29T17:18:35.756Z] === RUN TestServiceWithPredefinedNetwork [2020-01-29T17:18:37.495Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-01-29T17:18:38.427Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-01-29T17:18:38.442Z] --- PASS: TestServiceWithPredefinedNetwork (2.42s) [2020-01-29T17:18:38.442Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-01-29T17:18:38.442Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T17:18:38.442Z] service_test.go:230: FLAKY_TEST [2020-01-29T17:18:38.442Z] === RUN TestServiceWithDataPathPortInit [2020-01-29T17:18:38.993Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-01-29T17:18:39.557Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-01-29T17:18:39.814Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-01-29T17:18:40.747Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-01-29T17:18:40.747Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-01-29T17:18:41.679Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-01-29T17:18:42.610Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-01-29T17:18:43.173Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-01-29T17:18:44.104Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-01-29T17:18:45.035Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-01-29T17:18:45.035Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-01-29T17:18:45.600Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-01-29T17:18:45.600Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-01-29T17:18:46.978Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-01-29T17:18:47.911Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-01-29T17:18:47.911Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-01-29T17:18:49.282Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-01-29T17:18:49.846Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-01-29T17:18:50.104Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-01-29T17:18:51.035Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-01-29T17:18:52.931Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-01-29T17:18:53.698Z] --- PASS: TestServiceWithDataPathPortInit (14.93s) [2020-01-29T17:18:53.698Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-01-29T17:18:54.300Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-01-29T17:18:56.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-01-29T17:18:56.761Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-01-29T17:18:57.694Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-01-29T17:18:58.626Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-01-29T17:18:59.192Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-01-29T17:19:00.124Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-01-29T17:19:02.022Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-01-29T17:19:02.129Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.51s) [2020-01-29T17:19:02.129Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5dhyn8zufirb4vhmf0qeeqsyf Created:2020-01-29 17:18:54.376999119 +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[9bdc61d13ea771d2ce3ef3b64f6610dd8c7142add577d2d33fe75b8d68a16c56:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pdd4t4sr9igcs8i892ly6cusx EndpointID:34efa04a3f281e8ea3c87e433b75cef5d8a1dc619cd09a5a74c0f4d1e2b9450f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:33221857394c64ec1052c651500e547d5e67e44c411c6b21d868708db26ccc2a 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:83afc5660c5a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pdd4t4sr9igcs8i892ly6cusx EndpointID:34efa04a3f281e8ea3c87e433b75cef5d8a1dc619cd09a5a74c0f4d1e2b9450f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-01-29T17:19:02.129Z] PASS [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] === Skipped [2020-01-29T17:19:02.129Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-01-29T17:19:02.129Z] service_test.go:230: FLAKY_TEST [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] DONE 21 tests, 1 skipped in 41.396s [2020-01-29T17:19:02.129Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-01-29T17:19:02.129Z] ++ 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-01-29T17:19:02.129Z] ++ set -e [2020-01-29T17:19:02.129Z] ++ '[' -n 0 ']' [2020-01-29T17:19:02.129Z] ++ set -x [2020-01-29T17:19:02.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:02.129Z] INFO: Testing against a local daemon [2020-01-29T17:19:02.129Z] === RUN TestDockerNetworkIpvlanPersistance [2020-01-29T17:19:02.129Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-01-29T17:19:02.129Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:19:02.129Z] === RUN TestDockerNetworkIpvlan [2020-01-29T17:19:02.129Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-01-29T17:19:02.129Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:19:02.129Z] PASS [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] === Skipped [2020-01-29T17:19:02.129Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-01-29T17:19:02.129Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-01-29T17:19:02.129Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] [2020-01-29T17:19:02.129Z] DONE 2 tests, 2 skipped in 0.109s [2020-01-29T17:19:02.129Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-01-29T17:19:02.129Z] ++ 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-01-29T17:19:02.129Z] ++ set -e [2020-01-29T17:19:02.129Z] ++ '[' -n 0 ']' [2020-01-29T17:19:02.129Z] ++ set -x [2020-01-29T17:19:02.130Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:02.130Z] INFO: Testing against a local daemon [2020-01-29T17:19:02.130Z] === RUN TestDockerNetworkMacvlanPersistance [2020-01-29T17:19:02.430Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) [2020-01-29T17:19:02.430Z] === RUN TestDockerNetworkMacvlan [2020-01-29T17:19:03.447Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-01-29T17:19:04.461Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-01-29T17:19:05.478Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-01-29T17:19:06.200Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-01-29T17:19:06.200Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-01-29T17:19:06.457Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-01-29T17:19:08.185Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-01-29T17:19:08.989Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-01-29T17:19:10.885Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-01-29T17:19:11.658Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-01-29T17:19:13.470Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-01-29T17:19:16.066Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-01-29T17:19:16.746Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-01-29T17:19:16.746Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-01-29T17:19:16.746Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-01-29T17:19:17.004Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan (14.60s) [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.19s) [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.19s) [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.05s) [2020-01-29T17:19:17.082Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.88s) [2020-01-29T17:19:17.082Z] PASS [2020-01-29T17:19:17.082Z] [2020-01-29T17:19:17.082Z] DONE 8 tests in 16.217s [2020-01-29T17:19:17.082Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-01-29T17:19:17.082Z] ++ 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-01-29T17:19:17.082Z] ++ set -e [2020-01-29T17:19:17.082Z] ++ '[' -n 0 ']' [2020-01-29T17:19:17.082Z] ++ set -x [2020-01-29T17:19:17.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:17.082Z] testing: warning: no tests to run [2020-01-29T17:19:17.082Z] PASS [2020-01-29T17:19:17.082Z] [2020-01-29T17:19:17.082Z] DONE 0 tests in 0.016s [2020-01-29T17:19:17.082Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-01-29T17:19:17.082Z] ++ 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-01-29T17:19:17.082Z] ++ set -e [2020-01-29T17:19:17.082Z] ++ '[' -n 0 ']' [2020-01-29T17:19:17.082Z] ++ set -x [2020-01-29T17:19:17.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:17.369Z] INFO: Testing against a local daemon [2020-01-29T17:19:17.369Z] === RUN TestAuthZPluginAllowRequest [2020-01-29T17:19:18.860Z] --- PASS: TestAuthZPluginAllowRequest (1.59s) [2020-01-29T17:19:18.860Z] === RUN TestAuthZPluginTLS [2020-01-29T17:19:18.903Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-01-29T17:19:19.478Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-01-29T17:19:19.478Z] === RUN TestAuthZPluginDenyRequest [2020-01-29T17:19:20.099Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-01-29T17:19:20.099Z] === RUN TestAuthZPluginAPIDenyResponse [2020-01-29T17:19:20.720Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.59s) [2020-01-29T17:19:20.720Z] === RUN TestAuthZPluginDenyResponse [2020-01-29T17:19:20.798Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-01-29T17:19:21.343Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2020-01-29T17:19:21.343Z] === RUN TestAuthZPluginAllowEventStream [2020-01-29T17:19:22.827Z] --- PASS: TestAuthZPluginAllowEventStream (1.56s) [2020-01-29T17:19:22.827Z] === RUN TestAuthZPluginErrorResponse [2020-01-29T17:19:23.320Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-01-29T17:19:23.455Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-01-29T17:19:23.455Z] === RUN TestAuthZPluginErrorRequest [2020-01-29T17:19:23.743Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-01-29T17:19:23.743Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-01-29T17:19:23.884Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-01-29T17:19:24.370Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2020-01-29T17:19:24.370Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-01-29T17:19:25.778Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-01-29T17:19:26.342Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-01-29T17:19:26.342Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-01-29T17:19:27.062Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.18s) [2020-01-29T17:19:27.062Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-01-29T17:19:27.274Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-01-29T17:19:29.096Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.06s) [2020-01-29T17:19:29.096Z] === RUN TestAuthZPluginHeader [2020-01-29T17:19:29.170Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-01-29T17:19:29.170Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-01-29T17:19:29.717Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-01-29T17:19:29.718Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-01-29T17:19:29.718Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-01-29T17:19:29.718Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:29.718Z] === RUN TestAuthZPluginV2Disable [2020-01-29T17:19:29.718Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-01-29T17:19:29.718Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:29.718Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-01-29T17:19:29.718Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-01-29T17:19:29.718Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:29.718Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-01-29T17:19:29.718Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-01-29T17:19:29.718Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:29.718Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-01-29T17:19:30.104Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-01-29T17:19:30.667Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-01-29T17:19:31.597Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-01-29T17:19:32.528Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-01-29T17:19:32.528Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-01-29T17:19:33.458Z] === RUN TestDockerSuite/TestRunEnvironment [2020-01-29T17:19:34.022Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-01-29T17:19:34.953Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-01-29T17:19:35.884Z] === RUN TestDockerSuite/TestRunExitCode [2020-01-29T17:19:36.449Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-01-29T17:19:37.383Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-01-29T17:19:38.314Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-01-29T17:19:38.879Z] === RUN TestDockerSuite/TestRunExposePort [2020-01-29T17:19:38.879Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-01-29T17:19:39.948Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-01-29T17:19:40.513Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-01-29T17:19:42.411Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-01-29T17:19:42.668Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-01-29T17:19:42.668Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-01-29T17:19:46.847Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-01-29T17:19:47.104Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-01-29T17:19:48.196Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.81s) [2020-01-29T17:19:48.196Z] PASS [2020-01-29T17:19:48.196Z] [2020-01-29T17:19:48.196Z] === Skipped [2020-01-29T17:19:48.196Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-01-29T17:19:48.197Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:48.197Z] [2020-01-29T17:19:48.197Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-01-29T17:19:48.197Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:48.197Z] [2020-01-29T17:19:48.197Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-01-29T17:19:48.197Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:48.197Z] [2020-01-29T17:19:48.197Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-01-29T17:19:48.197Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:48.197Z] [2020-01-29T17:19:48.197Z] [2020-01-29T17:19:48.197Z] DONE 17 tests, 4 skipped in 29.322s [2020-01-29T17:19:48.197Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-01-29T17:19:48.197Z] ++ 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-01-29T17:19:48.197Z] ++ set -e [2020-01-29T17:19:48.197Z] ++ '[' -n 0 ']' [2020-01-29T17:19:48.197Z] ++ set -x [2020-01-29T17:19:48.197Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:48.197Z] INFO: Testing against a local daemon [2020-01-29T17:19:48.197Z] === RUN TestPluginInvalidJSON [2020-01-29T17:19:48.197Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:19:48.197Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:19:48.197Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-01-29T17:19:48.197Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-01-29T17:19:48.197Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-01-29T17:19:48.197Z] PASS [2020-01-29T17:19:48.197Z] [2020-01-29T17:19:48.197Z] DONE 2 tests in 0.132s [2020-01-29T17:19:48.197Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-01-29T17:19:48.197Z] ++ 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-01-29T17:19:48.197Z] ++ set -e [2020-01-29T17:19:48.197Z] ++ '[' -n 0 ']' [2020-01-29T17:19:48.197Z] ++ set -x [2020-01-29T17:19:48.197Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:48.197Z] INFO: Testing against a local daemon [2020-01-29T17:19:48.197Z] === RUN TestExternalGraphDriver [2020-01-29T17:19:48.197Z] === RUN TestExternalGraphDriver/json [2020-01-29T17:19:49.217Z] === RUN TestExternalGraphDriver/spec [2020-01-29T17:19:51.257Z] === RUN TestExternalGraphDriver/pull [2020-01-29T17:19:53.291Z] --- PASS: TestExternalGraphDriver (6.34s) [2020-01-29T17:19:53.291Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2020-01-29T17:19:53.291Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2020-01-29T17:19:53.291Z] --- PASS: TestExternalGraphDriver/pull (2.05s) [2020-01-29T17:19:53.291Z] === RUN TestGraphdriverPluginV2 [2020-01-29T17:19:53.291Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-01-29T17:19:53.291Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:53.291Z] PASS [2020-01-29T17:19:53.291Z] [2020-01-29T17:19:53.291Z] === Skipped [2020-01-29T17:19:53.291Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-01-29T17:19:53.291Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:19:53.291Z] [2020-01-29T17:19:53.291Z] [2020-01-29T17:19:53.291Z] DONE 5 tests, 1 skipped in 6.519s [2020-01-29T17:19:53.291Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-01-29T17:19:53.291Z] ++ 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-01-29T17:19:53.291Z] ++ set -e [2020-01-29T17:19:53.291Z] ++ '[' -n 0 ']' [2020-01-29T17:19:53.291Z] ++ set -x [2020-01-29T17:19:53.291Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:19:53.291Z] INFO: Testing against a local daemon [2020-01-29T17:19:53.291Z] === RUN TestContinueAfterPluginCrash [2020-01-29T17:19:53.291Z] === PAUSE TestContinueAfterPluginCrash [2020-01-29T17:19:53.291Z] === RUN TestDaemonStartWithLogOpt [2020-01-29T17:19:53.291Z] === PAUSE TestDaemonStartWithLogOpt [2020-01-29T17:19:53.291Z] === CONT TestContinueAfterPluginCrash [2020-01-29T17:19:53.291Z] === CONT TestDaemonStartWithLogOpt [2020-01-29T17:19:59.294Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-01-29T17:19:59.858Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-01-29T17:20:01.754Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-01-29T17:20:01.754Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-01-29T17:20:01.754Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-01-29T17:20:01.754Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-01-29T17:20:02.686Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-01-29T17:20:05.962Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-01-29T17:20:07.331Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-01-29T17:20:09.229Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-01-29T17:20:10.162Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-01-29T17:20:11.093Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-01-29T17:20:11.657Z] === RUN TestDockerSuite/TestRunModeHostname [2020-01-29T17:20:11.912Z] --- PASS: TestDaemonStartWithLogOpt (15.55s) [2020-01-29T17:20:13.027Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-01-29T17:20:13.027Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-01-29T17:20:13.027Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-01-29T17:20:13.940Z] --- PASS: TestContinueAfterPluginCrash (20.41s) [2020-01-29T17:20:13.940Z] PASS [2020-01-29T17:20:13.940Z] [2020-01-29T17:20:13.940Z] DONE 2 tests in 20.514s [2020-01-29T17:20:13.940Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-01-29T17:20:13.940Z] ++ 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-01-29T17:20:13.940Z] ++ set -e [2020-01-29T17:20:13.940Z] ++ '[' -n 0 ']' [2020-01-29T17:20:13.940Z] ++ set -x [2020-01-29T17:20:13.940Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:20:13.940Z] INFO: Testing against a local daemon [2020-01-29T17:20:13.940Z] === RUN TestPluginWithDevMounts [2020-01-29T17:20:13.940Z] === PAUSE TestPluginWithDevMounts [2020-01-29T17:20:13.940Z] === CONT TestPluginWithDevMounts [2020-01-29T17:20:14.922Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-01-29T17:20:15.854Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-01-29T17:20:16.627Z] --- PASS: TestPluginWithDevMounts (2.28s) [2020-01-29T17:20:16.627Z] PASS [2020-01-29T17:20:16.627Z] [2020-01-29T17:20:16.627Z] DONE 1 tests in 2.380s [2020-01-29T17:20:16.627Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-01-29T17:20:16.627Z] ++ 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-01-29T17:20:16.627Z] ++ set -e [2020-01-29T17:20:16.627Z] ++ '[' -n 0 ']' [2020-01-29T17:20:16.627Z] ++ set -x [2020-01-29T17:20:16.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:20:16.627Z] INFO: Testing against a local daemon [2020-01-29T17:20:16.627Z] === RUN TestSecretInspect [2020-01-29T17:20:17.749Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-01-29T17:20:17.749Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-01-29T17:20:18.006Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-01-29T17:20:18.680Z] --- PASS: TestSecretInspect (2.32s) [2020-01-29T17:20:18.680Z] === RUN TestSecretList [2020-01-29T17:20:19.907Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-01-29T17:20:20.715Z] --- PASS: TestSecretList (2.29s) [2020-01-29T17:20:20.715Z] === RUN TestSecretsCreateAndDelete [2020-01-29T17:20:21.278Z] === RUN TestDockerSuite/TestRunMount [2020-01-29T17:20:23.410Z] --- PASS: TestSecretsCreateAndDelete (2.31s) [2020-01-29T17:20:23.410Z] === RUN TestSecretsUpdate [2020-01-29T17:20:25.454Z] --- PASS: TestSecretsUpdate (2.35s) [2020-01-29T17:20:25.454Z] === RUN TestTemplatedSecret [2020-01-29T17:20:27.827Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-01-29T17:20:28.391Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-01-29T17:20:28.943Z] --- PASS: TestTemplatedSecret (2.84s) [2020-01-29T17:20:28.944Z] === RUN TestSecretCreateResolve [2020-01-29T17:20:29.321Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-01-29T17:20:30.981Z] --- PASS: TestSecretCreateResolve (2.31s) [2020-01-29T17:20:30.981Z] PASS [2020-01-29T17:20:30.981Z] [2020-01-29T17:20:30.981Z] DONE 6 tests in 14.534s [2020-01-29T17:20:30.981Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-01-29T17:20:30.981Z] ++ 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-01-29T17:20:30.981Z] ++ set -e [2020-01-29T17:20:30.981Z] ++ '[' -n 0 ']' [2020-01-29T17:20:30.981Z] ++ set -x [2020-01-29T17:20:30.981Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:20:30.981Z] INFO: Testing against a local daemon [2020-01-29T17:20:30.981Z] === RUN TestServiceCreateInit [2020-01-29T17:20:30.981Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-01-29T17:20:31.215Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-01-29T17:20:33.111Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-01-29T17:20:35.396Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-01-29T17:20:37.289Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-01-29T17:20:39.185Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-01-29T17:20:39.798Z] --- PASS: TestServiceCreateInit (8.26s) [2020-01-29T17:20:39.798Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.09s) [2020-01-29T17:20:39.798Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.12s) [2020-01-29T17:20:39.798Z] === RUN TestCreateServiceMultipleTimes [2020-01-29T17:20:41.711Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-01-29T17:20:43.606Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-01-29T17:20:45.516Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-01-29T17:20:45.516Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-01-29T17:20:46.081Z] === RUN TestDockerSuite/TestRunNetHost [2020-01-29T17:20:47.452Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-01-29T17:20:48.018Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-01-29T17:20:48.950Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-01-29T17:20:51.475Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-01-29T17:20:54.000Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-01-29T17:20:55.150Z] --- PASS: TestCreateServiceMultipleTimes (16.11s) [2020-01-29T17:20:55.150Z] === RUN TestCreateServiceConflict [2020-01-29T17:20:57.863Z] --- PASS: TestCreateServiceConflict (2.22s) [2020-01-29T17:20:57.863Z] === RUN TestCreateServiceMaxReplicas [2020-01-29T17:20:59.256Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-01-29T17:20:59.256Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-01-29T17:20:59.513Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-01-29T17:21:00.444Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-01-29T17:21:00.444Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-01-29T17:21:00.608Z] --- PASS: TestCreateServiceMaxReplicas (3.04s) [2020-01-29T17:21:00.609Z] === RUN TestCreateWithDuplicateNetworkNames [2020-01-29T17:21:01.377Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-01-29T17:21:01.941Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-01-29T17:21:01.941Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-01-29T17:21:02.872Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-01-29T17:21:03.804Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-01-29T17:21:03.804Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-01-29T17:21:04.735Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-01-29T17:21:05.300Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-01-29T17:21:07.208Z] === RUN TestDockerSuite/TestRunPortInUse [2020-01-29T17:21:08.155Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-01-29T17:21:09.086Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-01-29T17:21:09.651Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-01-29T17:21:10.583Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-01-29T17:21:11.147Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-01-29T17:21:12.078Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-01-29T17:21:12.078Z] === RUN TestDockerSuite/TestRunPublishPort [2020-01-29T17:21:13.008Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-01-29T17:21:13.572Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-01-29T17:21:13.572Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-01-29T17:21:14.505Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-01-29T17:21:15.888Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.42s) [2020-01-29T17:21:15.888Z] === RUN TestCreateServiceSecretFileMode [2020-01-29T17:21:16.401Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-01-29T17:21:16.402Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-01-29T17:21:16.512Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2020-01-29T17:21:16.512Z] === RUN TestCreateServiceConfigFileMode [2020-01-29T17:21:19.215Z] --- PASS: TestCreateServiceConfigFileMode (2.56s) [2020-01-29T17:21:19.215Z] === RUN TestCreateServiceSysctls [2020-01-29T17:21:19.678Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-01-29T17:21:21.049Z] === RUN TestDockerSuite/TestRunRm [2020-01-29T17:21:21.983Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-01-29T17:21:22.693Z] --- PASS: TestCreateServiceSysctls (3.35s) [2020-01-29T17:21:22.693Z] === RUN TestCreateServiceCapabilities [2020-01-29T17:21:25.409Z] --- PASS: TestCreateServiceCapabilities (2.62s) [2020-01-29T17:21:25.409Z] === RUN TestInspect [2020-01-29T17:21:26.157Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-01-29T17:21:26.721Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-01-29T17:21:27.653Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-01-29T17:21:28.114Z] --- PASS: TestInspect (2.92s) [2020-01-29T17:21:28.114Z] === RUN TestCreateJob [2020-01-29T17:21:29.563Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-01-29T17:21:30.128Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-01-29T17:21:31.606Z] --- PASS: TestCreateJob (3.53s) [2020-01-29T17:21:31.606Z] === RUN TestReplicatedJob [2020-01-29T17:21:34.306Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-01-29T17:21:35.237Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-01-29T17:21:37.142Z] --- PASS: TestReplicatedJob (5.66s) [2020-01-29T17:21:37.143Z] === RUN TestUpdateReplicatedJob [2020-01-29T17:21:40.497Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-01-29T17:21:40.498Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-01-29T17:21:40.498Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-01-29T17:21:40.623Z] --- PASS: TestUpdateReplicatedJob (3.65s) [2020-01-29T17:21:40.623Z] === RUN TestServiceListWithStatuses [2020-01-29T17:21:40.623Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-01-29T17:21:40.623Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T17:21:40.623Z] === RUN TestDockerNetworkConnectAlias [2020-01-29T17:21:41.428Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-01-29T17:21:42.360Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-01-29T17:21:43.294Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-01-29T17:21:44.228Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-01-29T17:21:45.165Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-01-29T17:21:46.096Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-01-29T17:21:46.126Z] --- PASS: TestDockerNetworkConnectAlias (4.72s) [2020-01-29T17:21:46.126Z] === RUN TestDockerNetworkReConnect [2020-01-29T17:21:47.027Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-01-29T17:21:47.959Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-01-29T17:21:49.614Z] --- PASS: TestDockerNetworkReConnect (3.74s) [2020-01-29T17:21:49.614Z] === RUN TestServicePlugin [2020-01-29T17:21:49.614Z] --- SKIP: TestServicePlugin (0.00s) [2020-01-29T17:21:49.614Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:21:49.614Z] === RUN TestServiceUpdateLabel [2020-01-29T17:21:51.236Z] === RUN TestDockerSuite/TestRunState [2020-01-29T17:21:51.236Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-01-29T17:21:51.847Z] --- PASS: TestServiceUpdateLabel (2.29s) [2020-01-29T17:21:51.847Z] === RUN TestServiceUpdateSecrets [2020-01-29T17:21:52.613Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-01-29T17:21:53.985Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-01-29T17:21:54.917Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-01-29T17:21:54.917Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-01-29T17:21:54.917Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-01-29T17:21:55.849Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-01-29T17:21:56.781Z] === RUN TestDockerSuite/TestRunSysctls [2020-01-29T17:21:58.677Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-01-29T17:21:58.677Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-01-29T17:21:58.677Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-01-29T17:21:59.609Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-01-29T17:21:59.609Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-01-29T17:22:02.885Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-01-29T17:22:02.885Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-01-29T17:22:03.449Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-01-29T17:22:05.976Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-01-29T17:22:07.102Z] --- PASS: TestServiceUpdateSecrets (14.76s) [2020-01-29T17:22:07.102Z] === RUN TestServiceUpdateConfigs [2020-01-29T17:22:08.498Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-01-29T17:22:10.395Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-01-29T17:22:13.670Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-01-29T17:22:14.600Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-01-29T17:22:15.169Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-01-29T17:22:15.735Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-01-29T17:22:15.992Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-01-29T17:22:18.653Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-01-29T17:22:20.026Z] === RUN TestDockerSuite/TestRunUserByID [2020-01-29T17:22:20.959Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-01-29T17:22:20.959Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-01-29T17:22:20.959Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-01-29T17:22:20.959Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-01-29T17:22:21.218Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-01-29T17:22:22.151Z] === RUN TestDockerSuite/TestRunUserByName [2020-01-29T17:22:22.367Z] --- PASS: TestServiceUpdateConfigs (14.81s) [2020-01-29T17:22:22.367Z] === RUN TestServiceUpdateNetwork [2020-01-29T17:22:23.086Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-01-29T17:22:24.021Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-01-29T17:22:24.021Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-01-29T17:22:24.279Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-01-29T17:22:25.212Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-01-29T17:22:29.399Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-01-29T17:22:29.963Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-01-29T17:22:30.528Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-01-29T17:22:30.785Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-01-29T17:22:31.354Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-01-29T17:22:32.724Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-01-29T17:22:33.656Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-01-29T17:22:34.975Z] --- PASS: TestServiceUpdateNetwork (13.10s) [2020-01-29T17:22:34.975Z] PASS [2020-01-29T17:22:34.975Z] [2020-01-29T17:22:34.975Z] === Skipped [2020-01-29T17:22:34.975Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-01-29T17:22:34.975Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-01-29T17:22:34.975Z] [2020-01-29T17:22:34.975Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-01-29T17:22:34.975Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-01-29T17:22:34.975Z] [2020-01-29T17:22:34.975Z] [2020-01-29T17:22:34.975Z] DONE 23 tests, 2 skipped in 123.478s [2020-01-29T17:22:34.975Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-01-29T17:22:34.975Z] ++ 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-01-29T17:22:34.975Z] ++ set -e [2020-01-29T17:22:34.975Z] ++ '[' -n 0 ']' [2020-01-29T17:22:34.975Z] ++ set -x [2020-01-29T17:22:34.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:22:34.975Z] INFO: Testing against a local daemon [2020-01-29T17:22:34.975Z] === RUN TestSessionCreate [2020-01-29T17:22:34.975Z] --- PASS: TestSessionCreate (0.07s) [2020-01-29T17:22:34.975Z] === RUN TestSessionCreateWithBadUpgrade [2020-01-29T17:22:34.975Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-01-29T17:22:34.975Z] PASS [2020-01-29T17:22:34.975Z] [2020-01-29T17:22:34.975Z] DONE 2 tests in 0.204s [2020-01-29T17:22:34.975Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-01-29T17:22:34.975Z] ++ 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-01-29T17:22:34.975Z] ++ set -e [2020-01-29T17:22:34.975Z] ++ '[' -n 0 ']' [2020-01-29T17:22:34.975Z] ++ set -x [2020-01-29T17:22:34.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:22:34.975Z] INFO: Testing against a local daemon [2020-01-29T17:22:34.975Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-01-29T17:22:34.975Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:22:34.975Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T17:22:34.975Z] === RUN TestEventsExecDie [2020-01-29T17:22:35.260Z] --- PASS: TestEventsExecDie (0.79s) [2020-01-29T17:22:35.260Z] === RUN TestEventsBackwardsCompatible [2020-01-29T17:22:35.545Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-01-29T17:22:35.545Z] === RUN TestInfoBinaryCommits [2020-01-29T17:22:35.545Z] --- PASS: TestInfoBinaryCommits (0.06s) [2020-01-29T17:22:35.545Z] === RUN TestInfoAPIVersioned [2020-01-29T17:22:35.545Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-01-29T17:22:35.545Z] === RUN TestInfoDiscoveryBackend [2020-01-29T17:22:35.556Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-01-29T17:22:36.167Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-01-29T17:22:36.167Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-01-29T17:22:37.194Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-01-29T17:22:37.194Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-01-29T17:22:37.453Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-01-29T17:22:37.480Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-01-29T17:22:37.480Z] === RUN TestInfoAPI [2020-01-29T17:22:37.767Z] --- PASS: TestInfoAPI (0.06s) [2020-01-29T17:22:37.767Z] === RUN TestInfoAPIWarnings [2020-01-29T17:22:38.057Z] --- PASS: TestInfoAPIWarnings (0.56s) [2020-01-29T17:22:38.057Z] === RUN TestInfoDebug [2020-01-29T17:22:38.677Z] --- PASS: TestInfoDebug (0.54s) [2020-01-29T17:22:38.677Z] === RUN TestInfoInsecureRegistries [2020-01-29T17:22:39.302Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-01-29T17:22:39.302Z] === RUN TestInfoRegistryMirrors [2020-01-29T17:22:39.921Z] --- PASS: TestInfoRegistryMirrors (0.56s) [2020-01-29T17:22:39.921Z] === RUN TestLoginFailsWithBadCredentials [2020-01-29T17:22:39.980Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-01-29T17:22:40.207Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2020-01-29T17:22:40.208Z] === RUN TestPingCacheHeaders [2020-01-29T17:22:40.208Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-01-29T17:22:40.208Z] === RUN TestPingGet [2020-01-29T17:22:40.492Z] --- PASS: TestPingGet (0.04s) [2020-01-29T17:22:40.492Z] === RUN TestPingHead [2020-01-29T17:22:40.492Z] --- PASS: TestPingHead (0.05s) [2020-01-29T17:22:40.492Z] === RUN TestVersion [2020-01-29T17:22:40.492Z] --- PASS: TestVersion (0.05s) [2020-01-29T17:22:40.492Z] PASS [2020-01-29T17:22:40.492Z] [2020-01-29T17:22:40.492Z] === Skipped [2020-01-29T17:22:40.492Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-01-29T17:22:40.492Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-01-29T17:22:40.492Z] [2020-01-29T17:22:40.492Z] [2020-01-29T17:22:40.492Z] DONE 18 tests, 1 skipped in 6.037s [2020-01-29T17:22:40.492Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-01-29T17:22:40.492Z] ++ 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-01-29T17:22:40.492Z] ++ set -e [2020-01-29T17:22:40.492Z] ++ '[' -n 0 ']' [2020-01-29T17:22:40.492Z] ++ set -x [2020-01-29T17:22:40.492Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-01-29T17:22:40.492Z] INFO: Testing against a local daemon [2020-01-29T17:22:40.492Z] === RUN TestVolumesCreateAndList [2020-01-29T17:22:40.492Z] --- PASS: TestVolumesCreateAndList (0.05s) [2020-01-29T17:22:40.492Z] === RUN TestVolumesRemove [2020-01-29T17:22:40.778Z] --- PASS: TestVolumesRemove (0.10s) [2020-01-29T17:22:40.778Z] === RUN TestVolumesInspect [2020-01-29T17:22:40.778Z] --- PASS: TestVolumesInspect (0.04s) [2020-01-29T17:22:40.778Z] === RUN TestVolumesInvalidJSON [2020-01-29T17:22:40.778Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-01-29T17:22:40.778Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-01-29T17:22:40.778Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-01-29T17:22:40.778Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2020-01-29T17:22:40.778Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-01-29T17:22:40.778Z] PASS [2020-01-29T17:22:40.778Z] [2020-01-29T17:22:40.778Z] DONE 5 tests in 0.322s [2020-01-29T17:22:40.778Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-01-29T17:22:41.064Z] ++++ cat bundles/test-integration/docker.pid [2020-01-29T17:22:41.064Z] +++ kill 13217 [2020-01-29T17:22:42.501Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-01-29T17:22:42.547Z] +++ /etc/init.d/apparmor stop [2020-01-29T17:22:42.547Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T17:22:42.547Z] [2020-01-29T17:22:42.547Z] Unloading profiles will leave already running processes permanently [2020-01-29T17:22:42.547Z] unconfined, which can lead to unexpected situations. [2020-01-29T17:22:42.547Z] [2020-01-29T17:22:42.547Z] To set a process to complain mode, use the command line tool [2020-01-29T17:22:42.547Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T17:22:42.547Z] +++ true [2020-01-29T17:22:42.547Z] [2020-01-29T17:22:43.432Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-01-29T17:22:44.364Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave Post stage [Pipeline] junit [2020-01-29T17:22:44.616Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-01-29T17:22:45.295Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-01-29T17:22:45.295Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-01-29T17:22:45.295Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-01-29T17:22:45.295Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-01-29T17:22:45.552Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-01-29T17:22:45.603Z] + echo Ensuring container killed. [2020-01-29T17:22:45.603Z] Ensuring container killed. [2020-01-29T17:22:45.603Z] + docker rm -vf docker-pr1 [2020-01-29T17:22:45.603Z] Error: No such container: docker-pr1 [2020-01-29T17:22:45.603Z] + true [Pipeline] sh [2020-01-29T17:22:46.007Z] + echo Chowning /workspace to jenkins user [2020-01-29T17:22:46.007Z] Chowning /workspace to jenkins user [2020-01-29T17:22:46.007Z] + id -u [2020-01-29T17:22:46.007Z] + id -g [2020-01-29T17:22:46.007Z] + docker run --rm -v /home/docker/workspace/moby_PR-40426:/workspace busybox chown -R 1001:1001 /workspace [2020-01-29T17:22:46.007Z] Unable to find image 'busybox:latest' locally [2020-01-29T17:22:46.293Z] latest: Pulling from library/busybox [2020-01-29T17:22:46.293Z] d7e28ec550a2: Pulling fs layer [2020-01-29T17:22:46.484Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-01-29T17:22:46.580Z] d7e28ec550a2: Verifying Checksum [2020-01-29T17:22:46.580Z] d7e28ec550a2: Download complete [2020-01-29T17:22:46.868Z] d7e28ec550a2: Pull complete [2020-01-29T17:22:46.868Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-01-29T17:22:46.868Z] Status: Downloaded newer image for busybox:latest [2020-01-29T17:22:47.415Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-01-29T17:22:48.134Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-01-29T17:22:49.309Z] + bundleName=ppc64le-integration [2020-01-29T17:22:49.309Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-01-29T17:22:49.309Z] Creating ppc64le-integration-bundles.tar.gz [2020-01-29T17:22:49.309Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-01-29T17:22:49.309Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-01-29T17:22:49.630Z] Archiving artifacts [2020-01-29T17:22:50.029Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-01-29T17:22:50.082Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-01-29T17:22:50.474Z] + make clean [2020-01-29T17:22:50.593Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-01-29T17:22:51.095Z] make: command: Command not found [2020-01-29T17:22:51.095Z] make: command: Command not found [2020-01-29T17:22:51.095Z] docker volume rm -f docker-dev-cache [2020-01-29T17:22:51.095Z] docker-dev-cache [Pipeline] deleteDir [2020-01-29T17:22:51.524Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-01-29T17:22:51.524Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-01-29T17:22:52.088Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-01-29T17:22:52.346Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-01-29T17:22:52.346Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-01-29T17:22:52.346Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-01-29T17:22:52.346Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-01-29T17:22:52.604Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-01-29T17:22:52.604Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-01-29T17:22:52.861Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-01-29T17:22:53.118Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-01-29T17:22:53.118Z] === RUN TestDockerSuite/TestRunWithKernelMemory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-01-29T17:22:54.050Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-01-29T17:22:54.982Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-01-29T17:22:55.930Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-01-29T17:22:55.930Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-01-29T17:22:56.861Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-01-29T17:22:56.861Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-01-29T17:22:57.793Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-01-29T17:22:57.793Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-01-29T17:22:58.726Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-01-29T17:22:59.294Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-01-29T17:22:59.551Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-01-29T17:22:59.551Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-01-29T17:23:00.482Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-01-29T17:23:02.379Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-01-29T17:23:02.943Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-01-29T17:23:02.944Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-01-29T17:23:03.508Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-01-29T17:23:03.766Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-01-29T17:23:05.661Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-01-29T17:23:06.226Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-01-29T17:23:09.508Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-01-29T17:23:09.765Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-01-29T17:23:09.765Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-01-29T17:23:09.765Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-01-29T17:23:11.135Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-01-29T17:23:12.066Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-01-29T17:23:13.436Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-01-29T17:23:13.436Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-01-29T17:23:15.959Z] === RUN TestDockerSuite/TestSaveImageId [2020-01-29T17:23:15.959Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-01-29T17:23:16.221Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-01-29T17:23:18.749Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-01-29T17:23:18.749Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-01-29T17:23:20.121Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-01-29T17:23:20.379Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-01-29T17:23:20.379Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-01-29T17:23:22.278Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-01-29T17:23:23.650Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-01-29T17:23:23.908Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-01-29T17:23:24.165Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-01-29T17:23:24.165Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-01-29T17:23:24.165Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-01-29T17:23:24.729Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-01-29T17:23:27.257Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-01-29T17:23:28.188Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-01-29T17:23:33.444Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-01-29T17:23:35.967Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-01-29T17:23:36.899Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-01-29T17:23:38.796Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-01-29T17:23:41.328Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-01-29T17:23:44.611Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-01-29T17:23:45.175Z] === RUN TestDockerSuite/TestStartRecordError [2020-01-29T17:23:47.072Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-01-29T17:23:49.594Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-01-29T17:23:51.490Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-01-29T17:23:55.666Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-01-29T17:23:59.840Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-01-29T17:24:03.113Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-01-29T17:24:08.413Z] === RUN TestDockerSuite/TestStatsNoStream [2020-01-29T17:24:11.690Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-01-29T17:24:13.585Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-01-29T17:24:14.148Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-01-29T17:24:15.079Z] === RUN TestDockerSuite/TestTopPrivileged [2020-01-29T17:24:16.010Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-01-29T17:24:16.010Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-01-29T17:24:16.575Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-01-29T17:24:19.852Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-01-29T17:24:21.221Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-01-29T17:24:25.399Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-01-29T17:24:25.657Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-01-29T17:24:26.589Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-01-29T17:24:26.589Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-01-29T17:24:27.522Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-01-29T17:24:29.419Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-01-29T17:24:29.419Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-01-29T17:24:30.826Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-01-29T17:24:31.903Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-01-29T17:24:32.834Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-01-29T17:24:33.398Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-01-29T17:24:34.769Z] === RUN TestDockerSuite/TestUpdateStats [2020-01-29T17:24:38.946Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-01-29T17:24:38.946Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-01-29T17:24:40.844Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-01-29T17:24:40.844Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-01-29T17:24:42.219Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-01-29T17:24:43.151Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-01-29T17:24:47.332Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-01-29T17:24:51.508Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-01-29T17:24:54.785Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-01-29T17:24:57.328Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-01-29T17:25:01.507Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-01-29T17:25:06.763Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-01-29T17:25:08.657Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-01-29T17:25:11.182Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-01-29T17:25:13.075Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-01-29T17:25:14.444Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-01-29T17:25:17.114Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-01-29T17:25:19.638Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-01-29T17:25:22.160Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-01-29T17:25:24.067Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-01-29T17:25:26.590Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-01-29T17:25:44.648Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-01-29T17:25:47.924Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-01-29T17:25:47.924Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-01-29T17:25:47.924Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-01-29T17:25:47.924Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-01-29T17:25:47.924Z] === RUN TestDockerSuite/TestVolumeEvents [2020-01-29T17:25:48.487Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-01-29T17:25:51.011Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-01-29T17:25:51.011Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-01-29T17:25:51.268Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-01-29T17:25:54.543Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-01-29T17:25:59.857Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite (1832.63s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.09s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.46s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.99s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.22s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.53s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.53s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.82s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.84s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.81s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.44s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.55s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.44s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.35s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.27s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.49s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.53s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.80s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachDetach (1.69s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.49s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.77s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.28s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.32s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.22s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.14s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.83s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (2.10s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.64s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.87s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.65s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.63s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.97s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.58s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.73s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.19s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.78s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.81s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.29s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.91s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.54s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.90s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.87s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.02s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.32s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.44s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.42s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.68s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.94s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.64s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.59s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.73s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.53s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.80s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.66s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.64s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.74s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.65s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.95s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.50s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.27s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.68s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.50s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.86s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.55s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.84s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.34s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.51s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.97s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.42s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.45s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.30s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.82s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.73s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.67s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.66s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.89s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.05s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.08s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.37s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.83s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.55s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.42s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2020-01-29T17:25:59.857Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-01-29T17:25:59.857Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.83s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.42s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.44s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildContChar (4.57s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.48s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.38s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.82s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (16.17s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.25s) [2020-01-29T17:25:59.857Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.78s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.24s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.80s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.12s) [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.59s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.09s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.21s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.92s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.83s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.96s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.80s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.90s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.85s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.82s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.71s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.66s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.27s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.87s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.55s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.29s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.65s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.32s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.69s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.91s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.51s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.68s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.74s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (21.10s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.20s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.42s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.37s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.90s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.30s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.43s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.44s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.79s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnv (1.68s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.65s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.12s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.36s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.15s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.83s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.23s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.88s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.68s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (2.10s) [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.32s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFails (1.02s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.58s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.66s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.12s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.60s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.18s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.15s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.38s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.27s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (3.17s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.97s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildHistory (5.86s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.29s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.70s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.04s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabel (0.47s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabels (0.49s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.05s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.76s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.48s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.12s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.16s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.32s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.77s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.67s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.48s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.53s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.53s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (15.48s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.97s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.27s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.62s) [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.52s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.60s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.52s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.50s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.65s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.93s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.18s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.18s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.22s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.49s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.31s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.44s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.03s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.31s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.78s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.39s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.87s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.68s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.49s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.69s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.20s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildPATH (2.94s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.91s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.04s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.50s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.35s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.36s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildRm (3.45s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.25s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.70s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.59s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.66s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.35s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.34s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.16s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.40s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.36s) [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.19s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.18s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildStderr (1.08s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.03s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.27s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.12s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.65s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.16s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.74s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildUser (2.36s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.26s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.73s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.20s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.34s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.22s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.41s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.91s) [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.02s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.17s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.97s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.73s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.36s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.33s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.39s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.39s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.71s) [2020-01-29T17:25:59.858Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-01-29T17:25:59.858Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.98s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.64s) [2020-01-29T17:25:59.858Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-01-29T17:25:59.859Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-01-29T17:25:59.859Z] docker_cli_sni_test.go:18: Flakey test [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.82s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.45s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitChange (1.12s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.05s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.76s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.78s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitTTY (1.73s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.85s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.79s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.87s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.74s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.83s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.13s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.74s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.91s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.80s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.84s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.86s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.92s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.87s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.91s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.88s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.90s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.75s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.93s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.13s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.13s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.72s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.58s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.61s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.60s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.83s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.87s) [2020-01-29T17:25:59.859Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-01-29T17:25:59.859Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.83s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.84s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.33s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (5.10s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.82s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.25s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.39s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.18s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.69s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.58s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.67s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.66s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008799c0_} (1.62s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1579323317_/foo_false____} (1.62s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1579323317_/foo_true____} (1.71s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3899304848_/foo_false____} (1.63s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3899304848_/foo_true____} (1.71s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3899304848_/foo_true__0xc000879e80__} (1.59s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000879ea0_} (1.62s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000879ec0_} (1.62s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000879ee0_} (1.61s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000879f00_} (1.63s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.64s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.52s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.07s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.07s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.37s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.02s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.71s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.98s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.97s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.07s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.95s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.94s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.96s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.10s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.99s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.96s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.06s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.60s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.14s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.94s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.89s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.98s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.23s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.17s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.76s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.90s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.49s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.28s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.74s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.98s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.78s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseH (4.02s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.15s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.21s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.00s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToDot (0.92s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.73s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.85s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToStdout (0.97s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.60s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.57s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.79s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.55s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.82s) [2020-01-29T17:25:59.859Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-01-29T17:25:59.859Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.85s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2020-01-29T17:25:59.859Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-01-29T17:25:59.859Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.42s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.02s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.36s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.92s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.51s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.03s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.18s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.82s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.80s) [2020-01-29T17:25:59.859Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.82s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.35s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.89s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.52s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.64s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.14s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.21s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.32s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.42s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsAttach (0.87s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsCommit (1.06s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.85s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.87s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.87s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.84s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.70s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.38s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.55s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsCopy (1.35s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.72s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.88s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.36s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.67s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.48s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.38s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFilters (1.86s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFormat (1.80s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.08s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.35s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.40s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.50s) [2020-01-29T17:25:59.860Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-01-29T17:25:59.860Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.860Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-01-29T17:25:59.860Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.79s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.72s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsRename (0.86s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsResize (0.85s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.85s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.98s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.89s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.07s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsTop (0.90s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.61s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestExec (0.91s) [2020-01-29T17:25:59.860Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.84s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.86s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.87s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.03s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.92s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.93s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.93s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.17s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.50s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.05s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.69s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecCgroup (1.35s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecEnv (0.94s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.81s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.99s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecInspectID (3.09s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecInteractive (1.09s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.24s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.06s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecParseError (1.06s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.96s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.82s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.40s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.93s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecStartFails (1.07s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.17s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.84s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecTTY (0.90s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.93s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.86s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecUlimits (0.97s) [2020-01-29T17:25:59.861Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-01-29T17:25:59.861Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.10s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.88s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.11s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.07s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestExecWithUser (0.99s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.83s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.88s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.48s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.85s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.86s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestHealth (21.02s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.96s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.91s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.33s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.52s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.92s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.07s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.03s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesFormat (0.07s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (1.23s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.29s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportDisplay (1.83s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportFile (1.93s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.10s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportGzipped (2.09s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.97s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.00s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.87s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.06s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.82s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.00s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.84s) [2020-01-29T17:25:59.861Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.84s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.88s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.98s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.12s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.98s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.03s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.07s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.90s) [2020-01-29T17:25:59.862Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-01-29T17:25:59.862Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.54s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.00s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectDefault (0.84s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectHistory (1.06s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2020-01-29T17:25:59.862Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-01-29T17:25:59.862Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.97s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.92s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.12s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.99s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.95s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.74s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.89s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectStatus (1.03s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.04s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.80s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.83s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.03s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.78s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.93s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.86s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.47s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.60s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.81s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.43s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.99s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.67s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.58s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.47s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.41s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.94s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.37s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.60s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.82s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.98s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.29s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.44s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.84s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.88s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.92s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.72s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.96s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.85s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-01-29T17:25:59.862Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.14s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.12s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.11s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.34s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.13s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.33s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.88s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsSince (6.95s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.80s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.86s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsTail (1.16s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.94s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.76s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.54s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.95s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestNetHostname (2.62s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.33s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.76s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.08s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginActive (1.75s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.98s) [2020-01-29T17:25:59.863Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-01-29T17:25:59.863Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.62s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.35s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.43s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.24s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.30s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.12s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.57s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.53s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPortList (11.32s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.75s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.65s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.08s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.90s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.91s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.89s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.17s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.70s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.42s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.71s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.36s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsByOrder (3.64s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.18s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.57s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.30s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.13s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.98s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.26s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.64s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.58s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.89s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.66s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.93s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.72s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.68s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.38s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.54s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.87s) [2020-01-29T17:25:59.863Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-01-29T17:25:59.863Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.02s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (2.02s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.90s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.99s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.82s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.67s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.72s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.68s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.63s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.99s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.68s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.13s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.28s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.46s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.98s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.00s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.82s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.09s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiTag (0.21s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.96s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.26s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.78s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.94s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.46s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.64s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAddHost (0.84s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.40s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.84s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.70s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.96s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.94s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.78s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.71s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.21s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.99s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.94s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.86s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.95s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.06s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.16s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.80s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.87s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.80s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.48s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.84s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.89s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.81s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.82s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.78s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.33s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (1.01s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.98s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.85s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.92s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.79s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.73s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.56s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.81s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.87s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.81s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.82s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.79s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.74s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.65s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.48s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.85s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.74s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.81s) [2020-01-29T17:25:59.863Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-01-29T17:25:59.863Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.863Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-01-29T17:25:59.863Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.78s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.87s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.65s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.43s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.82s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.71s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2020-01-29T17:25:59.863Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-01-29T17:25:59.863Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.82s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.81s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.94s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.84s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.80s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.81s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.83s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.84s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.77s) [2020-01-29T17:25:59.863Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunExitCode (0.78s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.88s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.85s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.66s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.60s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.85s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.61s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.25s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.65s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.32s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.61s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.70s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.98s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.76s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.70s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.22s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.27s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.56s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.29s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.69s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.64s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.58s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunMount (6.39s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.89s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.84s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.61s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.36s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.41s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.54s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.67s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.71s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.73s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.74s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetHost (1.16s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.84s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.75s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.44s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.51s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.87s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.76s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.84s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.76s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.80s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.80s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.93s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.69s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.75s) [2020-01-29T17:25:59.864Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.77s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.78s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.77s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.76s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.67s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.46s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.63s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunRm (0.85s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.75s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.11s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.58s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.90s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.87s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.95s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.93s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.90s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.92s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.88s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.98s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.75s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunState (2.05s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.08s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.96s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (1.01s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunSysctls (1.76s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.09s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.92s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.90s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (1.03s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.32s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.48s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.29s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.81s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.85s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.52s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.48s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserByID (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.20s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.91s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserByName (0.88s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.97s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-01-29T17:25:59.864Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.89s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.29s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.93s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.34s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.84s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.39s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.87s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.84s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.82s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.94s) [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.864Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-01-29T17:25:59.864Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.25s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.84s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.96s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.64s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.80s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.83s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.85s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.18s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.18s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.18s) [2020-01-29T17:25:59.864Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.84s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.82s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.85s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.89s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.33s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.82s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.84s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.74s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.84s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.73s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.91s) [2020-01-29T17:25:59.865Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-01-29T17:25:59.865Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.67s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.83s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.71s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.82s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.15s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.12s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.34s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.05s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.58s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.22s) [2020-01-29T17:25:59.865Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents361467706 [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.81s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.66s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.69s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-01-29T17:25:59.865Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.48s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.53s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.76s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.62s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.12s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.74s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.92s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.79s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.88s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartRecordError (1.85s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.71s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.98s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.79s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.22s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.74s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.99s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.88s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.85s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.86s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.82s) [2020-01-29T17:25:59.866Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-01-29T17:25:59.866Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.82s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.53s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.60s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.81s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.80s) [2020-01-29T17:25:59.866Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-01-29T17:25:59.866Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.00s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.78s) [2020-01-29T17:25:59.866Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-01-29T17:25:59.866Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.59s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.04s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.96s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.85s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateStats (4.42s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.70s) [2020-01-29T17:25:59.866Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-01-29T17:25:59.866Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.21s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.10s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.22s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.67s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.27s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.75s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.20s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.08s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.42s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.57s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.62s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.62s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.41s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.39s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.49s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.42s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.45s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.85s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.00s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.64s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.84s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.49s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.41s) [2020-01-29T17:25:59.866Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.35s) [2020-01-29T17:25:59.866Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-01-29T17:25:59.866Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-01-29T17:25:59.866Z] === RUN TestDockerRegistrySuite [2020-01-29T17:25:59.866Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-01-29T17:26:00.819Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-01-29T17:26:02.193Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-01-29T17:26:04.089Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-01-29T17:26:04.346Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-01-29T17:26:09.602Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-01-29T17:26:13.779Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-01-29T17:26:17.957Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-01-29T17:26:19.328Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-01-29T17:26:20.698Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-01-29T17:26:22.069Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-01-29T17:26:23.963Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-01-29T17:26:25.336Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-01-29T17:26:26.713Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-01-29T17:26:28.084Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-01-29T17:26:30.607Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-01-29T17:26:33.884Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-01-29T17:26:34.817Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-01-29T17:26:38.097Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-01-29T17:26:39.993Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-01-29T17:26:39.993Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-01-29T17:26:41.364Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-01-29T17:26:42.297Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-01-29T17:26:43.669Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-01-29T17:26:47.847Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-01-29T17:26:47.847Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-01-29T17:26:49.745Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-01-29T17:26:49.745Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-01-29T17:26:50.011Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-01-29T17:26:50.268Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-01-29T17:26:50.525Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-01-29T17:26:50.525Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-01-29T17:26:50.783Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-01-29T17:26:51.041Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-01-29T17:26:52.939Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-01-29T17:26:55.464Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-01-29T17:26:56.395Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-01-29T17:26:57.766Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-01-29T17:26:58.699Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-01-29T17:26:59.631Z] --- PASS: TestDockerRegistrySuite (60.65s) [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.69s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d404adbd6c57e] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.56s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d52315efeb3b9] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.93s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d09a537ecd3c1] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d8dc569758934] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.46s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d78a186e4e280] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.60s) [2020-01-29T17:26:59.632Z] check_test.go:196: [dfa050c22992e] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.47s) [2020-01-29T17:26:59.632Z] check_test.go:196: [dfa38eed2926b] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.51s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d2a0215d14c49] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.38s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d71ef4d3f1964] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.45s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d94b8be8af19c] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.56s) [2020-01-29T17:26:59.632Z] check_test.go:196: [da1e7873b215b] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.50s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d147d562b47aa] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.37s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d30507b72d11c] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.42s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d12acc38cf0bd] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.65s) [2020-01-29T17:26:59.632Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:db4a3eb1e5d52faf19bbf1f9677c75011bc90d8a916da661824fd6460e2249cf [2020-01-29T17:26:59.632Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dff743094afb0033dd4e654d009896dda18aa0ec57267fa6490098a49f39041c [2020-01-29T17:26:59.632Z] check_test.go:196: [dd497861cded6] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.71s) [2020-01-29T17:26:59.632Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0f0255257de8e0f12581a1e07623accbebb89b4a9e7f5e7d9a786a829a2e57ba [2020-01-29T17:26:59.632Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c7a277c65df3c780b0f466cb0426979f62d5b61c1e979e102102328a1ff2725f [2020-01-29T17:26:59.632Z] check_test.go:196: [d2e96a2062c1c] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.40s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d1868d4f71700] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.42s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d5c15be5412ce] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.43s) [2020-01-29T17:26:59.632Z] check_test.go:196: [dccfb0d3fb460] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d73229a6995d3] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.40s) [2020-01-29T17:26:59.632Z] check_test.go:196: [de8d1099a866e] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.25s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d1b75324e8dbb] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.28s) [2020-01-29T17:26:59.632Z] check_test.go:196: [df745ba54e2a5] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.86s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d0abd9a403da6] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2020-01-29T17:26:59.632Z] check_test.go:196: [dfb19dbbb55f6] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.44s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d8a7c1d041699] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.45s) [2020-01-29T17:26:59.632Z] check_test.go:196: [db8b4894f9150] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-01-29T17:26:59.632Z] check_test.go:196: [dda7a7c449553] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d1ce36c5e63f5] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.33s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d6072878bca3e] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2020-01-29T17:26:59.632Z] check_test.go:196: [db3bc23aa95a1] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-01-29T17:26:59.632Z] check_test.go:196: [dade11ebbb180] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.68s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d085e61929fce] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.52s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d0d4576dadfec] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.22s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d2398cf578be4] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.40s) [2020-01-29T17:26:59.632Z] check_test.go:196: [d3be7ab0e1d15] daemon is not started [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2020-01-29T17:26:59.632Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2020-01-29T17:26:59.632Z] === RUN TestDockerSchema1RegistrySuite [2020-01-29T17:26:59.632Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-01-29T17:26:59.632Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-01-29T17:27:05.051Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-01-29T17:27:05.051Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-01-29T17:27:05.615Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-01-29T17:27:05.873Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-01-29T17:27:06.131Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-01-29T17:27:06.131Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-01-29T17:27:07.501Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-01-29T17:27:09.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-01-29T17:27:09.962Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-01-29T17:27:14.162Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-01-29T17:27:15.093Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-01-29T17:27:15.352Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-01-29T17:27:16.724Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-01-29T17:27:16.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-01-29T17:27:18.353Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-01-29T17:27:18.353Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-01-29T17:27:19.723Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-01-29T17:27:21.623Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-01-29T17:27:25.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-01-29T17:27:26.060Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-01-29T17:27:26.625Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-01-29T17:27:26.625Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-01-29T17:27:26.882Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-01-29T17:27:27.144Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-01-29T17:27:27.708Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite (28.17s) [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d78846e75d652] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.44s) [2020-01-29T17:27:27.708Z] check_test.go:223: [da1655a9443bb] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.11s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dbe0a98ddf834] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.51s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dfbe304765923] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.40s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d2cd9996ced98] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.56s) [2020-01-29T17:27:27.708Z] check_test.go:223: [de72ccb15533c] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dc7cc4ceeb311] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.53s) [2020-01-29T17:27:27.708Z] check_test.go:223: [de68dc49e8272] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.39s) [2020-01-29T17:27:27.708Z] check_test.go:223: [db5e75c378005] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.56s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d0b98255f7c4a] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.17s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d562925b97480] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dc24c0a2fddf0] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.51s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d397bddda1fc2] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dc3d975f28ed3] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dec5fed27b1c3] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.32s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d8580c1a92348] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s) [2020-01-29T17:27:27.708Z] check_test.go:223: [d8641e3df15f8] daemon is not started [2020-01-29T17:27:27.708Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-01-29T17:27:27.708Z] check_test.go:223: [dc8177e04fc5f] daemon is not started [2020-01-29T17:27:27.708Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-01-29T17:27:27.708Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-01-29T17:27:29.079Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-01-29T17:27:29.336Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-01-29T17:27:29.594Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-01-29T17:27:30.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-01-29T17:27:30.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-01-29T17:27:31.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-01-29T17:27:32.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.35s) [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.03s) [2020-01-29T17:27:32.094Z] check_test.go:252: [d50ea41bfe3d1] daemon is not started [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2020-01-29T17:27:32.094Z] check_test.go:252: [dc7a60b5d6571] daemon is not started [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-01-29T17:27:32.094Z] check_test.go:252: [dc2bf50e6a938] daemon is not started [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.20s) [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-01-29T17:27:32.094Z] check_test.go:252: [dd12192cbdcce] daemon is not started [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.41s) [2020-01-29T17:27:32.094Z] check_test.go:252: [d85f6dfd76d75] daemon is not started [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.57s) [2020-01-29T17:27:32.094Z] check_test.go:252: [d84a5e0a5c217] daemon is not started [2020-01-29T17:27:32.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2020-01-29T17:27:32.094Z] check_test.go:252: [d2b9f52307e5e] daemon is not started [2020-01-29T17:27:32.094Z] === RUN TestDockerRegistryAuthTokenSuite [2020-01-29T17:27:32.094Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-01-29T17:27:37.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-01-29T17:27:37.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-01-29T17:27:37.615Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-01-29T17:27:37.872Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-01-29T17:27:37.872Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2020-01-29T17:27:37.872Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-01-29T17:27:37.872Z] check_test.go:279: [d753c5ae8fc80] daemon is not started [2020-01-29T17:27:37.872Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2020-01-29T17:27:37.872Z] check_test.go:279: [d58706cfac736] daemon is not started [2020-01-29T17:27:37.872Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-01-29T17:27:37.872Z] check_test.go:279: [df4143b0243aa] daemon is not started [2020-01-29T17:27:37.872Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-01-29T17:27:37.872Z] check_test.go:279: [dd2fa22cf1dbf] daemon is not started [2020-01-29T17:27:37.872Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-01-29T17:27:37.872Z] check_test.go:279: [d3c3e19a18f98] daemon is not started [2020-01-29T17:27:37.872Z] === RUN TestDockerNetworkSuite [2020-01-29T17:27:37.872Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-01-29T17:27:41.154Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-01-29T17:27:42.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-01-29T17:27:47.345Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-01-29T17:27:49.872Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-01-29T17:27:54.051Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-01-29T17:27:55.424Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-01-29T17:28:05.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-01-29T17:28:07.914Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-01-29T17:28:09.812Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-01-29T17:28:10.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-01-29T17:28:11.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-01-29T17:28:13.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-01-29T17:28:13.314Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-01-29T17:28:14.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-01-29T17:28:14.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-01-29T17:28:15.250Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-01-29T17:28:16.182Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-01-29T17:28:16.439Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-01-29T17:28:16.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-01-29T17:28:16.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-01-29T17:28:16.957Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-01-29T17:28:18.328Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-01-29T17:28:20.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-01-29T17:28:20.859Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-01-29T17:28:20.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-01-29T17:28:21.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-01-29T17:28:21.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-01-29T17:28:23.641Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-01-29T17:28:25.015Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-01-29T17:28:29.192Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-01-29T17:28:29.192Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-01-29T17:28:32.477Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-01-29T17:28:39.031Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-01-29T17:28:39.031Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-01-29T17:28:39.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-01-29T17:28:39.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-01-29T17:28:39.853Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-01-29T17:28:40.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-01-29T17:28:40.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-01-29T17:28:40.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-01-29T17:28:45.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-01-29T17:28:45.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-01-29T17:28:45.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-01-29T17:28:45.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-01-29T17:28:51.185Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-01-29T17:28:53.081Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-01-29T17:28:55.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-01-29T17:28:55.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-01-29T17:28:56.973Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-01-29T17:28:59.503Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-01-29T17:28:59.503Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-01-29T17:29:01.401Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-01-29T17:29:02.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-01-29T17:29:04.227Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-01-29T17:29:08.408Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite (92.67s) [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.83s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d1571d8c57488] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.36s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d87fd250f9a52] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.00s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d9e07a427d519] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.73s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d94f4e8765d56] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.69s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:1233: [daa719d831e53] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.98s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [de42ba3d976a3] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.90s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d73bc814352cd] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.60s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d313c39edfc83] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.81s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d520cdbd8d05a] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.91s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d7d13b0d17daa] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.75s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d2efce131c0f9] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.48s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d537b9747cc39] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.60s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dcbed69118e9b] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dd10f0f28d3ad] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.43s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dc192d3ea19e3] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.35s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dc49c2e186341] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [de23991c19a0a] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d090096cad7d9] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.20s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d4d1ed740e113] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.50s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d2e057fb091ce] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.00s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d80d257d2dabc] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.13s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d0ef5d2823ec8] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.45s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dd2cee2e5513d] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.12s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dab4186804763] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.92s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:968: [d5b6a8211c2b9] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.66s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d4a1414b41074] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.06s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:1116: [d98b46aa4770b] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d9cc46bd6c715] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.74s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d0ac962ef055c] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.12s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d9cf0a8ca7e96] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dff4b8d86ada8] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [da6a4691d4a9a] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d6377733409ae] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [da382c6ae21de] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.27s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d5c97a3a28afc] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [df1487b5a7a2d] daemon is not started [2020-01-29T17:29:11.086Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d956cb7772f24] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.38s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d7aed77055641] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.57s) [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.67s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:1084: [d28f9e6f9735d] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dcf408f15a2a6] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.49s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [deeddceb66b8c] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.71s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d9176cdb13f43] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d7de2825ce879] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.76s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [dde4af1e8ec53] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.88s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d170b3a3254cd] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.85s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [d6a648c2f1fc3] daemon is not started [2020-01-29T17:29:11.086Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.60s) [2020-01-29T17:29:11.086Z] docker_cli_network_unix_test.go:46: [de1a116b847b0] daemon is not started [2020-01-29T17:29:11.086Z] === RUN TestDockerHubPullSuite [2020-01-29T17:29:11.086Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-01-29T17:29:12.017Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-01-29T17:29:12.580Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-01-29T17:29:14.477Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-01-29T17:29:14.735Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-01-29T17:29:15.666Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-01-29T17:29:15.925Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-01-29T17:29:16.183Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite (5.80s) [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.49s) [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.17s) [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.46s) [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.28s) [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.30s) [2020-01-29T17:29:16.441Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2020-01-29T17:29:16.441Z] PASS [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === Skipped [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-01-29T17:29:16.441Z] docker_cli_sni_test.go:18: Flakey test [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-01-29T17:29:16.441Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-01-29T17:29:16.441Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-01-29T17:29:16.441Z] [2020-01-29T17:29:16.441Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-01-29T17:29:16.441Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-01-29T17:29:16.441Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-01-29T17:29:16.442Z] [2020-01-29T17:29:16.442Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-01-29T17:29:16.442Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-01-29T17:29:16.442Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-01-29T17:29:16.442Z] docker_cli_network_unix_test.go:46: [d956cb7772f24] daemon is not started [2020-01-29T17:29:16.442Z] [2020-01-29T17:29:16.442Z] [2020-01-29T17:29:16.442Z] DONE 1277 tests, 44 skipped in 2064.983s [2020-01-29T17:29:16.442Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-01-29T17:29:16.442Z] ++++ cat bundles/test-integration/docker.pid [2020-01-29T17:29:16.442Z] +++ kill 7314 [2020-01-29T17:29:17.373Z] +++ /etc/init.d/apparmor stop [2020-01-29T17:29:17.373Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T17:29:17.373Z] [2020-01-29T17:29:17.373Z] Unloading profiles will leave already running processes permanently [2020-01-29T17:29:17.373Z] unconfined, which can lead to unexpected situations. [2020-01-29T17:29:17.373Z] [2020-01-29T17:29:17.373Z] To set a process to complain mode, use the command line tool [2020-01-29T17:29:17.373Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T17:29:17.373Z] +++ true [2020-01-29T17:29:17.373Z] [2020-01-29T17:29:19.277Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-01-29T17:29:27.380Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-01-29T17:29:32.636Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-01-29T17:29:35.158Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-01-29T17:29:38.435Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-01-29T17:29:41.710Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-01-29T17:29:44.299Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-01-29T17:29:47.583Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-01-29T17:29:50.108Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-01-29T17:30:46.409Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-01-29T17:31:01.273Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite (1788.74s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.74s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.44s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.04s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.23s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (26.44s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:563: [dd770525cb4e0] joining swarm manager [d0c9ba34713cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:585: [d11217ffd36a4] joining swarm manager [d0c9ba34713cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] check_test.go:380: [dd770525cb4e0] daemon is not started [2020-01-29T17:31:19.340Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.27s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:46: [dbd4c7445d01f] joining swarm manager [dfc93ff28f8b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.88s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.78s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.78s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:304: [d47ff10c8c392] joining swarm manager [d1cbf0ccf8538]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:305: [d5981b76b8ef5] joining swarm manager [d1cbf0ccf8538]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (26.06s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:272: [d376f8595e76a] joining swarm manager [d5e475d2642a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:273: [d838ea18af888] joining swarm manager [d5e475d2642a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.50s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.78s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.39s) [2020-01-29T17:31:19.340Z] docker_api_swarm_node_test.go:19: [df97f229d72e4] joining swarm manager [d4299a65dbd6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_node_test.go:20: [d244e815fae95] joining swarm manager [d4299a65dbd6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (42.64s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:502: [d3f1529e58725] joining swarm manager [d3b0a8fadee32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:507: [d2b2232430fdb] joining swarm manager [d3b0a8fadee32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.40s) [2020-01-29T17:31:19.340Z] docker_api_swarm_node_test.go:80: [d8bdcbd0331d0] joining swarm manager [dd6b01b536de0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.76s) [2020-01-29T17:31:19.340Z] docker_api_swarm_node_test.go:52: [ddfd4c2129055] joining swarm manager [d6c021a3f2315]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_node_test.go:53: [d954d45c0e1c4] joining swarm manager [d6c021a3f2315]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.56s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.18s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:202: [dd15af7b32560] joining swarm manager [d37856ecbdeb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.24s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:384: [d36951057078a] joining swarm manager [d11e3d5c74667]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:385: [d0fe68e12d3cf] joining swarm manager [d11e3d5c74667]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] check_test.go:380: [d0fe68e12d3cf] daemon is not started [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.98s) [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:802: [d650c1eda3649] joining swarm manager [d2213a33ba3bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:802: [d1bae5ff9c23a] joining swarm manager [d2213a33ba3bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:802: [dc80f96e45efe] joining swarm manager [d2213a33ba3bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:802: [ddb4da231a80a] joining swarm manager [d2213a33ba3bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-01-29T17:31:19.340Z] docker_api_swarm_test.go:810: [d942838dcae4d] joining swarm manager [d2213a33ba3bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.39s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.80s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.06s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:394: [dc64dc9b8e0d7] joining swarm manager [d98a182875ebb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:394: [d11ef1908a561] joining swarm manager [d98a182875ebb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.34s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:342: [d66945a1c9820] joining swarm manager [d2ee44b6f34e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:342: [df17d283e364d] joining swarm manager [d2ee44b6f34e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.30s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:489: [de454c62d1643] joining swarm manager [d407e754884e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:489: [dc09c57528b75] joining swarm manager [d407e754884e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.30s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.41s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:127: [d3772111ecb69] joining swarm manager [d295e04b1e6cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:128: [d93ed9b977039] joining swarm manager [d295e04b1e6cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:136: [dcc92e4af79b8] joining swarm manager [d295e04b1e6cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:137: [d572d8605db51] joining swarm manager [d295e04b1e6cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.79s) [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.94s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:303: [daf3ea59b6e4b] joining swarm manager [d772c87c489f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:303: [dd558353128e8] joining swarm manager [d772c87c489f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.24s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:99: [d53a1980e3465] joining swarm manager [d62c22af0f03c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:100: [dc6909544212c] joining swarm manager [d62c22af0f03c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] check_test.go:380: [d53a1980e3465] daemon is not started [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.36s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:532: [d453e6c3535be] joining swarm manager [ddd749cecc02b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:533: [d42d4408a3c05] joining swarm manager [ddd749cecc02b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.54s) [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:147: [d29a20ed86b0d] joining swarm manager [d750f7fcf5843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.340Z] docker_api_swarm_service_test.go:147: [d5685d3cbcdc3] joining swarm manager [d750f7fcf5843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.340Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.15s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.44s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.00s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.13s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.33s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.63s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.97s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.29s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.18s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.97s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.24s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.02s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.87s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.04s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.22s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.15s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.28s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.88s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.20s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.41s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.77s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.55s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.46s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.70s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.18s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.04s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.45s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.34s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.31s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.49s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.35s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.83s) [2020-01-29T17:31:19.341Z] docker_cli_service_logs_test.go:241: checking task 860kzpaancjh [2020-01-29T17:31:19.341Z] docker_cli_service_logs_test.go:246: checking messages for 860kzpaancjh [2020-01-29T17:31:19.341Z] docker_cli_service_logs_test.go:241: checking task u0gf0t79n40a [2020-01-29T17:31:19.341Z] docker_cli_service_logs_test.go:246: checking messages for u0gf0t79n40a [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.40s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.48s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.22s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.28s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.06s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1901: [dabbcb75b2c63] joining swarm manager [d5997332bef86]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1902: [dca9021564042] joining swarm manager [d5997332bef86]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.34s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.14s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.27s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.88s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1802: [d7c9071d8ee7c] joining swarm manager [da8c66162b52e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1803: [dd405b5f07afe] joining swarm manager [da8c66162b52e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.36s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (167.21s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1321: [d96bc3e8ea8b6] joining swarm manager [d36d9260825eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1322: [d494d89e36a99] joining swarm manager [d36d9260825eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.36s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.26s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.94s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.90s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.89s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.26s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.29s) [2020-01-29T17:31:19.341Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.17s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.86s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.34s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.67s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1186: [dec46da2dd31d] joining swarm manager [da66896029062]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1195: [d608e30a5f192] joining swarm manager [da66896029062]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.63s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.28s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.90s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1118: [d2e47d7031db6] joining swarm manager [d463adad9cefd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1119: [d630628ec9b92] joining swarm manager [d463adad9cefd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1172: [d1a6f6bc2912a] joining swarm manager [d463adad9cefd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.86s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1453: [d7af26c92021f] joining swarm manager [dffd4313b991f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] docker_cli_swarm_test.go:1454: [dcc5a8b226cd9] joining swarm manager [dffd4313b991f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.98s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.39s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.10s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.64s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.21s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.15s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.80s) [2020-01-29T17:31:19.341Z] docker_cli_swarm_unix_test.go:62: [d5e5be3bef1ef] joining swarm manager [ddd9c7e8fb2e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.89s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.40s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.05s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.02s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.37s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.93s) [2020-01-29T17:31:19.341Z] docker_api_swarm_test.go:962: [dcbfeb756e064] joining swarm manager [d0db883c6c20e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.36s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (4.21s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.07s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.86s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.34s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.29s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.12s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.09s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.10s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.08s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.08s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.56s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.81s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.98s) [2020-01-29T17:31:19.341Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.97s) [2020-01-29T17:31:19.341Z] === RUN TestDockerExternalVolumeSuite [2020-01-29T17:31:19.341Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-01-29T17:31:34.194Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-01-29T17:32:43.747Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-01-29T17:32:51.967Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-01-29T17:33:24.011Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-01-29T17:33:38.863Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-01-29T17:34:10.929Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-01-29T17:34:23.110Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-01-29T17:34:55.154Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-01-29T17:35:10.012Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-01-29T17:35:28.209Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-01-29T17:36:14.851Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-01-29T17:36:32.913Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-01-29T17:37:04.971Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-01-29T17:37:37.046Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-01-29T17:37:51.902Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-01-29T17:38:09.970Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-01-29T17:38:24.824Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite (441.47s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.92s) [2020-01-29T17:38:39.675Z] docker_cli_external_volume_driver_test.go:53: [d6ea0211ce51d] daemon is not started [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.61s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-01-29T17:38:39.675Z] docker_cli_external_volume_driver_test.go:53: [df295010c55db] daemon is not started [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-01-29T17:38:39.675Z] docker_cli_external_volume_driver_test.go:53: [d3a3262449a84] daemon is not started [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-01-29T17:38:39.675Z] docker_cli_external_volume_driver_test.go:53: [dc0bda606fe7f] daemon is not started [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.61s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.84s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.68s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.79s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.05s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.58s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.43s) [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.40s) [2020-01-29T17:38:39.675Z] docker_cli_external_volume_driver_test.go:485: [dac9afa4bb3d8] daemon is not started [2020-01-29T17:38:39.675Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-01-29T17:38:39.675Z] docker_cli_external_volume_driver_test.go:53: [da0e8c086e842] daemon is not started [2020-01-29T17:38:39.675Z] PASS [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] === Skipped [2020-01-29T17:38:39.675Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2020-01-29T17:38:39.675Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2020-01-29T17:38:39.675Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2020-01-29T17:38:39.675Z] check_test.go:309: [d2cc846b4068c] daemon is not started [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-01-29T17:38:39.675Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-01-29T17:38:39.675Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-01-29T17:38:39.675Z] check_test.go:309: [df0d2fd6a99d1] daemon is not started [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-01-29T17:38:39.675Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-01-29T17:38:39.675Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-01-29T17:38:39.675Z] check_test.go:309: [d6fb01f820a59] daemon is not started [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-01-29T17:38:39.675Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-01-29T17:38:39.675Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-01-29T17:38:39.675Z] check_test.go:309: [d5f07193ded2b] daemon is not started [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-01-29T17:38:39.675Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-01-29T17:38:39.675Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-01-29T17:38:39.675Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-01-29T17:38:39.675Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.675Z] [2020-01-29T17:38:39.676Z] DONE 273 tests, 6 skipped in 2627.884s [2020-01-29T17:38:39.676Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-01-29T17:38:39.676Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9694c1c6593b/docker.pid [2020-01-29T17:38:39.676Z] +++ kill 3814 [2020-01-29T17:38:39.676Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 3814 is not a child of this shell [2020-01-29T17:38:39.676Z] warning: PID 3814 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9694c1c6593b/docker.pid had a nonzero exit code [2020-01-29T17:38:39.676Z] ++++ cat bundles/test-integration/docker.pid [2020-01-29T17:38:39.676Z] +++ kill 7325 [2020-01-29T17:38:41.045Z] +++ /etc/init.d/apparmor stop [2020-01-29T17:38:41.045Z] Leaving: AppArmorNo profiles have been unloaded. [2020-01-29T17:38:41.045Z] [2020-01-29T17:38:41.045Z] Unloading profiles will leave already running processes permanently [2020-01-29T17:38:41.045Z] unconfined, which can lead to unexpected situations. [2020-01-29T17:38:41.045Z] [2020-01-29T17:38:41.045Z] To set a process to complain mode, use the command line tool [2020-01-29T17:38:41.045Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-01-29T17:38:41.045Z] +++ true [2020-01-29T17:38:41.045Z] [2020-01-29T17:38:41.045Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-01-29T17:38:41.062Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-01-29T17:38:43.858Z] + echo Ensuring container killed. [2020-01-29T17:38:43.858Z] Ensuring container killed. [2020-01-29T17:38:43.858Z] + docker ps -aq -f name=docker-pr1-* [2020-01-29T17:38:43.858Z] + cids=6b9fd50aabc8 [2020-01-29T17:38:43.858Z] 6d00a5ec06a0 [2020-01-29T17:38:43.858Z] 945a3b62d97c [2020-01-29T17:38:43.858Z] + [ -n 6b9fd50aabc8 [2020-01-29T17:38:43.858Z] 6d00a5ec06a0 [2020-01-29T17:38:43.858Z] 945a3b62d97c ] [2020-01-29T17:38:43.858Z] + docker rm -vf 6b9fd50aabc8 6d00a5ec06a0 945a3b62d97c [2020-01-29T17:38:45.232Z] 6b9fd50aabc8 [2020-01-29T17:38:46.162Z] 6d00a5ec06a0 [2020-01-29T17:38:46.162Z] 945a3b62d97c [Pipeline] sh [2020-01-29T17:38:46.445Z] + echo Chowning /workspace to jenkins user [2020-01-29T17:38:46.445Z] Chowning /workspace to jenkins user [2020-01-29T17:38:46.445Z] + id -u [2020-01-29T17:38:46.445Z] + id -g [2020-01-29T17:38:46.445Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40426:/workspace busybox chown -R 1000:1000 /workspace [2020-01-29T17:38:46.445Z] Unable to find image 'busybox:latest' locally [2020-01-29T17:38:46.445Z] latest: Pulling from library/busybox [2020-01-29T17:38:46.445Z] bdbbaa22dec6: Pulling fs layer [2020-01-29T17:38:46.704Z] bdbbaa22dec6: Verifying Checksum [2020-01-29T17:38:46.704Z] bdbbaa22dec6: Download complete [2020-01-29T17:38:46.704Z] bdbbaa22dec6: Pull complete [2020-01-29T17:38:46.704Z] Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a [2020-01-29T17:38:46.704Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-01-29T17:38:51.183Z] + bundleName=amd64 [2020-01-29T17:38:51.183Z] + echo Creating amd64-bundles.tar.gz [2020-01-29T17:38:51.183Z] Creating amd64-bundles.tar.gz [2020-01-29T17:38:51.183Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-01-29T17:38:51.183Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-01-29T17:38:52.567Z] Archiving artifacts [2020-01-29T17:38:54.616Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-01-29T17:38:54.937Z] + make clean [2020-01-29T17:38:55.196Z] docker volume rm -f docker-dev-cache [2020-01-29T17:38:55.196Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-01-29T17:53:06.600Z] ok github.com/docker/docker/integration-cli 2556.021s [2020-01-29T17:53:06.602Z] [2020-01-29T17:53:06.602Z] === Skipped [2020-01-29T17:53:06.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-01-29T17:53:06.602Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-01-29T17:53:06.602Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.602Z] [2020-01-29T17:53:06.602Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-01-29T17:53:06.602Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-01-29T17:53:06.602Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.602Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-01-29T17:53:06.603Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-01-29T17:53:06.603Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-01-29T17:53:06.603Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-01-29T17:53:06.603Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2020-01-29T17:53:06.603Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.40s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.40s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.10s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.10s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.37s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.09s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.09s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-01-29T17:53:06.603Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.39s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.54s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.54s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.39s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-01-29T17:53:06.603Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-01-29T17:53:06.603Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.603Z] [2020-01-29T17:53:06.603Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2020-01-29T17:53:06.604Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.39s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.39s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.40s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.40s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.38s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.38s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.35s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s) [2020-01-29T17:53:06.604Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-01-29T17:53:06.604Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-01-29T17:53:06.604Z] docker_cli_sni_test.go:18: Flakey test [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-01-29T17:53:06.604Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-01-29T17:53:06.604Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-01-29T17:53:06.604Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-01-29T17:53:06.604Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-01-29T17:53:06.604Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-01-29T17:53:06.604Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.604Z] [2020-01-29T17:53:06.604Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-01-29T17:53:06.604Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-01-29T17:53:06.605Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-01-29T17:53:06.605Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-01-29T17:53:06.605Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-01-29T17:53:06.605Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.605Z] [2020-01-29T17:53:06.605Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-01-29T17:53:06.605Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-01-29T17:53:06.605Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-01-29T17:53:06.606Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-01-29T17:53:06.606Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-01-29T17:53:06.606Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-01-29T17:53:06.606Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-01-29T17:53:06.606Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-01-29T17:53:06.606Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-01-29T17:53:06.606Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-01-29T17:53:06.606Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-01-29T17:53:06.606Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-01-29T17:53:06.606Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-01-29T17:53:06.606Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-01-29T17:53:06.606Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-01-29T17:53:06.606Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-01-29T17:53:06.606Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-01-29T17:53:06.606Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-01-29T17:53:06.606Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.606Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-01-29T17:53:06.607Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-01-29T17:53:06.607Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-01-29T17:53:06.607Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-01-29T17:53:06.607Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-01-29T17:53:06.607Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-01-29T17:53:06.607Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.607Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-01-29T17:53:06.608Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-01-29T17:53:06.608Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.608Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-01-29T17:53:06.609Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-01-29T17:53:06.609Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.609Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2020-01-29T17:53:06.610Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-01-29T17:53:06.610Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-01-29T17:53:06.610Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-01-29T17:53:06.610Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-01-29T17:53:06.610Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-01-29T17:53:06.610Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-01-29T17:53:06.610Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.610Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-01-29T17:53:06.611Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-01-29T17:53:06.611Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.611Z] [2020-01-29T17:53:06.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-01-29T17:53:06.612Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.612Z] [2020-01-29T17:53:06.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-01-29T17:53:06.612Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-01-29T17:53:06.612Z] [2020-01-29T17:53:06.612Z] [2020-01-29T17:53:06.612Z] DONE 1096 tests, 549 skipped in 2565.626s [2020-01-29T17:53:06.612Z] INFO: Integration tests ended at 01/29/2020 17:52:56. Duration:00:42:45.7707937 [2020-01-29T17:53:06.612Z] INFO: Docker info of the daemon under test at end of run [2020-01-29T17:53:06.612Z] [2020-01-29T17:53:06.612Z] Containers: 2 [2020-01-29T17:53:06.612Z] Running: 0 [2020-01-29T17:53:06.612Z] Paused: 0 [2020-01-29T17:53:06.612Z] Stopped: 2 [2020-01-29T17:53:06.612Z] Images: 12 [2020-01-29T17:53:06.612Z] Server Version: 0.0.0-dev [2020-01-29T17:53:06.612Z] Storage Driver: windowsfilter [2020-01-29T17:53:06.612Z] Windows: [2020-01-29T17:53:06.612Z] Logging Driver: json-file [2020-01-29T17:53:06.612Z] Plugins: [2020-01-29T17:53:06.612Z] Volume: local [2020-01-29T17:53:06.612Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-01-29T17:53:06.612Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-01-29T17:53:06.612Z] Swarm: inactive [2020-01-29T17:53:06.612Z] Default Isolation: process [2020-01-29T17:53:06.612Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-01-29T17:53:06.612Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.973) [2020-01-29T17:53:06.612Z] OSType: windows [2020-01-29T17:53:06.612Z] Architecture: x86_64 [2020-01-29T17:53:06.612Z] CPUs: 4 [2020-01-29T17:53:06.612Z] Total Memory: 32GiB [2020-01-29T17:53:06.612Z] Name: azwin-2-bd9530 [2020-01-29T17:53:06.612Z] ID: HAGF:QI7C:WLKE:IZF2:73AF:TLPD:KIH2:F6V5:UFWO:N6IF:6KLA:Y55J [2020-01-29T17:53:06.612Z] Docker Root Dir: D:\CI\PR-40426\1\daemon [2020-01-29T17:53:06.612Z] Debug Mode (client): false [2020-01-29T17:53:06.612Z] Debug Mode (server): true [2020-01-29T17:53:06.612Z] File Descriptors: -1 [2020-01-29T17:53:06.612Z] Goroutines: 18 [2020-01-29T17:53:06.612Z] System Time: 2020-01-29T17:52:56.0837287Z [2020-01-29T17:53:06.612Z] EventsListeners: 0 [2020-01-29T17:53:06.612Z] Registry: https://index.docker.io/v1/ [2020-01-29T17:53:06.612Z] Labels: [2020-01-29T17:53:06.612Z] Experimental: false [2020-01-29T17:53:06.612Z] Insecure Registries: [2020-01-29T17:53:06.612Z] 127.0.0.0/8 [2020-01-29T17:53:06.612Z] Live Restore Enabled: false [2020-01-29T17:53:06.612Z] [2020-01-29T17:53:06.612Z] [2020-01-29T17:53:06.612Z] INFO: Stopping daemon under test [2020-01-29T17:53:06.612Z] SUCCESS: The process with PID 1824 (child process of PID 1508) has been terminated. [2020-01-29T17:53:06.612Z] SUCCESS: The process with PID 1508 (child process of PID 3472) has been terminated. [2020-01-29T17:53:06.612Z] INFO: Stop tailing logs of the daemon under tests [2020-01-29T17:53:06.612Z] INFO: executeCI.ps1 Completed successfully at 01/29/2020 17:52:56. [2020-01-29T17:53:06.612Z] INFO: Tidying up at end of run [2020-01-29T17:53:06.612Z] INFO: Saving daemon under test log (d:\CI\PR-40426\1\dut.out) to C:\windows\TEMP\CIDUT.out [2020-01-29T17:53:06.612Z] INFO: Saving daemon under test log (d:\CI\PR-40426\1\dut.err) to C:\windows\TEMP\CIDUT.err [2020-01-29T17:53:06.612Z] INFO: Nuke-Everything... [2020-01-29T17:53:06.612Z] INFO: Container count on control daemon to delete is 2 [2020-01-29T17:53:06.612Z] 61e0e7ca43e9 [2020-01-29T17:53:06.612Z] 4b42fb1dbfaa [2020-01-29T17:53:06.612Z] INFO: Tidying pidfile d:\CI\PR-40426\1\docker.pid [2020-01-29T17:53:06.612Z] INFO: Nuking d:\CI [2020-01-29T17:53:27.709Z] INFO: Zapped successfully [2020-01-29T17:53:27.709Z] [2020-01-29T17:53:27.709Z] INFO: executeCI.ps1 exiting at Wed Jan 29 17:53:27 CUT 2020. Duration 01:05:20.4560172 [2020-01-29T17:53:27.709Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-01-29T17:53:27.973Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-01-29T17:53:40.807Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-01-29T17:53:43.199Z] Archiving artifacts [2020-01-29T17:53:56.332Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40426/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-01-29T17:53:57.261Z] + make clean [2020-01-29T17:53:59.444Z] docker volume rm -f docker-dev-cache [2020-01-29T17:53:59.444Z] 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